@charset "UTF-8";
/**
 * _color.scss - サイト共通カラー（一元管理）
 * 直感的な名前 + 類似色は1色に統一
 *
 * 使用: @import '../common/color'; または @use '../common/color' as *;
 */
/*===== 青系（ブランド・アクセント） =====*/
/*===== 白・黒・グレー =====*/
/*===== 背景 =====*/
/*===== 状態 =====*/
/*===== その他 =====*/
/* ===================================
	office.scss - Office Page
	Location: assets/css/office/
====================================== */
/* Individual Redefinition
------------------------------------*/
header[aria-label="メインヘッダー"] .inner nav ul li#btnOffice a,
header[aria-label="メインヘッダー"] .inner nav ul li#btnOffice a:hover {
  background: url(../../img/common/btn_office_on.png) 0 0/100% 100% no-repeat;
}

h1 {
  position: relative;
  z-index: 1;
  aspect-ratio: auto 355 / 74;
  width: 66.981%;
}
h1 img {
  display: block;
  width: 100%;
  height: auto;
}

#contentsSide dl {
  position: absolute;
  left: 15%;
  top: 90px;
  z-index: 1;
  display: none;
  background: url(../..//img/office/bg_profile.png) 0 0/100% 100% no-repeat;
  width: 55%;
  height: auto;
}
#contentsSide dl dt {
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 29px 0 14px;
  width: 90%;
  height: auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#contentsSide dl dt small {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
}
#contentsSide dl dt img {
  display: inline;
}
#contentsSide dl dd {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 2.5% 10% 7.5%;
  width: 90%;
  line-height: 1.4;
  color: #fff;
}
#contentsSide span img#imageKojiHata {
  left: 0;
  top: 120px;
  z-index: 10;
  width: 15%;
  height: auto;
}

/* Office Main setting
------------------------------------*/
#officeMain {
  margin: 37px 0 0 auto;
  width: 60%;
  max-width: 770px;
}
#officeMain > span {
  display: block;
  padding: 0 0 30px;
}
#officeMain > span img {
  width: 100%;
  max-width: 770px;
  height: auto;
  aspect-ratio: auto 710 / 390;
}
#officeMain dl dt {
  position: relative;
  padding: 5px 0 10px 32px;
  line-height: 1.1;
  font-size: 16px;
  font-weight: bold;
  color: #133952;
}
#officeMain dl dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #26C9FF;
  width: 24px;
  height: 24px;
}
#officeMain dl dd ul {
  padding: 0 0 20px 30px;
}
#officeMain dl dd ul li {
  background: url(../../img/office/mark_car.png) left 6px/12px auto no-repeat;
  padding: 0 0 7px 15px;
  line-height: 1.5;
  font-size: 14px;
}
#officeMain dl dd ul li span {
  display: inline-block;
  border-radius: 50%;
  background: #26C9FF;
  margin: 0 3px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
}
#officeMain dl#accessCar dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#officeMain dl#accessCar dd ul {
  min-width: 0;
  flex: 1 1 auto;
}
#officeMain dl#accessCar dd p {
  flex: 0 0 auto;
  box-sizing: border-box;
  border-radius: 50%;
  background: #133952;
  padding: 30px 0 0;
  width: clamp(80px, 12vw, 120px);
  height: auto;
  aspect-ratio: 1;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: clamp(11px, 1.2vw, 14px);
  color: #fff;
}
#officeMain dl#accessTrain dd ul li {
  background: url(../../img/office/mark_train.png) 0 4px/10px auto no-repeat;
}

/* ------------------------------------------------------------------------
	Ajustment For Smart Phone
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* Individual Redefinition
  ------------------------------------*/
  header .inner nav ul li#btnOffice a,
  header .inner nav ul li#btnOffice a:hover {
    background: url(../../img/common/btn_office_on.png) 0 0/100% 100% no-repeat;
  }

  h1 {
    position: relative;
    z-index: 1;
    aspect-ratio: auto 355 / 74;
    width: 66.981%;
  }
  h1 img {
    display: block;
    width: 100%;
    height: auto;
  }

  #contentsSide {
    position: relative;
    margin: 0 0 26.66667vw;
    padding: 24vw 0 0;
    width: 100%;
    max-width: 100%;
  }
  #contentsSide dl {
    position: relative;
    left: 26.66667vw;
    top: 10.66667vw;
    display: block;
    background: url(../..//img/office/bg_profile.png) 0 0/100% 100% no-repeat;
    width: 66.66667vw;
    height: auto;
    aspect-ratio: 532 / 630;
  }
  #contentsSide dl dt {
    border-bottom: 1px solid #fff;
    margin: 0 0 0 7.33333vw;
    padding: 5.33333vw 0 2.66667vw;
    width: 85%;
    height: auto;
    text-align: center;
    font-size: 4.26667vw;
    font-weight: bold;
    color: #fff;
  }
  #contentsSide dl dt small {
    margin: 0 0 1.33333vw;
    font-size: 3.2vw;
  }
  #contentsSide dl dt img {
    display: inline;
  }
  #contentsSide dl dd {
    padding: 2.66667vw 0 2.66667vw 4.66667vw;
    line-height: 1.8;
    font-size: 3.2vw;
  }
  #contentsSide span img#imageKojiHata {
    left: 4vw;
    top: 42.66667vw;
    z-index: 10;
    display: block;
    width: 24vw;
    height: auto;
  }

  /* Office Main setting
  ------------------------------------*/
  #officeMain {
    margin: 0 auto 13.33333vw;
    width: 92vw;
  }
  #officeMain > span {
    display: block;
    padding: 0 0 30px;
  }
  #officeMain > span img {
    width: 100%;
    max-width: 770px;
    height: auto;
    aspect-ratio: auto 710 / 390;
  }
  #officeMain dl dt {
    position: relative;
    padding: 5px 0 10px 32px;
    line-height: 1.1;
    font-size: 16px;
    font-weight: bold;
    color: #133952;
  }
  #officeMain dl dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid #26C9FF;
    width: 24px;
    height: 24px;
  }
  #officeMain dl dd ul {
    padding: 0 0 2.66667vw 8vw;
  }
  #officeMain dl dd ul li {
    background: url(../../img/office/mark_car.png) left 0.5 auto no-repeat;
    padding: 0 0 1.33333vw 4vw;
    line-height: 1.7;
    font-size: 3.73333vw;
  }
  #officeMain dl dd ul li span {
    margin: 0 3px;
    width: 4.8vw;
    height: 4.8vw;
    line-height: 4.8vw;
    font-size: 3.46667vw;
  }
  #officeMain dl#accessCar dd {
    display: block;
  }
  #officeMain dl#accessCar dd p {
    border-radius: 1.33333vw;
    margin: 0 auto 8vw;
    padding: 0;
    width: 80vw;
    height: 8vw;
    aspect-ratio: auto;
    line-height: 8vw;
    font-weight: bold;
    font-size: 3.73333vw;
  }
  #officeMain dl#accessTrain dd ul li {
    background: url(../../img/office/mark_train.png) 0 0.4 auto no-repeat;
  }
}
