@charset "UTF-8";
/*---------------------------
  フォントの読み込み
---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
/*---------------------------
  関数
---------------------------*/
/*---------------------------
  About usページ
---------------------------*/
.aboutUsMain {
  overflow-x: hidden;
}

.aboutUsPageKeyVisual {
  margin-top: 70px;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .aboutUsPageKeyVisual {
    margin-top: 50px;
  }
}

.aboutUsPageKeyVisual__image {
  width: 100%;
  background: #000000;
}

.aboutUsPageKeyVisual img {
  opacity: 0.5;
}

.aboutUsPageKeyVisual__text {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .aboutUsPageKeyVisual__text {
    top: 50%;
  }
}

.aboutUsPageKeyVisual__title {
  font-size: 2.92826vw;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .aboutUsPageKeyVisual__title {
    font-size: 10.66667vw;
  }
}

.aboutUsPageKeyVisual__subTitle {
  font-size: 1.4rem;
  line-height: 2.142;
  letter-spacing: .1em;
  margin-bottom: 26px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .aboutUsPageKeyVisual__subTitle {
    margin-bottom: 30px;
  }
}

.aboutUsPageKeyVisual__read {
  font-size: 1.46413vw;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .aboutUsPageKeyVisual__read {
    font-size: 3.73333vw;
    line-height: 1.714;
    white-space: nowrap;
  }
}

.aboutUsContents {
  width: 58.56515vw;
  max-width: 1038px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .aboutUsContents {
    width: 90.66667vw;
  }
}

.aboutUsContents__read {
  width: calc(100% + 90px);
  height: 160px;
  margin: 0 -45px 74.9px -45px;
  background: #FAFAFA;
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
}

