@charset "UTF-8";
/* =Compass
---------------------------------------------------------------------------------------------- */
/* =SCSS
---------------------------------------------------------------------------------------------- */
/* =Reset
-------------------------------------------------------------- */
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%;
  vertical-align: baseline; }

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  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; }

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top; }

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

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both; }

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: ""; }

/* =link
---------------------------------------------------------------------------------------------- */
a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00507d; }

a:hover {
  color: #39bfff; }

/* img
-------------------------------------------------------------------------------------------------- */
img.hover {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

img.hover:hover {
  opacity: 0.70;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70); }

/* =Basic structure
---------------------------------------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: #555;
  margin: 0;
  padding: 0;
  background-color: #fff; }

/*header 
-----------------------------------------------------------------------------------------------------*/
.header {
  width: 100%;
  margin: 0 auto 0px;
  padding: 30px 10px;
  background-color: #103450;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .header {
      padding: 10px;
      text-align: center; } }

.header-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative; }

.title-logo {
  width: 410px;
  height: 70px;
  float: left;
  background: url(../img/logo_header_p.png) no-repeat left center;
  -webkit-background-size: 410px auto;
  -moz-background-size: 410px auto;
  -o-background-size: 410px auto;
  background-size: 410px auto; }
  @media screen and (max-width: 1200px) {
    .title-logo {
      width: 350px;
      height: 60px;
      -webkit-background-size: 350px auto;
      -moz-background-size: 350px auto;
      -o-background-size: 350px auto;
      background-size: 350px auto; } }
  @media screen and (max-width: 768px) {
    .title-logo {
      width: 300px;
      height: 51px;
      background: url(../img/logo_header_s2.png) no-repeat left center;
      -webkit-background-size: 300px auto;
      -moz-background-size: 300px auto;
      -o-background-size: 300px auto;
      background-size: 300px auto;
      float: none;
      margin: 0 auto 10px; } }
  .title-logo h1 {
    text-indent: -9999px; }

