@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
body {
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.u-fn-hover {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .u-fn-hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}
.c-fc--red {
  color: #B01D3A !important;
}
.c-fc--navy {
  color: #202A45 !important;
}

.c-bg--red {
  background: #B01D3A !important;
}
.c-bg--blue {
  background: #0866FF !important;
}
.c-bg--white {
  background: white !important;
}
.c-bg--black {
  background: black !important;
}
.c-bg--navy {
  background: #202A45 !important;
}

.c-ft--en {
  font-family: "Gilda Display", serif;
}
.c-ft--roboto {
  font-family: Roboto, sans-serif;
}
.c-ft--roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}
.c-ft--jp {
  font-family: "Noto Serif JP", serif;
}
.c-ft--jp-sansserif {
  font-family: "Noto Sans JP", sans-serif;
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left !important;
}

.c-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.c-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

/* ====================================================
Component
==================================================== */
.c-txt__basic {
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-txt__basic-small {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.c-txt__deco {
  font-family: "Gilda Display", serif;
  font-size: 6.6rem;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  color: #B01D3A;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media screen and (max-width: 834px) {
  .c-txt__deco {
    font-size: 4.2rem;
    letter-spacing: 3.5px;
  }
}
.c-txt__deco--wt {
  color: #fff;
}

.c-ttl__01 {
  display: block;
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    margin-bottom: 35px;
  }
}
.c-ttl__02 {
  display: block;
  color: #B01D3A;
}
.c-ttl__02 .c-ft--en {
  display: block;
  font-size: 6.6rem;
  letter-spacing: 5.5px;
}
@media screen and (max-width: 834px) {
  .c-ttl__02 .c-ft--en {
    font-size: 3.8rem;
    letter-spacing: 0;
  }
}
.c-ttl__02 .c-ft--jp {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 0 0 10px;
  letter-spacing: 4px;
}
@media screen and (max-width: 834px) {
  .c-ttl__02 .c-ft--jp {
    padding: 0;
    letter-spacing: 1px;
  }
}
.c-ttl__03 {
  display: block;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.c-ttl__03 > span {
  display: inline-block;
  padding: 0 10px 0 0;
  position: relative;
}
.c-ttl__03 > span:after {
  content: "";
  width: 5000px;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
}
.c-ttl__03 > span span {
  display: block;
}
.c-ttl__03 > span .c-ft--en {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 > span .c-ft--en {
    font-size: 1.8rem;
  }
}
.c-ttl__03 > span .c-ft--jp {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 > span .c-ft--jp {
    font-size: 2rem;
  }
}
.c-ttl__03.c-fc--red {
  color: #B01D3A;
}
.c-ttl__03.c-fc--red > span:after {
  background: #B01D3A;
}
.c-ttl__03.c-fc--navy {
  color: #202A45;
}
.c-ttl__03.c-fc--navy > span:after {
  background: #202A45;
}
.c-ttl__04 {
  display: block;
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 55px;
  margin-bottom: 30px;
}
.c-ttl__04:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #B01D3A;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-ttl__04:before {
  content: "";
  width: 1px;
  height: 20px;
  background: black;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-ttl__04 span {
  display: block;
}
.c-ttl__04 .c-ft--en {
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-ttl__05 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #B01D3A;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 834px) {
  .c-ttl__05 {
    line-height: 1.5;
  }
}
.c-ttl__05:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: #000;
  bottom: 0;
  left: 50%;
}
.c-ttl__05:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 0;
  background: #B01D3A;
  left: 50%;
}
.c-ttl__05--bl {
  color: #000;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .c-ttl__05--bl {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.c-ttl__05--bl::before {
  display: none;
}
.c-ttl__05--bl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #B01D3A;
  bottom: 0;
  left: 0;
}
.c-ttl__05--wt {
  color: #fff;
}
.c-ttl__05--wt:after, .c-ttl__05--wt::before {
  background: #fff;
}
.c-ttl__05--no-line {
  padding-bottom: 0;
  margin-bottom: 42px;
}
.c-ttl__05--no-line:after, .c-ttl__05--no-line:before {
  display: none;
}
.c-ttl__05--recruit {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-ttl__05--recruit:after, .c-ttl__05--recruit:before {
  display: none;
}
.c-ttl__05--recruit .txt-lg {
  width: 100%;
  color: #000;
  display: block;
}
.c-ttl__05--recruit .txt-sm {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-ttl__06 {
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .c-ttl__06 {
    margin-bottom: 20px;
  }
}
.c-ttl__06 span {
  display: block;
}
.c-ttl__06 .c-ft--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-ttl__06 .c-ft--en {
  font-size: 3.8rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__06 .c-ft--en {
    font-size: 2.6rem;
  }
}

.c-btn__01 {
  width: 100%;
  max-width: 320px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  background: black;
  border: none;
  outline: none;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-btn__01 {
    max-width: 345px;
  }
}
.c-btn__01:before {
  content: "";
  position: absolute;
  top: -333px;
  bottom: 0;
  left: -200px;
  width: 200%;
  height: 450px;
  background: #B01D3A;
  -webkit-transform: rotate(-25deg) scaleX(0);
      -ms-transform: rotate(-25deg) scaleX(0);
          transform: rotate(-25deg) scaleX(0);
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-btn__01:after {
  content: "";
  width: 29px;
  height: 5px;
  background: url("../img/common/icon-arrow-right02.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .c-btn__01:after {
    right: 13%;
  }
}
.c-btn__01:hover {
  opacity: 1;
}
.c-btn__01:hover:before {
  top: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: rotate(-25deg) scaleX(1);
      -ms-transform: rotate(-25deg) scaleX(1);
          transform: rotate(-25deg) scaleX(1);
}
.c-btn__01:hover span {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.c-btn__01:hover:after {
  -webkit-transform: scale(1.2, 1.2) translateY(-50%);
      -ms-transform: scale(1.2, 1.2) translateY(-50%);
          transform: scale(1.2, 1.2) translateY(-50%);
}
@media screen and (min-width: 835px) {
  .c-btn__01:hover:after {
    right: 10px;
  }
}
.c-btn__01 span {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn__01 small {
  display: block;
  width: 100%;
}
.c-btn__01--red {
  background: #B01D3A;
}
.c-btn__01--red:before {
  background: black;
}
.c-btn__01--solid {
  background: white;
  border: 1px solid #000;
  color: black;
  margin-left: 0;
}
.c-btn__01--solid:after {
  background: url(../img/common/icon-arr-bl.png) no-repeat center/100%;
}
@media screen and (max-width: 834px) {
  .c-btn__01--solid:after {
    right: 8%;
  }
}
.c-btn__01--solid:before {
  background: black;
}
.c-btn__01--solid span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.c-btn__01--solid:hover {
  color: white;
}
.c-btn__01--solid:hover:after {
  background: url(../img/common/icon-arrow-right02.svg) no-repeat center/100%;
}

.view-more {
  display: inline-block;
  position: relative;
  color: #595959;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 25px 0 0;
}
.view-more:after {
  content: "";
  width: 20px;
  height: 6px;
  background: url("../img/common/icon-arrow-right.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner {
  display: block;
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

main {
  padding: 123px 0 0;
}
@media screen and (max-width: 1024px) {
  main {
    padding: 54px 0 0;
  }
}

.sec-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .sec-breadcrumb {
    display: none;
  }
}
.sec-breadcrumb li:last-child {
  color: #B01D3A;
}
.sec-breadcrumb a {
  padding-right: 22px;
  position: relative;
  color: #595959;
}
.sec-breadcrumb a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  content: "＞";
  top: 0;
  right: 16px;
}

.mv-page {
  position: relative;
  z-index: 2;
}
.mv-page__wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mv-page__ct {
  width: 65.48%;
  margin-top: 63px;
  padding-bottom: 110px;
  padding-top: 64px;
  padding-left: calc((100% - 1200px) / 2);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .mv-page__ct {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-page__ct {
    padding-left: 4.2vw;
  }
}
@media screen and (max-width: 834px) {
  .mv-page__ct {
    width: calc(100% - 200px);
    padding-left: 11px;
    padding-top: 102px;
  }
}
@media screen and (max-width: 640px) {
  .mv-page__ct {
    width: 58.67%;
  }
}
.mv-page__ttl {
  color: #fff;
}
.mv-page__ttl .c-ft--en {
  text-transform: uppercase;
  font-size: 6.6rem;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
@media screen and (max-width: 834px) {
  .mv-page__ttl .c-ft--en {
    font-size: 3rem;
  }
}
.mv-page__ttl .c-ft--jp {
  font-size: 1.8rem;
  line-height: 1.27;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  width: 19px;
  letter-spacing: 5px;
  position: relative;
  left: 15px;
}
@media screen and (max-width: 834px) {
  .mv-page__ttl .c-ft--jp {
    font-size: 1.4rem;
  }
}
.mv-page__img {
  width: 43%;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 700px;
}
@media screen and (max-width: 834px) {
  .mv-page__img {
    width: 278px;
    position: relative;
    position: absolute;
  }
  .mv-page__img::before {
    content: "";
    float: left;
    padding-top: 118.8%;
  }
  .mv-page__img::after {
    content: "";
    display: table;
    clear: both;
  }
  .mv-page__img > :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mv-page__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv-page:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 65.48%;
  height: calc(100% - 64px);
  background: #B01D3A;
  mix-blend-mode: multiply;
  top: 64px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .mv-page:after {
    top: 102px;
  }
}
.mv-page--short .mv-page__ct {
  padding-bottom: 157px;
}

.intro-page {
  font-size: 1.6rem;
  line-height: 1.75;
  background: #fff;
  max-width: 974px;
  width: 74%;
  margin: 0 auto;
  padding: 70px 112px 70px;
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-214px);
      -ms-transform: translateY(-214px);
          transform: translateY(-214px);
  margin-bottom: -133px;
  min-height: 224px;
}
@media screen and (max-width: 1024px) {
  .intro-page {
    margin-bottom: -170px;
  }
}
@media screen and (max-width: 834px) {
  .intro-page {
    padding: 30px 20px;
    width: 92.267%;
    margin-bottom: -80px;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
.intro-page p {
  margin-bottom: 20px;
}
.intro-page p:last-of-type {
  margin-bottom: 0;
}
.intro-page__ttl {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .intro-page__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 20px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  background: #fff;
  font-weight: 400;
  padding: 5px 15px;
  border: none;
  font-size: 1.5rem;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: #C8C8C8;
}
.form-control::-moz-placeholder {
  color: #C8C8C8;
}
.form-control:-ms-input-placeholder {
  color: #C8C8C8;
}
.form-control::-ms-input-placeholder {
  color: #C8C8C8;
}
.form-control::placeholder {
  color: #C8C8C8;
}
.form-control--textarea {
  height: 170px;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1024px) {
  #header.active .header-bg {
    display: block;
  }
}
#header .header-bg {
  content: "";
  height: calc(100vh - 54px);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
#header .header-title {
  -ms-flex-item-align: center;
  align-self: center;
}
#header .header-nav {
  width: calc(100% - 236px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #header .header-nav {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    position: absolute;
    top: 54px;
    right: -100%;
    height: calc(100lvh - 54px);
    height: calc(100vh - 54px);
    padding-top: 10px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: scroll;
    width: 100%;
    max-width: 340px;
    background: white;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
  }
  #header .header-nav.active {
    right: 0;
  }
}
#header .header-nav__note {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px 0 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__note {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
    margin: 0;
  }
}
#header .header-nav__note ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 15px 0 0;
}
#header .header-nav__note ul li {
  padding: 0 12px;
}
#header .header-nav__note ul li a {
  display: block;
  color: #595959;
  font-size: 1.4rem;
  font-weight: 500;
}
#header .header-nav__note-tel {
  line-height: 1;
  border-left: 1px solid #595959;
  font-size: 1.2rem;
  color: black;
  position: relative;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__note-tel {
    border: none;
    padding: 0 0 0 35px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
#header .header-nav__note-tel:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/common/icon-tel.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__note-tel:before {
    left: 0;
  }
}
#header .header-nav__note-tel-item {
  margin-bottom: 0.5em;
}
#header .header-nav__note-tel-item:last-child {
  margin-bottom: 0;
}
#header .header-nav__note-tel a {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
}
#header .header-nav__note-link a {
  color: #595959;
  font-size: revert;
  font-weight: revert;
}
#header .header-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu {
    width: 100%;
    display: block;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#header .header-nav__menu-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px;
}
@media screen and (max-width: 1200px) {
  #header .header-nav__menu-item {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #D0D0D0;
  }
}
#header .header-nav__menu-item > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: black;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item > a {
    padding: 10px 0;
    font-size: 2rem;
  }
}
#header .header-nav__menu-item > a small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  #header .header-nav__menu-item:hover > a {
    color: #B01D3A;
  }
  #header .header-nav__menu-item:hover .header-nav__menu-sub:after {
    border: solid #B01D3A;
    border-width: 0 1px 1px 0;
  }
  #header .header-nav__menu-item:hover .header-nav__submenu {
    display: block;
  }
}
#header .header-nav__menu-sub {
  display: inline-block;
  position: relative;
  margin: 0 0 0 7px;
}
@media screen and (min-width: 1025px) {
  #header .header-nav__menu-sub {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-sub {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px 6px 0;
  }
  #header .header-nav__menu-sub.active:after {
    top: 3px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
#header .header-nav__menu-sub:after {
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#header .header-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #B01D3A;
  padding: 40px;
  color: white;
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu {
    position: static;
    padding: 30px 15px;
  }
}
#header .header-nav__submenu-attorney {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#header .header-nav__submenu-attorney li {
  width: 33.333%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu-attorney li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid white;
  }
}
#header .header-nav__submenu-attorney li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu-attorney li a {
    padding: 10px 0;
  }
}
#header .header-nav__submenu-attorney-img {
  width: 70px;
}
#header .header-nav__submenu-attorney-ct {
  width: calc(100% - 70px);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 0 15px;
}
#header .header-nav__submenu-attorney-ct small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu-attorney-ct small {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu-attorney-ct br {
    display: none;
  }
}
#header .header-nav__submenu-btn {
  display: inline-block;
  background: white;
  font-size: 1.4rem;
  color: #B01D3A;
  font-weight: 500;
  padding: 11px 21px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu-btn {
    display: block;
    width: 100%;
    position: relative;
  }
  #header .header-nav__submenu-btn:after {
    content: "";
    width: 30px;
    height: 5px;
    background: url("../img/common/icon-arrow-right05.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
}
#header .header-nav__submenu-item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu-item {
    margin-bottom: 30px;
  }
}
#header .header-nav__submenu-ttl {
  display: block;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
}
#header .header-nav__submenu-ttl span {
  position: relative;
  padding: 10px 10px 10px 0;
  display: inline-block;
}
#header .header-nav__submenu-ttl span:after {
  content: "";
  width: 5000px;
  height: 1px;
  background: white;
  position: absolute;
  top: 20px;
  left: 100%;
}
#header .header-nav__submenu-feature {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .header-nav__submenu-feature li {
  width: 25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu-feature li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid white;
  }
}
#header .header-nav__submenu-feature a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__submenu-feature a {
    padding: 10px 0;
  }
}
#header .header-nav__submenu-feature-img {
  width: 36px;
}
#header .header-nav__submenu-feature-ct {
  width: calc(100% - 36px);
  padding: 0 0 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
#header .header-nav__submenu-feature-ct small {
  display: block;
  font-size: 1.2rem;
  padding: 5px 0 0;
}
#header .header-nav__btn {
  width: 184px;
  height: 55px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  text-align: center;
  position: relative;
  background: black;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  padding: 0 0 3px 20px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 350px;
    height: 63px;
    font-size: 2rem;
    margin: 30px auto;
  }
}
#header .header-nav__btn span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__btn span {
    width: auto;
  }
}
#header .header-nav__btn small {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__btn small {
    width: auto;
  }
}
#header .header-nav__btn:before {
  content: "";
  width: 18px;
  height: 15px;
  background: url("../img/common/icon-email.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
#header .js-mobile {
  width: 63px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  cursor: pointer;
  z-index: 12;
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .js-mobile {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
#header .js-mobile span {
  position: relative;
  display: block;
  width: 22px;
  height: 1px;
  background: white;
}
#header .js-mobile span:before, #header .js-mobile span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}
#header .js-mobile span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -4px;
}
#header .js-mobile span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -4px;
}
#header .js-mobile--close span {
  background-color: transparent;
}
#header .js-mobile--close span:before, #header .js-mobile--close span:after {
  width: 100%;
  background: white;
}
#header .js-mobile--close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .js-mobile--close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

.js-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}

#footer {
  background: black;
  color: white;
  padding: 100px 0 40px;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 60px 0 40px;
  }
}
#footer a {
  color: white;
}
#footer .footer-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #footer .footer-block {
    margin-bottom: 60px;
  }
}
#footer .footer-block__note {
  width: 440px;
}
@media screen and (max-width: 834px) {
  #footer .footer-block__note {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
#footer .footer-block__note-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  #footer .footer-block__note-item {
    margin-bottom: 35px;
  }
}
#footer .footer-block__note-item:last-child {
  margin-bottom: 0;
}
#footer .footer-block__note-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  #footer .footer-block__note-logo {
    font-size: 1.75rem;
  }
}
#footer .footer-block__note-logo img {
  width: 49px;
}
@media screen and (max-width: 834px) {
  #footer .footer-block__note-logo img {
    width: 39px;
  }
}
#footer .footer-block__note-logo span {
  display: block;
  padding: 0 0 0 10px;
}
#footer .footer-block__note-logo small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
#footer .footer-block__nav {
  width: calc(100% - 440px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 615px;
}
@media screen and (max-width: 834px) {
  #footer .footer-block__nav {
    width: 100%;
    max-width: 100%;
  }
}
#footer .footer-block__menu {
  width: 40%;
  padding-right: 10px;
}
@media screen and (max-width: 834px) {
  #footer .footer-block__menu {
    display: none;
  }
}
#footer .footer-block__menu:last-child {
  width: 20%;
  padding-right: 0;
}
#footer .footer-block__menu-item {
  margin-bottom: 10px;
}
#footer .footer-block__menu-item a {
  color: white;
  font-size: 1.2rem;
  position: relative;
}
#footer .footer-block__submenu {
  padding: 5px 0 0 5px;
}
#footer .footer-block__submenu li {
  margin-bottom: 8px;
}
#footer .footer-block__submenu li a {
  padding: 0 0 0 10px;
}
#footer .footer-block__submenu li a:before {
  content: "｜";
  position: absolute;
  top: 0;
  left: -3px;
}
#footer .footer-sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #footer .footer-sns {
    margin-bottom: 60px;
  }
}
#footer .footer-sns li {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #footer .footer-sns li {
    width: 100%;
    margin: 0 0 18px;
  }
  #footer .footer-sns li:last-child {
    margin-bottom: 0;
  }
}
#footer .footer-sns a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 211px;
  height: 54px;
  color: white;
}
@media screen and (max-width: 640px) {
  #footer .footer-sns a {
    width: 100%;
  }
}
#footer .footer-sns a img {
  display: block;
  margin: 0 10px 0 0;
}
#footer .footer-sns a span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 640px) {
  #footer .footer-sns a span {
    display: inline-block;
  }
  #footer .footer-sns a span span:nth-child(2) {
    margin-left: 10px;
  }
}
#footer .footer-sns .c-bg--blue {
  font-size: 1.5rem;
}
#footer .footer-ttl {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #footer .footer-ttl {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
}
#footer .footer-banner {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #footer .footer-banner {
    grid-template-columns: 33.333fr 33.333fr 33.333fr;
  }
}
@media screen and (max-width: 640px) {
  #footer .footer-banner {
    grid-template-columns: 1fr;
  }
}
#footer .footer-banner__link {
  display: grid;
  place-content: center;
  height: 55px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  text-align: center;
}
#footer .copyright {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
}

