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

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

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

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

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

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

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

.s_copy {
  font-size: 16px;
  line-height: 1.6em; }

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

/***********************
top
***********************/
.top__content {
  min-height: 560px;
  background-image: url("../images/service_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); }

.section__navi {
  padding: 60px 0;
  width: 100%; }
  .section__navi .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    width: 900px; }
    .section__navi .navigation__box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      margin-right: 24px; }
      .section__navi .navigation__box:last-child {
        margin-right: 0; }
      .section__navi .navigation__box__title {
        color: #ff6010;
        padding: 5px 0;
        margin-bottom: 30px;
        border-bottom: 2px solid #DEDCD7;
        display: block; }
        .section__navi .navigation__box__title span {
          display: inline-block;
          padding-right: 30px;
          background: url("../images/arrow-circle.png") no-repeat right center;
          background-size: 20px 20px;
          font-weight: bold; }
      .section__navi .navigation__box ul li {
        margin-bottom: 20px; }
        .section__navi .navigation__box ul li:last-child {
          margin-bottom: 0; }

/***********************
content
***********************/
.section {
  margin: 0 auto;
  overflow: hidden;
  width: 1080px; }
  .section .l_title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px; }
    .section .l_title span {
      background: #ff6010;
      color: #fff;
      display: inline-block;
      text-align: center;
      margin: 0px auto 20px;
      letter-spacing: .2em;
      font-size: 14px;
      font-family: arial;
      border-radius: 12px;
      padding: 2px 10px; }
  .section__inner {
    display: table;
    width: 100%;
    margin-bottom: 80px; }
  .section__left {
    width: 650px;
    padding-right: 120px;
    display: table-cell;
    vertical-align: middle; }
    .section__left .age {
      margin-bottom: 40px; }
      .section__left .age__age {
        font-size: 48px;
        color: #ff6010;
        font-family: arial; }
        .section__left .age__age span {
          font-size: 24px; }
      .section__left .age__title {
        font-size: 20px;
        color: #ff6010;
        font-weight: bold;
        margin-bottom: 24px; }
      .section__left .age__txt {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.03em;
        text-align: justify; }
  .section__right {
    width: 440px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .section__right img {
      max-width: 100%; }
    .section__right .history__cercle {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #DEDCD7;
      display: inline-block; }
  .section__end {
    color: #ff6010;
    clear: both;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 80px 0 50px 0; }

/****************************
**汎用
*****************************/
.title__history {
  font-size: 48px;
  color: #ff6010;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 50px 0; }
  .title__history span {
    display: inline-block;
    background: #fff;
    z-index: 1;
    padding: 0 50px; }
  .title__history:after,
  .title__history :before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ff6010;
    z-index: -1; }
  .title__history:after {
    right: 0; }
  .title__history:before {
    left: 0; }

.sec__topTxt {
  line-height: 1.8em;
  font-size: 16px;
  text-align: center;
  margin: 30px 0 80px;
  font-weight: bold; }

/****************************
**画像サイズ指定
*****************************/
.section1__img {
  width: 173px;
  height: auto;
  padding-top: 20px; }

.section2__img {
  width: 350px;
  height: auto; }

.section3__img {
  width: 157px;
  height: auto; }

/****************************
** voice
*****************************/
.voice {
  margin: 0 auto;
  background: #F5F4F0;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .voice__img {
    width: 233px;
    height: auto;
    margin-bottom: 20px; }
  .voice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .voice ul li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      width: 33.33333%;
      margin-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      border-radius: 6px;
      font-weight: bold;
      color: #ff9500;
      position: relative;
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .voice ul li span {
        display: block;
        text-align: center;
        width: 100%; }
      .voice ul li:last-child {
        margin-right: 0; }
      .voice ul li:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

/****************************
**Brand Content link_box
*****************************/
.brand__link {
  margin-bottom: 80px;
  margin-top: 50px; }

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

.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_box {
  margin: 50px auto 20px;
  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;
  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; }

/****************************
**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; }

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