@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
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: 1; }

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

nav ul {
  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; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5 {
  clear: both; }

a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

body {
  font-family: "Helvetica Neue",
 Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 "BIZ UDPGothic",
 Meiryo,
 sans-serif;
  background: #fff; }

#loading {
  width: 100%;
  height: 100%;
  display: none;
  background: #9ad1d4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }

#loading img {
  position: absolute;
  top: 50%;
  left: 50%; }

.js-on #wrap {
  display: none; }

#home_main {
  position: relative;
  overflow: hidden; }

#slide {
  position: fixed;
  overflow: hidden;
  width: 100%; }
  #slide .slide-img {
    height: 100%;
    background-size: cover;
    background-position: 40% center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }
    #slide .slide-img:first-child {
      -webkit-animation: zoomup1 24s linear 0s infinite;
      animation: zoomup1 24s linear 0s infinite; }
    #slide .slide-img:nth-child(2) {
      -webkit-animation: zoomup2 24s linear 0s infinite;
      animation: zoomup2 24s linear 0s infinite; }

@-webkit-keyframes zoomup1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes zoomup1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes zoomup2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes zoomup2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

#home_main_up {
  position: absolute;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  #home_main_up header {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 460px) {
      #home_main_up header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #home_main_up header h1 {
      padding: 0.5em; }
      #home_main_up header h1 a {
        text-decoration: none;
        color: #003249;
        text-shadow: 0px 0px 2px #fff; }
        #home_main_up header h1 a img {
          max-width: 100%;
          width: 3em;
          vertical-align: middle; }
    #home_main_up header div {
      padding: 0.5em 1em;
      color: #9ad1d4;
      background: #003249;
      border-radius: 0 0 0 10px; }
      @media screen and (max-width: 460px) {
        #home_main_up header div {
          text-align: right;
          border-radius: 10px 0 0 10px;
          -ms-flex-item-align: end;
          align-self: flex-end; } }
      #home_main_up header div span {
        color: #eef00c;
        font-size: 140%;
        margin-left: 0.5em; }
  #home_main_up h2 {
    color: #000;
    margin: 0 3% 3% 3%;
    font-size: calc(100% + 4vw);
    z-index: 100;
    width: 95%;
    text-shadow: 0px 0px 6px #fff,0px 0px 2px #000;
    line-height: 1.6em;
    position: relative;
    text-align: right;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-animation: zoomupa 24s linear 0s infinite;
    animation: zoomupa 24s linear 0s infinite; }
    #home_main_up h2 span {
      white-space: nowrap;
      display: inline-block; }
    #home_main_up h2 span:first-child {
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }
    #home_main_up h2 span:nth-child(3) {
      color: red;
      text-shadow: 0px 0px 6px #fff, 0px 0px 2px red;
      position: relative;
      margin: 0.3em 0;
      font-size: 150%; }
      #home_main_up h2 span:nth-child(3):before {
        content: '';
        position: absolute;
        top: -0.3em;
        right: 0;
        width: 80%;
        height: 3px;
        background: #f00;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg); }
      #home_main_up h2 span:nth-child(3):after {
        content: '';
        position: absolute;
        bottom: -0.2em;
        left: 0;
        width: 90%;
        height: 3px;
        background: #f00;
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg); }
    #home_main_up h2 span:nth-child(5) {
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
  #home_main_up > img#scroll {
    position: absolute;
    right: 0;
    bottom: 200px;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 5px black);
    filter: drop-shadow(0px 0px 5px black);
    -webkit-animation: down 4s linear 0s infinite normal none running;
    animation: down 4s linear 0s infinite normal none running; }

@-webkit-keyframes down {
  0% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    bottom: -100px; } }

@keyframes down {
  0% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    bottom: -100px; } }

#h2_02 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 90%;
  padding: 1em 5% 0.5em 5%;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: calc(13px + 3vw);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
  text-shadow: 0px 0px 1px #000; }
  #h2_02 > span {
    white-space: nowrap;
    display: inline-block;
    line-height: 1.3em;
    font-family: 'Kosugi Maru', sans-serif; }
  #h2_02 p {
    margin: 0.3em 0;
    padding-left: calc(1.3em + 20px);
    color: #c80000;
    position: relative;
    text-shadow: none;
    background: url(../img/telico_3.png) no-repeat 1.2em center; }
    #h2_02 p > span {
      display: block;
      font-size: 40%;
      font-weight: normal;
      color: #000; }
    #h2_02 p:before {
      content: '';
      position: absolute;
      top: calc(50% - 0.3em);
      left: 0;
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #h2_02 p:after {
      content: '';
      position: absolute;
      top: calc(50% - 0.3em);
      left: 0.3em;
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #h2_02.qa_h {
    position: absolute;
    color: yellow;
    bottom: auto;
    text-shadow: none;
    background: none; }
    #h2_02.qa_h p {
      color: #fff;
      background: url(../img/telico_3w.png) no-repeat 1.2em center; }
      #h2_02.qa_h p > span {
        color: yellow; }
      #h2_02.qa_h p:before {
        border-top: solid 2px yellow;
        border-right: solid 2px yellow; }
      #h2_02.qa_h p:after {
        border-top: solid 2px yellow;
        border-right: solid 2px yellow; }

@-webkit-keyframes zoomupa {
  0% {
    opacity: 1; }
  37.5% {
    opacity: 1; }
  50% {
    opacity: 0; }
  87.5% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoomupa {
  0% {
    opacity: 1; }
  37.5% {
    opacity: 1; }
  50% {
    opacity: 0; }
  87.5% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes zoomupb {
  0% {
    opacity: 0; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  87.5% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes zoomupb {
  0% {
    opacity: 0; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  87.5% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#visit {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 1em;
  -webkit-animation: zoomupb 24s linear 0s infinite;
  animation: zoomupb 24s linear 0s infinite; }
  #visit > div:first-child {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -40%;
    top: -10%;
    background: #ffd700;
    border-radius: 50%;
    z-index: 1; }
  #visit div:last-child {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2; }
    #visit div:last-child p {
      margin-right: -1em;
      z-index: 3;
      font-weight: bold;
      position: relative; }
      #visit div:last-child p:after {
        content: '';
        position: absolute;
        bottom: -0.5em;
        right: 0;
        width: 100%;
        height: 2px;
        background: #c80000;
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        transform: rotate(-6deg); }

section {
  position: relative; }
  section h3 {
    text-align: left;
    font-size: 160%; }
    section h3:first-letter {
      font-size: 200%; }

section#qa {
  background: #76cbf4;
  overflow: hidden; }
  section#qa ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      section#qa ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section#qa ul li {
      width: 40%;
      margin: 3% 5%; }
      @media screen and (max-width: 600px) {
        section#qa ul li {
          width: 90%; } }
      section#qa ul li > div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
        section#qa ul li > div:first-child.reverse {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
          section#qa ul li > div:first-child.reverse > img {
            position: relative;
            left: 10%; }
        section#qa ul li > div:first-child > div {
          position: relative; }
          section#qa ul li > div:first-child > div img {
            max-width: 100%; }
          section#qa ul li > div:first-child > div p {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            line-height: 1.8em;
            width: 80%;
            text-align: center;
            font-family: 'Zen Maru Gothic', sans-serif; }
        section#qa ul li > div:first-child > img {
          position: relative;
          left: -10%;
          -webkit-animation: swing01 7s 0s infinite;
          animation: swing01 7s 0s infinite;
          -webkit-transform-origin: center bottom;
          -ms-transform-origin: center bottom;
          transform-origin: center bottom; }
      section#qa ul li > div:last-child p {
        margin: 5%;
        line-height: 1.8em;
        position: relative; }
        section#qa ul li > div:last-child p:before {
          content: url("../img/qa/ya.png");
          position: absolute;
          top: 2px;
          left: -25px; }