.top-mv .mv-slider__item {
  position: relative;
}
.top-mv .mv-slider__item img {
  width: 100%;
}
.top-mv .mv-slider__item .c-btn__01 {
  max-width: 456px;
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .top-mv .mv-slider__item .c-btn__01 {
    position: absolute;
    bottom: 14px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.top-mv .mv-slider__item .mv-ttl {
  line-height: 1;
  position: absolute;
  top: 47px;
  right: 35px;
  color: white;
  font-weight: 600;
  max-width: 500px;
  font-size: 2.4rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .top-mv .mv-slider__item .mv-ttl {
    top: 52%;
    max-width: 88vw;
    right: 12px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 374px) {
  .top-mv .mv-slider__item .mv-ttl {
    font-size: 1.2rem;
  }
}
.top-mv .mv-slider__item .mv-ttl span {
  display: inline-block;
  background: black;
  padding: 10px 7px;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .top-mv .mv-slider__item .mv-ttl span {
    padding: 6px 2px;
    margin-bottom: 7px;
    letter-spacing: 3px;
  }
}
.top-mv .mv-slider__img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (min-width: 835px) {
  .top-mv .mv-slider__img img {
    min-height: 560px;
  }
}
@media screen and (max-width: 834px) {
  .top-mv .mv-slider__img img {
    height: 158.3vw;
  }
}
@media screen and (max-width: 834px) {
  .top-mv .slick-dots {
    bottom: 88px;
  }
}
@media screen and (max-width: 834px) {
  .top-mv .slick-dots li {
    margin: 0 4px;
  }
}
.top-mv .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.top-mv .slick-dots li button:before {
  display: none;
}
.top-mv .slick-dots li.slick-active button {
  background: #B01D3A;
}

.mv-block__01 {
  position: absolute;
  left: 3.6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: clamp(2.4rem, 2.91666vw, 4.2rem);
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .mv-block__01 {
    font-size: 6.4vw;
    left: 3%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    right: 3%;
  }
}
.mv-block__01-ttl {
  display: block;
  font-size: clamp(6.6rem, 8.125vw, 11.7rem);
  text-transform: uppercase;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .mv-block__01-ttl {
    font-size: 19vw;
  }
}
.mv-block__01-txt {
  display: block;
  margin-bottom: 40px;
}
.mv-block__01-note {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .mv-block__01-note {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__01-note {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__01-note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 93px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin: 0 auto;
  }
}
.mv-block__01-note li {
  width: clamp(105px, 9.93vw, 143px);
  height: clamp(105px, 9.93vw, 143px);
  background: url("../img/index/mv-item-01.png") no-repeat;
  background-size: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 17px;
}
@media screen and (max-width: 834px) {
  .mv-block__01-note li {
    width: 31%;
    padding: 0 0 4vw;
    height: 28vw;
  }
}
.mv-block__01-note-ttl {
  position: absolute;
  top: -4%;
  left: -20px;
  right: -20px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .mv-block__01-note-ttl {
    left: -7vw;
    right: -7vw;
  }
}
.mv-block__01-show {
  font-size: 2.1rem;
  line-height: 1.2857142857;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .mv-block__01-show {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__01-show {
    font-size: 4.4vw;
  }
}
.mv-block__01-show-number {
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .mv-block__01-show-number {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__01-show-number {
    font-size: 6.8vw;
  }
}
.mv-block__01-show-number small {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .mv-block__01-show-number small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__01-show-number small {
    font-size: 4vw;
  }
}
.mv-block__02 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3.6%;
  right: 3.6%;
  z-index: 2;
  color: white;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.875vw, 2.7rem);
  line-height: 1.7037037037;
}
@media screen and (max-width: 834px) {
  .mv-block__02 {
    font-size: 4vw;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    bottom: 0;
    padding: 66vw 0 0;
    text-align: center;
  }
}
.mv-block__02-ttl {
  display: block;
  width: 31.9%;
  max-width: 426px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .mv-block__02-ttl {
    width: 65%;
    margin: 0 auto 10px;
  }
}
.mv-block__02 p {
  margin-bottom: 30px;
}
.mv-block__02 p span {
  font-size: 4rem;
  font-size: clamp(2.8rem, 2.77vw, 4rem);
}
@media screen and (max-width: 834px) {
  .mv-block__02 p span {
    font-size: 5vw;
  }
}
.mv-block__02-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .mv-block__02-img {
    width: 75%;
  }
}
@media screen and (min-width: 835px) {
  .mv-block__02-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
  }
}
.mv-block__03 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: white;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .mv-block__03 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__03 {
    height: 158.3vw;
    font-size: 3.7vw;
    text-align: center;
  }
}
.mv-block__03-box {
  width: 50%;
  padding: 0 3.6%;
}
@media screen and (max-width: 834px) {
  .mv-block__03-box {
    width: auto;
    position: absolute;
    top: 0;
    left: 3%;
    right: 3%;
    bottom: 0;
    z-index: 1;
    padding: 82vw 0 0;
  }
}
.mv-block__03-img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .mv-block__03-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .mv-block__03-img img {
    height: auto !important;
  }
}
.mv-block__03-ttl {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .mv-block__03-ttl {
    display: block;
    width: 60%;
    margin: 0 auto 10px;
  }
}
.mv-block__03 p {
  margin-bottom: 40px;
}
.mv-block__04 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3.6%;
  right: 3.6%;
  z-index: 2;
  color: black;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.6086956522;
}
@media screen and (max-width: 1200px) {
  .mv-block__04 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__04 {
    top: 0;
    left: 3%;
    right: 3%;
    bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    font-size: 3.9vw;
    width: auto;
    padding: 30px 0;
  }
}
.mv-block__04-ttl {
  display: block;
  margin-bottom: 30px;
  font-size: clamp(4rem, 4.02777777vw, 5.8rem);
}
@media screen and (max-width: 834px) {
  .mv-block__04-ttl {
    font-size: 7vw;
    text-decoration: underline;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .mv-block__04-ttl span {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    background-size: 200% 10px;
    background-repeat: no-repeat;
    background-position: 0 83px;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }
}
.mv-block__04 p {
  margin-bottom: 30px;
}
.mv-block__04 p small {
  display: block;
  font-weight: 500;
}
.mv-block__04-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 43.1%;
}
@media screen and (max-width: 834px) {
  .mv-block__04-img {
    top: 72vw;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.mv-block__05 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  color: white;
  font-size: 2.3rem;
  line-height: 1.6086956522;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .mv-block__05 {
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    font-size: 4.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mv-block__05 > * {
    width: 100%;
  }
}
.mv-block__05-ttl {
  width: 50%;
  max-width: 602px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .mv-block__05-ttl {
    width: 80%;
    margin-bottom: 40px;
  }
}
.mv-block__05 .c-btn__01 {
  margin: 0 auto !important;
}
.mv-block__05 p {
  margin-bottom: 60px;
}
.mv-block__06 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mv-block__06-img {
  width: 506px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .mv-block__06-img {
    width: 375px;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__06-img {
    width: 100%;
  }
}
.mv-block__06-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.mv-block__06--note {
  width: calc(100% - 506px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 3.95%;
}
@media screen and (max-width: 1200px) {
  .mv-block__06--note {
    width: calc(100% - 375px);
  }
}
@media screen and (max-width: 834px) {
  .mv-block__06--note {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .mv-block__06 .c-btn__01 {
    bottom: 10%;
    position: absolute;
    left: 4%;
    right: 4%;
    width: auto;
    margin: 0 auto;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .mv-block__06 .c-btn__01 {
    left: 3%;
    right: 3%;
  }
}

.top-news {
  padding: 50px 0;
}
@media screen and (max-width: 834px) {
  .top-news {
    padding: 74px 0 55px;
  }
}

.news-list {
  max-width: 865px;
  margin: 0 auto 23px;
}
@media screen and (max-width: 834px) {
  .news-list {
    max-width: 85%;
  }
}
.news-list__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .news-list__item {
    margin-bottom: 32px;
  }
}
.news-list__item:last-child {
  margin-bottom: 0;
}
.news-list__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: black;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .news-list__item a {
    line-height: 1.714;
  }
}
.news-list__item a time {
  display: block;
  font-family: Roboto, sans-serif;
  width: 107px;
  letter-spacing: 1.5px;
}
.news-list__item a p {
  width: calc(100% - 177px);
  padding: 0 0 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 835px) {
  .news-list__item a p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 834px) {
  .news-list__item a p {
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 10px 0 0;
  }
}
.news-list__category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  width: 70px;
  border: 1px solid #B01D3A;
  color: #B01D3A;
  font-size: 1.2rem;
  border-radius: 30px;
  padding: 3px 0;
}
@media screen and (max-width: 834px) {
  .news-list__category {
    padding: 1px 0;
  }
}

.top-about {
  padding: 102px 0 142px;
}
@media screen and (max-width: 834px) {
  .top-about {
    padding: 0 0 94px;
  }
}

.about-block {
  position: relative;
}
.about-block .c-ttl__02 {
  position: absolute;
  top: -15px;
  left: -48px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .about-block .c-ttl__02 {
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .about-block .c-ttl__02 {
    top: -6px;
  }
  .about-block .c-ttl__02 .c-ft--en {
    font-size: 3rem;
    letter-spacing: 2px;
  }
}
.about-block__img {
  position: relative;
  padding: 45px 20% 0 0;
  margin-bottom: 114px;
}
@media screen and (max-width: 1200px) {
  .about-block__img {
    padding: 45px 20% 0 45px;
  }
}
@media screen and (max-width: 834px) {
  .about-block__img {
    padding: 37px 14.5% 0 28px;
    margin-bottom: 27px;
  }
}
.about-block__img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about-block__img--note {
  position: absolute;
  top: 0;
  right: -4%;
  z-index: 1;
  width: 53.2%;
}
@media screen and (max-width: 834px) {
  .about-block__img--note {
    right: -5%;
    width: 55%;
  }
}
.about-block__img--note img {
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.about-block__img--custom {
  margin-right: calc((100vw - 200%) / 2 * -1);
}
.about-block__ct {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .about-block__ct {
    padding: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .about-block__ct {
    padding: 0;
  }
}
.about-block__ct-ttl {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .about-block__ct-ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 22px;
  }
}

.top-service {
  padding: 0 0 64px;
}

.service-heading {
  max-width: 925px;
  position: relative;
  padding: 81px 0;
  margin: -91px 0 0;
  margin-bottom: 5px;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .service-heading {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
    background: white;
    margin: -68px 0 0;
    padding: 31px 0;
    letter-spacing: 2px;
    margin-bottom: 27px;
  }
}
.service-heading > * {
  position: relative;
  z-index: 2;
}
.service-heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5000px;
  background: white;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .service-heading:after {
    display: none;
  }
}

.service-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px 54px;
}
@media screen and (max-width: 834px) {
  .service-list {
    margin: 0 -10px 50px;
  }
}
@media screen and (max-width: 640px) {
  .service-list {
    max-width: 230px;
    margin: 0 auto 36px;
  }
}
.service-list__item {
  width: 25%;
  padding: 0 30px;
}
@media screen and (max-width: 834px) {
  .service-list__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .service-list__item {
    width: 100%;
    padding: 0;
  }
  .service-list__item:last-child {
    margin-bottom: 0;
  }
}
.service-list__box {
  display: block;
  color: black;
}
.service-list__img {
  margin-bottom: 5px;
}
.service-list__img img {
  width: 100%;
}
.service-list__ct-ttl {
  display: block;
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 5px;
}

.top-attorney {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .top-attorney {
    margin: 0 auto 36px;
  }
}

.attorney-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px 67px;
}
@media screen and (max-width: 834px) {
  .attorney-list {
    margin: 0 -10px 95px;
  }
  .attorney-list.js-attorney-slider {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.attorney-list.js-attorney-slider {
  display: block;
}
.attorney-list .slick-list {
  padding: 0 11.5% !important;
}
@media screen and (max-width: 834px) {
  .attorney-list .slick-list {
    padding: 0 !important;
  }
}
.attorney-list .slick-list .attorney-list__item {
  margin-bottom: 0;
}
.attorney-list .slick-arrow {
  width: 30px;
  height: 30px;
  top: -50px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  right: 50px;
}
@media screen and (max-width: 834px) {
  .attorney-list .slick-arrow {
    bottom: -67px;
    width: 45px;
    top: auto;
  }
}
.attorney-list .slick-arrow:before {
  display: none;
}
.attorney-list .slick-arrow.slick-prev {
  background: url("../img/common/icon-arrow-left.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  left: auto;
  right: 105px;
}
@media screen and (max-width: 834px) {
  .attorney-list .slick-arrow.slick-prev {
    right: calc(50% + 28px);
  }
}
.attorney-list .slick-arrow.slick-next {
  background: url("../img/common/icon-arrow-right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .attorney-list .slick-arrow.slick-next {
    left: calc(50% + 28px);
  }
}
.attorney-list__item {
  width: 33.333%;
  padding: 0 22px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .attorney-list__item {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .attorney-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .attorney-list__item:last-child {
    margin-bottom: 0;
  }
}
.attorney-list__box {
  display: block;
  color: black;
}
.attorney-list__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #page-lawyers .attorney-list__img img {
    width: 100%;
  }
}
.attorney-list__ct {
  font-size: 1.4rem;
}
.attorney-list__ct p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.attorney-list__ct p span {
  display: block;
}
.attorney-list__ct-name {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.top-practices {
  padding: 100px 0 178px;
  background: rgb(243, 243, 243);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 243, 243)), to(rgb(226, 226, 226)));
  background: linear-gradient(180deg, rgb(243, 243, 243) 0%, rgb(226, 226, 226) 100%);
}
@media screen and (max-width: 834px) {
  .top-practices {
    padding: 32px 0 191px;
    background: #D9D9D9;
  }
}
.top-practices:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: white;
}
@media screen and (max-width: 834px) {
  .top-practices:before {
    height: 35vw;
  }
}
.top-practices .inner {
  position: relative;
  z-index: 1;
}

.banner-block {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .banner-block {
    padding: 0 0 0 45px;
  }
}
@media screen and (max-width: 834px) {
  .banner-block {
    padding: 0 0 0 37px;
  }
}
.banner-block .c-ttl__02 {
  position: absolute;
  top: -63px;
  left: -48px;
}
@media screen and (max-width: 1200px) {
  .banner-block .c-ttl__02 {
    left: 2px;
  }
}
@media screen and (max-width: 834px) {
  .banner-block .c-ttl__02 {
    top: -52px;
  }
}
.banner-block__img {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-bottom: 96px;
}
@media screen and (max-width: 834px) {
  .banner-block__img {
    margin-right: -15px;
    margin-bottom: 86px;
  }
}
.banner-block__img img {
  width: 100%;
}

.practices-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 55px;
}
.practices-list__item {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .practices-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .practices-list__item {
    width: 100%;
  }
}
.practices-list__box {
  display: block;
  color: black;
  position: relative;
  background: white;
  height: 100%;
  padding: 0 0 23px;
}
@media screen and (min-width: 835px) {
  .practices-list__box {
    min-height: 297px;
  }
}
.practices-list__box:after {
  content: "";
  width: 20px;
  height: 5px;
  background: url("../img/common/icon-arrow-right03.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 15px;
  right: 8px;
}
.practices-list__box--navy:after {
  background: url("../img/common/icon-arrow-right06.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .practices-list__img {
    padding: 0 40px;
  }
}
.practices-list__img img {
  width: 100%;
}
.practices-list__img--note {
  position: absolute;
  top: 0;
  left: 0;
  width: 31%;
}
@media screen and (max-width: 834px) {
  .practices-list__img--note {
    width: 24%;
  }
}
.practices-list__ct {
  padding: 0 11%;
  margin: -7px 0 0;
}
@media screen and (max-width: 834px) {
  .practices-list__ct {
    padding: 0 30px;
    margin: -13px 0 0;
  }
}
.practices-list__ct-ttl {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #B01D3A;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.top-solution {
  margin: -110px 0 0;
  padding: 0 0 296px;
}
@media screen and (max-width: 834px) {
  .top-solution {
    margin: -46vw 0 0;
    padding: 0 0 78px;
  }
}

.solution-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.solution-block__ct {
  width: 100%;
  max-width: 650px;
  padding: 85px 0 30px;
  font-size: 1.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .solution-block__ct {
    max-width: 560px;
  }
}
@media screen and (max-width: 834px) {
  .solution-block__ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    margin: -62px 0 0;
    padding: 24px 0 0 0;
    position: relative;
    z-index: 2;
    background: white;
  }
}
.solution-block__ct:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5000px;
  background: white;
}
@media screen and (max-width: 834px) {
  .solution-block__ct:after {
    display: none;
  }
}
.solution-block__ct--custom {
  position: relative;
  z-index: 1;
  max-width: 475px;
}
.solution-block__ct-ttl {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .solution-block__ct-ttl {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
.solution-block__ct .c-btn__01 {
  margin-bottom: 15px;
  margin-left: 0;
  max-width: 100%;
}
.solution-block__ct ul {
  margin: 0 0 37px;
}
.solution-block__ct ul li {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 27px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 834px) {
  .solution-block__ct ul li {
    margin-bottom: 12px;
    line-height: 1.1;
  }
}
.solution-block__ct ul li:before {
  content: "";
  width: 24px;
  height: 20px;
  background: url("../img/common/icon-check.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: -2px;
}
@media screen and (max-width: 834px) {
  .solution-block__ct ul li:before {
    top: 8px;
  }
}
@media screen and (max-width: 423px) {
  .solution-block__ct ul li:nth-child(2):before {
    top: 0;
  }
}
.solution-block__ct ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
}
.solution-block__img {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .solution-block__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 0 9%;
  }
}
.solution-block__img--custom {
  margin-right: calc((100vw - 203%) / 2 * -1);
}
@media screen and (max-width: 834px) {
  .solution-block__img--custom {
    margin-right: -15px;
  }
}
.solution-block__img img {
  width: 100%;
  min-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 834px) {
  .solution-block__img img {
    min-height: 100px;
  }
}

.top-column {
  padding: 87px 0;
}
@media screen and (max-width: 834px) {
  .top-column {
    padding: 116px 0 0;
  }
}
.top-column:before, .top-column:after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  background: #B01D3A;
}
.top-column:before {
  width: 57%;
  top: 0;
}
@media screen and (max-width: 834px) {
  .top-column:before {
    width: 59.5%;
    top: 42px;
  }
}
.top-column:after {
  width: 70%;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .top-column:after {
    width: calc(100% - 15px);
    bottom: 82px;
    height: 64%;
  }
}

.column-block {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .column-block {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .column-block {
    padding: 0;
  }
}
.column-block .c-ttl__02 {
  position: absolute;
  top: -96px;
  right: -74px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .column-block .c-ttl__02 {
    right: -20px;
  }
}
@media screen and (max-width: 834px) {
  .column-block .c-ttl__02 {
    top: -127px;
    right: -5px;
  }
}
.column-block .c-ttl__02 .c-ft--jp {
  position: absolute;
  top: 90px;
  right: 21px;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .column-block .c-ttl__02 .c-ft--jp {
    top: 58px;
    right: 13px;
  }
}
.column-block:after {
  content: "";
  top: 135px;
  bottom: 60px;
  background: #B01D3A;
  width: 5000px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .column-block:after {
    display: none;
  }
}

.column-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.column-list .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 834px) {
  .column-list.js-column-slider {
    display: block;
    margin: 0 -15px 84px 0;
  }
  .column-list.js-column-slider .slick-list {
    padding: 0 7% 0 0 !important;
  }
  .column-list.js-column-slider .column-list__item {
    padding: 0 10px;
  }
  .column-list.js-column-slider .slick-dots {
    bottom: -31px;
    left: -15px;
  }
  .column-list.js-column-slider .slick-dots li {
    margin: 0 5px;
  }
  .column-list.js-column-slider .slick-dots li button {
    border: none;
    background: #DDDDDD;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    padding: 0;
  }
  .column-list.js-column-slider .slick-dots li button:before {
    display: none;
  }
  .column-list.js-column-slider .slick-dots li.slick-active button {
    background: #777777;
  }
}
.column-list__item {
  width: 33.333%;
}
.column-list__box {
  display: block;
  color: black;
  height: 100%;
  background: white;
}
.column-list__img {
  position: relative;
}
.column-list__img:before {
  content: "";
  display: block;
  padding: 72% 0 0;
}
.column-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.column-list__ct {
  padding: 22px 10% 35px;
}
.column-list__ct-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 10px;
}
.column-list__ct-heading span {
  display: block;
  color: #B01D3A;
  border: 1px solid;
  padding: 5px 12px;
  border-radius: 30px;
}
.column-list__ct-heading time {
  display: block;
  color: #8F8F8F;
  font-family: Roboto, sans-serif;
}
.column-list__ct-ttl {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
  margin-bottom: 10px;
}
.column-list__ct p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.top-cases {
  padding: 193px 0 100px;
}
@media screen and (max-width: 834px) {
  .top-cases {
    padding: 124px 0 0;
  }
}