@media screen and (max-width: 1060px) {
  .aboutUsContents__read {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .aboutUsContents__read {
    width: 100%;
    height: 131px;
    margin: 0 auto 33px auto;
  }
}

.aboutUsContents__read--other {
  height: 110px;
  margin: 0 -45px 67px -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1060px) {
  .aboutUsContents__read--other {
    height: 95px;
  }
}

@media screen and (max-width: 767px) {
  .aboutUsContents__read--other {
    height: 88px;
    margin: 0 auto 54px auto;
  }
}

.aboutUsContents__readTitleJa {
  font-size: 4rem;
  line-height: 1;
  -webkit-transform: translate(20px, 37px);
          transform: translate(20px, 37px);
}

@media screen and (max-width: 1060px) {
  .aboutUsContents__readTitleJa {
    font-size: 3rem;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .aboutUsContents__readTitleJa {
    font-size: 2rem;
    text-align: center;
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
}

.aboutUsContents__readTitleJa--other {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}

@media screen and (max-width: 1060px) {
  .aboutUsContents__readTitleJa--other {
    -webkit-transform: none;
            transform: none;
  }
}

.aboutUsContents__readTitleJa--normal {
  -webkit-transform: translate(44px, 37px);
          transform: translate(44px, 37px);
}

@media screen and (max-width: 1060px) {
  .aboutUsContents__readTitleJa--normal {
    -webkit-transform: none;
            transform: none;
  }
}

.aboutUsContents__readTitleEn {
  color: #a0a0a0;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  line-height: 2.222;
  -webkit-transform: translate(44px, 46px);
          transform: translate(44px, 46px);
}

@media screen and (max-width: 1060px) {
  .aboutUsContents__readTitleEn {
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .aboutUsContents__readTitleEn {
    font-size: 1.3rem;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

.aboutUsContents__text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__text {
    font-size: 1.4rem;
    line-height: 2.142;
  }
}

.aboutUsContents__text + .aboutUsContents__text {
  margin-top: 16px;
}

.aboutUsContents__text--under {
  width: 44.80234vw;
  margin-right: 2.78184vw;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__text--under {
    width: 100%;
    margin-bottom: 85px;
  }
}

.aboutUsContents__text--sign {
  margin-top: 32px;
  text-align: right;
}

.aboutUsContents__textUnderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 106px;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__textUnderWrapper {
    display: block;
    margin-bottom: 74px;
  }
}

@media screen and (max-width: 767px) {
  .aboutUsContents__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}

.aboutUsContents__profile img {
  width: 10.98097vw;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__profile img {
    width: 40vw;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .aboutUsContents__profileNameWrapper {
    width: 35vw;
  }
}

.aboutUsContents__profilePosition {
  color: #676767;
  font-size: min(1.02vw, 1.4rem);
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__profilePosition {
    font-size: 3.73333vw;
  }
}

.aboutUsContents__profileName {
  font-size: min(1.7vw, 2.3rem);
  line-height: 1.304;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__profileName {
    font-size: 6.13333vw;
  }
}

.aboutUsContents__profileNameEn {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  vertical-align: 3px;
}

.aboutUsContents__message {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: bold;
  padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__message {
    font-size: 1.4rem;
    padding-bottom: 86px;
  }
}

.aboutUsContents__title {
  font-size: 2.4rem;
  margin-top: 32px;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__title {
    font-size: 2.2rem;
  }
}

.aboutUsContents__lead {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 600;
  text-align: center;
  margin-top: 24px;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__lead {
    font-size: 1.4rem;
    line-height: 2.142;
    text-align: left;
    letter-spacing: 0;
  }
}

.aboutUsContents__list {
  margin-top: 8px;
}

.aboutUsContents__list li {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-left: 24px;
  margin-top: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__list li {
    font-size: 1.4rem;
    line-height: 2.142;
  }
}

.aboutUsContents__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.aboutUsContents__closing {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: justify;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__closing {
    font-size: 1.4rem;
    line-height: 2.142;
  }
}

.aboutUsContents__sign {
  margin-top: 24px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .aboutUsContents__sign {
    text-align: center;
  }
}

.aboutUsContents__sign img {
  width: auto;
  max-width: 100%;
}

/*---------------------------
  共通 About usリンクブロック
---------------------------*/
.aboutUsPageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .aboutUsPageLink {
    width: 100%;
    display: block;
  }
}

.aboutUsPageLink__inner {
  width: 18.74085vw;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  margin-right: 0.36603vw;
  padding: 1.1% 0;
}

.aboutUsPageLink__inner:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .aboutUsPageLink__inner {
    width: 68.26667vw;
    margin: 0 auto 20px auto;
    padding: 2.3% 0;
  }
  .aboutUsPageLink__inner:last-child {
    margin: 0 auto;
  }
}

.aboutUsPageLink__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.aboutUsPageLink__title {
  text-align: center;
}

.aboutUsPageLink__title--En {
  font-size: 1.46413vw;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .aboutUsPageLink__title--En {
    font-size: 5.33333vw;
  }
}

.aboutUsPageLink__title--Ja {
  font-size: 1.02489vw;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .aboutUsPageLink__title--Ja {
    font-size: 3.73333vw;
  }
}

.aboutUsPageLink__arrow {
  /* position: relative; */
}

.aboutUsPageLink__arrow::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10.8px;
  bottom: 40%;
}

@media screen and (max-width: 767px) {
  .aboutUsPageLink__arrow::after {
    bottom: 40%;
  }
}

.aboutUsPageLink__inner:hover {
  color: #FFFFFF;
  z-index: 1;
}

.aboutUsPageLink__inner:hover::before {
  left: 0;
  z-index: -1;
}

.aboutUsPageLink__inner:hover .aboutUsPageLink__arrow::after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  z-index: 1;
}

/*---------------------------
  組織図ページ
---------------------------*/
.organizationPageContents {
  padding-top: 96px;
  margin-bottom: 136px;
}

@media screen and (max-width: 767px) {
  .organizationPageContents {
    padding-top: 80.5px;
    margin-bottom: 89px;
  }
}

.organizationBlock {
  width: 58.56515vw;
  max-width: 1038px;
  margin: 0 auto;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

@media screen and (max-width: 767px) {
  .organizationBlock {
    width: 90.66667vw;
    -webkit-transform: none;
            transform: none;
  }
}

.organizationBlock__part {
  padding-top: 20.5px;
  padding-left: 60.5px;
  position: relative;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media screen and (max-width: 767px) {
  .organizationBlock__part {
    padding-top: 13px;
    padding-left: 53px;
    -webkit-transform: none;
            transform: none;
  }
}

.organizationBlock__part::before {
  content: "";
  display: block;
  border-left: 1px solid #CECECE;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .organizationBlock__part::before {
    margin-bottom: 53px;
    left: 20px;
  }
}

.organizationBlock__wrapper {
  margin-bottom: 18.5px;
}

@media screen and (max-width: 767px) {
  .organizationBlock__wrapper {
    margin-bottom: 13px;
  }
}

.organizationBlock__inner {
  display: inline-block;
  background-color: #EFEFEF;
  padding: 13px 23px 13px 23px;
  margin-bottom: 11.1px;
  position: relative;
}

.organizationBlock__inner:last-child {
  margin-bottom: 0;
}

.organizationBlock__inner--bgBlue {
  background-color: #EBF2F9;
}

.organizationBlock__inner--bgGreen {
  background-color: #EBF9F0;
}

.organizationBlock__positionInner::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 100%;
  bottom: 0;
  width: 0;
  height: 18.5px;
  border-left: 1px solid #CECECE;
}

@media screen and (max-width: 767px) {
  .organizationBlock__positionInner::after {
    height: 13px;
  }
}

.organizationBlock__partInner {
  /* height: 70px; */
  padding: 13px 40px 13px 23px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .organizationBlock__partInner {
    width: 100%;
  }
}

.organizationBlock__partInner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 35px;
  left: -60.5px;
  width: 60.5px;
  height: 0;
  border-bottom: 1px solid #CECECE;
}

