* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  font-family: "Noto Sans JP";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
img,
small,
time,
svg {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}


article {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0px 0px;
  position: relative;
}

.sp-none {
  display: block !important;
}

.pc-none {
  display: none !important;
}

.white .openbtn1 span {
  background-color: #000;
}

.black .openbtn1 span {
  background-color: #000;
}

.parallax-bg {
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.h_logo.gray{
  display: none;
}
.white .h_logo.gray{
  display: flex ;
}
.white .h_logo.gray span{
color: #000;
}
.white .h_logo.white {
  display: none;
}
.c-text {
  margin-bottom: 140px;
  overflow: hidden;
  display: flex;
  font-weight: bold;
  color: #ebebeb;
  height: 257px;
  align-items: center;
  font-family: "EB Garamond", serif;
  font-weight: 200;
}

.c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(6.25rem, 3.977rem + 11.36vw, 12.5rem);
}

.c-text__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 44s) var(--tick-delay, -23s) infinite linear;
}

.c-text__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 44s) infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}


.c-txt.line {
  padding-bottom: 5px;
  position: relative;
}

.c-txt.line::before {
  background: #000;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.c-txt.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

body,
input,
textarea,
select {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
}

@media screen and (max-width: 960px) {

  body,
  input,
  textarea,
  select {
    font-size: 14px;
  }
}

body {
  /* padding-top: 78px; */
}

@media screen and (max-width: 960px) {
  body {}
}

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {

  body,
  input,
  textarea,
  select {
    font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
    font-weight: normal;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
}

main {
  overflow: hidden;
  background-color: #f8f8f3;
  position: relative;
  z-index: 0;
}

a {
  color: #333;
}

@media screen and (min-width: 961px) {

  a,
  .submitbtn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}

.main_visual {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}

.parallax-bg {
  background-image: url('../img/bg_mv.jpg');
  background-attachment: fixed;
  background-position: top;
  /*background-size: cover;*/
  background-size: 100%;
  background-repeat: no-repeat;
}

.scroll-line {
  position: absolute;
  right: 0px;
  /* top: 10px; */
  bottom: -4rem;
  left: calc(94% + 21px);
  width: 1px;
  height: 150px;
  background: #b8bbc6;
  transition: all 1.4s;
  font-size: 12px;
}

.scroll-line span {
  position: absolute;
  bottom: 2rem;
  top: 0px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  transform-origin: left bottom;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-weight: inherit;
  font-family: "minion-pro", serif;
  color: #b8bbc6;
}

.scroll-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  background: #b8bbc6;
  -webkit-animation: lineMove 3s ease infinite;
  animation: lineMove 3s ease infinite;
}

@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }

  20% {
    bottom: 0;
    height: 100%;
  }

  40% {
    bottom: 0;
    height: 0;
  }

  100% {
    bottom: 0;
    height: 0;
  }
}

#header {
  /* background-color: #004599;*/
  width: 100%;
  position: fixed;
  /* top: -78px;*/
  left: 0;
  z-index: 101;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}


h2.title {
  font-size: clamp(2.813rem, 2.472rem + 1.7vw, 3.75rem);
  margin-bottom: 20px;
}

h2.title span {
  font-size: 14px;
  display: block;
  text-align: left;
}

/*page*/
.title {
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: inherit;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 68px;
}


/*main*/
.main_visual {
  display: flex;
}

.main_visual p {
  width: 100%;
}

.company_contents,
.formBox_wrap {
  width: 100%;
  padding: 120px 0px;
  background-color: #fff;
  align-items: center;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  background-image: url(../img/bg_03.jpg);
  margin: 0 auto;
  background-size: 100%;
}


/*footer*/
footer {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 44px;
  background-color: #f8f8f3;
}

.footer_logo img {
  display: block;
  margin: 0 auto 50px;

}

footer .txt {
  margin-bottom: 20px;
}

footer ul {
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  max-width: 560px;
  margin: 0 auto 40px;
  justify-content: space-around;
  width: 100%;
}

footer span {
  font-size: 12px;
}

.main_visual {
  height: 44.0625vw;
  align-items: center;
  background-size: contain;
}

.main_visual span {
  display: block;
  font-size: clamp(12px, 1.25vw, 24px);
  position: absolute;
  left: 0px;
  margin-left: 7rem;
  margin-top: -16rem;
  letter-spacing: 7px;
}

.main_visual_wrap {
  position: relative;
  /* display: flex; */
  /* align-items: center; */
}

.popout {
  position: absolute;
  margin-left: 11.979166666666668vw;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: clamp(44px, 4.583333333333333vw, 88px);
  line-height: 4.791666666666667vw;

}