.cases-list {
  counter-reset: li;
  margin-bottom: 48px;
}
@media screen and (max-width: 834px) {
  .cases-list {
    margin-bottom: 28px;
  }
}
.cases-list__item {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 835px) {
  .cases-list__item:last-child {
    border-bottom: none;
  }
}
.cases-list__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: black;
  padding: 45px 0;
}
@media screen and (max-width: 834px) {
  .cases-list__box {
    padding: 14px 0 28px;
  }
}
.cases-list__number {
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .cases-list__number {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cases-list__number small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .cases-list__number small {
    margin: 0 6px 0 0;
  }
}
.cases-list__number:after {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  font-size: 3.8rem;
  font-family: "Gilda Display", serif;
}
.cases-list__ct {
  width: calc(100% - 120px);
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .cases-list__ct {
    width: 100%;
  }
}
.cases-list__ct-category {
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  border: 1px solid;
  padding: 6px 10px;
  border-radius: 20px;
  margin-bottom: 11px;
}
@media screen and (max-width: 834px) {
  .cases-list__ct-category {
    position: absolute;
    top: -37px;
    right: 0;
  }
}
.cases-list__ct-ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 834px) {
  .cases-list__ct-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.cases-list__ct-ttl:after {
  content: "";
  width: 25px;
  height: 6px;
  background: url("../img/common/icon-arrow-right04.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 834px) {
  .cases-list__ct-ttl:after {
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    right: 0;
    bottom: 0;
  }
}

.top-accses {
  padding: 43px 0 126px;
}
@media screen and (max-width: 834px) {
  .top-accses {
    padding: 8px 0 73px;
  }
}

.accses-block {
  position: relative;
  padding: 76px 0 0;
}
@media screen and (min-width: 1201px) {
  .accses-block .c-ttl__02 {
    position: absolute;
    top: -15px;
    left: -48px;
    z-index: 5;
  }
}
@media screen and (max-width: 1200px) {
  .accses-block .c-ttl__02 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .accses-block .c-ttl__02 .c-ft--jp {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .accses-block .c-ttl__02 {
    margin-bottom: 20px;
  }
}

.accses-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.accses-list__item:last-child {
  margin-bottom: 0;
}
.accses-list__map {
  width: 51%;
}
@media screen and (max-width: 834px) {
  .accses-list__map {
    width: 100%;
    margin-bottom: 7px;
  }
}
.accses-list__map iframe {
  width: 100% !important;
  height: 340px !important;
}
.accses-list__ct {
  width: 49%;
  padding: 0 0 0 5.5%;
}
@media screen and (max-width: 834px) {
  .accses-list__ct {
    width: 100%;
    padding: 0;
  }
}
.accses-list__ct-heading {
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .accses-list__ct-heading {
    padding: 0 23px 12px;
    margin-bottom: 10px;
  }
  .accses-list__ct-heading p {
    padding: 0 !important;
  }
}
.accses-list__ct-ttl {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .accses-list__ct-ttl {
    font-size: 2rem;
  }
}
.accses-list__ct p {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .accses-list__ct p {
    padding: 0 23px;
  }
}
.accses-list__ct p:last-child {
  margin-bottom: 0;
}
.accses-list__ct .c-btn__01 {
  margin-left: 0;
}

.sec-contact {
  min-height: 660px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .sec-contact {
    min-height: 100px;
  }
}
.sec-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 74%;
  background: url("../img/common/contact-bg_new.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .sec-contact:before {
    display: none;
  }
}
.sec-contact.contact--consultation:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 74%;
  background: rgba(176, 29, 58, 0.5);
}
@media screen and (max-width: 834px) {
  .sec-contact.contact--consultation:after {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .sec-contact.contact--consultation .contact-heading > * {
    position: relative;
    z-index: 2;
  }
  .sec-contact.contact--consultation .contact-heading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(176, 29, 58, 0.5);
    z-index: 1;
  }
}
.sec-contact .inner {
  position: relative;
  z-index: 1;
}

.contact-heading {
  color: white;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 834px) {
  .contact-heading {
    margin: 0 -15px 23px;
    background: url(../img/common/contact-bg-sp.jpg) no-repeat;
    background-size: cover;
    padding: 120px 15px 133px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .contact-heading {
    text-align: left;
  }
}
.contact-heading__ttl {
  display: block;
  font-size: 6.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .contact-heading__ttl {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 12px;
  }
}
.contact-heading--consultation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #rgba 176, 29, 58, 1;
}

.contact-ct {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 594px;
  padding: 40px 4.7% 37px;
  z-index: 2;
  background: white;
}
@media screen and (max-width: 834px) {
  .contact-ct {
    position: static;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px 75px;
  }
}
.contact-ct .c-btn__01 {
  max-width: 100%;
  height: 75px;
  margin-bottom: 17px;
}
@media screen and (max-width: 834px) {
  .contact-ct .c-btn__01:after {
    right: 7px;
  }
}
.contact-ct .c-ttl__03 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.contact-ct__tel {
  display: block;
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  color: black;
  padding: 0 0 0 65px;
  margin-bottom: 30px;
}
.contact-ct__tel-ttl {
  display: block;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.contact-ct__tel-number {
  display: block;
  font-size: 4rem;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 834px) {
  .contact-ct__tel-number {
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 374px) {
  .contact-ct__tel-number {
    font-size: 3.5rem;
  }
}
.contact-ct__tel small {
  display: block;
  font-size: 1.4rem;
}

.contact-enquiries {
  padding-bottom: 84px;
}
@media screen and (max-width: 834px) {
  .contact-enquiries {
    padding-bottom: 50px;
  }
}
.contact-enquiries__txt-intro {
  text-align: center;
  margin-bottom: 30px;
}
.contact-enquiries__txt-intro span {
  font-size: 80%;
  display: block;
  margin-top: 5px;
}
.contact-enquiries__info {
  max-width: 874px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 15px;
}
@media screen and (max-width: 640px) {
  .contact-enquiries__info {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.contact-enquiries__info-item {
  border: 1px solid #B01D3A;
  border-radius: 10px;
  padding: 20px 10px 30px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .contact-enquiries__info-item {
    padding: 15px;
  }
}
.contact-enquiries__info-ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .contact-enquiries__info-ttl {
    font-size: 1.6rem;
  }
}
.contact-enquiries__info-tel {
  font-size: 2rem;
  line-height: 1;
  color: #B01D3A;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .contact-enquiries__info-tel {
    font-size: 1.8rem;
  }
}
.contact-enquiries__info-tel a {
  font-size: 3rem;
  color: #B01D3A;
  margin-left: 8px;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .contact-enquiries__info-tel a {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.contact-enquiries__info-note {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}

.contact-form {
  padding-top: 86px;
  padding-bottom: 123px;
  background: #FAF5F2;
}
@media screen and (max-width: 834px) {
  .contact-form {
    padding: 50px 0;
  }
}
.contact-form__intro {
  text-align: center;
  margin-bottom: 76px;
}
@media screen and (max-width: 834px) {
  .contact-form__intro {
    margin-bottom: 30px;
    text-align: left;
  }
}
.contact-form__intro-note {
  display: block;
  font-size: 80%;
  margin-top: 5px;
}
.contact-form__intro-note a {
  color: #B01D3A;
}
.contact-form__main {
  max-width: 874px;
  margin: 0 auto;
}
.contact-form__dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 38px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .contact-form__dl {
    margin-bottom: 30px;
  }
}
.contact-form__dt {
  padding-top: 13px;
  width: 335px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .contact-form__dt {
    width: auto;
    padding-top: 0;
    margin-bottom: 15px;
  }
}
.contact-form__dd {
  position: relative;
  width: calc(100% - 335px);
}
@media screen and (max-width: 834px) {
  .contact-form__dd {
    width: 100%;
  }
}
.contact-form__dd-note {
  font-size: 1rem;
  color: #595959;
  bottom: -4px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: inline-block;
  letter-spacing: 0.5px;
  position: absolute;
  left: 0;
}
.contact-form__add {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 10px;
}
.contact-form__add .form-control {
  max-width: 120px;
}
.contact-form__select {
  max-width: 190px;
  position: relative;
  margin-bottom: 14px;
}
.contact-form__select:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  display: inline-block;
  top: 23px;
  right: 14px;
}
.contact-form__dlsub {
  margin-bottom: 10px;
}
.contact-form__dlsub:last-of-type {
  margin-bottom: 0;
}
.contact-form__dtsub {
  font-size: 1rem;
  color: #595959;
  display: block;
  margin-bottom: 5px;
}
.contact-form__privacy {
  padding: 20px 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  border: 1px solid #D0D0D0;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 5px;
  height: 164px;
  overflow-y: auto;
}
.contact-form__privacy-ttl {
  text-align: center;
  margin-bottom: 14px;
}
.contact-form__privacy-content {
  word-break: break-all;
}
.contact-form__privacy-content h2, .contact-form__privacy-content h3 {
  margin-bottom: 1em;
}
.contact-form__privacy-content p {
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.contact-form__privacy-content ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.contact-form__privacy-content ul li {
  position: relative;
  padding-left: 15px;
}
.contact-form__privacy-content ul li:before {
  content: "●";
  font-size: 0.8rem;
  color: #000;
  top: 3.5px;
  left: 2px;
  position: absolute;
}
.contact-form__check {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0;
}
.contact-form__check .required {
  font-size: 1.2rem;
  width: auto;
  height: auto;
  position: static;
  background: none;
  color: #B01D3A;
  display: inline-block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.contact-form__check .mwform-checkbox-field-text {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form__check .mwform-checkbox-field-text:hover {
  opacity: 0.7;
}
.contact-form__check .mwform-checkbox-field-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #D0D0D0;
  top: 2px;
  left: 0;
}
.contact-form__check .mwform-checkbox-field-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 6px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 3px;
  top: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form__check .mwform-checkbox-field input:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
  visibility: visible;
}
.contact-form__capcha {
  text-align: center;
  margin-bottom: 0;
}

.required, .any {
  width: 37px;
  height: 20px;
  background: #B01D3A;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 153px;
  top: 12px;
}
@media screen and (max-width: 834px) {
  .required, .any {
    top: 0;
    right: -10px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    left: auto;
  }
}

.any {
  border: 1px solid #595959;
  color: #595959;
  background: transparent;
}

.wpcf7-radio {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.wpcf7-list-item-label {
  font-size: 1.4rem;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.wpcf7-list-item-label:hover {
  opacity: 0.7;
}
.wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 50%;
  left: 0;
}
.wpcf7-list-item-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #B01D3A;
  top: 6px;
  left: 5px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* TGE START */
.contact-form__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-group.hide-field-group {
  display: none;
}

.field-group.align-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.field-group-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-group-isreq {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  text-align: left;
}

.field-group.align-flex-start .field-group-label,
.field-group.align-flex-start .field-group-isreq {
  padding-top: 17px;
}

.field-group-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
}

.field-group-input-prefix {
  display: inline-block;
  margin-right: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.field-group-label .field-label {
  margin: 0;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.field-group-isreq .any,
.field-group-isreq .required {
  top: unset;
  left: unset;
  right: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  position: relative;
}

.field-group-input .form-control.width-120 {
  display: inline-block;
  width: 120px;
}

.field-group-input .input-label {
  display: block;
  margin: 10px 0 5px 0;
  color: #595959;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.field-input-note {
  margin-top: 5px;
  display: block;
  color: #595959;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.5px;
}

.field-group-input .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}

.field-group-input .radio-group-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  overflow: hidden;
  position: relative;
}

.field-group-input .radio-group-item.wider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
}

.radio-group-item .radio-input {
  position: absolute;
  left: -50px;
}

.radio-group-item .radio-label {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-feedback {
  padding-top: 30px;
}

.contact-result {
  display: block;
  width: 100%;
  max-width: 900px;
  padding: 20px 25px;
  margin: 0 auto 20px auto;
}

.contact-result.failed {
  background-color: #fff8f8;
  border: 1px solid #a00000;
}

.contact-result.failed p {
  color: #a00000;
  font-size: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .field-group {
    row-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .field-group-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1px;
            flex: 1 0 1px;
  }
  .field-group-isreq {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  .field-group.align-flex-start .field-group-label,
  .field-group.align-flex-start .field-group-isreq {
    padding-top: 0;
  }
  .field-group-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 12px;
    border-top: 1px solid #d0d0d0;
  }
  .field-group-input .radio-group-item,
  .field-group-input .radio-group-item.wider-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* TGE END */
.section-thanks {
  margin-bottom: 123px;
  padding-top: 130px;
  background-color: #fff;
}

.thanks-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  text-align: center;
}

.thanks-box h1 {
  color: #b01d3a;
  font-size: 6.6rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.thanks-box h2 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.thanks-box p {
  font-size: 16px;
  line-height: 1.5;
}

.thanks-box p:not(:first-of-type) {
  margin-top: 1em;
}

.thanks-box__btn {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .section-thanks {
    margin-bottom: 61px;
    padding-top: 65px;
  }
  .thanks-box h1 {
    font-size: 4.3rem;
  }
}
#page-access .mv-page__ct {
  padding-bottom: 157px;
}
#page-access .intro-page {
  padding-bottom: 70px;
}
@media screen and (max-width: 834px) {
  #page-access .intro-page {
    padding-bottom: 30px;
  }
}

.store-main {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .store-main {
    padding-bottom: 50px;
  }
}
.store-main__top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 74px;
}
@media screen and (max-width: 834px) {
  .store-main__top {
    margin-bottom: 30px;
  }
}
.store-main__top-map {
  width: 50.9%;
}
@media screen and (max-width: 640px) {
  .store-main__top-map {
    width: 100%;
    margin-bottom: 15px;
  }
}
.store-main__top-map iframe {
  width: 100%;
  height: 340px;
}
.store-main__top-ct {
  width: 49.1%;
  padding-left: min(4.167vw, 60px);
}
@media screen and (max-width: 640px) {
  .store-main__top-ct {
    width: 100%;
    padding-left: 0;
  }
}
.store-main__top-ct p {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .store-main__top-ct p {
    margin-bottom: 15px;
  }
}
.store-main__top-ct span {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 834px) {
  .store-main__top-ct .c-btn__01 {
    margin: 0 auto;
  }
}
.store-main__block {
  margin-bottom: 78px;
}
.store-main__block .c-ttl__03 {
  text-align: center;
}
.store-main__block .c-ttl__03 span {
  border-bottom: 1px solid;
  padding-right: 0;
}
.store-main__block .c-ttl__03 span:after {
  display: none;
}
@media screen and (max-width: 834px) {
  .store-main__block {
    margin-bottom: 50px;
  }
}
.store-main__block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 100px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .store-main__block:last-of-type {
    padding-bottom: 50px;
  }
}
.store-main__block:last-of-type .c-ttl__03 {
  text-align: center;
}
.store-main__block:last-of-type .c-ttl__03 span {
  border-bottom: 1px solid;
}
.store-main__block:last-of-type .c-ttl__03 span:after {
  display: none;
}
.store-main__block-desc {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .store-main__block-desc {
    text-align: left;
  }
}
.store-main__block-schedule {
  max-width: 687px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .store-main__block-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 834px) {
  .store-main__block-list {
    padding-bottom: 37px;
  }
  .store-main__block-list .slick-arrow {
    width: 50px;
    height: 50px;
    bottom: 0;
    top: auto;
  }
  .store-main__block-list .slick-arrow:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
  }
  .store-main__block-list .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translate(-200%, 80%);
        -ms-transform: translate(-200%, 80%);
            transform: translate(-200%, 80%);
  }
  .store-main__block-list .slick-arrow.slick-prev::before {
    background: url(../img/access/ico-prev.png) no-repeat center/100%;
  }
  .store-main__block-list .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translate(200%, 80%);
        -ms-transform: translate(200%, 80%);
            transform: translate(200%, 80%);
  }
  .store-main__block-list .slick-arrow.slick-next::before {
    background: url(../img/access/ico-next.png) no-repeat center/100%;
  }
}
.store-main__block-img {
  margin-bottom: 7px;
}
.store-main__block-img img {
  width: 100%;
}
.store-main__block-intro {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .store-main__block-intro {
    text-align: left;
  }
}
.store-main__block-wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 756px;
  width: 100%;
  margin: 0 auto;
}
.store-main__block-wp .store-main__block-img {
  width: 65.87%;
}
@media screen and (max-width: 834px) {
  .store-main__block-wp .store-main__block-img {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .store-main__block-wp .store-main__block-img {
    width: 100%;
  }
}
.store-main__block-wp .store-main__block-ct {
  width: 34.13%;
  padding-left: 26px;
  line-height: 2.15;
}
@media screen and (max-width: 834px) {
  .store-main__block-wp .store-main__block-ct {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .store-main__block-wp .store-main__block-ct {
    width: 100%;
    padding-left: 0;
    line-height: 1.8;
  }
}

.pagingInfo {
  font-size: 1.95rem;
  text-align: center;
  display: block;
  width: 100%;
}

.office-info:last-of-type {
  padding-bottom: 123px;
}
@media screen and (max-width: 834px) {
  .office-info:last-of-type {
    padding-bottom: 50px;
  }
}
.office-info:not(:last-of-type) .office-info__wp {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .office-info:not(:last-of-type) .office-info__wp {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.office-info .c-ttl__01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .office-info .c-ttl__01 {
    margin-bottom: 30px;
  }
}
.office-info__intro {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .office-info__intro {
    text-align: left;
  }
}
.office-info__wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.office-info__wp-map {
  width: 50.9%;
}
@media screen and (max-width: 640px) {
  .office-info__wp-map {
    width: 100%;
    margin-bottom: 20px;
  }
}
.office-info__wp-map iframe {
  width: 100%;
  height: 340px;
}
.office-info__wp-ct {
  width: 49.1%;
  padding-left: min(4.167vw, 60px);
}
@media screen and (max-width: 640px) {
  .office-info__wp-ct {
    width: 100%;
    padding-left: 0;
  }
  .office-info__wp-ct .c-btn__01 {
    margin: 0 auto;
  }
}
.office-info__wp-ct p {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .office-info__wp-ct p {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.office-info__wp-ct p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.office-info__wp-ct span {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.fee-page {
  padding-bottom: 50px;
}
.fee-page__intro {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .fee-page__intro {
    margin-bottom: 50px;
    text-align: left;
  }
}

.fee-block {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .fee-block {
    margin-bottom: 50px;
  }
}
.fee-block__ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #B01D3A;
}
@media screen and (max-width: 834px) {
  .fee-block__ttl {
    font-size: 1.8rem;
  }
}
.fee-block__ttl span {
  margin-right: 10px;
}
.fee-block__dl {
  margin-bottom: 25px;
}
.fee-block__dl:last-of-type {
  margin-bottom: 0;
}
.fee-block__dt {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .fee-block__dt {
    font-size: 1.4rem;
    padding-right: 150px;
  }
}
.fee-block__dt .fee-block__note {
  position: absolute;
  top: 8px;
  right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .fee-block__dt .fee-block__note {
    top: 5px;
  }
}
.fee-block__note {
  font-size: 1rem;
  display: block;
  text-align: right;
  margin-bottom: 4px;
}
.fee-block__desc {
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 2;
  display: block;
}
.fee-block__content {
  margin-bottom: 20px;
}
.fee-block a {
  text-decoration: underline;
  margin-right: 10px;
  color: #000;
}

.progress {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #D9D9D9;
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .progress {
    display: none;
  }
}
.progress .progressBar {
  width: 20%;
  height: 100%;
  background: #B01D3A;
}

.c-table {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  .c-table {
    font-size: 1.4rem;
    overflow-x: auto;
  }
}
.c-table .table-scroll {
  overflow-x: scroll;
}
.c-table table {
  width: 100%;
  border: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .c-table table {
    width: 810px;
  }
}
.c-table table tr th, .c-table table tr td {
  width: 33.33%;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #d0d0d0;
  padding: 5px 10px;
  text-align: center;
}
.c-table table tr th:last-child, .c-table table tr td:last-child {
  border-right: none;
}
.c-table table tr th {
  background: #FAF5F2;
  font-weight: 500;
}
.c-table table tr:last-of-type th, .c-table table tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .c-table--02 table {
    width: 600px;
  }
}
.c-table--02 tr th, .c-table--02 tr td {
  width: 50%;
}
.c-table--03 tr th:nth-child(1), .c-table--03 tr th:nth-child(2), .c-table--03 tr td:nth-child(1), .c-table--03 tr td:nth-child(2) {
  width: 26.81%;
}
.c-table--03 tr th:nth-child(3), .c-table--03 tr td:nth-child(3) {
  width: 46.38%;
}
@media screen and (max-width: 834px) {
  .c-table--04 table {
    width: 100%;
  }
}
.c-table--04 tr td {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .c-table--fullsp table {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
.fee-faq {
  padding-bottom: 183px;
}
@media screen and (max-width: 834px) {
  .fee-faq {
    padding-bottom: 50px;
  }
}
.fee-faq__dl {
  border-bottom: 1px solid #D0D0D0;
}
.fee-faq__dt, .fee-faq__dd {
  padding: 35px 60px;
}
@media screen and (max-width: 834px) {
  .fee-faq__dt, .fee-faq__dd {
    padding: 25px 40px;
  }
}
.fee-faq__dt {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .fee-faq__dt {
    font-size: 1.4rem;
  }
}
.fee-faq__dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/common/open-faq.png) no-repeat center/100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fee-faq__dt.is-open:after {
  background: url(../img/common/close-faq.png) no-repeat center/100%;
}
.fee-faq__dt::before {
  content: "Q";
  font-family: "Gilda Display", serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #B01D3A;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
@media screen and (max-width: 834px) {
  .fee-faq__dt::before {
    left: 10px;
  }
}
.fee-faq__dd {
  padding-top: 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  display: none;
}
.fee-faq__control {
  margin-top: 60px;
}

.interview-mv {
  position: relative;
  padding-top: 37px;
}
@media screen and (max-width: 834px) {
  .interview-mv {
    padding-top: 0;
  }
}
.interview-mv__img {
  padding: 0 50px;
}
@media screen and (max-width: 834px) {
  .interview-mv__img {
    padding: 0;
  }
}
.interview-mv__img img {
  min-height: 750px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .interview-mv__img img {
    min-height: 0;
    height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.interview-mv__label {
  background: #B01D3A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  top: 55px;
  left: 0;
  font-size: 1.4rem;
  padding: 11px 13px 11px 60px;
}
@media screen and (max-width: 834px) {
  .interview-mv__label {
    top: 5px;
    padding: 8px 13px 8px 15px;
  }
}
.interview-mv__label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 78px 40px 0 0;
  border-color: #B01D3A transparent transparent transparent;
  border-style: solid;
  display: inline-block;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 834px) {
  .interview-mv__label:after {
    border-width: 48px 25px 0 0;
  }
}
.interview-mv__label span {
  line-height: 1;
}
.interview-mv__label span.txt-jp {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .interview-mv__label span.txt-jp {
    font-size: 1.2rem;
  }
}
.interview-mv__label span.txt-jp span {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  margin-top: 8px;
  display: inline-block;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 834px) {
  .interview-mv__label span.txt-jp span {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 5px;
  }
}
.interview-mv__label span.txt-en {
  font-family: "Gilda Display", serif;
  font-size: 5.5rem;
  margin-left: 7px;
}
@media screen and (max-width: 834px) {
  .interview-mv__label span.txt-en {
    font-size: 3.4rem;
  }
}
.interview-mv__txt-vertical {
  position: absolute;
  top: 30px;
  right: 50px;
  background: #fff;
  z-index: 2;
  padding: 35px 32px 50px 40px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 1.248rem + 0.939vw, 2.6rem);
  font-weight: 700;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  letter-spacing: 5px;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .interview-mv__txt-vertical {
    right: 0;
    top: 0;
    padding: 15px 18px 30px 22px;
    letter-spacing: 2px;
  }
}
.interview-mv__info {
  position: absolute;
  background: #fff;
  padding: 38px 50px 14px 35px;
  bottom: 0;
  left: 50px;
}
@media screen and (max-width: 834px) {
  .interview-mv__info {
    left: 0;
    padding: 25px 31px 15px 20px;
  }
}
.interview-mv__info-year {
  font-size: 1.6rem;
  font-weight: 500;
  color: #595959;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .interview-mv__info-year {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.interview-mv__info-name span {
  display: block;
}
.interview-mv__info-name .name-jp {
  font-size: clamp(1.2rem, 0.777rem + 1.127vw, 2.4rem);
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .interview-mv__info-name .name-jp {
    margin-bottom: 7px;
  }
}
.interview-mv__info-name .name-jp span {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.4rem, 1.625rem + 2.066vw, 4.6rem);
  font-weight: 600;
  line-height: 1;
  margin-left: 18px;
  letter-spacing: 4px;
}
@media screen and (max-width: 834px) {
  .interview-mv__info-name .name-jp span {
    margin-left: 11px;
    letter-spacing: 2px;
  }
}
.interview-mv__info-name .name-en {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #B01D3A;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 834px) {
  .interview-mv__info-name .name-en {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}

.interview-page {
  padding: min(10.417vw, 150px) 0;
}
@media screen and (max-width: 834px) {
  .interview-page {
    padding: 50px 0;
  }
}

.interview-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .interview-block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 834px) {
  .interview-block {
    margin-bottom: 50px;
  }
}
.interview-block:last-of-type {
  margin-bottom: 0;
}
.interview-block__ct {
  width: calc(100% - 426px);
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .interview-block__ct {
    padding-right: 6.944vw;
  }
}
@media screen and (max-width: 1024px) {
  .interview-block__ct {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 834px) {
  .interview-block__ct {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.interview-block__ct dl {
  margin-bottom: min(6.25vw, 90px);
}
@media screen and (max-width: 834px) {
  .interview-block__ct dl {
    margin-bottom: 30px;
  }
}
.interview-block__ct dl:last-of-type {
  margin-bottom: 0;
}
.interview-block__ct dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #B01D3A;
  margin-bottom: 16px;
  position: relative;
  padding-left: 70px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 834px) {
  .interview-block__ct dl dt {
    padding-left: 40px;
  }
}
.interview-block__ct dl dt:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #B01D3A;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .interview-block__ct dl dt:before {
    width: 30px;
  }
}
.interview-block__img {
  width: 426px;
}
@media screen and (max-width: 1024px) {
  .interview-block__img {
    width: 350px;
  }
}
@media screen and (max-width: 834px) {
  .interview-block__img {
    max-width: 350px;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.interview-block--reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview-block--reserve .interview-block__ct {
  padding-left: 100px;
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .interview-block--reserve .interview-block__ct {
    padding-left: 6.944vw;
  }
}
@media screen and (max-width: 834px) {
  .interview-block--reserve .interview-block__ct {
    padding-left: 0;
  }
}

.interview-msg {
  max-width: 464px;
  margin: 0 auto min(7.639vw, 110px);
}
@media screen and (max-width: 834px) {
  .interview-msg {
    margin-bottom: 50px;
  }
}
.interview-msg__img {
  max-width: 280px;
  margin: 0 auto -40px;
  border-radius: 50%;
}
.interview-msg__ttl {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  color: #B01D3A;
  padding: 12px 0;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .interview-msg__ttl {
    font-size: 1.6rem;
    padding: 9px 0;
  }
}
.interview-msg__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #B01D3A;
  left: calc(50% - 25px);
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .interview-msg__ttl:after {
    width: 40px;
    left: calc(50% - 20px);
  }
}

.consultation-top {
  background: #FAF5F2;
  padding-bottom: min(9.028vw, 130px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .consultation-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.consultation-top:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background: #FAF5F2;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.consultation-top__wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.consultation-top__intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .consultation-top__intro {
    margin-bottom: 30px;
  }
}
.consultation-top__intro p {
  margin-bottom: 27px;
}
@media screen and (max-width: 834px) {
  .consultation-top__intro p {
    margin-bottom: 15px;
  }
}
.consultation-top__intro p:last-of-type {
  margin-bottom: 0;
}
.consultation-top__box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.consultation-top__box-label {
  color: #fff;
  background: #B01D3A;
  text-align: center;
  padding: 10px 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.consultation-top__box-list {
  padding: 28px 54px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 10px;
}
@media screen and (max-width: 834px) {
  .consultation-top__box-list {
    padding: 20px 30px;
    grid-template-columns: 1fr;
  }
}
.consultation-top__box-list li {
  padding-left: 26px;
  position: relative;
}
.consultation-top__box-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 19px;
  background: url(../img/consultation/ico-check.png) no-repeat center/100%;
  top: 4px;
  left: 0;
}

.consultation-firsttime {
  padding: min(6.944vw, 100px) 0 min(11.111vw, 160px);
}
@media screen and (max-width: 834px) {
  .consultation-firsttime {
    padding: 0 0 50px;
  }
}
.consultation-firsttime__wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consultation-firsttime__ct {
  width: 45.14%;
  padding-left: calc((100% - 1100px) / 2);
  padding-top: 44px;
}
@media screen and (max-width: 1200px) {
  .consultation-firsttime__ct {
    padding-left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .consultation-firsttime__ct {
    width: 100%;
    padding: 30px 5% 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.consultation-firsttime__ct p {
  margin-bottom: 27px;
}
@media screen and (max-width: 834px) {
  .consultation-firsttime__ct p {
    margin-bottom: 15px;
  }
}
.consultation-firsttime__ct p:last-of-type {
  margin-bottom: 0;
}
.consultation-firsttime__img {
  width: 54.86%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .consultation-firsttime__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.consultation-firsttime__img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 62px;
  height: 77%;
  background: #fff;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .consultation-firsttime__img:after {
    display: none;
  }
}

.consultation-form {
  padding-bottom: min(6.944vw, 100px);
}
@media screen and (max-width: 834px) {
  .consultation-form {
    padding-bottom: 50px;
  }
}
.consultation-form__wrapper {
  background: #FAF5F2;
  padding: 65px 60px 60px;
}
@media screen and (max-width: 834px) {
  .consultation-form__wrapper {
    padding: 30px 20px;
    margin: 0 -15px;
  }
}
.consultation-form__intro {
  padding: 0 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .consultation-form__intro {
    padding: 0;
    margin-bottom: 30px;
  }
}
.consultation-form__wp {
  background: #fff;
  padding: 30px 50px 50px;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .consultation-form__wp {
    padding: 20px 20px;
  }
}
.consultation-form__ttlsub {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  color: #B01D3A;
  text-align: center;
  margin-bottom: 20px;
}
.consultation-form__desc {
  margin-bottom: 42px;
}
.consultation-form__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 11px 12px;
}
@media screen and (max-width: 640px) {
  .consultation-form__list {
    grid-template-columns: 1fr;
  }
}
.consultation-form__list li a {
  height: 50px;
  border: 1px solid #000;
  border-radius: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  position: relative;
}
.consultation-form__list li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/consultation/ico-down.png) no-repeat center/100%;
  top: calc(50% - 10px);
  right: 13px;
}

.consultation-fee {
  padding-bottom: min(13.889vw, 200px);
}
@media screen and (max-width: 834px) {
  .consultation-fee {
    padding-bottom: 50px;
  }
}
.consultation-fee__intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .consultation-fee__intro {
    margin-bottom: 30px;
  }
}
.consultation-fee__ttl {
  margin-bottom: 44px;
}
@media screen and (max-width: 834px) {
  .consultation-fee__ttl {
    margin-bottom: 30px;
  }
}
.consultation-fee__ttlsub {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  background: #B01D3A;
  border-radius: 30px;
  padding: 7px 30px;
  margin-bottom: 30px;
}
.consultation-fee__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}
@media screen and (max-width: 640px) {
  .consultation-fee__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.consultation-fee__list-item {
  border: 1px solid #B01D3A;
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 10px;
  padding: 24px 0;
}
.consultation-fee__list-img {
  width: 100px;
}
@media screen and (max-width: 834px) {
  .consultation-fee__list-img {
    width: 70px;
  }
}
.consultation-fee__list-txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #B01D3A;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .consultation-fee__list-txt {
    font-size: 1.6rem;
  }
}
.consultation-fee__block {
  margin-bottom: 70px;
}
.consultation-fee__block:last-of-type {
  margin-bottom: 0;
}
.consultation-fee__block--styles02 .consultation-fee__ttlsub {
  background: #000;
}
.consultation-fee__block--styles02 .consultation-fee__list {
  grid-template-columns: repeat(6, 1fr);
  gap: 15px 15px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .consultation-fee__block--styles02 .consultation-fee__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .consultation-fee__block--styles02 .consultation-fee__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .consultation-fee__block--styles02 .consultation-fee__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.consultation-fee__block--styles02 .consultation-fee__list-item {
  border-color: #000;
  padding: 25px 15px;
  display: block;
}
.consultation-fee__block--styles02 .consultation-fee__list-img {
  width: 120px;
  margin: 0 auto 15px;
}
.consultation-fee__block--styles02 .consultation-fee__list-caption {
  text-align: center;
  font-size: 1.4rem;
}
.consultation-fee__table table {
  width: 100%;
  border: 1px solid #D0D0D0;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .consultation-fee__table table {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .consultation-fee__table table tbody {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .consultation-fee__table table tr {
    display: block;
  }
}
.consultation-fee__table table tr th, .consultation-fee__table table tr td {
  width: 50%;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #d0d0d0;
  padding: 10px 10px;
  height: 65px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .consultation-fee__table table tr th, .consultation-fee__table table tr td {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
.consultation-fee__table table tr th:last-child, .consultation-fee__table table tr td:last-child {
  border-right: none;
}
.consultation-fee__table table tr th {
  background: #FAF5F2;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .consultation-fee__table table tr th {
    border-right: none;
  }
}
.consultation-fee__table table tr td {
  color: #B01D3A;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .consultation-fee__table table tr td {
    font-size: 1.6rem;
  }
}
.consultation-fee__table table tr td span {
  font-size: 2.2rem;
}
.consultation-fee__table table tr td .txt-note {
  font-size: 1rem;
  display: block;
  color: #000;
}
@media screen and (max-width: 640px) {
  .consultation-fee__table table tr td .txt-note {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .consultation-fee__table table tr:last-of-type th, .consultation-fee__table table tr:last-of-type td {
    border-bottom: none;
  }
}
.consultation-fee__table table tr:last-of-type td {
  border-bottom: none;
}

.consultation-process {
  padding-bottom: min(14vw, 202px);
}
@media screen and (max-width: 834px) {
  .consultation-process {
    padding-bottom: 50px;
  }
}
.consultation-process__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .consultation-process__ttl {
    margin-bottom: 30px;
  }
}
.consultation-process__box {
  position: relative;
  margin-bottom: 14vw;
}
.consultation-process__box:last-of-type {
  margin-bottom: 0;
}
.consultation-process__ttlsub {
  font-size: 2rem;
  font-weight: 500;
  background: #B01D3A;
  color: #fff;
  padding: 15px 12px 12px 10px;
  letter-spacing: 4px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .consultation-process__ttlsub {
    padding: 10px 10px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
.consultation-process__content {
  padding-left: 160px;
}
@media screen and (max-width: 1024px) {
  .consultation-process__content {
    padding-left: 60px;
  }
}
.consultation-process__content dl {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .consultation-process__content dl {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.consultation-process__content dl dt {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 834px) {
  .consultation-process__content dl dt {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.consultation-process__content dl dt span {
  margin-right: 13px;
}
.consultation-process__content dl dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #B01D3A;
  bottom: 0;
  left: 0;
}
.consultation-process__content dl dd p {
  margin-bottom: 20px;
}
.consultation-process__content dl dd .c-btn__01 {
  margin-left: 0;
  margin-bottom: 10px;
}
.consultation-process__content dl:nth-last-child(2) {
  margin-bottom: min(5.903vw, 85px);
}
.consultation-process__content-note {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.consultation-process__content-note span {
  font-weight: 700;
}
.consultation-process__intro {
  margin-bottom: min(5.694vw, 82px);
}
@media screen and (max-width: 834px) {
  .consultation-process__intro {
    margin-bottom: 30px;
  }
}
.consultation-process__important p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.consultation-process__important-dots {
  font-size: 1.4rem;
  line-height: 1.714;
}
.consultation-process__important-dots li {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consultation-process__important-dots li::before {
  content: "●";
  font-size: 1.2rem;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
}

.business-mv {
  position: relative;
  padding-bottom: min(9.722vw, 140px);
  padding-top: min(7.639vw, 110px);
}
@media screen and (max-width: 834px) {
  .business-mv {
    padding: 28px 0;
  }
}
.business-mv:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: min(12.014vw, 173px);
  height: calc(100% - 45px);
  bottom: 0;
  left: 0;
  background: #B01D3A;
}
@media screen and (max-width: 834px) {
  .business-mv:before {
    width: 28px;
    height: 100%;
  }
}
.business-mv__ttl {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .business-mv__ttl {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}
.business-mv__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #B01D3A;
  bottom: 0;
  left: calc(50% - 25px);
}
.business-mv__ttl > * {
  display: block;
  text-align: center;
}
.business-mv__ttl .c-ft--base {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.business-mv__ttl .c-ft--jp {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .business-mv__ttl .c-ft--jp {
    font-size: 3.2rem;
  }
}
.business-mv__txt-lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #B01D3A;
}
@media screen and (max-width: 834px) {
  .business-mv__txt-lead {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 22px;
    line-height: 1.65;
    padding-right: 22px;
  }
}

.business-msg {
  padding-bottom: 11.4vw;
}
@media screen and (max-width: 834px) {
  .business-msg {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
.business-msg .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .business-msg .inner {
    padding: 0;
  }
}
.business-msg__img {
  width: 424px;
}
@media screen and (max-width: 1024px) {
  .business-msg__img {
    width: 300px;
  }
}
@media screen and (max-width: 834px) {
  .business-msg__img {
    width: 100%;
  }
  .business-msg__img img {
    width: 100%;
  }
}
.business-msg__ct {
  width: calc(100% - 424px);
  padding-left: min(7.639vw, 110px);
}
@media screen and (max-width: 1024px) {
  .business-msg__ct {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 834px) {
  .business-msg__ct {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 32px;
  }
}
.business-msg__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .business-msg__ttl {
    margin-bottom: 25px;
  }
}
.business-msg__ttl span {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 1%;
  color: #fff;
  background: #B01D3A;
  margin-bottom: 10px;
  padding: 0 7px 2px;
}
@media screen and (max-width: 834px) {
  .business-msg__ttl span {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 8px;
  }
}
.business-msg__ttl span:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .business-msg__desc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.business-msg__desc p {
  margin-bottom: 27px;
}
.business-msg__desc p:last-of-type {
  margin-bottom: 0;
}

.business-work {
  padding-bottom: min(11.111vw, 160px);
}
@media screen and (max-width: 834px) {
  .business-work {
    padding-bottom: 50px;
  }
}
.business-work .c-ttl__05 {
  margin-bottom: 42px;
}
@media screen and (max-width: 834px) {
  .business-work .c-ttl__05 {
    margin-bottom: 30px;
  }
}
.business-work__list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.business-work__list-item:last-of-type {
  margin-bottom: 0;
}
.business-work__list-img {
  width: 230px;
}
@media screen and (max-width: 640px) {
  .business-work__list-img {
    margin: 0 auto;
  }
}
.business-work__list-ct {
  width: calc(100% - 230px);
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .business-work__list-ct {
    padding-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .business-work__list-ct {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
.business-work__list-ct .c-txt__basic-small {
  letter-spacing: 0.2px;
}
.business-work__list-ttl {
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .business-work__list-ttl {
    margin-bottom: 8px;
  }
}
.business-work__list-ttl > * {
  display: block;
}
.business-work__list-ttl .c-ft--en {
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  color: #B01D3A;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .business-work__list-ttl .c-ft--en {
    margin-bottom: 5px;
  }
}
.business-work__list-ttl .c-ft--base {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.business-concerns {
  position: relative;
  z-index: 2;
}
.business-concerns__wp {
  max-width: 914px;
  margin: 0 auto;
  background: #FAF5F2;
  border-radius: 5px;
  padding: 70px 60px;
}
@media screen and (max-width: 834px) {
  .business-concerns__wp {
    padding: 30px 30px;
  }
}
.business-concerns .c-ttl__05 {
  margin-bottom: 23px;
}
.business-concerns__check {
  font-size: 1.8rem;
  line-height: 1.56;
  max-width: 650px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 834px) {
  .business-concerns__check {
    font-size: 1.6rem;
  }
}
.business-concerns__check li {
  padding: 18px 18px 18px 33px;
  position: relative;
  letter-spacing: 0.6px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .business-concerns__check li {
    padding: 11px 11px 11px 33px;
  }
}
.business-concerns__check li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 19px;
  background: url(../img/consultation/ico-check.png) no-repeat center/100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.business-benefits {
  padding: 130px 0 64px;
  background: #B01D3A;
  position: relative;
}
@media screen and (max-width: 834px) {
  .business-benefits {
    padding: 60px 0 37px;
  }
}
.business-benefits:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100px;
  background: #B01D3A;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 834px) {
  .business-benefits .inner {
    padding: 0;
  }
}
.business-benefits .c-ttl__05 {
  margin-bottom: 42px;
}
@media screen and (max-width: 834px) {
  .business-benefits .c-ttl__05 {
    margin-bottom: 34px;
  }
}
.business-benefits__txt-intro {
  color: #fff;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .business-benefits__txt-intro {
    text-align: left;
    margin-bottom: 60px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 834px) {
  .business-benefits__list {
    padding-bottom: 50px;
  }
  .business-benefits__list .slick-list {
    padding: 0 60px 0 0 !important;
    overflow: visible;
  }
  .business-benefits__list .slick-track {
    padding-left: 42px;
  }
  .business-benefits__list .slick-arrow {
    width: 47px;
    height: 9px;
    bottom: 0;
    top: auto;
  }
  .business-benefits__list .slick-arrow::before {
    width: 47px;
    height: 9px;
    content: "";
    display: block;
    opacity: 1;
  }
  .business-benefits__list .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translateX(-160%);
        -ms-transform: translateX(-160%);
            transform: translateX(-160%);
  }
  .business-benefits__list .slick-arrow.slick-prev::before {
    background: url(../img/business/ico-prev.png) no-repeat center/100%;
  }
  .business-benefits__list .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translateX(160%);
        -ms-transform: translateX(160%);
            transform: translateX(160%);
  }
  .business-benefits__list .slick-arrow.slick-next::before {
    background: url(../img/business/ico-next.png) no-repeat center/100%;
  }
  .business-benefits__list .slick-arrow.slick-disabled {
    opacity: 0.3;
  }
}
.business-benefits__list-item {
  background: #fff;
  border-radius: 62px 0 0 0;
  padding: 0 23px 16px;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .business-benefits__list-item {
    padding: 0 15px 16px;
  }
}
@media screen and (max-width: 834px) {
  .business-benefits__list-item {
    margin-right: 24px;
  }
}
@media screen and (max-width: 834px) and (min-width: 641px) {
  .business-benefits__list-item {
    padding: 0 15px 15px;
  }
}
.business-benefits__list-item::before {
  content: "0" counter(li);
  counter-increment: li;
  position: absolute;
  font-family: "Gilda Display", serif;
  color: #fff;
  line-height: 1;
  font-size: 3.8rem;
  top: -18px;
  left: -7px;
  z-index: 10;
}
.business-benefits__list-item p {
  margin-bottom: 13px;
}
.business-benefits__list-item ul {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  padding-right: 5px;
}
.business-benefits__list-item ul li {
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-benefits__list-item ul li::before {
  content: "●";
  font-size: 1rem;
  color: #B01D3A;
  top: 2px;
  left: 2px;
  position: absolute;
}
.business-benefits__list-ttl {
  padding: 40px 0 25px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.business-benefits__list-ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 95%;
  height: 1px;
  background: #B01D3A;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.business-benefits__list-ttl span {
  font-weight: 700;
  color: #B01D3A;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .business-benefits__list-ttl span {
    letter-spacing: 2px;
  }
}
.business-benefits__note {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 834px) {
  .business-benefits__note {
    margin-top: 44px;
    padding: 0 35px;
    line-height: 2;
  }
}

.business-reasons {
  padding: min(8.333vw, 120px) 0;
  background: #FAF5F2;
}
@media screen and (max-width: 834px) {
  .business-reasons {
    padding: 60px 0;
  }
}
.business-reasons .c-ttl__05 {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .business-reasons .c-ttl__05 {
    margin-bottom: 27px;
  }
}
.business-reasons__intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .business-reasons__intro {
    text-align: left;
    margin-bottom: 30px;
  }
}
.business-reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(8.333vw, 120px) min(6.944vw, 100px);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .business-reasons__list {
    gap: 38px 40px;
  }
}
@media screen and (max-width: 834px) {
  .business-reasons__list {
    grid-template-columns: 1fr;
  }
}
.business-reasons__list-item {
  position: relative;
}
@media screen and (max-width: 834px) {
  .business-reasons__list-item {
    position: relative;
    padding: 0 20px;
  }
  .business-reasons__list-item:nth-child(n+4) {
    display: none;
  }
}
.business-reasons__list-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 134%;
  height: 1px;
  bottom: -60px;
  left: 0;
  background: #B01D3A;
}
@media screen and (max-width: 1024px) {
  .business-reasons__list-item:after {
    bottom: -22px;
  }
}
@media screen and (max-width: 834px) {
  .business-reasons__list-item:after {
    display: none;
  }
}
.business-reasons__list-number {
  width: 76px;
  height: 76px;
  background: #B01D3A;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .business-reasons__list-number {
    margin: 0 auto 30px;
  }
}
.business-reasons__list-number:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 17px;
  background: #B01D3A;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(50%, 100%);
      -ms-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
}
.business-reasons__list-number span {
  font-family: "Gilda Display", serif;
  font-size: 2.7rem;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.business-reasons__list-ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #B01D3A;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 7px;
}
@media screen and (min-width: 835px) {
  .business-reasons__list-ttl {
    height: 66px;
  }
}
@media screen and (max-width: 834px) {
  .business-reasons__list-ttl {
    margin-bottom: 24px;
  }
}
.business-reasons__list.is-show .business-reasons__list-item:nth-child(n+4) {
  display: block;
}

.view-plan {
  width: 375px;
  height: 66px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  border: none;
  border-top: 1px solid #B01D3A;
  background: transparent;
  position: relative;
  color: #B01D3A;
  gap: 0 25px;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .view-plan {
    display: none;
  }
}
.view-plan span:nth-child(2) {
  display: none;
}
.view-plan:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/business/ico-plus.png) no-repeat center/100%;
  position: relative;
}
.view-plan.is-hide span:nth-child(1) {
  display: none;
}
.view-plan.is-hide span:nth-child(2) {
  display: block;
}
.view-plan.is-hide:after {
  background: url(../img/business/ico-minus.png) no-repeat center/100%;
}

.business-contract {
  padding: min(8.333vw, 120px) 0;
}
@media screen and (max-width: 834px) {
  .business-contract {
    padding: 50px 0;
  }
}
.business-contract .c-ttl__05 {
  margin-bottom: 44px;
}
@media screen and (max-width: 834px) {
  .business-contract .c-ttl__05 {
    margin-bottom: 30px;
  }
}
.business-contract__intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .business-contract__intro {
    text-align: left;
    margin-bottom: 40px;
  }
}
.business-contract__table {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .business-contract__table {
    overflow-x: auto;
  }
}
.business-contract__table table {
  width: 1100px;
}
@supports (width: min(1100px, 100vw)) {
  .business-contract__table table {
    width: min(1100px, 100vw);
  }
}
@media screen and (max-width: 834px) {
  .business-contract__table table {
    width: 740px;
  }
}
.business-contract__table table tr th, .business-contract__table table tr td {
  width: 25.4566666667%;
  text-align: center;
}
.business-contract__table table tr th:nth-child(1), .business-contract__table table tr td:nth-child(1) {
  width: 23.63%;
}
@media screen and (max-width: 834px) {
  .business-contract__table table tr th:nth-child(1), .business-contract__table table tr td:nth-child(1) {
    width: 12%;
    padding-left: 10px;
  }
}
@media screen and (min-width: 835px) {
  .business-contract__table table tr td {
    padding: 17px 10px;
  }
  .business-contract__table table tr td:nth-child(3) {
    border-right: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
  }
}
@media screen and (max-width: 834px) {
  .business-contract__table table tr td {
    border-right: none;
    padding: 17px 18px 17px 10px;
    position: relative;
  }
  .business-contract__table table tr td:last-child:after {
    content: none;
  }
  .business-contract__table table tr td:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 100%;
    background: #fff;
    top: -1px;
    right: 0;
    z-index: 10;
  }
}
.business-contract__table table tr td:nth-child(1) {
  position: relative;
}
.business-contract__table table tr td:nth-child(1):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 100%;
  background: #fff;
  top: -1px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .business-contract__table table tr td:nth-child(1):after {
    width: 8px;
  }
}
.business-contract__table table tr:nth-child(1) td {
  padding: 40px 0 0;
}
.business-contract__table table tr:nth-child(2) {
  border-top: 1px solid #D0D0D0;
}
.business-contract__table table tr:nth-child(2n) td {
  background: #FAF5F2;
}
.business-contract__table table tr .c-fc--red {
  font-weight: 700;
}
.business-contract__table-ttl {
  text-align: center;
}
.business-contract__table-ttl span {
  display: block;
  color: #B01D3A;
}
.business-contract__table-ttl .c-ft--jp {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .business-contract__table-ttl .c-ft--jp {
    font-size: 3rem;
  }
}
.business-contract__table-ttl .c-ft--base {
  font-size: 1.2rem;
  font-weight: 500;
}
.business-contract__table-price {
  max-width: 170px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  height: 133px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: left;
}
.business-contract__table-price span {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .business-contract__table-price span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 835px) {
  .business-contract__table-wrap {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
  }
}
.business-contract__note {
  background: #FAF5F2;
  text-align: center;
  margin-top: 115px;
  padding: 47px 15px 32px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .business-contract__note {
    padding: 45px 30px 25px;
  }
}
.business-contract__note-label {
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  padding: 8px 22px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .business-contract__note-label {
    padding: 8px 15px;
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
.business-contract__note span {
  color: #B01D3A;
  font-weight: 500;
}

.business-solution {
  padding-bottom: 80px;
  background: #B01D3A;
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 834px) {
  .business-solution {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.business-solution:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 180px;
  background: #fff;
  top: 0;
  left: 0;
}
.business-solution__wp {
  background: #fff;
  -webkit-box-shadow: 3px 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 0 14px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: min(6.944vw, 100px) min(9.028vw, 130px) min(9.028vw, 130px);
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .business-solution__wp {
    padding: 30px 30px;
  }
}
.business-solution__wp:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../img/business/before.png) no-repeat center/100%;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 834px) {
  .business-solution__wp:before {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
  }
}
.business-solution__wp:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../img/business/before.png) no-repeat center/100%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 834px) {
  .business-solution__wp:after {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}
.business-solution__intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .business-solution__intro {
    margin-bottom: 30px;
  }
}
.business-solution__dl {
  margin-bottom: 38px;
}
@media screen and (max-width: 834px) {
  .business-solution__dl {
    margin-bottom: 25px;
  }
}
.business-solution__dl:last-of-type {
  margin-bottom: 0;
}
.business-solution__dt {
  font-size: 2rem;
  font-weight: 700;
  color: #B01D3A;
}
@media screen and (max-width: 834px) {
  .business-solution__dt {
    font-size: 1.7rem;
  }
}

