main .inner {
  max-width: 1140px;
}
main section.mv {
  margin-bottom: 150px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  main section.mv {
    margin-bottom: 52px;
    padding-top: 18px;
  }
}
main section.mv .inner {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
main section.mv .inner h1 {
  margin-bottom: 80px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section.mv .inner h1 {
    margin-bottom: 26px;
    font-size: 26px;
  }
}
main section.mv .inner p.en {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  main section.mv .inner p.en {
    margin-bottom: 18px;
    font-size: 32px;
  }
}
main section.mv .inner p.en span {
  color: var(--bc-orange);
  font-weight: inherit;
}
main section.mv .inner p.lead {
  line-height: 2;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  main section.mv .inner p.lead {
    padding-left: 25%;
  }
}
@media screen and (max-width: 768px) {
  main section.mv .inner p.lead {
    line-height: 1.8;
    font-size: 16px;
  }
}
main section.profile {
  margin-bottom: 130px;
  padding-top: 230px;
  background: url(/about/index/img/kannon.jpg) no-repeat top center/1500px auto;
}
@media screen and (max-width: 768px) {
  main section.profile {
    margin-bottom: 74px;
    padding-top: 160px;
    background-size: 900px auto;
  }
}
main section.profile .cntWrap {
  display: flex;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  main section.profile .cntWrap {
    flex-direction: column;
  }
}
main section.profile .cntWrap .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  main section.profile .cntWrap .pic {
    max-width: 680px;
  }
}
@media screen and (max-width: 1000px) {
  main section.profile .cntWrap .pic {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  main section.profile .cntWrap .pic {
    align-items: center;
    width: 100%;
    height: 360px;
    background: url(/about/index/img/person.jpg) no-repeat bottom 12% center/700px auto;
  }
}
@media screen and (max-width: 620px) {
  main section.profile .cntWrap .pic {
    height: auto;
    aspect-ratio: 31/20;
    background-position-x: right 50%;
    background-size: 125.45% auto;
  }
}
main section.profile .cntWrap .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  main section.profile .cntWrap .pic img {
    -o-object-position: right -75px top 50%;
       object-position: right -75px top 50%;
  }
}
main section.profile .cntWrap .pic .sign {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  main section.profile .cntWrap .pic .sign {
    max-width: 350px;
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  main section.profile .cntWrap .pic .sign {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  main section.profile .cntWrap .pic .sign {
    margin-bottom: 80px;
    translate: -50% 0;
  }
}
@media screen and (max-width: 620px) {
  main section.profile .cntWrap .pic .sign {
    margin-bottom: 13vw;
    font-size: max(15px, 3vw);
  }
}
main section.profile .cntWrap .pic .sign span {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  main section.profile .cntWrap .pic .sign span {
    font-size: max(32px, 6.5vw);
  }
}
main section.profile .cntWrap .txt {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  padding: 42px clamp(0px, 5%, 50px);
}
@media screen and (min-width: 769px) {
  main section.profile .cntWrap .txt {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  main section.profile .cntWrap .txt {
    padding: 32px 5%;
  }
}
main section.profile .cntWrap .txt p {
  line-height: 1.8;
}
main section.profile .cntWrap .txt address {
  line-height: 1.4;
}
main section.profile .cntWrap .txt address b {
  display: inline-block;
  padding: 0.6em 0;
}
main section.profile .cntWrap .txt address span {
  font-size: 14px;
}
main section.career {
  margin-bottom: 100px;
  background: url(/about/index/img/career_bg.gif) repeat top left;
}
@media screen and (max-width: 768px) {
  main section.career {
    margin-bottom: 74px;
  }
}
main section.career hgroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px 0;
  width: 100%;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.career hgroup {
    margin-bottom: 28px;
  }
}
main section.career hgroup h2 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.career hgroup h2 {
    font-size: 26px;
  }
}
main section.career hgroup p {
  padding: 4px 20px 8px;
  background-color: var(--bc-gray-l);
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.career hgroup p {
    padding: 3px 12px 6px;
    font-size: 15px;
  }
}
main section.career .history {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
main section.career .history h3 {
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  main section.career .history h3 {
    padding-bottom: 12px;
    font-size: 20px;
  }
}
main section.career .history h3 i {
  font-size: 0.8em;
  font-weight: inherit;
}
main section.career .history.beforePlank dl, main section.career .history.afterPlank .cntWrap {
  padding: 35px clamp(0px, 5%, 40px);
  background-color: #ebebef;
}
@media screen and (max-width: 768px) {
  main section.career .history .cntWrap {
    flex-direction: column;
    gap: 24px 0;
  }
}
main section.career .history .cntWrap dl dt {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.career .history .cntWrap dl dt {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main section.career .history .cntWrap dl dd {
    font-size: 15px;
  }
}
main section.career .history .cntWrap dl dd ul li {
  padding: 12px 0 12px 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  main section.career .history .cntWrap dl dd ul li {
    padding: 8px 0 8px 1em;
  }
}
main section.career .history .cntWrap dl dd ul li i {
  font-feature-settings: normal;
}
main section.career .history.beforePlank {
  margin-bottom: 90px;
  position: relative;
}
@media screen and (min-width: 769px) {
  main section.career .history.beforePlank h3, main section.career .history.beforePlank dl {
    max-width: 550px;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  main section.career .history.beforePlank .cntWrap {
    display: flex;
    padding: 35px clamp(0px, 5%, 40px);
    background-color: #ebebef;
  }
  main section.career .history.beforePlank .cntWrap dl {
    padding: 0;
  }
}
main section.career .history.beforePlank .cntWrap dl dd ul li:nth-last-of-type(n+2):not(:empty) {
  border-bottom: 1px solid #bcbcbf;
}
main section.career .history.beforePlank .cntWrap figure.sp {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
main section.career .history.beforePlank figure.pc {
  width: clamp(38%, 100% - 570px, 512px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
main section.career .history.beforePlank figure.pc img {
  position: sticky;
  top: 180px;
  right: 0;
}
main section.career .history.afterPlank p.example {
  margin: -10px 0 -15px;
  line-height: 1;
  font-size: 20px;
}
main section.career .history.afterPlank .cntWrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  main section.career .history.afterPlank .cntWrap dl {
    width: 55%;
  }
}
main section.career .history.afterPlank .cntWrap dl dt {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
}
main section.career .history.afterPlank .cntWrap dl dt a {
  font-weight: inherit;
}
main section.career .history.afterPlank .cntWrap figure {
  display: flex;
  justify-content: center;
  width: 45%;
}
@media screen and (max-width: 768px) {
  main section.career .history.afterPlank .cntWrap figure {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */