/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.overview .outline {
  padding: 65px 0 40px;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .overview .outline {
    padding: 50px 0 20px;
  }
}

.overview .outline .tbl {
  max-width: 848px;
  width: 100%;
  margin: 25px auto 0;
}

@media (max-width: 767px) {
  .overview .outline .tbl {
    margin: 6px auto 0;
  }
}

.overview .outline .tbl tr th,
.overview .outline .tbl tr td {
  padding: 18px 0px 21px;
}

@media (max-width: 767px) {
  .overview .outline .tbl tr th,
  .overview .outline .tbl tr td {
    padding: 16px 0 15px;
  }
}

.overview .outline .tbl tr th {
  color: #154086;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 166px;
  border-bottom: 1px solid #154086;
  text-align: left;
  vertical-align: middle;
}

.overview .outline .tbl tr th h3 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .overview .outline .tbl tr th {
    width: 80px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.overview .outline .tbl tr td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .overview .outline .tbl tr td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
    letter-spacing: 0.01em;
    padding-left: 3px;
  }
}

.overview .outline .tbl tr td .sm {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

@media (max-width: 767px) {
  .overview .outline .tbl tr td .sm {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

.overview .access {
  position: relative;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .overview .access {
    padding-bottom: 75px;
  }
}

.overview .access::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100% - 330px);
  top: 330px;
  background: #F4F4F4;
  z-index: 0;
}

@media (max-width: 767px) {
  .overview .access::before {
    height: calc(100% - 70px);
    top: 70px;
  }
}

.overview .access .map {
  margin-top: 45px;
  margin-bottom: 30px;
  position: relative;
}

.overview .access .map:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 43.94531%;
}

.overview .access .map > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .overview .access .map {
    margin-top: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    position: relative;
  }
  .overview .access .map:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 53.33333%;
  }
  .overview .access .map > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.overview .access .map iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}

.overview .access .lst-row {
  margin-bottom: 55px;
  position: relative;
}

@media (max-width: 767px) {
  .overview .access .lst-row {
    margin-bottom: 28px;
  }
}

.overview .access .lst-row .row {
  border: 1px solid #154086;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  min-height: 123px;
  background: #fff;
}