.solution-flow {
  padding-bottom: min(10.417vw, 150px);
  border-top: 3px solid #B01D3A;
  background-color: #f2f2f2;
}
@media screen and (max-width: 834px) {
  .solution-flow .c-ttl__05 {
    font-size: 2rem;
    padding-bottom: 30px;
    margin-bottom: 12px !important;
  }
}

.solution-flow__desc {
  background-color: white;
  margin-top: 65px;
  padding: 30px 38px;
  text-align: center;
}

.solution-flow__desc .flow-desc__heading {
  font-size: 16px;
  margin: 20px auto;
}

.flow-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}

.flow-box {
  border: 1px solid #CCC;
  padding: 18px;
  width: 330px;
}

.flow-box__title {
  color: #B01D3A;
  font-weight: bold;
}

.flow-box__tag {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.flow-box__title {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.flow-box__desc {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .flow-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-box {
    max-width: 100%;
  }
}
.solution-flow__desc .fc-red {
  color: #B01D3A;
  font-weight: bold;
}

.flow-red-desc {
  background-color: #FAF5F2;
  padding: 27px;
  font-size: 16px;
  line-height: 30px;
}

.solution-example {
  padding-top: min(9.167vw, 132px);
}
.solution-example .c-ttl__05 {
  margin-bottom: 14px;
}
.solution-example .cases-list {
  margin-bottom: 40px;
}

.business-relative {
  padding-bottom: min(10.417vw, 150px);
}
@media screen and (max-width: 834px) {
  .business-relative {
    padding-bottom: 50px;
  }
}
.business-relative .column-list {
  margin: 0 -27px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .business-relative .column-list {
    padding: 0 5%;
  }
  .business-relative .column-list.js-column-slider .slick-dots {
    bottom: 20px;
  }
}
.business-relative .column-list__item {
  padding: 0 27px;
  margin-bottom: 48px;
}
.business-relative .column-list__ct {
  padding: 12px 0 0;
}
.business-relative .column-list__ct-heading {
  margin-bottom: 6px;
}
.business-relative .column-list__ct-heading time {
  letter-spacing: 1px;
  position: relative;
  top: -3px;
  font-family: Roboto, sans-serif;
}
.business-relative .column-list__ct-ttl {
  letter-spacing: 0.5px;
  word-break: break-all;
  margin-bottom: 0;
}
.business-relative .column-list__img::before {
  padding: 57% 0 0;
}

#page-business .fee-faq {
  padding-top: min(9.167vw, 132px);
  padding-bottom: min(9.236vw, 133px);
}
@media screen and (max-width: 834px) {
  #page-business .fee-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#page-recruit .c-ttl__05 {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #page-recruit .c-ttl__05 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.recruit-mv {
  padding: 93px 0 280px;
}
@media screen and (max-width: 834px) {
  .recruit-mv {
    padding: 104px 0 213px;
  }
}
.recruit-mv__ttl {
  margin-bottom: 52px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .recruit-mv__ttl {
    margin-bottom: 3px;
  }
}
.recruit-mv__ttl > * {
  display: block;
  color: #B01D3A;
  text-align: center;
}
.recruit-mv__ttl .txt-sm {
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 36px;
}
@media screen and (max-width: 834px) {
  .recruit-mv__ttl .txt-sm {
    font-size: 1.4rem;
    margin-bottom: 26px;
  }
}
.recruit-mv__ttl .txt-sm span {
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
  padding-left: 10px;
  width: 150px;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/recruit/bg-mv-txt.png) no-repeat center/100%;
}
@media screen and (max-width: 834px) {
  .recruit-mv__ttl .txt-sm span {
    width: 134px;
    height: 34px;
    padding-left: 0;
    padding-right: 10px;
  }
}
.recruit-mv__ttl .txt-lg {
  font-family: "Libre Bodoni", serif;
  font-size: 12.991rem;
  line-height: 0.95;
  font-style: italic;
  letter-spacing: -6px;
}
@media screen and (max-width: 834px) {
  .recruit-mv__ttl .txt-lg {
    font-size: 6.033rem;
  }
}
.recruit-mv__ttl .txt-lg span {
  font-family: "Playfair", serif;
  font-weight: 600;
  position: relative;
  top: -10px;
  font-size: 16.678rem;
}
@media screen and (max-width: 834px) {
  .recruit-mv__ttl .txt-lg span {
    font-size: 7.746rem;
  }
}
.recruit-mv__txt-lead {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .recruit-mv__txt-lead {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 1.85;
  }
}
.recruit-mv__img-item {
  position: absolute;
}
.recruit-mv__img-item:nth-child(1) {
  width: min(35.194444%, 507px);
  top: -43px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .recruit-mv__img-item:nth-child(1) {
    width: 260px;
    top: -32px;
    left: -22px;
  }
}
.recruit-mv__img-item:nth-child(2) {
  width: min(26%, 375px);
  top: -51px;
  right: 0;
}
@media screen and (max-width: 834px) {
  .recruit-mv__img-item:nth-child(2) {
    width: 170px;
    top: 0;
    right: -22px;
  }
}
.recruit-mv__img-item:nth-child(3) {
  width: min(28%, 403px);
  left: 3%;
  bottom: 9%;
}
@media screen and (max-width: 834px) {
  .recruit-mv__img-item:nth-child(3) {
    width: 200px;
    left: -10px;
    bottom: 7.5%;
  }
}
.recruit-mv__img-item:nth-child(4) {
  width: min(36%, 518px);
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .recruit-mv__img-item:nth-child(4) {
    width: 215px;
    right: -42px;
  }
}