@-webkit-keyframes swing01 {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes swing01 {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 2000ms;
  -o-transition: all 2000ms;
  transition: all 2000ms; }

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

section#about {
  background: url(../img/pc_home.jpg) right no-repeat;
  background-size: cover; }
  section#about h3 {
    color: #9ad1d4; }
  section#about .inner_wrap p {
    margin: 1em;
    font-family: 'Kosugi Maru', sans-serif; }
    section#about .inner_wrap p > span {
      background: -webkit-gradient(linear, left bottom, left top, from(#eef00c));
      background: -webkit-linear-gradient(bottom, #eef00c 0% 100%);
      background: -o-linear-gradient(bottom, #eef00c 0% 100%);
      background: linear-gradient(to top, #eef00c 0% 100%);
      padding: 0.3em;
      font-size: calc(13px + 2vw);
      line-height: 2em; }
      section#about .inner_wrap p > span > span {
        white-space: nowrap;
        display: inline-block; }
  section#about .inner_wrap ul {
    display: inline-block;
    margin: 1em;
    padding: 1em 2em 1em 2em;
    line-height: 2em;
    color: #003249;
    background: rgba(255, 255, 255, 0.8); }
    section#about .inner_wrap ul li {
      list-style-type: disc; }

section#service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 900px) {
    section#service {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  section#service > div {
    margin: 5%;
    width: 90%;
    min-width: 320px;
    line-height: 1.6em;
    background: #fff;
    border-radius: 6px; }
    section#service > div div.inner_wrap {
      position: relative; }
      section#service > div div.inner_wrap h4 {
        margin: 0.5em 0;
        padding: 0.3em;
        font-size: calc(16px + 1.3vw); }
        @media screen and (max-width: 900px) {
          section#service > div div.inner_wrap h4 {
            font-size: calc(16px + 3vw); } }
      section#service > div div.inner_wrap > p:last-child {
        text-align: right; }
        section#service > div div.inner_wrap > p:last-child span {
          color: #eef00c;
          font-size: 150%;
          margin-right: 0.1em; }
  section#service div#s_maintenance {
    color: #fff; }
    section#service div#s_maintenance .inner_wrap {
      margin: 0; }
      section#service div#s_maintenance .inner_wrap h4 {
        margin: 1.5em 0 1em 0;
        color: #c80000; }
        section#service div#s_maintenance .inner_wrap h4 > div {
          position: relative; }
          section#service div#s_maintenance .inner_wrap h4 > div:before {
            content: '';
            position: absolute;
            top: -2.2em;
            left: -0.8em;
            width: 0;
            height: 0;
            border-top: solid 2.5em #c80000;
            border-right: solid 2.5em transparent;
            border-bottom: solid 2.5em transparent;
            border-left: solid 2.5em #c80000; }
        section#service div#s_maintenance .inner_wrap h4 span {
          display: inline-block;
          font-size: 70%;
          color: #fff;
          padding: 0 0.5em;
          position: relative;
          z-index: 2;
          top: -1.3em;
          left: -1.3em;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      section#service div#s_maintenance .inner_wrap p.pop {
        color: #000;
        margin: 0 5% 5% 5%;
        text-align: center; }
        section#service div#s_maintenance .inner_wrap p.pop > span {
          white-space: nowrap;
          display: inline-block; }
        section#service div#s_maintenance .inner_wrap p.pop span:nth-child(2) {
          font-size: 160%;
          margin: 0 0.2em; }
      section#service div#s_maintenance .inner_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 5% 5% 5%; }
        section#service div#s_maintenance .inner_wrap ul li {
          width: 15%;
          min-width: 8em;
          margin: 3%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #000; }
          @media screen and (max-width: 550px) {
            section#service div#s_maintenance .inner_wrap ul li {
              width: 80%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              margin: 0 3%; } }
          section#service div#s_maintenance .inner_wrap ul li img {
            max-width: 100%; }
            @media screen and (max-width: 550px) {
              section#service div#s_maintenance .inner_wrap ul li img {
                width: 15%;
                margin: 0 0.5em 0 0; } }
          section#service div#s_maintenance .inner_wrap ul li p {
            line-height: 1.2em;
            padding: 0.2em 0; }
            section#service div#s_maintenance .inner_wrap ul li p > span {
              white-space: nowrap;
              display: inline-block; }
  section#service div#s_move {
    color: #007ea7; }
    section#service div#s_move .inner_wrap {
      margin: 5%; }
      section#service div#s_move .inner_wrap h4 {
        margin: 1em 0;
        color: #ff7b00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        section#service div#s_move .inner_wrap h4 > p:first-child {
          line-height: 1.6em; }
          section#service div#s_move .inner_wrap h4 > p:first-child > span {
            white-space: nowrap;
            display: block; }
            section#service div#s_move .inner_wrap h4 > p:first-child > span:last-child {
              text-align: right; }
        section#service div#s_move .inner_wrap h4 > p:last-child {
          color: #888;
          font-size: 60%;
          text-align: right;
          margin: 0 0 1em 0;
          -webkit-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          transform: rotate(5deg); }
          section#service div#s_move .inner_wrap h4 > p:last-child > span {
            display: inline-block;
            position: relative; }
            section#service div#s_move .inner_wrap h4 > p:last-child > span:before {
              content: '';
              position: absolute;
              top: 0;
              left: -1em;
              width: 2px;
              height: 100%;
              background: #aaa;
              -webkit-transform: rotate(-15deg);
              -ms-transform: rotate(-15deg);
              transform: rotate(-15deg); }
            section#service div#s_move .inner_wrap h4 > p:last-child > span:after {
              content: '';
              position: absolute;
              top: 20%;
              right: -1em;
              width: 2px;
              height: 100%;
              background: #aaa;
              -webkit-transform: rotate(20deg);
              -ms-transform: rotate(20deg);
              transform: rotate(20deg); }
      section#service div#s_move .inner_wrap > p {
        color: #000;
        line-height: 2em;
        margin: 1em; }
      section#service div#s_move .inner_wrap ul {
        line-height: 2em;
        margin: 0.8em;
        color: #000; }
        section#service div#s_move .inner_wrap ul li {
          padding-left: 25px;
          background: url(../img/service_ico1.png) left center no-repeat; }

section#contact {
  background: #007ea7;
  color: #fff;
  overflow: hidden; }
  section#contact h3 {
    color: #9ad1d4; }
  section#contact > p {
    color: #9ad1d4;
    font-size: 120%;
    margin: 0 0.5em; }
  section#contact .inner_wrap {
    margin: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    section#contact .inner_wrap div:first-child p {
      margin: 0.6em 0;
      white-space: nowrap; }
    section#contact .inner_wrap div:first-child p:first-child {
      font-weight: bold; }
    section#contact .inner_wrap div:first-child p:nth-child(2) {
      font-weight: bold;
      font-size: calc(20px + 2vw);
      color: #eef00c;
      margin-bottom: 0.2em; }
    section#contact .inner_wrap div:first-child p:last-child {
      font-weight: bold;
      font-size: calc(16px + 1vw);
      color: #eef00c;
      line-height: 1em; }
      section#contact .inner_wrap div:first-child p:last-child span {
        color: #fff;
        font-size: 60%;
        margin-left: 25px;
        font-weight: normal; }
    section#contact .inner_wrap div:first-child p img {
      margin-right: 6px; }
    section#contact .inner_wrap div:last-child {
      margin: 0 3%; }

section#company {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), to(rgba(216, 244, 255, 0.7)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(216, 244, 255, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(216, 244, 255, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(216, 244, 255, 0.7) 100%); }
  section#company h3 {
    color: #9ad1d4; }
  section#company .inner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 680px) {
      section#company .inner_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section#company .inner_wrap dl {
      width: 100%;
      margin: 3% 0;
      overflow: hidden;
      line-height: 1.2em; }
      section#company .inner_wrap dl dt {
        padding: 0.5em;
        float: left;
        width: 8em;
        text-align: right;
        color: #003249;
        clear: both; }
        section#company .inner_wrap dl dt:after {
          content: '●';
          margin: 0 0.3em; }
        @media screen and (max-width: 480px) {
          section#company .inner_wrap dl dt {
            float: none;
            width: 100%;
            padding: 1em 1em 0.5em 1em;
            text-align: left; } }
      section#company .inner_wrap dl dd {
        margin-left: 9em;
        padding: 0.5em; }
        @media screen and (max-width: 480px) {
          section#company .inner_wrap dl dd {
            margin: 0;
            padding: 0 1em 1em 1em;
            width: 95%;
            border: 0; } }
        section#company .inner_wrap dl dd span {
          display: inline-block;
          font-size: 80%; }
    section#company .inner_wrap #gmap {
      -webkit-box-flex: 2;
      -ms-flex: 2 0 50%;
      flex: 2 0 50%;
      background: gray;
      margin: 0 2%;
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative; }
      section#company .inner_wrap #gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }

footer {
  position: relative;
  padding: 6%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 244, 255, 0.7)), to(#d8f4ff));
  background: -webkit-linear-gradient(top, rgba(216, 244, 255, 0.7) 0%, #d8f4ff 100%);
  background: -o-linear-gradient(top, rgba(216, 244, 255, 0.7) 0%, #d8f4ff 100%);
  background: linear-gradient(to bottom, rgba(216, 244, 255, 0.7) 0%, #d8f4ff 100%);
  z-index: 20; }
  footer #ftr_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer #ftr_main img {
      margin: 0 20px 0 0; }
    footer #ftr_main div {
      line-height: 1.5em; }
      footer #ftr_main div p:first-child {
        font-size: calc(20px + 1vw);
        font-weight: bold;
        margin: 0.3em 0; }
        footer #ftr_main div p:first-child span {
          font-size: 60%;
          color: #007ea7;
          line-height: 2em; }
      footer #ftr_main div p:nth-child(2) {
        font-size: 80%;
        line-height: 1.2em; }
  footer #ftr_sub {
    padding: 3% 0 0 0; }
    footer #ftr_sub small {
      font-size: 70%;
      color: #007ea7; }

#top_link {
  width: 80px;
  height: 77px;
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 100;
  display: none;
  cursor: pointer; }
  #top_link a {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    #top_link a:hover {
      background: #eef00c; }
