@-webkit-keyframes opening_mv {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opening_mv {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opening_logo {
  0% {
    width: 300px;
  }

  100% {
    width: 140%;
  }
}

@keyframes opening_logo {
  0% {
    width: 300px;
  }

  100% {
    width: 140%;
  }
}

@-webkit-keyframes scroll_anime {
  0% {
    bottom: 20px
  }

  18% {
    bottom: 26px
  }

  36% {
    bottom: 20px
  }

  100% {
    bottom: 20px;
  }
}

@keyframes scroll_anime {
  0% {
    bottom: 20px
  }

  18% {
    bottom: 26px
  }

  36% {
    bottom: 20px
  }

  100% {
    bottom: 20px;
  }
}


.visual_wrapper {
  padding-top: 90px;
}

.topvisual {
  position: relative;
  width: 100%;
  height: 720px;
}

.topvisual .main_slide {
  width: 100%;
  height: 100%;
}

.topvisual .slider-for01 {
  width: 100%;
  height: 100%;
}

.topvisual .slider-for01 li {
  background: url(../img/top/main.jpg) no-repeat center center;
  background-size: cover;
}

.topvisual .slider-for01 li.slick-current {
  opacity: 1 !important;
}

.topvisual .slider-for01 li[data-slick-index*="0"] {
  background-image: url(../img/top/main.jpg);
}

.topvisual .slider-for01 li[data-slick-index*="1"] {
  background-image: url(../img/top/main02.jpg);
}

.topvisual .slider-for01 li[data-slick-index*="2"] {
  background-image: url(../img/top/main03.jpg);
}

.topvisual .slider-for01 li[data-slick-index*="3"] {
  background-image: url(../img/top/main04.jpg);
}

.topvisual .slider-for01 li[data-slick-index*="4"] {
  background-image: url(../img/top/main05.jpg);
}

.topvisual .slider-for01 li[data-slick-index*="5"] {
  background-image: url(../img/top/main06.jpg);
}

.topvisual .main_catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.topvisual .main_catch .mark {
  width: 185px;
  margin: 0 auto 25px;
}

.topvisual .main_catch h2 {
  font-size: 26px;
  color: #eb6233;
  line-height: 48px;
  background: rgba(255, 255, 255, .9);
  width: 368px;
  border-radius: 30px;
  margin: 0 auto;
}

.topvisual .scroll {
  position: absolute;
  width: 70px;
  height: 45px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-shadow: 0 0 10px rgba(36, 26, 22, .5);
  text-align: center;
  -webkit-animation: scroll_anime 1.6s ease 0s infinite normal;
  animation: scroll_anime 1.6s ease 0s infinite normal;
}

.topvisual .scroll p {
  font-size: 9px;
  color: #FFF;
  font-weight: 400;
  margin-bottom: -5px;
}

.topvisual .slider-for01 li {
  position: relative;
  z-index: 999 !important;

  width: 100%;
  height: 720px;
}

.topvisual .slider li img {
  width: 100%;
}

.topvisual .main_cover {
  position: absolute;
  top: 0;

  width: 100%;
  margin: 0 auto;

  text-align: center;
}

.topvisual .inner {
  position: relative;
}


@media screen and (max-width: 760px) {
  .visual_wrapper {
    padding-top: 50px;
  }

  .topvisual {
    height: 90vh;
  }

  .topvisual .main_catch .mark {
    width: 50%;
    margin: 0 auto 4%;
  }

  .topvisual .main_catch h2 {
    font-size: 18px;
    line-height: 34px;
    width: 80%;
    font-weight: 400;
  }

  .topvisual .slider-for01 li {
    height: 90vh;
  }

  .topvisual .slider-for01 li[data-slick-index*="0"] {
    background-image: url(../img/top/main_sp.jpg);
  }

}

/* txt_box */
.section .title_box {
  margin-bottom: 42px;
}

.section .title_box h3 {
  font-size: 50px;
  margin-bottom: 12px;
}

.section .title_box .stit {
  font-size: 16px;
  line-height: 1.0;
  font-weight: 400;
}

.top .page_txt {
  margin-top: -12px;
  margin-bottom: 38px;
}

.anime {
  opacity: 0;
}

.open {
  opacity: 1;
  -webkit-animation: 1.0s ease-in-out 0s normal opening_mv both;
  animation: 1.0s ease-in-out 0s normal opening_mv both;
}

@media screen and (max-width: 761px) {
  .section .title_box {
    margin-bottom: 8%;
  }

  .section .title_box h3 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 1%;
  }

  .section .title_box .stit {
    font-size: 13px;
  }

  .top .page_txt {
    margin: -2% auto 5%;
    width: 90%;
    text-align: left;
    line-height: 1.6;
  }

}

/* section_about*/
.section_about {
  position: relative;
  padding: 80px 0;
  overflow-x: hidden;
  text-align: center;
}

.section_about::after {
  content: "";
  position: absolute;
  width: 338px;
  height: 332px;
  background: url(../img/top/logo_mark.png) top center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .08;
}

.section_about .info_box {
  display: inline-block;
  vertical-align: top;
  width: 668px;
  padding-left: 100px;
  text-align: left;
}

.section_about .ph_box {
  display: inline-block;
  vertical-align: top;
  width: 528px;
}

.section_about .txt {
  line-height: 2.2;
  font-weight: 200;
}


@media screen and (max-width: 761px) {
  .section_about {
    padding: 15% 0;
  }

  .section_about::after {
    width: 220px;
    height: 220px;
  }

  .section_about .info_box {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }

  .section_about .ph_box {
    display: block;
    width: 100%;
    margin-bottom: 5%;
  }

  .section_about .txt {
    line-height: 1.8;
  }
}



/* section_works */
.section_works {
  padding: 80px 0 56px;
  background: #fef7ea;
  text-align: center;
}

.section_works .works_list {
  width: 1050px;
  margin: 0 auto;
}

.section_works .works_list .box {
  width: 238px;
  margin: 0 7px 24px;
  display: inline-block;
  vertical-align: top;
}

.section_works .works_list .box .tit {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.0;
  margin-top: 13px;
}

@media screen and (max-width: 761px) {
  .section_works {
    padding: 15% 0 10%;
  }

  .section_works .works_list {
    width: 100%;
  }

  .section_works .works_list .box {
    width: 44%;
    margin: 0 .5% 6%;
  }

  .section_works .works_list .box .tit {
    font-size: 13px;
    margin-top: 6%;
  }
}


/* section_staff */
.section_staff {
  padding: 80px 0;
  color: #FFF;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #eb6233, #f6ac2d);
}

.section_staff .staff_list {
  width: 1000px;
  margin: 0 auto;
  background: #FFF;
}

.section_staff .staff_list .box {
  padding: 30px 0;
}

.section_staff .staff_list .box .ph {
  width: 214px;
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
}

.section_staff .staff_list .box .info_box {
  width: 687px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #1b1b1b;
  padding-top: 10px;
}

.section_staff .staff_list .box .name {
  font-size: 36px;
}

.section_staff .staff_list .box .sname {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.0;
  margin-top: 10px;
}

.section_staff .staff_list .box .txt {
  margin-top: 26px;
}

.slick-prev {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: -52px;

  display: block;
  overflow: hidden;

  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 100%;
  margin-top: -4åpx;

  white-space: nowrap;
  text-indent: 105%;
}

.slick-prev::after {
  position: absolute;
  top: 13px;
  left: 16px;

  display: block;

  width: 12px;
  height: 12px;

  content: " ";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border-top: 2px #eb6233 solid;
  border-left: 2px #eb6233 solid;
}

.slick-next {
  position: absolute;
  /*text-overflow: ellipsis;*/
  z-index: 100;
  top: 50%;
  right: -52px;

  display: block;
  overflow: hidden;

  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 100%;
  margin-top: -4px;

  white-space: nowrap;
  text-indent: 105%;
}

.slick-next::after {
  position: absolute;
  top: 13px;
  right: 16px;

  display: block;

  width: 12px;
  height: 12px;

  content: " ";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);

  border-top: 2px #eb6233 solid;
  border-left: 2px #eb6233 solid;
}