.recruit-msg {
  padding-top: 145px;
  padding-bottom: 150px;
  background: rgb(250, 245, 242);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(250, 245, 242)), color-stop(76%, rgb(250, 245, 242)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(250, 245, 242) 0%, rgb(250, 245, 242) 76%, rgb(255, 255, 255) 100%);
  position: relative;
}
.recruit-msg:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 409px;
  height: 365px;
  background: url(../img/recruit/logo.png) no-repeat center/100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .recruit-msg:before {
    top: 10%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-msg {
    padding-top: 13px;
    padding-bottom: 67px;
  }
}
.recruit-msg .c-ttl__05 {
  color: #000;
}
@media screen and (max-width: 834px) {
  .recruit-msg .c-ttl__05 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .recruit-msg .c-ttl__05 {
    text-align: left;
  }
  .recruit-msg .c-ttl__05 span {
    margin-bottom: 14px;
    display: inline-block;
  }
}
.recruit-msg__desc {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .recruit-msg__desc {
    padding: 0 5%;
  }
}
.recruit-msg__desc p {
  margin-bottom: 28px;
}
.recruit-msg__desc p:last-of-type {
  margin-bottom: 0;
}
.recruit-msg .c-txt__deco {
  right: calc((100% - 1100px) / 2);
  top: 152px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 1200px) {
  .recruit-msg .c-txt__deco {
    right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-msg .c-txt__deco {
    right: 7px;
    top: 19px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.recruit-philosophy {
  padding: min(13.889vw, 200px) 0 min(11.5vw, 165px);
  background: url(../img/recruit/bg-philosophy.png) no-repeat top center/cover;
  color: #fff;
  position: relative;
}
.recruit-philosophy:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: min(12vw, 175px) min(6.5vw, 95px) 0 0;
  border-color: #FAF5F2 transparent transparent transparent;
  border-style: solid;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .recruit-philosophy:before {
    border-width: 50px 30px 0 0;
  }
}
.recruit-philosophy:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 0 min(31vw, 446px) min(17vw, 244px);
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .recruit-philosophy:after {
    border-width: 0 0 50px 30px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-philosophy {
    background: url(../img/recruit/bg-philosophy-sp.jpg) no-repeat center/cover;
    padding: 76px 0 60px;
  }
}
.recruit-philosophy .inner {
  max-width: 780px;
}
@media screen and (max-width: 834px) {
  .recruit-philosophy .inner {
    padding: 0 52px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-philosophy .c-ttl__05 {
    font-size: 2rem;
    padding-bottom: 30px;
    margin-bottom: 12px !important;
  }
  .recruit-philosophy .c-ttl__05:after {
    display: none;
  }
  .recruit-philosophy .c-ttl__05::before {
    height: 22px;
  }
}
.recruit-philosophy .c-txt__deco {
  top: 126px;
  left: calc((100% - 1100px) / 2);
  -webkit-transform: translateX(-62%);
      -ms-transform: translateX(-62%);
          transform: translateX(-62%);
}
@media screen and (max-width: 834px) {
  .recruit-philosophy .c-txt__deco {
    top: 82px;
    left: -11px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 3.731rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-philosophy__desc {
    padding: 0;
  }
}
.recruit-philosophy__desc p {
  margin-bottom: 30px;
}
.recruit-philosophy__desc p:last-of-type {
  margin-bottom: 0;
}

.recruit-culture {
  padding: min(10.417vw, 150px) 0;
}
@media screen and (max-width: 834px) {
  .recruit-culture {
    padding: 50px 0;
  }
}
.recruit-culture .c-txt__deco {
  left: auto;
  right: calc((100% - 1100px) / 2);
}
@media screen and (max-width: 1200px) {
  .recruit-culture .c-txt__deco {
    right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-culture .c-txt__deco {
    right: 7px;
    top: 19px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.recruit-culture .c-ttl__05 {
  color: #000;
}
.recruit-culture__logo {
  max-width: 387px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 834px) {
  .recruit-culture__logo {
    max-width: 150px;
    margin-bottom: 30px;
  }
}
.recruit-culture__wrapper {
  max-width: 750px;
  margin: 0 auto min(9.722vw, 140px);
}
@media screen and (max-width: 834px) {
  .recruit-culture__wrapper {
    margin-bottom: 50px;
  }
}
.recruit-culture__ttlsub {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .recruit-culture__ttlsub {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.recruit-culture__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .recruit-culture__list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .recruit-culture__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.recruit-culture__list:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 87px;
  height: 42px;
  background: url(../img/recruit/ico-limit.png) no-repeat center/100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .recruit-culture__list:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.recruit-culture__list-ttl {
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #202A59;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
@media screen and (max-width: 834px) {
  .recruit-culture__list-ttl {
    font-size: 3rem;
    letter-spacing: 3px;
  }
}
.recruit-culture__list-icon {
  width: 82px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 834px) {
  .recruit-culture__list-icon {
    width: 50px;
  }
}
.recruit-culture__list-catch {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  text-align: center;
  color: #202A59;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .recruit-culture__list-catch {
    font-size: 1.6rem;
  }
}
.recruit-culture__list-item {
  border-radius: 5px;
  padding: 40px 50px;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .recruit-culture__list-item {
    padding: 30px 20px;
  }
}
.recruit-culture__list-item:nth-child(2) .recruit-culture__list-ttl {
  color: #B01D3A;
}
.recruit-culture__list-item:nth-child(2) .recruit-culture__list-catch {
  color: #B01D3A;
}

.recruit-data {
  padding: min(9.028vw, 130px) 0;
  background: #FAF5F2;
}
@media screen and (max-width: 834px) {
  .recruit-data {
    padding: 80px 0;
  }
}
@media screen and (max-width: 834px) {
  .recruit-data .inner {
    padding: 0 10px;
  }
}
.recruit-data .c-ttl__05 {
  color: #000;
}
.recruit-data .c-txt__deco {
  left: calc((100% - 1100px) / 2);
  top: -26px;
  -webkit-transform: translateX(-63%);
      -ms-transform: translateX(-63%);
          transform: translateX(-63%);
}
@media screen and (max-width: 1200px) {
  .recruit-data .c-txt__deco {
    left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-data .c-txt__deco {
    display: none;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.recruit-data__intro {
  text-align: center;
  margin-bottom: 60px;
}
.recruit-data__list {
  display: grid;
}
@media screen and (min-width: 835px) {
  .recruit-data__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-data__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.recruit-data__list-item {
  background-color: #fff;
  padding: 44px 50px 30px;
}
.recruit-data__list-item .c-txt__basic-small {
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .recruit-data__list-item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-data__list-item {
    padding: 28px 0 32px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .recruit-data__list-item:nth-child(7) {
    width: 100%;
  }
  .recruit-data__list-item:nth-child(7) .recruit-data__list-ttl {
    font-size: 2rem;
    margin-bottom: 22px;
  }
  .recruit-data__list-item:nth-child(8) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
    padding: 44px 0;
  }
  .recruit-data__list-item:nth-child(8) .c-txt__basic-small {
    max-width: 257px;
    margin: 0 auto;
  }
  .recruit-data__list-item:nth-child(9) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .recruit-data__list-item:nth-child(10) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .recruit-data__list-item:nth-child(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
    width: 100%;
  }
  .recruit-data__list-item:nth-child(11) .c-txt__basic-small {
    max-width: 277px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 835px) {
  .recruit-data__list-item:nth-child(7) {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
  }
  .recruit-data__list-item:nth-child(8) {
    grid-column-start: 3;
    padding-bottom: 46px;
  }
  .recruit-data__list-item:nth-child(9) {
    grid-column-start: 1;
    grid-row-start: 5;
  }
  .recruit-data__list-item:nth-child(10) {
    grid-column-start: 2;
    grid-row-start: 5;
  }
  .recruit-data__list-item:nth-child(11) {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 4;
  }
}
.recruit-data__list-item dl {
  max-width: 260px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  color: #B01D3A;
  margin-bottom: 10px;
}
.recruit-data__list-item dl:last-of-type {
  margin-bottom: 0;
}
.recruit-data__list-item dl dt {
  font-size: 3rem;
  font-weight: 700;
}
.recruit-data__list-item dl dd {
  font-size: 2rem;
  font-weight: 700;
}
.recruit-data__list-item dl dd span {
  font-family: Roboto, sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 2px;
}
.recruit-data__list-item dl:nth-child(n+3) {
  color: #000;
}
.recruit-data__list-item dl:nth-child(n+3) dt {
  font-size: 2rem;
}
.recruit-data__list-item dl:nth-child(n+3) dd {
  font-size: 1.8rem;
}
.recruit-data__list-item dl:nth-child(n+3) dd span {
  font-size: 2.5rem;
}
.recruit-data__list-breakdown {
  margin-bottom: 30px;
}
.recruit-data__list-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .recruit-data__list-ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.recruit-data__list-number {
  text-align: center;
  color: #B01D3A;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .recruit-data__list-number {
    margin-bottom: 26px;
  }
}
.recruit-data__list-number span {
  font-family: Roboto, sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
}
@media screen and (max-width: 834px) {
  .recruit-data__list-number span {
    font-size: 6rem;
  }
}
.recruit-data__list-number--lg {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .recruit-data__list-number--lg {
    margin-bottom: 20px;
  }
}
.recruit-data__list-img {
  max-width: 512px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .recruit-data__list-img {
    max-width: 328px;
  }
}

.recruit-schedule {
  padding-bottom: min(10.417vw, 150px);
  border-top: 3px solid #B01D3A;
}
@media screen and (max-width: 834px) {
  .recruit-schedule {
    padding-bottom: 50px;
  }
}
.recruit-schedule__heading {
  background: #B01D3A;
  padding: 52px 43px 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .recruit-schedule__heading {
    padding: 20px 20px;
  }
}
.recruit-schedule__heading .c-ttl__05 {
  padding-bottom: 0;
  color: #fff;
  margin-bottom: 12px !important;
  text-align: left;
}
.recruit-schedule__heading .c-ttl__05:after, .recruit-schedule__heading .c-ttl__05:before {
  display: none;
}
.recruit-schedule .c-txt__deco {
  right: calc((100% - 1100px) / 2);
  top: 99px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.recruit-schedule__list {
  position: relative;
  z-index: 2;
}
.recruit-schedule__list-img {
  width: 364px;
}
@media screen and (max-width: 834px) {
  .recruit-schedule__list-img {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .recruit-schedule__list-img {
    width: 100%;
  }
}
.recruit-schedule__list-ct {
  width: calc(100% - 364px);
  padding-right: 70px;
}
@media screen and (max-width: 834px) {
  .recruit-schedule__list-ct {
    padding-right: 30px;
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 640px) {
  .recruit-schedule__list-ct {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.recruit-schedule__list-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 834px) {
  .recruit-schedule__list-ttl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.recruit-schedule__list-ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #B01D3A;
  bottom: 0;
  left: 0;
}
.recruit-schedule__list-item {
  padding: 40px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .recruit-schedule__list-item {
    padding: 25px 0 30px;
  }
}
.recruit-schedule__list-item:first-child {
  padding-top: 0;
}
.recruit-schedule__list-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.recruit-schedule__list-item--noimg .recruit-schedule__list-ct {
  width: 100%;
}

.recruit-movie video {
  width: 100%;
  height: auto;
}

.recruit-interview {
  padding-top: min(11.111vw, 160px);
  padding-bottom: 58px;
  position: relative;
}
.recruit-interview:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 68%;
  background: url(../img/recruit/after-interview.png) no-repeat top center/100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .recruit-interview:after {
    background: url(../img/recruit/after-interview-sp.png) no-repeat top center/100%;
    height: 94.5%;
  }
}
.recruit-interview .inner {
  position: relative;
  z-index: 2;
}
.recruit-interview__desc {
  max-width: 762px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 834px) {
  .recruit-interview__desc {
    padding: 0 21px;
    max-width: 550px;
  }
}
.recruit-interview__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .recruit-interview__list {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-interview__list {
    max-width: 650px;
    margin: 0 auto;
  }
}
.recruit-interview__list-item {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit-interview__list-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-interview__list-item {
    width: 100%;
    margin-top: 30px;
  }
}
.recruit-interview__list-item:nth-child(3) {
  margin-top: 120px;
}
@media screen and (max-width: 834px) {
  .recruit-interview__list-item:nth-child(3) {
    margin-top: 30px;
  }
}
.recruit-interview__list-item:first-child {
  margin-top: 0;
}
.recruit-interview__list-item a {
  color: #000;
  display: block;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .recruit-interview__list-item a {
    padding-bottom: 15px;
  }
}
.recruit-interview__list-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 23px;
  background: url(../img/recruit/ico-readmore.png) no-repeat center/100%;
  right: 8px;
  bottom: 6px;
}
@media screen and (max-width: 834px) {
  .recruit-interview__list-item a:after {
    right: 11px;
    bottom: 22px;
  }
}
.recruit-interview__list-img {
  position: relative;
  margin-bottom: 10px;
}
.recruit-interview__list-caption {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #B01D3A;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 10px 3px;
  z-index: 3;
  letter-spacing: 1px;
}
.recruit-interview__list-caption:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 0 28px 17px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  display: inline-block;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.recruit-interview__list-ttl {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  word-break: break-all;
}
.recruit-interview__list-time {
  color: #595959;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 4px;
}
.recruit-interview__list-name {
  font-size: 1.4rem;
}
.recruit-interview__list-name span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  margin-left: 23px;
}

.recruit-job {
  padding-top: min(6.111vw, 88px);
  padding-bottom: min(13.194vw, 190px);
}
@media screen and (min-width: 835px) {
  .recruit-job .c-ttl__05 {
    margin-bottom: 70px !important;
  }
}
.recruit-job__label {
  width: 187px;
  height: 36px;
  border-radius: 5px;
  background: #B01D3A;
  color: #fff;
  margin: 0 auto 14px;
  font-size: 2rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .recruit-job__label {
    font-size: 1.8rem;
  }
}
.recruit-job__content {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  max-width: 914px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 834px) {
  .recruit-job__content {
    font-size: 1.6rem;
  }
}
.recruit-job__content dl {
  padding: 36px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .recruit-job__content dl {
    padding: 20px 0;
  }
}
.recruit-job__content dt {
  width: 300px;
  font-weight: 500;
  color: #B01D3A;
}
@media screen and (max-width: 834px) {
  .recruit-job__content dt {
    width: 200px;
  }
}
.recruit-job__content dt span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.recruit-job__content dd {
  width: calc(100% - 300px);
}
@media screen and (max-width: 834px) {
  .recruit-job__content dd {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 640px) {
  .recruit-job__content dd {
    width: 100%;
  }
}
.recruit-job__box {
  max-width: 914px;
  margin: 0 auto 25px;
  border: 1px solid #595959;
  border-radius: 5px;
  padding: 30px 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .recruit-job__box {
    padding: 20px 30px;
  }
}
.recruit-job__box:last-of-type {
  margin-bottom: 0;
  background: #FAF5F2;
  border-color: #FAF5F2;
}
.recruit-job__box:last-of-type dt {
  color: #B01D3A;
}
.recruit-job__box:first-child {
  margin-top: 32px;
}
.recruit-job__box dt {
  width: 255px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .recruit-job__box dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit-job__box dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.recruit-job__box dd {
  width: calc(100% - 255px);
}
@media screen and (max-width: 640px) {
  .recruit-job__box dd {
    width: 100%;
  }
}
.recruit-job__box dd span {
  display: block;
  margin-top: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .recruit-job__box dd span {
    margin-top: 20px;
  }
}
.recruit-job__box dd a {
  color: #000;
}

.sec-practices {
  z-index: 1;
  padding: 0 0 100px 0;
}
@media screen and (max-width: 834px) {
  .sec-practices {
    padding: 30px 0 0;
  }
}
.sec-practices:before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: -200px;
  background: #F7F7F7;
}
.sec-practices .inner {
  position: relative;
  z-index: 1;
}

.sec-office {
  padding: 30px 0 0;
}

.office-heading {
  text-align: center;
  margin-bottom: 50px;
}
.office-heading p {
  margin-bottom: 30px;
}
.office-heading img {
  width: 422px;
  margin: 0 auto;
}
.office-heading small {
  font-size: 1.2rem;
}

.well-being {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3% 50px;
}
.well-being__item {
  width: 33.333%;
  padding: 0 3%;
}
@media screen and (max-width: 834px) {
  .well-being__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .well-being__item:last-child {
    margin-bottom: 0;
  }
}
.well-being__ttl {
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.well-being__ttl span {
  display: block;
  font-size: 2.7rem;
}
.well-being__ttl small {
  display: block;
  font-size: 1.4rem;
  font-family: Roboto, sans-serif;
}

.office-block {
  position: relative;
}
@media screen and (min-width: 835px) {
  .office-block--view {
    background: #F7F7F7;
  }
}
.office-block__banner img {
  width: 100%;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 834px) {
  .office-block__banner img {
    min-height: 185px;
  }
}
.office-block__ct {
  background: white;
  padding: 80px 8.4%;
  margin: -60px auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .office-block__ct {
    margin: -30px auto;
    padding: 50px 0;
  }
}
.office-block__ct-mission dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .office-block__ct-mission dl {
    padding: 15px 0;
  }
}
.office-block__ct-mission dl:last-child {
  border-bottom: none;
}
.office-block__ct-mission dl dt {
  width: 250px;
  color: #B01D3A;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .office-block__ct-mission dl dt {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .office-block__ct-mission dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.office-block__ct-mission dl dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 834px) {
  .office-block__ct-mission dl dd {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 640px) {
  .office-block__ct-mission dl dd {
    width: 100%;
  }
}
.office-block__ct-ttl {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .office-block__ct-ttl {
    font-size: 1.6rem;
  }
}
.office-block__ct-ttl:last-child {
  margin-bottom: 0;
}
.office-block__ct-ttl-small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .office-block__ct-ttl-small {
    font-size: 1.5rem;
  }
}
.office-block__ct-note {
  counter-reset: section;
}
.office-block__ct-note li {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .office-block__ct-note li {
    margin-bottom: 20px;
  }
}
.office-block__ct-note-ttl {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .office-block__ct-note-ttl {
    margin-bottom: 0;
  }
}
.office-block__ct-note-ttl:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  top: 0;
  left: 0;
}
.office-block__ct-rule {
  display: grid;
  gap: 20px;
  grid-template-columns: 50fr 50fr;
  padding: 10px 0 0;
}
@media screen and (max-width: 834px) {
  .office-block__ct-rule {
    gap: 10px;
  }
}
.office-block__ct-rule li {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px 20px 20px;
}
@media screen and (max-width: 834px) {
  .office-block__ct-rule li {
    padding: 10px 10px 15px;
  }
}
.office-block__ct-rule-ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.office-block__ct-heading {
  margin-bottom: 50px;
}
.office-block__ct-heading-ttl {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.office-block__ct-view {
  display: grid;
  gap: 20px;
  grid-template-columns: 33.333fr 33.333fr 33.333fr;
  text-align: center;
  border-bottom: 1px solid #D0D0D0;
  padding: 0 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .office-block__ct-view {
    gap: 30px;
    grid-template-columns: 100fr;
  }
}
.office-block__ct-view img {
  margin-bottom: 15px;
}
.office-block__ct iframe {
  width: 100% !important;
  height: 375px !important;
}
@media screen and (max-width: 834px) {
  .office-block__ct iframe {
    height: 52vw !important;
  }
}
.office-block__ct-show {
  text-align: center;
}
.office-block__ct-show-ttl {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.office-block__ct-show p {
  margin-bottom: 20px;
}
.office-block__ct-show iframe {
  height: 514px !important;
}
@media screen and (max-width: 834px) {
  .office-block__ct-show iframe {
    height: 52vw !important;
  }
}

.office-strength {
  background: #B01D3A;
  color: white;
  padding: 150px 0;
}
@media screen and (max-width: 834px) {
  .office-strength {
    padding: 100px 0 60px;
  }
}
.office-strength__ttl {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .office-strength__ttl {
    font-size: 2rem;
  }
}
.office-strength__list {
  display: grid;
  gap: 50px;
  grid-template-columns: 33.333fr 33.333fr 33.333fr;
  counter-reset: li;
  color: black;
}
@media screen and (max-width: 834px) {
  .office-strength__list {
    grid-template-columns: 100fr;
  }
}
.office-strength__list-item {
  background: white;
  position: relative;
  padding: 15px 40px 30px;
}
@media screen and (max-width: 834px) {
  .office-strength__list-item {
    padding: 15px 15px 30px;
  }
}
.office-strength__list-item:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../img/office/item.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 14px);
}
@media screen and (max-width: 834px) {
  .office-strength__list-item:after {
    left: 0;
    right: 0;
    top: calc(100% + 15px);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 0 auto;
  }
}
.office-strength__list-item:last-child:after {
  display: none;
}
.office-strength__list-ttl {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #B01D3A;
  font-weight: bold;
  position: relative;
  padding: 50px 0 0;
  margin-bottom: 15px;
}
.office-strength__list-ttl:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  font-size: 3rem;
  font-weight: 400;
  font-family: "Gilda Display", serif;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.office-greetings {
  padding-bottom: 150px;
  background: #F7F7F7;
}
.office-greetings__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .office-greetings {
    padding: 0 0 20px;
  }
}
.office-greetings__heading {
  background: white;
  position: relative;
  padding: 50px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .office-greetings__heading {
    margin-bottom: 50px;
  }
}
.office-greetings__heading:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  bottom: 0;
  width: 5000px;
  background: white;
}
@media screen and (max-width: 834px) {
  .office-greetings__heading:after {
    top: 0;
    left: -15px;
    right: -15px;
    width: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.office-greetings__heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50%;
  width: 5000px;
  background: #B01D3A;
}
@media screen and (max-width: 834px) {
  .office-greetings__heading:before {
    display: none;
  }
}
.office-greetings__heading-ct {
  position: relative;
  z-index: 1;
  width: calc(100% - 376px);
}
@media screen and (max-width: 834px) {
  .office-greetings__heading-ct {
    width: 100%;
  }
}
.office-greetings__heading-ct-ttl {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .office-greetings__heading-ct-ttl {
    margin-bottom: 20px;
  }
}
.office-greetings__heading-ct-ttl small {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.office-greetings__heading-ct-ttl .c-ft--jp {
  font-size: 2.6rem;
  line-height: 1.6153846154;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .office-greetings__heading-ct-ttl .c-ft--jp {
    font-size: 2rem;
  }
}
.office-greetings__heading-img {
  width: 376px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .office-greetings__heading-img {
    width: 100%;
    max-width: 376px;
    margin: 0 auto;
  }
}
.office-greetings__img {
  width: 42%;
}
@media screen and (max-width: 640px) {
  .office-greetings__img {
    width: 100%;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .office-greetings__img-01 {
    margin-right: 64px;
  }
  .office-greetings__img-02 {
    margin-top: 18px;
    margin-left: 64px;
  }
}
.office-greetings__img-01 {
  margin-right: 30px;
}
.office-greetings__img-02 {
  margin-top: 20px;
  margin-left: 30px;
}
.office-greetings__ct {
  width: 58%;
  padding: 0 0 0 10%;
}
@media screen and (max-width: 640px) {
  .office-greetings__ct {
    width: 100%;
    padding: 0;
  }
}
.office-greetings__ct p {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .office-greetings__ct p {
    margin-bottom: 20px;
  }
}
.office-greetings__ct-name {
  display: block;
  text-align: right;
  font-size: 2.2rem;
  font-weight: 600;
}

.office-overview {
  background: white;
  padding: 150px 0 100px;
}
@media screen and (max-width: 834px) {
  .office-overview {
    padding: 50px 0;
  }
}
.office-overview__show {
  max-width: 914px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 834px) {
  .office-overview__show {
    margin-bottom: 0;
  }
}
.office-overview__show dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D0;
  padding: 0 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .office-overview__show dl {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
}
.office-overview__show dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.office-overview__show dl dt {
  width: 40%;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .office-overview__show dl dt {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.office-overview__show dl dt small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.office-overview__show dl dd {
  width: 60%;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 834px) {
  .office-overview__show dl dd {
    width: 100%;
    padding: 0;
  }
}
.office-overview__show dl dd table {
  width: 100%;
}
.office-overview__show dl dd table tr td {
  vertical-align: top;
  padding: 8px 0;
}
.office-overview__show dl dd table tr td:nth-child(1) {
  width: 100px;
}
.office-overview__sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.office-overview__sub .c-btn__01 {
  margin: 0 20px 15px;
}

.page-office--zama .mv-page:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  background-color: #F7F7F7;
}

.sec-office.sec-office--zama {
  position: relative;
  padding-top: 0;
}
.sec-office.sec-office--zama:before {
  content: "";
  position: absolute;
  top: -350px;
  right: 0;
  left: 0;
  height: 350px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 834px) {
  .sec-office.sec-office--zama:before {
    top: -500px;
    height: 500px;
  }
}
.sec-office.sec-office--zama .office-greetings {
  padding-top: 0;
}
@media screen and (max-width: 834px) {
  .sec-office.sec-office--zama .office-greetings {
    padding-top: min(7.6388888889vw, 110px);
  }
}
.sec-office.sec-office--zama .office-overview {
  padding-top: 100px;
  background-color: #fff;
}

.office-lawyers {
  padding: min(8.333vw, 120px) 0;
  background-color: #fff;
}
.office-lawyers .attorney-list {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .office-lawyers .attorney-list__item {
    width: 25%;
  }
}

.practice-area__wrapper {
  background-color: #FAF5F2;
  padding: 65px 93px 60px;
}
@media screen and (max-width: 1024px) {
  .practice-area__wrapper {
    padding: 60px 20px;
    margin: 0 -15px;
  }
}
.practice-area__block {
  margin-bottom: 70px;
}
.practice-area__block:last-of-type {
  margin-bottom: 0;
}
.practice-area__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px 15px;
}
@media screen and (max-width: 834px) {
  .practice-area__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .practice-area__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.practice-area__list-item {
  border: 1px solid #000;
  border-radius: 5px;
  display: block;
}
.practice-area__list-item a {
  display: block;
  padding: 25px 15px;
}
.practice-area__list-img {
  width: 120px;
  margin: 0 auto 15px;
}
.practice-area__list-caption {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-about {
  padding: 50px 0 0;
}
@media screen and (max-width: 834px) {
  .sec-about {
    padding: 0;
  }
}

.about-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-heading {
    margin-bottom: 50px;
  }
}
.about-heading__img {
  width: 35%;
}
@media screen and (max-width: 834px) {
  .about-heading__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-heading__ct {
  width: 65%;
  padding: 0 10% 0 5%;
}
@media screen and (max-width: 834px) {
  .about-heading__ct {
    width: 100%;
    padding: 0 15px;
  }
  .about-heading__ct--custom-sp {
    padding: 0 25px;
  }
}
.about-heading__ct-name {
  display: block;
  font-size: clamp(3.8rem, 4.58333vw, 6.6rem);
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  .about-heading__ct-name {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
@media screen and (min-width: 835px) {
  .about-heading__ct-name span {
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.about-heading__ct-note {
  display: block;
  line-height: 1.3;
  font-weight: 500;
  font-size: clamp(2.8rem, 2.6388vw, 3.8rem);
  color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .about-heading__ct-note {
    margin-bottom: 20px;
  }
}
.about-heading__ct-note span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #B01D3A), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #B01D3A 50%, transparent 50%);
  background-size: 200% 55px;
  background-repeat: no-repeat;
  background-position: 0 16px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 13px 8px 4px;
}
@media screen and (max-width: 834px) {
  .about-heading__ct-note span {
    background-size: 200% 40px;
    background-position: 0 15px;
  }
}
.about-heading__ct-ttl {
  display: block;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .about-heading__ct-ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.about-heading__ct-ttl small {
  display: block;
}
@media screen and (max-width: 834px) {
  .about-heading__ct-ttl small {
    font-size: 1.4rem;
  }
}
.about-heading__ct-small {
  margin-bottom: 20px;
}
.about-heading__ct-small dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-heading__ct-small dl dt {
  width: 150px;
}
@media screen and (max-width: 834px) {
  .about-heading__ct-small dl dt {
    width: 110px;
  }
}
.about-heading__ct-small dl dd {
  width: calc(100% - 150px);
}
@media screen and (max-width: 834px) {
  .about-heading__ct-small dl dd {
    width: calc(100% - 110px);
  }
}
.about-heading__ct-role {
  font-size: 1.6rem;
  font-weight: 500;
}
.about-heading__ct-name-jp {
  font-size: 3.2rem;
  font-weight: 600;
}
.about-heading__ct table {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .about-heading__ct table tr {
    display: block;
    padding: 10px 0;
  }
}
.about-heading__ct table tr th, .about-heading__ct table tr td {
  padding: 10px 0;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .about-heading__ct table tr th, .about-heading__ct table tr td {
    display: block;
    padding: 0;
  }
}
.about-heading__ct table tr th {
  width: 100px;
  color: #B01D3A;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .about-heading__ct table tr th {
    width: 100%;
  }
}
.about-heading__ct table tr td {
  padding-left: 10px;
}
@media screen and (max-width: 834px) {
  .about-heading__ct table tr td {
    width: 100%;
    padding-left: 0;
  }
}

.about-article {
  max-width: 875px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 0;
}
@media screen and (max-width: 834px) {
  .about-article {
    padding: 0;
    font-size: 1.4rem;
  }
}
.about-article__head {
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .about-article__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    left: -100px;
  }
}
@media screen and (max-width: 834px) {
  .about-article__head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 835px) {
  .about-article__head span {
    padding: 7px 3px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.about-article__head .c-ft--jp {
  background: #B01D3A;
  color: white;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .about-article__head .c-ft--jp {
    padding: 4px 8px;
  }
}
.about-article__head .c-ft--en {
  font-size: 2.6rem;
  border: 1px solid #B01D3A;
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .about-article__head .c-ft--en {
    margin: 0 20px 0 0;
    padding: 5px 8px 3px;
  }
}
.about-article h2 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  line-height: 1.4;
  padding: 0 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .about-article h2 {
    font-size: 1.8rem;
    padding: 0 0 10px;
  }
}
.about-article h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #B01D3A;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-article p {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .about-article p {
    margin-bottom: 50px;
  }
}
.about-article__img {
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-article__img {
    margin-bottom: 20px;
  }
}
.about-article__img:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 70px;
  left: -50px;
  right: -50px;
  background: white;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .about-article__img:after {
    display: none;
  }
}
.about-article__img .pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 834px) {
  .about-article__img .pull--right {
    margin: 0 -15px;
  }
}
.about-article__img .pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 834px) {
  .about-article__img .pull--left {
    margin: 0 -15px;
  }
}
.about-article__img img {
  width: 100%;
}

.about-note {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -40px;
}
@media screen and (max-width: 834px) {
  .about-note {
    margin-bottom: 30px;
  }
}
.about-note:last-child {
  margin-bottom: 40px;
}
.about-note__img {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .about-note__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-note__img img {
  width: 100%;
}
.about-note__ct {
  width: 60%;
  padding: 0 0 0 6%;
}
@media screen and (max-width: 834px) {
  .about-note__ct {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}
.about-note__ct-ttl {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  color: white;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .about-note__ct-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.about-note__ct-ttl span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #B01D3A), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #B01D3A 50%, transparent 50%);
  background-size: 200% 40px;
  background-repeat: no-repeat;
  background-position: 0 16px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px 6px;
}
@media screen and (max-width: 834px) {
  .about-note__ct-ttl span {
    background-size: 200% 27px;
  }
}

.about-information {
  background: #B01D3A;
  margin-top: -80px;
  padding: 100px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .about-information {
    padding: 50px 0;
  }
}
.about-information .inner {
  position: relative;
  max-width: 990px;
}
.about-information .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  bottom: 0;
  width: 5000px;
  background: white;
}
@media screen and (max-width: 834px) {
  .about-information .inner:after {
    display: none;
  }
}
.about-information__ttl {
  display: block;
  letter-spacing: 10px;
  font-size: 2.6rem;
  font-weight: 600;
  color: white;
  padding: 0 0 40px;
}
@media screen and (min-width: 835px) {
  .about-information__ttl {
    position: absolute;
    top: 80px;
    left: -100px;
  }
}
@media screen and (max-width: 834px) {
  .about-information__ttl {
    text-align: center;
    padding: 0;
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.about-information__ttl:after {
  content: "";
  width: 1px;
  height: 30px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .about-information__ttl span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.about-information__ct {
  background: white;
  padding: 100px 10%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .about-information__ct {
    padding: 50px 15px;
  }
}
.about-information__note {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .about-information__note {
    font-size: 1.4rem;
  }
}
.about-information__note-ttl {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.about-news {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .about-news {
    margin-bottom: 30px;
  }
}
.about-news__item {
  margin-bottom: 40px;
}
.about-news__item:last-child {
  margin-bottom: 0;
}
.about-news__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: black;
  position: relative;
}
.about-news__img {
  width: 28%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-news__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-news__img:before {
  content: "";
  display: block;
  padding: 70% 0 0;
}
.about-news__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.about-news__ct {
  width: 72%;
  font-size: 1.2rem;
  line-height: 1.5;
  word-break: break-all;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 834px) {
  .about-news__ct {
    width: 100%;
    padding: 0;
  }
}
.about-news__ct-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 15px;
}
.about-news__ct-category {
  color: #B01D3A;
  font-size: 1.2rem;
  border: 1px solid #B01D3A;
  padding: 6px 10px;
  border-radius: 30px;
}
.about-news__ct time {
  display: block;
  color: #8F8F8F;
  font-family: Roboto, sans-serif;
}
.about-news__ct-ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .about-news__ct-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.about-news--not-img .about-news__box {
  display: block;
}
.about-news--not-img .about-news__item {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .about-news--not-img .about-news__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.about-news--not-img .about-news__item:last-child {
  border-bottom: none;
}
.about-news--not-img .about-news__ct {
  width: 100%;
  padding: 0;
}

.lawyers-note {
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .lawyers-note {
    margin-bottom: 50px;
  }
}
.lawyers-note__ttl {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #B01D3A;
  border-bottom: 1px solid #B01D3A;
  letter-spacing: 1px;
  padding: 0 0 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .lawyers-note__ttl {
    font-size: 1.8rem;
  }
}
.lawyers-note p {
  margin-bottom: 30px;
}
.lawyers-note__item {
  margin-bottom: 50px;
}
.lawyers-note dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgb(250, 245, 242);
  padding: 15px 20px;
  margin-bottom: 10px;
}
.lawyers-note dl:last-child {
  margin-bottom: 0;
}
.lawyers-note dl dt {
  width: calc(100% - 50px);
}
.lawyers-note dl dd {
  width: 50px;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  #page-single,
  #page-case-single {
    padding-top: 0;
  }
}

.bread-crumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  margin: 0;
  padding: 10px 0 15px 1.5rem;
  list-style: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bread-crumbs.specificity .bc-item {
  font-size: 12px;
}
.bread-crumbs.specificity .bc-item:not(.bc-home):before {
  content: "＞";
}
.bread-crumbs.specificity .bc-item:last-child {
  color: #B01D3A;
}
.bread-crumbs .bc-home-icon {
  margin-right: 3px;
  vertical-align: baseline;
}
.bread-crumbs .bc-link {
  color: #595959;
  text-decoration: underline;
}
.bread-crumbs .bc-item {
  display: inline-block;
  color: #595959;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0 0.75em 0 0;
  white-space: nowrap;
}
.bread-crumbs .bc-item:not(.bc-home):before {
  content: "\\f054";
  display: inline-block;
  color: #595959;
  margin: 0 0.75em 0 0;
  font-weight: 300;
  font-family: "Font Awesome 5 Free";
}
.bread-crumbs .bc-item:last-child {
  padding-right: 1.5rem;
}

.archive-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
.archive-top-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
}
.archive-top-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  aspect-ratio: 620/320;
}
.archive-top-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-top-head {
  width: 500px;
  position: relative;
  padding-top: 25px;
  padding-left: 172px;
  z-index: 1;
}
.archive-top-head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 49px;
  display: block;
  left: 0;
  height: 1px;
  background-color: #b01d3a;
}
.archive-top-title-en {
  color: #b01d3a;
  font-size: 66px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0.08em;
  font-family: "Gilda Display", serif;
  margin-bottom: 47px;
}
.archive-top-title-ja {
  color: #b01d3a;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
}

.wrapp-blog-list {
  display: block;
  max-width: 1226px;
  width: calc(100% - 214px);
  margin: -80px auto 0 auto;
  padding: 80px 65px;
  background-color: #fff;
}

.wrapp-blog-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}

.blog-category-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.wrapp-blog-list .blog-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-container .pagination {
  text-align: center;
}

.blog-container .pagination .page-numbers {
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin: 0 5px;
}

.blog-container .pagination .page-numbers.current {
  color: #000;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-list .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-top: 5px;
}

.blog-list .blog-item .blog-img {
  width: 30%;
  display: block;
  aspect-ratio: 216/151;
}

.blog-list .blog-item .blog-img .img-url {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.blog-list .blog-item .blog-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
}

.blog-item .blog-content .blog-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5px;
  margin-bottom: 10px;
}

.blog-item .blog-content .blog-category {
  display: inline-block;
  color: #b01d3a;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 0 20px;
  letter-spacing: 0.05em;
  border-radius: 20px;
  border: 1px solid #b01d3a;
  font-family: "Noto Sans JP", sans-serif;
}

.blog-item .blog-content .blog-date {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}

.blog-item .blog-content .blog-details {
  display: block;
}

.blog-item .blog-content .blog-title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}

.blog-item .blog-content .blog-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}

.wrapp-blog-list .archive-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}

.archive-sidebar .archive-sidebar-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 13px;
}

.archive-sidebar .archive-sidebar-category-item {
  display: block;
  padding-left: 3px;
}

.archive-sidebar:not(.case-sidebar) .archive-sidebar-category-item {
  display: block;
  padding: 4px 0;
}

.archive-sidebar.case-sidebar .archive-sidebar-category-item {
  padding: 10px 0;
  border-bottom: 1px solid #d0d0d0;
}

.archive-sidebar.case-sidebar .archive-sidebar-category-item:last-child {
  border-bottom: 0;
}

.archive-sidebar .archive-sidebar-category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

.archive-sidebar:not(.case-sidebar) .archive-sidebar-category-link:before {
  content: "—";
  display: inline-block;
}

.archive-sidebar-category-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive-sidebar-category-icon svg path {
  fill: #000;
}

.archive-sidebar-category-item.active .archive-sidebar-category-icon svg path {
  fill: #b01d3a;
}

.archive-sidebar-category-icon svg path.white {
  fill: #fff;
}

.archive-sidebar-category-icon svg path.stroked {
  fill: #fff;
  stroke: #000;
}

.archive-sidebar-category-item.active .archive-sidebar-category-icon svg path.stroked {
  fill: #fff;
  stroke: #b01d3a;
}

.archive-sidebar-category-icon.case-adviser {
  width: 27px;
  display: block;
}

.archive-sidebar .archive-sidebar-category-item.active:before {
  color: #b01d3a;
}

.archive-sidebar .archive-sidebar-category-item.active .archive-sidebar-category-link {
  color: #b01d3a;
}

.archive-sidebar .archive-sidebar-heading {
  color: #595959;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin: 30px 0 20px 0;
  padding: 13px 20px;
  background-color: #faf5f2;
  border-left: 2px solid #b01d3a;
}

.archive-sidebar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.archive-sidebar-title-icon {
  width: 30px;
  display: block;
}

.archive-sidebar-title-icon svg {
  display: inline-block;
  vertical-align: middle;
  color: #595959;
}

.archive-sidebar-title.active .archive-sidebar-title-icon svg,
.archive-sidebar-icon-link.active .archive-sidebar-title-icon svg {
  color: #b01d3a;
}

.archive-sidebar-title-text {
  margin: 0;
  color: #595959;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

.archive-sidebar-icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-top: 1px solid #d0d0d0;
}

.archive-sidebar-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive-sidebar-icon {
  display: block;
}

.archive-sidebar-icon-link.notices .archive-sidebar-icon {
  width: 21px;
}

.archive-sidebar-icon-link.testimonials .archive-sidebar-icon {
  width: 29px;
}

.archive-sidebar-icon-link.other .archive-sidebar-icon {
  width: 27px;
}

.archive-sidebar-label {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin: 0;
}

.archive-sidebar-title.active .archive-sidebar-title-text,
.archive-sidebar-icon-link.active .archive-sidebar-label {
  color: #b01d3a;
}

.wrapp-article-page {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

.article-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  margin-top: 48px;
  margin-bottom: 80px;
}

.article-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
}

.archive-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}

.article-category {
  display: inline-block;
  color: #b01d3a;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid #b01d3a;
  font-family: "Noto Sans JP", sans-serif;
}

.article-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

.article-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 10px;
}

.article-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.article-main-image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.related-articles {
  margin-top: 80px;
}

.related-articles-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b01d3a;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.related-articles-title:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
  display: inline-block;
  background-color: #b01d3a;
}

.related-view-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.article-content-inner > * {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.article-content-inner p {
  padding: 8px 0 16px;
}

.article-content-inner h1:not(.article-title) {
  margin-bottom: 16px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
}

.article-content-inner h2 {
  margin: 10px 0;
  padding: 8px 12px;
  background-color: #B01D3A;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.02em;
}

.article-content-inner h3 {
  margin: 10px 0;
  padding: 8px 0;
  border-bottom: 1px solid #d0d0d0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.article-content-inner h4 {
  margin: 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.article-content-inner figure {
  margin: 10px 0;
  padding: 12px 0;
}

.article-content-inner img {
  width: 100%;
  display: block;
}

.article-content-inner table {
  padding: 10px 0;
  border-collapse: collapse;
}

.article-content-inner table thead,
.article-content-inner table th,
.article-content-inner table td {
  border: 1px solid #d0d0d0;
}

.article-content-inner table th {
  background-color: #eaeaea;
}

.article-content-inner table th,
.article-content-inner table td {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 8px 14px;
}

.article-content-inner ul {
  margin: 10px 0;
  padding: 8px 0 16px;
  list-style: none;
}

.article-content-inner ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.article-content-inner ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  margin-right: 16px;
}

.article-content-inner ol {
  margin: 10px 0 10px 19px;
  padding: 8px 0 16px;
}

.article-content-inner ol li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 10px;
  list-style: decimal;
}

.article-content-inner a {
  color: #000;
  border-bottom: 1px solid #595959;
}

.article-content-inner sup a:before {
  content: "注: ";
}

ol.wp-block-footnotes li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

@media screen and (max-width: 767px) {
  body.single-post {
    padding-top: 56px;
  }
}
.wrapp-case-list {
  display: block;
  max-width: 1226px;
  width: calc(100% - 214px);
  margin: -80px auto 0 auto;
  padding: 80px 65px;
  background-color: #fff;
}

.wrapp-case-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}

.case-category-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.wrapp-case-list .case-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-container .pagination {
  text-align: center;
}

.case-container .pagination .page-numbers {
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin: 0 5px;
}

.case-container .pagination .page-numbers.current {
  color: #000;
}

.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.case-list .case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid #d0d0d0;
}

.case-list .case-item:last-of-type {
  border-bottom: 0;
}

.case-list .case-item .case-category {
  display: inline-block;
  color: #b01d3a;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  border-radius: 20px;
  border: 1px solid #b01d3a;
  font-family: "Noto Sans JP", sans-serif;
}

.case-list .case-item .case-title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}

.case-list .case-item .case-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}

.wrapp-case-page {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

.case-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  margin-top: 48px;
  margin-bottom: 80px;
}

.case-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
}

