@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.title--en {
  font-weight: bold;
  font-size: 200px;
}
.title--ja {
  display: inline-block;
  text-align: center;
}
.title__number {
  margin-bottom: 5px;
  color: #005DAA;
  font-weight: bold;
  font-size: 27px;
}
.title__text {
  position: relative;
}
.title__text::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15.3%, 14px);
  width: 100%;
  height: 82.3%;
  background-color: #005DAA;
  content: "";
}
.title__text span {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 11px 5px 5px;
  background-color: #005DAA;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.25em;
  writing-mode: vertical-lr;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .title--en {
    font-size: 100px;
  }
  .title__number {
    font-size: 24px;
  }
  .title__text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .title--en {
    font-size: 55px;
  }
}

.link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 188px;
}
.link__text {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.link__text::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.link__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #005DAA;
}
.link__arrow img {
  width: 15px;
}

.hero {
  padding-top: 167px;
}
.hero__inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 8.57%;
}
.hero__heading {
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 27px;
}
.hero__line {
  flex-shrink: 0;
  width: 1221px;
  margin-top: 40px;
}
.hero__line image {
  width: 100%;
  height: auto;
}
.hero__line .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 40px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 120px;
  }
  .hero__line {
    width: 900px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 80px;
  }
  .hero__inner {
    padding-left: 20px;
  }
  .hero__heading {
    position: relative;
    z-index: 10;
  }
  .hero__line {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}

.hero {
  margin-bottom: 53px;
}

.greeting {
  position: relative;
  padding-left: 8.57%;
  padding-bottom: 195px;
}
.greeting__title--en {
  position: absolute;
  top: 35px;
  right: 0;
  opacity: 0.06;
}
.greeting__contents {
  position: relative;
  z-index: 5;
  width: 670px;
  margin-top: 80px;
  margin-left: 150px;
}
.greeting__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 590.57px;
  height: 58.84px;
  margin-bottom: 45px;
  border: 1px solid #707070;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.01em;
  background-image: url(../images/index_hero_catch_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.greeting__sentence {
  margin-bottom: 55px;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.33;
  letter-spacing: 0.05em;
}
.greeting__by {
  display: flex;
  justify-content: flex-end;
}
.greeting__post {
  margin-top: 9px;
  margin-right: 18px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.greeting__name--ja {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.15em;
}
.greeting__name--en img {
  width: 127px;
}
@media screen and (max-width: 1200px) {
  .greeting {
    padding-bottom: 150px;
  }
  .greeting__inner {
    padding-right: 8.57%;
  }
  .greeting__contents {
    width: 100%;
    margin-left: 0px;
  }
  .greeting__catch {
    width: 430px;
    height: 48px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 576px) {
  .greeting {
    padding-bottom: 100px;
    padding-left: 0;
  }
  .greeting__inner {
    padding: 0 20px;
  }
  .greeting__contents {
    margin-top: 40px;
  }
  .greeting__catch {
    width: 320px;
    height: 40px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .greeting__sentence {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 2;
  }
  .greeting__post {
    margin-right: 12px;
    font-size: 13px;
  }
  .greeting__name--ja {
    font-size: 22px;
  }
  .greeting__name--en img {
    width: 110px;
  }
}

.history {
  position: relative;
  background-color: #005DAA;
  padding-top: 85px;
  padding-bottom: 150px;
  padding-left: 8.57%;
}
.history__list {
  position: relative;
  padding-top: 140px;
}
.history__list .slick-track {
  display: flex;
}
.history__list .slick-slide {
  height: auto !important;
}
.history__item {
  position: relative;
  width: 390px;
  margin-right: 25px;
  padding: 170px 40px 75px;
  border: 2px solid #00B2FF;
  background-color: #004E8E;
}
.history__year {
  position: absolute;
  top: 10px;
  right: 18px;
  color: #0099DB;
  font-weight: 500;
  font-size: 70px;
}
.history__calendar {
  margin-bottom: 16px;
}
.history__calendar img, .history__calendar span {
  vertical-align: middle;
}
.history__star {
  display: inline-block !important;
  width: 25px;
  margin-right: 8px;
}
.history__month {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.history__detail {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.57;
}
.history__arrow {
  position: absolute;
  top: 0;
  width: 75px;
  cursor: pointer;
  transition: 0.3s;
}
.history__arrow img {
  width: 100%;
  height: auto;
}
.history__arrow--prev {
  right: calc(11.9% + 100px);
}
.history__arrow--next {
  right: 11.9%;
}
@media screen and (max-width: 576px) {
  .history {
    padding-top: 45px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
  .history__list {
    padding-top: 80px;
  }
  .history__item {
    width: 290px;
    padding: 120px 25px 25px;
  }
  .history__year {
    top: 5px;
    font-size: 60px;
  }
  .history__detail {
    font-size: 14px;
  }
  .history__star {
    width: 17px;
    margin-right: 5px;
  }
  .history__month {
    font-size: 17px;
  }
  .history__arrow {
    width: 55px;
  }
  .history__arrow--next {
    right: 20px;
  }
  .history__arrow--prev {
    right: 85px;
  }
}

.maker {
  position: relative;
  padding-top: 160px;
  padding-bottom: 150px;
  background-color: #fff;
  color: #1A1311;
}
.maker__inner {
  width: 82.8%;
  margin: auto;
}
.maker__heading {
  margin-bottom: 70px;
}
.maker__list {
  width: 86.5%;
  margin: auto;
}
.maker__item {
  display: inline-block;
  line-height: 2.8;
}
.maker__item span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.maker__item:not(:last-of-type) span::after {
  display: inline;
  margin: 0 0.1em;
  content: "/";
}
@media screen and (max-width: 1200px) {
  .maker {
    padding-bottom: 100px;
  }
  .maker__list {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .maker {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .maker__inner {
    width: 100%;
    padding: 0 20px;
  }
  .maker__heading {
    margin-bottom: 40px;
  }
  .maker__item {
    line-height: 2.2;
  }
  .maker__item span {
    font-size: 14px;
  }
}/*# sourceMappingURL=about-us.css.map */