@media screen and (max-width: 761px) {
  .section_staff {
    padding: 15% 5%;
  }

  .section_staff .page_txt {
    width: 100%;
  }

  .section_staff .staff_list {
    width: 100%;
    padding-bottom: 0;
  }

  .section_staff .staff_list .box {
    padding: 20px;
  }

  .section_staff .staff_list .box .ph {
    width: 80%;
    display: block;
    margin: 0 auto 5%;
  }

  .section_staff .staff_list .box .info_box {
    width: 100%;
    display: block;
    padding-top: 0;
  }

  .section_staff .staff_list .box .name {
    font-size: 24px;
  }

  .section_staff .staff_list .box .sname {
    font-size: 13px;
    margin-top: 3%;
  }

  .section_staff .staff_list .box .txt {
    margin-top: 5%;
    line-height: 1.6;
  }

  .slick-prev {
    left: -15px;

    width: 30px;
    height: 30px;
  }

  .slick-prev::after {
    top: 10px;
    left: 11px;

    width: 8px;
    height: 8px;
  }

  .slick-next {
    right: -15px;

    width: 30px;
    height: 30px;
  }

  .slick-next::after {
    top: 10px;
    right: 11px;

    width: 8px;
    height: 8px;
  }
}


/* section_flow */
.section_flow {
  padding: 80px 0;
  text-align: center;
}