.case-category {
  display: inline-block;
  color: #b01d3a;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid #b01d3a;
  font-family: "Noto Sans JP", sans-serif;
}

.case-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

.case-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 20px;
}

.case-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.case-main-image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.related-cases {
  margin-top: 80px;
}

.related-cases-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b01d3a;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.related-cases-title:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
  display: inline-block;
  background-color: #b01d3a;
}

.case-content-inner p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}

.case-content-inner h1:not(.case-title) {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 16px;
}

.case-content-inner h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  background-color: #000;
  margin-bottom: 16px;
}

.case-content-inner h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d0d0d0;
}

.case-content-inner h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.case-content-inner img {
  widhth: 100%;
  display: block;
  margin-bottom: 16px;
}

.case-content-inner table {
  margin-bottom: 16px;
  border-collapse: collapse;
}

.case-content-inner table tr:first-child td {
  background-color: #eaeaea;
}

.case-content-inner table td {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 8px 14px;
  border: 1px solid #d0d0d0;
}

.case-content-inner ul {
  padding: 0;
  list-style: none;
  margin: 0 0 16px 0;
}

.case-content-inner ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.case-content-inner ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  margin-right: 16px;
}

.case-content-inner ol {
  padding: 0;
  margin: 0 0 16px 19px;
}