@media screen and (max-width: 767px) {
  .organizationBlock__partInner::before {
    bottom: 53px;
    left: -33px;
    width: 33px;
  }
}

.organizationBlock__mainText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .organizationBlock__mainText--block {
    display: block;
  }
}

.organizationBlock__subText {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1060px) {
  .organizationBlock__subText {
    display: block;
  }
}

.organizationBlock__subText--ja {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .organizationBlock__subText--ja {
    display: block;
  }
}

.organizationBlock__subText--ja::after {
  content: "";
  width: 7px;
  border-top: 0.4px solid #707070;
  margin: 0 7px;
}

@media screen and (max-width: 1060px) {
  .organizationBlock__subText--ja::after {
    display: none;
  }
}

.organizationBlock__subText--en {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-top: 6px;
  white-space: nowrap;
}

.organizationBlock__nameJa {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .organizationBlock__nameJa {
    font-size: 1.8rem;
  }
}

.organizationBlock__nameEn {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-left: 11px;
}

@media screen and (max-width: 767px) {
  .organizationBlock__nameEn--block {
    margin-left: 0;
    margin-top: 10px;
  }
}

.organizationBlock__dotted {
  width: calc(100% + 17px);
  height: 1px;
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-size: 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 6px 0 8px;
}

/*---------------------------
  ヒストリーページ
---------------------------*/
.aboutUsHistoryContents {
  width: 79.06296vw;
  max-width: 1366px;
  padding-top: 97.4px;
  padding-bottom: 166.4px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .aboutUsHistoryContents {
    width: 90.66667vw;
    padding-top: 30px;
    padding-bottom: 139px;
  }
}

.aboutUsHistory {
  width: 100%;
}

.aboutUsHistory__itemWrapper {
  background-color: #fff;
  margin-left: 12.66471vw;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__itemWrapper {
    margin-left: 15px;
  }
}

.aboutUsHistory__itemWrapper::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutUsHistory__itemWrapper.js-isShowed::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.aboutUsHistory__itemWrapper--other::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #000000, #000000 1px, transparent 3px, transparent 4px);
  background-size: 1px 7px;
  border-top: 130px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__itemWrapper--other::before {
    border-top: 230px solid #000000;
  }
}

.aboutUsHistory__title {
  font-size: 8rem;
  font-family: "Oswald", sans-serif;
  margin-left: 101px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__title {
    font-size: 6rem;
    margin-left: 0;
  }
}

.aboutUsHistory__title.js-isShowed {
  opacity: 1;
}

.aboutUsHistory__item {
  padding: 30px 0 30px 6.73499vw;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1060px) {
  .aboutUsHistory__item {
    padding: 0 0 48px 5.33333vw;
    display: block;
  }
}

.aboutUsHistory__item.js-isShowed {
  opacity: 1;
}

.aboutUsHistory__text1965Top {
  margin-bottom: 29px;
  /* text-indent: 5px; */
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__text1965Top {
    margin-bottom: 20px;
  }
}

.aboutUsHistory__text1965Under {
  /* text-indent: 5px; */
}

@media screen and (max-width: 1060px) {
  .aboutUsHistory__text1965Under {
    margin-bottom: 15px;
  }
}

.aboutUsHistory__text1975 {
  /* text-indent: 5px; */
}

