@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/************contents********************/
#section_kv .photobox {
  background-image: url(../media/images/tenant/head_pc.jpg);
}
@media screen and (max-width: 767px) {
  #section_kv .photobox {
    background-image: url(../media/images/tenant/head_sp.jpg);
  }
}

#section_01 {
  padding-top: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_01 {
    padding-top: 75px;
  }
}
#section_01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section_01 h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #section_01 h3 {
    font-size: 6.6vw;
    margin-bottom: 16vw;
  }
}
#section_01 h3 span.text_blue {
  color: #1B2388;
  display: inline-block;
  margin-left: -0.25em;
  margin-right: -0.25em;
}
#section_01 .text01 {
  line-height: 180%;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_01 .text01 {
    margin-bottom: 40px;
    text-align: left;
  }
}

#section_02 {
  width: 100%;
  /*background: linear-gradient(-160deg,#fff7eb 0%, #ace0f9 50%);*/
  position: relative;
  z-index: 20;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #section_02 {
    padding-bottom: 80px;
  }
}
#section_02 .section__in {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in {
    width: 90%;
  }
}
#section_02 .section__in .contentsbox {
  width: 82%;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in .contentsbox {
    width: 100%;
  }
}
#section_02 .section__in .contentsbox h3 {
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in .contentsbox h3 {
    margin-bottom: 25px;
  }
}
#section_02 .section__in .contentsbox figure {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in .contentsbox figure {
    margin-bottom: 25px;
  }
}
#section_02 .section__in .contentsbox dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_02 .section__in .contentsbox dl dt {
  width: 7em;
  line-height: 160%;
  margin-bottom: 0.25em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #section_02 .section__in .contentsbox dl dt {
    width: 100%;
    margin-bottom: 0.0em;
  }
}
#section_02 .section__in .contentsbox dl dd {
  width: calc(100% - 7em);
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in .contentsbox dl dd {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#section_02 .section__in .contentsbox .lines {
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #333;
  margin: 30px auto;
}
#section_02 .section__in .contentsbox h4 {
  padding: 0.45em 1em;
  line-height: 100%;
  background-color: #DFE7F8;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#section_02 .section__in .contentsbox p.text01 {
  margin-bottom: 2em;
  line-height: 160%;
}
#section_02 .section__in .contentsbox .telfaxbox {
  width: 97.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
#section_02 .section__in .contentsbox .telfaxbox .tels {
  width: 50%;
  border-right: 1px solid #666;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in .contentsbox .telfaxbox .tels {
    width: 75%;
    padding-right: 0em;
    border-right: 0;
    margin-bottom: 1.5em;
  }
}
#section_02 .section__in .contentsbox .telfaxbox .faxs {
  width: 50%;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in .contentsbox .telfaxbox .faxs {
    width: 75%;
    padding-left: 0em;
  }
}

#section_03 {
  width: 100%;
  /*background: linear-gradient(-160deg,#fff7eb 0%, #ace0f9 50%);*/
  background-color: #F5F5F5;
  position: relative;
  z-index: 20;
  padding-top: 120px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #section_03 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
#section_03 .section__in {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_03 .section__in {
    width: 90%;
  }
}
#section_03 .section__in .contentsbox {
  width: 82%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #section_03 .section__in .contentsbox {
    width: 100%;
  }
}
#section_03 .section__in .contentsbox h3 {
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #section_03 .section__in .contentsbox h3 {
    margin-bottom: 25px;
  }
}
#section_03 .section__in .contentsbox figure {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #section_03 .section__in .contentsbox figure {
    margin-bottom: 25px;
  }
}
#section_03 .section__in .contentsbox dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_03 .section__in .contentsbox dl dt {
  width: 7em;
  line-height: 160%;
  margin-bottom: 0.25em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #section_03 .section__in .contentsbox dl dt {
    width: 100%;
    margin-bottom: 0.0em;
  }
}
#section_03 .section__in .contentsbox dl dd {
  width: calc(100% - 7em);
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #section_03 .section__in .contentsbox dl dd {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#section_03 .section__in .contentsbox .lines {
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #333;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  #section_03 .section__in .contentsbox .lines {
    margin: 0px auto 30px auto;
  }
}
#section_03 .section__in .contentsbox h4 {
  padding: 0.45em 1em;
  line-height: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#section_03 .section__in .contentsbox p.text01 {
  margin-bottom: 2em;
  line-height: 160%;
}
#section_03 .section__in .contentsbox .telfaxbox {
  width: 97.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
#section_03 .section__in .contentsbox .telfaxbox .tels {
  width: 50%;
  border-right: 1px solid #666;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  #section_03 .section__in .contentsbox .telfaxbox .tels {
    width: 75%;
    padding-right: 0em;
    border-right: 0;
    margin-bottom: 1.5em;
  }
}
#section_03 .section__in .contentsbox .telfaxbox .faxs {
  width: 50%;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  #section_03 .section__in .contentsbox .telfaxbox .faxs {
    width: 75%;
    padding-left: 0em;
  }
}

/**********グラデーション/斜線バック******************/
.grad_contena01_type01 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  top: 43%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01_type01 {
    top: 35%;
  }
}

.grad_contena01_type02 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01_type02 {
    top: 46%;
  }
}

.naname01 {
  width: 700px;
  height: 500px;
  background-image: url(../media/images/business/kouri/line_back.png);
  background-position: center;
  background-size: 35px 30px;
  position: absolute;
  top: 240px;
  left: -230px;
}
@media screen and (max-width: 767px) {
  .naname01 {
    width: 100%;
    height: 75vw;
    top: 125vw;
    left: -50%;
  }
}

.naname02 {
  width: 700px;
  height: 500px;
  background-image: url(../media/images/business/kouri/line_back.png);
  background-position: center;
  background-size: 35px 30px;
  position: absolute;
  bottom: 30px;
  left: 580px;
}
@media screen and (max-width: 767px) {
  .naname02 {
    width: 100%;
    height: 50vw;
    bottom: 10vw;
    left: 50%;
  }
}

.naname03 {
  width: 700px;
  height: 500px;
  background-image: url(../media/images/business/kouri/line_back.png);
  background-position: center;
  background-size: 35px 30px;
  position: absolute;
  top: 440px;
  left: -230px;
}
@media screen and (max-width: 767px) {
  .naname03 {
    width: 100%;
    height: 75vw;
    top: 50vw;
    left: -50%;
  }
}

/*************box共通********************/
.boxin01 {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin01 {
    margin-bottom: 40px;
  }
}
.boxin01.last {
  margin-bottom: 0;
}
.boxin01 .boxin__in {
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in {
    flex-wrap: wrap;
  }
}
.boxin01 .boxin__in figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in figure {
    width: 100%;
  }
}
.boxin01 .boxin__in .text {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in .text {
    width: 100%;
    padding: 5vw 5vw;
  }
}
.boxin01 .boxin__in .text .textin {
  width: 76%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in .text .textin {
    width: 100%;
  }
}
.boxin01 .boxin__in .text .textin p {
  margin-bottom: 5px;
}
.boxin01 .boxin__in .text .textin h5 {
  font-weight: 700;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.boxin01 .boxin__in .text .textin div {
  line-height: 180%;
}

.boxin02 {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin02 {
    margin-bottom: 40px;
  }
}
.boxin02.last {
  margin-bottom: 0;
}
.boxin02 .boxin__in {
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .boxin02 .boxin__in {
    flex-wrap: wrap;
  }
}
.boxin02 .boxin__in .text {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .boxin02 .boxin__in .text {
    width: 100%;
    padding: 5vw 5vw;
  }
}
.boxin02 .boxin__in .text .textin {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .boxin02 .boxin__in .text .textin {
    width: 100%;
  }
}
.boxin02 .boxin__in .text .textin p {
  margin-bottom: 5px;
}
.boxin02 .boxin__in .text .textin h5 {
  font-weight: 700;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.boxin02 .boxin__in .text .textin div {
  line-height: 180%;
}

.boxin03 {
  width: 100%;
  background-color: #fff;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin03 {
    margin-bottom: 40px;
  }
}
.boxin03.last {
  margin-bottom: 0;
}
.boxin03 .boxin__in {
  position: relative;
}
.boxin03 .boxin__in .textin {
  position: absolute;
  letter-spacing: 0.05em;
  padding: 4px 12px 6px 12px;
  background-color: #fff;
  line-height: 100%;
  top: 0;
  left: 0;
  font-size: 13px;
  z-index: 10;
  transform-origin: top left;
  transform: rotate(90deg) translate(0, -100%);
}

.boxin04 {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin04 {
    margin-bottom: 40px;
  }
}
.boxin04.last {
  margin-bottom: 0;
}
.boxin04 .boxin__in {
  border: 1px solid #707070;
  padding: 30px 5%;
}
@media screen and (max-width: 767px) {
  .boxin04 .boxin__in {
    flex-wrap: wrap;
    padding: 5vw 5vw;
  }
}
.boxin04 .boxin__in .text {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .boxin04 .boxin__in .text {
    width: 100%;
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
}
.boxin04 .boxin__in .text .textin {
  width: 47.5%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .boxin04 .boxin__in .text .textin {
    width: 100%;
    order: 2;
  }
}
.boxin04 .boxin__in .text .textin p {
  margin-bottom: 5px;
}
.boxin04 .boxin__in .text .textin h5 {
  font-weight: 700;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.boxin04 .boxin__in .text .textin div {
  line-height: 180%;
}
.boxin04 .boxin__in .text .photo {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .boxin04 .boxin__in .text .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}

.boxin_links {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 38px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: all .4s ease-out;
}
.boxin_links:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .boxin_links {
    margin-bottom: 30px;
  }
}
.boxin_links.last {
  margin-bottom: 0;
}
.boxin_links .boxin__in {
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .boxin_links .boxin__in {
    flex-wrap: wrap;
    padding: 0vw;
  }
}
.boxin_links .boxin__in .text {
  width: 51.25%;
}
@media screen and (max-width: 767px) {
  .boxin_links .boxin__in .text {
    width: 100%;
    padding: 5vw 5vw;
    order: 2;
  }
}
.boxin_links .boxin__in .text h3 {
  font-weight: 700;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  color: #1B2388;
  position: relative;
}
.boxin_links .boxin__in .text h3::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 120%;
  font-weight: 400;
}
.boxin_links .boxin__in .text p {
  line-height: 180%;
}
.boxin_links .boxin__in .photo {
  width: 45.47%;
}
@media screen and (max-width: 767px) {
  .boxin_links .boxin__in .photo {
    width: 100%;
    order: 1;
  }
}

/*************スライダー*********************/
.slidin {
  width: 870px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .slidin {
    width: 80vw;
    padding: 0 6px;
  }
}

.prev2 {
  display: none !important;
}

.next2 {
  width: 90%;
  max-width: 846px;
  margin: 15px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .next2 {
    width: 78%;
    margin: 26px auto 0 auto;
  }
}
.next2 img {
  width: 40px;
  transition: all .4s ease-out;
}
@media screen and (max-width: 767px) {
  .next2 img {
    width: 40px;
  }
}
.next2 img:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.slick-dots {
  width: 90%;
  max-width: 846px;
  padding: 0 50px;
  margin: 0 auto;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    width: 90%;
    padding: 0 5.8vw;
    bottom: 47px;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0%;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 2px;
  }
}
.slick-dots button {
  padding: 0;
  border: none;
  width: 14px;
  height: 4px;
  border-radius: 0%;
  background-color: #fff;
  color: transparent;
  -webkit-appearance: none;
}
.slick-dots button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slick-dots button {
    width: 10px;
    height: 3px;
  }
}
.slick-dots .slick-active button {
  background-color: #1B2388;
}

/******************************************/
.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

/*# sourceMappingURL=tenant_2022.css.map */
