@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
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; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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; }

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

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 140%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

.txt-min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  /* IE9だけ1.02 */
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01); }

.txt-pf {
  font-family: 'Playfair Display', serif; }

.txt-pt {
  font-family: 'PT Sans', sans-serif; }

/* link
   ========================================================================== */
a {
  color: #0f93a5;
  text-decoration: none; }

a:visited {
  color: #0f93a5;
  text-decoration: none; }

a:hover {
  color: #0f93a5;
  text-decoration: none; }

/* fontsize
   ========================================================================== */
.text10 {
  font-size: 76.9230769231%; }

.text11 {
  font-size: 84.6153846154%; }

.text12 {
  font-size: 92.3076923077%; }

.text13 {
  font-size: 100%; }

.text14 {
  font-size: 107.692307692%; }

.text15 {
  font-size: 115.384615385%; }

.text16 {
  font-size: 123.076923077%; }

.text17 {
  font-size: 130.769230769%; }

.text18 {
  font-size: 138.461538462%; }

.text19 {
  font-size: 146.153846154%; }

.text20 {
  font-size: 153.846153846%; }

.text21 {
  font-size: 161.538461538%; }

.text22 {
  font-size: 169.230769231%; }

.text23 {
  font-size: 176.923076923%; }

.text24 {
  font-size: 184.615384615%; }

.text25 {
  font-size: 192.307692308%; }

.text26 {
  font-size: 200%; }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-botttom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle; }

label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* display
   ========================================================================== */
.block {
  display: block; }

/* sp
   ========================================================================== */
.sp-item {
  display: none; }

.wauto {
  max-width: 1280px;
  margin: 0 auto; }

.w95 {
  width: 95%;
  margin: 0 auto; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 767px) {
  /* sp
	========================================================================== */
  .sp-item {
    display: block; }
  .pc-item {
    display: none; }
  img {
    width: 100%;
    height: auto; }
  .wauto {
    max-width: 90%; } }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
html, body {
  height: 100%; }

#wrapper {
  position: relative;
  right: 0;
  min-width: 980px;
  margin: 0 auto;
  height: auto !important;
  /* IE6対策 */
  height: 100%;
  /* IE6対策 */
  min-height: 100%;
  overflow-x: hidden; }

/* ボタン・アイコン
	 ========================================================================== */
.btn-arrow-point:after {
  position: relative;
  margin-left: 5px; }

.icon-arrow01 span:after {
  position: relative;
  margin-left: 5px; }

.icon-arrow01 a:hover {
  opacity: 0.7; }

