/* Scss Document */
/*genelral*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "MS PGothic", "sans-serif";
  color: #333; }

.section_wrapper {
  width: 100%;
  background: #f5f4f0; }

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

h1 {
  color: #ff6010;
  font-size: 32px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.3em;
}

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

p.secTxt {
  line-height: 1.8em;
  letter-spacing: 0.15em;
  font-size: 16px; }

.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: 18px;
    padding: 4px 16px; }

.s_title {
  color: #ff6010;
  font-size: 16px;
  margin-bottom: 28px;
  font-weight: bold; }

.s_copy {
  font-size: 16px;
  line-height: 1.75em;
  text-align: justify; }

.s_catch {
  font-size: 23px;
  color: #ff6010;
  line-height: 1.6em;
  font-weight: bold; }

/***********************
top
***********************/
.top__content {
  min-height: 560px;
  background-image: url("../images/vision_mainvis.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -22px;
  z-index: -10;
  padding: 140px 2% 10px; }

#title_sub {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin: 0px auto 24px; }

#title_sub span{
  background-color: #ff6010;
  padding: 4px 16px;
  border-radius: 18px;
}

.topTxt {
  line-height: 1.8em;
  font-size: 16px;
  text-align: center;
  margin-top: 36px; }

/***********************
navigation
***********************/
.link_arrow {
  position: relative;
  display: block;
  margin: 192px 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 #ff6010;
  border-right: 3px solid #ff6010;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

/*sectionDescription*/
.secDesc {
  padding: 100px 0;
  text-align: center; }

/*section1*/
.sec1 {
  padding: 48px 0 100px; }
  .sec1 .secTxt {
    text-align: center; }
  .sec1 .s_catch {
    margin-top: 48px;
    letter-spacing: 0.2em;
}

/*section2*/
.sec2 {
  padding: 100px 0 100px;
  background: #f5f4f0; }
  .sec2 .secTxt {
    text-align: center; }
  .sec2 .s_catch {
    margin-top: 120px;
    letter-spacing: 0.2em;}

/*section3*/
.sec3 {
  padding: 100px 0 100px; }
  .sec3 .secTxt {
    text-align: center; }
  .sec3 .value_title {
    margin-top: 50px;
    color: #ff6010;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/value_m.png) no-repeat left top;
    line-height: 28px;
    padding-left: 38px;
    font-family: Arial; }
    .sec3 .value_title span {
      font-size: 24px;
      display: inline-block;
      margin-left: 20px; }
  .sec3 .sub_title {
    margin: 24px auto 24px;
    font-size: 16px;
    font-weight: bold; }
  .sec3 p.endline {
    color: #ff6010;
    margin-top: 48px;
    font-size: 23px;
    text-align: center;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0.2em;}

/*f_box*/
.f_box {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden; }

.f_box_value {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden; }

/****************************
**Brand Content link_box
*****************************/
.brandlink {
  margin-bottom: 100px; }

.brand__title {
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 18px;
  margin: 0 0 48px; }

.boxlink {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .boxlink li {
    margin-left: 12px;
    margin-bottom: 12px; }
    .boxlink li:nth-child(3n) {
      margin-left: 12px;
      margin-right: -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_wrapper {
  text-align: center; }

.sns_box {
  margin: 100px auto 0px auto;
  display: inline-block; }

.sns_ajust {
  display: none; }

.toplink {
  width: 300px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 48px 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; }

/*size*/
.per3 {
  width: 30%; }

.per4 {
  width: 40%; }

.per5 {
  width: 50%; }

.l_per1 {
  margin-left: 10%; }

.r_per1 {
  margin-right: 10%; }

.mainPic {
  width: 100%;
  height: auto; }

/*layout*/
.pa {
  position: absolute; }

.fl {
  float: left; }

.fr {
  float: right; }

/*Fade*/
.boxUp, .boxUp2 {
  opacity: 0;
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
  -webkit-transform: translate(0px, 60px);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }

.boxUp_d, .boxUp_d2, .boxUp_d3, .boxUp_d4 {
  opacity: 0;
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
  -webkit-transform: translate(0px, 60px);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

.boxRight, .boxRight2 {
  opacity: 0;
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
  -webkit-transform: translate(-60px, 0px);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }

.boxLeft, .boxLeft2 {
  opacity: 0;
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
  -webkit-transform: translate(60px, 0px);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }

.boxRight_d {
  opacity: 0;
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
  -webkit-transform: translate(-60px, 0px);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