.case-content-inner ol li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 10px;
  list-style: decimal;
}

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

.font-12 {
  font-size: 12px;
}

.font-20 {
  font-size: 20px;
}

.justyfy-content-between {
  -webkit-box-pack: spsace-between;
      -ms-flex-pack: spsace-between;
          justify-content: spsace-between;
}

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

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

.fw-bold {
  font-weight: bold;
}

.author-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.author-img {
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  overflow: hidden;
}

.author-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.author-heading-text {
  color: #b01d3a;
}

.author-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 12px;
  line-height: 1.8;
  color: black;
}

@media screen and (max-width: 768px) {
  .author-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .author-title-wrap .public {
    font-size: 18px;
    font-weight: bold;
  }
  .author-desc {
    font-size: 12px;
  }
  .author-img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content-error {
  margin: 0 auto;
  max-width: 1226px;
  margin-top: 123px;
  padding-top: 103px;
  padding-bottom: 123px;
  width: calc(100% - 40px);
}

.content-error .error-number {
  color: #b01d3a;
  font-size: 66px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Gilda Display", serif;
  margin-bottom: 40px;
}

.content-error .error-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}

.content-error .error-message {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 40px;
}

.content-error .more-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 1226px) {
  .wrapp-blog-list,
  .wrapp-case-list {
    width: auto;
    max-width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .archive-top-head {
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
  }
  .archive-top-head:after {
    left: 20px;
    right: 15px;
    bottom: 40px;
  }
  .archive-top-right {
    display: none;
  }
  .archive-top-title-en {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 27px;
  }
  .archive-top-title-ja {
    font-size: 16px;
    line-height: 23px;
  }
  .wrapp-blog-list {
    width: calc(100% - 30px);
    margin: 40px auto 0 auto;
    padding: 0 0 65px;
  }
  .wrapp-blog-list-inner {
    row-gap: 40px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-list {
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-list .blog-item {
    row-gap: 20px;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-list .blog-item .blog-img {
    width: 100%;
  }
  .blog-item .blog-content .blog-title {
    font-size: 16px;
    line-height: 24px;
  }
  .article-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
  .article-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .article-content-inner > * {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .article-content-inner h1:not(.article-title),
  .article-content-inner h2,
  .article-content-inner h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .article-content-inner h2 {
    font-weight: 600;
    padding: 4px 8px 6px;
  }
  .wrapp-case-list {
    width: calc(100% - 30px);
    margin: 40px auto 0 auto;
    padding: 0 0 65px;
  }
  .wrapp-case-list-inner {
    row-gap: 40px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-container {
    margin-top: 20px;
    margin-bottom: 40px;
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
  }
  .case-list {
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-list .case-item {
    row-gap: 20px;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-list .case-item .case-img {
    width: 100%;
  }
  .case-item .case-content .case-title {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapp-case-page {
    margin-top: 56px;
  }
  .case-title {
    font-size: 20px;
    line-height: 30px;
  }
  .case-content-inner p {
    font-size: 12px;
    line-height: 20px;
  }
  .content-error {
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 70px;
  }
  .content-error .error-number {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
  .content-error .error-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
  .wrapp-article {
    margin-top: 16px;
  }
  .archive-sidebar {
    margin-top: 32px;
  }
  .related-view-category {
    margin-top: 40px;
  }
}
.business-process {
  padding-bottom: 50px;
  background: #fff;
  border-top: 3px solid #B01D3A;
}
.business-process__heading {
  max-width: 512px;
  padding: 51px 39px 23px;
  color: #fff;
  background: #B01D3A;
  margin-bottom: 100px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 834px) {
  .business-process__heading {
    padding: 23px 40px;
    margin-bottom: 60px;
  }
}
.business-process__heading-ttl {
  font-size: 2.6rem;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}
.business-process__list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 137px;
  margin-bottom: 16px;
}
.business-process__list-item:last-of-type {
  margin-bottom: 0;
}
.business-process__list-item:last-of-type .business-process__list-step:after {
  display: none;
}
.business-process__list-step {
  width: 78px;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  position: relative;
  letter-spacing: 0.03em;
}
.business-process__list-step:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: auto;
  background: #D0D0D0;
  top: 48px;
  bottom: 0;
  left: 50%;
}
.business-process__list-ct {
  width: calc(100% - 78px);
  margin-top: -3px;
  padding-left: 32px;
}
@media screen and (max-width: 834px) {
  .business-process__list-ct {
    padding-left: 20px;
  }
}
.business-process__list-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 7px;
  color: #B01D3A;
  letter-spacing: 0.03em;
}

.business-corporate {
  padding: 80px 0 165px;
}
@media screen and (max-width: 834px) {
  .business-corporate {
    padding: 50px 0;
  }
}
.business-corporate__ttl {
  font-size: 2.6rem;
  line-height: 1.6153846154;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
  color: #B01D3A;
  margin-bottom: 33px;
}
@media screen and (max-width: 834px) {
  .business-corporate__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.business-corporate__intro {
  margin-bottom: 40px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .business-corporate__intro {
    margin-bottom: 20px;
  }
}
.business-corporate__box {
  max-width: 876px;
  margin: 0 auto;
  padding: 34px 30px;
  border: 1px solid #D0D0D0;
}
@media screen and (max-width: 834px) {
  .business-corporate__box {
    padding: 20px 15px;
  }
}
.business-corporate__box-dl {
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .business-corporate__box-dl {
    margin-bottom: 15px;
  }
}
.business-corporate__box-dl:last-child {
  margin-bottom: 0;
}
.business-corporate__box-dt {
  color: #B01D3A;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}
.business-corporate__box-dt span {
  font-family: Roboto, sans-serif;
  margin-right: 12px;
}
@media screen and (max-width: 834px) {
  .business-corporate__box-dt span {
    margin-right: 10px;
  }
}
.business-corporate__box-dd {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 835px) {
  .business-costs .c-ttl__05 {
    margin-bottom: 43px;
  }
}
.business-costs__intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .business-costs__intro {
    margin-bottom: 30px;
  }
}
.business-costs__table {
  max-width: 914px;
  margin: 0 auto;
}
.business-costs__table table {
  width: 100%;
  border: 1px solid #D0D0D0;
}
.business-costs__table table tr td {
  width: 50%;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 13px 20px;
}
@media screen and (max-width: 834px) {
  .business-costs__table table tr td {
    padding: 10px 14px;
  }
}
.business-costs__table table tr td:last-of-type {
  border-right: none;
}
.business-costs__table table tr td span {
  font-size: 2.2rem;
  color: #B01D3A;
}
@media screen and (max-width: 834px) {
  .business-costs__table table tr td span {
    font-size: 1.8rem;
  }
}
.business-costs__table table tr:nth-child(1) td {
  text-align: center;
}
.business-costs__table table tr:nth-child(1) td:nth-child(1) {
  background: #FAF5F2;
}
.business-costs__table table tr:nth-child(2) td {
  padding: 30px 50px;
}
@media screen and (max-width: 834px) {
  .business-costs__table table tr:nth-child(2) td {
    padding: 15px;
  }
}

.business-offer {
  padding: 120px 0 100px;
}
@media screen and (max-width: 834px) {
  .business-offer {
    padding: 50px 0;
  }
}
@media screen and (min-width: 835px) {
  .business-offer .c-ttl__05 {
    margin-bottom: 60px;
  }
}
.business-offer__ttlsub {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #B01D3A;
  padding: 13px 30px;
  margin-bottom: 38px;
}
@media screen and (max-width: 834px) {
  .business-offer__ttlsub {
    font-size: 2rem;
    padding: 8px 15px;
    margin-bottom: 25px;
  }
}
.business-offer__list {
  margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
  .business-offer__list {
    margin-bottom: 50px;
  }
}
.business-offer__list:last-of-type {
  margin-bottom: 58px;
}
.business-offer__list-item {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .business-offer__list-item {
    margin-bottom: 25px;
  }
}
.business-offer__list-item:last-of-type {
  margin-bottom: 0;
}
.business-offer__list-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #B01D3A;
  padding-bottom: 8px;
  margin-bottom: 9px;
  color: #B01D3A;
}
@media screen and (max-width: 834px) {
  .business-offer__list-ttl {
    font-size: 1.8rem;
  }
}
.business-offer__list-content p {
  margin-bottom: 13px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 834px) {
  .business-offer__list-content p {
    margin-bottom: 8px;
  }
}
.business-offer__list-content table {
  width: 100%;
  border: 1px solid #D0D0D0;
  text-align: center;
}
.business-offer__list-content table tr td {
  width: 50%;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 26px 10px;
}
@media screen and (max-width: 834px) {
  .business-offer__list-content table tr td {
    padding: 15px 10px;
  }
}
.business-offer__list-content table tr td:last-of-type {
  border-right: none;
}
.business-offer__list-content table tr:first-child td {
  padding: 13px 10px;
  font-weight: 500;
}
.business-offer__list-content table tr:first-child td:first-child {
  background: #FAF5F2;
}
.business-offer__list-content table tr:last-child td {
  border-bottom: none;
}
.business-offer__note {
  background: #FAF5F2;
  padding: 30px;
  letter-spacing: 0.02em;
  line-height: 1.65;
}
@media screen and (max-width: 834px) {
  .business-offer__note {
    padding: 15px;
  }
}
.business-offer__note span {
  color: #B01D3A;
  font-weight: 700;
}

.business-support {
  padding: 120px 0;
}
@media screen and (max-width: 834px) {
  .business-support {
    padding: 50px 0;
  }
}
.business-support .c-ttl__05 {
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .business-support .c-ttl__05 {
    margin-bottom: 30px;
  }
}
.business-support__img {
  max-width: 314px;
  margin: 0 auto 32px;
}
.business-support__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 76px;
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .business-support__steps {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
.business-support__steps-item {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 834px) {
  .business-support__steps-item {
    padding: 0 20px;
  }
}
.business-support__steps-ttl {
  text-align: center;
  margin-bottom: 23px;
}
.business-support__steps-ttl .txt-en {
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 15px;
  display: block;
  margin-bottom: 5px;
}
.business-support__steps-ttl .txt-en:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 12px;
  background: #000000;
  bottom: 0;
  left: 50%;
}
.business-support__steps-ttl .txt-en:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 6px;
  background: #B01D3A;
  bottom: 0;
  left: 50%;
}
.business-support__steps-ttl .txt-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #B01D3A;
  display: block;
  width: 100%;
}
.business-support__list-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .business-support__list-item {
    margin-bottom: 30px;
  }
}
.business-support__list-item:last-of-type {
  margin-bottom: 0;
}
.business-support__list-ttl {
  border-bottom: 1px solid #B01D3A;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.business-support__list-ttl > * {
  display: block;
}
.business-support__list-ttl .txt-en {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.business-support__list-ttl .txt-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #B01D3A;
}
.business-support__list-ttlsub {
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 6px;
  color: #B01D3A;
  font-weight: 600;
}
.business-support__list-ttlsub:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #B01D3A;
  bottom: 0;
  left: 0;
}
.business-support__list-content {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}
.business-support__list-content .txt-lead {
  font-weight: 500;
  font-size: 1.628rem;
  line-height: 1.4742014742;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.business-support__list-note {
  background: #FAF5F2;
  padding: 30px;
  letter-spacing: 0.02em;
  line-height: 1.65;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .business-support__list-note {
    padding: 15px;
  }
}
.business-support__list-note span {
  color: #B01D3A;
  font-weight: 700;
}
.business-support__list-benefit {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .business-support__list-benefit {
    margin-top: 20px;
  }
}

.dots-list {
  margin-bottom: 8px;
}
.dots-list li {
  position: relative;
  padding-left: 18px;
}
.dots-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  content: "●";
  font-size: 1.4rem;
  color: #B01D3A;
  top: 2px;
  left: 0;
}

.guardianship-box {
  padding: 74px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 52px;
  background: #F1F1F1;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .guardianship-box {
    grid-template-columns: 1fr;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 834px) {
  .guardianship-box__item {
    margin-bottom: 30px;
  }
  .guardianship-box__item:last-of-type {
    margin-bottom: 0;
  }
}
.guardianship-box__item span {
  width: 100%;
  height: 90px;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 834px) {
  .guardianship-box__item span {
    height: 60px;
    margin-bottom: 40px;
  }
}
.guardianship-box__item span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 50px;
  background: #D0D0D0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 834px) {
  .guardianship-box__item span:after {
    width: 6px;
    height: 40px;
  }
}
.guardianship-box__ct {
  padding: 30px 30px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .guardianship-box__ct {
    padding: 15px;
  }
}
.guardianship-box__ct p {
  letter-spacing: 0.02em;
}
.guardianship-box__ct-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  color: #B01D3A;
  margin-bottom: 12px;
  padding-bottom: 11px;
}
.guardianship-box__ct-ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #B01D3A;
  left: 0;
  bottom: 0;
}