.icon-arrow02 {
  margin-bottom: 18px;
  color: #0f93a5; }
  .icon-arrow02 a span {
    font-size: 107.692307692%; }
  .icon-arrow02 a:hover {
    opacity: 0.7; }
  .icon-arrow02 ul {
    margin-top: 20px;
    margin-left: 20px; }
    .icon-arrow02 ul.consultant-list {
      margin-left: 0; }
  .icon-arrow02 ul:first-child {
    margin-top: 10px; }
  .icon-arrow02 span:before {
    position: relative;
    font-size: 76.9230769231%;
    vertical-align: baseline;
    margin-right: 5px;
    color: #51bac9; }

.icon-arrow03 {
  margin-bottom: 9px;
  color: #363636;
  text-indent: -1.2em;
  padding-left: 1.2em; }
  .icon-arrow03 a span {
    font-size: 100%;
    color: #363636; }
    .icon-arrow03 a span span {
      font-size: 76.9230769231%;
      vertical-align: middle; }
    .icon-arrow03 a span span:before {
      display: none; }
  .icon-arrow03 a:hover {
    opacity: 0.7;
    color: #363636; }
  .icon-arrow03 span:before {
    position: relative;
    vertical-align: middle;
    color: #363636; }

.icon-icon01 {
  margin-bottom: 4px;
  font-size: 107.692307692%;
  font-weight: bold;
  color: #363636; }

.icon-icon01:before {
  position: relative;
  margin-right: 3px;
  color: #51bac9;
  font-size: 61.5384615385%; }

/* HEADER メニュー
	 ========================================================================== */
#icon-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1100;
  background-color: #0abfd8;
  padding: 25px 20px; }
  #icon-menu span {
    width: 30px;
    height: 20px;
    display: block;
    background: url(/common/img/icon_menu.png) no-repeat center left;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

#nav-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
  background: url(/common/img/bg_menu.png) repeat;
  width: 400px; }
  #nav-wrap #nav {
    margin-top: 100px; }
    #nav-wrap #nav ul {
      width: 270px;
      margin: 0 auto 15px; }
      #nav-wrap #nav ul li.cate {
        border-bottom: 1px dotted #bebebe;
        margin-top: 20px;
        padding-bottom: 20px; }
        #nav-wrap #nav ul li.cate a span.txt-pf {
          font-size: 130.769230769%;
          color: #363636;
          line-height: 1.2; }
        #nav-wrap #nav ul li.cate a span.txt-min {
          display: block;
          font-size: 100%;
          line-height: 1.1;
          color: #9b9b9b; }
        #nav-wrap #nav ul li.cate ul {
          padding-left: 15px; }
        #nav-wrap #nav ul li.cate ul.first-child {
          margin-top: 20px; }
    #nav-wrap #nav .btn-contact {
      margin-top: 20px;
      padding-bottom: 40px; }

@media screen and (min-width: 768px) {
  #wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2; }
  #nav-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    z-index: 3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  #nav {
    height: 1100px;
    position: relative; }
  #icon-menu {
    padding: 0;
    position: fixed;
    z-index: 4 !important;
    top: 0; }
    #icon-menu a {
      display: block;
      padding: 25px 20px; }
  .nav-open #overlay {
    visibility: visible;
    background: rgba(0, 0, 0, 0.5); }
  .nav-open #nav-wrap {
    right: -20px; } }

@media screen and (max-width: 767px) {
  #nav-wrap {
    display: none;
    height: auto; }
  #nav {
    margin-bottom: 100px; }
  #nav-service a, #nav-consultant a {
    display: block;
    padding-right: 20px; }
  #nav-service a.icon-plus, #nav-consultant a.icon-plus {
    background: url(/common/img/icon_plus.png) no-repeat center right 10px;
    background-size: 15px 15px; }
  #nav-service a.icon-minus, #nav-consultant a.icon-minus {
    background: url(/common/img/icon_minus.png) no-repeat center right 10px;
    background-size: 15px 15px; }
  .cate a.icon-arrow {
    display: block;
    background: url(/common/img/icon_arrow.png) no-repeat center right 10px;
    background-size: 6px 12px; }
  #icon-menu {
    padding: 0 !important; }
    #icon-menu a {
      display: block;
      padding: 18px 16px; } }

/* HEADER TOP以外
	 ========================================================================== */
#header {
  background-color: #FFF; }
  #header .logo {
    text-align: center;
    padding: 16px 0; }

/* FOOTER
	 ========================================================================== */
