﻿@charset "UTF-8";
.btn_white, #content .intro .btn a, #content .design .btn a {
  display: block;
  border: 1px solid #f58030;
  background: #fff;
  color: #f58030;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

.btn_orange {
  display: block;
  border: 1px solid #f58030;
  background: #f58030;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .btn_white, #content .intro .btn a, #content .design .btn a {
    display: inline-block;
    padding: 1em 65px;
  }
  .btn_orange {
    display: inline-block;
    padding: 1em 65px;
  }
}

/* arrow_s */
.arrow_s {
  position: relative;
  padding: 0 0 0 32px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_s:before,
.arrow_s:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_s:before {
  left: 0px;
  width: 14px;
  height: 1px;
  background: #f58030;
}

.arrow_s:after {
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_m */
.arrow_m {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_m:before,
.arrow_m:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_m:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #f58030;
}

.arrow_m:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_w */
.arrow_w {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_w:before,
.arrow_w:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_w:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
}

.arrow_w:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------
$ トップ
----------------------------------------------------------*/
#content .inner {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  #content .inner {
    width: 1200px;
  }
}

#content .ttl_font {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

@media all and (max-width: 320px) {
  #content .ttl_font {
    font-size: 22px;
  }
}

@media all and (min-width: 768px) {
  #content .ttl_font {
    font-weight: bold;
    text-align: center;
    font-size: 38px;
    line-height: 1.44;
    letter-spacing: 0.04em;
  }
}

#content .mv {
  height: 100Vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg_index_01_sp.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 767px) and (orientation: landscape) {
  #content .mv {
    height: auto !important;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  #content .mv {
    height: 50Vh !important;
  }
}

#content .mv .mv_ttl {
  padding-top: 21.3%;
}

#content .mv .badge {
  text-align: right;
  margin-top: 15.6%;
  margin-right: 1%;
}

#content .mv .badge img {
  width: 33.8%;
}

@media all and (min-width: 768px) {
  #content .mv {
    height: 100Vh;
    min-height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/bg_index_01_pc.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
    min-width: 1200px;
    position: relative;
  }
  #content .mv .mv_ttl {
    padding-top: 151px;
    text-align: center;
    margin-bottom: 45px;
  }
  #content .mv .badge {
    position: absolute;
    width: 239px;
    right: 35px;
    bottom: 16px;
    margin-right: 0;
  }
  #content .mv .badge img {
    width: 100%;
    height: auto;
  }
}

#content .intro {
  padding-bottom: 13.3%;
}

#content .intro section {
  padding-top: 12%;
}

#content .intro section.box1 {
  background: url(../img/parts_index_01.gif) right top no-repeat;
  background-size: 50% auto;
}

#content .intro section.box2 {
  background: url(../img/parts_index_02.gif) right top no-repeat;
  background-size: 50% auto;
}

#content .intro .subttl {
  margin-bottom: 7.6%;
  color: #f58030;
}

@media all and (max-width: 768px) {
  #content .intro .subttl {
    width: 100%;
    overflow: hidden;
  }
}

#content .intro .subttl img {
  width: auto;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  margin-top: -25px;
}

#content .intro .ttl_font {
  text-align: left;
}

#content .intro h3 {
  margin-bottom: 3%;
}

#content .intro p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 7.6%;
}

@media all and (min-width: 768px) {
  #content .intro p {
    font-size: 16px;
    line-height: 2;
  }
}

#content .intro .btn {
  margin-bottom: 9.2%;
}

@media all and (min-width: 768px) {
  #content .intro {
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    background: url(../img/parts_index_03.png) top 13.4% right no-repeat, url(../img/parts_index_04.png) top 44.2% left no-repeat;
  }
  #content .intro:before {
    content: url(../img/parts_index_01.png);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -320px;
  }
  #content .intro:after {
    content: url(../img/parts_index_02.png);
    position: absolute;
    top: 54.13%;
    left: 50%;
    margin-left: 523px;
  }
  #content .intro section {
    padding-top: 180px;
  }
  #content .intro section.box1 {
    background: none;
  }
  #content .intro section.box1 .text_box {
    float: left;
    width: 42.25%;
  }
  #content .intro section.box1 .text_box + img {
    float: right;
    width: 50%;
  }
  #content .intro section.box2 {
    padding-top: 130px;
    background: none;
  }
  #content .intro section.box2 .text_box {
    float: right;
    width: 42.25%;
  }
  #content .intro section.box2 .text_box + img {
    float: left;
    width: 50%;
  }
  #content .intro section .btn {
    display: inline-block;
  }
  #content .intro .subttl {
    margin-bottom: 50px;
  }
  #content .intro .subttl img {
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0;
  }
  #content .intro .ttl_font {
    text-align: left;
  }
  #content .intro h3 {
    margin-bottom: 3%;
  }
  #content .intro p {
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: 7.6%;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  #content .intro p {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .intro .btn {
    margin-bottom: 9.2%;
  }
}

#content .design {
  background: url(../img/bg_index_03_sp.jpg) bottom center no-repeat;
  background-size: cover;
  padding-top: 10.6%;
  padding-bottom: 13.3%;
}

#content .design h3 {
  margin-bottom: 4.7%;
}

#content .design h3 .large {
  font-size: 1.333em;
  position: relative;
  top: 2px;
}

#content .design h3 + p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 14.2%;
}

@media all and (min-width: 768px) {
  #content .design h3 + p {
    font-size: 16px;
    line-height: 2;
  }
}

#content .design h3 + p + .btn {
  margin-top: -6.2%;
}

#content .design .btn {
  margin-bottom: 14.2%;
}

#content .design .btn a {
  background: transparent;
}

#content .design #slider .menu_loop {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#content .design #slider .menu_loop ul {
  width: 10000px;
}

#content .design #slider .menu_loop ul li {
  float: left;
  width: 220px;
  /* 画像サイズ */
  height: 300px;
  position: relative;
}

#content .design #slider .menu_loop ul li img {
  width: 100%;
}

@media all and (min-width: 768px) {
  #content .design {
    background: url(../img/bg_index_03_pc.jpg) bottom center no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 95px;
    text-align: center;
  }
  #content .design h3 {
    margin-bottom: 25px;
  }
  #content .design h3 .large {
    font-size: 1.42em;
  }
  #content .design h3 + p {
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: 95px;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  #content .design h3 + p {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .design h3 + p + .btn {
    margin-top: -55px;
  }
  #content .design .btn {
    margin-bottom: 95px;
  }
  #content .design .btn a {
    background: transparent;
  }
  #content .design #slider .menu_loop {
    height: 411px;
  }
  #content .design #slider .menu_loop ul li {
    width: 308px;
    /* 画像サイズ */
    height: 411px;
  }
}

#content .service {
  padding-top: 10%;
  padding-bottom: 10.9%;
}

#content .service h3 {
  margin-bottom: 4.7%;
}

#content .service h3 + p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 8%;
}

@media all and (min-width: 768px) {
  #content .service h3 + p {
    font-size: 16px;
    line-height: 2;
  }
}

#content .service ul.example {
  margin-bottom: 8.2%;
}

#content .service ul.example li {
  float: right;
  width: 48.6%;
  text-align: center;
  font-weight: bold;
}

#content .service ul.example li:nth-child(odd) {
  float: left;
  clear: both;
}

#content .service ul.example li img {
  margin-bottom: 8.2%;
}

#content .service ul.example li p {
  margin-bottom: 12%;
  letter-spacing: 0.08em;
}

#content .service .effect h4 {
  text-align: center;
  font-size: 22px;
}

#content .service .effect ul {
  margin-bottom: 14%;
}

#content .service .effect ul li {
  clear: both;
  padding-top: 9.5%;
  font-size: 15px;
  line-height: 1.6;
}

#content .service .effect ul li img {
  float: left;
  width: 28.5%;
}

#content .service .effect ul li .text_box {
  padding-left: 33.8%;
}

#content .service .effect ul li .text_box h5 {
  font-size: 17px;
}

#content .service .service_about {
  margin-bottom: 16.3%;
}

#content .service .service_about .link_area {
  margin-bottom: 12.7%;
}

#content .service .service_about .link_area .link_box {
  display: block;
  position: relative;
  color: #fff;
}

#content .service .service_about .link_area .link_box p {
  position: absolute;
  bottom: -1em;
  right: 1em;
  display: table;
  background: #f58030;
  width: 7em;
  height: 7em;
  text-align: center;
}

#content .service .service_about .link_area .link_box p span {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.08em;
}

@media all and (min-width: 768px) {
  #content .service {
    padding-top: 135px;
    padding-bottom: 100px;
  }
  #content .service h3 {
    margin-bottom: 25px;
  }
  #content .service h3 + p {
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: 65px;
    text-align: center;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  #content .service h3 + p {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .service ul.example {
    margin-bottom: 80px;
    width: 91.333%;
    margin-left: auto;
    margin-right: auto;
  }
  #content .service ul.example li {
    float: left;
    width: 239px;
    font-size: 18px;
  }
  #content .service ul.example li:nth-child(odd) {
    clear: none;
  }
  #content .service ul.example li + li {
    margin-left: 46px;
  }
  #content .service ul.example li img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  #content .service ul.example li p {
    margin-bottom: 0;
  }
  #content .service .effect h4 {
    font-size: 32px;
  }
  #content .service .effect ul {
    margin-bottom: 110px;
  }
  #content .service .effect ul li {
    clear: none;
    float: left;
    width: 47.5%;
    padding-top: 48px;
    font-size: 16px;
    line-height: 2;
  }
  #content .service .effect ul li:nth-of-type(even) {
    float: right;
  }
  #content .service .effect ul li img {
    width: 118px;
  }
  #content .service .effect ul li .text_box {
    padding-left: 140px;
  }
  #content .service .effect ul li .text_box h5 {
    font-size: 20px;
    line-height: 32px;
  }
  #content .service .service_about {
    margin-bottom: 124px;
  }
  #content .service .service_about .link_area {
    margin-bottom: 0;
    float: left;
    width: 48%;
  }
  #content .service .service_about .link_area._type01 {
    margin-bottom: 0;
    float: left;
    width: 100%;
  }
  #content .service .service_about .link_area + .link_area {
    float: right;
  }
  #content .service .service_about .link_area .link_box img {
    width: 100%;
  }
  #content .service .service_about .link_area .link_box p {
    position: absolute;
    bottom: -30px;
    right: 30px;
    width: 166px;
    height: 166px;
    font-size: 18px;
  }
}

#content .info {
  padding-bottom: 20%;
}

#content .info h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}

#content .info dl {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#content .info dl:first-of-type {
  border-top: 1px solid #e1e1e1;
}

#content .info dl dt {
  padding-bottom: .5em;
  font-family: Helvetica, Arial;
  font-size: 15px;
  line-height: 1.73;
}

@media all and (min-width: 768px) {
  #content .info dl dt {
    font-size: 16px;
    line-height: 2;
  }
}

#content .info dl dd a {
  color: #333;
  display: block;
  font-size: 15px;
  line-height: 1.73;
}#content .info dl dd span {
  color: #333;
  display: block;
  font-size: 15px;
  line-height: 1.73;
}

@media all and (min-width: 768px) {
  #content .info dl dd a {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .info {
    padding-bottom: 140px;
  }
  #content .info h4 {
    font-size: 26px;
  }
  #content .info dl dt {
    padding-bottom: 0;
    float: left;
    line-height: 2.2;
  }
  #content .info dl dd {
    padding-left: 8em;
    font-size: 14px;
  }
  #content .info dl dd a:hover {
    text-decoration: underline;
  }
}