.popout span {
  position: relative;
  animation: popanime 1s ease-out forwards;
  line-height: 77px;
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  display: block;
  margin-top: 60px;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
}


a {
  display: inline-block;
  font-size: 120%;
  text-decoration: none;
  position: relative;
  transition: .3s;
}

a::after {
  /* position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #5e5c59;
  opacity: 0;
  transition: .3s;*/
}

a:hover::after {
  /* bottom: 0;
  opacity: 1;*/
}

nav a:hover::after {
  bottom: 0px;
  opacity: 1;
}

.main_visual img {
  height: 100%;
  width: 1362px;
  margin-left: auto;
}

.main_visual_wrap .txt_First_co {
  position: absolute;
  bottom: 1rem;
  left: 7rem;
}


.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.5s;
}

.fadein.fadein-left {
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  z-index: 2;
}


@keyframes fadezoom {
  /*slick sliderã®çµ„ã¿åˆã‚ã›*/
  /*0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }*/

  0% {
    transform: translateX(0);
  }

  24% {
    transform: translateX(-4%);
  }

  79% {
    transform: translateX(-8%);
  }

  80% {
    transform: translateX(-12%);
  }

  100% {
    transform: translateX(-16%);
  }

}

.wpcf7-spinner {
  position: absolute !important;
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 62px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - -1px);
  right: 2rem;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/**/

