@charset "UTF-8";
/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*  */
.txt01, .title01, #feature .txt, #service .child_box .service_list li {
  color: #00449c;
  text-align: center;
  line-height: 1.2; }

#feature .child_box h1, #service .child_box h1, #contact ol li:first-child {
  background-size: 6px 6px;
  background-color: #01459c;
  background-image: -webkit-linear-gradient(-45deg, #2b64ad 25%, transparent 25%, transparent 50%, #2b64ad 50%, #2b64ad 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, #2b64ad 25%, transparent 25%, transparent 50%, #2b64ad 50%, #2b64ad 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #2b64ad 25%, transparent 25%, transparent 50%, #2b64ad 50%, #2b64ad 75%, transparent 75%, transparent); }

/* mixin */
html {
  font-size: 62.5%;
  color: #424242; }

body {
  font-size: 1.4em;
  word-wrap: break-word;
  color: #424242;
  font-family: YuGothic, "Yu Gothic", sans-serif; }

* {
  box-sizing: border-box; }

a {
  color: #424242; }

.spbr {
  display: none; }

/* for IE */
main {
  display: block; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 20px 30px; }
  header #logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-decoration: none;
    font-size: 1.2rem; }
    header #logo a figure {
      margin-right: 10px; }
      header #logo a figure img {
        width: 42px;
        height: auto; }
    header #logo a h1 {
      line-height: 1.2; }
      header #logo a h1 span {
        display: block;
        font-size: 2.5rem;
        font-weight: bold; }
  header .bt_open {
    display: none; }
  header .g_nav {
    margin-top: 10px; }
    header .g_nav ul {
      margin: 0 auto;
      width: 520px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      header .g_nav ul li a {
        position: relative;
        display: inline-block;
        padding: 10px;
        text-decoration: none; }
        header .g_nav ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
          background-color: #00449c;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        header .g_nav ul li a:hover:after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); }
      header .g_nav ul li:last-child {
        margin-left: 20px; }
        header .g_nav ul li:last-child a {
          border-radius: 4px;
          display: block;
          padding: 10px 20px;
          color: #fff;
          background: #de464b;
          text-decoration: none; }
          header .g_nav ul li:last-child a:after {
            -webkit-transform: none;
                    transform: none;
            background-color: transparent; }
          header .g_nav ul li:last-child a:hover:after {
            -webkit-transform: none;
                    transform: none; }
      header .g_nav ul .bt_close {
        display: none; }

/* common modules */
.txt01 {
  font-size: 1.7rem;
  font-weight: bold; }
  .txt01:before, .txt01:after {
    font-size: 2.5rem; }
  .txt01:before {
    content: "＼";
    margin-right: 10px; }
  .txt01:after {
    content: "／";
    margin-left: 10px; }

.title01 {
  margin-bottom: 60px;
  font-size: 47px;
  font-weight: bold; }
  .title01 span {
    color: #de464b;
    font-size: 7rem; }

footer {
  text-align: center; }
  footer #copy {
    padding: 54px 0;
    color: #0e0d0d;
    font-size: 1.2rem; }

@media screen and (max-width: 924px) {
  img,
  .parent_box,
  .child_box {
    max-width: 100%; }
  .pcbr {
    display: none; }
  main .parent_box {
    padding: 50px 10px 40px; }
  header {
    padding: 20px 10px 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    header #logo a {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      header #logo a figure {
        min-width: 35px;
        z-index: 9999;
        margin-right: 10px; }
      header #logo a h1 {
        max-width: 90%;
        font-size: 1.2rem;
        font-weight: bold;
        z-index: 9999; }
        header #logo a h1 span {
          font-size: 2rem; }
    header .bt_open {
      display: block;
      margin-left: 10px; }
      header .bt_open .menu-trigger,
      header .bt_open .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        box-sizing: border-box; }
      header .bt_open .menu-trigger {
        position: relative;
        width: 30px;
        height: 25px; }
      header .bt_open .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 5px;
        border-radius: 4px;
        background: #00449c;
        border-radius: 4px; }
        header .bt_open .menu-trigger span:nth-of-type(1) {
          top: 0; }
        header .bt_open .menu-trigger span:nth-of-type(2) {
          top: 10px; }
        header .bt_open .menu-trigger span:nth-of-type(3) {
          bottom: 0; }
    header .g_nav {
      position: absolute;
      margin-top: 0;
      right: 0;
      z-index: 1000;
      width: 100vw;
      background: rgba(255, 255, 255, 0.9);
      height: 100vh; }
      header .g_nav.off {
        top: -100vh;
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out; }
      header .g_nav.on {
        top: 0vh;
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out; }
      header .g_nav ul {
        display: block;
        margin: 0;
        padding-top: 80px;
        width: 100%; }
        header .g_nav ul li {
          font-size: 2rem;
          text-align: center; }
          header .g_nav ul li a {
            padding: 20px 0; }
          header .g_nav ul li:last-child a {
            margin: 0 auto;
            width: 80%;
            margin-top: 40px;
            padding: 20px; }
        header .g_nav ul .bt_close {
          position: absolute;
          top: 30px;
          right: 10px;
          display: block;
          margin-bottom: 40px;
          text-align: right; }
          header .g_nav ul .bt_close a {
            position: relative;
            width: 34px;
            height: 34px; }
            header .g_nav ul .bt_close a span {
              position: absolute;
              display: inline-block;
              -webkit-transition: all .4s;
              transition: all .4s;
              box-sizing: border-box;
              left: 0;
              width: 100%;
              height: 5px;
              border-radius: 4px;
              background: #00449c; }
              header .g_nav ul .bt_close a span:nth-of-type(1) {
                top: 0;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
              header .g_nav ul .bt_close a span:nth-of-type(2) {
                top: 0;
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg); }
  footer #copy {
    padding: 25px 0 50px;
    font-size: 1rem; } }

/*#########################################################

各種ページファイル読み込み

#########################################################*/
#main_visual {
  padding-top: 47px;
  background: #fefefe;
  background: -webkit-linear-gradient(top, #fefefe 0%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #d7d7d7 100%); }
  #main_visual figure {
    margin: 0 auto;
    width: 925px; }
    #main_visual figure img {
      width: 839px;
      vertical-align: bottom; }
  #main_visual .campaign {
    background: #de464b;
    text-align: center;
    color: #fff;
    font-size: 1.6rem; }
    #main_visual .campaign span:nth-of-type(1) {
      color: #faf662; }
    #main_visual .campaign span:nth-of-type(2) {
      margin-left: 10px;
      text-decoration: underline; }
    #main_visual .campaign {
      display: block;
      padding: 20px;
      color: #fff;
      text-decoration: none; }

#feature,
#results,
#outline,
footer {
  background: #f4f4f4; }

.parent_box {
  padding: 95px 0 75px; }

#feature section dl:nth-of-type(1),
#service section dl:nth-of-type(1) {
  margin-bottom: 30px; }

#feature section dl dt,
#service section dl dt {
  margin-bottom: 10px;
  color: #00449c;
  font-size: 1.6rem; }
  #feature section dl dt:before,
  #service section dl dt:before {
    content: "■";
    margin-right: 5px; }

#feature section dl dd,
#service section dl dd {
  line-height: 1.3; }
  #feature section dl dd ul > li:before,
  #service section dl dd ul > li:before {
    content: "・"; }

#feature .title01 {
  margin-bottom: 25px; }

#feature .txt {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.6; }

#feature .child_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 20px;
  width: 925px;
  padding: 20px;
  background: #fff;
  border-radius: 10px; }
  #feature .child_box h1 {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 15px 15px 110px;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    width: 925px; }
    #feature .child_box h1 span {
      position: absolute;
      top: -12px;
      left: 10px;
      width: 86px;
      height: 86px;
      background: #fff;
      color: #de464b;
      border-radius: 50%;
      text-align: center;
      font-size: 60px;
      font-family: "Arial";
      font-style: italic;
      line-height: 86px; }
  #feature .child_box section {
    margin-left: 10px;
    width: 520px;
    line-height: 1.4; }
    #feature .child_box section h2 {
      margin-bottom: 30px;
      color: #00449c;
      font-size: 2rem;
      font-weight: bold; }
      #feature .child_box section h2 span {
        padding: 3px 0;
        background: #faf662;
        color: #de464b; }
  #feature .child_box figure {
    margin-top: 20px;
    margin-right: 70px; }
    #feature .child_box figure img {
      width: 100%; }

#feature .part01 figure {
  width: 216px; }

#feature .part01 section dl dd ul > li:before {
  content: none; }

#feature .part02 section .notice:before {
  content: "※"; }

#feature .part02 figure {
  width: 196px; }

#feature .part03 figure {
  width: 198px; }

#service .child_box {
  margin: 0 auto;
  width: 920px; }
  #service .child_box .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px; }
  #service .child_box .wrapper:nth-of-type(1) {
    margin-bottom: 30px;
    width: 480px; }
  #service .child_box .wrapper:nth-of-type(2) {
    width: 880px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #service .child_box .wrapper:nth-of-type(2) dl {
      width: 420px; }
  #service .child_box h1 {
    position: relative;
    margin: 0 auto;
    width: 865px;
    color: #fff;
    font-size: 2rem; }
    #service .child_box h1:after {
      position: absolute;
      top: 9px;
      right: -20px;
      content: "";
      width: 39px;
      height: 39px;
      display: block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background-size: 4px 4px;
      background-color: #01459c;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #2b64ad), color-stop(0.5, transparent), to(transparent));
      background-image: -webkit-linear-gradient(#2b64ad 50%, transparent 50%, transparent);
      background-image: linear-gradient(#2b64ad 50%, transparent 50%, transparent); }
    #service .child_box h1 span:first-child {
      display: inline-block;
      margin-right: 20px;
      padding: 18px 40px;
      background: #de464b;
      letter-spacing: .1em; }
      #service .child_box h1 span:first-child:before {
        position: absolute;
        content: "";
        top: 0;
        left: -30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 28px 30px 28px 0;
        border-color: transparent #de464b transparent transparent; }
  #service .child_box h2 {
    margin-bottom: 30px;
    color: #00449c;
    font-size: 50px;
    font-family: "Helvetica neue";
    font-weight: bold; }
    #service .child_box h2 ruby {
      ruby-align: center;
      ruby-overhang: none;
      background: -webkit-linear-gradient(transparent 60%, #faf662 60%);
      background: linear-gradient(transparent 60%, #faf662 60%); }
      #service .child_box h2 ruby rt {
        font-size: 1.6rem;
        color: #a8b4d7;
        font-weight: normal;
        font-family: YuGothic, "Yu Gothic", sans-serif;
        text-align: center; }
  #service .child_box h3 {
    color: #00449c;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2; }
  #service .child_box figure img {
    width: 100%; }
  #service .child_box .service_list {
    width: 880px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #service .child_box .service_list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 136px;
      height: 136px;
      border-radius: 50%;
      background: #f3f3f3;
      text-align: center;
      font-size: 1.5rem; }
      #service .child_box .service_list li:nth-child(even) {
        background: #eff3ff; }

#service .build_up {
  margin-bottom: 60px; }
  #service .build_up h2 {
    padding-left: 40px;
    background: url(../img/top/icon_build_up.jpg) no-repeat left 12px;
    background-size: 29px; }
  #service .build_up figure {
    width: 360px; }
    #service .build_up figure img {
      width: 100%; }

#service .g_hack h2 {
  padding-left: 80px;
  background: url(../img/top/icon_g_hack.jpg) no-repeat left 12px;
  background-size: 64px; }

#service .g_hack figure {
  width: 343px; }
  #service .g_hack figure img {
    width: 100%; }

#results ol {
  margin: 0 auto;
  width: 925px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #results ol li {
    padding: 0 30px 30px;
    width: 289px;
    border-radius: 10px;
    background: #fff; }
    #results ol li h1 {
      width: 209px;
      margin: -10px auto 0;
      width: 209px; }
    #results ol li figure {
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center; }
      #results ol li figure img {
        width: 166px; }
    #results ol li .txt {
      padding-bottom: 140px;
      background: url(../img/top/icon_result02.png) no-repeat center bottom;
      background-size: 129px; }
    #results ol li img {
      width: 100%; }
    #results ol li:first-child figure {
      margin-top: 10px; }
    #results ol li:first-child .txt {
      background: url(../img/top/icon_result01.png) no-repeat center bottom;
      background-size: 177px; }
    #results ol li:last-child .txt {
      padding-bottom: 120px;
      background: url(../img/top/icon_result03.png) no-repeat center bottom;
      background-size: 149px; }

#price {
  margin: 0 auto;
  width: 920px; }
  #price section h1 {
    margin-bottom: 20px;
    font-family: "Helvetica neue";
    font-weight: bold;
    color: #00449c;
    font-size: 38px; }
    #price section h1 span {
      vertical-align: middle; }
      #price section h1 span:nth-of-type(1) {
        margin-right: 20px;
        padding: 8px 15px;
        background: #de464b;
        color: #fff;
        font-size: 1.6rem; }
      #price section h1 span:nth-last-of-type(1) {
        margin-left: 20px;
        font-size: 1.8rem; }
  #price section table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    font-size: 1.6rem; }
    #price section table tr th,
    #price section table tr td {
      padding: 10px;
      border: 2px solid #b9b9b9;
      text-align: center;
      vertical-align: middle; }
    #price section table tr th {
      background: #fecd65; }
  #price section .notice {
    margin-bottom: 70px; }
    #price section .notice li {
      text-indent: -1em;
      padding-left: 1em;
      line-height: 1.4; }
      #price section .notice li:before {
        content: "※"; }
  #price .g_hack .notice {
    margin-bottom: 100px; }
  #price #flow > h1 {
    margin-bottom: 30px;
    color: #00449c;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic", sans-serif; }
    #price #flow > h1:before {
      content: "■";
      margin-right: 5px; }
  #price #flow ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
    width: 100%; }
    #price #flow ol li {
      position: relative;
      padding: 20px;
      width: 210px;
      height: 267px;
      background: #00449c;
      line-height: 1.4; }
      #price #flow ol li:after {
        position: absolute;
        top: calc(50% - 25px);
        right: -25px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 25px;
        border-color: transparent transparent transparent #00449c; }
      #price #flow ol li:last-child:after {
        display: none; }
      #price #flow ol li a {
        color: #fff; }
      #price #flow ol li h1 {
        font-family: "Arial";
        text-align: center;
        color: #faf662; }

#outline dl {
  margin: 0 auto 30px;
  width: 506px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem; }
  #outline dl dt {
    width: 25%;
    font-weight: bold;
    text-align: right; }
    #outline dl dt:after {
      content: "：";
      font-weight: bold;
      margin-left: 5px;
      margin-right: 5px; }
  #outline dl dd {
    width: 75%;
    margin-bottom: 20px; }
    #outline dl dd ul li {
      line-height: 1.4; }
      #outline dl dd ul li:before {
        content: "・"; }

#outline #map {
  margin: 0 auto;
  width: 1170px;
  padding-bottom: 24%;
  height: 400px; }

#outline #map iframe,
#outline #map object,
#outline #map embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 400px; }

#contact p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.6rem; }

#contact ol {
  margin: 0 auto 80px;
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.8rem; }
  #contact ol li {
    padding: 18px 60px;
    color: #a1b3e2;
    background: #edf4fe; }
    #contact ol li:first-child {
      position: relative;
      color: #fff; }
      #contact ol li:first-child:after {
        position: absolute;
        top: 8px;
        right: -20px;
        content: "";
        width: 38px;
        height: 38px;
        display: block;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background-size: 4px 4px;
        background-color: #01459c;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #2b64ad), color-stop(0.5, transparent), to(transparent));
        background-image: -webkit-linear-gradient(#2b64ad 50%, transparent 50%, transparent);
        background-image: linear-gradient(#2b64ad 50%, transparent 50%, transparent); }

#contact dl {
  margin: 0 auto;
  width: 683px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #contact dl dt {
    padding-top: 10px;
    width: 185px;
    font-weight: bold;
    font-size: 1.6rem; }
    #contact dl dt span {
      margin-left: 10px;
      font-size: 1.4rem;
      color: #e86061;
      font-weight: normal; }
  #contact dl dd {
    width: 470px; }
    #contact dl dd input,
    #contact dl dd textarea,
    #contact dl dd #subject {
      width: 100%;
      margin-bottom: 20px;
      padding: 10px;
      background: #e5e6e6;
      border-radius: 4px;
      border: none;
      font-size: 1.6rem;
      box-shadow: 1px 1px 2px 1px #ccc inset; }
    #contact dl dd #subject {
      position: relative;
      padding: 10px 0 10px 20px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      color: #424242; }
      #contact dl dd #subject select::-ms-expand {
        display: none; }
    #contact dl dd:nth-of-type(4) {
      position: relative; }
      #contact dl dd:nth-of-type(4):after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6.5px 0 6.5px;
        border-color: #7d7d7d transparent transparent transparent;
        position: absolute;
        top: calc(50% - 12px);
        right: 10px;
        color: #7d7d7d; }

#contact .btn {
  margin: 0 auto;
  width: 200px; }
  #contact .btn a {
    border-radius: 4px;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #de464b;
    text-decoration: none;
    padding: 20px;
    font-size: 1.8rem; }

@media screen and (max-width: 924px) {
  #main_visual {
    background: #f4f4f4; }
    #main_visual figure {
      width: 100%;
      max-width: 361px; }
      #main_visual figure img {
        width: 100%; }
  .parent_box .txt01 {
    font-size: 1rem; }
    .parent_box .txt01:before, .parent_box .txt01:after {
      font-size: 1.2rem; }
  .parent_box .title01 {
    margin-bottom: 35px;
    font-size: 2.4rem; }
    .parent_box .title01 span {
      font-size: 3.5rem; }
  #feature section dl:nth-of-type(1),
  #service section dl:nth-of-type(1) {
    margin-bottom: 20px; }
  #feature section dl dt,
  #service section dl dt {
    font-size: 1.3rem; }
  #feature section dl dd,
  #service section dl dd {
    font-size: 1.3rem; }
    #feature section dl dd ul > li:before,
    #service section dl dd ul > li:before {
      content: "・"; }
  #feature .txt {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 1.3rem; }
  #feature .child_box h1 {
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 2rem; }
    #feature .child_box h1 span {
      font-size: 3rem;
      top: 8px;
      width: 43px;
      height: 43px;
      line-height: 43px; }
  #feature .child_box section h2 {
    font-size: 1.5rem; }
  #feature .child_box section dl dt,
  #feature .child_box section dl dd {
    font-size: 1.3rem; }
  #feature .child_box figure {
    margin: 10px auto 0; }
    #feature .child_box figure img {
      width: 100%; }
  #feature .part01 figure {
    width: 189px; }
  #feature .part02 figure {
    width: 176px; }
  #feature .part03 figure {
    width: 179px; }
  #service .child_box .section_inner {
    padding-bottom: 0; }
  #service .child_box h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
    font-size: 1.3rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    #service .child_box h1 span:first-child {
      margin-right: 0;
      padding: 8px;
      white-space: nowrap; }
      #service .child_box h1 span:first-child:before {
        content: none; }
    #service .child_box h1 span:last-child {
      padding-top: 10px;
      padding: 8px; }
    #service .child_box h1:after {
      content: none; }
  #service .child_box h2 {
    width: 100%;
    padding: 0;
    background: none;
    font-size: 3.4rem;
    text-align: center; }
    #service .child_box h2 ruby {
      position: relative; }
      #service .child_box h2 ruby rt {
        font-size: 1rem; }
  #service .child_box h3 {
    text-align: center;
    font-size: 2rem; }
  #service .child_box figure {
    margin: 0 auto 20px; }
  #service .child_box .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #service .child_box .service_list li {
      margin-right: 5px;
      margin-bottom: 5px;
      width: 98px;
      height: 98px;
      font-size: 1rem; }
  #service .child_box .wrapper:nth-of-type(1) {
    width: 100%; }
  #service .child_box .wrapper:nth-of-type(2) dl {
    width: 100%; }
  #service .build_up {
    margin-bottom: 0; }
    #service .build_up h2 ruby:before {
      position: absolute;
      top: 0;
      left: -30px;
      content: "";
      background: url(../img/top/icon_build_up_sp.jpg) no-repeat center center;
      background-size: 20px 40px;
      width: 20px;
      height: 40px; }
    #service .build_up figure {
      width: 244px; }
    #service .build_up .service_list {
      margin-bottom: 40px; }
  #service .g_hack h2 ruby:before {
    position: absolute;
    top: 0;
    left: -54px;
    content: "";
    background: url(../img/top/icon_g_hack_sp.jpg) no-repeat center center;
    background-size: 48px 41px;
    width: 48px;
    height: 41px; }
  #service .g_hack figure {
    max-width: 234px; }
  #results ol {
    width: 100%; }
    #results ol li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      margin-bottom: 20px;
      padding-right: 10px;
      padding-bottom: 0; }
      #results ol li .wrapper {
        width: 30%;
        width: 126px;
        margin-right: 20px; }
        #results ol li .wrapper h1 {
          width: 100%; }
        #results ol li .wrapper:nth-of-type(1) figure img {
          width: 101px; }
        #results ol li .wrapper:nth-of-type(2) figure img {
          width: 100px; }
        #results ol li .wrapper:nth-of-type(3) figure img {
          width: 99px; }
      #results ol li .txt {
        padding-bottom: 100px;
        margin-top: 50px;
        width: calc(100% - 146px);
        font-size: 1.3rem; }
      #results ol li:nth-of-type(1) .txt {
        background: url(../img/top/icon_result01_sp.png) no-repeat center bottom;
        background-size: 106px; }
      #results ol li:nth-of-type(2) .txt {
        background: url(../img/top/icon_result02_sp.png) no-repeat center bottom;
        background-size: 78px; }
      #results ol li:nth-of-type(3) .txt {
        background: url(../img/top/icon_result03_sp.png) no-repeat center bottom;
        background-size: 90px; }
  #price .child_box h1 {
    font-size: 2.9rem; }
    #price .child_box h1 span:nth-of-type(1) {
      margin-right: 10px;
      padding: 15px 5px;
      font-size: 1.5rem;
      vertical-align: bottom; }
    #price .child_box h1 span:nth-of-type(2) {
      display: block;
      margin-left: 80px;
      font-size: 1.5rem; }
  #price .child_box table tr th,
  #price .child_box table tr td {
    font-size: 1.2rem; }
  #price .child_box .notice li {
    font-size: 1rem; }
  #price .g_hack .notice {
    margin-bottom: 50px; }
  #price #flow ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 10px; }
    #price #flow ol li:last-child {
      margin-bottom: 0; }
    #price #flow ol li:after {
      top: auto;
      left: calc(50% - 10px);
      bottom: -20px;
      border-width: 20px 20px 0 20px;
      border-color: #00449c transparent transparent transparent; }
    #price #flow ol li h1 {
      margin: 0;
      width: 25%;
      white-space: nowrap;
      font-size: 1.5rem; }
    #price #flow ol li p {
      width: 75%; }
  #outline dl {
    font-size: 1.3rem;
    width: 100%; }
    #outline dl dt {
      width: 34%;
      white-space: nowrap; }
    #outline dl dd {
      width: 66%; }
  #outline #map {
    width: 100%; }
  #contact p {
    font-size: 1.3rem; }
  #contact ol {
    width: 282px;
    margin-bottom: 40px;
    font-size: 1.1rem; }
    #contact ol li {
      padding: 10px 30px; }
      #contact ol li:first-child:after {
        top: 4px;
        right: -11px;
        width: 22px;
        height: 22px; }
  #contact dl {
    width: 100%; }
    #contact dl dt {
      width: 100%;
      margin-bottom: 10px;
      font-size: 1.3rem; }
      #contact dl dt span {
        font-size: 1.3rem; }
  #contact .btn a {
    padding: 10px; } }
