@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@font-face {
  font-family: "LINE Seed JP_OTF Reguler";
  src: url("../../assets/font/LINESeedJP_OTF_Rg.otf");
}
.linereg {
  font-family: "LINE Seed JP_OTF Reguler";
}

@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("../../assets/font/LINESeedJP_OTF_Bd.otf");
}
.linebold, .slide-name, .top-rec__bnr-ttl {
  font-family: "LINE Seed JP_OTF Bold";
  font-weight: bold;
}

/* top */
/* ============================================ */
.outer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .outer-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 30px;
  }
}
.outer-sns a {
  margin-right: 40px;
  width: 40px;
}
@media all and (max-width: 896px) {
  .outer-sns a {
    width: 30px;
  }
}
.outer-sns a:last-child {
  width: 60px;
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .outer-sns a:last-child {
    width: 50px;
  }
}

.common-bg {
  position: absolute;
  z-index: -1;
}
.common-bg.top-right01 {
  position: absolute;
  top: -190px;
  right: -5%;
  width: 1280px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .common-bg.top-right01 {
    right: -20%;
    width: 1100px;
  }
}
@media all and (max-width: 1025px) {
  .common-bg.top-right01 {
    width: 90vw;
    right: -35%;
  }
}
@media all and (max-width: 600px) {
  .common-bg.top-right01 {
    width: 380px;
    top: -120px;
  }
}
.common-bg-fix {
  position: relative;
}
.common-bg-fix.top-main-left {
  position: absolute;
  width: 10vw;
}
.common-bg-fix.top-main-left .left01 {
  top: 5vw;
  left: 0;
}
@media all and (max-width: 600px) {
  .common-bg-fix.top-main-left .left01 {
    display: none;
  }
}
.common-bg-fix .top-main-left-blk {
  width: 6vw;
  margin-top: 100px;
}
@media all and (max-width: 600px) {
  .common-bg-fix .top-main-left-blk {
    display: none;
  }
}
.common-bg-fix .top-main-left-blk img {
  opacity: 0;
}
.common-bg-fix .top-main-left-blk img.show {
  opacity: 1;
  -webkit-animation: showOrder 1.8s ease-in-out forwards;
          animation: showOrder 1.8s ease-in-out forwards;
}
@-webkit-keyframes showOrder {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 1.3;
  }
  100% {
    opacity: 1.8;
  }
}
@keyframes showOrder {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 1.3;
  }
  100% {
    opacity: 1.8;
  }
}
.common-bg-fix .bg-top02 {
  position: absolute;
  top: 16%;
  left: 24%;
  width: 13%;
}
.common-bg-fix .bg-top03 {
  position: absolute;
  bottom: 35%;
  right: 4%;
  width: 13%;
}
.common-bg-fix .bg-top04 {
  position: absolute;
  bottom: 11%;
  right: 32%;
  width: 18%;
}
.common-bg-fix .bg-top06 {
  position: absolute;
  top: 16%;
  right: 5%;
  width: 25%;
}
.common-bg-fix .bg-top05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
}
@media screen and (max-width: 1400px) {
  .common-bg-fix .bg-top05 {
    left: 5%;
  }
}
@media all and (max-width: 600px) {
  .common-bg-fix .bg-top05 {
    left: 30%;
    top: -100px;
  }
}
.common-bg.right01-sp {
  display: none;
}
@media all and (max-width: 1367px) {
  .common-bg.right01-sp {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 300px;
  }
}
@media all and (max-width: 896px) {
  .common-bg.right01-sp {
    display: none;
  }
}
.common-bg.right02-sp {
  display: none;
}
@media all and (max-width: 1367px) {
  .common-bg.right02-sp {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 8%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .common-bg.right02-sp {
    display: none;
  }
}

.top-mainvisual {
  margin-top: 180px;
}
@media all and (max-width: 1367px) {
  .top-mainvisual {
    position: relative;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual {
    margin-top: 60px;
  }
}
.top-mainvisual__ttl {
  color: #fff;
  font-size: 7rem;
  margin-bottom: 60px;
  line-height: 1;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1367px) {
  .top-mainvisual__ttl {
    margin-left: 0%;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__ttl {
    font-size: 5rem;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__ttl {
    font-size: 3.6rem;
  }
}
.top-mainvisual__ttl span {
  display: inline-block;
  color: #D46715;
  background: #fff;
  line-height: 0.8;
  padding-top: 5px;
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .top-mainvisual__ttl span {
    padding-top: 4px;
  }
}
.top-mainvisual__txt {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  z-index: 3;
}
.top-mainvisual__bottom {
  margin-top: 20px;
  width: 450px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 896px) {
  .top-mainvisual__bottom {
    width: 100%;
  }
}
.top-mainvisual__bottom p {
  color: #D46715;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  margin-bottom: -10px;
}
@media all and (max-width: 896px) {
  .top-mainvisual__bottom p {
    font-size: 1.8rem;
  }
}
.top-mainvisual__bottom p::before {
  content: "";
  background-image: url(../images/common/Polygon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media all and (max-width: 896px) {
  .top-mainvisual__bottom p::before {
    left: 0;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__bottom p::before {
    left: -10px;
  }
}
.top-mainvisual__bottom p::after {
  content: "";
  background-image: url(../images/common/Polygon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media all and (max-width: 896px) {
  .top-mainvisual__bottom p::after {
    right: 0;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__bottom p::after {
    right: -10px;
  }
}
.top-mainvisual__bottom p span {
  font-size: 4.3rem;
}
@media all and (max-width: 896px) {
  .top-mainvisual__bottom p span {
    font-size: 3.8rem;
  }
}
.top-mainvisual__movie {
  width: 450px;
}
@media all and (max-width: 896px) {
  .top-mainvisual__movie {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__movie {
    position: relative;
  }
}
.top-mainvisual__movie .common-bg-fix-sp .bg-about-sp01 {
  display: none;
}
@media all and (max-width: 600px) {
  .top-mainvisual__movie .common-bg-fix-sp .bg-about-sp01 {
    display: block;
    width: 70px;
    position: absolute;
    top: -70px;
    left: 8%;
    z-index: -1;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__movie .common-bg-fix-sp .bg-about-sp01 {
    top: -20%;
    left: 10%;
  }
}
.top-mainvisual__movie .common-bg-fix-sp .bg-about-sp02 {
  display: none;
}
@media all and (max-width: 600px) {
  .top-mainvisual__movie .common-bg-fix-sp .bg-about-sp02 {
    display: block;
    width: 140px;
    position: absolute;
    bottom: -190px;
    left: -20%;
    z-index: -1;
  }
}
.top-mainvisual__movie a {
  display: block;
  position: relative;
}
.top-mainvisual__movie a::after {
  content: "";
  background-image: url(../images/top/movie_start.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 52%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-mainvisual__movie a img {
  border-radius: 4px;
}

.top-about {
  position: relative;
}
.top-about .common-bg.about {
  position: absolute;
  top: -9%;
  left: 9%;
  width: 50vw;
}
@media screen and (max-width: 1600px) {
  .top-about .common-bg.about {
    width: auto;
  }
}
@media screen and (max-width: 1500px) {
  .top-about .common-bg.about {
    top: -12%;
  }
}
@media all and (max-width: 1367px) {
  .top-about .common-bg.about {
    top: -34%;
    left: -10%;
  }
}
@media all and (max-width: 896px) {
  .top-about .common-bg.about {
    top: -80%;
    left: -740px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media all and (max-width: 600px) {
  .top-about .common-bg.about .common-bg-fix img {
    display: none;
  }
}
.top-about .common-bg.about .common-bg-fix .bg-about {
  position: absolute;
  top: 5%;
  left: -10%;
  width: 18%;
}
@media all and (max-width: 1280px) {
  .top-about .common-bg.about .common-bg-fix .bg-about {
    left: 10%;
  }
}
@media all and (max-width: 600px) {
  .top-about .common-bg.about .common-bg-fix .bg-about {
    top: -40%;
    left: 30%;
  }
}
.top-about .common-bg.about .common-bg-fix .bg-about-sec {
  position: absolute;
  bottom: 27%;
  left: 2%;
  width: 18%;
}
.top-about .common-bg.about .common-bg-fix .bg-about-third {
  position: absolute;
  bottom: 35%;
  right: 10%;
  width: 18%;
}
@media all and (max-width: 600px) {
  .top-about .common-bg.about .common-bg-fix .bg-about-third {
    display: none;
  }
}
.top-about .common-bg.about .common-bg-fix-sp {
  display: none;
}
@media all and (max-width: 600px) {
  .top-about .common-bg.about .common-bg-fix-sp .bg-about-sp01 {
    display: block !important;
  }
}
@media all and (max-width: 600px) {
  .top-about .common-bg.about .common-bg-fix-sp {
    display: block !important;
    position: absolute;
    top: 0;
    left: 40%;
  }
}
.top-about__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 60%;
}
.top-about__wrap {
  padding-top: 280px;
}
@media all and (max-width: 1367px) {
  .top-about__wrap {
    position: relative;
    padding-top: 0;
  }
}
@media all and (max-width: 896px) {
  .top-about__wrap {
    padding-top: 140px;
  }
}
.top-about__blk {
  width: 440px;
  margin: 0 0 0 auto;
}
@media all and (max-width: 896px) {
  .top-about__blk {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .top-about__blk {
    margin-left: 3%;
  }
}
.top-about__bottom-img {
  margin-top: 50px;
}
.top-about__bottom-img img {
  border-radius: 4px;
}

.top-staff {
  position: relative;
  padding-bottom: 200px;
}
.top-staff .common-bg.staff {
  position: absolute;
  top: -10%;
  right: -1%;
}
@media all and (max-width: 896px) {
  .top-staff .common-bg.staff {
    top: -86%;
  }
}
@media all and (max-width: 600px) {
  .top-staff .common-bg.staff {
    width: 50%;
    top: -39%;
  }
}
.top-staff .common-bg .common-bg-fix {
  position: relative;
}
@media all and (max-width: 1280px) {
  .top-staff .common-bg .common-bg-fix .bg-staff01 {
    width: 90%;
    position: relative;
    right: -10%;
  }
}
@media all and (max-width: 600px) {
  .top-staff .common-bg .common-bg-fix .bg-staff01 {
    position: absolute;
    right: -50%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-top: 20px;
  }
}
.top-staff .common-bg .common-bg-fix .bg-staff02 {
  position: absolute;
  top: 10%;
  right: 0;
  width: 160px;
}
@media all and (max-width: 896px) {
  .top-staff .common-bg .common-bg-fix .bg-staff02 {
    width: 70px;
  }
}
@media all and (max-width: 896px) {
  .top-staff {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 896px) {
  .top-staff__blk {
    margin-bottom: 90px;
  }
}

.slide {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto 0 0;
}
@media all and (max-width: 600px) {
  .slide {
    width: 100%;
  }
}
.slide-hash {
  color: #fff;
}
.slide-name {
  display: inline-block;
  background: #fff;
  color: #040000;
  width: 70%;
  text-align: center;
  position: relative;
}
.slide-name span {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slide-name__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
}
.slide-name__work {
  display: inline-block;
  position: relative;
  width: 30%;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1280px) {
  .slide-name__work {
    font-size: 1.4rem;
  }
}
.slide-name__work.pink {
  background: #EF8EB8;
}
.slide-name__work.green {
  background: #6AB82D;
}
.slide-name__work.orange {
  background: #F29300;
}
.slide-name__work.blue {
  background: #00B5EE;
}
.slide-name__work span {
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slide-name__work span.jimu {
  line-height: 42px !important;
}
.slide-name__work span.service {
  line-height: 1.4 !important;
  font-size: 14px !important;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.splide__arrow {
  background: #fff !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
}

.splide__arrows {
  position: absolute;
  top: -30px !important;
  right: 5%;
}
@media all and (max-width: 896px) {
  .splide__arrows {
    z-index: 10;
    right: 16%;
  }
}

.splide__arrow--prev {
  left: -4em !important;
  position: relative;
}
.splide__arrow--prev::after {
  content: "";
  background-image: url(../images/common/prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.splide__arrow--next {
  right: -4em !important;
  position: relative;
}
.splide__arrow--next::after {
  content: "";
  background-image: url(../images/common/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.splide__arrow svg {
  display: none;
}

.person__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 50px;
}
.person__label {
  /* ピンク色 */
  padding: 0px 20px;
  font-size: 16px;
  font-weight: bold;
  min-width: 40%;
  text-align: center;
  height: 100%;
  position: relative;
}
.person__label.blue {
  background-color: #00B5EE;
}
.person__label.pink {
  background-color: #f99fc9;
}
.person__label.green {
  background-color: #6AB82D;
}
.person__label.orange {
  background-color: #F29300;
}
.person__label span {
  color: #fff;
  line-height: 1.3;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.person__name {
  background-color: white;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: bold;
  width: 60%;
  text-align: center;
  height: 100%;
  position: relative;
}
.person__name span {
  line-height: 1.3;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.top-work {
  position: relative;
  padding-bottom: 200px;
}
@media all and (max-width: 896px) {
  .top-work {
    padding-bottom: 100px;
  }
}
.top-work .common-bg.work {
  position: absolute;
  top: -15% !important;
  left: -4%;
  width: 43%;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .top-work .common-bg.work {
    top: -10% !important;
    left: -14%;
  }
}
@media all and (max-width: 896px) {
  .top-work .common-bg.work {
    top: -60% !important;
    width: 90%;
  }
}
@media all and (max-width: 600px) {
  .top-work .common-bg.work {
    width: 100%;
    left: 0%;
    top: -89% !important;
  }
}
.top-work .common-bg.work .common-bg-fix {
  position: relative;
}
.top-work .common-bg.work .common-bg-fix .bg-work02 {
  position: absolute;
  top: 48%;
  left: 17%;
  width: 20%;
}
.top-work .common-bg.work .common-bg-fix .bg-work03 {
  position: absolute;
  top: 35%;
  right: 8%;
  width: 23%;
}
.top-work .common-bg.work .common-bg-fix .bg-work04 {
  position: absolute;
  top: -4%;
  right: 0%;
  width: 23%;
}
.top-work__wrap {
  width: 1000px;
  margin: 0 0 0 auto;
}
@media all and (max-width: 896px) {
  .top-work__wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .top-work__blk {
    margin-left: 5%;
  }
}
.top-work__blk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 896px) {
  .top-work__blk-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-work__blk-flex .view-more__blk {
  margin-bottom: 0;
  margin-left: 100px;
}
@media all and (max-width: 896px) {
  .top-work__blk-flex .view-more__blk {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media all and (max-width: 600px) {
  .top-work__blk-flex .view-more__blk {
    margin-left: 5%;
  }
}
.top-work__slide {
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  .top-work__slide {
    margin: 0 calc(40% - 50vw) 0 5%;
    width: 100vw;
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  margin-right: 20px;
}

.loop,
.loop01 {
  margin-top: 20px;
}
.loop li,
.loop01 li {
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .loop li,
  .loop01 li {
    width: 50%;
  }
}

.top-envi {
  position: relative;
  padding-bottom: 300px;
}
@media all and (max-width: 896px) {
  .top-envi {
    padding-bottom: 100px;
  }
}
.top-envi .common-bg.envi {
  position: absolute;
  top: -40% !important;
  right: 0;
  width: 50%;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .top-envi .common-bg.envi {
    width: 60%;
    top: -50% !important;
  }
}
@media all and (max-width: 600px) {
  .top-envi .common-bg.envi {
    width: 100%;
    top: -110% !important;
    right: 0%;
  }
}
.top-envi .common-bg.envi .common-bg-fix {
  position: relative;
}
.top-envi .common-bg.envi .common-bg-fix .bg-envi02 {
  position: absolute;
  bottom: 7%;
  right: 11%;
  width: 20%;
}
.top-envi__width {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.top-qa {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top-qa {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .top-qa {
    margin-top: 0px;
    padding-bottom: 100px;
  }
}
.top-qa .common-bg.qa {
  position: absolute;
  top: -133% !important;
  left: 3%;
  width: 50%;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .top-qa .common-bg.qa {
    top: -95% !important;
    width: 57%;
  }
}
@media all and (max-width: 600px) {
  .top-qa .common-bg.qa {
    top: -65% !important;
    width: 230px;
    left: -20%;
  }
}
.top-qa .common-bg.qa .common-bg-fix {
  position: relative;
}
.top-qa .common-bg.qa .common-bg-fix .bg-qa02 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 20%;
}
.top-qa .common-bg.qa .common-bg-fix .bg-qa03 {
  position: absolute;
  bottom: 5%;
  right: 8%;
  width: 23%;
}
.top-qa__wrap {
  width: 640px;
  margin: 0 10% 0 auto;
}
@media all and (max-width: 1280px) {
  .top-qa__wrap {
    width: 35%;
  }
}
@media all and (max-width: 896px) {
  .top-qa__wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .top-qa__blk2 {
    margin-left: 5%;
  }
}
.top-qa__blk {
  width: 70%;
}
.top-qa__blk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-qa__blk-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-qa__blk-flex .view-more__blk {
  margin-bottom: 0;
  margin-right: 30px;
}
.top-qa__blk-flex .view-more__blk a {
  font-size: 1.6rem;
}
@media all and (max-width: 600px) {
  .top-qa__blk-flex .view-more__blk a {
    font-size: 2.4rem;
  }
}
.top-qa__blk-flex .view-more__blk a::after {
  border-width: 5px 0 5px 8px;
}
.top-qa__blk-bottom {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  margin-top: 30px;
}
.top-qa__blk-bottom-li {
  border-bottom: 2px dotted rgba(212, 103, 21, 0.7);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.top-qa__blk-bottom-li:last-child {
  margin-bottom: 0;
}
.top-qa__blk-bottom-li a {
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
}
.top-qa__blk-bottom-li a::after {
  content: "";
  background-image: url(../images/common/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-qa__blk-bottom-li a time {
  color: #D46715;
  margin-right: 10px;
}
.top-qa__blk-bottom-li a span {
  display: inline-block;
  margin-right: 20px;
}

.top-news {
  padding-bottom: 160px;
  margin-top: 500px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top-news {
    margin-top: 300px;
  }
}
@media all and (max-width: 896px) {
  .top-news {
    padding-bottom: 100px;
    margin-top: 0;
  }
}
.top-news .common-bg.news {
  position: absolute;
  top: -43% !important;
  right: 5%;
  width: 800px;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .top-news .common-bg.news {
    width: 50%;
    top: -20% !important;
  }
}
@media all and (max-width: 600px) {
  .top-news .common-bg.news {
    width: 250px;
    right: -33%;
  }
}
.top-news .common-bg.news .common-bg-fix {
  position: relative;
}
.top-news .common-bg.news .common-bg-fix .bg-news02 {
  position: absolute;
  top: 48%;
  left: 17%;
  width: 20%;
}
.top-news .common-bg.news .common-bg-fix .bg-news03 {
  position: absolute;
  top: 35%;
  right: 8%;
  width: 23%;
}
.top-news .common-bg.news .common-bg-fix .bg-news04 {
  position: absolute;
  top: -4%;
  right: 0%;
  width: 23%;
}
.top-news__wrap {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .top-news__wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.top-news__blk {
  width: 70%;
}
.top-news__blk-flex {
  max-width: 640px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-news__blk-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-news__blk-flex .view-more__blk {
  margin-bottom: 0;
}
.top-news__blk-flex .view-more__blk a {
  font-size: 3rem;
}
@media all and (max-width: 600px) {
  .top-news__blk-flex .view-more__blk a {
    font-size: 2.4rem;
  }
}
.top-news__blk-flex .view-more__blk a::after {
  border-width: 5px 0 5px 8px;
}
@media all and (max-width: 896px) {
  .top-news__blk-flex .view-more__blk a::after {
    border-width: 8px 0 8px 12px;
  }
}
.top-news__blk-bottom {
  max-width: 640px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  margin-top: 30px;
}
.top-news__blk-bottom-li {
  border-bottom: 2px dotted rgba(212, 103, 21, 0.7);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.top-news__blk-bottom-li:last-child {
  margin-bottom: 0;
}
.top-news__blk-bottom-li a {
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
}
.top-news__blk-bottom-li a::after {
  content: "";
  background-image: url(../images/common/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-news__blk-bottom-li a time {
  color: #D46715;
  margin-right: 10px;
}
.top-news__blk-bottom-li a span {
  display: inline-block;
  margin-right: 20px;
}

.top-contact {
  position: relative;
  margin-top: 120px;
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .top-contact {
    width: 90%;
    margin: 80px auto 60px;
  }
}

.contact-blk {
  text-align: center;
}
.contact-blk .section-ttl-en {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.add {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .add {
    font-size: 1.6rem;
  }
}

.contact-add {
  margin-top: 20px;
}
@media all and (max-width: 600px) {
  .contact-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-add a {
  color: #D46715;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #D46715;
  margin-right: 40px;
  display: inline-block;
}
@media all and (max-width: 600px) {
  .contact-add a {
    margin-right: 0;
    margin-bottom: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.contact-add a:last-child {
  margin-right: 0;
}

@media all and (max-width: 600px) {
  .top-rec {
    position: relative;
    margin-bottom: 60px;
  }
}
.top-rec .common-bg.sp-top {
  display: none;
}
@media all and (max-width: 600px) {
  .top-rec .common-bg.sp-top {
    display: block;
    position: absolute;
    left: 0;
    top: -50%;
  }
}
.top-rec .common-bg.sp {
  display: none;
}
@media all and (max-width: 600px) {
  .top-rec .common-bg.sp {
    display: block;
    position: absolute;
    right: 0;
    bottom: -20%;
  }
}
.top-rec__bnr {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
.top-rec__bnr::before {
  content: "";
  background-image: url(../images/top/rec01.png);
  background-size: cover;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 233px;
  height: 364px;
}
@media all and (max-width: 600px) {
  .top-rec__bnr::before {
    background-repeat: no-repeat;
    background-position: -100px 0;
  }
}
.top-rec__bnr::after {
  content: "";
  background-image: url(../images/top/rec02.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 233px;
  height: 390px;
}
@media all and (max-width: 600px) {
  .top-rec__bnr::after {
    background-repeat: no-repeat;
    top: auto;
    bottom: 0;
    width: 120px;
    height: 200px;
  }
}
.top-rec__bnr-inner {
  padding: 40px 0 40px;
}
@media all and (max-width: 896px) {
  .top-rec__bnr-inner {
    padding: 0 0 40px;
  }
}
.top-rec__bnr-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 1025px) {
  .top-rec__bnr-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .top-rec__bnr-ul {
    text-align: center;
  }
}
.top-rec__bnr-ul li:first-child {
  width: 80%;
  margin-top: 50px;
}
@media all and (max-width: 1280px) {
  .top-rec__bnr-ul li:first-child {
    width: 50%;
  }
}
@media all and (max-width: 1025px) {
  .top-rec__bnr-ul li:first-child {
    width: 70%;
  }
}
@media all and (max-width: 480px) {
  .top-rec__bnr-ul li:first-child {
    width: 90%;
    margin-top: 40px;
  }
}
@media all and (max-width: 896px) {
  .top-rec__bnr-ul li:last-child {
    width: 100%;
  }
}
.top-rec__bnr-ttl {
  color: #D61819;
}
.top-rec__bnr-ttl .section-ttl-en {
  color: rgba(245, 181, 181, 0.6);
}
@media all and (max-width: 1280px) {
  .top-rec__bnr-ttl .section-ttl-en {
    font-size: 6rem;
  }
}
@media all and (max-width: 896px) {
  .top-rec__bnr-ttl .section-ttl-en {
    font-size: 5rem;
    top: -30px;
  }
}
@media all and (max-width: 600px) {
  .top-rec__bnr-ttl .section-ttl-en {
    font-size: 3rem;
    top: -20px;
    margin-left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.top-rec__bnr-btn {
  width: 430px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-rec__bnr-btn {
    width: 380px;
  }
}
@media all and (max-width: 1280px) {
  .top-rec__bnr-btn {
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .top-rec__bnr-btn {
    width: 100%;
  }
}
.top-rec__bnr-btn .btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.top-rec__bnr-btn .btn:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .top-rec__bnr-btn .btn:last-child {
    width: 100%;
  }
}
.top-rec__bnr-btn .btn a {
  font-size: 2.6rem;
  padding: 30px 10px;
}
@media all and (max-width: 896px) {
  .top-rec__bnr-btn .btn a {
    padding: 10px;
    font-size: 2rem;
  }
}
.top-rec__bnr-btn .btn a::after {
  width: 28px;
  height: 28px;
}

.view-more__blk.rec a {
  color: #D61819;
}
.view-more__blk.rec a::after {
  border-color: transparent transparent transparent #D61819;
}
@media all and (max-width: 896px) {
  .view-more__blk.rec a {
    font-size: 2rem;
  }
}