.area {
  position: relative;
  margin: 0px auto 7% auto;
  padding: 0px 0px;
  max-width: 1220px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.area figure {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.area figure .img_01 {
  width: 100%;
}

.area figure .img_02 {
  position: absolute;
  bottom: -9rem;
  left: -8rem;
}

.area:nth-of-type(3) {
  margin-bottom: 5%;
}

.area:nth-of-type(3) figure {
  /* left: 35%;*/
}

.area .box {
  /* padding: 70px;
  width: 100%;*/
}

.area .box .txt {
  position: absolute;
  bottom: -39px;
  right: -10px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  letter-spacing: 10px;
}

.area:nth-of-type(3) .box .txt {
  left: 10px;
}

.area:nth-of-type(3) .box {
  /* left: 11%;
  z-index: 1;
  top: 4rem;*/
}

.area.wide_wrap {
  max-width: 100%;
  width: 100%;
}

.area.wide_wrap .box.luxy-el {
  width: 50%;
  padding: 92px 80px 77px 80px;
  margin-bottom: 0px;
  background-color: #3d3d3d;
  color: #fff;
}

.area.wide_wrap .box.luxy-el p {
  margin-bottom: 40px;
  font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
  line-height: 22px;
}

.area.wide_wrap figure {
  width: 50%;
  height: auto;
  align-items: center;
  display: flex;
}

.area.wide_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.area.wide_wrap {
  justify-content: center;
  margin-bottom: 0px;
}

.area.wide_wrap .box_in {
  max-width: 480px;
  width: 100%;
}

.area:nth-of-type(4) .box_in,
.area:nth-of-type(6) .box_in {
  max-width: 462px;
  width: 100%;
  margin-left: auto;
}

.area.wide_wrap .box.luxy-el dt {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 10px;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
}

.management_wrap .main_title span {
  display: block;
  margin: 20px auto 60px;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  letter-spacing: 5px;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
}

.management_wrap .main_title {
  font-size: clamp(27px, 1.875vw, 36px);
  text-align: center;
  /* margin-bottom: 40px; */
  /*firefox*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 100px;
}

.strong_box .box {
  margin: 80px 0px 0px 87px;
}

/**/
.management_wrap {
  position: relative;
}

.management_wrap h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  /* margin-bottom: 30px; */
  letter-spacing: 0px;
}

.management_wrap h2 .sub_txt {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-family: "Noto Sans JP",
    "YuGothic",
    "Yu Gothic";
  letter-spacing: 0px;
}

.management_wrap h2 span {
  font-family: "minion-pro", serif;
  font-size: clamp(50px, 5.208333333333334vw, 100px);
  letter-spacing: 0px;
  font-weight: normal;
  margin-right: 20px;
}

.top_column_weabout_txt_min {
  margin-right: 110px;
  /* margin-left: -6rem; */
}

.management_wrap dt {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  margin-bottom: 27px;
}

.management_wrap dt::before {}

.management_wrap dd {
  font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
}

.middle_txt {
  text-align: center;
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  padding: 130px 0px 130px;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
  letter-spacing: 3px;
  line-height: 40px;
}

.consulting_wrap_bg {
  display: block;
  background-image: url(../img/img_pic03.jpg);
  background-repeat: no-repeat;
  position: relative;
  padding: 15rem;
  background-size: cover;
}

.management_wrap .txt_box {
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.management_wrap .txt_box h2 {
  color: #fff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  letter-spacing: 0px;
  font-size: clamp(2.188rem, 1.847rem + 1.7vw, 3.125rem);
  margin-left: 0px;
}

.management_wrap .txt_box h2 span {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  display: block;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
  letter-spacing: 5px;
  margin-top: 20px;
}

/**/
.consulting_wrap {
  background-color: #696861;
  overflow: hidden;
}

.consulting_wrap .box {
  background-color: #828076;
  max-width: 540px;
  width: 100%;
  padding: 50px 28px;
  margin-bottom: 57px;
  position: relative;
  z-index: 2;
  width: calc(52% - 50px);
}

.consulting_wrap .consulting_wrap_in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 140px 0px 70px;
}

.consulting_wrap div {
  color: #fff;
}

.consulting_wrap h2 {
  font-size: clamp(0.938rem, 0.778rem + 0.8vw, 1.375rem);
  margin-bottom: 40px;
  letter-spacing: 6px;
}

.consulting_wrap h2 span {
  font-size: 40px;
  letter-spacing: 5px;
}

.consulting_wrap dl {
  font-size: 14px;
}

.consulting_wrap dt {
  font-size: 14px;
}

.consulting_wrap dt::before {
  content: unset;
}

.consulting_wrap .box div {
  padding: 0px 0px 0px 10px;
}

/**/
.circleText {
  overflow: visible;
  animation: rotation 26s linear infinite;
  letter-spacing: 10px;
}

.circleText_circle {
  fill: none;
}

.circleText__text {
  fill: #fff;
  font-size: 20px;
  letter-spacing: 0.12em;
  opacity: 0.2;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circleText__circle {
  fill: none;
}

.circle {
  width: 75rem;
  height: 0px;
  position: relative;
  z-index: 1;
  bottom: 20rem;
  left: 22cm;
}

.circleText__text textPath {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  letter-spacing: 0px;
}

/**/

.restaurant_wrap {
  background-color: #f8f8f3;
}

.restaurant_wrap .restaurant_wrap_in .box {
  background-color: #fff;
  color: #343331;
}

.restaurant_wrap div {
  color: #343331;
}

.restaurant_wrap .consulting_wrap_bg {
  background-image: url(../img/img_pic04.jpg);
}

.restaurant_wrap .txt_box {
  background-color: rgba(255, 255, 255, 0.9);
  right: 0px;
  left: auto;
}

.restaurant_wrap .circle {
  width: 93rem;
  height: 0px;
  position: relative;
  z-index: 1;
  bottom: 58rem;
  left: -14cm;
}

.restaurant_wrap .circleText__text {
  opacity: 0.09;
}

.restaurant_wrap .txt_box h2 {
  color: #343331;
  margin-left: -14rem;
}

.restaurant_wrap .circleText__text {
  fill: #343331;
}

/**/
.company_contents .main_title{margin-bottom: 62px;}

.company_contents_txt {
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
  letter-spacing: 2px;
}

.company_contents_in {
  flex-wrap: wrap;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.company_contents_in .title {
  font-size: clamp(2.188rem, 1.847rem + 1.7vw, 3.125rem);
  line-height: 40px;

  font-family: "minion-pro", serif;
  display: block;
  letter-spacing: 3px;
  margin: unset;
  font-weight: normal;
}

.company_contents_in .company_contents_txt dl {
  border-top: 0.1px solid #f0f0ed;
  padding: 15px 30px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.company_contents_in .company_contents_txt dl:first-child {}

.company_contents_in .company_contents_txt dl:last-child {
  border-bottom: 0.1px solid #f0f0ed;
}

.company_contents_in .company_contents_txt dt {
  text-align: left;
  padding-left: 0px;
  width: 12rem;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  margin-bottom: 0px;
  font-weight: normal;
}

.company_contents_in dd {
  margin-bottom: 0px;
}

.company_contents h2 span {
  font-size: 14px;
  letter-spacing: 10px;
  display: block;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
  text-align: center;
  margin-bottom: 86px;
}

.company_contents dt::before {
  content: unset;
}

.company_contents a {
  font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
}

.contact_wrap {
  padding: 150px 0px 150px;
  background-color: #3d3d3d;
  color: #fff;
}

.contact_wrap .txt {
  text-align: center;
  margin-bottom: 44px;
  letter-spacing: 2px;
}

.management_wrap .contact_wrap h2{
  font-family: "minion-pro", serif;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 62px;
  font-weight: normal;
}

.contact_wrap h2 span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
}

.btn_contact {
  max-width: 340px;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 60px;
  transition: .3s;
}

.btn_contact:hover {
  opacity: 0.5;
  transition: .3s;
}

.btn_contact a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0px 20px 102px;
  font-size: 16px;
}

.btn_contact::before {
  content: "";
  position: absolute;
  background-image: url(../img/img_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 26px;
  top: 20px;
  left: 32px;
}

.btn_contact::after {
  /*content: "";
  position: absolute;
  background-image: url(../img/ico_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  right: 27px;
  top: 31px;*/
}

#pagetop {
  background-color: #343331;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 26px;
  bottom: 26px;
  position: absolute;
}


/*追加分*/
.number_txt {
  font-family: "adobe-garamond-pro", serif;
  font-size: clamp(250px, 26.041666666666668vw, 500px);
  color: #fff;
  line-height: 25rem;
  text-align: left;
  display: block;
  letter-spacing: -90px;
}

.top_colum_business_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1920px;
  width: 100%;
    margin: 0 auto;

}

.top_colum_business_wrap {
  display: block;
  background-image: url(../img/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 136px;
}

.top_colum_service {
  /* padding: max(5.208vw, 100px) 20px max(5.208vw, 100px); */
  position: relative;
  /* padding: 96px 10px 50px;*/
}

.top_colum_service .top_column_weabout_txt {
  margin-left: 13.020833333333334vw;
  margin-top: 0px;
  /* margin-bottom: 88px; */
  font-size: clamp(12px, 0.7291666666666666vw, 14px);
  /* height: 100%; */
  line-height: 1;
  max-width: 800px;
  width: 100%;
}

.top_colum_business_in .top_column_img {
  /* position: absolute;
  right: 0rem;
  bottom: 13%;*/
  margin-bottom: 100px;
width: 44.79166666666667vw
}

.title_lead_txt span {
  font-family: "acumin-pro-wide", sans-serif;
  font-size: clamp(50px, 5.208333333333334vw, 100px);
  display: block;
  margin-bottom: 50px;
  color: #b8bbc6;
}

.title_lead_txt {
  font-family: "minion-pro", serif;
  font-size: clamp(13px, 1.25vw, 24px);
  margin-bottom: 50px;
  line-height: 1;
}

.title_lead_txt p {
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 2px;
}

.top_column_weabout_txt {
  display: flex;
  align-items: top;
}

#top_column_weabout {
  background-image: url(../img/bg_02.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 153px 0px 125px;
}

.top_column_weabout_in {
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

#top_column_weabout .main_title {
  font-size: clamp(20px, 2.083333333333333vw, 40px);
  color: #fff;
  font-size: clamp(27px, 1.875vw, 36px);
}

#top_column_weabout .top_column_weabout_txt_min {
  color: #fff;
}

.title_main_txt {
  font-family: "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    "M PLUS 1",
    sans-serif;
  font-size: clamp(12px, 0.7291666666666666vw, 14px);
  letter-spacing: 1px;
  line-height: 2.5;
}

.top_colum_business.top_colum_service_02 .number_txt {
  letter-spacing: -48px;
}
.top_colum_business.top_colum_service_02:last-child .top_column_weabout_txt_min{
  margin-right: 133px;
}
.top_colum_business.top_colum_service_02 .top_column_weabout_txt {
  position: relative;
  left: -16rem;
}

.top_colum_business_wrap .top_colum_business.top_colum_service_02:nth-last-of-type(1n):last-child .top_column_img {
  margin-bottom: 150px;
}
#top_column_weabout .top_column_weabout_txt_min {
  margin-right: 80px;
}

#top_column_weabout_consulting .top_column_weabout_in {
  padding: 130px 0px 150px;
  align-items: center;
}

#top_column_weabout_consulting .top_column_weabout_txt_min {
  margin-right: 80px;
}
#top_column_weabout_consulting .management_wrap .main_title{
  margin-bottom: 50px;
}
@media screen and (max-width: 1919px) {
  .top_colum_business.top_colum_service_02 .top_column_weabout_txt {
    left: 0rem;
    width: 54.458333vw;
  }

  .top_colum_business_wrap {
    background-size: cover;
  }

  #top_column_weabout {
    background-size: cover;
  }

  .top_colum_business_in .top_column_img img {
    width: 100%;
    height: auto;
  }

  .top_colum_service .top_column_weabout_txt {
    margin-left: 0px;
    width: 54.458333vw;
  }
}