@charset "UTF-8";
/* ------------------------------------- */
/* 会社概要 */
/* ------------------------------------- */
.profile .profilettl {
  background-color: #fdfbde;
  padding: 10.5em 0 7em;
}
.profile .profilettl .inner {
  max-width: 742px;
}
.profile .profilettl h2.main-ttl {
  margin: 0 auto 3em;
}
.profile .profilettl h2.main-ttl img {
  max-width: 421px;
}
.profile .profilettl h2.main-ttl .ttl-caps {
  font-size: clamp(1.9rem, 2vw + 1rem, 2.8rem);
  letter-spacing: .7rem;
  margin-bottom: 2em;
}
.profile .profilettl .tit-read {
  font-size: 1.6rem;
  line-height: 4rem;
  margin: 0 auto;
  max-width: 670px;
  width: 100%;
  text-align: center;
}
.profile .profilettl figure img {
  position: absolute;
}
.profile .profilettl figure img.one {
  left: 0;
  top: 7.5rem;
}
.profile .profilettl figure img.two {
  right: 0;
  top: 8.5rem;
}
.profile .company {
  background: linear-gradient(180deg, #fdfbde 0% 180px, #fff 180px 87%, #0093cb 87% 100%);
  padding: 0;
  position: relative;
  z-index: 2;
}
.profile .company h2.main-ttl {
  background-color: #0093cb;
  color: #fff;
  max-width: 497px;
  display: block;
  margin: 0 auto;
}
.profile .company h2.main-ttl .ttl-caps {
  font-size: clamp(1.9rem, 2vw + 1rem, 2rem);
  font-weight: 500;
  letter-spacing: .5rem;
  padding: .4em 0;
  margin: 0 auto -1.4em;
}
.profile .company .dl_table {
  background-color: #fff;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #0093cb;
  padding: 4.4em 10% 4.5em;
  position: relative;
  z-index: -1;
}
.profile .company .dl_table dt, .profile .company .dl_table dd {
  padding: 1em 0;
  box-sizing: border-box;
  border-bottom: 1px solid #0093cb;
}
.profile .company .dl_table dt {
  font-weight: bold;
  width: 30%;
  font-size: 1.8rem;
  color: #0093cb;
}
.profile .company .dl_table dt .small {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
}
.profile .company .dl_table dd {
  width: 70%;
  ;
  padding-left: 3%;
  font-size: 1.6rem;
}
.profile .company .dl_table a:link, .profile .company .dl_table a:visited, .profile .company .dl_table a:active {
  color: #0093cb;
}
.profile .company .dl_table dd .btn-map {
  min-width: 150px;
  max-width: 150px;
  margin: .5em 0;
  border: 1px solid #0093cb;
  text-align: center;
  transition: .3s;
}
.profile .company .dl_table dd .btn-map:hover {
  background: #0093cb;
}
.profile .company .dl_table dd .btn-map:hover a {
  color: #fff;
}
.profile .ul_table {
  background-color: #0093cb;
  padding: 7.8em 0 9.4em;
  color: #fff;
}
.profile .ul_table h2.main-ttl {
  margin-bottom: 10.2rem;
  text-align: center;
  background-color: #fff;
  color: #0093cb;
  max-width: 497px;
  display: block;
}
.profile .ul_table h2.main-ttl .ttl-caps {
  font-size: clamp(1.9rem, 2vw + 1rem, 2rem);
  font-weight: 500;
  letter-spacing: .5rem;
  padding: .4em 0;
  margin: 0 auto -1.5em;
}
.profile .ul_table li {
  position: relative;
  z-index: 2;
}
.profile .ul_table li .fuki {
  background-color: #fff;
  color: #0093cb;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 275px;
  padding: .5rem 1.5rem;
  margin: -.5rem 0 0;
}
.profile .ul_table li .fuki::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 18px solid #fff;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: -1.8rem;
  top: 1.3rem;
}
.profile .ul_table li dd .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.profile .ul_table li dd .flex .txt {
  width: 62%;
  max-width: 381px;
  display: block;
}
.profile .ul_table li dd .flex figure {
  position: relative;
  z-index: -1;
}
.profile .ul_table li dd .flex figure img {
  width: 100%;
}
.profile .ul_table li dd .flex figure.ph1 {
  position: absolute;
  right: 0;
  max-width: 153px;
  width: 27%;
  top: -1.5em;
  margin: auto;
}
.profile .ul_table li dd .flex figure.ph2 {
  position: absolute;
  top: -8.5rem;
  right: 0;
  max-width: 200px;
  width: 34%;
}
.profile .ul_table li dd .flex figure.ph3 {
  max-width: 200px;
  width: 34%;
  left: 3%;
}
.profile .ul_table li dd .flex figure.ph4 {
  max-width: 183px;
  width: 31%;
}
.profile .ul_table li dd .flex figure.ph5 {
  max-width: 200px;
  width: 34%;
  left: 3%;
}
.profile .timeline {
  max-width: 795px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.profile .timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding-bottom: 2rem;
}
.profile .timeline li.pdb {
  padding-bottom: 7em;
}
.profile .timeline dl {
  margin: -.5rem 0 2rem;
  display: flex;
  position: relative;
}
.profile .timeline dt {
  max-width: 160px;
  width: 25%;
  margin-right: 7%;
  font-weight: 300;
}
.profile .timeline dt strong {
  font-size: 2.4rem;
  margin-right: 1rem;
  font-weight: 500;
}
.profile .timeline dd {
  width: 73%;
  padding-top: .2rem;
  letter-spacing: normal;
}
.profile .border-line {
  /*線の位置*/
  position: absolute;
  left: 17.4rem;
  top: .5rem;
  width: 1px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #fff;
}
.profile .timeline dl::after {
  content: '';
  position: absolute;
  top: .5rem;
  left: 16.5rem;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}