.icon-arrow04 {
  margin-top: 100px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  text-align: center; }
  .icon-arrow04 a {
    color: #363636; }
    .icon-arrow04 a span {
      padding-top: 15px;
      padding-bottom: 15px;
      display: block;
      font-size: 92.3076923077%;
      font-weight: 700; }
    .icon-arrow04 a span:before {
      position: relative; }

#footer #footer-in {
  margin-bottom: 20px;
  padding: 70px 0 50px; }
  #footer #footer-in #footer01 {
    width: 25%;
    margin-right: 4%;
    float: left; }
    #footer #footer-in #footer01 ul {
      margin-bottom: 30px; }
      #footer #footer-in #footer01 ul .icon-arrow02 {
        margin-bottom: 18px; }
  #footer #footer-in #footer02 {
    width: 36%;
    float: left;
    padding-right: 4%;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box; }
    #footer #footer-in #footer02 ul .icon-arrow02 ul {
      margin-left: 0; }
  #footer #footer-in #footer03 {
    width: 31%;
    float: right; }
    #footer #footer-in #footer03 #contact-wrap {
      width: 240px;
      margin: 0 auto; }
      #footer #footer-in #footer03 #contact-wrap .img {
        margin-bottom: 15px;
        text-align: center; }
      #footer #footer-in #footer03 #contact-wrap .txt {
        margin-bottom: 6px;
        font-size: 123.076923077%;
        color: #0f93a5; }
      #footer #footer-in #footer03 #contact-wrap ul {
        margin-top: 10px; }
        #footer #footer-in #footer03 #contact-wrap ul li {
          margin-bottom: 13px;
          width: 100%; }
          #footer #footer-in #footer03 #contact-wrap ul li img {
            width: 100%;
            height: auto; }
      #footer #footer-in #footer03 #contact-wrap .icon-arrow01 {
        background-color: #51bac9;
        display: inline-block;
        width: 100%;
        margin: 15px auto 0;
        text-align: center;
        color: #fff; }
        #footer #footer-in #footer03 #contact-wrap .icon-arrow01 a span {
          padding: 10px 0;
          display: block;
          font-size: 115.384615385%;
          color: #fff; }
  #footer #footer-in p#add {
    margin-top: 15px; }
    #footer #footer-in p#add span {
      display: block; }

#footer #utility {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #d8d8d8; }
  #footer #utility #utility-in {
    width: 980px;
    margin: 0 auto; }
    #footer #utility #utility-in ul {
      float: left; }
      #footer #utility #utility-in ul li {
        font-size: 84.6153846154%;
        display: inline-block;
        border-right: 1px solid #d8d8d8;
        padding-right: 10px;
        margin-right: 10px; }
        #footer #utility #utility-in ul li a {
          color: #363636;
          font-weight: bold; }
      #footer #utility #utility-in ul li:last-child {
        border-right: none; }

#footer .copy {
  float: right;
  font-size: 76.9230769231%; }
  #footer .copy span {
    text-align: right;
    display: block; }

/* レイアウト
	 ========================================================================== */
.contents {
  width: 980px;
  margin: 0 auto; }

.ttl01 {
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: lighter;
  font-size: 323.076923077%;
  text-align: center;
  color: #363636;
  letter-spacing: 5px; }
  .ttl01 span {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
    font-size: 35%;
    color: #9b9b9b;
    display: block;
    margin-bottom: 15px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1.01);
    -moz-transform-origin: 0 0;
    -moz-transform: scale(1, 1.01);
    -ms-transform-origin: 0 0;
    -ms-transform: scale(1, 1.02);
    /* IE9だけ1.02 */
    -o-transform-origin: 0 0;
    -o-transform: scale(1, 1.01); }
  .ttl01 .line-ttl01 {
    width: 80px;
    height: 1px;
    margin: 0 auto;
    background: #bebebe; }

.ttl02 {
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: lighter;
  font-size: 230.769230769%;
  text-align: center;
  color: #363636;
  letter-spacing: 5px;
  line-height: 1.3; }
  .ttl02 span {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
    font-size: 42%;
    color: #9b9b9b;
    display: block;
    margin-bottom: 15px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1.01);
    -moz-transform-origin: 0 0;
    -moz-transform: scale(1, 1.01);
    -ms-transform-origin: 0 0;
    -ms-transform: scale(1, 1.02);
    /* IE9だけ1.02 */
    -o-transform-origin: 0 0;
    -o-transform: scale(1, 1.01); }

@media screen and (max-width: 767px) {
  /* アイコン・ボタン
	 ========================================================================== */
  .icon-icon01 {
    margin-bottom: 20px;
    font-size: 115.384615385%; }
  .icon-arrow03 {
    margin-bottom: 30px; }
    .icon-arrow03 a span {
      font-size: 115.384615385%; }
      .icon-arrow03 a span span {
        font-size: 76.9230769231%; }
  /* HEADER
	 ========================================================================== */
  #icon-menu {
    padding: 18px 16px; }
    #icon-menu span {
      width: 24px;
      height: 16px; }
  #nav-wrap {
    width: 100%; }
    #nav-wrap #nav {
      margin-top: 80px; }
      #nav-wrap #nav ul {
        width: 90%;
        margin: 0 auto 15px; }
        #nav-wrap #nav ul li.cate a span.txt-pf {
          font-size: 184.615384615%; }
        #nav-wrap #nav ul li.cate a span.txt-min {
          font-size: 84.6153846154%; }
        #nav-wrap #nav ul li.cate ul {
          width: 100%; }
  /* HEADER TOP以外
	 ========================================================================== */
  #header {
    background-color: #FFF; }
    #header .logo {
      margin: 0 auto;
      text-align: center;
      padding: 15px 0; }
      #header .logo a {
        display: block;
        width: auto;
        height: 26px; }
        #header .logo a img {
          width: auto;
          height: 100%;
          vertical-align: top; }
  /* FOOTER
	 ========================================================================== */
  .icon-arrow04 {
    margin-top: 30px; }
  #footer #footer-in {
    margin-bottom: 0;
    padding: 15px 0 20px; }
    #footer #footer-in #footer01 {
      width: 100%;
      margin-right: 0;
      float: none; }
      #footer #footer-in #footer01 ul {
        display: none; }
    #footer #footer-in #footer02 {
      display: none; }
    #footer #footer-in #footer03 {
      width: 100%;
      padding-right: 0;
      border-right: none;
      float: none; }
      #footer #footer-in #footer03 h2 {
        display: none; }
      #footer #footer-in #footer03 #contact-wrap {
        width: 100%; }
        #footer #footer-in #footer03 #contact-wrap .img {
          display: none; }
        #footer #footer-in #footer03 #contact-wrap .txt {
          display: none; }
        #footer #footer-in #footer03 #contact-wrap p {
          display: none; }
        #footer #footer-in #footer03 #contact-wrap ul {
          margin-top: 10px; }
          #footer #footer-in #footer03 #contact-wrap ul li {
            margin-bottom: 0;
            width: 48%; }
          #footer #footer-in #footer03 #contact-wrap ul li#img-tel {
            float: left; }
          #footer #footer-in #footer03 #contact-wrap ul li#img-fax {
            float: right; }
        #footer #footer-in #footer03 #contact-wrap .icon-arrow01 {
          display: none; }
    #footer #footer-in #footer-logo {
      width: 20%;
      display: inline-block;
      vertical-align: top; }
    #footer #footer-in p#add {
      margin-top: 0;
      width: 76%;
      display: inline-block;
      vertical-align: top;
      font-size: 92.3076923077%; }
      #footer #footer-in p#add span {
        display: inline-block;
        margin-right: 5px; }
  #footer #utility {
    padding-top: 10px;
    padding-bottom: 10px; }
    #footer #utility #utility-in {
      width: 100%; }
      #footer #utility #utility-in ul {
        margin-bottom: 7px;
        float: none;
        text-align: center; }
        #footer #utility #utility-in ul li {
          font-size: 84.6153846154%;
          display: inline-block; }
  #footer .copy {
    float: none; }
    #footer .copy span {
      text-align: center; }
  /* レイアウト
	========================================================================== */
  #wrapper {
    min-width: inherit; }
  .contents {
    width: 90%;
    margin: 0 auto; }
  .ttl01 {
    margin-bottom: 20px;
    font-size: 207.692307692%;
    letter-spacing: 2px;
    line-height: 1.3; }
    .ttl01 span {
      margin-bottom: 10px; }
    .ttl01 .line-ttl01 {
      width: 40px; } }
