@charset "UTF-8";
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.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;
}

/* modern-css-reset v1.4.0 | MIT License | https://github.com/hankchizljaw/modern-css-reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

body {
  -webkit-font-smoothing: antialiased;
}

video,
canvas {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-gray {
  background-color: #f7f7f7;
}

.u-italic {
  font-style: italic;
}

.u-date {
  position: relative;
}
.u-date input[type=date] {
  border: 1px solid #ebebeb;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  height: 45px;
  width: 190px;
  font-size: 16px;
  color: #363636;
  background-color: #f5f5f5;
  box-sizing: border-box;
  background-image: url("../img/icon_calender.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 50px;
  text-align: left;
}
.u-date span {
  position: absolute;
  left: 12px;
  padding-right: 5px;
  top: 3px;
  color: #9a9a9a;
  display: inline-block;
  background-color: #f5f5f5;
}

.u-select.select-empty {
  color: #9a9a9a;
}
.u-select.select-filled {
  color: #363636;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center !important;
  }
}

.u-align-top {
  align-items: flex-start;
  align-self: start;
}

.u-align-center {
  align-items: center;
  align-self: center;
}

.u-align-bottom {
  align-items: flex-end;
  align-self: end;
}

.u-text-right {
  text-align: right;
}

.u-bg-white {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.u-bd {
  border: 1px solid #eee;
}

.u-w-100 {
  width: 100%;
  max-width: 100%;
}

.u-fw-bold {
  font-weight: 700;
}

.u-flex {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .u-flex {
    align-items: center;
    flex-direction: column;
  }
}
.u-flex.w100 {
  width: 100% !important;
}
.u-flex.end {
  justify-content: flex-end;
}
.u-flex.start {
  justify-content: flex-start;
}
.u-flex.sb {
  justify-content: space-between;
}
.u-flex.jc {
  justify-content: center;
}
.u-flex.ac {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .u-flex.as-sp {
    align-items: start;
  }
}
.u-flex.fdc {
  flex-direction: column;
}

.u-ml-auto {
  margin-left: auto;
}

.u-width-auto {
  width: auto !important;
}

.u-white-space {
  position: relative;
}
.u-white-space:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -120px;
  background-color: #fff;
  width: 100%;
  height: 130px;
}

.u-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mt0 {
    margin-top: 0vw !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mb0 {
    margin-bottom: 0vw !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-ml0 {
    margin-left: 0vw !important;
  }
}

.u-mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mr0 {
    margin-right: 0vw !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 0.641025641vw !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 0.641025641vw !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-ml5 {
    margin-left: 0.641025641vw !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mr5 {
    margin-right: 0.641025641vw !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 1.2820512821vw !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 1.2820512821vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-ml10 {
    margin-left: 1.2820512821vw !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mr10 {
    margin-right: 1.2820512821vw !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mt15 {
    margin-top: 1.9230769231vw !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 1.9230769231vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-ml15 {
    margin-left: 1.9230769231vw !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mr15 {
    margin-right: 1.9230769231vw !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 2.5641025641vw !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 2.5641025641vw !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-ml20 {
    margin-left: 2.5641025641vw !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mr20 {
    margin-right: 2.5641025641vw !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt25 {
    margin-top: 3.2051282051vw !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 3.2051282051vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-ml25 {
    margin-left: 3.2051282051vw !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mr25 {
    margin-right: 3.2051282051vw !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 3.8461538462vw !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 3.8461538462vw !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-ml30 {
    margin-left: 3.8461538462vw !important;
  }
}

.u-mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mr30 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mt35 {
    margin-top: 4.4871794872vw !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mb35 {
    margin-bottom: 4.4871794872vw !important;
  }
}

.u-ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-ml35 {
    margin-left: 4.4871794872vw !important;
  }
}

.u-mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mr35 {
    margin-right: 4.4871794872vw !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 5.1282051282vw !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 5.1282051282vw !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-ml40 {
    margin-left: 5.1282051282vw !important;
  }
}

.u-mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mr40 {
    margin-right: 5.1282051282vw !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mt45 {
    margin-top: 5.7692307692vw !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mb45 {
    margin-bottom: 5.7692307692vw !important;
  }
}

.u-ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-ml45 {
    margin-left: 5.7692307692vw !important;
  }
}

.u-mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mr45 {
    margin-right: 5.7692307692vw !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt50 {
    margin-top: 6.4102564103vw !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 6.4102564103vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-ml50 {
    margin-left: 6.4102564103vw !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mr50 {
    margin-right: 6.4102564103vw !important;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mt55 {
    margin-top: 7.0512820513vw !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mb55 {
    margin-bottom: 7.0512820513vw !important;
  }
}

.u-ml55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-ml55 {
    margin-left: 7.0512820513vw !important;
  }
}

.u-mr55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mr55 {
    margin-right: 7.0512820513vw !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt60 {
    margin-top: 7.6923076923vw !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 7.6923076923vw !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-ml60 {
    margin-left: 7.6923076923vw !important;
  }
}

.u-mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mr60 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mt65 {
    margin-top: 8.3333333333vw !important;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mb65 {
    margin-bottom: 8.3333333333vw !important;
  }
}

.u-ml65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-ml65 {
    margin-left: 8.3333333333vw !important;
  }
}

.u-mr65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mr65 {
    margin-right: 8.3333333333vw !important;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mt70 {
    margin-top: 8.9743589744vw !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 8.9743589744vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-ml70 {
    margin-left: 8.9743589744vw !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mr70 {
    margin-right: 8.9743589744vw !important;
  }
}

.u-mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mt75 {
    margin-top: 9.6153846154vw !important;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mb75 {
    margin-bottom: 9.6153846154vw !important;
  }
}

.u-ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-ml75 {
    margin-left: 9.6153846154vw !important;
  }
}

.u-mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mr75 {
    margin-right: 9.6153846154vw !important;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mt80 {
    margin-top: 10.2564102564vw !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 10.2564102564vw !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-ml80 {
    margin-left: 10.2564102564vw !important;
  }
}

.u-mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mr80 {
    margin-right: 10.2564102564vw !important;
  }
}

.u-mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mt85 {
    margin-top: 10.8974358974vw !important;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mb85 {
    margin-bottom: 10.8974358974vw !important;
  }
}

.u-ml85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-ml85 {
    margin-left: 10.8974358974vw !important;
  }
}

.u-mr85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mr85 {
    margin-right: 10.8974358974vw !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mt90 {
    margin-top: 11.5384615385vw !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 11.5384615385vw !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-ml90 {
    margin-left: 11.5384615385vw !important;
  }
}

.u-mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mr90 {
    margin-right: 11.5384615385vw !important;
  }
}

.u-mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mt95 {
    margin-top: 12.1794871795vw !important;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mb95 {
    margin-bottom: 12.1794871795vw !important;
  }
}

.u-ml95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-ml95 {
    margin-left: 12.1794871795vw !important;
  }
}

.u-mr95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mr95 {
    margin-right: 12.1794871795vw !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 12.8205128205vw !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 12.8205128205vw !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-ml100 {
    margin-left: 12.8205128205vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mr100 {
    margin-right: 12.8205128205vw !important;
  }
}

.u-mt105 {
  margin-top: 105px !important;
}
@media screen and (max-width: 767px) {
  .u-mt105 {
    margin-top: 13.4615384615vw !important;
  }
}

.u-mb105 {
  margin-bottom: 105px !important;
}
@media screen and (max-width: 767px) {
  .u-mb105 {
    margin-bottom: 13.4615384615vw !important;
  }
}

.u-ml105 {
  margin-left: 105px !important;
}
@media screen and (max-width: 767px) {
  .u-ml105 {
    margin-left: 13.4615384615vw !important;
  }
}

.u-mr105 {
  margin-right: 105px !important;
}
@media screen and (max-width: 767px) {
  .u-mr105 {
    margin-right: 13.4615384615vw !important;
  }
}

.u-mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 767px) {
  .u-mt110 {
    margin-top: 14.1025641026vw !important;
  }
}

.u-mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 767px) {
  .u-mb110 {
    margin-bottom: 14.1025641026vw !important;
  }
}

.u-ml110 {
  margin-left: 110px !important;
}
@media screen and (max-width: 767px) {
  .u-ml110 {
    margin-left: 14.1025641026vw !important;
  }
}

.u-mr110 {
  margin-right: 110px !important;
}
@media screen and (max-width: 767px) {
  .u-mr110 {
    margin-right: 14.1025641026vw !important;
  }
}

.u-mt115 {
  margin-top: 115px !important;
}
@media screen and (max-width: 767px) {
  .u-mt115 {
    margin-top: 14.7435897436vw !important;
  }
}

.u-mb115 {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 767px) {
  .u-mb115 {
    margin-bottom: 14.7435897436vw !important;
  }
}

.u-ml115 {
  margin-left: 115px !important;
}
@media screen and (max-width: 767px) {
  .u-ml115 {
    margin-left: 14.7435897436vw !important;
  }
}

.u-mr115 {
  margin-right: 115px !important;
}
@media screen and (max-width: 767px) {
  .u-mr115 {
    margin-right: 14.7435897436vw !important;
  }
}

.u-mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-mt120 {
    margin-top: 15.3846153846vw !important;
  }
}

.u-mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-mb120 {
    margin-bottom: 15.3846153846vw !important;
  }
}

.u-ml120 {
  margin-left: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-ml120 {
    margin-left: 15.3846153846vw !important;
  }
}

.u-mr120 {
  margin-right: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-mr120 {
    margin-right: 15.3846153846vw !important;
  }
}

.u-mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 767px) {
  .u-mt125 {
    margin-top: 16.0256410256vw !important;
  }
}

.u-mb125 {
  margin-bottom: 125px !important;
}
@media screen and (max-width: 767px) {
  .u-mb125 {
    margin-bottom: 16.0256410256vw !important;
  }
}

.u-ml125 {
  margin-left: 125px !important;
}
@media screen and (max-width: 767px) {
  .u-ml125 {
    margin-left: 16.0256410256vw !important;
  }
}

.u-mr125 {
  margin-right: 125px !important;
}
@media screen and (max-width: 767px) {
  .u-mr125 {
    margin-right: 16.0256410256vw !important;
  }
}

.u-mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 767px) {
  .u-mt130 {
    margin-top: 16.6666666667vw !important;
  }
}

.u-mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 767px) {
  .u-mb130 {
    margin-bottom: 16.6666666667vw !important;
  }
}

.u-ml130 {
  margin-left: 130px !important;
}
@media screen and (max-width: 767px) {
  .u-ml130 {
    margin-left: 16.6666666667vw !important;
  }
}

.u-mr130 {
  margin-right: 130px !important;
}
@media screen and (max-width: 767px) {
  .u-mr130 {
    margin-right: 16.6666666667vw !important;
  }
}

.u-mt135 {
  margin-top: 135px !important;
}
@media screen and (max-width: 767px) {
  .u-mt135 {
    margin-top: 17.3076923077vw !important;
  }
}

.u-mb135 {
  margin-bottom: 135px !important;
}
@media screen and (max-width: 767px) {
  .u-mb135 {
    margin-bottom: 17.3076923077vw !important;
  }
}

.u-ml135 {
  margin-left: 135px !important;
}
@media screen and (max-width: 767px) {
  .u-ml135 {
    margin-left: 17.3076923077vw !important;
  }
}

.u-mr135 {
  margin-right: 135px !important;
}
@media screen and (max-width: 767px) {
  .u-mr135 {
    margin-right: 17.3076923077vw !important;
  }
}

.u-mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 767px) {
  .u-mt140 {
    margin-top: 17.9487179487vw !important;
  }
}

.u-mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 767px) {
  .u-mb140 {
    margin-bottom: 17.9487179487vw !important;
  }
}

.u-ml140 {
  margin-left: 140px !important;
}
@media screen and (max-width: 767px) {
  .u-ml140 {
    margin-left: 17.9487179487vw !important;
  }
}

.u-mr140 {
  margin-right: 140px !important;
}
@media screen and (max-width: 767px) {
  .u-mr140 {
    margin-right: 17.9487179487vw !important;
  }
}

.u-mt145 {
  margin-top: 145px !important;
}
@media screen and (max-width: 767px) {
  .u-mt145 {
    margin-top: 18.5897435897vw !important;
  }
}

.u-mb145 {
  margin-bottom: 145px !important;
}
@media screen and (max-width: 767px) {
  .u-mb145 {
    margin-bottom: 18.5897435897vw !important;
  }
}

.u-ml145 {
  margin-left: 145px !important;
}
@media screen and (max-width: 767px) {
  .u-ml145 {
    margin-left: 18.5897435897vw !important;
  }
}

.u-mr145 {
  margin-right: 145px !important;
}
@media screen and (max-width: 767px) {
  .u-mr145 {
    margin-right: 18.5897435897vw !important;
  }
}

.u-mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 767px) {
  .u-mt150 {
    margin-top: 19.2307692308vw !important;
  }
}

.u-mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 767px) {
  .u-mb150 {
    margin-bottom: 19.2307692308vw !important;
  }
}

.u-ml150 {
  margin-left: 150px !important;
}
@media screen and (max-width: 767px) {
  .u-ml150 {
    margin-left: 19.2307692308vw !important;
  }
}

.u-mr150 {
  margin-right: 150px !important;
}
@media screen and (max-width: 767px) {
  .u-mr150 {
    margin-right: 19.2307692308vw !important;
  }
}

.u-mt155 {
  margin-top: 155px !important;
}
@media screen and (max-width: 767px) {
  .u-mt155 {
    margin-top: 19.8717948718vw !important;
  }
}

.u-mb155 {
  margin-bottom: 155px !important;
}
@media screen and (max-width: 767px) {
  .u-mb155 {
    margin-bottom: 19.8717948718vw !important;
  }
}

.u-ml155 {
  margin-left: 155px !important;
}
@media screen and (max-width: 767px) {
  .u-ml155 {
    margin-left: 19.8717948718vw !important;
  }
}

.u-mr155 {
  margin-right: 155px !important;
}
@media screen and (max-width: 767px) {
  .u-mr155 {
    margin-right: 19.8717948718vw !important;
  }
}

.u-mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-mt160 {
    margin-top: 20.5128205128vw !important;
  }
}

.u-mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-mb160 {
    margin-bottom: 20.5128205128vw !important;
  }
}

.u-ml160 {
  margin-left: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-ml160 {
    margin-left: 20.5128205128vw !important;
  }
}

.u-mr160 {
  margin-right: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-mr160 {
    margin-right: 20.5128205128vw !important;
  }
}

.u-mt165 {
  margin-top: 165px !important;
}
@media screen and (max-width: 767px) {
  .u-mt165 {
    margin-top: 21.1538461538vw !important;
  }
}

.u-mb165 {
  margin-bottom: 165px !important;
}
@media screen and (max-width: 767px) {
  .u-mb165 {
    margin-bottom: 21.1538461538vw !important;
  }
}

.u-ml165 {
  margin-left: 165px !important;
}
@media screen and (max-width: 767px) {
  .u-ml165 {
    margin-left: 21.1538461538vw !important;
  }
}

.u-mr165 {
  margin-right: 165px !important;
}
@media screen and (max-width: 767px) {
  .u-mr165 {
    margin-right: 21.1538461538vw !important;
  }
}

.u-mt170 {
  margin-top: 170px !important;
}
@media screen and (max-width: 767px) {
  .u-mt170 {
    margin-top: 21.7948717949vw !important;
  }
}

.u-mb170 {
  margin-bottom: 170px !important;
}
@media screen and (max-width: 767px) {
  .u-mb170 {
    margin-bottom: 21.7948717949vw !important;
  }
}

.u-ml170 {
  margin-left: 170px !important;
}
@media screen and (max-width: 767px) {
  .u-ml170 {
    margin-left: 21.7948717949vw !important;
  }
}

.u-mr170 {
  margin-right: 170px !important;
}
@media screen and (max-width: 767px) {
  .u-mr170 {
    margin-right: 21.7948717949vw !important;
  }
}

.u-mt175 {
  margin-top: 175px !important;
}
@media screen and (max-width: 767px) {
  .u-mt175 {
    margin-top: 22.4358974359vw !important;
  }
}

.u-mb175 {
  margin-bottom: 175px !important;
}
@media screen and (max-width: 767px) {
  .u-mb175 {
    margin-bottom: 22.4358974359vw !important;
  }
}

.u-ml175 {
  margin-left: 175px !important;
}
@media screen and (max-width: 767px) {
  .u-ml175 {
    margin-left: 22.4358974359vw !important;
  }
}

.u-mr175 {
  margin-right: 175px !important;
}
@media screen and (max-width: 767px) {
  .u-mr175 {
    margin-right: 22.4358974359vw !important;
  }
}

.u-mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 767px) {
  .u-mt180 {
    margin-top: 23.0769230769vw !important;
  }
}

.u-mb180 {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 767px) {
  .u-mb180 {
    margin-bottom: 23.0769230769vw !important;
  }
}

.u-ml180 {
  margin-left: 180px !important;
}
@media screen and (max-width: 767px) {
  .u-ml180 {
    margin-left: 23.0769230769vw !important;
  }
}

.u-mr180 {
  margin-right: 180px !important;
}
@media screen and (max-width: 767px) {
  .u-mr180 {
    margin-right: 23.0769230769vw !important;
  }
}

.u-mt185 {
  margin-top: 185px !important;
}
@media screen and (max-width: 767px) {
  .u-mt185 {
    margin-top: 23.7179487179vw !important;
  }
}

.u-mb185 {
  margin-bottom: 185px !important;
}
@media screen and (max-width: 767px) {
  .u-mb185 {
    margin-bottom: 23.7179487179vw !important;
  }
}

.u-ml185 {
  margin-left: 185px !important;
}
@media screen and (max-width: 767px) {
  .u-ml185 {
    margin-left: 23.7179487179vw !important;
  }
}

.u-mr185 {
  margin-right: 185px !important;
}
@media screen and (max-width: 767px) {
  .u-mr185 {
    margin-right: 23.7179487179vw !important;
  }
}

.u-mt190 {
  margin-top: 190px !important;
}
@media screen and (max-width: 767px) {
  .u-mt190 {
    margin-top: 24.358974359vw !important;
  }
}

.u-mb190 {
  margin-bottom: 190px !important;
}
@media screen and (max-width: 767px) {
  .u-mb190 {
    margin-bottom: 24.358974359vw !important;
  }
}

.u-ml190 {
  margin-left: 190px !important;
}
@media screen and (max-width: 767px) {
  .u-ml190 {
    margin-left: 24.358974359vw !important;
  }
}

.u-mr190 {
  margin-right: 190px !important;
}
@media screen and (max-width: 767px) {
  .u-mr190 {
    margin-right: 24.358974359vw !important;
  }
}

.u-mt195 {
  margin-top: 195px !important;
}
@media screen and (max-width: 767px) {
  .u-mt195 {
    margin-top: 25vw !important;
  }
}

.u-mb195 {
  margin-bottom: 195px !important;
}
@media screen and (max-width: 767px) {
  .u-mb195 {
    margin-bottom: 25vw !important;
  }
}

.u-ml195 {
  margin-left: 195px !important;
}
@media screen and (max-width: 767px) {
  .u-ml195 {
    margin-left: 25vw !important;
  }
}

.u-mr195 {
  margin-right: 195px !important;
}
@media screen and (max-width: 767px) {
  .u-mr195 {
    margin-right: 25vw !important;
  }
}

.u-mt200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-mt200 {
    margin-top: 25.641025641vw !important;
  }
}

.u-mb200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-mb200 {
    margin-bottom: 25.641025641vw !important;
  }
}

.u-ml200 {
  margin-left: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-ml200 {
    margin-left: 25.641025641vw !important;
  }
}

.u-mr200 {
  margin-right: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-mr200 {
    margin-right: 25.641025641vw !important;
  }
}

.u-mt205 {
  margin-top: 205px !important;
}
@media screen and (max-width: 767px) {
  .u-mt205 {
    margin-top: 26.2820512821vw !important;
  }
}

.u-mb205 {
  margin-bottom: 205px !important;
}
@media screen and (max-width: 767px) {
  .u-mb205 {
    margin-bottom: 26.2820512821vw !important;
  }
}

.u-ml205 {
  margin-left: 205px !important;
}
@media screen and (max-width: 767px) {
  .u-ml205 {
    margin-left: 26.2820512821vw !important;
  }
}

.u-mr205 {
  margin-right: 205px !important;
}
@media screen and (max-width: 767px) {
  .u-mr205 {
    margin-right: 26.2820512821vw !important;
  }
}

.u-mt210 {
  margin-top: 210px !important;
}
@media screen and (max-width: 767px) {
  .u-mt210 {
    margin-top: 26.9230769231vw !important;
  }
}

.u-mb210 {
  margin-bottom: 210px !important;
}
@media screen and (max-width: 767px) {
  .u-mb210 {
    margin-bottom: 26.9230769231vw !important;
  }
}

.u-ml210 {
  margin-left: 210px !important;
}
@media screen and (max-width: 767px) {
  .u-ml210 {
    margin-left: 26.9230769231vw !important;
  }
}

.u-mr210 {
  margin-right: 210px !important;
}
@media screen and (max-width: 767px) {
  .u-mr210 {
    margin-right: 26.9230769231vw !important;
  }
}

.u-mt215 {
  margin-top: 215px !important;
}
@media screen and (max-width: 767px) {
  .u-mt215 {
    margin-top: 27.5641025641vw !important;
  }
}

.u-mb215 {
  margin-bottom: 215px !important;
}
@media screen and (max-width: 767px) {
  .u-mb215 {
    margin-bottom: 27.5641025641vw !important;
  }
}

.u-ml215 {
  margin-left: 215px !important;
}
@media screen and (max-width: 767px) {
  .u-ml215 {
    margin-left: 27.5641025641vw !important;
  }
}

.u-mr215 {
  margin-right: 215px !important;
}
@media screen and (max-width: 767px) {
  .u-mr215 {
    margin-right: 27.5641025641vw !important;
  }
}

.u-mt220 {
  margin-top: 220px !important;
}
@media screen and (max-width: 767px) {
  .u-mt220 {
    margin-top: 28.2051282051vw !important;
  }
}

.u-mb220 {
  margin-bottom: 220px !important;
}
@media screen and (max-width: 767px) {
  .u-mb220 {
    margin-bottom: 28.2051282051vw !important;
  }
}

.u-ml220 {
  margin-left: 220px !important;
}
@media screen and (max-width: 767px) {
  .u-ml220 {
    margin-left: 28.2051282051vw !important;
  }
}

.u-mr220 {
  margin-right: 220px !important;
}
@media screen and (max-width: 767px) {
  .u-mr220 {
    margin-right: 28.2051282051vw !important;
  }
}

.u-mt225 {
  margin-top: 225px !important;
}
@media screen and (max-width: 767px) {
  .u-mt225 {
    margin-top: 28.8461538462vw !important;
  }
}

.u-mb225 {
  margin-bottom: 225px !important;
}
@media screen and (max-width: 767px) {
  .u-mb225 {
    margin-bottom: 28.8461538462vw !important;
  }
}

.u-ml225 {
  margin-left: 225px !important;
}
@media screen and (max-width: 767px) {
  .u-ml225 {
    margin-left: 28.8461538462vw !important;
  }
}

.u-mr225 {
  margin-right: 225px !important;
}
@media screen and (max-width: 767px) {
  .u-mr225 {
    margin-right: 28.8461538462vw !important;
  }
}

.u-mt230 {
  margin-top: 230px !important;
}
@media screen and (max-width: 767px) {
  .u-mt230 {
    margin-top: 29.4871794872vw !important;
  }
}

.u-mb230 {
  margin-bottom: 230px !important;
}
@media screen and (max-width: 767px) {
  .u-mb230 {
    margin-bottom: 29.4871794872vw !important;
  }
}

.u-ml230 {
  margin-left: 230px !important;
}
@media screen and (max-width: 767px) {
  .u-ml230 {
    margin-left: 29.4871794872vw !important;
  }
}

.u-mr230 {
  margin-right: 230px !important;
}
@media screen and (max-width: 767px) {
  .u-mr230 {
    margin-right: 29.4871794872vw !important;
  }
}

.u-mt235 {
  margin-top: 235px !important;
}
@media screen and (max-width: 767px) {
  .u-mt235 {
    margin-top: 30.1282051282vw !important;
  }
}

.u-mb235 {
  margin-bottom: 235px !important;
}
@media screen and (max-width: 767px) {
  .u-mb235 {
    margin-bottom: 30.1282051282vw !important;
  }
}

.u-ml235 {
  margin-left: 235px !important;
}
@media screen and (max-width: 767px) {
  .u-ml235 {
    margin-left: 30.1282051282vw !important;
  }
}

.u-mr235 {
  margin-right: 235px !important;
}
@media screen and (max-width: 767px) {
  .u-mr235 {
    margin-right: 30.1282051282vw !important;
  }
}

.u-mt240 {
  margin-top: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-mt240 {
    margin-top: 30.7692307692vw !important;
  }
}

.u-mb240 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-mb240 {
    margin-bottom: 30.7692307692vw !important;
  }
}

.u-ml240 {
  margin-left: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-ml240 {
    margin-left: 30.7692307692vw !important;
  }
}

.u-mr240 {
  margin-right: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-mr240 {
    margin-right: 30.7692307692vw !important;
  }
}

.u-mt245 {
  margin-top: 245px !important;
}
@media screen and (max-width: 767px) {
  .u-mt245 {
    margin-top: 31.4102564103vw !important;
  }
}

.u-mb245 {
  margin-bottom: 245px !important;
}
@media screen and (max-width: 767px) {
  .u-mb245 {
    margin-bottom: 31.4102564103vw !important;
  }
}

.u-ml245 {
  margin-left: 245px !important;
}
@media screen and (max-width: 767px) {
  .u-ml245 {
    margin-left: 31.4102564103vw !important;
  }
}

.u-mr245 {
  margin-right: 245px !important;
}
@media screen and (max-width: 767px) {
  .u-mr245 {
    margin-right: 31.4102564103vw !important;
  }
}

.u-mt250 {
  margin-top: 250px !important;
}
@media screen and (max-width: 767px) {
  .u-mt250 {
    margin-top: 32.0512820513vw !important;
  }
}

.u-mb250 {
  margin-bottom: 250px !important;
}
@media screen and (max-width: 767px) {
  .u-mb250 {
    margin-bottom: 32.0512820513vw !important;
  }
}

.u-ml250 {
  margin-left: 250px !important;
}
@media screen and (max-width: 767px) {
  .u-ml250 {
    margin-left: 32.0512820513vw !important;
  }
}

.u-mr250 {
  margin-right: 250px !important;
}
@media screen and (max-width: 767px) {
  .u-mr250 {
    margin-right: 32.0512820513vw !important;
  }
}

.u-mt255 {
  margin-top: 255px !important;
}
@media screen and (max-width: 767px) {
  .u-mt255 {
    margin-top: 32.6923076923vw !important;
  }
}

.u-mb255 {
  margin-bottom: 255px !important;
}
@media screen and (max-width: 767px) {
  .u-mb255 {
    margin-bottom: 32.6923076923vw !important;
  }
}

.u-ml255 {
  margin-left: 255px !important;
}
@media screen and (max-width: 767px) {
  .u-ml255 {
    margin-left: 32.6923076923vw !important;
  }
}

.u-mr255 {
  margin-right: 255px !important;
}
@media screen and (max-width: 767px) {
  .u-mr255 {
    margin-right: 32.6923076923vw !important;
  }
}

.u-mt260 {
  margin-top: 260px !important;
}
@media screen and (max-width: 767px) {
  .u-mt260 {
    margin-top: 33.3333333333vw !important;
  }
}

.u-mb260 {
  margin-bottom: 260px !important;
}
@media screen and (max-width: 767px) {
  .u-mb260 {
    margin-bottom: 33.3333333333vw !important;
  }
}

.u-ml260 {
  margin-left: 260px !important;
}
@media screen and (max-width: 767px) {
  .u-ml260 {
    margin-left: 33.3333333333vw !important;
  }
}

.u-mr260 {
  margin-right: 260px !important;
}
@media screen and (max-width: 767px) {
  .u-mr260 {
    margin-right: 33.3333333333vw !important;
  }
}

.u-mt265 {
  margin-top: 265px !important;
}
@media screen and (max-width: 767px) {
  .u-mt265 {
    margin-top: 33.9743589744vw !important;
  }
}

.u-mb265 {
  margin-bottom: 265px !important;
}
@media screen and (max-width: 767px) {
  .u-mb265 {
    margin-bottom: 33.9743589744vw !important;
  }
}

.u-ml265 {
  margin-left: 265px !important;
}
@media screen and (max-width: 767px) {
  .u-ml265 {
    margin-left: 33.9743589744vw !important;
  }
}

.u-mr265 {
  margin-right: 265px !important;
}
@media screen and (max-width: 767px) {
  .u-mr265 {
    margin-right: 33.9743589744vw !important;
  }
}

.u-mt270 {
  margin-top: 270px !important;
}
@media screen and (max-width: 767px) {
  .u-mt270 {
    margin-top: 34.6153846154vw !important;
  }
}

.u-mb270 {
  margin-bottom: 270px !important;
}
@media screen and (max-width: 767px) {
  .u-mb270 {
    margin-bottom: 34.6153846154vw !important;
  }
}

.u-ml270 {
  margin-left: 270px !important;
}
@media screen and (max-width: 767px) {
  .u-ml270 {
    margin-left: 34.6153846154vw !important;
  }
}

.u-mr270 {
  margin-right: 270px !important;
}
@media screen and (max-width: 767px) {
  .u-mr270 {
    margin-right: 34.6153846154vw !important;
  }
}

.u-mt275 {
  margin-top: 275px !important;
}
@media screen and (max-width: 767px) {
  .u-mt275 {
    margin-top: 35.2564102564vw !important;
  }
}

.u-mb275 {
  margin-bottom: 275px !important;
}
@media screen and (max-width: 767px) {
  .u-mb275 {
    margin-bottom: 35.2564102564vw !important;
  }
}

.u-ml275 {
  margin-left: 275px !important;
}
@media screen and (max-width: 767px) {
  .u-ml275 {
    margin-left: 35.2564102564vw !important;
  }
}

.u-mr275 {
  margin-right: 275px !important;
}
@media screen and (max-width: 767px) {
  .u-mr275 {
    margin-right: 35.2564102564vw !important;
  }
}

.u-mt280 {
  margin-top: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-mt280 {
    margin-top: 35.8974358974vw !important;
  }
}

.u-mb280 {
  margin-bottom: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-mb280 {
    margin-bottom: 35.8974358974vw !important;
  }
}

.u-ml280 {
  margin-left: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-ml280 {
    margin-left: 35.8974358974vw !important;
  }
}

.u-mr280 {
  margin-right: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-mr280 {
    margin-right: 35.8974358974vw !important;
  }
}

.u-mt285 {
  margin-top: 285px !important;
}
@media screen and (max-width: 767px) {
  .u-mt285 {
    margin-top: 36.5384615385vw !important;
  }
}

.u-mb285 {
  margin-bottom: 285px !important;
}
@media screen and (max-width: 767px) {
  .u-mb285 {
    margin-bottom: 36.5384615385vw !important;
  }
}

.u-ml285 {
  margin-left: 285px !important;
}
@media screen and (max-width: 767px) {
  .u-ml285 {
    margin-left: 36.5384615385vw !important;
  }
}

.u-mr285 {
  margin-right: 285px !important;
}
@media screen and (max-width: 767px) {
  .u-mr285 {
    margin-right: 36.5384615385vw !important;
  }
}

.u-mt290 {
  margin-top: 290px !important;
}
@media screen and (max-width: 767px) {
  .u-mt290 {
    margin-top: 37.1794871795vw !important;
  }
}

.u-mb290 {
  margin-bottom: 290px !important;
}
@media screen and (max-width: 767px) {
  .u-mb290 {
    margin-bottom: 37.1794871795vw !important;
  }
}

.u-ml290 {
  margin-left: 290px !important;
}
@media screen and (max-width: 767px) {
  .u-ml290 {
    margin-left: 37.1794871795vw !important;
  }
}

.u-mr290 {
  margin-right: 290px !important;
}
@media screen and (max-width: 767px) {
  .u-mr290 {
    margin-right: 37.1794871795vw !important;
  }
}

.u-mt295 {
  margin-top: 295px !important;
}
@media screen and (max-width: 767px) {
  .u-mt295 {
    margin-top: 37.8205128205vw !important;
  }
}

.u-mb295 {
  margin-bottom: 295px !important;
}
@media screen and (max-width: 767px) {
  .u-mb295 {
    margin-bottom: 37.8205128205vw !important;
  }
}

.u-ml295 {
  margin-left: 295px !important;
}
@media screen and (max-width: 767px) {
  .u-ml295 {
    margin-left: 37.8205128205vw !important;
  }
}

.u-mr295 {
  margin-right: 295px !important;
}
@media screen and (max-width: 767px) {
  .u-mr295 {
    margin-right: 37.8205128205vw !important;
  }
}

.u-mt300 {
  margin-top: 300px !important;
}
@media screen and (max-width: 767px) {
  .u-mt300 {
    margin-top: 38.4615384615vw !important;
  }
}

.u-mb300 {
  margin-bottom: 300px !important;
}
@media screen and (max-width: 767px) {
  .u-mb300 {
    margin-bottom: 38.4615384615vw !important;
  }
}

.u-ml300 {
  margin-left: 300px !important;
}
@media screen and (max-width: 767px) {
  .u-ml300 {
    margin-left: 38.4615384615vw !important;
  }
}

.u-mr300 {
  margin-right: 300px !important;
}
@media screen and (max-width: 767px) {
  .u-mr300 {
    margin-right: 38.4615384615vw !important;
  }
}

.u-mt305 {
  margin-top: 305px !important;
}
@media screen and (max-width: 767px) {
  .u-mt305 {
    margin-top: 39.1025641026vw !important;
  }
}

.u-mb305 {
  margin-bottom: 305px !important;
}
@media screen and (max-width: 767px) {
  .u-mb305 {
    margin-bottom: 39.1025641026vw !important;
  }
}

.u-ml305 {
  margin-left: 305px !important;
}
@media screen and (max-width: 767px) {
  .u-ml305 {
    margin-left: 39.1025641026vw !important;
  }
}

.u-mr305 {
  margin-right: 305px !important;
}
@media screen and (max-width: 767px) {
  .u-mr305 {
    margin-right: 39.1025641026vw !important;
  }
}

.u-mt310 {
  margin-top: 310px !important;
}
@media screen and (max-width: 767px) {
  .u-mt310 {
    margin-top: 39.7435897436vw !important;
  }
}

.u-mb310 {
  margin-bottom: 310px !important;
}
@media screen and (max-width: 767px) {
  .u-mb310 {
    margin-bottom: 39.7435897436vw !important;
  }
}

.u-ml310 {
  margin-left: 310px !important;
}
@media screen and (max-width: 767px) {
  .u-ml310 {
    margin-left: 39.7435897436vw !important;
  }
}

.u-mr310 {
  margin-right: 310px !important;
}
@media screen and (max-width: 767px) {
  .u-mr310 {
    margin-right: 39.7435897436vw !important;
  }
}

.u-mt315 {
  margin-top: 315px !important;
}
@media screen and (max-width: 767px) {
  .u-mt315 {
    margin-top: 40.3846153846vw !important;
  }
}

.u-mb315 {
  margin-bottom: 315px !important;
}
@media screen and (max-width: 767px) {
  .u-mb315 {
    margin-bottom: 40.3846153846vw !important;
  }
}

.u-ml315 {
  margin-left: 315px !important;
}
@media screen and (max-width: 767px) {
  .u-ml315 {
    margin-left: 40.3846153846vw !important;
  }
}

.u-mr315 {
  margin-right: 315px !important;
}
@media screen and (max-width: 767px) {
  .u-mr315 {
    margin-right: 40.3846153846vw !important;
  }
}

.u-mt320 {
  margin-top: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-mt320 {
    margin-top: 41.0256410256vw !important;
  }
}

.u-mb320 {
  margin-bottom: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-mb320 {
    margin-bottom: 41.0256410256vw !important;
  }
}

.u-ml320 {
  margin-left: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-ml320 {
    margin-left: 41.0256410256vw !important;
  }
}

.u-mr320 {
  margin-right: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-mr320 {
    margin-right: 41.0256410256vw !important;
  }
}

.u-mt325 {
  margin-top: 325px !important;
}
@media screen and (max-width: 767px) {
  .u-mt325 {
    margin-top: 41.6666666667vw !important;
  }
}

.u-mb325 {
  margin-bottom: 325px !important;
}
@media screen and (max-width: 767px) {
  .u-mb325 {
    margin-bottom: 41.6666666667vw !important;
  }
}

.u-ml325 {
  margin-left: 325px !important;
}
@media screen and (max-width: 767px) {
  .u-ml325 {
    margin-left: 41.6666666667vw !important;
  }
}

.u-mr325 {
  margin-right: 325px !important;
}
@media screen and (max-width: 767px) {
  .u-mr325 {
    margin-right: 41.6666666667vw !important;
  }
}

.u-mt330 {
  margin-top: 330px !important;
}
@media screen and (max-width: 767px) {
  .u-mt330 {
    margin-top: 42.3076923077vw !important;
  }
}

.u-mb330 {
  margin-bottom: 330px !important;
}
@media screen and (max-width: 767px) {
  .u-mb330 {
    margin-bottom: 42.3076923077vw !important;
  }
}

.u-ml330 {
  margin-left: 330px !important;
}
@media screen and (max-width: 767px) {
  .u-ml330 {
    margin-left: 42.3076923077vw !important;
  }
}

.u-mr330 {
  margin-right: 330px !important;
}
@media screen and (max-width: 767px) {
  .u-mr330 {
    margin-right: 42.3076923077vw !important;
  }
}

.u-mt335 {
  margin-top: 335px !important;
}
@media screen and (max-width: 767px) {
  .u-mt335 {
    margin-top: 42.9487179487vw !important;
  }
}

.u-mb335 {
  margin-bottom: 335px !important;
}
@media screen and (max-width: 767px) {
  .u-mb335 {
    margin-bottom: 42.9487179487vw !important;
  }
}

.u-ml335 {
  margin-left: 335px !important;
}
@media screen and (max-width: 767px) {
  .u-ml335 {
    margin-left: 42.9487179487vw !important;
  }
}

.u-mr335 {
  margin-right: 335px !important;
}
@media screen and (max-width: 767px) {
  .u-mr335 {
    margin-right: 42.9487179487vw !important;
  }
}

.u-mt340 {
  margin-top: 340px !important;
}
@media screen and (max-width: 767px) {
  .u-mt340 {
    margin-top: 43.5897435897vw !important;
  }
}

.u-mb340 {
  margin-bottom: 340px !important;
}
@media screen and (max-width: 767px) {
  .u-mb340 {
    margin-bottom: 43.5897435897vw !important;
  }
}

.u-ml340 {
  margin-left: 340px !important;
}
@media screen and (max-width: 767px) {
  .u-ml340 {
    margin-left: 43.5897435897vw !important;
  }
}

.u-mr340 {
  margin-right: 340px !important;
}
@media screen and (max-width: 767px) {
  .u-mr340 {
    margin-right: 43.5897435897vw !important;
  }
}

.u-mt345 {
  margin-top: 345px !important;
}
@media screen and (max-width: 767px) {
  .u-mt345 {
    margin-top: 44.2307692308vw !important;
  }
}

.u-mb345 {
  margin-bottom: 345px !important;
}
@media screen and (max-width: 767px) {
  .u-mb345 {
    margin-bottom: 44.2307692308vw !important;
  }
}

.u-ml345 {
  margin-left: 345px !important;
}
@media screen and (max-width: 767px) {
  .u-ml345 {
    margin-left: 44.2307692308vw !important;
  }
}

.u-mr345 {
  margin-right: 345px !important;
}
@media screen and (max-width: 767px) {
  .u-mr345 {
    margin-right: 44.2307692308vw !important;
  }
}

.u-mt350 {
  margin-top: 350px !important;
}
@media screen and (max-width: 767px) {
  .u-mt350 {
    margin-top: 44.8717948718vw !important;
  }
}

.u-mb350 {
  margin-bottom: 350px !important;
}
@media screen and (max-width: 767px) {
  .u-mb350 {
    margin-bottom: 44.8717948718vw !important;
  }
}

.u-ml350 {
  margin-left: 350px !important;
}
@media screen and (max-width: 767px) {
  .u-ml350 {
    margin-left: 44.8717948718vw !important;
  }
}

.u-mr350 {
  margin-right: 350px !important;
}
@media screen and (max-width: 767px) {
  .u-mr350 {
    margin-right: 44.8717948718vw !important;
  }
}

.u-mt355 {
  margin-top: 355px !important;
}
@media screen and (max-width: 767px) {
  .u-mt355 {
    margin-top: 45.5128205128vw !important;
  }
}

.u-mb355 {
  margin-bottom: 355px !important;
}
@media screen and (max-width: 767px) {
  .u-mb355 {
    margin-bottom: 45.5128205128vw !important;
  }
}

.u-ml355 {
  margin-left: 355px !important;
}
@media screen and (max-width: 767px) {
  .u-ml355 {
    margin-left: 45.5128205128vw !important;
  }
}

.u-mr355 {
  margin-right: 355px !important;
}
@media screen and (max-width: 767px) {
  .u-mr355 {
    margin-right: 45.5128205128vw !important;
  }
}

.u-mt360 {
  margin-top: 360px !important;
}
@media screen and (max-width: 767px) {
  .u-mt360 {
    margin-top: 46.1538461538vw !important;
  }
}

.u-mb360 {
  margin-bottom: 360px !important;
}
@media screen and (max-width: 767px) {
  .u-mb360 {
    margin-bottom: 46.1538461538vw !important;
  }
}

.u-ml360 {
  margin-left: 360px !important;
}
@media screen and (max-width: 767px) {
  .u-ml360 {
    margin-left: 46.1538461538vw !important;
  }
}

.u-mr360 {
  margin-right: 360px !important;
}
@media screen and (max-width: 767px) {
  .u-mr360 {
    margin-right: 46.1538461538vw !important;
  }
}

.u-mt365 {
  margin-top: 365px !important;
}
@media screen and (max-width: 767px) {
  .u-mt365 {
    margin-top: 46.7948717949vw !important;
  }
}

.u-mb365 {
  margin-bottom: 365px !important;
}
@media screen and (max-width: 767px) {
  .u-mb365 {
    margin-bottom: 46.7948717949vw !important;
  }
}

.u-ml365 {
  margin-left: 365px !important;
}
@media screen and (max-width: 767px) {
  .u-ml365 {
    margin-left: 46.7948717949vw !important;
  }
}

.u-mr365 {
  margin-right: 365px !important;
}
@media screen and (max-width: 767px) {
  .u-mr365 {
    margin-right: 46.7948717949vw !important;
  }
}

.u-mt370 {
  margin-top: 370px !important;
}
@media screen and (max-width: 767px) {
  .u-mt370 {
    margin-top: 47.4358974359vw !important;
  }
}

.u-mb370 {
  margin-bottom: 370px !important;
}
@media screen and (max-width: 767px) {
  .u-mb370 {
    margin-bottom: 47.4358974359vw !important;
  }
}

.u-ml370 {
  margin-left: 370px !important;
}
@media screen and (max-width: 767px) {
  .u-ml370 {
    margin-left: 47.4358974359vw !important;
  }
}

.u-mr370 {
  margin-right: 370px !important;
}
@media screen and (max-width: 767px) {
  .u-mr370 {
    margin-right: 47.4358974359vw !important;
  }
}

.u-mt375 {
  margin-top: 375px !important;
}
@media screen and (max-width: 767px) {
  .u-mt375 {
    margin-top: 48.0769230769vw !important;
  }
}

.u-mb375 {
  margin-bottom: 375px !important;
}
@media screen and (max-width: 767px) {
  .u-mb375 {
    margin-bottom: 48.0769230769vw !important;
  }
}

.u-ml375 {
  margin-left: 375px !important;
}
@media screen and (max-width: 767px) {
  .u-ml375 {
    margin-left: 48.0769230769vw !important;
  }
}

.u-mr375 {
  margin-right: 375px !important;
}
@media screen and (max-width: 767px) {
  .u-mr375 {
    margin-right: 48.0769230769vw !important;
  }
}

.u-mt380 {
  margin-top: 380px !important;
}
@media screen and (max-width: 767px) {
  .u-mt380 {
    margin-top: 48.7179487179vw !important;
  }
}

.u-mb380 {
  margin-bottom: 380px !important;
}
@media screen and (max-width: 767px) {
  .u-mb380 {
    margin-bottom: 48.7179487179vw !important;
  }
}

.u-ml380 {
  margin-left: 380px !important;
}
@media screen and (max-width: 767px) {
  .u-ml380 {
    margin-left: 48.7179487179vw !important;
  }
}

.u-mr380 {
  margin-right: 380px !important;
}
@media screen and (max-width: 767px) {
  .u-mr380 {
    margin-right: 48.7179487179vw !important;
  }
}

.u-mt385 {
  margin-top: 385px !important;
}
@media screen and (max-width: 767px) {
  .u-mt385 {
    margin-top: 49.358974359vw !important;
  }
}

.u-mb385 {
  margin-bottom: 385px !important;
}
@media screen and (max-width: 767px) {
  .u-mb385 {
    margin-bottom: 49.358974359vw !important;
  }
}

.u-ml385 {
  margin-left: 385px !important;
}
@media screen and (max-width: 767px) {
  .u-ml385 {
    margin-left: 49.358974359vw !important;
  }
}

.u-mr385 {
  margin-right: 385px !important;
}
@media screen and (max-width: 767px) {
  .u-mr385 {
    margin-right: 49.358974359vw !important;
  }
}

.u-mt390 {
  margin-top: 390px !important;
}
@media screen and (max-width: 767px) {
  .u-mt390 {
    margin-top: 50vw !important;
  }
}

.u-mb390 {
  margin-bottom: 390px !important;
}
@media screen and (max-width: 767px) {
  .u-mb390 {
    margin-bottom: 50vw !important;
  }
}

.u-ml390 {
  margin-left: 390px !important;
}
@media screen and (max-width: 767px) {
  .u-ml390 {
    margin-left: 50vw !important;
  }
}

.u-mr390 {
  margin-right: 390px !important;
}
@media screen and (max-width: 767px) {
  .u-mr390 {
    margin-right: 50vw !important;
  }
}

.u-mt395 {
  margin-top: 395px !important;
}
@media screen and (max-width: 767px) {
  .u-mt395 {
    margin-top: 50.641025641vw !important;
  }
}

.u-mb395 {
  margin-bottom: 395px !important;
}
@media screen and (max-width: 767px) {
  .u-mb395 {
    margin-bottom: 50.641025641vw !important;
  }
}

.u-ml395 {
  margin-left: 395px !important;
}
@media screen and (max-width: 767px) {
  .u-ml395 {
    margin-left: 50.641025641vw !important;
  }
}

.u-mr395 {
  margin-right: 395px !important;
}
@media screen and (max-width: 767px) {
  .u-mr395 {
    margin-right: 50.641025641vw !important;
  }
}

.u-mt400 {
  margin-top: 400px !important;
}
@media screen and (max-width: 767px) {
  .u-mt400 {
    margin-top: 51.2820512821vw !important;
  }
}

.u-mb400 {
  margin-bottom: 400px !important;
}
@media screen and (max-width: 767px) {
  .u-mb400 {
    margin-bottom: 51.2820512821vw !important;
  }
}

.u-ml400 {
  margin-left: 400px !important;
}
@media screen and (max-width: 767px) {
  .u-ml400 {
    margin-left: 51.2820512821vw !important;
  }
}

.u-mr400 {
  margin-right: 400px !important;
}
@media screen and (max-width: 767px) {
  .u-mr400 {
    margin-right: 51.2820512821vw !important;
  }
}

.u-mt405 {
  margin-top: 405px !important;
}
@media screen and (max-width: 767px) {
  .u-mt405 {
    margin-top: 51.9230769231vw !important;
  }
}

.u-mb405 {
  margin-bottom: 405px !important;
}
@media screen and (max-width: 767px) {
  .u-mb405 {
    margin-bottom: 51.9230769231vw !important;
  }
}

.u-ml405 {
  margin-left: 405px !important;
}
@media screen and (max-width: 767px) {
  .u-ml405 {
    margin-left: 51.9230769231vw !important;
  }
}

.u-mr405 {
  margin-right: 405px !important;
}
@media screen and (max-width: 767px) {
  .u-mr405 {
    margin-right: 51.9230769231vw !important;
  }
}

.u-mt410 {
  margin-top: 410px !important;
}
@media screen and (max-width: 767px) {
  .u-mt410 {
    margin-top: 52.5641025641vw !important;
  }
}

.u-mb410 {
  margin-bottom: 410px !important;
}
@media screen and (max-width: 767px) {
  .u-mb410 {
    margin-bottom: 52.5641025641vw !important;
  }
}

.u-ml410 {
  margin-left: 410px !important;
}
@media screen and (max-width: 767px) {
  .u-ml410 {
    margin-left: 52.5641025641vw !important;
  }
}

.u-mr410 {
  margin-right: 410px !important;
}
@media screen and (max-width: 767px) {
  .u-mr410 {
    margin-right: 52.5641025641vw !important;
  }
}

.u-mt415 {
  margin-top: 415px !important;
}
@media screen and (max-width: 767px) {
  .u-mt415 {
    margin-top: 53.2051282051vw !important;
  }
}

.u-mb415 {
  margin-bottom: 415px !important;
}
@media screen and (max-width: 767px) {
  .u-mb415 {
    margin-bottom: 53.2051282051vw !important;
  }
}

.u-ml415 {
  margin-left: 415px !important;
}
@media screen and (max-width: 767px) {
  .u-ml415 {
    margin-left: 53.2051282051vw !important;
  }
}

.u-mr415 {
  margin-right: 415px !important;
}
@media screen and (max-width: 767px) {
  .u-mr415 {
    margin-right: 53.2051282051vw !important;
  }
}

.u-mt420 {
  margin-top: 420px !important;
}
@media screen and (max-width: 767px) {
  .u-mt420 {
    margin-top: 53.8461538462vw !important;
  }
}

.u-mb420 {
  margin-bottom: 420px !important;
}
@media screen and (max-width: 767px) {
  .u-mb420 {
    margin-bottom: 53.8461538462vw !important;
  }
}

.u-ml420 {
  margin-left: 420px !important;
}
@media screen and (max-width: 767px) {
  .u-ml420 {
    margin-left: 53.8461538462vw !important;
  }
}

.u-mr420 {
  margin-right: 420px !important;
}
@media screen and (max-width: 767px) {
  .u-mr420 {
    margin-right: 53.8461538462vw !important;
  }
}

.u-mt425 {
  margin-top: 425px !important;
}
@media screen and (max-width: 767px) {
  .u-mt425 {
    margin-top: 54.4871794872vw !important;
  }
}

.u-mb425 {
  margin-bottom: 425px !important;
}
@media screen and (max-width: 767px) {
  .u-mb425 {
    margin-bottom: 54.4871794872vw !important;
  }
}

.u-ml425 {
  margin-left: 425px !important;
}
@media screen and (max-width: 767px) {
  .u-ml425 {
    margin-left: 54.4871794872vw !important;
  }
}

.u-mr425 {
  margin-right: 425px !important;
}
@media screen and (max-width: 767px) {
  .u-mr425 {
    margin-right: 54.4871794872vw !important;
  }
}

.u-mt430 {
  margin-top: 430px !important;
}
@media screen and (max-width: 767px) {
  .u-mt430 {
    margin-top: 55.1282051282vw !important;
  }
}

.u-mb430 {
  margin-bottom: 430px !important;
}
@media screen and (max-width: 767px) {
  .u-mb430 {
    margin-bottom: 55.1282051282vw !important;
  }
}

.u-ml430 {
  margin-left: 430px !important;
}
@media screen and (max-width: 767px) {
  .u-ml430 {
    margin-left: 55.1282051282vw !important;
  }
}

.u-mr430 {
  margin-right: 430px !important;
}
@media screen and (max-width: 767px) {
  .u-mr430 {
    margin-right: 55.1282051282vw !important;
  }
}

.u-mt435 {
  margin-top: 435px !important;
}
@media screen and (max-width: 767px) {
  .u-mt435 {
    margin-top: 55.7692307692vw !important;
  }
}

.u-mb435 {
  margin-bottom: 435px !important;
}
@media screen and (max-width: 767px) {
  .u-mb435 {
    margin-bottom: 55.7692307692vw !important;
  }
}

.u-ml435 {
  margin-left: 435px !important;
}
@media screen and (max-width: 767px) {
  .u-ml435 {
    margin-left: 55.7692307692vw !important;
  }
}

.u-mr435 {
  margin-right: 435px !important;
}
@media screen and (max-width: 767px) {
  .u-mr435 {
    margin-right: 55.7692307692vw !important;
  }
}

.u-mt440 {
  margin-top: 440px !important;
}
@media screen and (max-width: 767px) {
  .u-mt440 {
    margin-top: 56.4102564103vw !important;
  }
}

.u-mb440 {
  margin-bottom: 440px !important;
}
@media screen and (max-width: 767px) {
  .u-mb440 {
    margin-bottom: 56.4102564103vw !important;
  }
}

.u-ml440 {
  margin-left: 440px !important;
}
@media screen and (max-width: 767px) {
  .u-ml440 {
    margin-left: 56.4102564103vw !important;
  }
}

.u-mr440 {
  margin-right: 440px !important;
}
@media screen and (max-width: 767px) {
  .u-mr440 {
    margin-right: 56.4102564103vw !important;
  }
}

.u-mt445 {
  margin-top: 445px !important;
}
@media screen and (max-width: 767px) {
  .u-mt445 {
    margin-top: 57.0512820513vw !important;
  }
}

.u-mb445 {
  margin-bottom: 445px !important;
}
@media screen and (max-width: 767px) {
  .u-mb445 {
    margin-bottom: 57.0512820513vw !important;
  }
}

.u-ml445 {
  margin-left: 445px !important;
}
@media screen and (max-width: 767px) {
  .u-ml445 {
    margin-left: 57.0512820513vw !important;
  }
}

.u-mr445 {
  margin-right: 445px !important;
}
@media screen and (max-width: 767px) {
  .u-mr445 {
    margin-right: 57.0512820513vw !important;
  }
}

.u-mt450 {
  margin-top: 450px !important;
}
@media screen and (max-width: 767px) {
  .u-mt450 {
    margin-top: 57.6923076923vw !important;
  }
}

.u-mb450 {
  margin-bottom: 450px !important;
}
@media screen and (max-width: 767px) {
  .u-mb450 {
    margin-bottom: 57.6923076923vw !important;
  }
}

.u-ml450 {
  margin-left: 450px !important;
}
@media screen and (max-width: 767px) {
  .u-ml450 {
    margin-left: 57.6923076923vw !important;
  }
}

.u-mr450 {
  margin-right: 450px !important;
}
@media screen and (max-width: 767px) {
  .u-mr450 {
    margin-right: 57.6923076923vw !important;
  }
}

.u-mt455 {
  margin-top: 455px !important;
}
@media screen and (max-width: 767px) {
  .u-mt455 {
    margin-top: 58.3333333333vw !important;
  }
}

.u-mb455 {
  margin-bottom: 455px !important;
}
@media screen and (max-width: 767px) {
  .u-mb455 {
    margin-bottom: 58.3333333333vw !important;
  }
}

.u-ml455 {
  margin-left: 455px !important;
}
@media screen and (max-width: 767px) {
  .u-ml455 {
    margin-left: 58.3333333333vw !important;
  }
}

.u-mr455 {
  margin-right: 455px !important;
}
@media screen and (max-width: 767px) {
  .u-mr455 {
    margin-right: 58.3333333333vw !important;
  }
}

.u-mt460 {
  margin-top: 460px !important;
}
@media screen and (max-width: 767px) {
  .u-mt460 {
    margin-top: 58.9743589744vw !important;
  }
}

.u-mb460 {
  margin-bottom: 460px !important;
}
@media screen and (max-width: 767px) {
  .u-mb460 {
    margin-bottom: 58.9743589744vw !important;
  }
}

.u-ml460 {
  margin-left: 460px !important;
}
@media screen and (max-width: 767px) {
  .u-ml460 {
    margin-left: 58.9743589744vw !important;
  }
}

.u-mr460 {
  margin-right: 460px !important;
}
@media screen and (max-width: 767px) {
  .u-mr460 {
    margin-right: 58.9743589744vw !important;
  }
}

.u-mt465 {
  margin-top: 465px !important;
}
@media screen and (max-width: 767px) {
  .u-mt465 {
    margin-top: 59.6153846154vw !important;
  }
}

.u-mb465 {
  margin-bottom: 465px !important;
}
@media screen and (max-width: 767px) {
  .u-mb465 {
    margin-bottom: 59.6153846154vw !important;
  }
}

.u-ml465 {
  margin-left: 465px !important;
}
@media screen and (max-width: 767px) {
  .u-ml465 {
    margin-left: 59.6153846154vw !important;
  }
}

.u-mr465 {
  margin-right: 465px !important;
}
@media screen and (max-width: 767px) {
  .u-mr465 {
    margin-right: 59.6153846154vw !important;
  }
}

.u-mt470 {
  margin-top: 470px !important;
}
@media screen and (max-width: 767px) {
  .u-mt470 {
    margin-top: 60.2564102564vw !important;
  }
}

.u-mb470 {
  margin-bottom: 470px !important;
}
@media screen and (max-width: 767px) {
  .u-mb470 {
    margin-bottom: 60.2564102564vw !important;
  }
}

.u-ml470 {
  margin-left: 470px !important;
}
@media screen and (max-width: 767px) {
  .u-ml470 {
    margin-left: 60.2564102564vw !important;
  }
}

.u-mr470 {
  margin-right: 470px !important;
}
@media screen and (max-width: 767px) {
  .u-mr470 {
    margin-right: 60.2564102564vw !important;
  }
}

.u-mt475 {
  margin-top: 475px !important;
}
@media screen and (max-width: 767px) {
  .u-mt475 {
    margin-top: 60.8974358974vw !important;
  }
}

.u-mb475 {
  margin-bottom: 475px !important;
}
@media screen and (max-width: 767px) {
  .u-mb475 {
    margin-bottom: 60.8974358974vw !important;
  }
}

.u-ml475 {
  margin-left: 475px !important;
}
@media screen and (max-width: 767px) {
  .u-ml475 {
    margin-left: 60.8974358974vw !important;
  }
}

.u-mr475 {
  margin-right: 475px !important;
}
@media screen and (max-width: 767px) {
  .u-mr475 {
    margin-right: 60.8974358974vw !important;
  }
}

.u-mt480 {
  margin-top: 480px !important;
}
@media screen and (max-width: 767px) {
  .u-mt480 {
    margin-top: 61.5384615385vw !important;
  }
}

.u-mb480 {
  margin-bottom: 480px !important;
}
@media screen and (max-width: 767px) {
  .u-mb480 {
    margin-bottom: 61.5384615385vw !important;
  }
}

.u-ml480 {
  margin-left: 480px !important;
}
@media screen and (max-width: 767px) {
  .u-ml480 {
    margin-left: 61.5384615385vw !important;
  }
}

.u-mr480 {
  margin-right: 480px !important;
}
@media screen and (max-width: 767px) {
  .u-mr480 {
    margin-right: 61.5384615385vw !important;
  }
}

.u-mt485 {
  margin-top: 485px !important;
}
@media screen and (max-width: 767px) {
  .u-mt485 {
    margin-top: 62.1794871795vw !important;
  }
}

.u-mb485 {
  margin-bottom: 485px !important;
}
@media screen and (max-width: 767px) {
  .u-mb485 {
    margin-bottom: 62.1794871795vw !important;
  }
}

.u-ml485 {
  margin-left: 485px !important;
}
@media screen and (max-width: 767px) {
  .u-ml485 {
    margin-left: 62.1794871795vw !important;
  }
}

.u-mr485 {
  margin-right: 485px !important;
}
@media screen and (max-width: 767px) {
  .u-mr485 {
    margin-right: 62.1794871795vw !important;
  }
}

.u-mt490 {
  margin-top: 490px !important;
}
@media screen and (max-width: 767px) {
  .u-mt490 {
    margin-top: 62.8205128205vw !important;
  }
}

.u-mb490 {
  margin-bottom: 490px !important;
}
@media screen and (max-width: 767px) {
  .u-mb490 {
    margin-bottom: 62.8205128205vw !important;
  }
}

.u-ml490 {
  margin-left: 490px !important;
}
@media screen and (max-width: 767px) {
  .u-ml490 {
    margin-left: 62.8205128205vw !important;
  }
}

.u-mr490 {
  margin-right: 490px !important;
}
@media screen and (max-width: 767px) {
  .u-mr490 {
    margin-right: 62.8205128205vw !important;
  }
}

.u-mt495 {
  margin-top: 495px !important;
}
@media screen and (max-width: 767px) {
  .u-mt495 {
    margin-top: 63.4615384615vw !important;
  }
}

.u-mb495 {
  margin-bottom: 495px !important;
}
@media screen and (max-width: 767px) {
  .u-mb495 {
    margin-bottom: 63.4615384615vw !important;
  }
}

.u-ml495 {
  margin-left: 495px !important;
}
@media screen and (max-width: 767px) {
  .u-ml495 {
    margin-left: 63.4615384615vw !important;
  }
}

.u-mr495 {
  margin-right: 495px !important;
}
@media screen and (max-width: 767px) {
  .u-mr495 {
    margin-right: 63.4615384615vw !important;
  }
}

.u-mt500 {
  margin-top: 500px !important;
}
@media screen and (max-width: 767px) {
  .u-mt500 {
    margin-top: 64.1025641026vw !important;
  }
}

.u-mb500 {
  margin-bottom: 500px !important;
}
@media screen and (max-width: 767px) {
  .u-mb500 {
    margin-bottom: 64.1025641026vw !important;
  }
}

.u-ml500 {
  margin-left: 500px !important;
}
@media screen and (max-width: 767px) {
  .u-ml500 {
    margin-left: 64.1025641026vw !important;
  }
}

.u-mr500 {
  margin-right: 500px !important;
}
@media screen and (max-width: 767px) {
  .u-mr500 {
    margin-right: 64.1025641026vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 2.5641025641vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 5.1282051282vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 7.6923076923vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 10.2564102564vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb0-sp {
    margin-bottom: 0 !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pt0 {
    padding-top: 0vw !important;
  }
}

.u-pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pb0 {
    padding-bottom: 0vw !important;
  }
}

.u-pl0 {
  padding-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pl0 {
    padding-left: 0vw !important;
  }
}

.u-pr0 {
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pr0 {
    padding-right: 0vw !important;
  }
}

.u-pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pt5 {
    padding-top: 0.641025641vw !important;
  }
}

.u-pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pb5 {
    padding-bottom: 0.641025641vw !important;
  }
}

.u-pl5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pl5 {
    padding-left: 0.641025641vw !important;
  }
}

.u-pr5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pr5 {
    padding-right: 0.641025641vw !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pt10 {
    padding-top: 1.2820512821vw !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pb10 {
    padding-bottom: 1.2820512821vw !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pl10 {
    padding-left: 1.2820512821vw !important;
  }
}

.u-pr10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pr10 {
    padding-right: 1.2820512821vw !important;
  }
}

.u-pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pt15 {
    padding-top: 1.9230769231vw !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pb15 {
    padding-bottom: 1.9230769231vw !important;
  }
}

.u-pl15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pl15 {
    padding-left: 1.9230769231vw !important;
  }
}

.u-pr15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pr15 {
    padding-right: 1.9230769231vw !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pt20 {
    padding-top: 2.5641025641vw !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pb20 {
    padding-bottom: 2.5641025641vw !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pl20 {
    padding-left: 2.5641025641vw !important;
  }
}

.u-pr20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pr20 {
    padding-right: 2.5641025641vw !important;
  }
}

.u-pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pt25 {
    padding-top: 3.2051282051vw !important;
  }
}

.u-pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pb25 {
    padding-bottom: 3.2051282051vw !important;
  }
}

.u-pl25 {
  padding-left: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pl25 {
    padding-left: 3.2051282051vw !important;
  }
}

.u-pr25 {
  padding-right: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pr25 {
    padding-right: 3.2051282051vw !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pt30 {
    padding-top: 3.8461538462vw !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pb30 {
    padding-bottom: 3.8461538462vw !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pl30 {
    padding-left: 3.8461538462vw !important;
  }
}

.u-pr30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pr30 {
    padding-right: 3.8461538462vw !important;
  }
}

.u-pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pt35 {
    padding-top: 4.4871794872vw !important;
  }
}

.u-pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pb35 {
    padding-bottom: 4.4871794872vw !important;
  }
}

.u-pl35 {
  padding-left: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pl35 {
    padding-left: 4.4871794872vw !important;
  }
}

.u-pr35 {
  padding-right: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pr35 {
    padding-right: 4.4871794872vw !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pt40 {
    padding-top: 5.1282051282vw !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pb40 {
    padding-bottom: 5.1282051282vw !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pl40 {
    padding-left: 5.1282051282vw !important;
  }
}

.u-pr40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pr40 {
    padding-right: 5.1282051282vw !important;
  }
}

.u-pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pt45 {
    padding-top: 5.7692307692vw !important;
  }
}

.u-pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pb45 {
    padding-bottom: 5.7692307692vw !important;
  }
}

.u-pl45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pl45 {
    padding-left: 5.7692307692vw !important;
  }
}

.u-pr45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pr45 {
    padding-right: 5.7692307692vw !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pt50 {
    padding-top: 6.4102564103vw !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pb50 {
    padding-bottom: 6.4102564103vw !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pl50 {
    padding-left: 6.4102564103vw !important;
  }
}

.u-pr50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pr50 {
    padding-right: 6.4102564103vw !important;
  }
}

.u-pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pt55 {
    padding-top: 7.0512820513vw !important;
  }
}

.u-pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pb55 {
    padding-bottom: 7.0512820513vw !important;
  }
}

.u-pl55 {
  padding-left: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pl55 {
    padding-left: 7.0512820513vw !important;
  }
}

.u-pr55 {
  padding-right: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pr55 {
    padding-right: 7.0512820513vw !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pt60 {
    padding-top: 7.6923076923vw !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pb60 {
    padding-bottom: 7.6923076923vw !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pl60 {
    padding-left: 7.6923076923vw !important;
  }
}

.u-pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pr60 {
    padding-right: 7.6923076923vw !important;
  }
}

.u-pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pt65 {
    padding-top: 8.3333333333vw !important;
  }
}

.u-pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pb65 {
    padding-bottom: 8.3333333333vw !important;
  }
}

.u-pl65 {
  padding-left: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pl65 {
    padding-left: 8.3333333333vw !important;
  }
}

.u-pr65 {
  padding-right: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pr65 {
    padding-right: 8.3333333333vw !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pt70 {
    padding-top: 8.9743589744vw !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pb70 {
    padding-bottom: 8.9743589744vw !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pl70 {
    padding-left: 8.9743589744vw !important;
  }
}

.u-pr70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pr70 {
    padding-right: 8.9743589744vw !important;
  }
}

.u-pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pt75 {
    padding-top: 9.6153846154vw !important;
  }
}

.u-pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pb75 {
    padding-bottom: 9.6153846154vw !important;
  }
}

.u-pl75 {
  padding-left: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pl75 {
    padding-left: 9.6153846154vw !important;
  }
}

.u-pr75 {
  padding-right: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pr75 {
    padding-right: 9.6153846154vw !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pt80 {
    padding-top: 10.2564102564vw !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pb80 {
    padding-bottom: 10.2564102564vw !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pl80 {
    padding-left: 10.2564102564vw !important;
  }
}

.u-pr80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pr80 {
    padding-right: 10.2564102564vw !important;
  }
}

.u-pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 10.8974358974vw !important;
  }
}

.u-pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pb85 {
    padding-bottom: 10.8974358974vw !important;
  }
}

.u-pl85 {
  padding-left: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pl85 {
    padding-left: 10.8974358974vw !important;
  }
}

.u-pr85 {
  padding-right: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pr85 {
    padding-right: 10.8974358974vw !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pt90 {
    padding-top: 11.5384615385vw !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pb90 {
    padding-bottom: 11.5384615385vw !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pl90 {
    padding-left: 11.5384615385vw !important;
  }
}

.u-pr90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pr90 {
    padding-right: 11.5384615385vw !important;
  }
}

.u-pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pt95 {
    padding-top: 12.1794871795vw !important;
  }
}

.u-pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pb95 {
    padding-bottom: 12.1794871795vw !important;
  }
}

.u-pl95 {
  padding-left: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pl95 {
    padding-left: 12.1794871795vw !important;
  }
}

.u-pr95 {
  padding-right: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pr95 {
    padding-right: 12.1794871795vw !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt100 {
    padding-top: 12.8205128205vw !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb100 {
    padding-bottom: 12.8205128205vw !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pl100 {
    padding-left: 12.8205128205vw !important;
  }
}

.u-pr100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pr100 {
    padding-right: 12.8205128205vw !important;
  }
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs12 {
  font-size: 1.2rem;
  line-height: 1.4;
  display: inline-block;
}

.u-fs13 {
  font-size: 1.3rem;
  line-height: 1.4;
}

.u-fs-ss {
  font-size: 1.2rem !important;
}

.u-fs-s {
  font-size: 1.5rem !important;
}

.u-fs-m {
  font-size: 2.5rem !important;
}

.u-fs-l {
  font-size: 3rem !important;
}

.u-fs-xxl {
  font-size: 5rem !important;
}

.u-fw300 {
  font-weight: 300 !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-fw800 {
  font-weight: 800 !important;
}

.u-icon-blank:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.u-h100-pc {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .u-h100-pc {
    height: auto;
  }
}

.u-mw-990 {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

.u-fitwdt {
  width: -moz-fit-content;
  width: fit-content;
}

.u-fithgt {
  height: -moz-fit-content;
  height: fit-content;
}

.u-scroll-point50 {
  scroll-margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-scroll-point50 {
    scroll-margin-top: 30vw;
  }
}

/* base.css - プロジェクト共通の基本スタイル */
html {
  font-size: 62.5%;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #363636;
  background-color: #fff;
}

