@charset "UTF-8";
section.mv {
  background: url(/profile/img/mv_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  section.mv {
    background-position: left center;
  }
}

hgroup [class*=__ttl] {
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  hgroup [class*=__ttl] {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  hgroup [class*=__ttl] {
    font-size: 25px;
  }
}
hgroup [class*=__sub] {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  hgroup [class*=__sub] {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  hgroup [class*=__sub] {
    font-size: 14px;
  }
}

.about {
  margin-bottom: 200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .about {
    grid-template-columns: 1fr;
  }
}
.about-left {
  padding-left: 5vw;
}
@media screen and (max-width: 600px) {
  .about-left {
    padding: 0 5%;
  }
}
.about-right {
  padding-left: 85px;
}
@media screen and (max-width: 768px) {
  .about-right {
    padding-left: 10%;
  }
}
@media screen and (max-width: 600px) {
  .about-right {
    margin-top: 20px;
    padding: 0 5%;
  }
}
.about__header {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin-left: auto;
}
.about__caption {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about__caption {
    margin-top: 20px;
  }
}
.about__caption span {
  border: 1px solid #000;
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 10px;
}
@media screen and (max-width: 768px) {
  .about__caption span {
    padding: 8px;
    font-size: 16px;
    white-space: nowrap;
  }
}
.about__caption span.pr0 {
  padding-right: 0;
}
.about__caption span:not(:first-child) {
  margin-top: -1px;
}
.about__text {
  max-width: 500px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 15px;
    font-size: 16px;
  }
}

.col-2 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .col-2 {
    padding: 50px 0;
  }
}
.col-2.bg-gy {
  background: #f6f6f6;
}
.col-2.bd-b {
  border-bottom: 1px solid #8a8a8a;
}
.col-2--fixed-480 {
  --fixed: 480px;
}
@media screen and (max-width: 768px) {
  .col-2--fixed-480 {
    --fixed: 250px;
  }
}
.col-2--fixed-410 {
  --fixed: 410px;
}
@media screen and (max-width: 768px) {
  .col-2--fixed-410 {
    --fixed: 250px;
  }
}
.col-2 > [class*=__inner] {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--fixed) 1fr;
}
@media screen and (max-width: 600px) {
  .col-2 > [class*=__inner] {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.motto__right {
  display: flex;
}
.motto__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media screen and (max-width: 600px) {
  .motto__list {
    width: 100%;
  }
}
.motto__item {
  padding: 7px 15px;
  background: #fff;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .motto__item {
    font-size: 16px;
    padding: 8px;
  }
}
.motto__item:nth-child(2) {
  margin-inline: auto;
}
.motto__item:nth-child(3) {
  margin-left: 155px;
}
@media screen and (max-width: 600px) {
  .motto__item:nth-child(3) {
    margin-left: auto;
  }
}

.philosophy__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
  padding-left: 20px;
  text-indent: -20px;
}
@media screen and (max-width: 768px) {
  .philosophy__item {
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.philosophy__item:before {
  content: "";
  margin-right: 10px;
  width: 10px;
  aspect-ratio: 1;
  background: #000;
  rotate: 45deg;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .philosophy__item:before {
    width: 8px;
  }
}
.philosophy__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .philosophy__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.conduct__item {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .conduct__item {
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.conduct__item:before {
  content: "";
  width: 22px;
  aspect-ratio: 1;
  background: #f5dc4e;
  border: 1px solid #000;
  outline: 1px solid #000;
  outline-offset: -7px;
  rotate: 45deg;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .conduct__item:before {
    width: 15px;
    outline-offset: -5px;
  }
}
.conduct__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .conduct__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.message {
  margin: 130px 0;
}
@media screen and (max-width: 768px) {
  .message {
    margin: 70px 0;
  }
}
.message__inner {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin-inline: auto;
  padding: 80px 130px 160px;
  background: #ffe347;
  box-shadow: 20.726px 13.98px 46px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  .message__inner {
    padding: 50px 6% 100px;
  }
}
@media screen and (max-width: 600px) {
  .message__inner {
    width: 90%;
    padding-bottom: 80px;
  }
}
.message__deco {
  position: absolute;
  left: 0;
  bottom: 30px;
  translate: -1em 0;
  color: rgba(255, 249, 40, 0.66);
  font-size: 86px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .message__deco {
    bottom: 15px;
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .message__deco {
    font-size: 40px;
    translate: -6% 0;
  }
}
.message__header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .message__header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .message__header {
    display: block;
  }
}
.message__ceo {
  max-width: 250px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .message__ceo {
    margin: 20px auto 0;
  }
}
.message__ceo figcaption {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .message__ceo figcaption {
    font-size: 14px;
  }
}
.message__ceo figcaption span {
  font-size: 0.75em;
}
.message__text {
  font-size: 16px;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 14px;
  }
}
.message__text + .message__text {
  margin-top: 2em;
}

.info-list__item {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  border-bottom: 1px solid #5d5e5e;
}
@media screen and (max-width: 768px) {
  .info-list__item {
    padding: 20px 0;
    grid-template-columns: 150px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .info-list__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.info-list__item:first-child {
  padding-top: 0;
}
.info-list__term {
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info-list__term {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .info-list__term {
    padding: 0;
    font-weight: bold;
  }
}
.info-list__desc {
  font-size: 16px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .info-list__desc {
    font-size: 14px;
    padding-right: 5%;
  }
}
.info-list__desc-list--v .info-list__desc-list__item:before {
  content: "・";
}
.info-list__desc-list--v .info-list__desc-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.info-list__desc-list--h {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  .info-list__desc-list--h {
    gap: 10px;
  }
}
.locations {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .locations {
    margin-bottom: 70px;
  }
}
.locations__inner {
  --clip: 90px;
  padding: 100px 0;
  width: 90%;
  max-width: 1360px;
  margin-inline: auto;
  color: #fff;
  background: url(/profile/img/location_img.jpg) center/cover;
  clip-path: polygon(var(--clip) 0, calc(100% - var(--clip)) 0%, 100% var(--clip), 100% calc(100% - var(--clip)), calc(100% - var(--clip)) 100%, var(--clip) 100%, 0% calc(100% - var(--clip)), 0% var(--clip));
}
@media screen and (max-width: 768px) {
  .locations__inner {
    --clip: 40px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .locations__inner {
    --clip: 20px;
  }
}
.locations__header {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .locations__header {
    margin-bottom: 45px;
  }
}
.locations__list {
  width: 95%;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .locations__list {
    width: 90%;
  }
}
.locations__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .locations__item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.location {
  display: grid;
  grid-template-columns: 410px 1fr;
}
@media screen and (max-width: 768px) {
  .location {
    grid-template-columns: 55% 1fr;
  }
}
@media screen and (max-width: 600px) {
  .location {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.location__left {
  padding-top: 10px;
}
.location__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.location__name {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .location__name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.location__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.location__block {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.location__block span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .location__block span {
    font-size: 14px;
  }
}
.location__btn {
  --c1: #0e1452;
  --c2: #fff;
  position: relative;
  width: 90%;
  max-width: 480px;
  margin: 85px auto 0;
  padding: 20px 0;
  text-align: center;
  background: var(--c1);
  border: 1px solid #fff;
  color: var(--c2);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .location__btn {
    margin-top: 50px;
    padding: 15px 0;
    font-size: 14px;
  }
}
.location__btn:hover {
  --c1: #fff;
  --c2: #0e1452;
}
.location__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  display: block;
  width: 7px;
  aspect-ratio: 7/15;
  background: var(--c2);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: inherit;
}

.history {
  --content-max: 1380px;
  --gutter: 5%;
  margin-bottom: 140px;
  display: grid;
  grid-template-columns: [full-start] minmax(var(--gutter), 1fr) [content-start] minmax(0, var(--content-max)) [content-end] minmax(var(--gutter), 1fr) [full-end];
}
@media screen and (max-width: 768px) {
  .history {
    margin-bottom: 70px;
  }
}
.history__inner {
  padding: 60px 0 60px 80px;
  background: #f5f5f5;
  grid-column: content-start/full-end;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .history__inner {
    padding: 30px 0 30px 5%;
  }
}
.history__header {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .history__header {
    margin-bottom: 30px;
  }
}
.history__item {
  padding: 0 45px 45px 20px;
  border-left: 1px solid #0e1452;
}
.history__item:has(img) {
  padding-bottom: 300px;
}
@media screen and (max-width: 600px) {
  .history__item:has(img) {
    padding-bottom: 250px;
  }
}
.history__year {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  color: #0e1452;
}
@media screen and (max-width: 768px) {
  .history__year {
    font-size: 30px;
  }
}
.history__month {
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
.history__month:before {
  content: "";
  width: 11px;
  aspect-ratio: 1;
  position: absolute;
  left: -20px;
  top: 50%;
  border-radius: 50px;
  background: #0e1452;
  translate: -50% -50%;
}
.history__desc {
  font-size: 16px;
}
.history__img {
  position: absolute;
  bottom: 45px;
}
@media screen and (max-width: 600px) {
  .history__img {
    bottom: 10px;
  }
}
.history__arrows {
  margin-top: 60px;
  padding-right: 70px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .history__arrows {
    margin-top: 30px;
    padding-right: 5%;
  }
}
.history__arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.slick-list {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .slick-list {
    padding-left: 5%;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}
/*# sourceMappingURL=style.css.map */
