@charset "utf-8";
html {
  scrollbar-gutter: stable;
}

/*--------------------------------------------------------------------------
   PC_MV
---------------------------------------------------------------------------*/

.mv.pc_only {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 max-width: 100%;
 height: calc(100vh - env(safe-area-inset-bottom));
 position: relative;
 margin: 0;
 background: transparent;
 z-index: -2;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
}
.mv.pc_only img {
  max-width: 90%;
  max-height: 90%; 
  width: auto;
  height: auto;
  object-fit: contain; 
}

/*--------------------------------------------------------------------------
  mainレイアウト
---------------------------------------------------------------------------*/
.main_inner {
  position: relative;
	display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
	margin-top: 100vh;
  z-index: 1;
}
.main_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(225, 225, 225, 0.4) 3%);
  z-index: -1;
}
.container{
	max-width: 750px;
	background-color: #E6E6E6;
	border: 2px solid #000;
	border-bottom: none;
	position: relative;
}
nav {
	position: sticky;
	top: 0;
	margin-left: -273px;
	width: 273px;
	align-self: flex-start;
	display: flex;
	align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: 100vh;
  justify-content: center;
  padding: 0px;
}
nav.is-fixed {
  position: fixed;
  top: 50%;
  left: 50%; 
  transform: translate(-650px, -50%); 
  margin-left: 0;
  width: 273px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.l-main-area {
    padding: 0 4.5%;
}

footer {
  position: relative;
  z-index: 0;
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.4);
  z-index: -1;
}
.l-footer {
	max-width: 750px;
	margin: 0 auto;
	border: 2px solid #000;
	border-top: none;
  border-bottom: none;
  background-color: #fff;
}

/*--------------------------------------------------------------------------
  nav
---------------------------------------------------------------------------*/
nav ul {
	width: 100%;
  position: relative;
}
nav li {
	border: 1px solid #000;
	background-color: #fff;
  text-align: center;
  position: relative;
}
nav li p {
    font-size: 1.4rem;
    font-weight: bold;
}
nav li img {
    height: 40px;
    width: auto;
}
nav li a {
  padding: 13px 0;
  display: inline-block;
  width: 100%;
}
nav li.voice-btn a::after {
  content: ""; 
  position: absolute;
  right: 1px;
  bottom: 1px; 
  background-image: url(img/arrow_voice.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
nav li.branding-btn a::after {
  content: ""; 
  position: absolute;
  right: 1px;
  bottom: 1px; 
  background-image: url(img/arrow_branding.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
nav li.engagementor-btn a::after {
  content: ""; 
  position: absolute;
  right: 1px;
  bottom: 1px; 
  background-image: url(img/arrow_engagementor.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

/*--------------------------------------------------------------------------
  hero
---------------------------------------------------------------------------*/
.hero {
    margin: 4rem 0 9.7rem;
    text-align: center;
}
.hero_message {
    font-size: 5rem;
    line-height: 0.5;
    display: flex;
    justify-content: space-between;
    text-align: start;
    margin-top: 5.5rem;
}
.hero_message p:last-of-type {
  text-align: end;
}
.hero img {
    width: 90%;
    text-align: center;
}
h1 {
    font-weight: bold;
    font-size: 7.5rem;
    line-height: 1.7;
    text-align: start;
    margin-top: 4rem;
}
.issue-img {
  padding-top: 118px;
}

.intro-txt {
    color: #191919;
    line-height: 2;
    font-weight: bold;
    font-size: 3.4rem;
}
.intro-txt p + p{
    margin: 7.4rem 0 5rem;
}
.key-message {
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    padding-bottom: 15.5rem;
}
.key-message .-logo img{width:50%;pa;padding-bottom: 8rem;}
.key-message h2{
    font-size: 4.2rem;
    margin: 4.6rem 0 8rem;
    line-height: 2;
}
.key-message h2 .yellow-arrow-bottom{
  padding: 1rem 0.4rem;
  margin-right: 1rem;
}
.key-message p{
    font-size: 3.4rem;
}
.key-message p .bk_dot::before {
   width: 55px;
   height: 55px;
}
.key-message p .bg-yellow {
    border-bottom: 4px solid #000;
    padding: 0.4rem 0.8rem 0;
}
.key-message .key-message__catch {
    font-size: 4.2rem;
    margin: 1rem 0;
}
.key-message .key-message__catch .bg-white{
  padding: 1rem 1.6rem;
}
.key-message .key-message__txt {
    font-weight: normal;
    font-size: 2.9rem;
    margin-top: 2.4rem;
}
.key-message .mg-4-5 {
    margin-top: 5.7rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.key-message .triangle-deco {
  margin: 3.5rem auto 0;
  width: 60px;
}
/*--------------------------------------------------------------------------
  cssスライダー
---------------------------------------------------------------------------*/
.c-employee {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 183px;
  gap: 0;
}

.c-employee__item {
  flex-shrink: 0;
  white-space: nowrap;
}
.c-employee__item img{
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.c-employee__item:nth-child(odd) {
    animation: MoveLeft 38s -19s infinite linear; 
}

.c-employee__item:nth-child(even) {
    animation: MoveLeft2 38s infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-99.9%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*--------------------------------------------------------------------------
  サービス
---------------------------------------------------------------------------*/
.service h2 {
    font-size: 6.6rem;
    font-style: italic;
    font-weight: normal;
    margin-top: -80px;
}
.service h2 span{
  margin-right: 1.5rem;
}
.service__catch {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin: 1rem 0 3rem;
}
.service__catch .lr{
  font-size: 3.8rem;
}
.service__catch .bk_dot {
    color: #fff;
    font-size: 5.2rem;
    font-weight: bold;
    padding: 1.3rem 0;
}
.service__catch .bk_dot::before {
    width: 70px;
    height: 70px;
    left: 56%;
    top: 53%;
}
.service__catch .yellow-arrow-right {
    padding: 1.3rem 1.6rem 1.3rem 1.3rem;
    margin-top: 0.7rem;
} 

.service__catch .service__voice {
    text-align: end;
    font-weight: bold;
    font-size: 4.1rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
}
.service__catch .service__voice .fs-7_4 {
  display: inline-block;
  margin-top: 1rem;
}
.service .service-slider {
  margin-top: 9rem;
}
.service .service-slider:first-of-type {
  margin-top: 6rem;
}
.service h3 {
    font-style: italic;
    font-size: 4.1rem;
    font-weight: normal;
    margin-bottom: 2rem;
}
.service section:first-of-type h3 {
    color: #1F69D2;
}
.service section:nth-of-type(2) h3 {
    color: #B3B3B3;
}
.service section:nth-of-type(3) h3 {
    color: #F7931E;
}

.service .service__desc {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: -68px;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.service .service__desc p {
  background-color: #fff;
}
.service .service__desc span{
  border: 2px solid #000;
  position: relative;
  z-index: -1;
  background-color: #fff;
  padding: 1.4rem 1rem 0.8rem ;
}

.service .service__desc span:nth-of-type(2){
  border-top: none;
  border-bottom: 2px solid #000;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-top: 0.4rem;
}
.service section .service__desc.upper-short span {
  border: 2px solid #000;
  position: relative;
  z-index: -1;
  background-color: #fff;
  padding: 1.4rem 1rem 0.8rem;
  border-bottom: none;
}
.service section .service__desc.upper-short span:nth-of-type(2) {
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  z-index: -2;
  padding-top: 0.4rem;
  margin-top: -2px;
}
@media screen and (max-width: 749px) {
  .service section .service__desc.upper-short span {
    padding: 1rem 1rem 0.8rem;
  }
  .service section .service__desc.upper-short span:nth-of-type(2) {
    margin-top: 0;
    padding: 0.6rem 1rem 0.8rem;
  }
}
@media screen and (max-width:500px) {
  .mv.pc_only {
    display: none;
   }
  .service section .service__desc.upper-short span:nth-of-type(2) {
    margin-top: 2px;
    padding: 0.3rem 1rem 0.5rem;
  }
}
.service .modal-open {
    width: 670px;
    height: 343px;
    position: relative;
    z-index: 0;
}
.service .modal-open::before{
    content: ""; 
    position: absolute;
    left: 0;
    top: 0; 
    background-image: url(img/service_bg.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* margin-left: -33px; */
}
.service .modal-open img {
    width: 65%;
    height: auto;
    position: absolute;
    top: 50%;
    /* left: calc( 50% - 33px); */
    left: 50%;
    transform: translate(-50%, -50%);
}

.service section:nth-of-type(2)  {
    text-align: end;
}
.service section:nth-of-type(2) .service__desc{
  display: inline-block;
  text-align: start;
}
.service section:nth-of-type(2) .modal-open {
    margin-left: auto;
    margin-top: -60px;
}
.service section:nth-of-type(2) .modal-open::before{
    transform: scaleX(-1);
    /* margin-left: 33px; */
}
.service section:nth-of-type(2) .modal-open img {
    /* left: calc( 50% + 33px); */
}
.service section:nth-of-type(3) .modal-open img{
    width: 80%;
}
.service .modal-open::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    right: -46px;
    bottom: -47px;
    z-index: -2;
}
.service section:nth-of-type(1) .modal-open::after{
    background-image: url(img/more_voice.png);
}
.service section:nth-of-type(2) .modal-open::after{
    left: -46px;
    /* bottom: -33px; */
    background-image: url(img/more_branding.png);
}
.service section:nth-of-type(3) .modal-open::after{
    background-image: url(img/more_engagementor.png);
}

.service .other__service {
  margin: 13rem 0 6.3rem;
}
.service .other__service h3{
    font-size: 5.8rem;
    font-style: normal;
    margin-bottom: 0;
}

.service .other__service .btn_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 4rem;
}
.service .other__service .btn_wrap li {
    width: 100%;
}
.service .other__service .btn_wrap li .other_img {
  position: relative;
}
.service .other__service .btn_wrap li .other_img::after {
    content: "";
    position: absolute;
    background-image: url(img/arrow_yellow.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    right: 1px;
    bottom: 1px;
    z-index: 1;
}

/*--------------------------------------------------------------------------
  コンサルタント
---------------------------------------------------------------------------*/
.consultants hgroup {
    position: relative;
    padding-top: 5.4rem;
}
.consultants h2{   
    font-style: italic;
    font-weight: normal;
    line-height: 0.2;
    font-size: 10rem;
}
.consultants h2 .indent {
    font-size: 12rem;
    padding-left: 5rem;
}

.consultants hgroup .key-title {
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    top: 91px;
    right: 238px;
    padding: 0;
}

/*--------------------------------------------------------------------------
  philosophy
---------------------------------------------------------------------------*/
.philosophy hgroup{
    text-align: center;
    line-height:1;
}
.philosophy h3{
  font-size: 5rem;
  font-weight: normal;
}
.philosophy h3 span{
    margin-right: 1.5rem;
  }
  .philosophy span.yellow-arrow-bottom{
    padding: 0.5rem 1.3rem;
  }
.philosophy hgroup p{
  font-weight: bold;
  font-size: 3.6rem;
}
.philosophy ul li .fs-3_4 {
    font-size: 3.4rem;
    padding: 0.5rem 0 0.5rem 2rem;
}
.philosophy ul li {
    font-weight: bold;
    font-size: 4rem;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #000;
    padding: 6rem 3rem;
}
.philosophy ul li p {
  width: 65%;
}
.philosophy-img {
  width: 35%;
  text-align: end;
}
.philosophy ul li img{
  width: 70%;
  height: auto;
}
.philosophy ul li:last-of-type .philosophy-img img{
  width: 90%;
}
.philosophy-img
.philosophy ul li .bg-bk {
  padding: 0.2rem 1.1rem 0.4rem 1.1rem;
}

/*--------------------------------------------------------------------------
  Contact US
---------------------------------------------------------------------------*/
.contact hgroup{
    text-align: center;
}
.contact h3{
  font-size: 5rem;
  font-weight: normal;
}
.contact h3 span{
  margin-right: 1.5rem;
}
.contact hgroup p{
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    background-color: #FFF83B;
    border-bottom: 2px solid #000;
    padding: 3rem 0;
    width: 85%;
    margin: -24px auto 0;
    background-image: url(img/fuki_deco.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32%;
}
.contact hgroup p::after {
    content: ""; 
    position: absolute;
    bottom: -47px;
    left: 50%;
	transform: translateX(-50%);
    background-image: url(img/fuki.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 47px;
    height: 47px;
    z-index: -1;
}

.consultant_modal  {
  margin-top: 5rem;
  padding-bottom: 9.4rem;
}
.consultant_modal li {
    border: 2px solid #000;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-bottom: 4rem;
    cursor: pointer;
    min-height: 208px;
}
.consultant_modal li::before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 7px;
  background-image: url(img/arrow_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  z-index: 0;
}

.consultant_modal li:nth-of-type(2n) {
    flex-direction: row-reverse;
    background-color: #000;
    color: #fff;
}
.consultant_modal li .txt {
    width: calc(100% - 215px);
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.consultant_modal li .txt br.modal_only{
display:none;
}

.consultant_modal li:nth-of-type(2n) .txt {
  padding-left: 0;
  padding-right: 1.5rem;
}
.consultant_modal li .modal-open-img {
    width: 218px;
    align-self: end;
}
.consultant_modal li .name {
    color: #191919;
    margin-bottom: 1rem;
    display: inline-block;
    border-bottom: 1px solid #191919;
    line-height: 1.2;
    font-size: 2.6rem;
}
.consultant_modal li:nth-of-type(2n) .name{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.consultant_modal li .message {
    font-size: 2.5rem;
}

.consultant_modal li::after {
    content: ""; 
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.consultant_modal li:nth-of-type(6n+1)::after,
.consultant_modal li:nth-of-type(6n+5)::after {
  right: 33px;
  top: 9px;
  background-image: url(img/shape01.svg);
  width: 175px;
  height: 175px;
}
.consultant_modal li:nth-of-type(6n+2)::after {
  left: 8px;
  top: 5px;
  background-image: url(img/shape02.svg);
  width: 104px;
  height: 91px;
}
.consultant_modal li:nth-of-type(6n+3)::after {
  right: 8px;
  top: 4px;
  background-image: url(img/shape03.svg);
  width: 146px;
  height: 144px;
}
.consultant_modal li:nth-of-type(6n+4)::after {
  left: 12px;
  top: 16px;
  background-image: url(img/shape04.svg);
  width: 109px;
  height: 109px;
}
.consultant_modal li:nth-of-type(6n+6)::after {
    left: 8px;
    top: 5px;
    background-image: url(img/shape05.svg);
    width: 104px;
    height: 91px;
}

/*--------------------------------------------------------------------------
  フッター前　点から線
---------------------------------------------------------------------------*/
.catch {
    display: flex;
    justify-content: space-between;
    font-size: 4.7rem;
    font-weight: bold;
    text-align: end;
    padding: 3rem 4.5rem 4rem 3.7rem;
    align-items: center;
    line-height: 1.2;
} 
.catch .lr{
    line-height: 1;
}
.catch .lr .bk_dot {
    color: #fff;
    font-size: 5.2rem;
    padding: 1.3rem 0;
}
.catch .lr .bk_dot::before {
    width: 70px;
    height: 70px;
    left: 56%;
    top: 53%;
}


/* ---------------------
   モーダル×スライダー
---------------------- */

/* ---------------------
   Column Buttons
---------------------- */
 .cclBtn {
  width: 28rem;
  cursor: pointer;
  transition: .4s;
  /* overflow: hidden; */
  position: relative;
}
 .cclBtn img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
 .cclBtn:hover img:nth-child(2) {
  opacity: 1;
}

/* ---------------------
   Modal Wrapper
---------------------- */
.modalWrap {
  position: fixed;
  inset: 0;
  background: #f5f5f5;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  max-width: 750px;
  margin: 0 auto;
}

.modalWrap.is-active{
  opacity: 1;
  pointer-events: auto;
}

/* Close Button */
.close {
  position: absolute;
  top: 16px;
  right: 53px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 2;
}

/* ---------------------
   Swiper / Slides
---------------------- */
.modal__content,
.swiper {
  height: 100%;
}

.swiper-slide {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

/* ---------------------
   Service Modal Section
---------------------- */
.modal-inner {
  margin: 14.3rem 5rem 6rem;
  position: relative;
  border: 2px solid #000;
  background-color: #FFFFFF;
  position: relative;
  padding: 0 5rem;
}
.service-modal-title {
  border-radius: 65px;
  border: 2px solid #000;
  padding: 2rem 3rem;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif; 
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  background-color: #FFFFFF;
  text-align: center;
  white-space: nowrap; 
  width: auto;
  line-height: 1.3;
}
.service-modal-title__voice {
  color: #1F69D2;
}
.service-modal-title__branding {
  color: #656565;
}
.service-modal-title__engagementor {
  color: #ED1C24;
}
.company-info {
  text-align: center;
  margin-top: 9.5rem;
}
.logo {
  margin-bottom: 2rem;
}
.company-name {
  font-weight: bold;
  font-size: 3.2rem;
}
.industry {
  font-size: 2.4rem;
  color: #A9A9A9;
  border-radius: 50px;
  border: 1px solid #A9A9A9;
  padding: 0 1rem;
  display: inline-block;
  margin-bottom: 2.8rem;
}
.service-modal-txt-title {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  margin: 10rem 0 3rem;
  text-align: center;
}
.service-modal-txt-title::before {
  content: ""; 
  position: absolute;
  left: 0;
  top: -77px; 
  background-image: url(img/modal_vector.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 100%; */
  z-index: 0;
  padding-top: calc(97 / 1086 * 100%);
}
.service-modal-txt {
  line-height: 1.7;
  margin-bottom: 6rem;
  font-size: 2.4rem;
}
.service-btn {
  width: 80%;
  margin: 0 auto 11.5rem;
  position: relative;
}
.service-btn p {
  text-align: center;
  border-radius: 50px;
  border: 2px solid #000;
  padding: 0 2rem;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  background-color: #FFFFFF;
  white-space: nowrap; 
  width: auto;
}
.placeholder_txt {
  font-weight: bold;
  font-size: 5.6rem;
  padding: 22.4rem 5rem;
  text-align: center;
}
/* ---------------------
   Navigation Arrows
---------------------- */
.swiper-button-prev,
.swiper-button-next {
  width: 3.7rem;
  height: 3.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev { 
  left: 19px; 
  width: 60px;
  height: 60px;
}
.swiper-button-next { 
  right: 19px;
  width: 60px;
  height: 60px;
 }

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}



/* ---------------------
    Consultant Modal Section
---------------------- */
#consultant__modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: 1000;
}
#consultant__modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
#consultant__modal .moda-inner {
  margin: 14.3rem 5rem 6rem;
  position: relative;
  border: 2px solid #000;
  background-color: #FFFFFF;
  position: relative;
}

.consultant-slide-title {
  font-size: 6.1rem;
  font-style: italic;
  margin-left: 5rem;
  margin-top: 2rem;
}
.consultant-slide-title span {
  padding-right: 1rem;
}
#consultant__modal .modal-inner {
  margin-top: 4rem;
  text-align: center;
  line-height: 1.5;
  padding: 0;
}
#consultant__modal .consultant-txt {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 3rem;
  padding: 2rem 3rem;
}

#consultant__modal .consultant-txt br.title_only{
display:none;
}

.consultant-name {
  padding: 0 5rem;
  color: #191919;
  font-weight: bold;
  font-size: 4rem;
  margin: 3rem 0 2rem;
  line-height: 1.5;
}
.consultant-name .en {
  color: #A9A9A9;
  font-size: 3rem; 
}
.staff-img {
  max-width: 482px;
  height: auto;
  position: relative;
  z-index: 0;
  margin: 0 auto 6.8rem;
}
.staff-img::before {
  content: ""; 
  position: absolute;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px; 
  background-color: #FFF83B;
  border-radius: 50%;
  z-index: -1;
}
.faq {
  border-top: 2px solid #000;
  padding: 4rem 0;
  margin: 0 4rem;
}
.faq .question {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
.faq .answer .quote {
  color: #A9A9A9;
  font-size: 6.1rem;
}
.faq .answer .quote-o {
  padding-right: 2rem;
}
.faq .answer .quote-c {
  padding-left: 1rem;
}
.faq .answer .big{
  font-weight: bold;
  font-size: 5.3rem;
}
.consultant-btn {
  position: relative;
}
.consultant-btn .txt {
  border-radius: 65px;
  border: 2px solid #000;
  padding: 0rem 1rem;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif; 
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  background-color: #FFFFFF;
  text-align: center;
  white-space: nowrap; 
  width: auto;
  line-height: 1.3;
}

.consultant-btn .staff {
  width: 90%;
  max-height: 188px;
  position: relative;
  z-index: 0;
  display: grid;
  place-content: center;
  aspect-ratio: 599 / 188;
  gap: 6px;
  margin: 5rem auto 5.8rem;
  font-weight: bold;

}

.consultant-btn .staff p:first-of-type {
  padding-right: 3.2rem;
}

.consultant-btn .staff::before {
  content: ""; 
  position: absolute;
  left: 0;
  top: 0; 
  background-image: url(img/consultant_btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consultant-btn .staff .arrow-line-right {
  position: absolute;
  right: 18px;
  top: 48%;
  transform: translateY(-50%);
}
.consultant-btn .staff .arrow-line-right span {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 3px;
  background: #000; 
  vertical-align: middle;
}
.consultant-btn .staff .arrow-line-right span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(-50%) rotate(45deg);
}



@media screen and (max-width: 1270px) {
  nav {
    margin-left: -226px;
    width: 226px;
  }
}
@media screen and (max-width: 1200px) {
  nav {
    display: none;
  }
}
@media screen and (max-width: 749px) {
.main_inner {
  margin-top: 0;
}
.container,
.l-footer{
	border: none;
}
  h1 {
    font-size: 6rem;
  }
  .hero {
    margin: 3rem 0 7.2rem;
  }
  .hero_message {
    font-size: 3.75rem;
  }
  .intro-txt {
    font-size: 2.55rem;
  }
  .intro-txt p + p {
    margin: 5.5rem 0 3.75rem;
  }
  .issue-img {
    padding-top: 88.5px;
  }
  .key-message {
    padding-bottom: 11.55rem;
  }
  .key-message h2 {
    font-size: 3.15rem;
    margin: 3.45rem 0 6rem;
  }
  .key-message p {
    font-size: 2.55rem;
  }
  .key-message .mg-4-5 {
    margin-top: 4.2rem;
    padding-top: 2.55rem;
    padding-bottom: 2.55rem;
  }
  .key-message .triangle-deco {
    margin: 2.25rem auto 0;
    width: 45px;
  }
  .key-message .key-message__catch {
    font-size: 3.15rem;
    margin: 0.75rem 0;
  }
  .key-message .key-message__catch .bg-white{
    padding: 0.75rem 1.2rem;
  }
  .key-message .key-message__txt {
    font-size: 2.25rem;
    margin-top: 1.8rem;
  }
  .key-message p .bk_dot::before {
    width: 41.25px;
    height: 41.25px;
  }
  .c-employee {
    height: 136.5px;
    margin-bottom: 6rem;
  }
  .service h2 {
    font-size: 4.95rem;
    margin-top: -60px;
  }
  .service__catch {
    margin: 0.75rem 0 3rem;
  }
  .service__catch .lr{
    font-size: 2.8rem;
  }
  .service__catch .bk_dot {
    font-size: 4.05rem;
  }
  .service__catch .service__voice {
    font-size: 3rem;
  }
  .service__catch .service__voice .fs-7_4 {
    margin-top: 1.5rem;
  }
  .service .modal-open {
    width: 90vw;
    aspect-ratio: 670 / 343;
    height: auto;
  }
  .service .service-slider {
    margin-top: 6.8rem;
  }
  .service .service-slider:first-of-type {
    margin-top: 4.5rem;
  }
  .service__catch .bk_dot::before {
    width: 52.5px;
    height: 52.5px;
  }
  .service__catch .yellow-arrow-right {
    padding: 0.75rem 1.2rem 0.9rem 0.9rem;
    margin-top: 0.525rem;
  }
  .service h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .service .service__desc {
    font-size: 3rem;
    margin-bottom: -51px;
  }
  .service .service__desc span {
    padding: 1rem 0.75rem 0.6rem ;
  }
  .service .service__desc span:nth-of-type(2){
    padding-top: 0.3rem;
  }
  .service .other__service h3 {
    font-size: 3.9rem;
  }
  .service section h3 {
    margin-bottom: 1.5rem;
  }
  .service section:nth-of-type(2) .modal-open {
    margin-top: -45px;
  }
  .service .modal-open::after {
    width: 112.5px;
    height: 112.5px;
    right: -30px;
    bottom: -34.5px;
  }
  .service section:nth-of-type(2) .modal-open::after {
    left: -46.5px;
    bottom: -25.5px;
  }
  .service .other__service {
    margin: 9.75rem 0 4.65rem;
  }
  .service .other__service .btn_wrap {
    gap: 15px;
    margin-top: 3rem;
  }
  .service .other__service .btn_wrap li .other_img::after {
    width: 30px;
    height: 30px;
  }
  .consultants hgroup {
    padding-top: 4rem;
  }
  .consultants hgroup .key-title {
    top: 67.5px;
    left: 183px;
    right: auto;
  }
  .contact hgroup p::after {
    bottom: -35px;
    left: 50%;
    width: 34.5px;
    height: 34.5px;
  }
  .consultants h2 {
    font-size: 7.5rem;
  }
  .consultants h2 .indent {
    font-size: 9rem;
  }
  .consultant_modal {
    margin-top: 3.75rem;
    padding-bottom: 7.05rem;
  }
  .consultant_modal li {
    margin-bottom: 3rem;
    min-height: 156px;
  }
  .consultant_modal li::before {
    width: 37.5px;
    height: 37.5px;
  }

  .philosophy h3 {
    font-size: 3.75rem;
  }
  .philosophy hgroup p {
    font-size: 2.7rem;
  }
  .philosophy ul li {
    font-size: 3rem;
    padding: 4.5rem 2.25rem;
  }
  .philosophy ul li .fs-3_4 {
    font-size: 2.55rem;
    padding: 0.4rem 1.5 0.4rem 1.5rem;
  }
  .philosophy ul li .bg-bk {
    padding: 0.15rem 0.75rem 0.3rem 0.75rem;
  }
  .philosophy span.yellow-arrow-bottom {
    padding: 0.25rem 0.9rem;
  }
  .contact h3 {
    font-size: 3.75rem;
  }
  .contact hgroup p {
    font-size: 2.1rem;
    padding: 2.25rem 0;
    margin: -18px auto 0;
    background-size: 25%;
  }
  .consultant_modal li .modal-open-img {
    width: 189px;
  }
  .consultant_modal li .txt {
    width: calc(100% - 189px);
    padding-left: 1.5rem;
  }
  .consultant_modal li:nth-of-type(2n) .txt {
    padding-right: 4.5rem;
  }
  .consultant_modal li .name {
    font-size: 1.95rem;
  }
  .consultant-name .en {
    font-size: 2.25rem; 
  }
  .consultant_modal li .message {
    font-size: 2.25rem;
  }
  
  .catch {
    font-size: 3.45rem;
    padding: 2.25rem 3.3rem 3rem 2.7rem;
  }
  .catch .lr .bk_dot {
    font-size: 3.9rem;
  }
  .catch .lr .bk_dot::before {
    width: 52.5px;
    height: 52.5px;
    left: 56%;
    top: 53%;
  }
  footer .l-center {
    padding: 6.15rem 4.5% 6.75rem;
  }
  footer .-prohibited {
    font-size: 1.95rem;
    margin-top: 4.05rem;
  }
  footer .l-footer-copyright {
    font-size: 1.95rem;
  }
  footer .-copy {
    padding: 1.65rem 4.5%;
  }
  .modal-inner {
    margin: 10.65rem 3.75rem 4.5rem;
    padding: 0 3.75rem;
  }
  .close {
    top: 12px;
    right: 39px;
    width: 60px;
    height: 60px;
  }
  .swiper-button-next {
    right: 16.5px;
    width: 45px;
    height: 45px;
  }
  .swiper-button-prev {
    left: 16.5px;
    width: 45px;
    height: 45px;
  }
  .service-modal-title {
    border-radius: 97.5px;
    padding: 1.5rem 2.25rem;
    font-size: 2.7rem;
  }
  .company-info {
    margin-top: 7.05rem;
  }
  .logo {
    margin-bottom: 1.5rem;
  }
  .company-name {
    font-size: 2.4rem;
  }
  .industry {
    font-size: 1.8rem;
    padding: 0 0.75rem;
    margin-bottom: 2.1rem;
  }
  .service-modal-txt-title {
    font-size: 2.4rem;
    margin: 7.5rem 0 2.25rem;
  }
  .service-modal-txt-title::before {
    top: -58.5px;
  }
  .service-modal-txt {
    margin-bottom: 4.5rem;
  }
  .service-btn p {
    padding: 0 1.5rem;
    font-size: 1.95rem;
  }
  .placeholder_txt {
    font-size: 4.2rem;
    padding: 16.8rem 3.75rem;
  }
  .consultant-slide-title {
    font-size: 4.5rem;
    margin-left: 3.75rem;
    margin-top: 1.5rem;
  }
  #consultant__modal .modal-inner {
    margin-top: 3rem;
  }
  #consultant__modal .consultant-txt {
    font-size: 2.55rem;
    padding: 1.5rem 3rem;
  }
  .consultant_modal li:nth-of-type(6n+1)::after,
.consultant_modal li:nth-of-type(6n+5)::after {
  width: 130.5px;
  height: 130.5px;
}
.consultant_modal li:nth-of-type(6n+2)::after {
  width: 78px;
  height: 67.5px;
}
.consultant_modal li:nth-of-type(6n+3)::after {
  width: 109.5px;
  height: 108px;
}
.consultant_modal li:nth-of-type(6n+4)::after {
  width: 82.5px;
  height: 82.5px;
}
.consultant_modal li:nth-of-type(6n+6)::after {
  width: 78px;
  height: 67.5px;
}
  .consultant-name {
    padding: 0 3.75rem;
    font-size: 3rem;
    margin: 2.25rem 0 3rem;
  }
  .staff-img {
    max-width: 361.5px;
    margin: 0 auto 5.1rem;
  }
  .staff-img::before {
    width: 382.5px;
    height: 382.5px;
  }
  .faq {
    padding: 3rem 0;
    margin: 0 3rem;
  }
  .faq .question {
    margin-bottom: 1.5rem;
  }
  .faq .answer .quote {
    font-size: 4.5rem;
  }
  .faq .answer .quote-o {
    padding-right: 1.5rem;
  }
  .faq .answer .quote-c {
    padding-left: 0.75rem;
  }
  .faq .answer .big {
    font-size: 3.9rem;
  }
  .consultant-btn .txt {
    padding: 0rem 0.75rem;
    font-size: 1.95rem;
  }
  .consultant-btn .staff p:first-of-type {
    padding-right: 2.4rem;
  }
  
  .consultant-btn .staff .arrow-line-right span {
    width: 25.5px;
    height: 2.25px;
  }
  .consultant-btn .staff .arrow-line-right span::after {
    width: 8.25px;
    height: 8.25px;
    border-top: 2.25px solid #000;
    border-right: 2.25px solid #000;
  }
}


@media screen and (max-width: 500px) {
h1 {
  font-size: 10VW;
}
.hero {
  margin: 2rem 0 4.8rem;
}
.hero_message {
  font-size: 2.5rem;
}
.intro-txt {
  font-size: 1.7rem;
}
.intro-txt p + p {
  margin: 3.7rem 0 2.5rem;
}
.issue-img {
  padding-top: 59px;
}
.key-message{
  padding-bottom: 7.7rem;
}
.key-message h2 {
  font-size: 2.1rem;
  margin: 2.3rem 0 4rem;
}
.key-message p {
  font-size: 1.7rem;
}
.key-message .mg-4-5 {
  margin-top: 2.8rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.key-message .triangle-deco {
  margin: 1.7rem auto 0;
  width: 30px;
}
.key-message .key-message__catch {
  font-size: 2.1rem;
  margin: 0.5rem 0;
}
.key-message .key-message__catch .bg-white{
  padding: 0.5rem 0.8rem;
}
.key-message .key-message__txt {
  font-size: 1.5rem;
  margin-top: 1.2rem;
}
.key-message p .bk_dot::before {
  width: 27.5px;
  height: 27.5px;
}
.c-employee {
  height: 91px;
  margin-bottom: 4rem;
}
.service h2 {
  font-size: 3.3rem;
  margin-top: -40px;
}
.service__catch {
  margin: 0.5rem 0 2rem;
}
.service__catch .lr{
  font-size: 1.9rem;
}
.service__catch .bk_dot {
  font-size: 2.7rem;
}
.service__catch .service__voice {
  font-size: 2rem;
}
.service__catch .service__voice .fs-7_4 {
  margin-top: 2rem;
}
.service .service-slider {
  margin-top: 4.5rem;
}
.service .service-slider:first-of-type {
  margin-top: 3rem;
}
.service__catch .bk_dot::before {
  width: 35px;
  height: 35px;
}
.service__catch .yellow-arrow-right {
  padding: 0.5rem 0.8rem 0.6rem 0.6rem;
  margin-top: 0.35rem;
}
.service h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.service .service__desc {
  font-size: 2rem;
  margin-bottom: -34px;
}
.service .service__desc span {
  padding: 0.7rem 0.5rem 0.4rem ;
}
.service .service__desc span:nth-of-type(2){
  padding-top: 0.2rem;
}
.service .other__service h3 {
  font-size: 2.7rem;
}
.service section h3 {
  margin-bottom: 1rem;
}
.service section:nth-of-type(2) .modal-open {
  margin-top: -30px;
}
.service .modal-open::after {
  width: 75px;
  height: 75px;
  right: -20px;
  bottom: -23px;
}
.service section:nth-of-type(2) .modal-open::after {
  left: -31px;
  bottom: -17px;
}
.service .other__service {
  margin: 6.5rem 0 3.1rem;
}
.service .other__service .btn_wrap {
  gap: 10px;
  margin-top: 2rem;
}
.service .other__service .btn_wrap li .other_img::after {
  width: 20px;
  height: 20px;
}
.consultants hgroup {
  padding-top: 2.7rem;
}
.consultants hgroup .key-title {
  top: 45px;
  left: 127px;
}
.contact hgroup p::after {
  bottom: -23px;
  left: 50%;
  width: 23px;
  height: 23px;
}
.consultants h2 {
  font-size: 5rem;
}
.consultants h2 .indent {
  font-size: 5.5rem;
}
.consultant_modal {
  margin-top: 2.5rem;
  padding-bottom: 4.7rem;
}
.consultant_modal li {
  margin-bottom: 2rem;
  min-height: 104px;
}
.consultant_modal li::before {
  width: 25px;
  height: 25px;
}
.consultant_modal li:nth-of-type(6n+1)::after,
.consultant_modal li:nth-of-type(6n+5)::after {
  width: 87px;
  height: 87px;
}
.consultant_modal li:nth-of-type(6n+2)::after {
  width: 52px;
  height: 45px;
}
.consultant_modal li:nth-of-type(6n+3)::after {
  width: 73px;
  height: 72px;
}
.consultant_modal li:nth-of-type(6n+4)::after {
  width: 55px;
  height: 55px;
}
.consultant_modal li:nth-of-type(6n+6)::after {
    width: 52px;
    height: 45px;
}
.philosophy h3 {
  font-size: 2.5rem;
}
.philosophy hgroup p {
  font-size: 1.8rem;
}
.philosophy ul li {
  font-size: 2rem;
  padding: 3rem 1.5rem;
}
.philosophy ul li .fs-3_4 {
  font-size: 1.7rem;
  padding: 0.25rem 1 0.25rem 1rem;
}
.philosophy ul li .bg-bk {
  padding: 0.1rem 0.5rem 0.2rem 0.5rem;
}
.philosophy span.yellow-arrow-bottom {
  padding: 0.5rem 0.6rem;
}
.contact h3 {
  font-size: 2.5rem;
}
.contact hgroup p {
  font-size: 1.4rem;
  padding: 1.5rem 0;
  margin: -12px auto 0;
  border-bottom: 1px solid #000;
}
.consultant_modal li .modal-open-img {
  width: 110px;
}
.consultant_modal li .txt {
  width: calc(100% - 112px);
  padding-left: 1rem;
}
.consultant_modal li:nth-of-type(2n) .txt {
  padding-right: 0.5rem;
}
.consultant_modal li .name {
  font-size: 1.3rem;
}
.consultant-name .en {
  font-size: 1.5rem; 
}
.consultant_modal li .message {
  font-size: 1.5rem;
}
.catch {
  font-size: 2.3rem;
  padding: 1.5rem 2.2rem 2rem 1.8rem;
}
.catch .lr .bk_dot {
  font-size: 2.6rem;
}
.catch .lr .bk_dot::before {
  width: 35px;
  height: 35px;
  left: 56%;
  top: 53%;
}
footer .l-center {
  padding: 4.1rem 4.5% 4.5rem;
}
footer .-prohibited {
  font-size: 1.3rem;
  margin-top: 2.7rem;
}
footer .l-footer-copyright {
  font-size: 1.3rem;
}
footer .-copy {
  padding: 1.1rem 4.5%;
}
.modal-inner {
  margin: 7.1rem 2.5rem 3rem;
  padding: 0 2.5rem;
}
.close {
  top: 8px;
  right: 26px;
  width: 40px;
  height: 40px;
}
.swiper-button-next {
  right: 11px;
  width: 30px;
  height: 30px;
}
.swiper-button-prev {
  left: 11px;
  width: 30px;
  height: 30px;
}
.service-modal-title {
  border-radius: 65px;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
}
.company-info {
  margin-top: 4.7rem;
}
.logo {
  margin-bottom: 1rem;
}
.company-name {
  font-size: 1.6rem;
}
.industry {
  font-size: 1.2rem;
  padding: 0 0.5rem;
  margin-bottom: 1.4rem;
}
.service-modal-txt-title {
  font-size: 1.6rem;
  margin: 5rem 0 1.5rem;
}
.service-modal-txt-title::before {
  top: -39px;
}
.service-modal-txt {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.service-btn p {
  padding: 0 1rem;
  font-size: 1.3rem;
}
.placeholder_txt {
  font-size: 2.8rem;
  padding: 11.2rem 2.5rem;
}

.consultant-slide-title {
  font-size: 3rem;
  margin-left: 2.5rem;
  margin-top: 1rem;
}
#consultant__modal .modal-inner {
  margin-top: 0rem;
}
#consultant__modal .consultant-txt {
  font-size: 1.5rem;
  padding: 1rem 1rem;
}
.consultant-name {
  padding: 0 2.5rem;
  font-size: 2rem;
  margin: 1.5rem 0 2rem;
}
.staff-img {
  max-width: 241px;
  margin: 0 auto 3.4rem;
}
.staff-img::before {
  width: 255px;
  height: 255px;
}
.faq {
  padding: 2rem 0;
  margin: 0 2rem;
}
.faq .question {
  margin-bottom: 1rem;
}
.faq .answer .quote {
  font-size: 3rem;
}
.faq .answer .quote-o {
  padding-right: 1rem;
}
.faq .answer .quote-c {
  padding-left: 0.5rem;
}
.faq .answer .big {
  font-size: 2.6rem;
}
.consultant-btn .txt {
  padding: 0rem 0.5rem;
  font-size: 1.3rem;
}
.consultant-btn .staff p:first-of-type {
  padding-right: 1.6rem;
}

.consultant-btn .staff .arrow-line-right span {
  width: 17px;
  height: 1.5px;
}
.consultant-btn .staff .arrow-line-right span::after {
  width: 5.5px;
  height: 5.5px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
}
}