.logo-image-all {
  position: absolute;
  top: 3%;
  left: 2%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .logo-image-all {
    width: 40vw;
    left: 5vw;
  }
}

.link-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: relative;
  top: -0.8em;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  background-color: #fff;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}

.link-arrow:hover:after {
  animation: arrow 1s;
}

@keyframes arrow {
  0% {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }
  50.1% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25;
}

img {
  height: auto;
  vertical-align: middle;
  border-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 0.5em;
  font-weight: 400;
  border-radius: 4px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex !important;
  }
}

.pc-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.l-wrapper {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 15.3846153846vw;
  }
}
.l-wrapper.top {
  padding-top: 0;
}
.l-wrapper.top .l-main {
  padding-top: 0;
}

.l-header .hun-menu {
  position: fixed;
  right: 2%;
  top: 3%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header .hun-menu {
    right: 5vw;
    top: 3vw;
  }
}
.l-header .hun-menu .hun-menu-btn {
  position: relative;
  width: 50px;
  height: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  transition: all 0.3s ease;
  z-index: 1010;
}
@media screen and (max-width: 767px) {
  .l-header .hun-menu .hun-menu-btn {
    width: 40px;
    height: 40px;
    gap: 10px;
  }
}
.l-header .hun-menu .hun-menu-btn .hun-menu-line {
  display: block;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .l-header .hun-menu .hun-menu-btn .hun-menu-line {
    width: 40px;
  }
}
.l-header .hun-menu .hun-menu-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  overflow-y: auto;
  padding-top: 80px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header .hun-menu .hun-menu-nav {
    width: 100%;
    max-width: none;
  }
}
.l-header .hun-menu .hun-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header .hun-menu .hun-menu-list li {
  border-bottom: 1px solid #eee;
}
.l-header .hun-menu .hun-menu-list li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header .hun-menu .hun-menu-list li a {
    font-size: 4.1025641026vw;
  }
}
.l-header .hun-menu .hun-menu-list li a:hover {
  background-color: #f5f5f5;
}
.l-header .hun-menu.is-open .hun-menu-btn .hun-menu-line {
  background-color: #000000;
}
.l-header .hun-menu.is-open .hun-menu-btn .hun-menu-line:nth-child(1) {
  transform: translateY(21px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-header .hun-menu.is-open .hun-menu-btn .hun-menu-line:nth-child(1) {
    transform: translateY(16px) rotate(45deg);
  }
}
.l-header .hun-menu.is-open .hun-menu-btn .hun-menu-line:nth-child(2) {
  opacity: 0;
}
.l-header .hun-menu.is-open .hun-menu-btn .hun-menu-line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
.l-header .hun-menu.is-open .hun-menu-nav {
  right: 0;
}
.l-header .hun-menu.is-open .hun-menu-bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
}