.business-msg__ttl p {
  display: inline-block;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #B01D3A;
  margin-bottom: 10px;
  padding: 4px 10px;
  clear: both;
}

.wp-editor-area {
  width: 100% !important;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

.about-article h2 p {
  margin-bottom: 0 !important;
}

.contact-form__capcha, .contact-form__capcha .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form__capcha {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 834px) {
  .about-information__ttl {
    text-align: left !important;
  }
}
.sec-reservation {
  min-height: 660px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .sec-reservation {
    min-height: 100px;
  }
}
.sec-reservation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 74%;
  background: url("../img/consultation/reservation.svg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .sec-reservation:before {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .sec-reservation .contact-heading {
    background: url("../img/consultation/reservation.svg") no-repeat center center;
    background-size: cover;
    z-index: 1;
  }
}
.sec-reservation .inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .about-information {
    padding: 35px 0;
  }
}
@media screen and (max-width: 834px) {
  .about-information__ttl {
    text-align: center;
    padding: 0;
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }
}
.private .practices-list__ct-ttl {
  color: #202A45 !important;
}

.private .practices-list__box:after {
  background: url(../img/common/icon-arrow-right-navy.svg) no-repeat !important;
}

.business-mv__ttl .c-ft--base {
  font-weight: 500;
}

.business-mv__ttl .c-ft--jp {
  font-weight: 600;
}

/* FAQ START */
.faq-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-nav_col {
  width: calc(20% - 10px);
}

@media screen and (max-width: 834px) {
  .faq-nav_col {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .faq-nav_col {
    width: calc(50% - 10px);
  }
}
.c-btn__05 {
  width: 100%;
  height: 36px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b01d3a;
  outline: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #b01d3a;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50px;
}

.faq-top + .fee-faq {
  margin-top: 100px;
}

.faq-category .fee-faq__dl {
  border-bottom: 0;
}

.faq-category .fee-faq__dl:not(:first-of-type) {
  border-top: 1px solid #D0D0D0;
}

.faq-category:not(:first-of-type) {
  margin-top: 70px;
}

/* FAQ END */
/* ADVISER START  */
.business-adviser__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 min(4.514vw, 65px);
  /* margin-bottom: min(12.5vw, 180px); */
}

@media screen and (max-width: 834px) {
  .business-adviser__link {
    grid-template-columns: 1fr;
    gap: 40px 0;
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 835px) {
  .business-adviser__link .c-btn__01 {
    display: none;
  }
}
.business-adviser__link-label {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #B01D3A;
  border: 1px solid;
  border-radius: 30px;
  margin-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .business-adviser__link-label {
    padding: 5px 0;
    margin-bottom: 40px;
  }
}
.business-adviser__link-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: #B01D3A;
  bottom: -30px;
  left: 50%;
}

.business-adviser__link-wp {
  background: #B01D3A;
  padding: 40px 50px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 1.4rem;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {
  .business-adviser__link-wp {
    padding: 40px 20px;
  }
}
.business-adviser__link-ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .business-adviser__link-ttl {
    font-size: 2rem;
  }
}
.business-adviser__link-img {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 834px) {
  .business-adviser__link-img {
    margin-bottom: 20px;
  }
}
.business-adviser__link-btn__pc {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.2rem;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {
  .business-adviser__link-btn__pc {
    display: none;
  }
}
.business-adviser__link-btn__pc:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 31px;
  height: 6px;
  background: url(../img/business/ico-arrow-right-wt.png) no-repeat center/100%;
  bottom: 25px;
  right: 25px;
}

.business-adviser__link-btn__pc span {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .business-adviser__link-btn__pc span {
    font-size: 1.6rem;
  }
}
.business-adviser__link-note {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 835px) {
  .business-adviser__link-note {
    display: none;
  }
}
.business-adviser__link-item a {
  display: block;
}

.business-adviser__link-item a:hover {
  opacity: 1;
}

.business-adviser__link-item a:hover .business-adviser__link-wp {
  opacity: 0.5;
}

.business-adviser__link-item a:hover .business-adviser__link-btn__pc {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

@media screen and (max-width: 834px) {
  .business-adviser__link-item .c-btn__01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business-adviser__link-item .c-btn__01:after {
    right: 8%;
  }
}
/* LAWYER PAGE START */
.grid-list {
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.grid-list dl {
  display: contents; /* gridの中でdivの役割だけ持たせる */
}

.grid-list dt {
  white-space: nowrap;
}

.grid-list dd {
  word-break: break-word;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.social-links__item + .social-links__item:before {
  content: "/";
  margin: 0 0.5em;
}

/* LAWYER PAGE END */
/* PRACTICE (BUSINESS v2) PAGE START */
/* [NOTE] lightboxがコンテンツからはみ出すのを防ぐ */
#page-business.wrapper {
  overflow: hidden;
}

.business-information {
  background-color: #FAF5F2;
}

.business-information::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: #B01D3A;
  top: 0;
  left: 0;
}

.business-information::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}

.business-information__wp {
  position: relative;
  z-index: 2;
  margin: 0 60px;
  padding: 80px 224px;
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  .business-information {
    background-color: #fff;
  }
  .business-information::before,
  .business-information::after {
    content: none;
  }
  .business-information__wp {
    margin: 0 15px;
    padding: 40px 0;
  }
}
.business-information__ttl {
  text-align: center;
}

.business-information__ttl > * {
  display: block;
}

.business-information__ttl-sub {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.business-information__ttl-main {
  margin-top: 15px;
  letter-spacing: 0.01em;
}

.business-information__h3 {
  position: relative;
  margin: 30px 0 8px;
  padding-bottom: 12px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.business-information__h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #B01D3A;
  bottom: 0;
  left: 0;
}

.business-information__h4 {
  margin: 24px 0 8px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #B01D3A;
}

.business-information__list {
  margin: 8px 0 60px !important;
}

.business-information__txt + .business-information__note {
  margin-top: 60px;
}

.business-information__note {
  padding: 30px;
  background-color: #FAF5F2;
}

.business-costs.pb-20 {
  padding-bottom: 20px;
}

.business-costs__block {
  margin-bottom: 60px;
}

.business-costs .c-ttl__07 {
  margin-bottom: 10px;
}

.business-costs__table-v2 {
  /* max-width: 914px; */
  margin: 0 auto;
}

.business-costs__table-v2 table {
  width: 100%;
  border: 1px solid #D0D0D0;
}

.business-costs__table-v2 th,
.business-costs__table-v2 td {
  width: 50%;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 13px 20px;
}

.business-costs__table-v2 th {
  background: #FAF5F2;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .business-costs__table-v2 th,
  .business-costs__table-v2 td {
    padding: 10px 14px;
  }
}
.business-costs__table-v2-notes {
  font-size: 1rem;
  display: block;
  text-align: right;
  margin-bottom: 4px;
}

.business-costs__txt {
  margin-top: 15px;
}

.business-costs__list {
  margin-top: 15px;
}

.business-future {
  position: relative;
  background-color: #FAF5F2;
}

.business-future::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 232px;
  background: #B01D3A;
  top: 0;
  left: 0;
}

.business-future__wp {
  position: relative;
  z-index: 2;
  margin: 0 60px;
  padding: 80px 224px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .business-future__wp {
    margin: 0 15px;
    padding: 40px 20px;
  }
}
.business-future__ttl {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

/* [NOTE] .business-corporate__box と似ているがちょっと違う */
.business-future__box {
  max-width: 876px;
  margin: 42px auto 0;
  padding: 34px 30px;
  border: 1px solid #D0D0D0;
}

@media screen and (max-width: 834px) {
  .business-future__box {
    padding: 20px 15px;
  }
}
.business-future__box-dl {
  margin-bottom: 24px;
}

@media screen and (max-width: 834px) {
  .business-future__box-dl {
    margin-bottom: 15px;
  }
}
.business-future__box-dl:last-child {
  margin-bottom: 0;
}

.business-future__box-dt {
  color: #B01D3A;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}

.business-future__box-dt span {
  font-family: "Roboto", sans-serif;
  margin-right: 12px;
}

@media screen and (max-width: 834px) {
  .business-future__box-dt span {
    margin-right: 10px;
  }
}
.business-future__box-dd {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}

.business-about {
  position: relative;
  background-color: #b01d3a;
}

.business-about__banner {
  background-color: #fff;
}

.business-about__banner img {
  width: 100%;
  min-height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .business-about__banner img {
    min-height: 185px;
  }
}
.business-about__ct {
  background: white;
  padding: 80px 10% 60px;
  margin: -60px auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .business-about__ct {
    margin: -30px auto;
    padding: 50px 15px;
  }
}
.business-box__bg-beige {
  padding: 40px 60px;
  background-color: #FAF5F2;
}

@media screen and (max-width: 834px) {
  .business-box__bg-beige {
    margin-top: 25px;
    padding: 20px 30px;
  }
}
.business-about {
  margin-top: 40px;
}

.business-concerns + .business-about {
  margin-top: 160px;
}

@media screen and (max-width: 834px) {
  .business-concerns + .business-about {
    margin-top: 0;
  }
}
.business-concerns__msg {
  padding: 40px 49px;
  background-color: #fff;
  text-align: center;
}

.business-concerns__highlight {
  font-size: 20px;
  font-weight: 700;
}

.business-concerns__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.business-concerns__btn-wrap > * {
  width: 320px;
}

.business-optional {
  margin-top: -63px;
  padding-top: 53px;
  background-color: #fff;
}

.business-optional::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 169px;
  background: #f2f2f2;
  top: 0;
  left: 0;
}

.business-optional__wp {
  position: relative;
  z-index: 2;
  max-width: 914px;
  margin: 0 auto;
  padding: 70px 60px;
  border-radius: 5px;
  background-color: #FAF5F2;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .business-optional__wp {
    padding: 35px 15px;
  }
}
.business-optional__btn {
  margin-top: 60px;
}

.business-optional__btn .c-btn__01 {
  max-width: 554px;
}

/* override */
.business-corporate {
  padding: 0 15px 81px !important;
  background: #FAF5F2 !important;
}

.business-corporate .inner {
  max-width: 1320px;
  padding: 80px;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .business-corporate .inner {
    max-width: 100%;
    padding: 30px;
  }
}
/* rewrite */
.business-benefits__list {
  counter-reset: li;
}

@media screen and (min-width: 835px) {
  .business-benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin: 0 auto 43px;
  }
  .business-benefits__list li {
    width: 236px;
  }
  .business-benefits__list.item-count--3,
  .business-benefits__list.item-count--5,
  .business-benefits__list.item-count--6 {
    max-width: 808px;
  }
  .business-benefits__list.item-count--4 {
    max-width: 1094px;
  }
}
@media screen and (max-width: 1024px) {
  .business-benefits__list.item-count--4 {
    max-width: 100%;
    gap: 15px;
  }
}
/* override */
@media screen and (min-width: 835px) {
  .business-reasons__list.item-count--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* override */
.business-benefits__list-ttl {
  margin-left: -23px !important;
  margin-right: -23px !important;
}

.business-benefits__list-ttl:after {
  width: 76% !important;
}

/* [NOTE] global component */
.c-ttl__07 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.w-40p {
  width: 40% !important;
}

.c-link__black-underline {
  color: #000;
  border-bottom: 1px solid #595959;
}

.c-btn__01--below:after {
  width: 20px !important;
  height: 20px !important;
  background: url("../img/common/icon-arrow-down.svg") no-repeat !important;
  right: 54px !important;
}

.c-btn__01--below:hover:after {
  -webkit-transform-origin: 10px 0px;
      -ms-transform-origin: 10px 0px;
          transform-origin: 10px 0px;
}

@media screen and (max-width: 834px) {
  .c-btn__01--below:after {
    content: none !important;
  }
}
.c-txt__basic-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* [NOTE] simplebar */
.simplebar-track {
  background: #D9D9D9;
}

.simplebar-track.simplebar-horizontal {
  height: 5px;
}

.simplebar-track.simplebar-vertical {
  width: 5px;
}

.simplebar-scrollbar {
  background: #B01D3A;
}

.simplebar-scrollbar:before {
  background-color: #B01D3A;
}

/* PRACTICE (BUSINESS v2) PAGE END */
/* CONTACT PAGE START */
.radio-group-item .radio-input ~ .radio-label:before,
.radio-group-item .radio-input ~ .radio-label:after {
  content: "";
  display: inline-block;
  border-radius: 50%;
}

.radio-group-item .radio-input ~ .radio-label:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #D0D0D0;
}

.radio-group-item .radio-input ~ .radio-label:after {
  width: 8px;
  height: 8px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.radio-group-item .radio-input:checked ~ .radio-label:after {
  background-color: #B01D3A;
}

/* CONTACT PAGE END */
/* HEADER Component START */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 99;
  height: 123px;
  padding: 15px 0 0 40px;
}

@media screen and (max-width: 1024px) {
  #header {
    height: 54px;
    padding: 0 0 0 12px;
    /* padding: 15px 12px; */
  }
}
/* [NOTE] カラム落ちを一時的に防ぐ */
@media screen and (min-width: 1025px) and (max-width: 1086px) {
  #header .header-nav__menu-item > a {
    font-size: 1.5rem !important;
  }
  #header .header-nav__btn {
    width: 150px;
    font-size: 1.4rem !important;
  }
  #header .header-nav__btn small {
    font-size: 0.9rem !important;
  }
}
#header .header-logo {
  display: block;
  width: 236px;
}

@media screen and (max-width: 1024px) {
  #header .header-logo {
    width: 136px;
    /* width: 106px; */
  }
}
.header-sp {
  position: absolute;
  top: 0;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  background-color: #FAF5F2;
}

.header-sp__item {
  position: relative;
  height: 100%;
}

.header-sp__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #B01D3A;
  font-family: "Noto Sans JP", sans-serif;
}

.header-sp__item span {
  font-size: 11px;
}

.header-sp__item small {
  font-size: 8px;
}

.header-sp__contact a {
  line-height: 1.2;
  padding-right: 2px;
  padding-left: 30px;
  text-align: center;
}

.header-sp__contact a::before {
  content: "";
  width: 25px;
  height: 18px;
  background-image: url("../img/common/icon-header-sp_mail.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-sp__contact a::after {
  content: "";
  width: 25.5px;
  height: 4.5px;
  background-image: url("../img/common/icon-header-sp_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 7px;
  bottom: 8px;
}

.header-sp__tel {
  width: 48px;
  height: 54px;
}

.header-sp__tel a {
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-sp__tel a::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("../img/common/icon-header-sp_tel.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#header .js-mobile {
  width: 60px !important;
}

/* HEADER Component END */
/* TOP PAGE START */
@media screen and (max-width: 834px) {
  .accses-list__ct .c-btn__01 {
    margin: 0 auto !important;
  }
}
/* TOP PAGE END */
/* BLOG START */
.case-content > .blog-author,
.article-content > .blog-author {
  margin-top: 80px;
}

.blog-author {
  background-color: #FAF5F2;
}

.blog-author__wrap {
  padding: 20px 25px 20px 35px;
}

.blog-author__role,
.blog-author__name {
  display: block;
}

.blog-author__name {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 600;
}

.blog-author__img {
  width: 150px;
}

.blog-author__img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .blog-author__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .blog-author__heading {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .blog-author__subheading {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
  }
  .blog-author__img {
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 835px) {
  .blog-author__wrap {
    display: grid;
    grid-template-columns: 1fr 150px;
    grid-template-areas: "heading image" "subheading image" "bio image";
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .blog-author__heading {
    grid-area: heading;
  }
  .blog-author__subheading {
    grid-area: subheading;
    margin: 10px 0;
  }
  .blog-author__img {
    grid-area: image;
  }
  .blog-author__bio {
    grid-area: bio;
  }
  .blog-author__img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
/* BLOG END */
/* VOICE START */
.voice-survey {
  margin-bottom: 123px;
}

.voice-graph__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 100px;
}

.voice-graph__list > li {
  width: 33.333%;
  max-width: 330px;
}

.voice-posts {
  margin-top: 50px;
}

.voice-posts__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.voice-posts__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  border: 1px solid #595959;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .voice-graph__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 40px;
  }
  .voice-graph__list > li {
    width: 100%;
    max-width: 100%;
  }
  .voice-posts__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .voice-posts__card {
    padding: 0.5em 1em;
  }
}
/* VOICE END */
section.generic-page-section {
  padding-top: 100px;
}

.page-content {
  padding: 2rem 0 2rem;
  margin: 2rem auto 4rem;
}

.page-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin-bottom: 10px;
}

.page-content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  margin-top: 40px;
  border-bottom: 1px solid;
  padding-bottom: 17px;
}

.page-content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.page-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.wp-block-columns {
  margin: 2rem auto 2rem;
}

.mx-auto {
  margin: 0 auto;
}
/*# sourceMappingURL=map/octheme-new.css.map */
