@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}
body.__hidden {
  overflow-y: hidden;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

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

@media print, screen and (min-width:769px) {
  html {
    overflow-y: scroll;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  html {
    font-size: 0.9765625vw;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

a {
  color: #363636;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}
a .icon-filter_none::before {
  display: inline-block;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.icon-filter_none {
  margin: 0 3px;
  color: #363636;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/* animation */
.add-animation {
  animation: zoom 10s linear 0s normal both;
}

.is-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.is-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.opacity {
  opacity: 1;
  transition: all 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

/* keyframes */
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/temp/common/icon/fonts/icomoon.eot");
  src: url("/temp/common/icon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/temp/common/icon/fonts/icomoon.woff2") format("woff2"), url("/temp/common/icon/fonts/icomoon.ttf") format("truetype"), url("/temp/common/icon/fonts/icomoon.woff") format("woff"), url("/temp/common/icon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-] .__hidden, [class*=" icon-"] .__hidden {
  font-size: 1px;
  position: absolute;
  top: -999999px;
  left: -999999px;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
}

.icon-filter_none:before {
  content: "\e3e0";
}

.icon-search:before {
  content: "\f002";
}

.icon-check:before {
  content: "\f00c";
}

.icon-home:before {
  content: "\f015";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-phone:before {
  content: "\f095";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.e-a-txt-arrow {
  position: relative;
  display: block;
  padding: 0 0 0 1.25em;
}
.e-a-txt-arrow .__ico {
  color: #363636;
  line-height: 1.2;
}
.e-a-txt-arrow .__ico::before {
  display: inline-block;
}
.e-a-txt-arrow .__ico:first-child {
  position: absolute;
  top: 3px;
  left: 5px;
}
@media screen and (max-width:768px) {
  .e-a-txt-arrow .__ico.icon-filter_none {
    font-size: 1.3rem;
  }
}
.e-a-txt-arrow .__txt {
  color: #363636;
}

.contact_btn {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
  padding: 20px 0;
  background: #95C9EE;
  background: #95C9EE;
  background: linear-gradient(90deg, rgb(149, 201, 238) 0%, rgb(3, 110, 184) 84%);
  border: 2px solid #95C9EE;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_btn::before {
  content: "";
  width: 46px;
  aspect-ratio: 46/34;
  margin-right: 8px;
  background: url(../img/common/ico_mail.svg) no-repeat center/100%;
}
@media screen and (max-width:1280px) {
  .contact_btn::before {
    width: 32px;
  }
}
.contact_btn::after {
  content: "";
  width: 32px;
  height: 32px;
  margin-left: 16px;
  border-radius: 30px;
  background: #ffffff url(../img/common/ico_arrow-blue.svg) no-repeat center/12px;
}
.contact_btn.__works::before {
  width: 43px;
  aspect-ratio: 43/42;
  background: url(../img/common/ico_works.svg) no-repeat center/100%;
}
@media screen and (max-width:1280px) {
  .contact_btn.__works::before {
    width: 29px;
  }
}

.freecall_btn {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  padding: 20px 0 20px 30px;
  background: #95C9EE;
  background: linear-gradient(90deg, rgb(149, 201, 238) 0%, rgb(3, 110, 184) 84%);
  border: 2px solid #95C9EE;
  border-radius: 100px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.freecall_btn .__ttl {
  width: 117px;
  aspect-ratio: 1175/200;
  margin-bottom: 10px;
  background: url(../img/common/ico_center.svg) no-repeat center/100%;
}
.freecall_btn .__sub {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.freecall_btn .__sub::before {
  content: "";
  width: 28px;
  aspect-ratio: 28/42;
  background: url(../img/common/ico_tel.svg) no-repeat center/100%;
}
@media screen and (max-width:1280px) {
  .freecall_btn .__sub::before {
    width: 19px;
  }
}

.link_blank {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  color: #42250F;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.link_blank::after {
  content: "";
  width: 14px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}

.ol_link {
  font-weight: 500;
  line-height: 1;
  color: #42250F;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ol_link::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #42250F;
}

.c-floating-menu {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: none;
}
.c-floating-menu.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width:768px) {
  .c-floating-menu {
    display: block;
  }
}
.c-floating-menu__list {
  display: flex;
  align-items: center;
}
.c-floating-menu__list .c-floating-menu__item {
  width: 50%;
}
.c-floating-menu__list .c-floating-menu__item .__link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  color: #ffffff;
  border: 2px solid #42250F;
  background: rgba(38, 14, 9, 0);
  background: linear-gradient(129deg, rgb(88, 59, 53) 0%, rgb(66, 37, 15) 68%);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-floating-menu__list .c-floating-menu__item .__link::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #ffffff url(../img/common/ico_arrow-brown.svg) no-repeat center/12px;
}
.c-floating-menu__list .c-floating-menu__item.contact_nav .__link {
  background: #95C9EE;
  background: linear-gradient(90deg, rgb(149, 201, 238) 0%, rgb(3, 110, 184) 84%);
  border: 2px solid #95C9EE;
}
.c-floating-menu__list .c-floating-menu__item.contact_nav .__link::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #ffffff url(../img/common/ico_arrow-blue.svg) no-repeat center/12px;
}

.e-btn-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 150px;
  height: 50px;
  margin: 10px 5px;
  padding: 0 30px;
  background: #363636;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.4s all;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow {
    height: 40px;
    margin: 5px;
  }
}
.e-btn-arrow .__ico {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.e-btn-arrow .__ico:first-child {
  left: 15px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:first-child {
    left: 10px;
  }
}
.e-btn-arrow .__ico:last-child {
  right: 15px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:last-child {
    right: 10px;
  }
}
.e-btn-arrow:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow:not(._disabled_):hover {
    background: #ffffff;
    border-color: #363636;
    color: #363636;
  }
}
.e-btn-arrow._disabled_ {
  opacity: 0.5;
}
.e-btn-arrow._w-l_ {
  min-width: 300px;
  height: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-l_ {
    width: 100%;
    min-width: 0;
    height: 50px;
  }
}
.e-btn-arrow._w-s_ {
  min-width: inherit;
  height: 40px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-s_ {
    min-width: 0;
    min-height: 35px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
.e-btn-arrow._outline_ {
  background: #ffffff;
  border-color: #363636;
  color: #363636;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._outline_:not(._disabled_):hover {
    background: #363636;
    color: #ffffff;
  }
}

.e-form-check .__elem {
  display: none;
}
.e-form-check .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-check .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-check .__txt::before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #d9d9d9;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.e-form-check .__txt::after {
  left: 1px;
  content: "\f00c";
  color: #363636;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.e-form-radio .__elem {
  display: none;
}
.e-form-radio .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-radio .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-radio .__txt::before {
  left: 0;
  content: "";
  border: 2px solid #d9d9d9;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.e-form-radio .__txt::after {
  left: 5px;
  content: "";
  background: #363636;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.e-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  color: #363636;
}

.e-h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  background: url(/temp/common/img/index/bg_ttl01_pc.png) center center no-repeat;
  background-size: cover;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .e-h1 {
    height: 150px;
    font-size: 2.2rem;
  }
}

.e-h2 {
  margin: 0 0 20px;
  color: #363636;
  font-size: 3.4rem;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .e-h2 {
    margin: 0 0 15px;
    font-size: 2.2rem;
  }
}

.e-h3 {
  margin: 0 0 20px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .e-h3 {
    margin: 0 0 15px;
    font-size: 2rem;
  }
}

.e-h4 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 15px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .e-h4 {
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
}
.e-h4::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 115px;
  border-bottom: 1px solid #363636;
}
@media screen and (max-width:768px) {
  .e-h4::after {
    width: 58px;
  }
}

.e-h5 {
  margin: 0 0 20px;
  padding: 3px 0 3px 15px;
  border-left: 3px solid #363636;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .e-h5 {
    margin: 0 0 15px;
    padding: 2px 0 2px 10px;
    font-size: 1.6rem;
  }
}

.e-h6 {
  margin: 0 0 15px;
  color: #363636;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .e-h6 {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}

.e-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.e-iframe .__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.e-list-circle__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.e-list-circle__item::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  background: #363636;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.e-list-circle._black_ .e-list-circle__item::before {
  background: #363636;
}

.e-list-number {
  counter-reset: number 0;
}
.e-list-number__item {
  position: relative;
  padding-left: 1.2em;
}
.e-list-number__item:not(:first-child) {
  margin-top: 5px;
}
.e-list-number__item::before {
  counter-increment: number;
  content: counter(number) ".";
  color: #363636;
  display: block;
  position: absolute;
  left: 0;
}
.e-list-number._red_ .e-list-number__item::before {
  color: #dd0000;
}

.m-indent {
  display: table;
}
.m-indent .__item {
  display: table-cell;
  white-space: nowrap;
}
.m-indent._space_ .__item {
  padding-right: 1em;
}

.m-noscript {
  padding: 10px 15px;
  background: #363636;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}

.m-pager {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 5px;
  grid-template-areas: "prev list next";
  margin: 30px 0 0;
  line-height: 1.4;
}
.m-pager__item {
  display: flex;
}
.m-pager__item._prev_ {
  grid-area: prev;
  justify-content: flex-start;
}
.m-pager__item._next_ {
  grid-area: next;
  justify-content: flex-end;
}
.m-pager__item._list_ {
  grid-area: list;
  justify-content: center;
}
.m-pager__link {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #363636;
  color: #363636;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pager__link {
    padding: 8px 12px;
  }
}
.m-pager__link._current_ {
  background: #363636;
  color: #ffffff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pager__link:hover {
    background: #363636;
    color: #ffffff;
    opacity: 1;
  }
}

.m-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
  line-height: 1.4;
}
.m-pagination__item {
  margin: 0 3px 5px;
}
@media screen and (max-width:768px) {
  .m-pagination__item {
    margin-bottom: 10px;
  }
}
.m-pagination__link {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #363636;
  color: #363636;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pagination__link {
    padding: 8px 12px;
  }
}
.m-pagination__link._current_ {
  background: #363636;
  color: #ffffff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pagination__link:hover {
    background: #363636;
    color: #ffffff;
    opacity: 1;
  }
}

