@charset "utf-8";
/* CSS Document */
.sp-only {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}
.main_visual {
  width: 100%;
}
.slick-slider {
  margin: 0;
  padding: 0;
}
.slick-slider img {
  width: 100%;
  height: 100%;
}
.slide {
  width: 90%;
  float: right;
  margin-top: 130px;
  max-height: 940px;
  overflow-y: hidden;
}
@media screen and (min-width:2000px) {
  .slide {
    width: 90%;
    float: right;
    margin-top: 130px;
    max-height: 1020px;
    overflow-y: hidden;
  }
}
.slide .item img {
  border-top-left-radius: 100px;
}
.side {
  float: left;
  position: relative;
  top: 250px;
  left: 2%;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width:1400px) {
  .side {
    float: left;
    position: relative;
    top: 250px;
    left: 2%;
    font-size: 1rem;
    font-weight: 600;
  }
}
.side-outer {
  display: flex; /* Firefox 対策 */
}
.side-outer, .side-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
}
/*私たちについて*/
.l-about__wrap {
  width: 100%;
  margin-top: 80px;
}
.l-about__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-about_block h2 {
  border-bottom: 2px dotted #16357f;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-about__inner .en {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #16357f;
  display: block;
  line-height: 1rem;
  font-style: italic;
}
.l-about__inner .jp {
  font-size: 1rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-about_block__l {
  float: left;
  width: 200px;
}
.l-about_block__r {
  float: right;
  width: 800px;
}
.l-about_block__r .detail {
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0px 0 20px 0;
  font-weight: 400;
}
/*事業内容*/
.l-business__wrap {
  width: 100%;
  background-color: #16357F;
  margin-top: 50px;
  padding: 50px 0;
}
.l-business__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-business_block h2 {
  border-bottom: 2px dotted #16357f;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-business__inner .en {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFF;
  display: block;
  line-height: 1rem;
  font-style: italic;
}
.l-business__inner .jp {
  font-size: 1rem;
  color: #FFF;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-business_block__l {
  float: left;
  width: 200px;
}
.l-business_block__r {
  float: right;
  width: 800px;
}
.l-business_block__r ul li {
  border-bottom: 2px dotted #FFFFFF;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.l-business_block__r ul li .photo {
  float: left;
  width: 270px;
}
.l-business_block__r ul li .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.l-business_block__r ul li .detail {
  float: right;
  color: #FFFFFF;
  width: 460px;
  margin-left: 30px;
}
.l-business_block__r ul li .detail .title_01 {
  color: #FFFFFF;
  font-size: 1.2rem;
  padding-top: 70px;
}
.l-business_block__r ul li .detail .title_02 {
  color: #FFFFFF;
  font-size: 1.2rem;
  padding-top: 10px;
}
.l-business_block__r ul li .detail .title_03 {
  color: #FFFFFF;
  font-size: 1.2rem;
  padding-top: 70px;
}
.detail_block {display: flex;}
.photo_02 {
  width: 270px;margin-right: 20px;}
.photo_02 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
	}

.l-business_block__r ul li .detail_02 {
  float: left;
  color: #FFFFFF;margin-bottom: 15px;
}

.l-business_block__r ul li .detail_02 .title_02 {
  color: #FFFFFF;
  font-size: 1.2rem;
  padding-bottom: 10px;
}



/*お問い合わせ*/
.l-contact__wrap {
  width: 100%;
  margin-top: 0px;
  padding: 50px 0;
}
.l-contact__inner {
  width: 900px;
  margin: 0 auto;
  background-color: #e4f2fa;
  border-radius: 20px;
}
.l-contact__inner .en {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #16357f;
  display: block;
  line-height: 1rem;
  font-style: italic;
}
.l-contact__inner .jp {
  font-size: 1rem;
  color: #000;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-contact_block__l {
  float: left;
  width: 200px;
  background-image: url(../images/icon-information.png);
  background-repeat: no-repeat;
  background-position: 30px 30px;
  background-size: 115px auto;
  padding: 60px 0 0px 100px;
}
.l-contact_block__l h2 {
  display: inline-block;
  padding: 0px 0 60px 20px;
}
.l-contact_block__r {
  float: right;
  width: 580px;
  padding: 20px 0;
}
.l-contact_block__r .contact_detail {}
.l-contact_block__r .btn {
  width: 200px;
  margin: 20px 0 0 0;
}
.l-contact_block__r .btn img {
  width: 100%;
  height: auto;
}
/*地図*/
.map {
  width: 100%;
  margin: 0 auto;
}
.map iframe {
  width: 100%;
  height: 550px;
  border: 0;
  display: block;
}
/*footer*/
.l-footer__wrap {
  width: 100%;
  top: 0px;
  padding: 50px 0 10px 0;
  background-color: #16357F;
}
.l-footer__inner {
  width: 800px;
  margin: 0 auto;
}
.l-footer_block__l {
  float: left;width: 350px;
}
.l-footer_block__l .title {
  color: #FFF;
  font-size: 1.4rem;
  padding: 0px 30px 20px 0;
}
.l-footer_block__l a {
  color: #FFF;
  text-decoration: none;
}
.l-footer_block__l .address {
  color: #FFF;
  font-size: .9rem;}


.l-footer_block__r {
  float: right;
  padding: 0px 0px 0px 0;
}
.map_s {width: 400px;}
.map_s img{width: 100%;height: auto;}
.copyright {
  text-align: center;
  color: #FFF;
  padding: 60px 0 0 0;
  font-size: 0.8rem;
}
.txt-r {
  text-align: right;
  margin-bottom: 50px;
}
.b-link_l {
  margin-top: 100px;
}
.b-link_l a {
  color: #fff;
  font-weight: bold;
  background: #16357f;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_l a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #6A54C0;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_l .btn {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_l .btn:hover {
  background-image: url(../images/btn_next_hover.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_c {
  text-align: center;
}
.b-link_c a {
  color: #fff;
  font-weight: bold;
  background: #16357f;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_c a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #6A54C0;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_c .btn {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_c .btn:hover {
  background-image: url(../images/btn_next_hover.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_r {
  margin-top: 15px;
  width: 200px;
  float: right;
}
.b-link_r a {
  color: #fff;
  font-weight: bold;
  background: #16357f;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_r a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #6A54C0;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_r .btn {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_r .btn:hover {
  background-image: url(../images/btn_next_hover.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_ld {
  margin-top: 30px;
  margin-left: 0px;
  width: 200px;
  float: left;
}
.b-link_ld a {
  color: #16357f;
  font-weight: bold;
  background: #FFF;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_ld a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #6A54C0;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_ld .btn {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_ld .btn:hover {
  background-image: url(../images/btn_next_hover.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}



.main_visual:after, .l-about__inner:after, .l-business__inner:after, .l-business_block__r ul li:after, .l-contact__inner:after, .l-footer__inner:after {
  content: "";
  display: block;
  clear: both;
}