@charset "UTF-8";

/*---------------------------
トップページ　コンテンツ （SP）
---------------------------*/

/*　MAIN
-----------------------------*/
main {
  background: url(../image/company/company-bg.jpg) no-repeat right top;
}

/*　COMPANY
-----------------------------*/
.company {
  display: flex;
  flex-direction: row-reverse;
  height: 773px;
  width: 1080px;
  margin-inline: auto;
}
.company section {
  padding: 0 0 60px 56px;
}
.comapny-ttl p:first-child {
  padding: 30px 0;
  font-size: 3.6rem;
  font-weight: bold;
}
.comapny-ttl p:first-child br:last-child {
  display: none;
}
.comapny-ttl p:nth-child(2) {
  padding: 0 0 60px;
}

.comapny-ttl p:last-child {
  text-align: right;
}

.company-ph {
  flex-shrink: 0;
}

/*　PROFILE
-----------------------------*/
.profile {
  padding: 100px 50px;
  background: #f2f2f2;
}
.pf-date {
  padding: 45px 60px 0 60px;
}
.pf-date dl {
  display: flex;
  margin: 0 0 6px;
  padding: 15px 0;
  border-radius: 3px;
  background: #fff;
}

.pf-date dl dt,
.pf-date dl dd {
  padding: 15px 50px;
}

.pf-date dl dt {
  width: 23%;
  font-weight: 600;
}
.pf-date dl dd {
  width: 77%;
  border-left: 1px solid #bfbfbf;
}
.pf-date dl dd br.pcno {
  display: none;
}

.pro-info p {
  padding: 0 0 25px;
  position: relative;
}
.pro-info p span:last-child a {
  display: block;
  width: 54px;
  line-height: 1.2;
  padding: 4px 0 0 18px;
  border: 1px solid var(--base);
  font-size: 1.2rem;
  font-weight: bold;
  background: url(../image/company/icon-map.png) no-repeat 5px center;
  background-size: 10px;
  position: absolute;
  top: 32px;
  left: 290px;
}
.pro-info ol {
  display: flex;
}
.pro-info ol.ol01 {
  padding: 0 0 35px;
}
.pro-info ol.ol02 {
  padding: 0 0 15px;
}

.pro-info ol li {
  width: 217px;
  padding: 0 10px 0 0;
}

/*　ACCESS
-----------------------------*/
.access {
  padding: 100px 50px;
}
.access h2 {
  margin: 0 0 50px;
}

.acc-sp {
  display: none;
}

/* ボタン親　------ */
.tab-list {
  max-width: 666px;
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* ボタン子　------ */
.tab-list-item {
  width: 313px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #bfbfbf;
  background: #fff;
  font-size: 1.6rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  cursor: pointer;
}

/* ボタン子-選択状態------ */
.is-btn-active {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  width: 313px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  background: var(--red);
}
.is-btn-active::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid var(--red);
}

/* 内容 ------ */
.tab-contents {
  display: none;
}
.is-contents-active {
  display: block;
}

/* Googlemap ------*/
.ggmap iframe,
.ggmap object,
.ggmap embed {
  width: 100%;
  height: 480px;
}

/* 住所 ------*/
.add-info {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
}
.add-info p a {
  text-decoration: underline;
}
.add-info p a::after {
  padding: 0 5px;
  content: url(../image/company/icon-gmap.png);
}