.l-footer {
  padding: 30px 50px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8vw 5vw;
  }
}
.l-footer a {
  text-decoration: none;
}
.l-footer .footer-wrap {
  max-width: 1590px;
  width: 100%;
  margin: 0 auto;
}
.l-footer .footer-wrap .footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 27px;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-wrap .footer-nav {
    margin: 0 10px 0 10px;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.l-footer .footer-wrap .footer-nav .copyright {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-wrap .footer-nav .copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 3.0769230769vw;
  }
}
.l-footer .footer-wrap .footer-nav .logo-color-image {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-wrap .footer-nav .logo-color-image {
    width: 100%;
  }
}
.l-footer .footer-wrap .footer-nav .logo-color-image:hover {
  opacity: 0.5;
}
.l-footer .footer-wrap .footer-nav .navgroup span.white-arrow {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-wrap .footer-nav .navgroup span.white-arrow {
    font-size: 3.0769230769vw;
  }
}
.l-footer .footer-wrap .footer-nav .navgroup {
  transition: 0.3s;
}
.l-footer .footer-wrap .footer-nav .navgroup:hover {
  opacity: 0.5;
}
.l-footer .footer-wrap .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-wrap .footer-bottom {
    flex-direction: column;
    gap: 6.4102564103vw;
  }
}