@media screen and (max-width: 1060px) {
  .aboutUsHistory__text1975 {
    margin-bottom: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.aboutUsHistory__text1975 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aboutUsHistory__text1975 li:first-child {
  display: inline-block;
  /* text-indent: 0; */
  margin-bottom: 11px;
}

.aboutUsHistory__text1985Top {
  margin-bottom: 29px;
  /* text-indent: 5px; */
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__text1985Top {
    margin-bottom: 20px;
  }
}

.aboutUsHistory__text1985Top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aboutUsHistory__text1985Under {
  /* text-indent: 5px; */
}

@media screen and (max-width: 1060px) {
  .aboutUsHistory__text1985Under {
    margin-bottom: 15px;
  }
}

.aboutUsHistory__text1985Under li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aboutUsHistory__text1985Under li:first-child {
  display: inline-block;
  /* text-indent: 0; */
  margin-bottom: 11px;
}

.aboutUsHistory__text1995 {
  /* text-indent: 5px; */
}

@media screen and (max-width: 1060px) {
  .aboutUsHistory__text1995 {
    margin-bottom: 15px;
  }
}

.aboutUsHistory__text1995 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aboutUsHistory__textYear {
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__textYear {
    font-size: 1.4rem;
  }
}

.aboutUsHistory__textContent {
  font-size: 1.3rem;
  line-height: 2.142;
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__textContent {
    font-size: 1.4rem;
    display: inline-block;
  }
}

.aboutUsHistory__textMarker {
  color: #FFFFFF;
  font-size: 1.4rem;
  display: inline-block;
  background: #000000;
  padding: 0 3px 1px;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.aboutUsHistory__imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__imageBlock {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__imageBlock--other85 {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 1060px) {
  .aboutUsHistory__imageBlock--other95 {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__imageBlock--other95 {
    margin-bottom: 170px;
  }
}

.aboutUsHistory__imageInner {
  margin-right: 1.46413vw;
}

.aboutUsHistory__imageInner:nth-child(2) {
  margin-right: 0;
}

.aboutUsHistory__imageInner img {
  width: 13.90922vw;
  max-width: 190px;
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__imageInner img {
    width: 38.4vw;
  }
}

.aboutUsHistory__imageInner--other {
  display: block;
  position: absolute;
  left: 0;
  bottom: -108%;
}

.aboutUsHistory__imageSpace2 {
  display: block;
  width: 13.90922vw;
  max-width: 190px;
}

.aboutUsHistory__imageText {
  font-size: 1.2rem;
  line-height: 1.416;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .aboutUsHistory__imageText {
    white-space: nowrap;
  }
}

.aboutUsHistory__imageText--long {
  display: inline;
  position: absolute;
}

/*---------------------------
  アクセスマップページ
---------------------------*/
.acsessmapPageContents {
  font-size: 1.4rem;
  line-height: 2.142;
  width: 52.78184vw;
  padding-top: 100px;
  padding-bottom: 69px;
  max-width: 1038px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .acsessmapPageContents {
    font-weight: 300;
    line-height: 2.142;
    width: 82.13333vw;
    padding-top: 83.5px;
    margin-bottom: 82px;
  }
}

.acsessmapPageContents__adress {
  margin-bottom: 34.5px;
  /* margin-left: 25px; */
  font-weight: 600;
  padding-bottom: 34.5px;
  border-bottom: 1px dotted #000000;
}

@media screen and (max-width: 767px) {
  .acsessmapPageContents__adress {
    margin-left: 0;
  }
}

.acsessmapPageContents__acsessRoot {
  margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
  .acsessmapPageContents__acsessRoot {
    margin-bottom: 78.5px;
  }
}

.acsessmapPageContents__acsessRoot li {
  margin-left: 39px;
}

@media screen and (max-width: 767px) {
  .acsessmapPageContents__acsessRoot li {
    margin-left: 20px;
  }
}

.acsessmapPageContents__acsessRoot li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #000000;
  position: relative;
  left: -10px;
  top: -3px;
}

.acsessmapPageContents__googleMap {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .acsessmapPageContents__googleMap {
    height: 219px;
  }
}

.acsessmapPageContents__mapBtn {
  width: 17.56955vw;
  height: 57px;
  margin: 0 auto;
  border: 1px solid #000000;
  border-radius: 30px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .acsessmapPageContents__mapBtn {
    width: 64vw;
    margin-top: 33px;
  }
}

.acsessmapPageContents__mapBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.acsessmapPageContents__btnText {
  font-size: 1.6rem;
  line-height: 57px;
}

.acsessmapPageContents__btnText--en {
  font-family: "Oswald", sans-serif;
}

.acsessmapPageContents__mapBtn:hover {
  color: #FFFFFF;
  background-color: #000000;
}
/*# sourceMappingURL=aboutus.css.map */