.overview .access .lst-row .row__lt {
  background: #154086;
  color: #fff;
  width: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .overview .access .lst-row .row__lt {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .overview .access .lst-row .row__lt {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 20px;
  }
}

.overview .access .lst-row .row__lt .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .overview .access .lst-row .row__lt .ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.overview .access .lst-row .row__rt {
  width: calc(100% - 224px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 39px 39px 17px;
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .overview .access .lst-row .row__rt {
    width: calc(100% - 200px);
    padding: 39px 19px 17px;
  }
}

@media (max-width: 767px) {
  .overview .access .lst-row .row__rt {
    width: 100%;
    padding: 20px 20px 10px;
  }
}

.overview .access .lst-row .row__rt ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 50px;
  padding-bottom: 22px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .overview .access .lst-row .row__rt ul li {
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
}

.overview .access .lst-row .row__rt ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.overview .access .lst-row .row__rt ul li .ico {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .overview .access .lst-row .row__rt ul li .ico {
    top: 50%;
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .overview .access .lst-row .row__rt ul li .ico {
    width: 32px;
    height: 32px;
    top: -3px;
  }
}

.overview .access .lst-row .row__rt ul li .lb {
  width: 172px;
  color: #154086;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .overview .access .lst-row .row__rt ul li .lb {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 12px;
  }
}

.overview .access .lst-row .row__rt ul li .txt {
  width: calc(100% - 190px);
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .overview .access .lst-row .row__rt ul li .txt {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
    letter-spacing: 0.025em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .overview .access .lst-row .row:first-child .row__rt ul li .ico {
    margin-top: -30px;
  }
}

@media (min-width: 768px) {
  .overview .access .lst-row .row:last-child .row__rt ul li:last-child {
    padding-bottom: 0;
    margin-top: 10px;
  }
}

.overview .access .direc {
  background: #fff;
  position: relative;
}

.overview .access .direc .ins {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 76px;
}

@media (max-width: 767px) {
  .overview .access .direc .ins {
    padding: 32px 23px 26px;
  }
}

.overview .access .direc .ins .bxleft {
  width: 436px;
}

.overview .access .direc .ins .bxleft .tit {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #154086;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .overview .access .direc .ins .bxleft .tit {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.overview .access .direc .ins .bxleft .tit span {
  background: #fff;
  width: auto;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.overview .access .direc .ins .bxleft .tit::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background: #154086;
  z-index: 0;
}

.overview .access .direc .ins .bxleft .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .overview .access .direc .ins .bxleft .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    letter-spacing: 0.025em;
  }
}

.overview .access .direc .ins .bxright {
  width: calc(100% - 436px);
  text-align: right;
}

@media (min-width: 768px) {
  .overview .access .direc .ins .bxright img {
    max-width: 333px;
    margin-top: -25px;
  }
}

@media (max-width: 767px) {
  .overview .access .direc .ins .bxright {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .overview .access .direc .ins .bxright .im {
    margin-bottom: 25px;
  }
}

.overview .bg-mid {
  position: relative;
  height: 330px;
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .overview .bg-mid {
    height: 180px;
    margin-bottom: 43px;
  }
}

.overview .bg-mid img {
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overview .facility {
  position: relative;
}

@media (min-width: 768px) {
  .overview .facility .inner {
    overflow: hidden;
  }
}

.overview .facility .gr-slider {
  max-width: 848px;
  margin: 50px auto 120px;
}

@media (max-width: 767px) {
  .overview .facility .gr-slider {
    margin-top: 25px;
    margin-bottom: 80px;
  }
}

.overview .facility .swiper-container {
  position: relative;
}

.overview .facility .swiper-container {
  padding-bottom: 20px;
}

.overview .facility .slMain {
  position: relative;
}

.overview .facility .slMain .swiper-button-prev,
.overview .facility .slMain .swiper-button-next {
  width: 54px;
  height: 54px;
  background: #fff url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/overview/ico_arr1.svg") no-repeat center center/13px 13px;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #154086;
}

@media (max-width: 767px) {
  .overview .facility .slMain .swiper-button-prev,
  .overview .facility .slMain .swiper-button-next {
    width: 35px;
    height: 35px;
    z-index: 2;
    background: #fff url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/overview/ico_arr1.svg") no-repeat center center/10px 10px;
  }
}

.overview .facility .slMain .swiper-button-prev::after,
.overview .facility .slMain .swiper-button-next::after {
  display: none;
}

.overview .facility .slMain .swiper-button-prev {
  left: -88px;
  cursor: pointer;
}

@media only screen and (max-width: 1080px) {
  .overview .facility .slMain .swiper-button-prev {
    left: -27px;
  }
}

@media only screen and (max-width: 960px) {
  .overview .facility .slMain .swiper-button-prev {
    left: 1px;
  }
}

@media (max-width: 767px) {
  .overview .facility .slMain .swiper-button-prev {
    left: -17px;
  }
}

@media only screen and (min-width: 1025px) {
  .overview .facility .slMain .swiper-button-prev:hover {
    background: #154086 url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/overview/ico_arr_w.svg") no-repeat center center/13px 13px;
  }
}

.overview .facility .slMain .swiper-button-next {
  transform: rotate(180deg);
  right: -88px;
  cursor: pointer;
}

@media only screen and (max-width: 1080px) {
  .overview .facility .slMain .swiper-button-next {
    right: -27px;
  }
}

@media only screen and (max-width: 960px) {
  .overview .facility .slMain .swiper-button-next {
    right: 1px;
  }
}

@media (max-width: 767px) {
  .overview .facility .slMain .swiper-button-next {
    right: -17px;
  }
}

@media only screen and (min-width: 1025px) {
  .overview .facility .slMain .swiper-button-next:hover {
    background: #154086 url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/overview/ico_arr_w.svg") no-repeat center center/13px 13px;
  }
}

.overview .facility .slMain .abs {
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 5px 10px 5px 15px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .overview .facility .slMain .abs {
    font-size: 14px;    
  }
}

@media (max-width: 767px) {
  .overview .facility .slThumb {
    width: calc(100% + 25px);
  }
}

.overview .facility .slThumb .swiper-slide {
  position: relative;
  max-width: 86px;
  position: relative;
  margin: 20px auto 0;
  position: relative;
}

.overview .facility .slThumb .swiper-slide:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.overview .facility .slThumb .swiper-slide > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .overview .facility .slThumb .swiper-slide {
    max-width: 56px;
    width: 56px;
    margin-top: 17px;
  }
}

.overview .facility .slThumb .swiper-slide img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overview .facility .slThumb .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.7;
}

.overview .facility .slThumb .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #154086;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .overview .facility .slThumb .swiper-slide.swiper-slide-thumb-active::after {
    border: 3px solid #154086;
  }
}

.overview .facility .swiper-scrollbar {
  background: #d6d6d6;
}

.overview .facility .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0 !important;
  background: #7ACC47;
}

.overview .facility .swiper-horizontal > .swiper-scrollbar,
.overview .facility .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 3px;
}

@media (max-width: 767px) {
  .overview .facility .swiper-horizontal > .swiper-scrollbar,
  .overview .facility .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100% - 25px);
    left: 0;
  }
}

.overview .facility .swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 0px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*# sourceMappingURL=maps/overview.min.css.map */