.l-inner {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 40px 0;
  }
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.l-container .l-container {
  width: 100%;
}
.l-container.white {
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .l-container.dev-index {
    padding: 0 0 0 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .l-container.dev-index .pr20 {
    padding-right: 5.1282051282vw;
  }
}

.l-section.news-detail {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-section.news-detail {
    margin-top: 7.6923076923vw !important;
  }
}
.l-section.news-detail .l-container-dummy {
  min-width: 245px;
}
@media screen and (max-width: 767px) {
  .l-section.news-detail .l-container-dummy {
    display: none;
  }
}
.l-section.news-detail .l-container {
  max-width: 810px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-section.news-detail .l-container {
    padding: 0;
  }
}

.l-breadcrumb {
  font-size: 1.2rem;
  padding: 10px 50px;
  color: #606060;
  border-top: 1px solid #EEE;
  line-height: 1;
}
.l-breadcrumb ol {
  max-width: 1100px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding: 2vw 5.1282051282vw;
    width: 100vw;
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumb li {
    flex-shrink: 0;
  }
}
.l-breadcrumb li:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
.l-breadcrumb li:last-child:after {
  content: "";
}

.l-column2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) fit-content(50%);
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .l-column2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.l-column2 .image {
  order: 1;
}
@media screen and (max-width: 767px) {
  .l-column2 .image {
    margin-top: 10.2564102564vw;
  }
}
.l-column2.reverse {
  grid-template-columns: fit-content(50%) minmax(0, 1fr);
}
@media screen and (max-width: 767px) {
  .l-column2.reverse {
    grid-template-columns: 1fr;
    gap: 0;
    display: block;
  }
}
.l-column2.reverse .text {
  order: 2;
}
.l-column2.reverse .image {
  order: 1;
}
@media screen and (max-width: 767px) {
  .l-column2.reverse .image {
    margin-bottom: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.sp-reverse .text {
    order: 2;
  }
  .l-column2.sp-reverse .image {
    order: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.sp-reorder .text {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.sp-reorder .text .sp-order02 {
    order: 3;
    margin-top: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.sp-reorder .text .sp-order03 {
    order: 4;
    padding: 0;
    text-align: center;
  }
}
.l-column2.qa {
  grid-template-columns: 1fr max-content;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .l-column2.qa {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.qa .c-text {
    margin: 0;
  }
}
.l-column2.qa .image {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .l-column2.qa .image {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.qa .image img {
    width: 100%;
  }
}
.l-column2.video .image {
  order: 1;
}
@media screen and (max-width: 767px) {
  .l-column2.video .image {
    margin-top: 10.2564102564vw;
  }
}
.l-column2.video.reverse .text {
  order: 2;
}
.l-column2.video.reverse .image {
  order: 1;
}
@media screen and (max-width: 767px) {
  .l-column2.video.reverse .image {
    margin-bottom: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.video.sp-reorder .text {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.video.sp-reorder .text .sp-order02 {
    order: 3;
    margin-top: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.video.sp-reorder .text .sp-order03 {
    order: 4;
    padding: 0;
    text-align: center;
  }
}
.l-column2.video.qa {
  grid-template-columns: 1fr max-content;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .l-column2.video.qa {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.video.qa .c-text {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.video.qa .image {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-column2.video.qa .image img {
    width: 100%;
  }
}

.l-column3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-column3 {
    grid-template-columns: 1fr;
  }
}

.l-section:has(.l-column2-recruit).colum-recruit {
  overflow: hidden;
}
.l-section:has(.l-column2-recruit) .l-column2-recruit {
  position: relative;
  display: flex;
}
.l-section:has(.l-column2-recruit) .l-column2-recruit.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-section:has(.l-column2-recruit) .l-column2-recruit.reverse {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-section:has(.l-column2-recruit) .l-column2-recruit.reverse .text {
    width: calc((100% - 70px) / 2);
    margin: 0 0 0 70px;
  }
}
.l-section:has(.l-column2-recruit) .l-column2-recruit.reverse .image-pc {
  width: 54.6875vw;
  margin-left: calc((100vw - 1080px) / 2 * -1 - 10%);
}
@media screen and (max-width: 1280px) {
  .l-section:has(.l-column2-recruit) .l-column2-recruit.reverse .image-pc {
    margin-left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .l-section:has(.l-column2-recruit) .l-column2-recruit.reverse .image-pc {
    display: none;
  }
}
.l-section:has(.l-column2-recruit) .l-column2-recruit.reverse .image-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-section:has(.l-column2-recruit) .l-column2-recruit.reverse .image-sp {
    display: block;
    width: 140vw;
    margin-right: -60vw;
    margin-bottom: 7.6923076923vw;
  }
}

.l-main {
  background: linear-gradient(90deg, rgb(0, 99, 187) 0%, rgb(0, 191, 159) 100%);
  background-size: cover;
  padding-top: 50px;
}
.l-main.top {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 5vw;
    background: linear-gradient(95deg, rgb(0, 99, 187) 0%, rgb(0, 191, 159) 100%);
  }
}
.l-main.grey {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .l-main.grey {
    padding: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main.dev-index {
    padding: 0;
  }
}

.l-section {
  position: relative;
  margin-bottom: 80px;
  background-image: url("../img/mv-detail.svg");
  background-repeat: no-repeat;
  background-position: 50vw -2vw;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .l-section {
    background-size: 120vw;
    background-position: 30vw -2vw;
  }
}
.l-section:last-of-type {
  padding-bottom: 230px;
  padding-top: 160px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-section:last-of-type {
    padding-bottom: 15.3846153846vw;
    padding-top: 25.641025641vw;
    margin-bottom: 0vw;
  }
}
.l-section.top {
  padding: 50px 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .l-section.top {
    background-color: #f7f7f7;
    padding: 10.2564102564vw 0;
  }
}
.l-section.gray {
  background-color: #f7f7f7;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-section.gray {
    padding: 20.5128205128vw 0;
  }
}
.l-section.news-detail {
  margin-top: 60px;
}
.l-section.specialist-index {
  margin-bottom: 50vw;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-section.specialist-index {
    overflow: hidden;
    margin-bottom: 140vw;
  }
}

.c-title.lv2 {
  font-family: "Roboto";
  margin-bottom: 70px;
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title.lv2 {
    margin-bottom: 10.2564102564vw;
    font-size: 10.2564102564vw;
  }
}
.c-title.lv3 {
  font-family: "Roboto", sans-serif;
  padding-bottom: 45px;
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-title.lv3 {
    padding-bottom: 2.5641025641vw;
    font-size: 10.2564102564vw;
  }
}
.c-title.l4 {
  padding-left: 30px;
  position: relative;
}
.c-title.l4::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0%;
  top: 0%;
}
.c-title.l4 .section-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-title.l4 .section-title {
    font-size: 5.1282051282vw;
    line-height: 6.6666666667vw;
    margin-bottom: 2.5641025641vw;
  }
}
.c-title.l4 .section-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-title.l4 .section-subtitle {
    font-size: 4.1025641026vw;
    line-height: 5.1282051282vw;
  }
}
.c-title.l5 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-title.l5 {
    font-size: 7.1794871795vw;
    line-height: 1.2;
    margin-bottom: 6.4102564103vw;
  }
}

.c-tab {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.c-tab a {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  color: #FFF;
  padding: 1em;
  font-size: 1.8rem;
  position: relative;
  justify-content: center;
}
.c-tab a.is-active {
  background-color: #00b8ae;
}
.c-tab a.is-active:after {
  content: "▼";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.5em;
  transform: translateY(-50%);
  font-size: 14px;
  color: #00b8ae;
}

.c-detail {
  background-color: #FFF;
  margin-top: 40px;
  border-radius: 20px;
  padding: 3.5em;
}
@media screen and (max-width: 767px) {
  .c-detail {
    padding: 4vw;
  }
}
.c-detail h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  color: #0E69BF;
}
@media screen and (max-width: 767px) {
  .c-detail h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
  }
}
.c-detail h2:first-child {
  margin-top: 0;
}
.c-detail h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
  color: #363636;
}
@media screen and (max-width: 767px) {
  .c-detail h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.c-detail p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #363636;
}
@media screen and (max-width: 767px) {
  .c-detail p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 1.2rem;
  }
}
.c-detail p strong {
  font-weight: 600;
}
.c-detail ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .c-detail ol {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
  }
}
.c-detail ol li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0.8rem;
  color: #363636;
}
@media screen and (max-width: 767px) {
  .c-detail ol li {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 0.6rem;
  }
}
.c-detail ol li ol {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  list-style-type: lower-alpha;
}
@media screen and (max-width: 767px) {
  .c-detail ol li ol {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    padding-left: 1.8rem;
  }
}
.c-detail ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .c-detail ul {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
  }
}
.c-detail ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0.8rem;
  color: #363636;
}
@media screen and (max-width: 767px) {
  .c-detail ul li {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 0.6rem;
  }
}
.c-detail .lang-box {
  display: none;
}
.c-detail .lang-box.is-active {
  display: block;
}

.c-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-buttons {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.c-buttons li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.c-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #157b8d;
  text-decoration: none;
  padding: 1.2em 2.5em;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  gap: 15px;
}
.c-buttons a:before {
  background-image: url(/wp/wp-content/themes/gasjpn/assets/img/pdf.svg);
  background-size: contain;
  content: "";
  width: 26px;
  height: 29px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-buttons a {
    padding: 1em 2em;
    font-size: 1.4rem;
    width: 100%;
  }
}
.c-buttons a:hover {
  opacity: 0.7;
  box-shadow: 0 4px 12px rgba(14, 105, 191, 0.3);
}
.c-buttons a:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(14, 105, 191, 0.2);
}

.c-breadcrumbs {
  padding: 10px 20px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.link-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0.5em;
  font-family: "Roboto";
  line-height: 1;
  position: relative;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  width: 320px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.link-white:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .link-white.schedule-outer {
    width: 100%;
  }
}
.link-white:hover {
  transform: scale(1.05);
}
.link-white span {
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.front-page .hun-menu {
  display: none;
}

.page-top {
  background-color: #f3f6fb;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top {
    background-size: 100%;
  }
}

@keyframes anime-link {
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
    left: 0%;
  }
}
.top-hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 800px;
}
@media screen and (max-width: 767px) {
  .top-hero {
    min-height: 100px;
  }
}