.m-table {
  width: 100%;
}
.m-table th,
.m-table td {
  padding: 15px 20px;
  border: 1px solid #d3d3d3;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .m-table th,
  .m-table td {
    padding: 15px;
  }
}
.m-table th {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}
.m-table ._al-l_ {
  text-align: left;
}
.m-table ._al-r_ {
  text-align: right;
}
.m-table ._al-c_ {
  text-align: center;
}
.m-table ._nowrap_ {
  white-space: nowrap;
}
.m-table ._navy_ {
  background: #363636;
  color: #ffffff;
}
.m-table ._gray_ {
  background: #f2f2f2;
}
@media screen and (max-width:768px) {
  .m-table._sp-col1_ {
    display: block;
  }
  .m-table._sp-col1_ thead,
  .m-table._sp-col1_ tbody,
  .m-table._sp-col1_ tr,
  .m-table._sp-col1_ th,
  .m-table._sp-col1_ td {
    display: block;
  }
  .m-table._sp-col1_ th {
    padding: 10px 15px;
  }
  .m-table._wide_ {
    border: none;
    display: block;
  }
  .m-table._wide_ th,
  .m-table._wide_ td {
    display: block;
    padding: 5px 8px;
    border-bottom-width: 0;
    border-right-width: 0;
    text-align: center;
  }
  .m-table._wide_ th {
    width: auto;
    text-align: left;
  }
  .m-table._wide_ .m-table__head {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .m-table._wide_ .m-table__body {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .m-table._wide_ .m-table__body tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .m-table._wide_ .m-table__body tr:last-child th,
  .m-table._wide_ .m-table__body tr:last-child td {
    border-right-width: 1px;
  }
  .m-table._wide_ .m-table__head th:last-child, .m-table._wide_ .m-table__body td:last-child {
    border-bottom-width: 1px;
  }
  .m-table._list_ {
    border: none;
  }
  .m-table._list_ tr {
    display: block;
    margin: 0 0 20px;
  }
  .m-table._list_ th {
    display: block;
  }
  .m-table._list_ td {
    display: list-item;
    margin: 0 0 0 20px;
    padding: 5px 0 0;
    border: none;
    background: none;
  }
}

.c-breadcrumb {
  margin: 0 0 50px;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .c-breadcrumb {
    margin: 0 0 25px;
    font-size: 1rem;
  }
}
.c-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__inner {
    padding: 0 15px;
  }
}
.c-breadcrumb__item {
  text-decoration: none;
}
.c-breadcrumb__item:not(:last-child)::after {
  margin: 0 10px;
  content: "\f105";
  font-family: "icomoon";
}

.c-contact-form {
  width: min(960px, 100%);
  margin: 0 auto;
}
.c-contact-form .c_ttl {
  line-height: 1.8;
  color: #42250F;
  margin-bottom: 40px;
}
.c-contact-form__main > .c_ttl {
  text-align: center;
  display: block;
}
.c-contact-form__main > .c_ttl::before {
  content: none;
}
.c-contact-form__main .c_catch {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  text-align: center;
  margin-bottom: 30px;
}
.c-contact-form__main .c_txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
  color: #dd0000;
}
.c-contact-form__main--txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 1.8;
  margin-bottom: 15px;
}
.c-contact-form__main--quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  margin-bottom: 40px;
}
.c-contact-form__main--quote .__sub {
  color: #C70010;
}
.c-contact-form__main .c-contact-form__option {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .c-contact-form__main .c-contact-form__option {
    flex-direction: column;
  }
}
.c-contact-form__main .c-contact-form__option .contact_btn {
  font-size: 2rem;
  width: calc((100% - 30px) / 2);
  padding: 40px;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .c-contact-form__main .c-contact-form__option .contact_btn {
    padding: 20px 40px;
  }
}
@media screen and (max-width:768px) {
  .c-contact-form__main .c-contact-form__option .contact_btn {
    font-size: 1.8rem;
    width: 100%;
    padding: 20px 20px 20px 30px;
  }
}
@media screen and (max-width:415px) {
  .c-contact-form__main .c-contact-form__option .contact_btn {
    font-size: 1.6rem;
    padding: 29px 30px;
  }
}
.c-contact-form__main .c-contact-form__option .contact_btn::after {
  width: 48px;
  height: 48px;
}
.c-contact-form__main .c-contact-form__option .c-contact-tel {
  width: calc((100% - 30px) / 2);
  padding: 40px;
  margin: 0;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width:1024px) {
  .c-contact-form__main .c-contact-form__option .c-contact-tel {
    padding: 20px 40px;
  }
}
@media screen and (max-width:768px) {
  .c-contact-form__main .c-contact-form__option .c-contact-tel {
    width: 100%;
  }
}
.c-contact-form__main .c-contact-form__option .c-contact-tel .c_ttl {
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width:768px) {
  .c-contact-form__main .c-contact-form__option .c-contact-tel .c_ttl {
    justify-content: flex-start;
  }
}
@media screen and (max-width:768px) {
  .c-contact-form__main .c-contact-form__option .c-contact-tel .freecall_btn {
    flex-direction: column;
  }
}
.c-contact-form__main .c-contact-form__option .c-contact-tel .freecall_btn .__sub {
  font-size: 4.2rem;
}
@media screen and (max-width:1024px) {
  .c-contact-form__main .c-contact-form__option .c-contact-tel .freecall_btn .__sub {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-contact-form__main .c-contact-form__option .c-contact-tel .freecall_btn .__sub {
    font-size: 3rem;
  }
}
.c-contact-form__main .c-contact-form__option .c-contact-tel .freecall_btn .__sub::before {
  width: 60px;
}
@media screen and (max-width:1024px) {
  .c-contact-form__main .c-contact-form__option .c-contact-tel .freecall_btn .__sub::before {
    width: 50px;
  }
}
.c-contact-form__flow {
  width: 400px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-form__flow {
    width: min(310px, 100%);
  }
}
.c-contact-form__flow--list {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 120px;
  padding: 12px 0;
  background: #ffffff;
  color: #42250F;
  border: 1px solid #42250F;
  border-radius: 50px;
}
@media screen and (max-width:768px) {
  .c-contact-form__flow--list {
    font-size: 1.5rem;
    width: 80px;
    padding: 11px 0;
  }
}
.c-contact-form__flow--list.__current {
  background: #42250F;
  color: #ffffff;
}
.c-contact-form__flow::after {
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  background: #42250F;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-contact-form__body {
  margin-bottom: 180px;
}
.c-contact-form__block {
  margin-bottom: 45px;
}
.c-contact-form__block .c-contact-form__subttl {
  font-size: clamp(1.7rem, 1.578rem + 0.25vw, 1.8rem);
  color: #633126;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.c-contact-form__block .c-contact-form__subttl .__red {
  color: #C70010;
}
.c-contact-form__block .c-contact-form__border {
  border: 1px solid #633126;
}
.c-contact-form__block .c-contact-form__ttl {
  font-size: clamp(1.7rem, 1.578rem + 0.25vw, 1.8rem);
  color: #633126;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.c-contact-form__block .c-contact-form__ttl .__red {
  color: #C70010;
}
.c-contact-form__block .c-contact-form__item.__name {
  width: 45%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item.__name {
    width: 100%;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text {
  width: 100%;
  padding: 20px 15px;
  background: #F4F4F4;
  color: #333;
  box-sizing: border-box;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text::-moz-placeholder {
  color: #999;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text::placeholder {
  color: #999;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number {
  width: 30%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__number {
    width: 100%;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number .wpcf7-form-control-wrap {
  padding-left: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number .wpcf7-form-control-wrap::before {
  content: "〒";
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 25px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__tel {
  width: 30%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__tel {
    width: 100%;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__check {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item {
  margin: 0;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item > label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item input[type=checkbox]::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_check.svg) no-repeat center/100%;
  display: block;
  transition: all 0.2s;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item input[type=checkbox]::before {
    width: 20px;
    height: 20px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item input[type=checkbox]:checked::before {
  content: "";
  background: url(../img/common/ico_check_after.svg) no-repeat center/100%;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item .wpcf7-list-item-label {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  color: #42250F;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__radio {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item {
  margin: 0;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item > label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item input[type=radio]::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_radio.svg) no-repeat center/100%;
  display: block;
  transition: all 0.2s;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item input[type=radio]::before {
    width: 20px;
    height: 20px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  background: url(../img/common/ico_radio_after.svg) no-repeat center/100%;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 1.35;
  margin: 15px 0 0;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__quote + .c-contact-form__address {
  margin: 20px 0 0;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__policy {
  margin-bottom: 20px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__policy .__link {
  text-decoration: underline;
  color: #2A0A03;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__policy .__link::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.c-contact-form__block .__mb {
  margin-bottom: 20px;
}
.c-contact-form__block:last-of-type {
  margin-bottom: 0;
}
.c-contact-form .c-contact-form__btn {
  width: min(400px, 90%);
  margin: 0 auto;
  position: relative;
}
.c-contact-form .c-contact-form__btn .c-contact-form__submit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #42250F;
  width: 100%;
  padding: 20px 20px 20px 40px;
  background: transparent;
  border: 1px solid #42250F;
  border-radius: 100px;
  transition: all 0.3s;
  cursor: pointer;
}
.c-contact-form .c-contact-form__btn::after {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 30px;
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: all 0.3s;
}
.c-contact-form .c-contact-form__btn .wpcf7-spinner {
  display: none;
}
.c-contact-form .c-contact-form__btn:hover::after {
  opacity: 0.5;
}
.c-contact-form .c-contact-form__return {
  text-align: center;
}
.c-contact-form .c-contact-form__return__btn {
  background: transparent;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}
.c-contact-form .wpcf7-response-output {
  opacity: 0 !important;
}

.c-contact {
  width: min(1280px, 90%);
  margin: 0 auto;
}
.c-contact-tel {
  width: min(960px, 100%);
  padding: 50px 100px;
  margin: 0 auto 180px;
  border: 3px solid #42250F;
  border-radius: 200px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:1024px) {
  .c-contact-tel {
    padding: 30px 80px;
  }
}
@media screen and (max-width:768px) {
  .c-contact-tel {
    padding: 20px 35px;
    margin: 0 auto 50px;
    border: 2px solid #42250F;
    flex-direction: column;
  }
}
@media screen and (max-width:415px) {
  .c-contact-tel {
    padding: 20px 30px;
  }
}
.c-contact-tel .c_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #42250F;
}
@media screen and (max-width:1280px) {
  .c-contact-tel .c_ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-contact-tel .c_ttl {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
.c-contact-tel .freecall_btn {
  padding: 0;
  background: transparent;
  border: none;
  flex-direction: column;
}
.c-contact-tel .freecall_btn .__ttl {
  filter: brightness(0) saturate(100%) invert(12%) sepia(22%) saturate(2642%) hue-rotate(353deg) brightness(102%) contrast(90%);
}
.c-contact-tel .freecall_btn .__sub {
  font-size: 7.2rem;
  color: #42250F;
}
@media screen and (max-width:1280px) {
  .c-contact-tel .freecall_btn .__sub {
    font-size: 5.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-contact-tel .freecall_btn .__sub {
    font-size: 4rem;
  }
}
@media screen and (max-width:415px) {
  .c-contact-tel .freecall_btn .__sub {
    font-size: 3.4rem;
  }
}
.c-contact-tel .freecall_btn .__sub::before {
  width: 72px;
  aspect-ratio: 71/56;
  background: url(../img/common/pic_freecall-contact.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-contact-tel .freecall_btn .__sub::before {
    width: 37px;
  }
}
.c-contact__step2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #42250F;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact__step2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.c-contact.__confirm {
  margin-bottom: 180px;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm {
    margin-bottom: 80px;
  }
}
.c-contact.__confirm .c-contact-form__item {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__item {
    font-size: 1.8rem;
  }
}
.c-contact.__confirm .c-contact-form__body {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__body {
    margin-bottom: 60px;
  }
}
.c-contact.__confirm .c-contact-form__btn {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__btn {
    margin-bottom: 25px;
  }
}
.c-contact.__confirm .c-contact-form__return {
  width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__return {
    width: 200px;
  }
}
.c-contact.__confirm .c-contact-form__return .c-contact-form__return__btn {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #42250F;
  border: none;
}
.c-contact.__confirm .c-contact-form__return::before {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 30px;
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/12px;
  transform: rotate(180deg);
}
.c-contact-complete {
  margin-bottom: 180px;
}
@media screen and (max-width:768px) {
  .c-contact-complete {
    margin-bottom: 80px;
  }
}
.c-contact-complete__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 2.228rem + 2.03vw, 4rem);
  text-align: center;
  line-height: 1;
  color: #42250F;
  width: 90%;
  margin: 0 auto 45px;
}
.c-contact-complete__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 1.8;
  text-align: center;
  color: #000000;
  width: 90%;
  margin: 0 auto 70px;
}
.c-contact-complete__btn {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #42250F;
  border: 1px solid #42250F;
  border-radius: 50px;
  width: min(400px, 90%);
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-contact-complete__btn::after {
  content: "";
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/13px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.c-link-bottom {
  padding: 180px 0 190px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-link-bottom {
    padding: 40px 0 60px;
  }
}
.c-link-bottom::before {
  content: "";
  width: min(1840px, 90%);
  height: 1px;
  margin: 0 auto;
  background: #2A0A03;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-link-bottom__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
}
.c-link-bottom__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.5;
  text-align: center;
  color: #2A0A03;
  margin-bottom: 190px;
}
@media screen and (max-width: 1420px) {
  .c-link-bottom__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width:1280px) {
  .c-link-bottom__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width:1024px) {
  .c-link-bottom__ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .c-link-bottom__ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.c-link-bottom__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .c-link-bottom__list {
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.c-link-bottom__list--btn {
  width: 48%;
  padding: 30px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .c-link-bottom__list--btn {
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-link-bottom__list--btn {
    width: min(340px, 100%);
    margin: 0 auto;
  }
}
.c-link-bottom__list--btn .__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  display: inline-block;
}
@media screen and (max-width: 1420px) {
  .c-link-bottom__list--btn .__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1280px) {
  .c-link-bottom__list--btn .__ttl {
    font-size: 1.6rem;
  }
}
.c-link-bottom__list--btn .__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.c-link-bottom__list--btn .__logo .__img {
  width: 75%;
}
.c-link-bottom__list--btn .__logo::after {
  content: "";
  background: #000000 url(../img/common/ico_arrow-white.svg) no-repeat center/13px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
}
@media screen and (max-width:1280px) {
  .c-link-bottom__list--btn .__logo::after {
    width: 40px;
    height: 40px;
  }
}
.c-link-bottom__list--btn:hover::after {
  right: 75px !important;
}
@media screen and (max-width:1280px) {
  .c-link-bottom__list--btn:hover::after {
    right: 45px !important;
  }
}
@media screen and (max-width:1024px) {
  .c-link-bottom__list--btn:hover::after {
    right: 25px !important;
  }
}
@media screen and (max-width:768px) {
  .c-link-bottom__list--btn:hover::after {
    right: 20px !important;
  }
}
.c-link-bottom__list--btn.c-link-bottom__list--renovation {
  border: 3px solid #000000;
}
.c-link-bottom__list--btn.c-link-bottom__list--renovation:hover {
  background: #BAAA9E;
}
.c-link-bottom__list--btn.c-link-bottom__list--support {
  border: 3px solid #036EB8;
}
.c-link-bottom__list--btn.c-link-bottom__list--support:hover {
  background: #95C9EE;
}
.c-link-bottom__list--btn.c-link-bottom__list--support:hover::after {
  right: 75px;
}
.c-link-bottom__list--btn.c-link-bottom__list--support .__ttl {
  color: #036EB8;
}
.c-link-bottom__list--btn.c-link-bottom__list--support .__logo::after {
  background: #036EB8 url(../img/common/ico_arrow-white.svg) no-repeat center/13px;
}
.c-link-bottom__list--btn.c-link-bottom__list--buysell {
  border: 3px solid #664F2E;
}
.c-link-bottom__list--btn.c-link-bottom__list--buysell:hover {
  background: #E6DED3;
}
.c-link-bottom__list--btn.c-link-bottom__list--buysell:hover::after {
  right: 75px;
}
.c-link-bottom__list--btn.c-link-bottom__list--buysell .__ttl {
  color: #664F2E;
}
.c-link-bottom__list--btn.c-link-bottom__list--buysell .__logo::after {
  background: #664F2E url(../img/common/ico_arrow-white.svg) no-repeat center/13px;
}

.c-index-visual {
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-index-visual {
    margin-bottom: 60px;
  }
}
.c-index-visual__inner {
  font-size: clamp(1.8rem, 0.949rem + 1.77vw, 2.5rem);
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-index-visual__top {
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-visual__top {
    height: 375px;
  }
}
.c-index-visual__top--catch {
  width: min(750px, 60%);
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  aspect-ratio: 377/192;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-index-visual__top--catch {
    width: min(340px, 90%);
  }
}
@media screen and (max-width:768px) {
  .c-index-visual__top--slider {
    height: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual__top--slider .slick-list, .c-index-visual__top--slider .slick-track {
    height: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual__top--item {
    height: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual__top--item .__img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.c-index-visual__bottom--slider .c-index-visual__bottom--item {
  width: 400px;
}
@media screen and (max-width:768px) {
  .c-index-visual__bottom--slider .c-index-visual__bottom--item {
    width: 200px;
  }
}

.c-mv {
  padding: 120px 0;
}
@media screen and (max-width:768px) {
  .c-mv {
    padding: 60px 0;
  }
}
.c-mv .c_ttl {
  line-height: 1;
  color: #2A0A03;
  width: min(1840px, 90%);
  padding-bottom: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #2A0A03;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .c-mv .c_ttl {
    padding-bottom: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
.c-mv .c_ttl::before {
  color: #2A0A03;
}

.c-index .c_ttl {
  font-size: 4.8rem;
  line-height: 1.5;
  text-align: center;
  color: #42250F;
  justify-content: center;
}
.c-index .c_btn {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  line-height: 1.35;
  text-align: center;
  color: #42250F;
  background: #E6DED3;
  width: min(400px, 90%);
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
  border: 1px solid #42250F;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-index .c_btn::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/14px;
  border-radius: 40px;
  transform: rotate(90deg);
}
.c-index .__bg {
  padding: 180px 0;
  background: #B69F7D;
  background: linear-gradient(180deg, rgba(182, 159, 125, 0.5) 0%, rgba(182, 159, 125, 0.5) 68%);
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index .__bg {
    padding: 60px 0;
  }
}

.c-index-catch {
  margin-bottom: 180px;
}
@media screen and (max-width:768px) {
  .c-index-catch {
    margin-bottom: 60px;
  }
}
.c-index-catch .__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(2.8rem, -1.575rem + 9.11vw, 6.4rem);
  text-align: center;
  line-height: 1.8;
  color: #42250F;
  width: 90%;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1450px) {
  .c-index-catch .__ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width:1280px) {
  .c-index-catch .__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-catch .__ttl {
    font-size: 2.8rem;
    margin: 0 auto 40px;
    gap: 30px;
  }
}
@media screen and (max-width:415px) {
  .c-index-catch .__ttl {
    font-size: 2.6rem;
  }
}
.c-index-catch .__ttl .__sub {
  font-size: clamp(1.8rem, -0.873rem + 5.57vw, 4rem);
  line-height: 1.5;
}
@media screen and (max-width:1280px) {
  .c-index-catch .__ttl .__sub {
    font-size: 3.2rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-catch .__ttl .__sub {
    font-size: 1.8rem;
  }
}
.c-index-catch__btn {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width:1280px) {
  .c-index-catch__btn {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.c-index-catch__btn .freecall_btn {
  padding: 40px 60px;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width:1280px) {
  .c-index-catch__btn .freecall_btn {
    width: min(450px, 100%);
  }
}
@media screen and (max-width:768px) {
  .c-index-catch__btn .freecall_btn {
    padding: 20px 30px;
    align-items: center;
  }
}
@media screen and (max-width:415px) {
  .c-index-catch__btn .freecall_btn {
    padding: 13px 30px;
  }
}
.c-index-catch__btn .freecall_btn .__ttl {
  width: 129px;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-index-catch__btn .freecall_btn .__ttl {
    width: 117px;
    display: block;
    margin: 0 auto 10px 53px;
  }
}
@media screen and (max-width: 500px) {
  .c-index-catch__btn .freecall_btn .__ttl {
    margin: 0 auto 10px 8%;
  }
}
@media screen and (max-width:415px) {
  .c-index-catch__btn .freecall_btn .__ttl {
    margin: 0 auto 10px 0.0791666667in;
  }
}
@media screen and (max-width:415px) {
  .c-index-catch__btn .freecall_btn .__sub {
    font-size: 3.5rem;
  }
}
.c-index-catch__btn .contact_btn {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.35;
  padding: 40px;
}
@media screen and (max-width: 1450px) {
  .c-index-catch__btn .contact_btn {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:1280px) {
  .c-index-catch__btn .contact_btn {
    width: min(450px, 100%);
  }
}
@media screen and (max-width:768px) {
  .c-index-catch__btn .contact_btn {
    font-size: 2rem;
    padding: 20px 45px;
  }
}
@media screen and (max-width:415px) {
  .c-index-catch__btn .contact_btn {
    font-size: 1.6rem;
    padding: 29px 30px;
  }
}
.c-index-catch__btn .contact_btn.__works {
  text-align: left;
  border-color: #42250F;
  background: rgba(38, 14, 9, 0);
  background: linear-gradient(129deg, rgba(38, 14, 9, 0.5) 0%, rgb(66, 37, 15) 68%);
}
.c-index-catch__btn .contact_btn.__works::after {
  background: #ffffff url(../img/common/ico_arrow-brown.svg) no-repeat center/12px;
}

.c-index-quality {
  margin-bottom: 180px;
}
@media screen and (max-width:768px) {
  .c-index-quality {
    margin: 0 auto 60px;
  }
}
.c-index-quality::before {
  content: "";
  width: 66%;
  aspect-ratio: 1920/1280;
  background: url(../img/top/bg_about-top.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-index-quality::after {
  content: "";
  width: 66%;
  aspect-ratio: 3200/1744;
  background: url(../img/top/bg_about-bottom.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.c-index-quality .c_ttl {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-index-quality .c_ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.c-index-quality__inner {
  margin-bottom: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}
@media screen and (max-width:1280px) {
  .c-index-quality__inner {
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .c-index-quality__inner {
    margin-bottom: 45px;
    gap: 30px;
  }
}
.c-index-quality__img {
  width: 54%;
}
@media screen and (max-width:1280px) {
  .c-index-quality__img {
    width: 95%;
  }
}
.c-index-quality__info {
  width: 480px;
}
@media screen and (max-width: 1450px) {
  .c-index-quality__info {
    width: 420px;
  }
}
@media screen and (max-width:1280px) {
  .c-index-quality__info {
    width: min(500px, 90%);
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .c-index-quality__info {
    width: min(350px, 90%);
  }
}
.c-index-quality__info--ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 60px;
  color: #42250F;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1450px) {
  .c-index-quality__info--ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-quality__info--ttl {
    margin-bottom: 30px;
    gap: 15px;
  }
}
.c-index-quality__info--ttl .__sub {
  display: block;
}
.c-index-quality__info--ttl .__sub:last-of-type {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.c-index-quality__info--ttl .__sub:last-of-type::after {
  content: "";
  width: 150px;
  height: 1px;
  background: #42250F;
}
@media screen and (max-width:415px) {
  .c-index-quality__info--ttl .__sub:last-of-type::after {
    width: 100px;
  }
}
.c-index-quality__info--txt {
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .c-index-quality__info--txt {
    font-size: 1.6rem;
  }
}
.c-index-quality__list {
  width: calc(54% + 560px);
  margin: 0 auto 2% 0;
  position: absolute;
  top: 52%;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 1450px) {
  .c-index-quality__list {
    width: 92%;
    top: 54%;
  }
}
@media screen and (max-width:1280px) {
  .c-index-quality__list {
    position: unset;
    width: min(500px, 90%);
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .c-index-quality__list {
    width: min(350px, 90%);
  }
}
.c-index-quality__list--item {
  width: calc((55% - 24px) / 3);
  aspect-ratio: 1;
  margin: 6px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1450px) {
  .c-index-quality__list--item {
    width: calc((48% - 24px) / 3);
    gap: 8px;
  }
}
@media screen and (max-width:1280px) {
  .c-index-quality__list--item {
    width: calc((100% - 39px) / 2);
    gap: 5px;
  }
}
@media screen and (max-width:1280px) {
  .c-index-quality__list--item:first-of-type {
    margin: 0 10%;
  }
}
.c-index-quality__list--item::after {
  content: "";
  width: 102%;
  height: 102%;
  aspect-ratio: 1;
  margin: auto;
  border: 1px solid #ffffff;
  border-radius: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.5px;
  left: -4.5px;
}
.c-index-quality__list--item .__icon {
  width: 96px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1450px) {
  .c-index-quality__list--item .__icon {
    width: 64px;
  }
}
.c-index-quality__list--item .__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.35;
  text-align: center;
  color: #2A0A03;
}
@media screen and (max-width: 1450px) {
  .c-index-quality__list--item .__sub {
    font-size: 2rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-quality__list--item .__sub {
    font-size: 1.6rem;
  }
}

.c-index-renovation {
  margin: 0 auto 180px;
}
@media screen and (max-width:768px) {
  .c-index-renovation {
    margin: 0 auto 60px;
  }
}
.c-index-renovation .c_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width:1280px) {
  .c-index-renovation .c_ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-renovation .c_ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.c-index-renovation .c_txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width:768px) {
  .c-index-renovation .c_txt {
    margin-bottom: 40px;
  }
}
.c-index-renovation__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.35;
  text-align: center;
  width: 100%;
  margin: 0 auto 150px;
  color: #42250F;
}
@media screen and (max-width:1280px) {
  .c-index-renovation__catch {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-renovation__catch {
    font-size: 2.4rem;
    margin: 0 auto 40px;
  }
}
.c-index-renovation__flow {
  width: min(1006px, 90%);
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-renovation__flow {
    width: 100%;
    margin: 0 auto 30px;
    overflow-x: scroll;
    gap: 20px;
  }
}
.c-index-renovation__flow::before {
  content: "";
  width: 73%;
  height: 1px;
  margin: auto;
  background: #F6C100;
  position: absolute;
  top: 3.9em;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-index-renovation__flow::before {
    width: 70%;
    top: 4.2em;
    left: 7em;
    right: unset;
  }
}
@media screen and (max-width: 665px) {
  .c-index-renovation__flow::before {
    width: 450px;
  }
}
@media screen and (max-width:415px) {
  .c-index-renovation__flow::before {
    top: 3.9em;
  }
}
.c-index-renovation__flow--item {
  width: calc((100% - 160px) / 3);
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-renovation__flow--item {
    width: 200px;
  }
}
.c-index-renovation__flow--item::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/36;
  background: url(../img/common/ico_flow.svg) no-repeat center/100%;
  position: absolute;
  right: -67px;
  top: 70px;
  bottom: 0;
}
@media screen and (max-width:768px) {
  .c-index-renovation__flow--item::after {
    content: none;
  }
}
.c-index-renovation__flow--item:nth-of-type(2) {
  transition-delay: 1s;
}
.c-index-renovation__flow--item:last-of-type {
  transition-delay: 1.5s;
}
.c-index-renovation__flow--item:last-of-type::after {
  content: none;
}
.c-index-renovation__flow--item .__ttl {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 1.428rem + 2.03vw, 3.2rem);
  line-height: 1;
  text-align: center;
  color: #42250F;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.c-index-renovation__flow--item .__ttl::after {
  content: "";
  background: url(../img/common/ico_list_marker.svg) no-repeat center/100%;
  width: 21px;
  aspect-ratio: 1;
}
.c-index-renovation .scroll_anker {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width:768px) {
  .c-index-renovation .scroll_anker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.c-index-renovation .scroll_anker::after {
  content: "";
  width: 12px;
  background: url(../img/common/ico_arrow-brown.svg) no-repeat center/100%;
  aspect-ratio: 12/8;
}
.c-index-renovation__sample {
  width: min(1006px, 90%);
  border: 2px solid #F6C100;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-index-renovation__sample {
    padding: 8px;
  }
}

.c-index-works {
  margin-bottom: 180px;
}
@media screen and (max-width:768px) {
  .c-index-works {
    margin-bottom: 60px;
  }
}
.c-index-works::before {
  content: "";
  width: 83%;
  aspect-ratio: 3200/1866;
  background: url(../img/top/bg_works-top.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-index-works::after {
  content: "";
  width: 83%;
  aspect-ratio: 3200/1866;
  background: url(../img/top/bg_works-bottom.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.c-index-works .c_ttl {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-index-works .c_ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.c-index-works .__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 0.099rem + 3.54vw, 3.2rem);
  line-height: 1;
  color: #42250F;
}
@media screen and (max-width:768px) {
  .c-index-works .__ttl {
    font-size: 1.8rem;
  }
}
.c-index-works__movie {
  width: min(1528px, 90%);
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-works__movie {
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.c-index-works__movie::before {
  content: "";
  width: 84px;
  aspect-ratio: 88/333;
  background: url(../img/top/pic_video.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 8%;
}
@media screen and (max-width:768px) {
  .c-index-works__movie::before {
    width: 114px;
    aspect-ratio: 37/10;
    margin-bottom: 20px;
    background: url(../img/top/pic_video_sp.svg) no-repeat center/100%;
    position: unset;
  }
}
.c-index-works__movie .__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-index-works__movie .__ttl {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-index-works__movie .__movie {
  width: min(1280px, 80%);
  aspect-ratio: 16/9;
}
@media screen and (max-width:768px) {
  .c-index-works__movie .__movie {
    width: 100%;
  }
}
.c-index-works__movie .__movie iframe {
  width: 100%;
  height: 100%;
}
.c-index-works__contents {
  width: min(1528px, 90%);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-works__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.c-index-works__contents::before {
  content: "";
  width: 84px;
  aspect-ratio: 88/389;
  background: url(../img/top/pic_works.svg) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .c-index-works__contents::before {
    width: 130px;
    margin-bottom: 20px;
    position: unset;
    aspect-ratio: 13/3;
    background: url(../img/top/pic_works_sp.svg) no-repeat center/100%;
  }
}
.c-index-works__contents--flex {
  width: min(1280px, 80%);
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-index-works__contents--flex {
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-index-works__contents--flex .c_btn {
  margin: 0;
}
.c-index-works__contents--flex .c_btn::after {
  transform: rotate(0);
}
.c-index-works__contents .c-works-list {
  width: min(1280px, 80%);
}
@media screen and (max-width:768px) {
  .c-index-works__contents .c-works-list {
    width: 100%;
    gap: 30px;
  }
}
.c-index-works__contents .c-works-list__img {
  aspect-ratio: 608/456;
}
.c-index-works__contents .c-works-list__img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-index-plan {
  width: min(1280px, 90%);
  margin: 0 auto 180px;
}
@media screen and (max-width:768px) {
  .c-index-plan {
    margin: 0 auto 60px;
  }
}
.c-index-plan .c_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .c-index-plan .c_ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-plan .c_ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.c-index-plan__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 0.099rem + 3.54vw, 3.2rem);
  text-align: center;
  color: #42250F;
  border-bottom: 1px dotted #000000;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width:1024px) {
  .c-index-plan__catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-plan__catch {
    font-size: 1.8rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.c-index-plan__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width:768px) {
  .c-index-plan__list {
    flex-direction: column;
    row-gap: 30px;
  }
}
.c-index-plan__list--item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width:768px) {
  .c-index-plan__list--item {
    width: 100%;
  }
}
.c-index-plan__list--item .__pic {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-index-plan__list--item .__pic {
    margin-bottom: 15px;
  }
}
.c-index-plan__list--item .__info {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  line-height: 1.5;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:1024px) {
  .c-index-plan__list--item .__info {
    font-size: 2.1rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-plan__list--item .__info {
    font-size: 1.8rem;
  }
}
.c-index-plan__list--item .__info::before {
  content: "";
  width: 44px;
  aspect-ratio: 1;
  background: url(../img/top/ico_plan_check.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-index-plan__list--item .__info::before {
    width: 28px;
  }
}

.c-index-strength {
  margin-bottom: 180px;
}
@media screen and (max-width:768px) {
  .c-index-strength {
    margin-bottom: 60px;
  }
}
.c-index-strength::before {
  content: "";
  width: 100%;
  aspect-ratio: 480/269;
  background: url(../img/top/bg_strength-top.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-index-strength::after {
  content: "";
  width: 100%;
  aspect-ratio: 192/107;
  background: url(../img/top/bg_strength-bottom.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.c-index-strength .c_ttl {
  font-size: clamp(2rem, 0.542rem + 3.04vw, 3.2rem);
  width: 90%;
  margin: 0 auto 80px;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-index-strength .c_ttl {
    font-size: 2rem;
    margin: 0 auto 45px;
    gap: 20px;
  }
}
.c-index-strength .c_ttl::before {
  line-height: 1;
}
.c-index-strength__txt {
  font-size: 1.8rem;
  margin-bottom: 45px;
}
@media screen and (max-width:1024px) {
  .c-index-strength__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-strength__txt {
    margin-bottom: 30px;
  }
}
.c-index-strength__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 0.628rem + 2.03vw, 2.4rem);
  text-align: center;
  line-height: 1.8;
  width: 90%;
  padding-bottom: 60px;
  margin: 0 auto 80px;
  border-bottom: 1px dotted #363636;
}
@media screen and (max-width:768px) {
  .c-index-strength__catch {
    font-size: 1.6rem;
    padding-bottom: 30px;
    margin: 0 auto 45px;
  }
}
@media screen and (max-width:415px) {
  .c-index-strength__catch {
    font-size: 1.5rem;
  }
}
.c-index-strength__list .c-index-strength__item {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-index-strength__list .c-index-strength__item {
    gap: 50px;
  }
}
@media screen and (max-width:768px) {
  .c-index-strength__list .c-index-strength__item {
    width: min(500px, 90%);
    margin: 0 auto 45px;
    flex-direction: column;
    gap: 30px;
  }
}
.c-index-strength__list .c-index-strength__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .c-index-strength__list .c-index-strength__item:nth-child(even) {
    flex-direction: column;
  }
}
.c-index-strength__list .c-index-strength__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .c-index-strength__list .c-index-strength__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-index-strength__list .c-index-strength__item .c-index-strength__img {
  width: 54%;
}
@media screen and (max-width:1024px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__img {
    width: 48%;
  }
}
@media screen and (max-width:768px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__img {
    width: 100%;
  }
}
.c-index-strength__list .c-index-strength__item .c-index-strength__info {
  width: min(480px, 30%);
}
@media screen and (max-width:1024px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width:768px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info {
    width: 100%;
  }
}
.c-index-strength__list .c-index-strength__item .c-index-strength__info .__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(2rem, 0.542rem + 3.04vw, 3.2rem);
  line-height: 1.5;
  color: #42250F;
  padding-bottom: 15px;
  margin-bottom: 45px;
  border-bottom: 1px solid #363636;
}
@media screen and (max-width: 1400px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info .__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:1024px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info .__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width:768px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info .__ttl {
    margin-bottom: 30px;
  }
}
.c-index-strength__list .c-index-strength__item .c-index-strength__info .c-index-strength__detail--list:first-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info .c-index-strength__detail--list:first-of-type {
    margin-bottom: 30px;
  }
}
.c-index-strength__list .c-index-strength__item .c-index-strength__info .c-index-strength__detail--list .__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  color: #363636;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info .c-index-strength__detail--list .__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width:1024px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info .c-index-strength__detail--list .__ttl {
    font-size: 1.8rem;
  }
}
.c-index-strength__list .c-index-strength__item .c-index-strength__info .c-index-strength__detail--list .__ttl::before {
  content: "";
  width: 48px;
  aspect-ratio: 1;
}
.c-index-strength__list .c-index-strength__item .c-index-strength__info .c-index-strength__detail--list .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width:1024px) {
  .c-index-strength__list .c-index-strength__item .c-index-strength__info .c-index-strength__detail--list .__txt {
    font-size: 1.5rem;
  }
}
.c-index-strength__list .c-index-strength__item.item01 .c-index-strength__detail--list:first-of-type .__ttl::before {
  background: url(../img/top/ico_strength01.svg) no-repeat center/100%;
}
.c-index-strength__list .c-index-strength__item.item01 .c-index-strength__detail--list:last-of-type .__ttl::before {
  background: url(../img/top/ico_strength02.svg) no-repeat center/100%;
}
.c-index-strength__list .c-index-strength__item.item02 .c-index-strength__detail--list:first-of-type .__ttl::before {
  background: url(../img/top/ico_strength03.svg) no-repeat center/100%;
}
.c-index-strength__list .c-index-strength__item.item02 .c-index-strength__detail--list:last-of-type .__ttl::before {
  background: url(../img/top/ico_strength04.svg) no-repeat center/100%;
}
.c-index-strength__list .c-index-strength__item.item03 .c-index-strength__detail--list:first-of-type .__ttl::before {
  background: url(../img/top/ico_strength05.svg) no-repeat center/100%;
}
.c-index-strength__list .c-index-strength__item.item03 .c-index-strength__detail--list:last-of-type .__ttl::before {
  background: url(../img/top/ico_strength06.svg) no-repeat center/100%;
}

.c-index-flow {
  margin-bottom: 180px;
}
@media screen and (max-width:768px) {
  .c-index-flow {
    margin-bottom: 60px;
  }
}
.c-index-flow .c_ttl {
  font-size: clamp(2rem, 0.542rem + 3.04vw, 3.2rem);
  width: min(1280px, 90%);
  margin: 0 auto 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.c-index-flow .c_ttl::before {
  line-height: 1;
}
.c-index-flow .scroll_anker {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-index-flow .scroll_anker::after {
  content: "";
  width: 12px;
  background: url(../img/common/ico_arrow-brown.svg) no-repeat center/100%;
  aspect-ratio: 12/8;
}
.c-index-flow__list {
  width: min((100% - 1280px) / 2 + 1280px, 95%);
  margin-left: auto;
  margin-right: 10px;
  overflow-x: scroll;
  display: flex;
  align-items: flex-start;
  gap: 45px;
  position: relative;
}
.c-index-flow__list::before {
  content: "";
  width: 183em;
  height: 1px;
  margin: auto;
  background: #F6C100;
  position: absolute;
  top: 5.5em;
  left: 1.5em;
  right: 0;
  z-index: -1;
}
@media screen and (max-width:1024px) {
  .c-index-flow__list::before {
    width: 30.5in;
  }
}
@media screen and (max-width:768px) {
  .c-index-flow__list::before {
    top: 4.6em;
    width: 16.4in;
  }
}
.c-index-flow__list .c-index-flow__item {
  width: 320px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-index-flow__list .c-index-flow__item {
    width: 150px;
  }
}
.c-index-flow__list .c-index-flow__item .__number {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: clamp(4rem, 1.084rem + 6.08vw, 6.4rem);
  line-height: 1;
  color: #2A0A03;
  margin-bottom: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-index-flow__list .c-index-flow__item .__number {
    font-size: 4rem;
  }
}
.c-index-flow__list .c-index-flow__item .__number.en {
  font-size: clamp(1.5rem, 0.892rem + 1.27vw, 2rem);
  gap: 34px;
}
@media screen and (max-width:768px) {
  .c-index-flow__list .c-index-flow__item .__number.en {
    font-size: 1.5rem;
    gap: 19px;
  }
}
.c-index-flow__list .c-index-flow__item .__number::after {
  content: "";
  background: url(../img/common/ico_list_marker.svg) no-repeat center/100%;
  width: 21px;
  aspect-ratio: 1;
}
.c-index-flow__list .c-index-flow__item .c-index-flow__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  color: #42250F;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-index-flow__list .c-index-flow__item .c-index-flow__ttl {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.c-index-flow__list .c-index-flow__item .c-index-flow__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width:768px) {
  .c-index-flow__list .c-index-flow__item .c-index-flow__txt {
    font-size: 1.5rem;
  }
}
.c-index-flow__list .c-index-flow__item .c-index-flow__txt .__link {
  color: #42250F;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-right: 2px;
}
.c-index-flow__list .c-index-flow__item .c-index-flow__txt .__link::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.c-index-flow__list .c-index-flow__item .c-index-flow__img {
  width: 150px;
  margin: 0 150px 30px 0;
}
@media screen and (max-width:768px) {
  .c-index-flow__list .c-index-flow__item .c-index-flow__img {
    margin-right: 0;
  }
}
.c-index-flow .c-index-flow__list::-webkit-scrollbar {
  display: none;
}
.c-index-flow .c-index-flow__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-index-flow .custom-scrollbar {
  position: relative;
  margin: 20px auto 0;
  width: min(1280px, 90%);
  height: 6px;
  background-color: #D2C8C0;
  border-radius: 3px;
  overflow: hidden;
}
.c-index-flow .custom-thumb {
  height: 100%;
  width: 100px;
  background: #42250F;
  border-radius: 3px;
  transform: translateX(0);
  transition: transform 0.05s linear;
}

.c-flex {
  display: flex;
}
.c-flex__item {
  flex: 0 0 auto;
  max-width: 50%;
}
.c-flex__item img {
  max-width: 100%;
}
.c-flex._left_ {
  flex-direction: row;
}
.c-flex._left_ .c-flex__item {
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .c-flex._left_ .c-flex__item {
    margin-right: 15px;
  }
}
.c-flex._right_ {
  flex-direction: row-reverse;
}
.c-flex._right_ .c-flex__item {
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .c-flex._right_ .c-flex__item {
    margin-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-flex._sm-fd-c_ {
    flex-direction: column;
  }
  .c-flex._sm-fd-c_ .c-flex__item {
    align-self: center;
    margin: 0 auto 15px;
  }
  .c-flex._sm-fd-cr_ {
    flex-direction: column-reverse;
  }
  .c-flex._sm-fd-cr_ .c-flex__item {
    align-self: center;
    margin: 15px auto 0;
  }
}

.c-float::after {
  display: block;
  content: "";
  clear: both;
}
.c-float__item {
  max-width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-float__item {
    margin-bottom: 15px;
  }
}
.c-float__item img {
  max-width: 100%;
}
.c-float._left_ .c-float__item {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .c-float._left_ .c-float__item {
    margin-right: 15px;
  }
}
.c-float._right_ .c-float__item {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .c-float._right_ .c-float__item {
    margin-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-float._sm-col1_ .c-float__item {
    float: none;
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}

.c-grid:not([class*=_col]) {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(20px / 2 * -1);
  margin-right: calc(20px / 2 * -1);
}
@media screen and (max-width:768px) {
  .c-grid:not([class*=_col]) {
    margin-left: calc(10px / 2 * -1);
    margin-right: calc(10px / 2 * -1);
  }
}
.c-grid .__col {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.c-grid .__col._col-1_ {
  width: calc(100% / 12 * 1 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-2_ {
  width: calc(100% / 12 * 2 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-3_ {
  width: calc(100% / 12 * 3 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-4_ {
  width: calc(100% / 12 * 4 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-5_ {
  width: calc(100% / 12 * 5 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-6_ {
  width: calc(100% / 12 * 6 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-7_ {
  width: calc(100% / 12 * 7 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-8_ {
  width: calc(100% / 12 * 8 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-9_ {
  width: calc(100% / 12 * 9 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-10_ {
  width: calc(100% / 12 * 10 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-11_ {
  width: calc(100% / 12 * 11 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-12_ {
  width: calc(100% / 12 * 12 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col img {
  max-width: 100%;
}
.c-grid._stretch_ .__col {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .c-grid._col2_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
.c-grid._col2_._auto-fit_ {
  grid-template-columns: repeat(auto-fit, minmax(482px, 1fr));
}
@media print, screen and (min-width:769px) {
  .c-grid._col3_ {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col4_ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col4_._auto-fit_ {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col5_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col5_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col6_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media screen and (max-width:768px) {
  .c-grid._col2_, .c-grid._col3_, .c-grid._col4_, .c-grid._col5_, .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px 10px;
  }
  .c-grid._sm-col1_ {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: auto;
    grid-gap: 20px 20px;
  }
}

.c-works {
  width: min(1280px, 90%);
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-works .__catch {
    margin-bottom: 45px;
  }
}
@media screen and (max-width:415px) {
  .c-works .__catch {
    font-size: 2.1rem;
  }
}
.c-works-category {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-works-category {
    margin-bottom: 45px;
  }
}
.c-works-category__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-works-category__list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    row-gap: 0;
  }
}
.c-works-category__list .c-works-category__link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.12rem + 1.07vw, 2.4rem);
  color: #42250F;
  padding: 20px 60px;
  border-right: 2px solid #2A0A03;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0.5;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-works-category__list .c-works-category__link {
    font-size: 1.8rem;
    width: calc((100% - 15px) / 2);
    padding: 15px 0;
    border-right: none;
    border-bottom: 1px solid #2A0A03;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
}
.c-works-category__list .c-works-category__link:first-of-type {
  border-left: 2px solid #2A0A03;
}
@media screen and (max-width:768px) {
  .c-works-category__list .c-works-category__link:first-of-type {
    border-left: none;
  }
}
@media screen and (max-width:768px) {
  .c-works-category__list .c-works-category__link:nth-child(-n+2) {
    border-top: 1px solid #2A0A03;
  }
}
.c-works-category__list .c-works-category__link.__current {
  opacity: 1;
}
.c-works-category__list .c-works-category__link:hover {
  opacity: 1;
}
.c-works-category__list .c-works-category__link::after {
  content: "";
  width: 18px;
  aspect-ratio: 18/12;
  background: url(../img/common/ico_arrow-brown.svg) no-repeat center/100%;
  transform: rotate(90deg);
}
.c-works-list {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 80px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width:768px) {
  .c-works-list {
    margin-bottom: 40px;
  }
}
.c-works-list__item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width:768px) {
  .c-works-list__item {
    width: 100%;
  }
}
.c-works-list__item .c-works-list__img {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-works-list__item .c-works-list__img {
    margin-bottom: 15px;
  }
}
.c-works-list__item .c-works-list__img .__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 0.667rem + 1.78vw, 2.8rem);
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-works-list__item .c-works-list__img .__ttl {
    bottom: 15px;
    left: 15px;
  }
}
.c-works-list__item .c-works-list__img::after {
  content: "";
  width: 100%;
  height: 35%;
  background: rgba(38, 14, 9, 0);
  background: linear-gradient(180deg, rgba(38, 14, 9, 0) 0%, rgb(38, 14, 9) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.c-works-list__item .c-works-list__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.c-works-list__item .c-works-list__info::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #F6C100;
  order: 1;
}
.c-works-list__item .c-works-list__info .c-works-list__day {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.16rem + 0.53vw, 1.8rem);
  color: #000000;
  order: 0;
}
.c-works-list__item .c-works-list__info .c-works-list__category {
  font-size: clamp(1.4rem, 1.173rem + 0.36vw, 1.6rem);
  color: #000000;
  order: 2;
}
.c-works-list__item .c-works-list__info .c-works-list__category::before {
  content: "#";
}
.c-works-pager {
  margin-bottom: 160px;
}
.c-works-pager.single-page {
  display: none;
}
.c-works-pager__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.c-works-pager-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-works-pager-number__item {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 2.347rem + 0.71vw, 3.2rem);
  text-decoration: none;
  color: #42250F;
  padding: 10px 12px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-works-pager-number__item {
    padding: 0 12px;
  }
}
.c-works-pager-number__item.__current {
  border-bottom: 2px solid #F6C100;
}
.c-works-pager-number__item:hover {
  border-bottom: 2px solid #F6C100;
}
.c-works-pager__prev {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #42250F;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-works-pager__prev {
    font-size: 0;
    gap: 0;
  }
}
.c-works-pager__prev.__hidden {
  opacity: 0.5;
}
.c-works-pager__prev::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/12px;
  transform: rotate(180deg);
}
.c-works-pager__next {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #42250F;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-works-pager__next {
    font-size: 0;
    gap: 0;
  }
}
.c-works-pager__next.__hidden {
  opacity: 0.5;
}
.c-works-pager__next::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/12px;
}
.c-works .c_btn {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  line-height: 1.35;
  text-align: center;
  color: #42250F;
  width: min(400px, 90%);
  margin: 0 auto 120px;
  padding: 20px 20px 20px 40px;
  border: 1px solid #42250F;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-works .c_btn {
    margin: 0 auto 60px;
  }
}
.c-works .c_btn::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}

.c-works-list + .e-btn {
  margin: 0 auto;
  width: 200px;
  display: block;
  height: auto;
  padding: 15px 0;
}

.c-works-detail {
  width: min(1280px, 90%);
  margin: 0 auto 180px;
}
@media screen and (max-width:768px) {
  .c-works-detail {
    margin: 0 auto 100px;
  }
}
.c-works-detail__item .c-works-detail__info {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__info {
    margin-bottom: 20px;
  }
}
.c-works-detail__item .c-works-detail__info .c-works-detail__time {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.147rem + 0.71vw, 2rem);
  font-weight: 500;
  line-height: 1;
  order: 0;
}
.c-works-detail__item .c-works-detail__info .c-works-detail__category {
  font-size: clamp(1.5rem, 1.16rem + 0.53vw, 1.8rem);
  line-height: 1;
  order: 2;
}
.c-works-detail__item .c-works-detail__info .c-works-detail__category::before {
  content: "#";
}
.c-works-detail__item .c-works-detail__info::after {
  content: "";
  background: #42250F;
  width: 28px;
  height: 1px;
  order: 1;
}
.c-works-detail__item .c_ttl {
  line-height: 1.35;
  color: #2A0A03;
  border-bottom: 1px dotted #000000;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c_ttl {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.c-works-detail__item .__catch {
  font-size: clamp(2.4rem, 0.587rem + 2.84vw, 4rem);
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .__catch {
    margin-bottom: 40px;
  }
}
.c-works-detail__item .c-works-detail__img {
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__img {
    margin-bottom: 45px;
  }
}
.c-works-detail__item .c-works-detail__column {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__column {
    margin-bottom: 45px;
    flex-direction: column;
    gap: 45px;
  }
}
.c-works-detail__item .c-works-detail__column--list.__plan {
  width: 56%;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__column--list.__plan {
    width: 100%;
  }
}
.c-works-detail__item .c-works-detail__column--list.__before {
  width: 37%;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__column--list.__before {
    width: 100%;
  }
}
.c-works-detail__item .c-works-detail__column--list .c_ttl {
  font-size: clamp(1.8rem, 1.12rem + 1.07vw, 2.4rem);
  border-bottom: 1px solid #42250F;
  align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__column--list .c_ttl {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.c-works-detail__item .c-works-detail__column--list .c_ttl::before {
  font-size: clamp(3.2rem, 1.387rem + 2.84vw, 4.8rem);
  margin-bottom: -10px;
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison {
  padding: 40px 30px 30px;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison {
    padding: 30px 20px 20px;
  }
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl::before {
  content: "";
  width: 245px;
  height: 1px;
  background: #F6C100;
  order: 1;
}
@media screen and (max-width: 1300px) {
  .c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl::before {
    width: 33%;
  }
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl::before {
    width: 40%;
  }
}
@media screen and (max-width: 550px) {
  .c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl::before {
    width: 33%;
  }
}
@media screen and (max-width:415px) {
  .c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl::before {
    width: 28%;
  }
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl .__sub {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 1.12rem + 1.07vw, 2.4rem);
  line-height: 1;
  color: #2A0A03;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl .__sub {
    font-size: 1.6rem;
  }
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl .__sub:first-of-type {
  order: 0;
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--ttl .__sub:last-of-type {
  order: 2;
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__comparison--img .__sub {
  width: calc((100% - 20px) / 2);
  display: block;
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__before--img {
  margin-bottom: 40px;
}
.c-works-detail__item .c-works-detail__column--list .c-works-detail__before--img:last-of-type {
  margin-bottom: 0;
}
.c-works-detail__item .c-works-detail__point .c_ttl {
  font-size: clamp(1.8rem, 1.12rem + 1.07vw, 2.4rem);
  border-bottom: 1px solid #42250F;
  align-items: flex-end;
  gap: 8px;
}
.c-works-detail__item .c-works-detail__point .c_ttl::before {
  font-size: clamp(3.2rem, 1.387rem + 2.84vw, 4.8rem);
  margin-bottom: -10px;
}
.c-works-detail__item .c-works-detail__point--ul {
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__point--ul {
    margin-bottom: 45px;
  }
}
.c-works-detail__item .c-works-detail__point--ul .c-works-detail__point--li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 0.667rem + 1.78vw, 2.8rem);
  line-height: 1.5;
  color: #42250F;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
}
@media screen and (max-width:415px) {
  .c-works-detail__item .c-works-detail__point--ul .c-works-detail__point--li {
    gap: 5px;
  }
}
.c-works-detail__item .c-works-detail__point--ul .c-works-detail__point--li:last-of-type {
  margin-bottom: 0;
}
.c-works-detail__item .c-works-detail__point--ul .c-works-detail__point--li::before {
  content: "";
  background: url(../img/common/ico_list_marker.svg) no-repeat center/100%;
  width: 21px;
  aspect-ratio: 1;
  margin: 1% 0 0 0;
}
@media screen and (max-width:415px) {
  .c-works-detail__item .c-works-detail__point--ul .c-works-detail__point--li::before {
    margin: 2% 0 0 0;
  }
}
.c-works-detail__item .c-works-detail__point--img {
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__point--img {
    margin-bottom: 45px;
    gap: 15px;
  }
}
.c-works-detail__item .c-works-detail__point--img .c-works-detail__before--imglist {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width:768px) {
  .c-works-detail__item .c-works-detail__point--img .c-works-detail__before--imglist {
    width: 100%;
  }
}
.c-works-detail__return {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.147rem + 0.71vw, 2rem);
  color: #42250F;
  width: min(400px, 100%);
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  border: 1px solid #42250F;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-works-detail__return {
    padding: 15px 40px 15px 20px;
  }
}
.c-works-detail__return::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/14px;
  border-radius: 40px;
  transform: rotate(180deg);
}

.c-contact-bottom {
  background: url(../img/common/bg_contact.png) no-repeat center/cover;
}
.c-contact-bottom__inner {
  width: min(1220px, 90%);
  padding: 120px 0;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__inner {
    padding: 45px 0;
  }
}
.c-contact-bottom .c_ttl {
  font-size: 3.2rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 50px;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom .c_ttl {
    font-size: 2rem;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.c-contact-bottom .c_ttl::before {
  color: #ffffff;
}
.c-contact-bottom__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 0.213rem + 2.49vw, 3.2rem);
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__catch {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
  }
}
.c-contact-bottom__catch .__sub {
  flex-shrink: 0;
}
.c-contact-bottom__catch::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__catch::after {
    content: none;
  }
}
.c-contact-bottom__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1400px) {
  .c-contact-bottom__btn {
    flex-direction: column;
    gap: 30px;
  }
}
.c-contact-bottom__btn--form {
  background: #ffffff;
  border: 3px solid #036EB8;
  border-radius: 100px;
  padding: 30px 220px 30px 80px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn--form {
    width: min(343px, 100%);
    padding: 20px 0 20px 45px;
  }
}
.c-contact-bottom__btn--form .__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.6rem, -0.213rem + 2.84vw, 3.2rem);
  line-height: 1;
  color: #036EB8;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn--form .__catch {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
.c-contact-bottom__btn--form .__logo {
  width: 225px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn--form .__logo {
    width: 169px;
    margin-bottom: 5px;
  }
}
.c-contact-bottom__btn--form .__info {
  font-size: clamp(1.6rem, 0.693rem + 1.42vw, 2.4rem);
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn--form .__info {
    font-size: 1.6rem;
  }
}
.c-contact-bottom__btn--form::after {
  content: "";
  background: #036EB8 url(../img/common/ico_arrow-white.svg) no-repeat center/13px;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 50px;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn--form::after {
    right: 30px;
  }
}
.c-contact-bottom__btn--form:hover {
  background: #95C9EE;
}
.c-contact-bottom__btn--form:hover::after {
  right: 75px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn--form:hover::after {
    right: 25px;
  }
}
.c-contact-bottom__btn .freecall_btn {
  padding: 0;
  border: none;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.c-contact-bottom__btn .freecall_btn .__ttl {
  width: 130px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn .freecall_btn .__ttl {
    width: 117px;
  }
}
.c-contact-bottom__btn .freecall_btn .__sub {
  font-size: clamp(4.8rem, 2.08rem + 4.27vw, 7.2rem);
  gap: 5px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn .freecall_btn .__sub {
    font-size: 4.8rem;
  }
}
@media screen and (max-width:415px) {
  .c-contact-bottom__btn .freecall_btn .__sub {
    font-size: 4.2rem;
  }
}
.c-contact-bottom__btn .freecall_btn .__sub::before {
  width: 37px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__btn .freecall_btn .__sub::before {
    width: 24px;
  }
}

.error-mv .c_ttl {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: clamp(4.8rem, -49.2rem + 57.6vw, 12rem);
}
@media screen and (max-width:768px) {
  .error-mv .c_ttl {
    text-align: center;
  }
}

.c-error {
  width: min(1280px, 90%);
  margin: 0 auto 180px;
}
.c-error .c_ttl {
  text-align: center;
  color: #42250F;
  margin-bottom: 45px;
  justify-content: center;
}
.c-error .c_txt {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-error .c_txt {
    font-size: 1.5rem;
  }
}
.c-error .c_btn {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.147rem + 0.71vw, 2rem);
  color: #42250F;
  width: min(400px, 100%);
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
  border: 1px solid #42250F;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-error .c_btn::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/14px;
  border-radius: 40px;
}

.c-pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width:768px) {
  .c-pagetop {
    right: 15px;
    bottom: 15px;
  }
}
.c-pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(54, 54, 54, 0.9);
  color: #ffffff;
  font-size: 2.4rem;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-pagetop__link {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagetop__link:hover {
    opacity: 0.7;
  }
}

.c-snav-head__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #363636;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
.c-snav-list__item {
  border: 1px solid #d3d3d3;
  border-top: none;
}
.c-snav-list__link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
}
.c-snav-list__link .__txt {
  flex: 1 1 auto;
}
.c-snav-list__link .__ico {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-snav-list__link:hover {
    opacity: 1;
    background: rgba(54, 54, 54, 0.05);
  }
}

.c_ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(2rem, -7rem + 9.6vw, 3.2rem);
  line-height: 1;
  display: flex;
  align-items: center;
}
.c_ttl::before {
  content: attr(data-en) "";
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: clamp(4.8rem, -49.2rem + 57.6vw, 12rem);
}

.contact_ttl.c_ttl {
  font-size: clamp(3.6rem, 2.142rem + 3.04vw, 4.8rem);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .contact_ttl.c_ttl {
    font-size: 2.5rem;
  }
}

.__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(2.4rem, -0.32rem + 4.27vw, 4.8rem);
  line-height: 1.5;
  text-align: center;
  color: #42250F;
  margin-bottom: 120px;
}

.c-table-slide__coution {
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .c-table-slide__coution {
    display: none;
  }
}
.c-table-slide__body {
  margin: 10px 0;
  overflow: auto;
  overflow-scrolling: touch;
}
.c-table-slide__body table {
  white-space: nowrap;
}

.l-contents {
  margin: 0 auto 80px;
}
@media print, screen and (min-width:769px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto;
    gap: 0 40px;
    grid-template-areas: "body side";
  }
}
@media screen and (max-width:768px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 60px 0;
    grid-template-areas: "body" "side";
  }
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}
.l-contents._col2_ .l-contents__side {
  grid-area: side;
}
@media print, screen and (min-width:1025px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: minmax(200px, 25%) 1fr minmax(200px, 25%);
    grid-template-rows: auto;
    gap: 0 30px;
    grid-template-areas: "left main right";
  }
}
@media screen and (max-width:1024px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 50px 0;
    grid-template-areas: "main" "right" "left";
  }
}
.l-contents._col3_ .l-contents__body {
  grid-area: main;
}
.l-contents._col3_ .l-contents__left {
  grid-area: left;
}
.l-contents._col3_ .l-contents__right {
  grid-area: right;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  height: 156px;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (min-width:769px) {
  .l-header__inner {
    justify-content: space-between;
  }
}
@media screen and (max-width:768px) {
  .l-header__inner {
    height: 64px;
    padding: 0 0 0 15px;
  }
}
.l-header-logo {
  flex: 0 0 330px;
  line-height: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:1024px) {
  .l-header-logo {
    flex: 0 0 220px;
  }
}
@media screen and (max-width:768px) {
  .l-header-logo {
    flex: 0 0 145px;
  }
}
@media screen and (max-width:415px) {
  .l-header-logo {
    flex: 0 0 125px;
  }
}
.l-header-logo__link {
  display: block;
}
.l-header-logo__link .__elem {
  width: 100%;
}
.l-header-sp {
  margin-left: auto;
  display: none;
}
@media screen and (max-width:768px) {
  .l-header-sp {
    display: block;
  }
}
.l-header-sp__toggle {
  width: 64px;
  height: 64px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}
.l-header-sp__toggle .__sub {
  width: 32px;
  height: 2px;
  margin: auto;
  background: #42250F;
  position: absolute;
  right: 0;
  left: 0;
  transition: all 0.3s;
}
.l-header-sp__toggle .__sub:first-of-type {
  top: 23px;
}
.l-header-sp__toggle .__sub:nth-of-type(2) {
  top: 31px;
}
.l-header-sp__toggle .__sub:last-of-type {
  top: 39px;
}
.l-header-sp__menu {
  width: 100%;
  height: 100%;
  padding: 100px 0 50px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  overflow-x: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-header-sp__menu {
    gap: 15px;
  }
}
.l-header-sp__menu--link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #42250F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.l-header-sp__menu--link::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #42250F url(../img/common/ico_arrow-white.svg) no-repeat center/12px;
}
.l-header-sp__menu .contact_btn {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:415px) {
  .l-header-sp__menu .contact_btn {
    font-size: 1.6rem;
    padding: 29px 30px;
  }
}
.l-header-sp__menu .contact_btn.__works {
  text-align: left;
  border-color: #42250F;
  background: rgba(38, 14, 9, 0);
  background: linear-gradient(129deg, rgba(38, 14, 9, 0.5) 0%, rgb(66, 37, 15) 68%);
}
.l-header-sp__menu .contact_btn.__works::after {
  background: #ffffff url(../img/common/ico_arrow-brown.svg) no-repeat center/12px;
}
.l-header-sp__menu .freecall_btn {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:415px) {
  .l-header-sp__menu .freecall_btn {
    padding: 13px 30px;
  }
}
@media screen and (max-width:768px) {
  .l-header-sp__menu .freecall_btn .__ttl {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width:415px) {
  .l-header-sp__menu .freecall_btn .__ttl {
    margin: 0 0 10px 0;
  }
}
.l-header-sp__menu .l-header-sp__submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.l-header-sp.nav_open .l-header-sp__toggle .__sub:first-of-type {
  top: 30px;
  transform: rotate(-45deg);
}
.l-header-sp.nav_open .l-header-sp__toggle .__sub:nth-of-type(2) {
  opacity: 0;
}
.l-header-sp.nav_open .l-header-sp__toggle .__sub:last-of-type {
  top: 30px;
  transform: rotate(45deg);
}
.l-header-sp.nav_open .l-header-sp__menu {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}

.l-gnav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  z-index: 5;
}
.l-gnav__logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .l-gnav__logo {
    width: 135px;
    margin: 0 0 0 15px;
    display: block;
  }
}
@media screen and (max-width:415px) {
  .l-gnav__logo {
    width: 125px;
    margin: 0 0 0 10px;
  }
}
.l-gnav__logo .__sub:first-of-type {
  width: 144px;
}
@media screen and (max-width:1024px) {
  .l-gnav__logo .__sub:first-of-type {
    width: 96px;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__logo .__sub:first-of-type {
    display: none;
  }
}
.l-gnav__logo .__sub:last-of-type {
  width: 360px;
}
@media screen and (max-width:1024px) {
  .l-gnav__logo .__sub:last-of-type {
    width: 240px;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__logo .__sub:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__logo .__sub:last-of-type .__img {
    vertical-align: baseline;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__inner {
    display: none;
  }
}
.l-gnav__list {
  display: flex;
  align-items: center;
}
.l-gnav__list .l-gnav__item .ol_link {
  width: 152px;
  padding: 6px 10px;
  color: #ffffff;
  justify-content: space-between;
}
.l-gnav__list .l-gnav__item .ol_link::before {
  content: none;
}
.l-gnav__list .l-gnav__item .ol_link::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 25px;
  background: #ffffff url(../img/common/ico_arrow-blue.svg) no-repeat center/12px;
}
.l-gnav__list .l-gnav__item.works_nav .ol_link {
  border: 2px solid #BCA8A3;
  background: rgba(38, 14, 9, 0);
  background: linear-gradient(129deg, rgba(38, 14, 9, 0.5) 0%, rgb(66, 37, 15) 68%);
}
.l-gnav__list .l-gnav__item.works_nav .ol_link::after {
  background: #ffffff url(../img/common/ico_arrow-brown.svg) no-repeat center/12px;
}
.l-gnav__list .l-gnav__item.contact_nav .ol_link {
  background: #95C9EE;
  background: linear-gradient(90deg, rgb(149, 201, 238) 0%, rgb(3, 110, 184) 84%);
  border: 2px solid #95C9EE;
}

.l-footer__inner {
  width: min(1280px, 90%);
  padding: 120px 0;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-footer__inner {
    padding: 40px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
  }
}
.l-footer-left__top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 45px;
}
.l-footer-left__top .ol_link {
  font-size: 1.7rem;
}
@media screen and (max-width:768px) {
  .l-footer-left__top .ol_link {
    font-size: 1.5rem;
  }
}
.l-footer-left__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.l-footer-left__bottom .link_blank {
  font-size: 1.7rem;
}
@media screen and (max-width:768px) {
  .l-footer-left__bottom .link_blank {
    font-size: 1.5rem;
  }
}
.l-footer-left__bottom .link_blank::after {
  width: 16px;
}
.l-footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-footer-right {
    width: 100%;
    align-items: center;
    gap: 30px;
  }
}
.l-footer-right__logo {
  width: 530px;
}
@media screen and (max-width:1024px) {
  .l-footer-right__logo {
    width: min(350px, 100%);
  }
}
.l-footer-right__copyright {
  font-size: 1.6rem;
  color: #000000;
}
@media screen and (max-width:1024px) {
  .l-footer-right__copyright {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:768px) {
  .l-footer-right__copyright {
    text-align: center;
  }
}

.t-wrap {
  padding: 156px 0 0;
  color: #363636;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .t-wrap {
    padding: 64px 0 0;
    font-size: 1.4rem;
  }
}

.u-al-l {
  text-align: left !important;
}
@media screen and (max-width:768px) {
  .u-al-l._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-l._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-l._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-c {
  text-align: center !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media screen and (max-width:768px) {
  .u-al-c._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-c._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-c._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-r {
  text-align: right !important;
}
@media screen and (max-width:768px) {
  .u-al-r._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-r._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-r._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-fl {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.u-al-fc {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.u-al-fc > * {
  flex: 0 0 auto !important;
}

.u-al-fr {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}

.u-c-red {
  color: #dd0000 !important;
}

.u-fw-n {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

.u-fw-b {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxxs {
  margin-bottom: 10px !important;
}

.u-mb-xxs {
  margin-bottom: 15px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}

.u-mb-s {
  margin-bottom: 25px !important;
}

.u-mb-m {
  margin-bottom: 30px !important;
}

.u-mb-l {
  margin-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mb-l {
    margin-bottom: 30px !important;
  }
}

.u-mb-xl {
  margin-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xl {
    margin-bottom: 40px !important;
  }
}

.u-mb-xxl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxl {
    margin-bottom: 50px !important;
  }
}

.u-mb-xxxl {
  margin-bottom: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxxl {
    margin-bottom: 75px !important;
  }
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xxxs {
  margin-left: 10px !important;
}

.u-ml-xxs {
  margin-left: 15px !important;
}

.u-ml-xs {
  margin-left: 20px !important;
}

.u-ml-s {
  margin-left: 25px !important;
}

.u-ml-m {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 60px !important;
}
@media screen and (max-width:768px) {
  .u-ml-l {
    margin-left: 30px !important;
  }
}

.u-ml-xl {
  margin-left: 80px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xl {
    margin-left: 40px !important;
  }
}

.u-ml-xxl {
  margin-left: 100px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxl {
    margin-left: 50px !important;
  }
}

.u-ml-xxxl {
  margin-left: 150px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxxl {
    margin-left: 75px !important;
  }
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xxxs {
  margin-right: 10px !important;
}

.u-mr-xxs {
  margin-right: 15px !important;
}

.u-mr-xs {
  margin-right: 20px !important;
}

.u-mr-s {
  margin-right: 25px !important;
}

.u-mr-m {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mr-l {
    margin-right: 30px !important;
  }
}

.u-mr-xl {
  margin-right: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xl {
    margin-right: 40px !important;
  }
}

.u-mr-xxl {
  margin-right: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxl {
    margin-right: 50px !important;
  }
}

.u-mr-xxxl {
  margin-right: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxxl {
    margin-right: 75px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxxs {
  margin-top: 10px !important;
}

.u-mt-xxs {
  margin-top: 15px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}

.u-mt-s {
  margin-top: 25px !important;
}

.u-mt-m {
  margin-top: 30px !important;
}

.u-mt-l {
  margin-top: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mt-l {
    margin-top: 30px !important;
  }
}

.u-mt-xl {
  margin-top: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xl {
    margin-top: 40px !important;
  }
}

.u-mt-xxl {
  margin-top: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxl {
    margin-top: 50px !important;
  }
}

.u-mt-xxxl {
  margin-top: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxxl {
    margin-top: 75px !important;
  }
}

.u-pa-0 {
  padding: 0 !important;
}

.u-pa-xxxs {
  padding: 10px !important;
}

.u-pa-xxs {
  padding: 15px !important;
}

.u-pa-xs {
  padding: 20px !important;
}

.u-pa-s {
  padding: 25px !important;
}

.u-pa-m {
  padding: 30px !important;
}

.u-pa-l {
  padding: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pa-l {
    padding: 30px !important;
  }
}

.u-pa-xl {
  padding: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xl {
    padding: 40px !important;
  }
}

.u-pa-xxl {
  padding: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxl {
    padding: 50px !important;
  }
}

.u-pa-xxxl {
  padding: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxxl {
    padding: 75px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxxs {
  padding-bottom: 10px !important;
}

.u-pb-xxs {
  padding-bottom: 15px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}

.u-pb-s {
  padding-bottom: 25px !important;
}

.u-pb-m {
  padding-bottom: 30px !important;
}

.u-pb-l {
  padding-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pb-l {
    padding-bottom: 30px !important;
  }
}

.u-pb-xl {
  padding-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xl {
    padding-bottom: 40px !important;
  }
}

.u-pb-xxl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxl {
    padding-bottom: 50px !important;
  }
}

.u-pb-xxxl {
  padding-bottom: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxxl {
    padding-bottom: 75px !important;
  }
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xxxs {
  padding-left: 10px !important;
}

.u-pl-xxs {
  padding-left: 15px !important;
}

.u-pl-xs {
  padding-left: 20px !important;
}

.u-pl-s {
  padding-left: 25px !important;
}

.u-pl-m {
  padding-left: 30px !important;
}

.u-pl-l {
  padding-left: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pl-l {
    padding-left: 30px !important;
  }
}

.u-pl-xl {
  padding-left: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xl {
    padding-left: 40px !important;
  }
}

.u-pl-xxl {
  padding-left: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxl {
    padding-left: 50px !important;
  }
}

.u-pl-xxxl {
  padding-left: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxxl {
    padding-left: 75px !important;
  }
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xxxs {
  padding-right: 10px !important;
}

.u-pr-xxs {
  padding-right: 15px !important;
}

.u-pr-xs {
  padding-right: 20px !important;
}

.u-pr-s {
  padding-right: 25px !important;
}

.u-pr-m {
  padding-right: 30px !important;
}

.u-pr-l {
  padding-right: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pr-l {
    padding-right: 30px !important;
  }
}

.u-pr-xl {
  padding-right: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xl {
    padding-right: 40px !important;
  }
}

.u-pr-xxl {
  padding-right: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxl {
    padding-right: 50px !important;
  }
}

.u-pr-xxxl {
  padding-right: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxxl {
    padding-right: 75px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xxxs {
  padding-top: 10px !important;
}

.u-pt-xxs {
  padding-top: 15px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}

.u-pt-s {
  padding-top: 25px !important;
}

.u-pt-m {
  padding-top: 30px !important;
}

.u-pt-l {
  padding-top: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pt-l {
    padding-top: 30px !important;
  }
}

.u-pt-xl {
  padding-top: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xl {
    padding-top: 40px !important;
  }
}

.u-pt-xxl {
  padding-top: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxl {
    padding-top: 50px !important;
  }
}

.u-pt-xxxl {
  padding-top: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxxl {
    padding-top: 75px !important;
  }
}

.u-w0p {
  width: 0% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w0p {
    width: 0% !important;
  }
}
.u-w1p {
  width: 1% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w1p {
    width: 1% !important;
  }
}
.u-w2p {
  width: 2% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w2p {
    width: 2% !important;
  }
}
.u-w3p {
  width: 3% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w3p {
    width: 3% !important;
  }
}
.u-w4p {
  width: 4% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w4p {
    width: 4% !important;
  }
}
.u-w5p {
  width: 5% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w5p {
    width: 5% !important;
  }
}
.u-w6p {
  width: 6% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w6p {
    width: 6% !important;
  }
}
.u-w7p {
  width: 7% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w7p {
    width: 7% !important;
  }
}
.u-w8p {
  width: 8% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w8p {
    width: 8% !important;
  }
}
.u-w9p {
  width: 9% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w9p {
    width: 9% !important;
  }
}
.u-w10p {
  width: 10% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w10p {
    width: 10% !important;
  }
}
.u-w11p {
  width: 11% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w11p {
    width: 11% !important;
  }
}
.u-w12p {
  width: 12% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w12p {
    width: 12% !important;
  }
}
.u-w13p {
  width: 13% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w13p {
    width: 13% !important;
  }
}
.u-w14p {
  width: 14% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w14p {
    width: 14% !important;
  }
}
.u-w15p {
  width: 15% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w15p {
    width: 15% !important;
  }
}
.u-w16p {
  width: 16% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w16p {
    width: 16% !important;
  }
}
.u-w17p {
  width: 17% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w17p {
    width: 17% !important;
  }
}
.u-w18p {
  width: 18% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w18p {
    width: 18% !important;
  }
}
.u-w19p {
  width: 19% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w19p {
    width: 19% !important;
  }
}
.u-w20p {
  width: 20% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w20p {
    width: 20% !important;
  }
}
.u-w21p {
  width: 21% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w21p {
    width: 21% !important;
  }
}
.u-w22p {
  width: 22% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w22p {
    width: 22% !important;
  }
}
.u-w23p {
  width: 23% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w23p {
    width: 23% !important;
  }
}
.u-w24p {
  width: 24% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w24p {
    width: 24% !important;
  }
}
.u-w25p {
  width: 25% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w25p {
    width: 25% !important;
  }
}
.u-w26p {
  width: 26% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w26p {
    width: 26% !important;
  }
}
.u-w27p {
  width: 27% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w27p {
    width: 27% !important;
  }
}
.u-w28p {
  width: 28% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w28p {
    width: 28% !important;
  }
}
.u-w29p {
  width: 29% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w29p {
    width: 29% !important;
  }
}
.u-w30p {
  width: 30% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w30p {
    width: 30% !important;
  }
}
.u-w31p {
  width: 31% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w31p {
    width: 31% !important;
  }
}
.u-w32p {
  width: 32% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w32p {
    width: 32% !important;
  }
}
.u-w33p {
  width: 33% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w33p {
    width: 33% !important;
  }
}
.u-w34p {
  width: 34% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w34p {
    width: 34% !important;
  }
}
.u-w35p {
  width: 35% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w35p {
    width: 35% !important;
  }
}
.u-w36p {
  width: 36% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w36p {
    width: 36% !important;
  }
}
.u-w37p {
  width: 37% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w37p {
    width: 37% !important;
  }
}
.u-w38p {
  width: 38% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w38p {
    width: 38% !important;
  }
}
.u-w39p {
  width: 39% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w39p {
    width: 39% !important;
  }
}
.u-w40p {
  width: 40% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w40p {
    width: 40% !important;
  }
}
.u-w41p {
  width: 41% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w41p {
    width: 41% !important;
  }
}
.u-w42p {
  width: 42% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w42p {
    width: 42% !important;
  }
}
.u-w43p {
  width: 43% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w43p {
    width: 43% !important;
  }
}
.u-w44p {
  width: 44% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w44p {
    width: 44% !important;
  }
}
.u-w45p {
  width: 45% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w45p {
    width: 45% !important;
  }
}
.u-w46p {
  width: 46% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w46p {
    width: 46% !important;
  }
}
.u-w47p {
  width: 47% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w47p {
    width: 47% !important;
  }
}
.u-w48p {
  width: 48% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w48p {
    width: 48% !important;
  }
}
.u-w49p {
  width: 49% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w49p {
    width: 49% !important;
  }
}
.u-w50p {
  width: 50% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w50p {
    width: 50% !important;
  }
}
.u-w51p {
  width: 51% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w51p {
    width: 51% !important;
  }
}
.u-w52p {
  width: 52% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w52p {
    width: 52% !important;
  }
}
.u-w53p {
  width: 53% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w53p {
    width: 53% !important;
  }
}
.u-w54p {
  width: 54% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w54p {
    width: 54% !important;
  }
}
.u-w55p {
  width: 55% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w55p {
    width: 55% !important;
  }
}
.u-w56p {
  width: 56% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w56p {
    width: 56% !important;
  }
}
.u-w57p {
  width: 57% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w57p {
    width: 57% !important;
  }
}
.u-w58p {
  width: 58% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w58p {
    width: 58% !important;
  }
}
.u-w59p {
  width: 59% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w59p {
    width: 59% !important;
  }
}
.u-w60p {
  width: 60% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w60p {
    width: 60% !important;
  }
}
.u-w61p {
  width: 61% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w61p {
    width: 61% !important;
  }
}
.u-w62p {
  width: 62% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w62p {
    width: 62% !important;
  }
}
.u-w63p {
  width: 63% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w63p {
    width: 63% !important;
  }
}
.u-w64p {
  width: 64% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w64p {
    width: 64% !important;
  }
}
.u-w65p {
  width: 65% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w65p {
    width: 65% !important;
  }
}
.u-w66p {
  width: 66% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w66p {
    width: 66% !important;
  }
}
.u-w67p {
  width: 67% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w67p {
    width: 67% !important;
  }
}
.u-w68p {
  width: 68% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w68p {
    width: 68% !important;
  }
}
.u-w69p {
  width: 69% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w69p {
    width: 69% !important;
  }
}
.u-w70p {
  width: 70% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w70p {
    width: 70% !important;
  }
}
.u-w71p {
  width: 71% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w71p {
    width: 71% !important;
  }
}
.u-w72p {
  width: 72% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w72p {
    width: 72% !important;
  }
}
.u-w73p {
  width: 73% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w73p {
    width: 73% !important;
  }
}
.u-w74p {
  width: 74% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w74p {
    width: 74% !important;
  }
}
.u-w75p {
  width: 75% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w75p {
    width: 75% !important;
  }
}
.u-w76p {
  width: 76% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w76p {
    width: 76% !important;
  }
}
.u-w77p {
  width: 77% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w77p {
    width: 77% !important;
  }
}
.u-w78p {
  width: 78% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w78p {
    width: 78% !important;
  }
}
.u-w79p {
  width: 79% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w79p {
    width: 79% !important;
  }
}
.u-w80p {
  width: 80% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w80p {
    width: 80% !important;
  }
}
.u-w81p {
  width: 81% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w81p {
    width: 81% !important;
  }
}
.u-w82p {
  width: 82% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w82p {
    width: 82% !important;
  }
}
.u-w83p {
  width: 83% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w83p {
    width: 83% !important;
  }
}
.u-w84p {
  width: 84% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w84p {
    width: 84% !important;
  }
}
.u-w85p {
  width: 85% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w85p {
    width: 85% !important;
  }
}
.u-w86p {
  width: 86% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w86p {
    width: 86% !important;
  }
}
.u-w87p {
  width: 87% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w87p {
    width: 87% !important;
  }
}
.u-w88p {
  width: 88% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w88p {
    width: 88% !important;
  }
}
.u-w89p {
  width: 89% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w89p {
    width: 89% !important;
  }
}
.u-w90p {
  width: 90% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w90p {
    width: 90% !important;
  }
}
.u-w91p {
  width: 91% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w91p {
    width: 91% !important;
  }
}
.u-w92p {
  width: 92% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w92p {
    width: 92% !important;
  }
}
.u-w93p {
  width: 93% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w93p {
    width: 93% !important;
  }
}
.u-w94p {
  width: 94% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w94p {
    width: 94% !important;
  }
}
.u-w95p {
  width: 95% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w95p {
    width: 95% !important;
  }
}
.u-w96p {
  width: 96% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w96p {
    width: 96% !important;
  }
}
.u-w97p {
  width: 97% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w97p {
    width: 97% !important;
  }
}
.u-w98p {
  width: 98% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w98p {
    width: 98% !important;
  }
}
.u-w99p {
  width: 99% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w99p {
    width: 99% !important;
  }
}
.u-w100p {
  width: 100% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w100p {
    width: 100% !important;
  }
}
.u-mw0p {
  max-width: 0% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw0p {
    width: 0% !important;
  }
}
.u-mw1p {
  max-width: 1% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw1p {
    width: 1% !important;
  }
}
.u-mw2p {
  max-width: 2% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw2p {
    width: 2% !important;
  }
}
.u-mw3p {
  max-width: 3% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw3p {
    width: 3% !important;
  }
}
.u-mw4p {
  max-width: 4% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw4p {
    width: 4% !important;
  }
}
.u-mw5p {
  max-width: 5% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw5p {
    width: 5% !important;
  }
}
.u-mw6p {
  max-width: 6% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw6p {
    width: 6% !important;
  }
}
.u-mw7p {
  max-width: 7% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw7p {
    width: 7% !important;
  }
}
.u-mw8p {
  max-width: 8% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw8p {
    width: 8% !important;
  }
}
.u-mw9p {
  max-width: 9% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw9p {
    width: 9% !important;
  }
}
.u-mw10p {
  max-width: 10% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw10p {
    width: 10% !important;
  }
}
.u-mw11p {
  max-width: 11% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw11p {
    width: 11% !important;
  }
}
.u-mw12p {
  max-width: 12% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw12p {
    width: 12% !important;
  }
}
.u-mw13p {
  max-width: 13% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw13p {
    width: 13% !important;
  }
}
.u-mw14p {
  max-width: 14% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw14p {
    width: 14% !important;
  }
}
.u-mw15p {
  max-width: 15% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw15p {
    width: 15% !important;
  }
}
.u-mw16p {
  max-width: 16% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw16p {
    width: 16% !important;
  }
}
.u-mw17p {
  max-width: 17% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw17p {
    width: 17% !important;
  }
}
.u-mw18p {
  max-width: 18% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw18p {
    width: 18% !important;
  }
}
.u-mw19p {
  max-width: 19% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw19p {
    width: 19% !important;
  }
}
.u-mw20p {
  max-width: 20% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw20p {
    width: 20% !important;
  }
}
.u-mw21p {
  max-width: 21% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw21p {
    width: 21% !important;
  }
}
.u-mw22p {
  max-width: 22% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw22p {
    width: 22% !important;
  }
}
.u-mw23p {
  max-width: 23% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw23p {
    width: 23% !important;
  }
}
.u-mw24p {
  max-width: 24% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw24p {
    width: 24% !important;
  }
}
.u-mw25p {
  max-width: 25% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw25p {
    width: 25% !important;
  }
}
.u-mw26p {
  max-width: 26% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw26p {
    width: 26% !important;
  }
}
.u-mw27p {
  max-width: 27% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw27p {
    width: 27% !important;
  }
}
.u-mw28p {
  max-width: 28% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw28p {
    width: 28% !important;
  }
}
.u-mw29p {
  max-width: 29% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw29p {
    width: 29% !important;
  }
}
.u-mw30p {
  max-width: 30% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw30p {
    width: 30% !important;
  }
}
.u-mw31p {
  max-width: 31% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw31p {
    width: 31% !important;
  }
}
.u-mw32p {
  max-width: 32% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw32p {
    width: 32% !important;
  }
}
.u-mw33p {
  max-width: 33% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw33p {
    width: 33% !important;
  }
}
.u-mw34p {
  max-width: 34% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw34p {
    width: 34% !important;
  }
}
.u-mw35p {
  max-width: 35% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw35p {
    width: 35% !important;
  }
}
.u-mw36p {
  max-width: 36% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw36p {
    width: 36% !important;
  }
}
.u-mw37p {
  max-width: 37% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw37p {
    width: 37% !important;
  }
}
.u-mw38p {
  max-width: 38% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw38p {
    width: 38% !important;
  }
}
.u-mw39p {
  max-width: 39% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw39p {
    width: 39% !important;
  }
}
.u-mw40p {
  max-width: 40% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw40p {
    width: 40% !important;
  }
}
.u-mw41p {
  max-width: 41% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw41p {
    width: 41% !important;
  }
}
.u-mw42p {
  max-width: 42% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw42p {
    width: 42% !important;
  }
}
.u-mw43p {
  max-width: 43% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw43p {
    width: 43% !important;
  }
}
.u-mw44p {
  max-width: 44% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw44p {
    width: 44% !important;
  }
}
.u-mw45p {
  max-width: 45% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw45p {
    width: 45% !important;
  }
}
.u-mw46p {
  max-width: 46% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw46p {
    width: 46% !important;
  }
}
.u-mw47p {
  max-width: 47% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw47p {
    width: 47% !important;
  }
}
.u-mw48p {
  max-width: 48% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw48p {
    width: 48% !important;
  }
}
.u-mw49p {
  max-width: 49% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw49p {
    width: 49% !important;
  }
}
.u-mw50p {
  max-width: 50% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw50p {
    width: 50% !important;
  }
}
.u-mw51p {
  max-width: 51% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw51p {
    width: 51% !important;
  }
}
.u-mw52p {
  max-width: 52% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw52p {
    width: 52% !important;
  }
}
.u-mw53p {
  max-width: 53% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw53p {
    width: 53% !important;
  }
}
.u-mw54p {
  max-width: 54% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw54p {
    width: 54% !important;
  }
}
.u-mw55p {
  max-width: 55% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw55p {
    width: 55% !important;
  }
}
.u-mw56p {
  max-width: 56% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw56p {
    width: 56% !important;
  }
}
.u-mw57p {
  max-width: 57% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw57p {
    width: 57% !important;
  }
}
.u-mw58p {
  max-width: 58% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw58p {
    width: 58% !important;
  }
}
.u-mw59p {
  max-width: 59% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw59p {
    width: 59% !important;
  }
}
.u-mw60p {
  max-width: 60% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw60p {
    width: 60% !important;
  }
}
.u-mw61p {
  max-width: 61% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw61p {
    width: 61% !important;
  }
}
.u-mw62p {
  max-width: 62% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw62p {
    width: 62% !important;
  }
}
.u-mw63p {
  max-width: 63% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw63p {
    width: 63% !important;
  }
}
.u-mw64p {
  max-width: 64% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw64p {
    width: 64% !important;
  }
}
.u-mw65p {
  max-width: 65% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw65p {
    width: 65% !important;
  }
}
.u-mw66p {
  max-width: 66% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw66p {
    width: 66% !important;
  }
}
.u-mw67p {
  max-width: 67% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw67p {
    width: 67% !important;
  }
}
.u-mw68p {
  max-width: 68% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw68p {
    width: 68% !important;
  }
}
.u-mw69p {
  max-width: 69% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw69p {
    width: 69% !important;
  }
}
.u-mw70p {
  max-width: 70% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw70p {
    width: 70% !important;
  }
}
.u-mw71p {
  max-width: 71% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw71p {
    width: 71% !important;
  }
}
.u-mw72p {
  max-width: 72% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw72p {
    width: 72% !important;
  }
}
.u-mw73p {
  max-width: 73% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw73p {
    width: 73% !important;
  }
}
.u-mw74p {
  max-width: 74% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw74p {
    width: 74% !important;
  }
}
.u-mw75p {
  max-width: 75% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw75p {
    width: 75% !important;
  }
}
.u-mw76p {
  max-width: 76% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw76p {
    width: 76% !important;
  }
}
.u-mw77p {
  max-width: 77% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw77p {
    width: 77% !important;
  }
}
.u-mw78p {
  max-width: 78% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw78p {
    width: 78% !important;
  }
}
.u-mw79p {
  max-width: 79% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw79p {
    width: 79% !important;
  }
}
.u-mw80p {
  max-width: 80% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw80p {
    width: 80% !important;
  }
}
.u-mw81p {
  max-width: 81% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw81p {
    width: 81% !important;
  }
}
.u-mw82p {
  max-width: 82% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw82p {
    width: 82% !important;
  }
}
.u-mw83p {
  max-width: 83% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw83p {
    width: 83% !important;
  }
}
.u-mw84p {
  max-width: 84% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw84p {
    width: 84% !important;
  }
}
.u-mw85p {
  max-width: 85% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw85p {
    width: 85% !important;
  }
}
.u-mw86p {
  max-width: 86% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw86p {
    width: 86% !important;
  }
}
.u-mw87p {
  max-width: 87% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw87p {
    width: 87% !important;
  }
}
.u-mw88p {
  max-width: 88% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw88p {
    width: 88% !important;
  }
}
.u-mw89p {
  max-width: 89% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw89p {
    width: 89% !important;
  }
}
.u-mw90p {
  max-width: 90% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw90p {
    width: 90% !important;
  }
}
.u-mw91p {
  max-width: 91% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw91p {
    width: 91% !important;
  }
}
.u-mw92p {
  max-width: 92% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw92p {
    width: 92% !important;
  }
}
.u-mw93p {
  max-width: 93% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw93p {
    width: 93% !important;
  }
}
.u-mw94p {
  max-width: 94% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw94p {
    width: 94% !important;
  }
}
.u-mw95p {
  max-width: 95% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw95p {
    width: 95% !important;
  }
}
.u-mw96p {
  max-width: 96% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw96p {
    width: 96% !important;
  }
}
.u-mw97p {
  max-width: 97% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw97p {
    width: 97% !important;
  }
}
.u-mw98p {
  max-width: 98% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw98p {
    width: 98% !important;
  }
}
.u-mw99p {
  max-width: 99% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw99p {
    width: 99% !important;
  }
}
.u-mw100p {
  max-width: 100% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw100p {
    width: 100% !important;
  }
}
.u-w-a {
  width: auto !important;
}

@media screen and (max-width:768px) {
  .u-sm-w-a {
    width: auto !important;
  }
}
@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}

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

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1280px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1281px) {
  .u-lg-max {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */