@charset "UTF-8";
/*-------------------------
base
------------------------*/
/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td, a {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------
変数
-------------------------------*/
/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body;
 *---------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  text-align: center; }

html {
  background-color: #faf8f5; }

body {
  max-width: 1800px;
  min-width: 1300px;
  margin: 0 auto;
  background-color: #fff; }
  @media only screen and (max-width: 750px) {
    body {
      width: 100%;
      min-width: 100%; } }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  transition-duration: 0.1s; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    outline: none;
    opacity: 0.7; }
    a:hover img {
      opacity: .7;
      -webkit-opacity: .7;
      -moz-opacity: .7;
      filter: alpha(opacity=50);
      /* IE lt 8
      -ms-filter: "alpha(opacity=50)";
      /* IE 8*/ }
  a img {
    transition: opacity 1s ease-out; }
  a:active {
    outline: none; }

/*-----------------------
  pcとspで表示切替
  -----------------------*/
@media only screen and (max-width: 750px) {
  .pc, .pcinline {
    display: none !important; }
  .sp {
    display: block !important; }
  .spinline {
    display: inline; }
  img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 751px) {
  .sp, .spinline {
    display: none !important; }
  .pc {
    display: block !important; }
  .pcinline {
    display: inline; } }

/*-----------------------
  #PageTop
  -----------------------*/
#PageTop {
  position: fixed;
  bottom: 5%;
  right: 4%;
  z-index: 100000; }
  #PageTop:hover {
    opacity: 0.7;
    cursor: pointer; }
  @media only screen and (max-width: 750px) {
    #PageTop img {
      width: 64px;
      height: 64px; } }

/* clear fix */
.cf {
  zoom: 1; }
  .cf:before {
    display: table;
    content: ''; }
  .cf:after {
    display: table;
    content: '';
    clear: both; }

/*-------------------
layout
---------------------*/
.l-inner {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-inner {
      width: 100%;
      box-sizing: border-box;
      padding: 0 6%; } }

.l-column-03, .l-column-02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .l-column-03 .content-box, .l-column-02 .content-box {
    box-sizing: border-box; }
  .l-column-03.reverse, .l-column-02.reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  @media only screen and (max-width: 750px) {
    .l-column-03, .l-column-02 {
      display: block; }
      .l-column-03 .content-box, .l-column-02 .content-box {
        width: 100%;
        box-sizing: border-box; } }

.l-header .mv {
  text-align: center;
  position: relative; }
  .l-header .mv .mv-image {
    width: 100%;
    height: auto; }
  .l-header .mv .copy-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .l-header .mv .main {
    margin-bottom: 50px; }

.l-footer {
  padding-top: 120px;
  background-color: #f5f5f5;
  /*------------------------------
  footer sp
  --------------------------------*/ }
  .l-footer .footer-title {
    font-size: 26px;
    letter-spacing: 4.2px;
    line-height: 1.46;
    padding-bottom: 24px;
    text-align: center; }
  .l-footer .company-info {
    text-align: left;
    padding-top: 80px; }
    .l-footer .company-info .company-detail-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .l-footer .company-info .company-detail {
      width: 580px;
      border-top: 1px solid #000; }
      .l-footer .company-info .company-detail tr {
        border-bottom: 1px solid #000; }
      .l-footer .company-info .company-detail th {
        width: 30%; }
      .l-footer .company-info .company-detail td {
        width: 69%; }
      .l-footer .company-info .company-detail th, .l-footer .company-info .company-detail td {
        text-align: left;
        padding: 10px 0;
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 13px;
        line-height: 1.54; }
      .l-footer .company-info .company-detail:first-of-type th, .l-footer .company-info .company-detail:first-of-type td {
        padding: 14px 0; }
  .l-footer .showroom-info .showroom-detail-wrapper {
    display: -ms-flexbox;
    display: flex; }
  .l-footer .showroom-info .showroom-detail {
    width: 400px;
    text-align: left;
    background-color: #fff;
    padding: 2px;
    border-right: 1px solid #e6e6e6; }
    .l-footer .showroom-info .showroom-detail:first-of-type {
      border-radius: 6px 0 0 6px; }
    .l-footer .showroom-info .showroom-detail:nth-of-type(3) {
      border-radius: 0 6px 6px 0;
      border-right: none; }
  .l-footer .showroom-info .text-area {
    -ms-flex: 1;
        flex: 1;
    padding: 24px 10px 10px 20px; }
    .l-footer .showroom-info .text-area h3 {
      font-size: 20px;
      letter-spacing: 1.6px;
      line-height: 1; }
    .l-footer .showroom-info .text-area p {
      font-size: 13px;
      font-feature-settings: "halt";
      line-height: 1.54;
      letter-spacing: 1px; }
    .l-footer .showroom-info .text-area .working-hour {
      padding-top: 20px; }
    .l-footer .showroom-info .text-area .address {
      padding-top: 10px; }
    .l-footer .showroom-info .text-area .access {
      padding-top: 11px; }
    .l-footer .showroom-info .text-area .tel {
      padding-top: 11px; }
  .l-footer .copyright {
    margin-top: 124px;
    padding-top: 60px;
    padding-bottom: 58px;
    background-color: #323232;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1.6px;
    font-weight: 200; }
    .l-footer .copyright .l-inner {
      position: relative; }
    .l-footer .copyright a {
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      font-size: 12px;
      letter-spacing: 1.6px;
      font-weight: 200; }
  @media only screen and (max-width: 750px) {
    .l-footer {
      padding-top: 60px; }
      .l-footer .l-inner {
        display: block; }
      .l-footer .footer-title {
        font-size: 18px;
        letter-spacing: 3.2px;
        padding-bottom: 16px;
        text-align: center; }
      .l-footer .company-info .company-detail-wrapper {
        display: block; }
      .l-footer .company-info .company-detail {
        width: 100%; }
        .l-footer .company-info .company-detail th, .l-footer .company-info .company-detail td {
          padding: 10px 2px;
          font-size: 12px; }
      .l-footer .showroom-info {
        margin-top: 40px; }
        .l-footer .showroom-info .showroom-detail-wrapper {
          display: block; }
        .l-footer .showroom-info .showroom-detail {
          width: 100%; }
          .l-footer .showroom-info .showroom-detail:first-of-type {
            border-radius: 6px 6px 0 0;
            border-right: none;
            border-bottom: 1px solid #e6e6e6; }
          .l-footer .showroom-info .showroom-detail:nth-of-type(2) {
            border-radius: 0 0 6px 6px; }
        .l-footer .showroom-info .text-area {
          padding: 20px 10px; }
          .l-footer .showroom-info .text-area h3 {
            font-size: 16px;
            letter-spacing: 1.1px; }
          .l-footer .showroom-info .text-area p {
            font-size: 12px; }
          .l-footer .showroom-info .text-area .working-hour {
            padding-top: 18px; }
          .l-footer .showroom-info .text-area .address {
            padding-top: 10px; }
          .l-footer .showroom-info .text-area .access {
            padding-top: 11px; }
          .l-footer .showroom-info .text-area .tel {
            padding-top: 11px; }
      .l-footer .copyright {
        margin-top: 60px;
        padding-top: 30px;
        padding-bottom: 28px; }
        .l-footer .copyright a {
          position: static;
          display: inline-block;
          margin-bottom: 15px;
          top: auto;
          left: auto; } }

/*----------------------
module
-----------------------*/
.m-form {
  background-color: #fabe00;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 35px; }
  .m-form--title {
    font-size: 26px;
    font-weight: bold;
    font-weight: 600;
    line-height: 2.4rem;
    padding-bottom: 14px;
    letter-spacing: 4.2px; }
  .m-form--box {
    background-color: #fff;
    width: 1040px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid #f0b400;
    padding: 9px; }
  .m-form--text {
    font-size: 22px;
    font-weight: 400;
    background-image: url(images/icon-note.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 32px;
    padding-left: 55px;
    margin-left: 21px; }
  .m-form--row {
    display: -ms-flexbox;
    display: flex; }
  .m-form--input {
    width: 540px;
    box-sizing: border-box; }
    .m-form--input input {
      border: none;
      border: 1px solid #c8c8c8;
      border-bottom: 3px solid #c8c8c8;
      border-right: 3px solid #c8c8c8;
      border-radius: 6px;
      background-color: #f0f0f0;
      font-size: 18px;
      padding: 18px 25px;
      width: 100%;
      box-sizing: border-box; }
  .m-form--submit {
    margin-left: 10px; }
    .m-form--submit input[type='submit'] {
      -webkit-appearance: none;
      border: none;
      background-color: transparent;
      box-shadow: none;
      background-color: #fa5000;
      color: #fff;
      font-weight: 500;
      text-shadow: 2px 2px 2px #cf5000;
      font-size: 26px;
      border-bottom: 3px solid #b43c00;
      padding: 13px 31px;
      border-radius: 6px; }
      .m-form--submit input[type='submit']:hover {
        border-bottom: none;
        margin-top: 3px;
        cursor: pointer; }
  .m-form--step {
    margin-bottom: 20px; }
  @media only screen and (max-width: 750px) {
    .m-form {
      padding-top: 25px;
      padding-bottom: 35px; }
      .m-form--title {
        font-size: 16px;
        line-height: 1.8rem;
        letter-spacing: 1px;
        padding-bottom: 14px; }
      .m-form--box {
        width: 100%;
        display: block;
        padding: 12px; }
      .m-form--text {
        font-size: 15px;
        padding: 0;
        padding-bottom: 12px;
        text-align: center;
        margin-left: 0;
        background-image: none; }
        .m-form--text:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 21px;
          height: 21px;
          margin-right: 4px;
          background-size: contain;
          background-image: url(images/icon-note.png); }
      .m-form--input {
        width: 77%; }
        .m-form--input input {
          font-size: 12px;
          padding: 10px;
          width: 100%; }
      .m-form--submit {
        margin-left: 5px;
        margin-top: 0px;
        width: 22%;
        height: 100%; }
        .m-form--submit input[type='submit'] {
          width: 100%;
          font-size: 14px;
          border-bottom: 3px solid #b43c00;
          padding: 10px 0;
          border-radius: 6px; }
          .m-form--submit input[type='submit']:hover {
            border-bottom: none;
            cursor: pointer; }
      .m-form--step {
        margin-bottom: 20px; } }

.m-section-title {
  font-size: 42px;
  letter-spacing: 5.4px;
  font-feature-settings: "halt"; }
  .m-section-title span {
    color: #fa5000; }
  @media only screen and (max-width: 750px) {
    .m-section-title {
      font-size: 6.4vw;
      letter-spacing: 3.4px; } }

.m-section-sub-title {
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 20px;
  letter-spacing: 3.2px; }
  @media only screen and (max-width: 750px) {
    .m-section-sub-title {
      padding-top: 10px;
      padding-bottom: 25px;
      font-size: 15px;
      letter-spacing: 1.6px; } }

.m-ranking {
  width: 380px; }
  .m-ranking--balloon {
    margin-top: -43px; }
  .m-ranking--title {
    position: relative;
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 18px;
    letter-spacing: 3.6px; }
    .m-ranking--title:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 70px;
      height: 2px;
      background-color: #000;
      left: 50%;
      transform: translateX(-50%); }
    .m-ranking--title span {
      position: relative;
      z-index: 0; }
      .m-ranking--title span:after {
        content: "";
        width: 100%;
        border-bottom: 6px solid #ffdc00;
        position: absolute;
        left: 0;
        bottom: 3px;
        z-index: -1; }
  .m-ranking--text {
    font-size: 14px;
    padding-top: 20px;
    line-height: 1.6rem;
    letter-spacing: 1.4px; }
  @media only screen and (max-width: 750px) {
    .m-ranking {
      width: 100%;
      margin-bottom: 40px; }
      .m-ranking--balloon {
        width: 42px;
        margin-top: -23px; }
      .m-ranking--title {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 25px;
        letter-spacing: 2.6px; }
        .m-ranking--title span {
          border-bottom: 6px solid #ffdc00; }
          .m-ranking--title span:after {
            content: none; }
      .m-ranking--text {
        font-size: 12px;
        padding-top: 20px;
        line-height: 1.5rem;
        letter-spacing: 1px; } }

.m-otoshiana {
  width: 580px;
  z-index: 1;
  position: relative; }
  .m-otoshiana--img {
    overflow: hidden;
    border-radius: 16px; }
  .m-otoshiana--textbox {
    position: absolute;
    top: 260px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    width: 424px;
    box-sizing: border-box;
    border-radius: 0 15px 15px 0;
    padding: 26px 36px;
    text-align: left;
    border-left: 6px solid #00783c; }
  .m-otoshiana:nth-of-type(2) .m-otoshiana--textbox {
    border-left: 6px solid #f05050; }
  .m-otoshiana--title {
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 2.1rem;
    padding-bottom: 7px; }
  .m-otoshiana--text {
    font-size: 14px;
    line-height: 1.6rem;
    letter-spacing: 0.4px; }
  @media only screen and (max-width: 750px) {
    .m-otoshiana {
      width: 100%;
      margin-bottom: 40px; }
      .m-otoshiana--img {
        overflow: hidden;
        border-radius: 6px; }
      .m-otoshiana--textbox {
        margin-top: 6px;
        position: static;
        width: 100%;
        border-radius: 0 6px 6px 0;
        padding: 10px 15px; }
      .m-otoshiana--title {
        font-size: 18px;
        letter-spacing: 2.4px;
        line-height: 1.7rem;
        padding-bottom: 7px; }
      .m-otoshiana--text {
        font-size: 12px;
        line-height: 1.5rem;
        text-align: justify;
        letter-spacing: 1px; }
        .m-otoshiana--text br {
          display: none; } }

.m-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
  border-radius: 6px 0 6px 0;
  background-color: #00783c;
  padding: 8px 0;
  letter-spacing: 2px;
  width: 114px;
  box-sizing: border-box;
  text-align: center; }
  .m-tag.pink {
    background-color: #f05050; }
  .m-tag.blue {
    background-color: #3264b4; }
  .m-tag.right {
    border-radius: 0 6px 0 6px;
    left: auto;
    right: 0; }

.m-btn {
  display: inline-block;
  margin-top: 40px; }
  .m-btn a {
    transition: all .3s;
    text-align: center;
    position: relative;
    border-radius: 30px;
    border: 1px solid #00783c;
    background-color: #fff;
    color: #00783c;
    display: block;
    width: 100%;
    height: 100%;
    padding: 19px 102px;
    box-sizing: border-box;
    letter-spacing: 1.4px; }
    .m-btn a:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 19px;
      transform: translateY(-50%) rotate(45deg);
      border-top: 1px solid #00783c;
      border-right: 1px solid #00783c; }
    .m-btn a:hover {
      opacity: 1;
      background-color: #00783c;
      color: #fff; }
      .m-btn a:hover:after {
        border-color: #fff; }
  @media only screen and (max-width: 750px) {
    .m-btn {
      width: 100%;
      margin-top: 30px; }
      .m-btn a {
        border-radius: 50px;
        padding: 16px 0;
        letter-spacing: 1.4px; } }

/*------------------------
page
---------------------------*/
.ranking {
  padding-top: 95px;
  padding-bottom: 90px; }
  .ranking .m-section-title {
    font-size: 52px; }

.otoshiana {
  background-image: url(images/bg-01.jpg);
  padding-top: 90px;
  padding-bottom: 200px; }
  .otoshiana .m-section-sub-title {
    padding-bottom: 10px;
    padding-top: 0; }
  .otoshiana .m-section-title {
    padding-bottom: 30px; }

.solution {
  padding-top: 120px;
  padding-bottom: 180px;
  background-image: url(images/wide-img-01.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  .solution .l-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .solution .factor {
    border-radius: 6px;
    border: 6px solid #fff;
    color: #fff;
    width: 720px;
    height: 330px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px; }
    .solution .factor h2 {
      font-size: 36px;
      line-height: 1.33;
      letter-spacing: 5.8px;
      padding-bottom: 21px;
      position: relative; }
      .solution .factor h2:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 130px;
        height: 3px;
        background-color: #fff;
        transform: translateX(-50%); }
    .solution .factor p {
      padding-top: 21px;
      font-size: 16px;
      line-height: 1.75;
      letter-spacing: 2.6px; }
  .solution .arrow {
    background-image: url(images/arrow.png);
    width: 52px;
    height: 330px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .solution .answer {
    border-radius: 6px;
    background-color: #fabe00;
    width: 350px;
    height: 330px;
    box-sizing: border-box;
    padding-top: 50px; }
    .solution .answer p {
      font-weight: bold;
      font-size: 42px;
      line-height: 1.38;
      letter-spacing: 6.7px;
      font-feature-settings: "halt"; }

.merit .number {
  padding-bottom: 30px; }

.merit .m-section-sub-title {
  font-size: 16px;
  letter-spacing: 2.6px;
  line-height: 1.75; }

.merit-01 {
  padding-top: 120px;
  padding-bottom: 120px; }
  .merit-01 .content-box {
    position: relative;
    width: 387px;
    background-color: #fdfcf8;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 3px; }
  .merit-01 .text-area {
    text-align: left;
    padding: 18px 14px; }
    .merit-01 .text-area .name {
      font-size: 18px;
      line-height: 1.56;
      letter-spacing: 1.4px; }
    .merit-01 .text-area .location {
      font-size: 13px;
      line-height: 1.54;
      letter-spacing: 1px;
      padding-top: 9px; }
    .merit-01 .text-area .price {
      color: #fa5000;
      font-size: 16px;
      letter-spacing: 1.3px;
      line-height: 1.25;
      font-weight: bold;
      padding-top: 9px; }

.merit-02 {
  background-image: url(images/bg-01.jpg);
  overflow: hidden;
  position: relative; }
  .merit-02 .l-inner {
    padding-top: 77px; }
  .merit-02 .bottom-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(150, 126, 108, 0.75); }
    .merit-02 .bottom-layer .l-inner {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: right; }
  .merit-02 .m-btn {
    margin-top: 0; }

.merit-03 {
  background-image: url(images/wide-img-02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 76px;
  text-align: left; }

.works {
  padding-top: 92px;
  padding-bottom: 120px; }
  .works .m-section-sub-title {
    font-size: 16px;
    letter-spacing: 2.6px;
    line-height: 1.75; }
  .works .content-box {
    margin-bottom: 30px;
    border: solid 1px #e1e1e1;
    position: relative;
    background-color: #fdfcf8;
    border-radius: 6px;
    text-align: left;
    padding: 4px; }
    .works .content-box h3 {
      font-size: 20px;
      line-height: 1.4;
      letter-spacing: 1.6px;
      padding-bottom: 24px;
      border-bottom: 1px solid #e1e1e1;
      padding-top: 20px; }
    .works .content-box h4 {
      padding-top: 24px;
      font-size: 20px;
      line-height: 0.7;
      letter-spacing: 1.6px;
      padding-bottom: 12px; }
      .works .content-box h4 span {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1.1px;
        display: block;
        padding-top: 8px; }
    .works .content-box .year, .works .content-box .price, .works .content-box .renovation {
      font-size: 14px;
      line-height: 1.57;
      letter-spacing: 1.1px; }
    .works .content-box .sum {
      font-size: 20px;
      letter-spacing: 1.6px;
      color: #fa5000;
      font-weight: bold;
      padding-top: 10px; }
    .works .content-box .side {
      font-size: 12px;
      line-height: 1.67;
      letter-spacing: 1px;
      padding-top: 3px; }
    .works .content-box .text-area {
      padding: 0 25px;
      -ms-flex: 1;
          flex: 1; }
    .works .content-box:first-of-type .works-detail {
      padding-left: 4px; }
    .works .content-box:nth-of-type(2) .works-detail {
      padding-right: 4px; }

/*---------------------------------
sp.scss
----------------------------------*/
@media only screen and (max-width: 750px) {
  .ranking {
    padding-top: 40px;
    padding-bottom: 30px; }
    .ranking .m-section-title {
      font-size: 28px; }
  .otoshiana {
    padding-top: 40px;
    padding-bottom: 10px; }
    .otoshiana .m-section-title {
      padding-bottom: 25px; }
  .solution {
    padding-top: 40px;
    padding-bottom: 56px;
    background-image: url(images/wide-img-01-sp.png);
    background-position: top center; }
    .solution .l-inner {
      display: block; }
    .solution .factor {
      border-width: 3px;
      border-radius: 6px 6px 0 0;
      border-bottom: none;
      width: 100%;
      height: auto;
      padding-top: 22px;
      padding-bottom: 22px; }
      .solution .factor h2 {
        font-size: 18px;
        padding-bottom: 14px; }
        .solution .factor h2:after {
          width: 75px;
          height: 2px; }
      .solution .factor p {
        padding-top: 14px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 3.8px; }
    .solution .arrow {
      display: none; }
    .solution .answer {
      border-radius: 0 0 6px 6px;
      width: 100%;
      height: auto;
      padding-top: 25px;
      padding-bottom: 25px; }
      .solution .answer p {
        font-size: 6.4vw;
        line-height: 1.29;
        letter-spacing: 7.7px; }
  .merit .number {
    padding-bottom: 25px; }
  .merit .m-section-sub-title {
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 1.75; }
  .merit-01 {
    padding-top: 60px;
    padding-bottom: 120px; }
    .merit-01 .number img {
      width: 127px; }
    .merit-01 .content-box {
      width: 100%;
      margin-bottom: 10px; }
    .merit-01 .text-area {
      padding: 10px 14px; }
  .merit-02 .number img {
    width: 133px; }
  .merit-02 .l-inner {
    padding-top: 40px;
    position: relative;
    height: 100%;
    padding-bottom: 40px; }
  .merit-02 .pictures_container {
    position: static; }
  .merit-02 .pictures img {
    position: static; }
    .merit-02 .pictures img:first-of-type {
      left: 0;
      top: 0;
      z-index: 99; }
    .merit-02 .pictures img:nth-of-type(2) {
      display: none; }
    .merit-02 .pictures img:nth-of-type(3) {
      display: none; }
  .merit-02 .m-btn {
    position: static; }
  .merit-03 {
    background: #F9F5F2;
    background-image: url(images/wide-img-02.jpg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 100px; }
    .merit-03 .number img {
      width: 136px; }
  .works {
    padding-top: 42px;
    padding-bottom: 60px; }
    .works .m-section-sub-title {
      font-size: 15px;
      letter-spacing: 1.6px;
      line-height: 1.75; }
      .works .m-section-sub-title br {
        display: none; }
    .works .content-box {
      margin-bottom: 10px; }
      .works .content-box h3 {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 1.4px;
        padding-bottom: 14px;
        border-bottom: 1px solid #e1e1e1;
        padding-top: 12px; }
        .works .content-box h3 br {
          display: none; }
      .works .content-box h4 {
        padding-top: 14px;
        font-size: 16px;
        line-height: 0.7;
        letter-spacing: 1.6px;
        padding-bottom: 12px; }
        .works .content-box h4 span {
          font-size: 14px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: 1.1px;
          display: block;
          padding-top: 8px; }
      .works .content-box .year, .works .content-box .price, .works .content-box .renovation {
        font-size: 13px;
        line-height: 1.57;
        letter-spacing: 1.1px; }
      .works .content-box .sum {
        font-size: 17px;
        letter-spacing: 1.6px;
        color: #fa5000;
        font-weight: bold;
        padding-top: 10px; }
      .works .content-box .side {
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: 1px;
        padding-top: 3px; }
      .works .content-box .text-area {
        padding: 0px 10px 8px;
        -ms-flex: 1;
            flex: 1; }
      .works .content-box .works-detail {
        margin-top: 3px; }
      .works .content-box:first-of-type .works-detail {
        padding-left: 0px; }
      .works .content-box:nth-of-type(2) .works-detail {
        padding-right: 0px; } }