.top-hero__inner {
  max-width: 700px;
  margin-left: clamp(50px, 7.8125vw, 150px);
  padding: 30px 24px 0;
}
@media screen and (max-width: 767px) {
  .top-hero__inner {
    margin-left: 0;
    padding: 0 5.1282051282vw;
  }
}

.top-hero__copy {
  flex: 1;
  position: relative;
  z-index: 10;
}

.top-hero__label {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0060c8;
  margin-bottom: 16px;
  display: inline-block;
}

.title-main-image {
  margin-bottom: 50px;
  width: clamp(400px, 30vw, 643px);
}
@media screen and (max-width: 767px) {
  .title-main-image {
    margin-bottom: 8.9743589744vw;
  }
}

.top-hero__title {
  font-size: clamp(30px, 6vw, 70px);
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 2vw;
  font-family: "Roboto";
}
.top-hero__title .t {
  display: flex;
}
.top-hero__title .t span {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 0.5s ease;
}
.top-hero__title .t span.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.top-hero__text {
  font-size: clamp(14px, 1.8vw, 22px);
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  animation: fadeIn 1s 0.5s forwards;
}

.top-menu {
  color: #ffffff;
  width: 680px;
  opacity: 0;
  animation: fadeIn 1s 1s forwards;
}
@media screen and (max-width: 767px) {
  .top-menu {
    width: 100%;
    display: contents;
  }
}
.top-menu .schedule-outer {
  margin-bottom: 40px;
  font-family: "Roboto";
  position: relative;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .top-menu .schedule-outer {
    max-width: 100%;
    font-size: 9vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-menu .exportprocedures-outer {
    max-width: 100%;
  }
}
.top-menu .exportprocedures-outer .exportprocedures {
  font-family: "Roboto";
  margin-bottom: 10px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .top-menu .exportprocedures-outer .exportprocedures {
    margin-top: 5vw;
    font-size: 6vw;
  }
}
.top-menu .exportprocedures-outer .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .top-menu .exportprocedures-outer .flex {
    gap: 10px;
  }
}
.top-menu .exportprocedures-outer .flex a {
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-menu .exportprocedures-outer .flex a {
    font-size: 4.5vw;
    text-align: center;
    width: 48%;
  }
}

.top-hero__visual {
  flex: 1;
  text-align: right;
}

.top-hero__visual img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: inline-block;
}

.top-news {
  padding: 140px 0 160px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(92deg, rgba(1, 97, 188, 0.8) 5.62%, rgba(0, 191, 159, 0.8) 89.07%);
}
.top-news.is-type2 {
  background: none;
  padding: 0;
}

.top-news__inner {
  max-width: 1500px;
  margin-left: clamp(30px, 7.8125vw, 150px);
  padding: 0 40px;
  display: flex;
  gap: 10%;
  align-items: flex-start;
}
.top-news__inner.is-type2 {
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    margin-left: 0;
    padding: 0 5.1282051282vw;
  }
}

.top-news__aside {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .top-news__aside .c-title.lv2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news__aside {
    width: 100%;
    display: flex;
    -moz-column-gap: 10.2564102564vw;
         column-gap: 10.2564102564vw;
    align-items: center;
  }
}

.top-news__heading {
  font-size: clamp(30px, 6vw, 70px);
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-news__heading {
    flex-shrink: 0;
  }
}

.top-news__view {
  margin-top: 40px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 10px;
  font-weight: 700;
  font-family: "Roboto";
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news__view {
    margin-top: 0;
    flex: 1;
    font-size: 5.1282051282vw;
    max-width: 40vw;
    margin-left: auto;
  }
}
.top-news__view::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: #ffffff;
  -webkit-mask-image: url("../img/top/border-short.svg");
          mask-image: url("../img/top/border-short.svg");
  -webkit-mask-size: clamp(1px, 11.5vw, 198px);
          mask-size: clamp(1px, 11.5vw, 198px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0% 100%;
          mask-position: 0% 100%;
}
@media screen and (max-width: 767px) {
  .top-news__view::after {
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}

.top-news__list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top-news__list {
    width: 100%;
  }
}

.top-news__item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 767px) {
  .top-news__item {
    padding: 3vw 0;
  }
}

.top-news__item:first-child {
  padding-top: 0;
}

.top-news__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: baseline;
  font-weight: 400;
}

.top-news__row + .top-news__row {
  margin-top: 16px;
}

.top-news__row--action {
  align-items: center;
  margin-top: 24px;
}

.top-news__row--action .top-news__download {
  justify-self: start;
}
.top-news__row--action .top-news__download .text {
  border-bottom: 1px solid #ffffff;
}

.top-news__placeholder {
  display: block;
}

.top-news__date {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-news__date {
    margin-bottom: 0;
    font-size: 3.5897435897vw;
  }
}

.top-news__text {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-news__text {
    font-size: 3.5897435897vw;
  }
}

.top-news__text--en {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .top-news__text--en {
    font-size: 3.5897435897vw;
  }
}

.top-news__name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.top-news__name--en {
  font-weight: 500;
}

.top-news__download {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s;
}

.top-news__download:hover {
  opacity: 0.5;
}

.top-news__download img {
  width: 26px;
  height: 29px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-news__download img {
    width: 6.4102564103vw;
    height: 7.4358974359vw;
  }
}

