@charset "UTF-8";
/* ---------------------------------------
  企業情報
-----------------------------------------*/
.sec_ttl {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4642857143;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.sec_ttl::after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.3rem;
  background-color: #BC1E21;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec_ttl::after {
    margin: 1rem auto 0;
  }
}

/* sec_message
--------------------------------*/
#sec_message {
  padding: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_message {
    padding: 5rem 0 0;
  }
}
#sec_message .inner {
  margin-top: 5rem;
}
#sec_message .img {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  #sec_message .img {
    width: 100%;
  }
}
#sec_message .txt_wrap {
  width: 58rem;
}
@media screen and (max-width: 767px) {
  #sec_message .txt_wrap {
    width: 100%;
    padding: 0 0.2rem;
    margin-top: 3rem;
  }
}
#sec_message .txt_wrap .txt {
  line-height: 1.9;
}
#sec_message .txt_wrap .txt + .txt {
  margin-top: 1em;
}
#sec_message .txt_wrap .name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Noto Serif JP", serif;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #sec_message .txt_wrap .name {
    margin-top: 2rem;
  }
}
#sec_message .txt_wrap .name span {
  display: inline-block;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
#sec_message .txt_wrap .name img {
  width: 13.4rem;
  margin-left: 1.9rem;
}

/* sec_profile
--------------------------------*/
#sec_profile {
  padding: 10rem 0 4rem;
}
@media screen and (max-width: 767px) {
  #sec_profile {
    padding: 8rem 0 0;
  }
}
#sec_profile .tb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #8D989F;
  margin-top: 4rem;
}
#sec_profile .tb dt {
  vertical-align: top;
  width: 12.4rem;
  font-weight: 700;
  line-height: 1.4375;
  padding: 1.9rem 0.5rem 2rem;
  border-bottom: 1px solid #8D989F;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb dt {
    width: 10rem;
    padding: 1.5rem 0.5rem 1.6rem;
  }
}
#sec_profile .tb dd {
  width: calc(100% - 12.4rem);
  line-height: 1.4375;
  padding: 1.9rem 0.5rem 2rem;
  border-bottom: 1px solid #8D989F;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb dd {
    width: calc(100% - 10rem);
    padding: 1.5rem 0.5rem 1.6rem;
  }
}
#sec_profile .tb dd a.link_txt {
  font-weight: 400;
  text-underline-offset: 0.3rem;
}
#sec_profile .tb dd ul li {
  position: relative;
  font-weight: 500;
  line-height: 1.4375;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb dd ul li {
    font-size: 1.4rem;
    padding-left: 2.1rem;
  }
}
#sec_profile .tb dd ul li + li {
  margin-top: 0.5rem;
}
#sec_profile .tb dd ul li span.bold {
  font-weight: 700;
}
#sec_profile .tb dd ul li span.small {
  font-weight: 400;
  font-size: 1.4rem;
}
#sec_profile .tb dd ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb dd ul li::before {
    top: 0.9rem;
    left: 0.8rem;
  }
}
#sec_profile .tb dd .group .ttl {
  font-weight: 700;
  line-height: 1.875;
}
#sec_profile .tb dd .group .txt {
  line-height: 1.875;
}
#sec_profile .tb dd .group .txt span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb dt.sp100,
  #sec_profile .tb dd.sp100 {
    width: 100%;
  }
  #sec_profile .tb dt.sp100 {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* sec_division
--------------------------------*/
#sec_division {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_division {
    padding: 8rem 0 0;
  }
}
#sec_division .block {
  border-bottom: 1px solid #8D989F;
}
#sec_division .block:first-of-type {
  border-top: 1px solid #8D989F;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_division .block:first-of-type {
    margin-top: 3rem;
  }
}
#sec_division .block .inner {
  padding: 3rem 0;
}
#sec_division .block .info {
  display: flex;
  gap: 0 25px;
}
.flex_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_division .block .info {
    display: block;
  }
}
#sec_division .block .info dt {
  width: 18.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  #sec_division .block .info dt {
    width: 100%;
  }
}
#sec_division .block .info dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #sec_division .block .info dd {
    margin-top: 0.7rem;
  }
}
#sec_division .block .info dd .txt {
  line-height: 1.8;
}
#sec_division .block .info dd .txt + .txt {
  margin-top: 1.5rem;
}
#sec_division .block .info dd .txt span {
  font-weight: 500;
}
#sec_division .block .inner.flex .info {
  max-width: 64rem;
}
#sec_division .block .img_col {
  display: flex;
  gap: 3.7rem;
  margin-top: 2rem;
  margin-left: 21rem;
}
@media screen and (max-width: 767px) {
  #sec_division .block .img_col {
    display: block;
    margin: 0;
  }
}
#sec_division .block .img {
  width: 29.6rem;
}
@media screen and (max-width: 767px) {
  #sec_division .block .img {
    margin: 3rem auto 0;
  }
}
#sec_division .block .img figcaption {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
}
#sec_division .btn {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #sec_division .btn {
    margin-top: 5rem;
  }
}
.pc-no {
	display: none;
}
.sp-no {
	display: block;
}
@media screen and (max-width: 767px) {
 .pc-no {
	display: block;
    }
 .sp-no {
	display: none;
    }
}

/* btn　横並び
--------------------------------*/
.bt_area {
 display: flex;
 justify-content: center;
 gap: 20px;
 margin: 4rem 0;
}
.btn02 a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #BC1E21;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    /*padding: 1.5rem 2rem;*/
        padding: 1.5rem;
    border: 1px solid #BC1E21;
    transition: 0.3sease;
    will-change: color, background-color;
}
.btn02 a::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/ico_arw.svg);
  margin-left: 1.6rem;
  transition: background-image 0.3s ease;
  will-change: background-image;
}
@media screen and (min-width: 768px) {
  .btn02 a:hover {
    color: #FFFFFF;
    background-color: #BC1E21;
  }
  .btn02 a:hover::after {
    background-image: url(../img/common/ico_arw_white.svg);
  }
}