.profile .bg-wt {
  background-color: #fff;
  padding: 4.8em 0;
}
@media all and (-ms-high-contrast: none) {
  /* --- IEのみ --- */
  .profile .profilettl h2.main-ttl .ttl-caps {
    font-size: 2.8rem;
  }
  .profile .company h2.main-ttl .ttl-caps {
    font-size: 3.4rem;
  }
  .profile .ul_table h2.main-ttl .ttl-caps {
    font-size: 2rem;
  }
}
@supports (-ms-ime-align: auto) {
  /* --- Edgeのみ --- */
  .profile .profilettl h2.main-ttl .ttl-caps {
    font-size: 2.8rem;
  }
  .profile .company h2.main-ttl .ttl-caps {
    font-size: 3.4rem;
  }
  .profile .ul_table h2.main-ttl .ttl-caps {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* --- タブレット縦 / スマートフォン横 --- */
  .profile .profilettl figure img.one {
    left: 5%;
    top: 5.5rem;
  }
  .profile .profilettl figure img.two {
    right: 5%;
    top: 5.5rem;
  }
  .profile .ul_table li dd .flex {
    display: block;
  }
  .profile .ul_table li dd .flex figure.ph1 {
    position: initial;
    margin: 3em 0 0;
  }
  .profile .ul_table {
    padding: 7.8em 0 8em;
  }
}
@media only screen and (max-width: 599px) {
  /* --- スマートフォン縦 --- */
  .profile .profilettl {
    padding: 6.5em 0 5em;
  }
  .profile .profilettl h2.main-ttl {
    margin: 0 auto 1.8em;
  }
  .profile .profilettl h2.main-ttl .ttl-caps {
    margin-bottom: 1.7em;
  }
  .profile .profilettl figure {
    position: relative;
    height: 131px;
  }
  .profile .profilettl figure img.one {
    top: 0;
    max-width: 110px;
    width: 33%;
    left: 16%;
  }
  .profile .profilettl figure img.two {
    top: .5rem;
    max-width: 105px;
    width: 33%;
    right: 16%;
  }
  .profile .profilettl .tit-read {
    margin: 1.7em auto 0;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: justify;
  }
  .profile .company {
    background: linear-gradient(180deg, #fdfbde 0% 110px, #fff 110px 93%, #0093cb 93% 100%);
  }
  .profile .company h2.main-ttl {
    max-width: 230px;
  }
  .profile .company h2.main-ttl .ttl-caps {
    letter-spacing: .5rem;
  }
  .profile .company .inner {
    padding: 0 8%;
  }
  .profile .company .dl_table {
    display: block;
    padding: 2.1em 10% 2.7em;
  }
  .profile .company .dl_table dt, .profile .company .dl_table dd {
    padding: 1.2em 0;
    width: 100%;
  }
  .profile .company .dl_table dt {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.7rem;
  }
  .profile .company .dl_table dd {
    padding-top: 0.3em;
  }
  .profile .company .dl_table dd:last-of-type {
    border-bottom: none;
  }
  .profile .ul_table {
    padding: 6.5rem 0 6rem;
  }
  .profile .ul_table h2.main-ttl {
    margin-bottom: 9.5rem;
    max-width: 230px;
  }
  .profile .ul_table li .fuki {
    min-width: 100%;
    margin: -.5rem 0 1rem;
  }
  .profile .ul_table li dd .flex {
    display: block;
  }
  .profile .ul_table li dd .flex .txt {
    width: 100%;
    max-width: 100%;
  }
  .profile .ul_table li dd .flex figure.ph1, .profile .ul_table li dd .flex figure.ph2, .profile .ul_table li dd .flex figure.ph3, .profile .ul_table li dd .flex figure.ph4, .profile .ul_table li dd .flex figure.ph5 {
    position: initial;
    width: 100%;
    margin-top: 3rem;
  }
  .profile .ul_table li:last-of-type {
    padding: 0;
  }
  .profile .timeline li::after {
    left: 7rem;
  }
  .profile .timeline li.pdb {
    padding-bottom: 2rem;
  }
  .profile .timeline dt {
    width: 80px;
    margin-right: 4.5rem;
    font-size: 1.5rem;
    line-height: normal;
  }
  .profile .timeline dt strong {
    display: block;
    font-size: 2.2rem;
  }
  .profile .timeline dd {
    width: calc(100% - 80px - 45px);
    line-height: 2.4rem;
    text-align: justify;
  }
  .profile .border-line {
    left: 8.7rem;
  }
  .profile .timeline dl::after {
    left: 7.8rem;
  }
}