@charset "UTF-8";
/* =====================
  トップメッセージ：topmessage
===================== */
.red {
	color: #d71317;
}
.mt100{
  margin-top: 10rem;
}
.mb60{
  margin-bottom: 6rem;
}
.pb100{
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .pt0-sp{
    padding-top: 0rem !important;
  }
  .pb50-sp{
    padding-bottom: 5rem !important;
  }
  .mb0-sp{
    margin-bottom: 0 !important;
  }
 
  .mt50-sp{
    margin-top: 5rem !important;
  }
}
.od2 {
  order: 2;
}
@media (max-width: 768px) {
  .od0-sp {
      order: 0;
  }
  .od2-sp {
      order: 2;
  }

}
.topmessage-staff {
  position: relative;
  margin-top: 10rem;
  padding: 6rem 0 0;
  background-image: url(../images/topmessage/bg-staff.svg);
  background-repeat: no-repeat;
  background-size: 87%;
}
@media (max-width: 991px) {
  .topmessage-staff {
    margin-top: 6rem;
    padding: 3rem 0 0;

  }
}
@media (max-width: 768px) {
  .topmessage-staff {
    margin-top: 3rem;
    padding: 2rem 0 0;
    background-image: url(../images/topmessage/bg-staff-sp.svg);
    background-size: 70%;
  }
}


.topmessage-staff .container ,.topmessage-talk .container{
  z-index: 1;
  position: relative;
  max-width: 110rem;
}

.topmessage-staff .container .topmessage-img img{
  width: 100%;
  height: auto;
}
.topmessage-staff .container .topmessage-img  {
  width: 77%;
  position: relative;
  margin-left: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .topmessage-staff .container .topmessage-img {
    width: 65%;
  }
}
@media (max-width: 768px) {

  .topmessage-staff .container .topmessage-img  {
    position: relative;
    z-index: 1;
    width: 100%;

  }

}





.topmessage-staff .container .topmessage-txt {
  position:absolute;
  z-index: 2;
}

@media (max-width: 768px) {
  .topmessage-staff .container .topmessage-txt {
    display: block;
    width: 100%;
    position: relative;
  }
}

.topmessage-staff .container .topmessage-txt .chach-box {
  padding-top: 7.4rem;
}

@media (max-width: 991px) {
  .topmessage-staff .container .topmessage-txt .chach-box {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .topmessage-staff .container .topmessage-txt .chach-box {
    padding-top: 1rem;
  }
}
 .topmessage-staff .container .topmessage-txt .chach-box .chach {
 	background:#333;
	color:#FFF;
	font-size: 3.2rem;
	padding: .2rem 1rem;
	display: inline-block;
	margin-bottom: .7rem;
	white-space: pre;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 991px) {
   .topmessage-staff .container .topmessage-txt .chach-box .chach {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .topmessage-staff .container .topmessage-txt .chach-box .chach {
    font-size: 1.6rem;
    padding: .5rem 1rem;

  }
}

.topmessage-staff .container .topmessage-txt .text-box {
  padding: 4rem 0 0 0;
  font-size: 2.2rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .topmessage-staff .container .topmessage-txt .text-box {
    padding: 2rem 3rem 2rem 0;
  }
}
@media (max-width: 768px) {
  .topmessage-staff .container .topmessage-txt .text-box {
    padding: 1.5rem 0 1.5rem 0;
    text-align: center;
    font-size: 1.6rem;
  }
}

/* .topmessage-staff .container .topmessage-txt {
  order: 2;
  position: relative;
  z-index: 1;
} */
.topmessage-staff .container .topmessage-txt .topmessage-img{
  margin-top: 20px  ;

}
.talk-bg{
  position: relative;
}
.talk-bg::before{
  position: absolute;
  width: 100%;
  height: calc(100% + 19rem);
  background-color: #efefef;
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;

}
.topmessage-talk {
  padding-top: 9rem;
}
@media (max-width: 991px) {
  .topmessage-talk {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .topmessage-talk {
    padding-top: 5rem;
  }
}
.topmessage-talk .topmessage-talk-wrap{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .topmessage-talk .topmessage-talk-wrap{
  display: block;
  }
}
.topmessage-talk .topmessage-talk-wrap .img-area{
  width: 41%;
}
@media (max-width: 768px) {
  .topmessage-talk .topmessage-talk-wrap .img-area{
    width: 100%;
    margin-bottom: 2.6rem;
  }
  .topmessage-talk .img-area.img-full{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.topmessage-talk .topmessage-talk-wrap .text-area{
  width: 52%;
}
@media (max-width: 768px) {
  .topmessage-talk .topmessage-talk-wrap .text-area{
    width: 100%;
  }
}
.topmessage-talk .text-area .ti-area{
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .topmessage-talk .text-area .ti-area{
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .topmessage-talk .text-area .ti-area{
    font-size: 1.7rem;
    margin-bottom: 20px;

  }
}