.header-tel {
  float: right;
  margin: 10px 0 0 0; }
  @media screen and (max-width: 1200px) {
    .header-tel {
      width: 50%;
      height: auto;
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 768px) {
    .header-tel {
      float: none;
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0; } }

/*グローバルメニュー 
-----------------------------------------------------------------------------------------------------*/
.gnav {
  width: 100%;
  margin: 0 auto 0px;
  padding: 20px 10px;
  background-color: #00507d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .gnav {
      padding: 5px 10px; } }
  .gnav ul {
    width: 100%;
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .gnav ul {
        border-right: none; } }
    .gnav ul li {
      float: left;
      width: 25%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-left: 1px solid #eee; }
      @media screen and (max-width: 768px) {
        .gnav ul li {
          width: 50%;
          border-left: none; }
          .gnav ul li.sline {
            border-right: 1px solid #eee; }
          .gnav ul li.sbottom {
            border-bottom: 1px solid #eee; } }
      .gnav ul li a {
        color: #fff;
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 1px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-decoration: none;
        padding: 10px 0;
        display: block;
        text-align: center;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 768px) {
          .gnav ul li a {
            font-size: 16px;
            font-size: 1.6rem; } }
        .gnav ul li a:hover {
          color: #fffaad; }

/*メインビジュアル 
-----------------------------------------------------------------------------------------------------*/
.main-visual {
  width: 100%;
  height: 716px;
  background: url(../img/img_top_visual_p.png) no-repeat center top;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .main-visual {
      height: auto;
      background: none; } }
  .main-visual img {
    display: none; }
    @media screen and (max-width: 1200px) {
      .main-visual img {
        display: block;
        width: 100%;
        height: auto; } }

/*共通文字装飾
-----------------------------------------------------------------------------------------------------*/
h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 36px;
  text-align: center;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 24px;
      font-size: 2.4rem;
      text-align: left;
      line-height: 24px; } }
  h2 span {
    line-height: 36px;
    letter-spacing: 1px;
    color: #00507d;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      h2 span {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 24px; } }

p {
  max-width: 640px;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 auto 30px auto;
  padding: 0;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 15px;
      font-size: 1.5rem;
      margin: 0 0 20px 0; } }

/*ご挨拶 
-----------------------------------------------------------------------------------------------------*/
.greeting-box {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 10px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .greeting-box {
      padding: 30px 10px; } }

/*サービス以下 
-----------------------------------------------------------------------------------------------------*/
.content {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 10px 80px;
  position: relative;
  background-color: #f9f9f9; }
  @media screen and (max-width: 768px) {
    .content {
      padding: 30px 10px; } }

/*サービス内容
-----------------------------------------------------------*/
h3 {
  font-size: 28px;
  font-size: 2.8rem;
  max-width: 800px;
  letter-spacing: 1px;
  margin: 0 auto 30px auto;
  padding: 10px 0;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 20px;
      font-size: 2rem; } }
  h3.shakai {
    background-color: #103450; }
  h3.gyosei {
    background-color: #00507d; }

ul.service-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  list-style: none;
  overflow: hidden; }
  ul.service-list li {
    float: left;
    width: 31%;
    height: auto;
    margin: 0 1% 20px;
    display: block;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      ul.service-list li {
        width: 48%;
        margin: 0 1% 10px; } }
    ul.service-list li:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      background: #999; }
    ul.service-list li:after {
      display: block;
      content: "";
      position: absolute;
      top: 5px;
      right: 2px;
      width: 0;
      border: 5px solid transparent;
      border-left-color: #fff; }
    ul.service-list li a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      background-color: #fff;
      padding: 20px 10px 0 10px;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        ul.service-list li a {
          padding: 10px 10px 0 10px; } }
    ul.service-list li img {
      margin: 0 0 10px 0; }
      @media screen and (max-width: 768px) {
        ul.service-list li img {
          width: 80%;
          height: auto; } }

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  height: 75px;
  line-height: 1.3;
  color: #727171; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 18px;
      font-size: 1.8rem;
      height: 60px; } }

h5 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 15px 0;
  line-height: 1.3; }
  @media screen and (max-width: 768px) {
    h5 {
      font-size: 16px;
      font-size: 1.6rem; } }

/*契約の流れ
-----------------------------------------------------------*/
ul.flow-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  list-style: none;
  overflow: hidden; }
  ul.flow-list li {
    width: 100%;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table; }
    ul.flow-list li:nth-child(odd) {
      background-color: #103450; }
    ul.flow-list li:nth-child(even) {
      background-color: #00507d; }
    @media screen and (max-width: 768px) {
      ul.flow-list li {
        padding: 20px 10px; } }

.flow-list-img {
  display: table-cell;
  width: 200px;
  vertical-align: top;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .flow-list-img {
      width: 100px;
      padding: 0 10px 0 0; }
      .flow-list-img img {
        width: 80%;
        height: auto; } }

.flow-list-text {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: left; }
  .flow-list-text h3 {
    color: #a6dbf8;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .flow-list-text h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .flow-list-text p {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .flow-list-text p {
        font-size: 14px;
        font-size: 1.4rem; } }

/*事務所概要
-----------------------------------------------------------*/
table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    table {
      font-size: 14px;
      font-size: 1.4rem; } }
  table th {
    width: 150px;
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #ccc;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      table th {
        width: 70px;
        padding: 10px; } }
  table td {
    width: auto;
    padding: 15px;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 768px) {
      table td {
        padding: 10px; } }

.ggmap {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .ggmap {
      height: 300px; } }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*フッター 
-----------------------------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  margin: 0 auto 0;
  padding: 30px 10px;
  background-color: #103450;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative; }
  .footer .back {
    position: absolute;
    right: 0;
    left: 0;
    top: -64px; }
  .footer .footer-logo {
    margin: 0 0 30px 0; }
  .footer .footer-tel {
    margin: 0 0 15px 0; }
    @media screen and (max-width: 768px) {
      .footer .footer-tel {
        width: 100%;
        height: auto; } }
  .footer p {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto 15px auto;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .footer p {
        font-size: 14px;
        font-size: 1.4rem; } }
    .footer p a {
      color: #fff; }
      .footer p a:hover {
        color: #fffaad; }
    .footer p.copy {
      color: #ccc;
      font-size: 13px;
      font-size: 1.3rem; }