@media screen and (max-width: 767px) {
  .top-hero__visual {
    text-align: center;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-news__inner {
    gap: 6.4102564103vw;
  }
}
@media screen and (max-width: 767px) {
  .top-news__heading {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .top-hero {
    padding: 76.9230769231vw 0 10.2564102564vw;
  }
  .top-hero__title {
    font-size: 36px;
  }
  .top-news {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-news {
    padding: 12.8205128205vw 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news__heading {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-news__heading {
    font-size: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  .top-news__row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-news__row {
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .top-news__row + .top-news__row {
    margin-top: 20px;
  }
  .top-news__row--action {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-news__row--action {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .top-news__placeholder {
    display: none;
  }
  .top-news__download {
    justify-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .top-hero__title {
    font-size: 10vw;
    margin-bottom: 5vw;
  }
  .top-hero__text {
    font-size: 14px;
  }
  .top-news__download {
    font-size: 13px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-news__download {
    padding-left: 0;
    font-size: 3.3333333333vw;
  }
}
.top-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .top-scroll {
    display: none;
  }
}
.top-scroll__text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin: 0;
}
.top-scroll__arrow {
  margin-right: -13px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  animation: scroll 3s infinite;
}
@keyframes scroll {
  0% {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  50.1% {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  }
  100% {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.top-scroll__arrow img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 10.2564102564vw;
    gap: 2.5641025641vw;
  }
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  color: #003f5a;
  text-decoration: none;
  border: 1px solid #00b8ae;
  background-color: #ffffff;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    min-width: 10.2564102564vw;
    height: 10.2564102564vw;
    padding: 0 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.pagination .page-numbers:hover {
  background-color: #00b8ae;
  color: #ffffff;
  border-color: #00b8ae;
}
.pagination .page-numbers.current {
  background-color: #00b8ae;
  color: #ffffff;
  border-color: #00b8ae;
  cursor: default;
  pointer-events: none;
}
.pagination .page-numbers.next::after {
  content: "→";
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers.next::after {
    margin-left: 1.2820512821vw;
    font-size: 4.1025641026vw;
  }
}
.pagination .page-numbers.prev::before {
  content: "←";
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers.prev::before {
    margin-right: 1.2820512821vw;
    font-size: 4.1025641026vw;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-mv {
  position: fixed;
  right: -42vw;
  top: -8vw;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-mv {
    top: -8vw;
  }
}
.top-mv .in {
  position: relative;
  width: 80vw;
  aspect-ratio: 1697.74/992.07;
  margin: 0 auto;
  min-width: 1250px;
}
@media screen and (max-width: 767px) {
  .top-mv .in {
    min-width: 100%;
    width: 180vw;
  }
}
.top-mv .in > div {
  position: absolute;
  opacity: 0;
}
.top-mv .in > div img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ship1Move {
  0% {
    opacity: 0;
    transform: translate(-80%, -60%);
  }
  5% {
    opacity: 1;
  }
  30% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(160%, 120%);
  }
}
@keyframes car1Move {
  0% {
    opacity: 0;
    transform: translate(-40%, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes car2Move {
  0% {
    opacity: 0;
    transform: translate(40%, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.top-mv .base {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: fadeIn 1.5s forwards;
}
.top-mv .buiding1 {
  top: 5.2%;
  left: 33%;
  width: 40.1%;
  z-index: 2;
  animation: fadeInDown 1s ease-out 0.3s forwards;
}
.top-mv .buiding2 {
  top: 9.2%;
  left: 18.2%;
  width: 13.5%;
  z-index: 3;
  animation: fadeInDown 1s ease-out 0.5s forwards;
}
.top-mv .cars1 {
  top: 23.3%;
  left: 5.1%;
  width: 20.6%;
  z-index: 4;
  animation: fadeInDown 1s ease-out 0.7s forwards;
}
.top-mv .cars2 {
  top: 34.1%;
  left: 16.7%;
  width: 20.3%;
  z-index: 4;
  animation: fadeInDown 1s ease-out 0.9s forwards;
}
.top-mv .cars3 {
  top: 48.6%;
  left: 30.8%;
  width: 20.6%;
  z-index: 4;
  animation: fadeInDown 1s ease-out 1.1s forwards;
}
.top-mv .cars4 {
  top: 63.7%;
  left: 44.1%;
  width: 20.3%;
  z-index: 4;
  animation: fadeInDown 1s ease-out 1.3s forwards;
}
.top-mv .car1 {
  top: 38.8%;
  left: 5.9%;
  width: 3.9%;
  z-index: 5;
  animation: car1Move 0.8s ease-out 1.5s forwards;
}
.top-mv .car2 {
  top: 19.8%;
  left: 32.6%;
  width: 3.9%;
  z-index: 5;
  animation: car2Move 0.8s ease-out 1.5s forwards;
}
.top-mv .car3 {
  top: 34.2%;
  left: 31%;
  width: 3.4%;
  z-index: 5;
  animation: car1Move 0.8s ease-out 1s forwards;
}
.top-mv .people {
  top: 37.4%;
  left: 40%;
  width: 2.5%;
  z-index: 6;
  animation: fadeInDown 0.8s ease-out 1.6s forwards;
}
.top-mv .world {
  top: 60.7%;
  left: -13.2%;
  width: 74%;
  z-index: 3;
  animation: fadeInUp 1.2s ease-out 1.8s forwards;
}
@media screen and (max-width: 767px) {
  .top-mv .world {
    left: -34%;
    top: 34%;
    width: 58%;
  }
}
.top-mv .ship1 {
  top: 42.6%;
  left: 3.8%;
  width: 23.8%;
  z-index: 3;
  z-index: 5;
  animation: ship1Move 40s ease-out 1s infinite;
}
.top-mv .ship2box {
  bottom: -20%;
  left: -13.5%;
  width: 30%;
  z-index: 3;
  height: 25%;
  position: absolute;
  animation: ship2Move 30s ease-out 2s infinite;
}
@media screen and (max-width: 767px) {
  .top-mv .ship2box {
    bottom: 27%;
    left: -21%;
    width: 20%;
    z-index: 3;
    height: 18%;
  }
}
.top-mv .ship2 {
  bottom: -15%;
  left: 0%;
  width: 50%;
  position: absolute;
  z-index: 3;
  animation: fadeIn 1s 1s forwards;
}
.top-mv .wave1 {
  top: 0;
  right: 0;
  position: absolute;
  width: 50%;
  z-index: 2;
  opacity: 0;
  animation: waveAlternate1 5s 3s infinite;
}
.top-mv .wave2 {
  top: 0;
  right: 0;
  width: 50%;
  z-index: 2;
  position: absolute;
  opacity: 0;
  animation: waveAlternate1 3s 3s infinite;
}
.top-mv .wave3 {
  top: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  width: 50%;
  z-index: 2;
  animation: waveAlternate1 4s 3s infinite;
}

@keyframes waveAlternate1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes waveAlternate2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes waveAlternate3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ship2Move {
  0% {
    opacity: 0;
    transform: translate(40%, -30%);
  }
  5% {
    opacity: 1;
  }
  30% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-40%, 30%);
  }
}
.page-portagents {
  background-size: cover;
}
.page-portagents .portagents-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .page-portagents .portagents-hero {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
}
.page-portagents .portagents-hero .portagents-title {
  font-size: 100px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-portagents .portagents-hero .portagents-title {
    font-size: 10.2564102564vw;
  }
}
.portagents-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0 0;
  padding: 0;
  height: 65px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .portagents-tab-btn {
    gap: 0;
    height: 12.8205128205vw;
    border-radius: 2.0512820513vw 2.0512820513vw 0 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .portagents-tab-btn::-webkit-scrollbar {
    display: none;
  }
}
.portagents-tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #00b8ae;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .portagents-tab-btn::after {
    height: 1.5384615385vw;
  }
}
.portagents-tab-btn .portagents-tab-btn-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  height: 65px;
  white-space: nowrap;
  padding: 0 20px;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .portagents-tab-btn .portagents-tab-btn-item {
    font-size: 3vw;
    height: 12.8205128205vw;
    padding: 0 2vw;
  }
}
.portagents-tab-btn .portagents-tab-btn-item.is-page {
  background-color: #00b8ae;
  min-width: 112.786px;
}
@media screen and (max-width: 767px) {
  .portagents-tab-btn .portagents-tab-btn-item.is-page {
    border-radius: 0;
    min-width: auto;
  }
}
.portagents-tab-btn .portagents-tab-btn-item:not(.is-page):hover {
  opacity: 0.5;
}

.portagents-tabs-wrapper {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
.portagents-tabs-wrapper .portagents-dynamic-title {
  font-size: 30px;
  font-weight: 700;
  color: #004159;
  padding: 40px 0 20px 0;
  margin: 0 40px;
  border-bottom: 1px solid #00B8AE;
}
@media screen and (max-width: 767px) {
  .portagents-tabs-wrapper .portagents-dynamic-title {
    font-size: 4.6153846154vw;
    margin: 0 5.1282051282vw;
    padding: 2vw 0;
  }
}

.portagents-tabs-wrap {
  padding: 30px 40px 40px 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .portagents-tabs-wrap {
    padding: 5.1282051282vw;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
}

.portagents-content {
  width: 100%;
}

.portagents-tab-labels {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .portagents-tab-labels {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    line-height: 1.2;
  }
}
.portagents-tab-labels .portagents-tab-label {
  padding: 15px 0;
  text-align: left;
  color: #004159;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 16px;
  width: 130px;
  font-weight: 700;
  transition: all 0.3s;
  font-family: "Roboto", sans-serif;
  outline: none;
  border-bottom: #E4E4E4 1px solid;
}
@media screen and (max-width: 767px) {
  .portagents-tab-labels .portagents-tab-label {
    padding: 1vw 0;
    font-size: 3.5897435897vw;
    text-align: center;
    width: 100%;
  }
}
.portagents-tab-labels .portagents-tab-label:hover:not(.active) {
  opacity: 0.5;
}
.portagents-tab-labels .portagents-tab-label.active {
  color: #00B8AE;
  border-bottom: #00B8AE 1px solid;
  cursor: default;
}
.portagents-tab-content {
  margin-left: 20px;
  display: none;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .portagents-tab-content {
    margin-left: 0;
    padding: 5vw 0;
  }
}
.portagents-tab-content.active {
  display: block;
}

.portagents-section-title {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #00B8AE;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .portagents-section-title {
    font-size: 4.6153846154vw;
    margin-bottom: 3vw;
    text-align: center;
  }
}

.portagents-list {
  padding: 20px 0px;
}
@media screen and (max-width: 767px) {
  .portagents-list {
    padding: 3.8461538462vw 0;
  }
}
.portagents-list .list-item {
  margin-bottom: 20px;
  font-size: 16px;
  display: grid;
  grid-template-columns: 2fr 8fr;
  border-top: #00B8AE solid 1px;
  border-bottom: #00B8AE solid 1px;
}
@media screen and (max-width: 767px) {
  .portagents-list .list-item {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .portagents-list .list-item:first-of-type {
    margin-bottom: 7.6923076923vw;
  }
}
.portagents-list .list-item h3 {
  font-weight: 700;
  color: #004159;
  padding: 15px;
  border-bottom: 1px dotted #00B8AE;
  background-color: #ccf1ef;
}
@media screen and (max-width: 767px) {
  .portagents-list .list-item h3 {
    margin-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
    border-bottom: none;
  }
}
.portagents-list .list-item h3:last-of-type {
  border-bottom: none;
}
.portagents-list .list-item .text {
  font-weight: 400;
  color: #000000;
  padding: 15px;
  border-bottom: 1px dotted #00B8AE;
}
@media screen and (max-width: 767px) {
  .portagents-list .list-item .text {
    font-size: 3.5897435897vw;
    border-bottom: none;
  }
}
.portagents-list .list-item .text:last-of-type {
  border-bottom: none;
}

.page-BLRequiredItems {
  background-size: cover;
}
.page-BLRequiredItems .bl-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-hero {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
}
.page-BLRequiredItems .bl-hero .bl-title {
  font-size: 100px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 65px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-hero .bl-title {
    font-size: 10.2564102564vw;
    line-height: 1.2;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0 0;
  padding: 0;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tab-btn {
    gap: 0;
    height: 12.8205128205vw;
    border-radius: 2.0512820513vw 2.0512820513vw 0 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .page-BLRequiredItems .bl-tabs .bl-tab-btn::-webkit-scrollbar {
    display: none;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #00b8ae;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tab-btn::after {
    height: 1.5384615385vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tab-btn .bl-tab-btn-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  height: 65px;
  white-space: nowrap;
  padding: 0 20px;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tab-btn .bl-tab-btn-item {
    font-size: 3vw;
    height: 12.8205128205vw;
    padding: 0 2vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tab-btn .bl-tab-btn-item:first-child {
  border-radius: 10px 0 0 0;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tab-btn .bl-tab-btn-item:first-child {
    border-radius: 2.0512820513vw 0 0 0;
    min-width: auto;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tab-btn .bl-tab-btn-item.active {
  background-color: #00b8ae;
}
.page-BLRequiredItems .bl-tabs .bl-tab-btn .bl-tab-btn-item:hover:not(.active) {
  opacity: 0.7;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 0;
  position: relative;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content {
  display: none;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content.active {
  display: block;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #004159;
  padding: 40px 40px 20px 40px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-subtitle {
    font-size: 4.6153846154vw;
    padding: 7.6923076923vw 5.1282051282vw 5.1282051282vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container {
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container {
    padding: 0 5.1282051282vw 7.6923076923vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper {
    margin-bottom: 3.8461538462vw;
    cursor: default;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper.grabbing {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper::-webkit-scrollbar {
  height: 8px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper::-webkit-scrollbar {
    height: 1.5384615385vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table thead tr {
  border-bottom: 1px solid rgb(0, 184, 174);
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table thead tr th {
  width: 100%;
  background-color: rgba(0, 184, 174, 0.2);
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding: 10px 5px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table thead tr th {
    width: clamp(50px, 30vw, 150px);
    font-size: clamp(10px, 3.5vw, 18px);
    height: auto;
    line-height: 1;
    padding: clamp(10px, 4vw, 18px);
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table thead tr th:first-child {
  padding-left: 20px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table thead tr th:first-child {
    padding-left: 3.8461538462vw;
    width: 51.2820512821vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr {
  border-bottom: 1px solid rgb(0, 184, 174);
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td {
  font-size: 20px;
  font-weight: 600;
  color: #003f5a;
  text-align: center;
  padding: 20px 10px;
  font-family: "Roboto", sans-serif;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td.disc {
  background-color: rgba(0, 184, 174, 0.2);
  padding: 5px;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td.top {
  white-space: normal;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td.top {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td {
    font-size: 4.1025641026vw;
    padding: 3.8461538462vw 2.5641025641vw;
    width: 51.2820512821vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td {
    padding: 3.8461538462vw 2.5641025641vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table tbody tr td img {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription .bl-colgroup .bl-col {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription .bl-colgroup .bl-col {
    width: 51.2820512821vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription thead tr th {
  width: 100%;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription tbody tr .bl-table-label.disc {
  background: rgba(0, 184, 174, 0.2);
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription tbody tr .bl-table-label {
    width: 51.2820512821vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription tbody tr .bl-table-check {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription tbody tr .bl-table-check {
    width: 51.2820512821vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription .discription-title {
  position: relative;
  text-align: left;
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription .discription-title .fixed {
  position: sticky;
  left: 43%;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-table-wrapper .bl-table.discription .discription-title .fixed {
    left: 38%;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-scroll-note {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin: 20px 0 0 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-table-container .bl-scroll-note {
    font-size: 4.1025641026vw;
    margin: 3.8461538462vw 0 0 0;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-notice {
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-notice {
    padding: 0 5.1282051282vw 7.6923076923vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-notice .bl-notice-en {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-notice .bl-notice-en {
    font-size: 3.5897435897vw;
    line-height: 1.6;
    margin-bottom: 3.8461538462vw;
  }
}
.page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-notice .bl-notice-ja {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-BLRequiredItems .bl-tabs .bl-tabs-wrapper .bl-tab-content .bl-notice .bl-notice-ja {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
}
.page-BLRequiredItems .bl-note-content p + p {
  margin-top: 0.8em;
}

.page-schedule-index {
  background-size: cover;
}
.page-schedule-index .portagents-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .portagents-hero {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
}
.page-schedule-index .schedule-section {
  position: relative;
}
.page-schedule-index .schedule-section .l-container {
  position: relative;
}
.page-schedule-index .schedule-section .schedule-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-list {
    gap: 3.8461538462vw;
  }
}
.page-schedule-index .schedule-section .schedule-item {
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px 40px;
  min-height: 123px;
  gap: 30px;
  transition: 0.3s;
}
.page-schedule-index .schedule-section .schedule-item:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.page-schedule-index .schedule-section .schedule-item:hover .link-arrow:after {
  animation: arrow 1s;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-item {
    padding: 3.8461538462vw 3.8461538462vw;
    min-height: 25.641025641vw;
    height: auto;
    gap: 3.8461538462vw;
  }
}
.page-schedule-index .schedule-section .schedule-item .schedule-item-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
  width: 80px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-item .schedule-item-left {
    margin-right: 0;
  }
}
.page-schedule-index .schedule-section .schedule-item .schedule-item-left .schedule-icon {
  width: 80px !important;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-item .schedule-item-left .schedule-icon {
    height: 8.9743589744vw;
  }
}
.page-schedule-index .schedule-section .schedule-item .schedule-region {
  width: 18%;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #0061bc;
  flex-shrink: 0;
  padding-right: 40px;
  display: flex;
  align-items: center;
  border-right: 3px solid #0179B5;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-item .schedule-region {
    width: auto;
    height: auto;
    font-size: 4.6153846154vw;
    line-height: 5.641025641vw;
    padding-right: 0;
    border-right: none;
  }
}
.page-schedule-index .schedule-section .schedule-item .schedule-item-divider {
  width: 1px;
  height: 76px;
  background-color: #0061bc;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-item .schedule-item-divider {
    display: none;
  }
}
.page-schedule-index .schedule-section .schedule-item .schedule-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  white-space: nowrap;
  margin-right: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-item .schedule-date {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-item .day-wrap {
    width: 47%;
    padding-right: 6.4102564103vw;
    gap: 0.7692307692vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page-schedule-index .schedule-section .schedule-item .schedule-link {
  align-self: center;
  margin-left: auto;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #0061bc;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  width: 135px;
}
@media screen and (max-width: 767px) {
  .page-schedule-index .schedule-section .schedule-item .schedule-link {
    display: none;
  }
}
.page-schedule-index .schedule-section .schedule-item .schedule-link.link-arrow:after {
  background-color: #0061bc;
}

.page-schedule-detail {
  background-size: cover;
}
.page-schedule-detail .schedule-section {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-section {
    padding-bottom: 25.641025641vw;
  }
}
.page-schedule-detail .schedule-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-detail-header {
    padding-bottom: 7.6923076923vw;
    flex-direction: column;
    margin-bottom: 7.6923076923vw;
    gap: 5.1282051282vw;
    align-items: flex-start;
  }
}
.page-schedule-detail .schedule-detail-header .schedule-detail-title {
  font-family: "Roboto", sans-serif;
}
.page-schedule-detail .schedule-detail-header .c-title.lv3 {
  border-bottom: none;
}
.page-schedule-detail .schedule-detail-header .schedule-detail-info {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-detail-header .schedule-detail-info {
    text-align: left;
  }
}
.page-schedule-detail .schedule-detail-header .schedule-detail-info .schedule-region {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-detail-header .schedule-detail-info .schedule-region {
    font-size: 6.1538461538vw;
    line-height: 7.6923076923vw;
  }
}
.page-schedule-detail .schedule-detail-header .schedule-detail-info .schedule-date {
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-detail-header .schedule-detail-info .schedule-date {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
}
.page-schedule-detail .schedule-detail-content {
  max-width: 1200px;
  margin: 0 auto;
}
.page-schedule-detail .schedule-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.page-schedule-detail .schedule-section-header .schedule-buttons {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-section-header .schedule-buttons {
    gap: 2.5641025641vw;
  }
}
.page-schedule-detail .schedule-section-header .schedule-buttons .schedule-btn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 130px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-section-header .schedule-buttons .schedule-btn {
    padding: 2.5641025641vw 5.1282051282vw;
    font-size: 3.5897435897vw;
    line-height: 1.2;
  }
}
.page-schedule-detail .schedule-section-header .schedule-buttons .schedule-btn:hover {
  opacity: 0.7;
}
.page-schedule-detail .schedule-section-header .schedule-buttons .schedule-btn.schedule-btn-active {
  background-color: #ffffff;
}
.page-schedule-detail .schedule-section-header .schedule-buttons .schedule-btn::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../img/schedule/detail/icon-pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-section-header .schedule-buttons .schedule-btn::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.page-schedule-detail .schedule-table-wrapper {
  border: 1px solid #bababa;
  overflow-x: auto;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-table-wrapper {
    border: 1px solid #b1b1b1;
  }
}
.page-schedule-detail .schedule-table {
  table-layout: fixed; /*---------均等---------*/
  width: 100% !important;
  border-collapse: collapse;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-table {
    width: auto;
    font-size: 3.5897435897vw;
    line-height: 1.2;
  }
}
.page-schedule-detail .schedule-table .center-border {
  border-top: 3px solid #bababa;
}
.page-schedule-detail .schedule-table .blue {
  background-color: #cce6f0 !important;
}
.page-schedule-detail .schedule-table .green {
  background-color: #ccf1ef !important;
}
.page-schedule-detail .schedule-table thead {
  background-color: #073171;
  border-bottom: 3px solid #bababa;
}
.page-schedule-detail .schedule-table thead th {
  padding: 15px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  width: 100% !important;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  /*------------------------上グラフ---------------------------------*/
  /*------------------------上グラフ---------------------------------*/
}
.page-schedule-detail .schedule-table thead th.bg2 {
  background-color: #2F75B5;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-table thead th {
    padding: 2.5641025641vw 2.0512820513vw;
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
    width: 20vw !important;
  }
}
.page-schedule-detail .schedule-table thead th:last-child {
  border-right: none;
}
.page-schedule-detail .schedule-table thead th.schedule-th-etd-eta {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-table thead th.schedule-th-etd-eta {
    width: 15.3846153846vw;
  }
}
.page-schedule-detail .schedule-table tbody {
  background-color: #ffffff;
}
.page-schedule-detail .schedule-table tbody tr {
  border-bottom: 1px solid #bababa;
}
.page-schedule-detail .schedule-table tbody tr:last-child {
  border-bottom: none;
}
.page-schedule-detail .schedule-table tbody td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #bababa;
  vertical-align: middle;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-table tbody td {
    padding: 2.0512820513vw;
  }
}
.page-schedule-detail .schedule-table tbody td:last-child {
  border-right: none;
}
.page-schedule-detail .schedule-table tbody td.schedule-td-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  text-orientation: mixed;
  padding: 20px 10px;
  width: 75px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-table tbody td.schedule-td-label {
    font-size: 3.5897435897vw;
    line-height: 1.2;
    padding: 3.8461538462vw 2.0512820513vw;
    width: 15.3846153846vw;
  }
}
.page-schedule-detail .schedule-table tbody td.schedule-td-label.schedule-td-etd {
  background-color: #0083b3;
}
.page-schedule-detail .schedule-table tbody td.schedule-td-label.schedule-td-eta {
  background-color: #00b8ae;
}
.page-schedule-detail .schedule-table tbody td.schedule-td-port {
  text-align: center;
  font-weight: 400;
  border-right: 1px solid #bababa;
  background-color: #ffffff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-table tbody td.schedule-td-port {
    line-height: 1;
    padding: 2vw;
    font-size: 2.5641025641vw;
  }
}
.page-schedule-detail .schedule-table tbody .schedule-row-etd .schedule-td-etd {
  background-color: #0083b3;
}
.page-schedule-detail .schedule-table tbody .schedule-row-eta .schedule-td-eta {
  background-color: #00b8ae;
}
.page-schedule-detail .schedule-remarks {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-remarks {
    margin: 0 0 7.6923076923vw 0;
    width: 90vw;
    overflow-x: auto;
  }
}
.page-schedule-detail .schedule-remarks .schedule-remarks-content {
  color: #FFF;
}
.page-schedule-detail .schedule-remarks .schedule-remarks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-schedule-detail .schedule-remarks .schedule-remarks-list li {
  font-size: 1.4rem;
  font-weight: normal;
}
.page-schedule-detail .schedule-remarks .schedule-remarks-list li:last-child {
  margin-bottom: 0;
}
.page-schedule-detail .schedule-remarks .schedule-remarks-list li p {
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-remarks .schedule-remarks-list li p {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.page-schedule-detail .schedule-remarks .schedule-remarks-list li p:last-child {
  margin-bottom: 0;
}
.page-schedule-detail .schedule-remarks .schedule-remarks-list li p:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-remarks .schedule-remarks-list li p:last-child {
    padding-left: 3.8461538462vw;
  }
}
.page-schedule-detail .schedule-bl-cutoff {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-bl-cutoff {
    margin-top: 10.2564102564vw;
  }
}
.page-schedule-detail .schedule-bl-cutoff .schedule-table-wrapper {
  border: 1px solid #ffffff;
}
.page-schedule-detail .schedule-bl-cutoff .schedule-table thead {
  /*---------------------------下グラフ------------------------------*/
}
.page-schedule-detail .schedule-bl-cutoff .schedule-table thead th.schedule-th-port {
  width: 235px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .schedule-bl-cutoff .schedule-table thead th.schedule-th-port {
    width: 30.7692307692vw;
  }
}
.page-schedule-detail .schedule-bl-cutoff .schedule-table tbody td.schedule-td-port {
  background-color: rgba(0, 184, 174, 0.2);
}
.page-schedule-detail .schedule-etd-eta .schedule-table-wrapper {
  position: relative;
}
.page-schedule-detail .strong {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page-schedule-detail .strong {
    font-size: 4.1025641026vw;
  }
}

.schedule-nav-links {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  right: 1%;
  transform: translate(0, -50%);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .schedule-nav-links {
    width: 100%;
    gap: 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: translate(0);
  }
  .schedule-nav-links br {
    display: none;
  }
  .schedule-nav-links p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }
  .schedule-nav-links p > br {
    display: none;
  }
}
.schedule-nav-links.fade-out {
  opacity: 0;
  pointer-events: none;
}
.schedule-nav-links .schedule-nav-link {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .schedule-nav-links .schedule-nav-link {
    height: clamp(30px, 13vw, 80px);
    padding-left: 2.5641025641vw;
    justify-content: flex-start;
  }
}
.schedule-nav-links .schedule-nav-link:hover {
  opacity: 0.7;
}
.schedule-nav-links .schedule-nav-link .schedule-nav-link-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.schedule-nav-links .schedule-nav-link .schedule-nav-link-content:hover:after {
  animation: arrow 1s;
}
.schedule-nav-links .schedule-nav-link .schedule-nav-link-content:after {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  position: relative;
  bottom: 10px;
  right: 10px;
  position: absolute;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  background-color: #0083b3;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}
.schedule-nav-links .schedule-nav-link .schedule-nav-text {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #009baa;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-nav-links .schedule-nav-link .schedule-nav-text {
    font-size: 3.3333333333vw;
    line-height: 4.6153846154vw;
  }
}
.schedule-nav-links .schedule-nav-link .schedule-nav-arrow {
  width: 20px;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .schedule-nav-links .schedule-nav-link .schedule-nav-arrow {
    width: 6.4102564103vw;
    height: 2.0512820513vw;
  }
}

.page-company-profile {
  background-image: url("../img/top/bg.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-company-profile {
    background-image: url("../img/top/bg-sp.png");
  }
}

.company-profile-section .l-container {
  position: relative;
}

.company-profile-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .company-profile-title {
    font-size: 10.2564102564vw;
    line-height: 1.2;
    margin-bottom: 12.8205128205vw;
  }
}

.company-profile-about {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .company-profile-about {
    margin-top: 7.6923076923vw;
    margin-bottom: 12.8205128205vw;
  }
}
.company-profile-about-content {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .company-profile-about-content {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.company-profile-about-col {
  flex: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #ffffff;
}
.company-profile-about-col p {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .company-profile-about-col p {
    font-size: 3.5897435897vw;
    line-height: 1.8;
    margin-bottom: 0vw;
  }
}
.company-profile-about-col p:last-child {
  margin-bottom: 0;
}

.company-profile-corporate {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .company-profile-corporate {
    margin-bottom: 15.3846153846vw;
  }
}
.company-profile-corporate-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .company-profile-corporate-content {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.company-profile-corporate-labels {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 41px;
  color: #ffffff;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .company-profile-corporate-labels {
    font-size: 3.5897435897vw;
    line-height: 1.8;
    min-width: auto;
  }
}
.company-profile-corporate-labels p {
  margin: 0;
}
.company-profile-corporate-values {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 41px;
  color: #ffffff;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .company-profile-corporate-values {
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
}
.company-profile-corporate-values p {
  margin: 0;
  white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
  .profile-item {
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) {
  .profile-item .title {
    font-size: 4.6153846154vw;
    font-weight: 700;
  }
}

.company-profile-location {
  margin-bottom: 0;
}
.company-profile-location-map {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company-profile-location-map {
    margin-bottom: 6.4102564103vw;
  }
}
.company-profile-location-map img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.company-profile-location-contact {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .company-profile-location-contact {
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
}
.company-profile-location .company-profile-contact {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .company-profile-location .company-profile-contact {
    margin-top: 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
}
.company-profile-location .company-profile-map {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .company-profile-location .company-profile-map {
    height: 64.1025641026vw;
  }
}
.company-profile-location .company-profile-map iframe {
  width: 100%;
  height: 100%;
}

.page-bl-counter {
  background-size: cover;
}
.page-bl-counter .bl-counter-section {
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
}
.page-bl-counter .bl-counter-section .l-container {
  position: relative;
}
.page-bl-counter .bl-counter-section .bl-counter-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 60px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-card {
    padding: 7.6923076923vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location {
  padding: 20px 0;
  border-bottom: 1px solid #00B8AE;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-location {
    padding: 5.1282051282vw 0;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location:nth-child(1) {
  padding-top: 0;
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-header {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-header {
    flex-direction: column;
    gap: 2vw;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-name {
  flex-shrink: 0;
  text-align: center;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-name {
    min-width: auto;
    width: 100%;
    text-align: left;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-name .location-en {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #003f5a;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-name .location-en {
    font-size: 4.1025641026vw;
    line-height: 5.641025641vw;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-name .location-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #003f5a;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-name .location-jp {
    font-size: 4.1025641026vw;
    line-height: 5.641025641vw;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-divider {
  width: 2.778px;
  height: auto;
  min-height: 100px;
  align-self: stretch;
  background-color: rgba(0, 184, 174, 0.2);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-divider {
    display: none;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-info {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #003f5a;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-info {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-info .postal-code {
  margin-bottom: 0;
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-info .address {
  margin-bottom: 0;
  margin-top: 0;
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-info .contact-info {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-info .contact-info {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-info .contact-info .tel,
.page-bl-counter .bl-counter-section .bl-counter-location .bl-counter-location-info .contact-info .fax {
  margin: 0;
  white-space: nowrap;
}
.page-bl-counter .bl-counter-section .bl-counter-divider-horizontal {
  height: 1px;
  background-color: rgb(0, 184, 174);
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-divider-horizontal {
    margin: 5.1282051282vw 0;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-hours {
  max-width: 1200px;
  margin: 30px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .page-bl-counter .bl-counter-section .bl-counter-hours {
    margin: 5.1282051282vw auto 0;
    padding: 0;
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
}
.page-bl-counter .bl-counter-section .bl-counter-hours p {
  margin: 0;
}

.front-page .logo-image-all {
  margin-top: 20px;
  margin-left: 20px;
  width: clamp(500px, 35vw, 800px);
}
@media screen and (max-width: 767px) {
  .front-page .logo-image-all {
    width: 50vw;
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */