/* Scss Document */
/*genelral*/
/****************************
**main_visual
*****************************/
.slider-wrapper {
  position: relative;
  margin-top: -22px; }

.slider-img {
  width: 100%;
  height: auto; }

.sliderMax {
  width: inherit;
  max-width: 100%;
  height: auto; }

/****************************
**link_arrow
*****************************/
.slider-navi {
  position: absolute;
  bottom: 10%;
  left: 10%;
  overflow: hidden; }
  .slider-navi li {
    float: left;
    background: url(../images/slider_secect_bg.png) no-repeat;
    background-size: 50% 50%;
    background-position: center center;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    outline: 0; }
    .slider-navi li.slick-active {
      background: url(../images/slider_secect.png) no-repeat;
      background-size: 100%; }

.link_arrow_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  bottom: 6px; }

.link_arrow {
  position: relative;
  display: block;
  margin: 0 auto 48px;
  padding: 0 0 0 0px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  width: 52px;
  height: 52px; }
  .link_arrow::before,
  .link_arrow ::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }

.link_arrow:before {
  left: 3px;
  width: 32px;
  height: 32px;
  border-top: 3px solid #ff9500;
  border-right: 3px solid #ff9500;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

/****************************
**section_top
*****************************/
.section_wrapper {
  width: 100%;
  background: #f5f4f0;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.wrapper {
  max-width: 1080px;
  margin: 0 auto; }

.mainTitle {
  margin-bottom: 48px; }
  .mainTitle img {
    width: 60%;
    height: auto; }

p.secTxt {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2.25em; }

/****************************
**link_sec
*****************************/
.link_box {
  margin-top: 100px; }

.link_sec {
  padding: 0px 0 52px; }

.secTitle {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 48px;
  text-align: center; }

.l_title {
  text-align: center; }
  .l_title span {
    background: #ff6010;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0px auto 28px;
    letter-spacing: .2em;
    font-size: 14px;
    font-family: arial;
    border-radius: 16px;
    padding: 4px 12px; }

/****************************
**link_box
*****************************/
.boxlink {
  overflow: hidden; }
  .boxlink li {
    float: left;
    margin-left: 18px;
    margin-bottom: 48px; }
    .boxlink li:nth-child(3n+1) {
      margin-left: -12px; }
    .boxlink li a {
      display: block;
      overflow: hidden;
      position: relative;
      padding-bottom: 40px; }
      .boxlink li a img {
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s; }
    .boxlink li span {
      position: absolute;
      width: 100%;
      display: block;
      font-size: 18px;
      line-height: 46px;
      bottom: 0;
      background: url(../images/link_bg.png) #f5f4f0 no-repeat;
      background-position: 20px 12px;
      z-index: 10;
      padding-left: 50px;
      color: #ffa600;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .boxlink li span.link_ov {
      background: url(../images/link_bg_ov.png) #ff9500 no-repeat;
      background-position: 20px 12px;
      color: #FFF; }
    .boxlink li img.img_ov {
        opacity: 0.4; }

/****************************
**footer
*****************************/
.content_foot {
  min-height: 300px;
  background: #f5f4f0;
  overflow: hidden; }

/*sns*/
.sns_box {
  margin: 100px auto 48px;
  padding: 30px;
  text-align: center; }

.sns_ajust {
  display: none; }

.toplink {
  width: 300px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto 100px;
  color: #FFF;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #DEDCD7;
  border-radius: 6px;
  color: #333333;
  cursor: pointer; }
  .toplink:hover {
    text-decoration: none;
    color: #333333; }
