@charset "UTF-8";
/*@mixin tabletL {
  //タブレット横の場合
  @media only screen and (max-width: $bpTabletL) {
	  @content;
  }
}*/
.mySliderBlock {
  background-color: #fff;
  /* .mySliderBlock */
}

.mySliderBlock .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 510px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  outline: none;
}

@media only screen and (max-width: 600px) {
  .mySliderBlock .slide {
    height: calc(100vh - 60px);
  }
}

.mySliderBlock .slide .inner {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .mySliderBlock .slide .inner {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 600px) {
  .mySliderBlock .slide .inner {
    max-width: 360px;
    margin: 0 auto;
  }
}

.mySliderBlock .slide .title {
  margin-bottom: 10px;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.mySliderBlock .slide .catch {
  margin-bottom: 20px;
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.3em;
}

@media only screen and (max-width: 600px) {
  .mySliderBlock .slide .catch {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.mySliderBlock .slide .catch span {
  display: block;
}

.mySliderBlock .slide .txt {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
  .mySliderBlock .slide .txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.mySliderBlock .slide .btn {
  max-width: 280px;
  margin: 0 auto;
}

.mySliderBlock .slick-dots {
  position: relative;
  top: -40px;
}

.mySliderBlock .slick-dots li {
  margin: 0 3px;
}

.mySliderBlock .slick-dots li button {
  background: url(../img/top/slideDots.png) no-repeat center center;
}

.mySliderBlock .slick-dots li button:before {
  display: none;
}

.mySliderBlock .slick-dots li.slick-active button {
  background: url(../img/top/slideDotsCurrent.png) no-repeat center center;
}

.mySliderBlock .slick-arrow {
  z-index: 100;
  width: 18px;
  height: 44px;
}

@media only screen and (max-width: 992px) {
  .mySliderBlock .slick-arrow {
    top: 40%;
  }
}

.mySliderBlock .slick-arrow:before {
  display: none;
}

.mySliderBlock .slick-arrow.slick-prev {
  left: 25px;
  background-image: url(../img/top/slideArrowLeft.png);
}

@media only screen and (max-width: 992px) {
  .mySliderBlock .slick-arrow.slick-prev {
    left: 10px;
  }
}

.mySliderBlock .slick-arrow.slick-next {
  right: 25px;
  background-image: url(../img/top/slideArrowRight.png);
}

@media only screen and (max-width: 992px) {
  .mySliderBlock .slick-arrow.slick-next {
    right: 10px;
  }
}

.mySliderBlock .slick-arrow.slick-next:before {
  display: none;
}

.myNewBlock {
  padding: 45px 0;
  background-image: url(../img/top/bgNews.jpg);
  /* .myNewBlock */
}

@media only screen and (max-width: 992px) {
  .myNewBlock {
    overflow: hidden;
  }
}

.myNewBlock .wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .myNewBlock .wrapper {
    padding: 0 15px;
  }
}

.myNewBlock .slide {
  margin: 0 6px;
}

.myNewBlock .slide a {
  padding: 20px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .myNewBlock .slide a {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
}

.myNewBlock .slide .image {
  width: 132px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .myNewBlock .slide .image {
    width: auto;
    margin-bottom: 6px;
  }
}

.myNewBlock .slide .image img {
  display: inline;
}

.myNewBlock .slide .detail {
  padding-left: 20px;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 992px) {
  .myNewBlock .slide .detail {
    padding-left: 0;
  }
}

.myNewBlock .slide .head {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .myNewBlock .slide .head {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.myNewBlock .slide .date {
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.myNewBlock .slide .txt {
  height: 54px;
  line-height: 18px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 992px) {
  .myNewBlock .slide .txt {
    height: 45px;
    line-height: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myNewBlock .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 40px;
  margin: auto;
  text-indent: -9999px;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .myNewBlock .slick-arrow {
    background-color: #fff;
    background-size: 10px auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
}

.myNewBlock .slick-prev {
  left: -30px;
  background-image: url(../img/top/arrowSliderL.png);
}

@media only screen and (max-width: 992px) {
  .myNewBlock .slick-prev {
    background-position: 50px center;
    left: -55px;
  }
}

.myNewBlock .slick-next {
  background-image: url(../img/top/arrowSliderR.png);
  right: -30px;
}

@media only screen and (max-width: 992px) {
  .myNewBlock .slick-next {
    background-position: 22px center;
    right: -55px;
  }
}

.myLeadBlock {
  margin-bottom: 50px;
  text-align: center;
  /* .myLeadBlock */
}

@media only screen and (max-width: 992px) {
  .myLeadBlock {
    margin-bottom: 30px;
  }
}

.myLeadBlock .title {
  margin-bottom: 15px;
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 992px) {
  .myLeadBlock .title {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 600px) {
  .myLeadBlock .title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.myLeadBlock .txt {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  .myLeadBlock .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .myLeadBlock .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myLeadBlock .txt span {
  display: block;
}

.myLeadBlock .btn {
  max-width: 280px;
  margin: 0 auto;
}

.myServiceBlock {
  margin-bottom: 100px;
  /* .myServiceBlock */
}

@media only screen and (max-width: 992px) {
  .myServiceBlock {
    margin-bottom: 50px;
  }
}

.myServiceBlock .cause {
  max-width: 1050px;
  margin: 0 auto 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .myServiceBlock .cause {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myServiceBlock .cause li {
  width: 49%;
}

@media only screen and (max-width: 600px) {
  .myServiceBlock .cause li {
    width: auto;
  }
  .myServiceBlock .cause li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.myWorksBlock {
  margin-bottom: 70px;
  /* .myWorksBlock */
}

@media only screen and (max-width: 992px) {
  .myWorksBlock {
    margin-bottom: 50px;
  }
}

.myWorksBlock .worksList {
  max-width: 640px;
  margin: 0 auto;
}

.myWorksBlock .worksList .box {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-decoration: none;
  position: relative;
}

.myWorksBlock .worksList .image, .myWorksBlock .worksList .detail {
  display: table-cell;
  vertical-align: middle;
}

.myWorksBlock .worksList .detail {
  background-color: #0066b7;
  color: #fff;
  text-align: center;
}

.myWorksBlock .worksList .case {
  margin-bottom: 10px;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  line-height: 1.5;
}

.myWorksBlock .worksList .case:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 0;
  width: 0px;
  margin: auto 0 auto -40px;
  border: 20px solid transparent;
  border-right: 20px solid #0066b7;
}

.myWorksBlock .worksList .case:after {
  content: "";
  width: 17px;
  height: 1px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
}

.myWorksBlock .worksList .case span {
  display: block;
  letter-spacing: 0.08em;
}

.myWorksBlock .worksList .case .num {
  margin-bottom: 8px;
  font-size: 34px;
  font-size: 3.4rem;
}

@media only screen and (max-width: 600px) {
  .myWorksBlock .worksList .case .num {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myWorksBlock .worksList .name {
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 600px) {
  .myWorksBlock .worksList .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myWorksBlock .worksList .name span {
  margin-left: 5px;
}

.myWorksBlock .worksList .info {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .myWorksBlock .worksList .info {
    display: none;
  }
}

.myPickupBlock {
  margin-bottom: 100px;
  /* .myPickupBlock */
}

@media only screen and (max-width: 992px) {
  .myPickupBlock {
    margin-bottom: 50px;
  }
}

.myPickupBlock .detail {
  max-width: 1055px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .myPickupBlock .detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.myPickupBlock .detail .left {
  width: 62.8%;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .myPickupBlock .detail .left {
    width: auto;
    margin-bottom: 20px;
  }
}

.myPickupBlock .detail .right {
  width: 35.5%;
}

@media only screen and (max-width: 992px) {
  .myPickupBlock .detail .right {
    width: auto;
  }
}

.myPickupBlock .detail .box {
  float: right;
  margin-bottom: 1%;
}

@media only screen and (max-width: 992px) {
  .myPickupBlock .detail .box {
    float: none;
    margin-bottom: 20px;
  }
}

.myPickupBlock .detail a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
}

.myPickupBlock .detail .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.myPickupBlock .detail .txt .inner {
  width: 100%;
}

.myPickupBlock .detail .txt .num {
  margin-bottom: 10px;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 600px) {
  .myPickupBlock .detail .txt .num {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myPickupBlock .detail .txt .title {
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 600px) {
  .myPickupBlock .detail .txt .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myRecruitBlock {
  margin-bottom: 60px;
  /* .myRecruitBlock */
}

@media only screen and (max-width: 992px) {
  .myRecruitBlock {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

.myRecruitBlock .image {
  text-align: center;
}

.myInfoBlock {
  background-color: #E0E5E0;
  padding: 80px 0;
  /* .myInfoBlock */
}

@media only screen and (max-width: 992px) {
  .myInfoBlock {
    padding: 40px 0;
  }
}

.myInfoBlock .inner {
  max-width: 1160px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .myInfoBlock .inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myInfoBlock .blog {
  -ms-flex: 1;
  flex: 1;
  padding: 0 42px;
  border-right: solid 1px #888;
}

@media only screen and (max-width: 992px) {
  .myInfoBlock .blog {
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-right: none;
    border-bottom: solid 1px #888;
  }
}

.myInfoBlock .blog .title {
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
}

.myInfoBlock .blog .title:after {
  content: "";
  width: 44px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.myInfoBlock .blog .title .main, .myInfoBlock .blog .title .sub {
  display: block;
}

.myInfoBlock .blog .title .main {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  .myInfoBlock .blog .title .main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myInfoBlock .blog .title .sub {
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 992px) {
  .myInfoBlock .blog .title .sub {
    margin-bottom: 5px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.myInfoBlock .blog ul {
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .myInfoBlock .blog ul {
    margin-bottom: 20px;
  }
}

.myInfoBlock .blog li {
  border-bottom: dotted 1px #666;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.myInfoBlock .blog li a {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.myInfoBlock .blog li .date {
  width: 5em;
  color: #808080;
}

.myInfoBlock .blog li .txt {
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}

@media only screen and (max-width: 992px) {
  .myInfoBlock .blog li .txt {
    padding-left: 20px;
  }
}

.myInfoBlock .blog .btn {
  max-width: 280px;
  margin: 0 auto;
}

.myInfoBlock .info {
  width: 500px;
  padding: 0 42px 0 52px;
}

@media only screen and (max-width: 992px) {
  .myInfoBlock .info {
    width: auto;
    padding: 0;
  }
}

.myInfoBlock .info .bnrGravures {
  margin-bottom: 10px;
}

.myInfoBlock .info .txt {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  .myInfoBlock .info .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myInfoBlock .info ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.myInfoBlock .info .cb {
  width: 62%;
}

.myInfoBlock .info .omotenashi {
  width: 36.3%;
}

/*# sourceMappingURL=maps/top.css.map */
