/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: 'tsukuhou';
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}

/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
.aboutMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  .aboutMessage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10rem 5vw 0;
  }
}

@media screen and (min-width: 1025px) {
  .aboutMessage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 26.4rem 4vw 0 10vw;
  }
}

@media screen and (min-width: 320px) {
  .aboutMessage .sectionTitle {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .aboutMessage .sectionTitle {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 320px) {
  .messageWrapper {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .messageWrapper {
    width: 54%;
  }
}

.messageTitleEng {
  font-family: "archivo-variable", sans-serif;
  font-weight: 700;
  letter-spacing: .15rem;
}

@media screen and (min-width: 320px) {
  .messageTitleEng {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .messageTitleEng {
    font-size: 2.4rem;
    margin-top: 11rem;
  }
}

@media screen and (min-width: 320px) {
  .messageText {
    font-size: 1.4rem;
    margin-top: 3rem;
    line-height: 2.2;
  }
}

@media screen and (min-width: 1025px) {
  .messageText {
    font-size: 1.9rem;
    margin-top: 9.5rem;
    letter-spacing: .1rem;
    line-height: 2.526;
  }
}

.messageName {
  font-family: "tsukuhou", sans-serif;
  text-align: right;
}

@media screen and (min-width: 320px) {
  .messageName {
    font-size: 1.5rem;
    margin: 3rem 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .messageName {
    font-size: 2.4rem;
    margin: 5rem 1vw 0 0;
  }
}

.aboutImg {
  background: #85afd8;
  aspect-ratio: 587 / 674;
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  .aboutImg {
    width: 80%;
    border-radius: 2rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1025px) {
  .aboutImg {
    width: 35.5%;
    border-radius: 4rem;
    margin-top: 0;
  }
}

.aboutImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  .aboutDetail {
    padding: 10rem 5vw 0;
  }
}

@media screen and (min-width: 1025px) {
  .aboutDetail {
    padding: 26.5rem 10vw 0 5vw;
  }
}

@media screen and (min-width: 320px) {
  .aboutDetail .sectionTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1025px) {
  .aboutDetail .sectionTitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-right: 2.5vw;
  }
}

.detailImg {
  aspect-ratio: 1319 / 599;
}

@media screen and (min-width: 320px) {
  .detailImg {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 3rem;
    border-radius: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .detailImg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80.7%;
    margin-top: 5.5rem;
    border-radius: 4rem;
  }
}

.detailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 320px) {
  .detailList {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4rem;
    gap: 2rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .detailList {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 13.5rem;
    gap: 4.5rem 0;
  }
}

.detailItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(133, 175, 216, 0.2);
  letter-spacing: .1rem;
}

@media screen and (min-width: 320px) {
  .detailItem {
    width: 100%;
    padding: 0 1rem 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .detailItem {
    width: 63%;
    padding: 0 3.5rem 5rem;
  }
}

.detailItem:nth-last-child(1) {
  border-bottom: none;
}

.detailItem .title {
  font-weight: 700;
}

@media screen and (min-width: 320px) {
  .detailItem .title {
    width: 35%;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .detailItem .title {
    width: 35.6%;
    font-size: 2rem;
  }
}

.detailItem .desc {
  opacity: .8;
}

@media screen and (min-width: 320px) {
  .detailItem .desc {
    width: 65%;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .detailItem .desc {
    width: 64.4%;
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .aboutBranch {
    padding: 10rem 5vw 0;
  }
}

@media screen and (min-width: 1025px) {
  .aboutBranch {
    padding: 21rem 10vw 0;
  }
}

@media screen and (min-width: 320px) {
  .aboutBranch .readMore {
    margin: 5rem auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .aboutBranch .readMore {
    margin: 12rem 0 0 auto;
  }
}

.branchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  .branchList {
    margin-top: 4rem;
    gap: 2.5rem 4%;
  }
}

@media screen and (min-width: 1025px) {
  .branchList {
    margin-top: 12rem;
    gap: 7.5rem 5%;
  }
}

@media screen and (min-width: 320px) {
  .branchItem {
    width: 48%;
  }
}

@media screen and (min-width: 1025px) {
  .branchItem {
    width: 30%;
  }
}

.branchItem .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  aspect-ratio: 460 / 321;
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  .branchItem .inner {
    border-radius: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .branchItem .inner {
    border-radius: 4rem;
  }
}

.branchItem .title {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 320px) {
  .branchItem .title {
    bottom: 1rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .branchItem .title {
    bottom: 2rem;
    font-size: 2.4rem;
  }
}

.branchItem .bgSvg {
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 320px) {
  .branchItem .bgSvg {
    left: -20;
    width: 140%;
  }
}

@media screen and (min-width: 1025px) {
  .branchItem .bgSvg {
    left: 0;
    width: 100%;
  }
}

.branchItem .svgPath {
  fill: #FFFFFF;
}
/*# sourceMappingURL=about.css.map */