.section_flow .flow_list {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.section_flow .flow_list .box {
  margin-top: 36px;
}

.section_flow .flow_list .box h4 {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #eb6233;
  margin-bottom: 26px;
}

.section_flow .flow_list .box h4 em {
  font-size: 21px;
  margin-right: 22px;
}

.section_flow .flow_list .box .txt {
  padding: 0 15px;
}

.section_flow .flow_list .box .entry_box {
  width: 470px;
  margin: 24px 13px 0;
  display: inline-block;
  vertical-align: middle;
  border: 4px solid rgba(235, 98, 51, .1);
  box-sizing: border-box;
  text-align: center;
  padding: 28px 0;
  height: 152px;
}

.section_flow .flow_list .box .entry_box .tit {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.0;
}

.section_flow .flow_list .box .entry_box .tel {
  color: #eb6233;
  font-size: 40px;
}

.section_flow .flow_list .box .entry_box .tel small {
  font-size: 28px;
}

.section_flow .flow_list .box .entry_box .sub {
  font-size: 12px;
  font-weight: 400;
}

.section_flow .flow_list .box .entry_box .btn_cv {
  width: 360px;
  margin: 14px auto 0;
}

.section_flow .flow_list .box .entry_box .btn_cv a {
  background: #eb6233;
  color: #FFF;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: block;
  border-radius: 30px;
}

.section_flow .flow_list .box .entry_box .btn_cv a::after {
  content: "";
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 5px;
  right: 22px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 5px;
}

@media screen and (max-width: 761px) {
  .section_flow {
    padding: 15% 0;
  }

  .section_flow .flow_list {
    width: 90%;
  }

  .section_flow .flow_list .box {
    margin-top: 10%;
  }

  .section_flow .flow_list .box h4 {
    font-size: 16px;
    margin-bottom: 5%;
    padding-bottom: 3%;
  }

  .section_flow .flow_list .box h4 em {
    font-size: 14px;
    margin-right: 4%;
  }

  .section_flow .flow_list .box .txt {
    padding: 0 3%;
    line-height: 1.6;
  }

  .section_flow .flow_list .box .entry_box {
    width: 100%;
    margin: 5% 0 0;
    padding: 5% 0;
    height: auto;
  }

  .section_flow .flow_list .box .entry_box .tit {
    font-size: 13px;
    margin-bottom: 4%;
  }

  .section_flow .flow_list .box .entry_box .tel {
    font-size: 25px;
  }

  .section_flow .flow_list .box .entry_box .tel small {
    font-size: 20px;
  }

  .section_flow .flow_list .box .entry_box .sub {
    font-size: 11px;
  }

  .section_flow .flow_list .box .entry_box .btn_cv {
    width: 90%;
    margin: 3% auto 0;
  }

  .section_flow .flow_list .box .entry_box .btn_cv a {
    font-size: 14px;
  }

}