@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* レイアウト
------------------------------------------------------------------------------- */
#main .bLayout01 {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 80px;
  margin: 100px 0 0;
}
#main .bLayout01::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 5px);
  background-color: #fa0046;
  bottom: 0;
  left: 73px;
}
#main .bLayout01_item {
  display: flex;
}
#main .bLayout01_item > div:nth-of-type(1) {
  width: 75px;
}
#main .bLayout01_item > div:nth-of-type(2) {
  width: calc(100% - 75px);
}
#main .bLayout02 {
  display: flex;
  flex-direction: column;
  gap: 53px;
}
#main .bLayout02_item {
  display: flex;
}
#main .bLayout02_item > div:nth-of-type(1) {
  width: 48.29%;
  padding: 0 4.39% 0 2.44%;
}
#main .bLayout02_item > div:nth-of-type(2) {
  width: 51.71%;
}
#main .bLayout02_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* リード
------------------------------------------------------------------------------- */
#main .bLead01 {
  font-size: 333.33%;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 50px;
}
#main .bLead02 {
  font-size: clamp(23px, 2.45vw, 28px);
  line-height: 2.14;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 -20px 33px 0;
}

/* タイトル
------------------------------------------------------------------------------- */
#main .bTitle01 {
  color: #fa0046;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 0;
  background: none;
  margin: 0;
  font-size: 200%;
  position: relative;
}
#main .bTitle01::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fa0046;
  border-radius: 100%;
  top: 5px;
  right: -5px;
}
#main .bTitle02 {
  color: #fa0046;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  padding: 0;
  background: none;
  margin: 0 0 23px;
  border: none;
  font-size: clamp(18px, 1.75vw, 20px);
}
