@charset "utf-8";

/* ===== greeting ====== */

.greeting {
  margin-top: 64px;
}

.greeting__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.greeting .content {
  position: relative;
}

.greeting .pic {
  width: 678px;
  margin-left: auto;
}

.greeting .info {
  position: absolute;
  bottom: -630px;
  left: 34px;
  width: 700px;
  padding: 45px 50px 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
  background-color: rgba(255, 255, 255, 70%);
  -webkit-backdrop-filter: brightness(96%) blur(15px);
  backdrop-filter: brightness(96%) blur(15px);
}

.greeting h3 {
  font-size: 2rem;
  font-weight: 700;
}

.greeting p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px;
}

.greeting p + p {
  text-align: right;
  margin-top: 20px;
}
.greeting p + p + img {
  margin-top: 30px;
}
/* ===== philosophy ====== */

.philosophy {
  margin-top: 710px;
  padding: 25px 0;
  background-color: #f2f2f2;
}

.philosophy__inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.philosophy .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.philosophy .info {
  width: 492px;
}

.philosophy h3 {
  font-size: 2rem;
  font-weight: 700;
}

.philosophy p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px;
}

/* ===== parallax ====== */

.about .parallax {
  background-image: url(../img/about/about03.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  height: 572px;
  margin-top: 80px;
}

.about .parallax-sp {
  display: none;
}

@media (min-width: 1920px) {
  .about .parallax {
    background-size: cover;
  }
}

/* ===== organization ====== */

.organization {
  margin-top: 80px;
  padding: 40px 0;
  background-color: #f2f2f2;
  text-align: center;
  position: relative;
}

.organization::before {
  content: "";
  position: absolute;
  background-image: url(../img/about/about07.png);
  background-image: image-set(
    url(../img/about/about07.png) 1x,
    url(../img/about/about07@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../img/about/about07.png) 1x,
    url(../img/about/about07@2x.png) 2x
  );
  background-repeat: no-repeat;
  position: absolute;
  top: 218px;
  left: -20%;
  width: 100%;
  height: 82%;
}

@media (max-width: 1380px) {
  .organization::before {
    width: 200%;
    left: -50%;
  }
}

.organization .pic {
  width: 920px;
  margin: 43px auto 0;
  padding: 40px 0;
  background: #fff;
}

/* ----- fadeUp start ----- */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(300px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpTrigger {
  opacity: 0;
}

/* ----- fadeUp end ----- */

.organization .pic span {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.organization01 {
  top: 58px;
  left: 149px;
}

.organization02 {
  top: 137px;
  left: 141px;
}

.organization03 {
  top: 137px;
  right: 157px;
}

.organization04 {
  top: 217px;
  right: 157px;
}

.organization05 {
  top: 297px;
  right: 157px;
}

.organization .pic .organization06 {
  top: 367px;
  right: 106px;
  font-weight: 400;
}

.organization .pic .organization07 {
  top: 427px;
  right: 110px;
  font-weight: 400;
}

.organization .pic .organization08 {
  top: 487px;
  right: 82px;
  font-weight: 400;
}

.organization09 {
  top: 557px;
  right: 157px;
}

.organization10 {
  top: 637px;
  right: 141px;
}

.organization11 {
  top: 717px;
  right: 116px;
}

.organization12 {
  top: 797px;
  right: 101px;
}

.organization13 {
  top: 877px;
  right: 141px;
}

/* ===== overview ====== */

.overview {
  margin-top: 86px;
}

.overview .ttl,
.overview .sub-ttl {
  text-align: center;
}

.overview .pic {
  background-image: url(../img/about/about05.png);
  background-image: image-set(
    url(../img/about/about05.png) 1x,
    url(../img/about/about05@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../img/about/about05.png) 1x,
    url(../img/about/about05@2x.png) 2x
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 572px;
  margin-top: 43px;
}

.overview__list {
  max-width: 1080px;
  width: 100%;
  margin: 41px auto 0;
}

.overview__list li {
  padding: 24px 0;
  border-bottom: 1px solid #b2b2b2;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
}

.overview__list li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 180px;
  height: 1px;
  background-color: #000;
}

.overview__list li span:first-of-type {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  width: 180px;
}

.overview__list li span:last-of-type {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 20px;
}

/* ===== access ====== */

.access {
  margin: 101px 0 134px;
}

.access .ttl,
.access .sub-ttl {
  text-align: center;
}

.access .content {
  max-width: 820px;
  width: 100%;
  margin: 48px auto 0;
}

.access .main-office li:first-of-type {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.access .main-office li:not(:first-of-type) {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.access .pic-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding-bottom: 50px;
  border-bottom: 1px solid #b2b2b2;
}

.access .office {
  display: flex;
  margin-top: 47px;
  position: relative;
}

.access .office::before {
  content: "";
  position: absolute;
  top: 0;
  left: 400px;
  width: 1px;
  height: 100px;
  background-color: #b2b2b2;
}

.access .office ul {
  width: 50%;
}

.access .office ul:first-of-type {
  padding-left: 57px;
}

.access .office ul:last-of-type {
  margin-left: 120px;
}

.access .office ul:last-of-type.office-list-ml {
  margin-left: 57px;
}

.access .office ul li:first-of-type {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.access .office li:not(:first-of-type) {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

/* ==========================================
/* tablet
/* ========================================== */

@media (max-width: 1079px) {
  /* ===== greeting ====== */

  .greeting {
    margin-top: 55px;
  }

  .greeting__inner {
    /* max-width: 1200px;
  width: 100%;
  margin: 0 auto; */
    padding: 0 20px;
  }

  .greeting .content {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .greeting .pic {
    width: 700px;
    margin: 42px auto 0;
  }

  .greeting .pic img {
    width: 100%;
  }

  .greeting .info {
    position: static;
    max-width: 700px;
    width: 100%;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .greeting h3 {
    font-size: 1.8rem;
  }

  .greeting p + p + img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  /* ===== philosophy ====== */

  .philosophy {
    margin-top: 50px;
    padding: 35px 0 29px;
  }

  .philosophy__inner {
    max-width: none;
  }

  .philosophy .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .philosophy .info {
    width: 340px;
  }

  .philosophy h3 {
    font-size: 1.8rem;
  }

  .philosophy .pic {
    margin-top: 22px;
  }

  /* ===== parallax ====== */

  .about .parallax {
    display: none;
  }

  .about .parallax-sp {
    display: block;
    width: 100%;
    margin-top: 70px;
  }

  .about .parallax-sp img {
    width: 100%;
  }

  /* ===== organization ====== */

  .organization {
    margin-top: 70px;
    padding: 30px 0;
    background-color: #f2f2f2;
    text-align: center;
    position: relative;
  }

  .organization::before {
    top: -74px;
    left: -75%;
    height: 107%;
  }

  /* ===== overview ====== */

  .overview {
    margin-top: 86px;
  }

  .overview .ttl,
  .overview .sub-ttl {
    text-align: center;
  }

  .overview .pic {
    height: 400px;
    margin-top: 32px;
  }

  .overview__list {
    margin: 10px auto 0;
    padding: 0 20px;
  }

  .overview__list li {
    padding: 24px 0;
    display: flex;
  }

  .overview__list li::before {
    width: 20%;
  }

  .overview__list li span:first-of-type {
    font-size: 1.4rem;
    max-width: 20%;
    width: 100%;
  }

  .overview__list li span:last-of-type {
    font-size: 1.4rem;
    padding-left: 0;
    margin-left: 20px;
    max-width: 80%;
    width: 100%;
    line-height: 1.3;
  }

  /* ===== access ====== */

  .access {
    margin: 70px 0 145px;
  }

  .access .content {
    max-width: 700px;
    margin: 45px auto 0;
  }

  .access .main-office li:first-of-type {
    margin-bottom: 15px;
  }

  .access .map {
    width: 389px;
    height: 370px;
  }

  .access .map iframe {
    width: 389px;
    height: 370px;
  }
}

/* ==========================================
/* sp
/* ========================================== */

@media (max-width: 767px) {
  /* ===== greeting ====== */

  .greeting .pic {
    max-width: 700px;
    width: 100%;
  }

  .greeting p {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  /* ===== philosophy ====== */

  .philosophy .content {
    padding: 0 20px;
  }

  .philosophy .info {
    max-width: 340px;
    width: 100%;
  }

  .philosophy p {
    font-size: 1.4rem;
  }

  .philosophy .pic {
    margin-top: 22px;
  }

  /* ===== parallax ====== */

  .about .parallax-sp {
    display: block;
    width: 100%;
    height: 180px;
    margin-top: 70px;
  }

  .about .parallax-sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /* ===== organization ====== */

  .organization::before {
    content: "";
    position: absolute;
    background-image: url(../img/about/about07-sp.png);
    background-image: image-set(
      url(../img/about/about07-sp.png) 1x,
      url(../img/about/about07-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../img/about/about07-sp.png) 1x,
      url(../img/about/about07-sp@2x.png) 2x
    );
    background-repeat: no-repeat;
    position: absolute;
    top: -74px;
    left: -153%;
    width: 270%;
    height: 110%;
  }

  .organization .ttl {
    line-height: 1.2;
  }

  .organization .pic {
    width: 100%;
    margin: 32px auto 0;
    padding: 20px;
  }

  .organization .pic img {
    width: 100%;
    height: auto;
  }

  /* ----- fadeUp end ----- */

  .organization .pic span {
    font-size: 1.4rem;
  }

  .organization01 {
    top: 33px;
    left: 62px;
  }

  .organization02 {
    top: 83px;
    left: 55px;
  }

  .organization03 {
    top: 83px;
    right: 64px;
  }

  .organization04 {
    top: 133px;
    right: 64px;
  }

  .organization05 {
    top: 183px;
    right: 64px;
  }

  .organization .pic .organization06 {
    top: 229px;
    right: 30px;
    font-size: 1.2rem;
  }

  .organization .pic .organization07 {
    top: 274px;
    right: 35px;
    font-size: 1.2rem;
  }

  .organization .pic .organization08 {
    top: 319px;
    right: 12px;
    font-size: 1.2rem;
  }

  .organization09 {
    top: 368px;
    right: 64px;
  }

  .organization10 {
    top: 418px;
    right: 50px;
  }

  .organization11 {
    top: 468px;
    right: 28px;
  }

  .organization12 {
    top: 518px;
    right: 15px;
  }

  .organization13 {
    top: 568px;
    right: 50px;
  }

  @media (max-width: 364px) {
    .organization .pic {
      max-width: 301px;
      height: 522px;
      background-size: contain;
    }

    .organization .pic span {
      font-size: 1.3rem;
    }

    .organization01 {
      top: 28px;
      left: 52px;
    }

    .organization02 {
      top: 70px;
      left: 46px;
    }

    .organization03 {
      top: 70px;
      right: 51px;
    }

    .organization04 {
      top: 113px;
      right: 51px;
    }

    .organization05 {
      top: 155px;
      right: 51px;
    }

    .organization .pic .organization06 {
      top: 194px;
      right: 19px;
    }

    .organization .pic .organization07 {
      top: 232px;
      right: 23px;
    }

    .organization .pic .organization08 {
      top: 271px;
      right: 11px;
      font-size: 1rem;
    }

    .organization09 {
      top: 312px;
      right: 51px;
    }

    .organization10 {
      top: 354px;
      right: 37px;
    }

    .organization11 {
      top: 397px;
      right: 22px;
    }

    .organization .pic .organization12 {
      top: 440px;
      right: 13px;
      font-size: 1.2rem;
    }

    .organization13 {
      top: 482px;
      right: 37px;
    }
  }

  /* ===== overview ====== */

  .overview .pic {
    background-image: url(../img/about/about05-sp.png);
    background-image: image-set(
      url(../img/about/about05-sp.png) 1x,
      url(../img/about/about05-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../img/about/about05-sp.png) 1x,
      url(../img/about/about05-sp@2x.png) 2x
    );
    height: 200px;
    margin-top: 32px;
  }

  .overview__list li::before {
    width: 29%;
  }

  .overview__list li span:first-of-type {
    font-size: 1.2rem;
    max-width: 29%;
    line-height: 1.3;
  }

  .overview__list li span:last-of-type {
    font-size: 1.2rem;
    max-width: 71%;
    line-height: 1.3;
  }

  /* ===== access ====== */

  .access .content {
    max-width: 335px;
    margin: 45px auto 0;
  }

  .access .main-office li:first-of-type {
    font-size: 1.2rem;
  }

  .access .main-office li:not(:first-of-type) {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .access .pic-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .access .pic {
    width: 335px;
    height: 430px;
  }

  .access .pic img {
    width: 100%;
    height: 100%;
  }

  .access .map {
    width: 335px;
    height: 240px;
  }

  .access .map iframe {
    width: 335px;
    height: 240px;
  }

  .access .office {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    position: relative;
  }

  .access .office::before {
    content: none;
  }

  .access .office ul {
    padding: 23px 0 20px;
    text-align: left;
    width: 100%;
    border-top: 1px solid #b2b2b2;
  }

  .access .office ul:first-of-type {
    padding-left: 0;
  }

  .access .office ul:last-of-type {
    margin-left: 0;
  }

  .access .office ul:last-of-type.office-list-ml {
    margin-left: 0;
    border-bottom: 1px solid #b2b2b2;
  }

  .access .office ul li:first-of-type {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .access .office li:not(:first-of-type) {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
  }

  @media (max-width: 349px) {
    .access .content {
      max-width: 310px;
    }

    .access .pic {
      width: 318px;
      height: 408px;
    }

    .access .map {
      width: 318px;
      height: 228px;
    }

    .access .map iframe {
      width: 318px;
      height: 228px;
    }
  }
}

/* ===== cn ====== */
.cnInner {
  width: 1000px;
  margin: 86px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cnInner {
    width: 100%;
    margin-top: 48px;
    padding: 0 20px;
  }
}

.cnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin: 43px 0 0;
}
@media (max-width: 767px) {
  .cnWrap {
    row-gap: 10px;
    margin-top: 32px;
  }
}

.cnItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f1f4f8;
}

.cnItem:nth-child(2) {
  background: transparent;
}

.cnItem img {
  width: 100%;
  height: auto;
}

.cnItem:nth-child(1),
.cnItem:nth-child(5) {
  width: 66%;
}

.cnItem:nth-child(n+3):nth-child(-n+4),
.cnItem:nth-child(n+10):nth-child(-n+11) {
  width: 49%;
}

.cnItem:nth-child(2),
.cnItem:nth-child(6),
.cnItem:nth-child(n+7):nth-child(-n+9) {
  width: 32%;
}

.cnItemInner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 21px;
}
@media (max-width: 767px) {
  .cnItemInner {
    row-gap: 11px;
  }
}

.cnItem2 {
  width: 100%;
}
