@charset "UTF-8";
/* Scss Document */
/*色指定*/
/**/
html, body {
  margin: 0;
  padding: 0;
  /*font-family: "sans-serif";*/
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  color: #333; }

img {
  max-width: 100%;
  height: auto; }

header > h1.topicPass, header .headerInnner, footer {
  width: 100%;
  padding-left: calc((100% - 1200px)/2);
  padding-right: calc((100% - 1200px)/2); }

header > h1.topicPass, footer, .headerInnner {
  box-sizing: border-box; }

/**/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px; }

.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

header {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0; }
  header h1.topicPass {
    margin: 0.4em 3em 0 0.4em; }
    header h1.topicPass a {
      text-decoration: none; }
  header div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1080px;
    margin: 0 auto; }
    header div h1 {
      width: 40%;
      max-width: 400px;
      line-height: 1;
      margin: 0; }
      header div h1 p {
        margin: 0;
        padding: 0.1em 0 0 0;
        text-align: center;
        font-weight: normal;
        font-size: 20px;
        line-height: 1;
        color: #9AC993; }
    header div nav {
      width: 60%;
      background-color: #FFF;
      display: flex;
      align-content: flex-end; }
      header div nav a {
        font-size: 18px;
        padding: 10px 2em;
        line-height: 1;
        display: inline-block;
        transition: all 0.3s; }
        header div nav a:link, header div nav a:hover, header div nav a:visited, header div nav a:active {
          text-decoration: none;
          color: #333; }

/*header*/
footer {
  background-color: #9AC993;
  padding-top: 0.6em;
  display: flex; }
  footer p {
    color: #fff; }
  footer nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    footer nav a {
      text-align: center;
      padding: 1em 2em; }
      footer nav a:link, footer nav a:hover, footer nav a:visited, footer nav a:active {
        color: #fff;
        text-decoration: none; }
  footer small {
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    display: inline-block; }

/*footer*/
.contactBnr {
  width: 100%;
  max-width: 1250px;
  margin: 40px auto 60px;
  padding: 0;
  position: relative; }
  .contactBnr a.contact, .contactBnr a.bt-tel {
    position: absolute;
    display: block; }
    .contactBnr a.contact.contact, .contactBnr a.bt-tel.contact {
      top: 47%;
      right: 27%;
      width: 32%;
      height: 25%; }
    .contactBnr a.contact.bt-tel, .contactBnr a.bt-tel.bt-tel {
      top: 44%;
      left: 5%;
      width: 32%;
      height: 25%; }
  .contactBnr p.formto {
    position: absolute;
    bottom: 15%;
    right: 33%;
    margin: 0;
    padding: 0; }
    .contactBnr p.formto a {
      color: #333;
      font-size: 16px; }

/*common*/
.pc-disp {
  display: block; }

.sp-disp, .sp-dispIn {
  display: none; }

.fc-r {
  color: #dd0000; }

.spbtn {
  display: none; }

.tac {
  text-align: center; }

.yebox {
  background-color: #FEF4BC;
  padding: 20px 20px 10px 20px;
  margin: 20px 0px 20px 0px;
  border: 1px solid #005AAB; }

.br-bl-3con {
  border: #005AAC solid 1px;
  padding: 10px 1% 10px 1%;
  height: 300px;
  font-size: 0.8em; }

.fx3con {
  width: 29.5%; }

table.fh-table {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse; }

table.fh-table th {
  background: #f3f3f3;
  width: 33%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px 7px;
  border: 1px solid #ddd; }

table.fh-table td {
  font-size: 15px;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ddd; }

/*アコーディオン用*/
h4.tog-title {
  margin-top: 35px;
  position: relative; }

h4.tog-title:after {
  content: "";
  position: absolute;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  right: 10px;
  height: 10px;
  transform: rotate(45deg); }

h4.tog-ar:after {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg); }

.tog-data {
  display: none; }

section.noslide {
  position: relative;
  overflow: hidden;
  background-image: url("../img/kv01.jpg");
  background-position: center bottom 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #cdcdcd;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;
  height: 400px;
  /* max-width: 2000px;*/
  margin: auto;
  /* サンプルは中央寄せの背景：白 */
  /*  background : $color-Pb;*/
  padding-top: 0;
  text-align: center; }

/*=== 画像の表示エリア ================================= */
section.slide {
  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100%;
  margin: auto;
  /* サンプルは中央寄せの背景：白 */
  background: #fff;
  padding-top: calc(100% * 0.5625); }

/*=== 画像の設定 ======================================= */
section.slide img {
  display: block;
  position: absolute;
  /* 画像のサイズを表示エリアに合せる */
  width: inherit;
  height: inherit;
  opacity: 0;
  animation: slideAnime 12s ease infinite;
  top: 0; }

/*=== スライドのアニメーションを段差で開始する ========= */
section.slide img:nth-of-type(1) {
  animation-delay: 0s; }

section.slide img:nth-of-type(2) {
  animation-delay: 4s; }

section.slide img:nth-of-type(3) {
  animation-delay: 8s; }

/*=== スライドのアニメーション ========================= */
@keyframes slideAnime {
  0% {
    opacity: 0; }
  3% {
    opacity: 1; }
  30% {
    opacity: 1; }
  33% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/*topアニメーション*/
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000; }

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 500px;
  max-width: 80%; }

/**/
section#message {
  width: 100%; }

section#message .secInner,
section#service .secInner,
section#feat .secInner,
#info .secInner,
#info dl {
  width: 1250px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 110px 0; }

section > .secInner:before, section > .secInner:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  width: 100%; }

section > .secInner:before {
  background-image: url("../img/sectionbg_f.png"); }

/*
section > .secInner:after{
	background-image: url("../img/sectionbg_t.png");
}*/
p.hCap {
  font-size: 30px;
  font-weight: bold;
  color: #003715;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-top: 50px;
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1em; }

#info p.hCap {
  padding-top: 10px;
  line-height: 1.6; }

p.hCapBottom {
  font-size: 37px;
  font-weight: normal;
  color: #003E75; }

section h2 {
  font-size: 24px;
  font-weight: normal;
  color: #009B3B;
  text-align: center;
  margin: 10px 0 20px 0;
  line-height: 0.9em; }

section#message .txt .txtInner {
  width: 1250px;
  /*margin: 40px auto 0;*/
  margin: 0 auto 0;
  display: flex;
  justify-content: flex-end; }
  section#message .txt .txtInner > p {
    width: 20%; }
  section#message .txt .txtInner .txtBlock {
    /*width: 80%;*/
    width: 100%;
    padding: 0 35px 68px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    section#message .txt .txtInner .txtBlock p:first-of-type {
      margin-top: 0; }
    section#message .txt .txtInner .txtBlock p:last-of-type {
      margin-bottom: 0;
      text-align: right; }

section#service {
  padding-top: 55px; }
  section#service dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    section#service dl div {
      width: 31%;
      margin: 0 0 20px 3%;
      position: relative;
      font-size: 20px;
      font-weight: bold;
      padding: 0;
      list-style-type: none;
      box-sizing: border-box; }
      section#service dl div:first-of-type, section#service dl div:nth-of-type(4) {
        margin: 0 0 20px 0; }
      section#service dl div dt {
        text-align: center; }
      section#service dl div dd {
        font-size: 14px;
        font-weight: normal;
        padding-top: 9px;
        margin: 0; }

section#info dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 90%;
  margin: 30px auto 0; }
  section#info dl div {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row; }
    section#info dl div dt {
      text-align: left;
      width: 10em;
      border-right: 1px solid #16A900;
      color: #16A900;
      padding: 0.4em 1em 0.4em 0.4em; }
    section#info dl div dd {
      font-size: 16px;
      font-weight: normal;
      padding-top: 9px;
      margin: 0;
      padding: 0.4em 0.4em 0.4em 2em; }

section#feat {
  margin-bottom: 102px; }
  section#feat .secInner dl div {
    margin-bottom: 32px; }
    section#feat .secInner dl div dt {
      font-size: 22px;
      color: #005AAC;
      padding-bottom: 12px;
      margin-bottom: 8px;
      border-bottom: 1px solid #ddd; }
      section#feat .secInner dl div dt:before {
        font-size: 42px;
        padding-right: 7px; }
    section#feat .secInner dl div dd {
      margin: 0 0 0 0; }
    section#feat .secInner dl div:nth-of-type(1) dt:before {
      content: "Ⅰ"; }
    section#feat .secInner dl div:nth-of-type(2) dt:before {
      content: "Ⅱ"; }
    section#feat .secInner dl div:nth-of-type(3) dt:before {
      content: "Ⅲ"; }
    section#feat .secInner dl div:nth-of-type(4) dt:before {
      content: "Ⅳ"; }
    section#feat .secInner dl div:nth-of-type(5) dt:before {
      content: "Ⅴ"; }
    section#feat .secInner dl div:nth-of-type(6) dt:before {
      content: "Ⅵ"; }
    section#feat .secInner dl div:nth-of-type(7) dt:before {
      content: "Ⅶ"; }
  section#feat .secInner dl.about div dd {
    display: flex;
    justify-content: space-between; }
    section#feat .secInner dl.about div dd p {
      width: 60%; }
      section#feat .secInner dl.about div dd p.img {
        width: 32%; }

/**/
h1.page-title-h1 {
  background: #005AAB url("/img/sabimage.jpg") center center no-repeat;
  background-size: cover;
  font-size: 34px;
  color: #fff;
  text-align: center;
  padding: 84px 15%;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: normal; }

/*about*/
section#about {
  width: 1250px;
  margin: 0 auto; }
  section#about .greeting p {
    margin: 0 0 1.5em 0;
    line-height: 2em;
    font-weight: bold; }
    section#about .greeting p.name-comp {
      text-align: right; }
  section#about .ceo {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 2em auto 4em; }
    section#about .ceo dt {
      width: 30%;
      max-width: 400px; }
    section#about .ceo dd {
      width: 60%; }
  section#about .outLine {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section#about .outLine p.img {
      width: 46%; }
    section#about .outLine dl {
      width: 49%; }
      section#about .outLine dl div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        section#about .outLine dl div dt {
          color: #003E75;
          font-size: 32px;
          font-weight: normal;
          padding: 16px 5px 8px 5px;
          margin-top: 30px;
          margin-bottom: 30px;
          border-bottom: 1px solid #333;
          width: 100%; }
        section#about .outLine dl div dd {
          margin: 0 0 1.5em 0;
          line-height: 2em; }
    section#about .outLine h2 {
      width: 100%;
      text-align: left; }
    section#about .outLine dl.office {
      width: 100%; }
      section#about .outLine dl.office div {
        width: 100%; }
        section#about .outLine dl.office div dd {
          width: 100%; }
          section#about .outLine dl.office div dd iframe {
            width: 100%; }
        section#about .outLine dl.office div.yokohama dd:first-of-type, section#about .outLine dl.office div.osaka dd:first-of-type {
          width: 28%;
          max-width: 350px; }
        section#about .outLine dl.office div.yokohama dd:last-of-type, section#about .outLine dl.office div.osaka dd:last-of-type {
          width: calc(100% - 30%); }

/*services*/
#services {
  width: 995px;
  margin: 0 auto; }
  #services p {
    line-height: 1.8; }
  #services h2 {
    color: #003E75;
    font-size: 32px;
    font-weight: normal;
    padding: 16px 5px 8px 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    text-align: left; }
  #services h3 {
    color: #003E75;
    font-size: 28px;
    font-weight: normal;
    padding: 5px 2px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD; }
  #services h4 {
    color: #003E75;
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 15px; }
  #services .ec img {
    max-width: 100%; }
  #services ul {
    font-weight: bold; }
    #services ul.checklist {
      padding: 1em;
      list-style-type: none;
      border: 1px solid #005AAB; }
      #services ul.checklist li {
        position: relative;
        padding: 0em 0.3em 0.5em 2em;
        margin-bottom: 0.5em;
        border-bottom: 1px dotted #ddd; }
        #services ul.checklist li:before, #services ul.checklist li:after {
          position: absolute;
          content: '';
          display: block;
          background: #005AAB;
          top: 0.025em;
          left: 0.78em;
          height: 23px;
          width: 4px;
          border-radius: 10px;
          transform: rotate(38deg); }
        #services ul.checklist li:before {
          top: 0.55em;
          left: 0.1em;
          height: 12px;
          transform: rotate(-35deg); }
        #services ul.checklist li:last-of-type {
          padding-bottom: 0;
          border-bottom: 0 none;
          margin-bottom: 0; }
  #services .clearfix {
    display: flex;
    justify-content: space-between; }
    #services .clearfix .left-con {
      width: 46%;
      margin-top: 20px; }
    #services .clearfix .left-con img {
      margin-bottom: 20px; }
    #services .clearfix .right-con {
      width: 49%; }

/*services*/
#info .mfIn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: calc((100% - 1200px)/2);
  padding-right: calc((100% - 1200px)/2);
  padding-top: 2em;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff; }
  #info .mfIn p {
    margin: 0;
    padding: 0;
    width: 300px; }
  #info .mfIn dl {
    margin: 0 20px 40px; }
    #info .mfIn dl dt, #info .mfIn dl dd {
      padding: 0;
      margin: 0; }
    #info .mfIn dl dt {
      font-size: 20px;
      font-weight: bold;
      border-bottom: 1px dashed #9AC993;
      padding: 10px 4px 4px; }
      #info .mfIn dl dt span {
        color: #9AC993; }
    #info .mfIn dl dd {
      padding: 10px 0 0 1em; }
#info .contact {
  width: 100%;
  padding-left: calc((100% - 750px)/2);
  padding-right: calc((100% - 750px)/2);
  box-sizing: border-box;
  background-color: #fff; }

/*1259px以下*/
/*1259px以下*/
/*959px以下*/
@media screen and (max-width: 959px) {
  section#message .txt .txtInner,
  section#message .secInner,
  section#services,
  #info .secInner {
    width: 100%; } }
/*959px以下*/
/*560px以下*/
@media screen and (max-width: 559px) {
  /*common*/
  .pc-disp {
    display: none; }

  .sp-disp {
    display: block; }

  .sp-dispIn {
    display: inline; }

  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 23vw;
    width: 100%;
    z-index: 100;
    background-color: #fff; }
    header h1.topicPass {
      margin: 0;
      padding: 1vw;
      font-size: 3.4vw;
      width: 60%; }
    header div {
      flex-direction: column;
      align-items: center;
      background-color: #fff; }
      header div nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        flex-wrap: wrap;
        width: 100%; }
        header div nav a {
          box-sizing: border-box;
          font-size: 3.6vw;
          padding: 3vw 1.8vw;
          display: flex;
          justify-content: center;
          background-color: #9AC993;
          border-left: 1px solid #fff;
          width: 24%; }
          header div nav a:nth-of-type(1) {
            display: none; }
          header div nav a:nth-of-type(2), header div nav a:nth-of-type(3), header div nav a:nth-of-type(4) {
            width: 33.3333%;
            border-bottom: 1px solid #fff; }
          header div nav a:nth-of-type(5) {
            width: 40%; }
          header div nav a:nth-of-type(6) {
            width: 60%; }
            header div nav a:nth-of-type(6):active, header div nav a:nth-of-type(6):visited, header div nav a:nth-of-type(6):hover {
              text-decoration: none; }

  section.noslide {
    height: 40vw;
    margin-top: 23vw; }

  footer {
    padding: 2vw 1vw 17vw 1vw; }
    footer nav#fn a {
      padding: 0.4em 0.4em; }
      footer nav#fn a:first-of-type {
        width: 100%;
        padding: 4vw 0;
        font-size: 4vw; }
        footer nav#fn a:first-of-type img {
          width: 4em; }
      footer nav#fn a:nth-of-type(2) {
        padding-left: 0; }
    footer small {
      font-size: 3.4vw;
      padding-top: 4vw; }

  #contactBody .headerInfo a.bt-bd.free {
    display: none !important; }

  section h2, #mailForm h2 {
    font-size: 7vw;
    padding-bottom: 0.8vw;
    padding-right: 0.8vw;
    margin: 1.06vw 1.2vw 1.06vw 0; }

  p.hCap, p.hCapBottom {
    font-size: 4.1vw;
    padding-top: 1.06vw;
    padding-bottom: 1.6vw;
    margin: 2.67vw 1%;
    line-height: 1.4; }

  section#message .secInner, section#service .secInner, section#feat .secInner, #mailForm .secInner, #mailForm dl {
    width: 98%;
    margin: 0 auto; }

  section#service {
    padding: 0.4em; }
    section#service dl div {
      width: 100%;
      margin: 20vw 0 0 0 !important; }

  section#ans, section#message {
    font-size: 3.4vw; }

  section#message .txt .txtInner {
    flex-direction: column;
    align-items: center; }
    section#message .txt .txtInner > p {
      width: 60%; }
    section#message .txt .txtInner .txtBlock {
      width: 90%;
      margin: 0;
      padding: 5.3vw 5%; }

  section#consulting, section#services {
    padding: 1vw;
    box-sizing: border-box; }

  /*#consulting*/
  section#consulting h2, section#services h2,
  section#consulting h3, section#services h3 {
    font-size: 4.3vw;
    padding-top: 1.06vw;
    padding-bottom: 2vw;
    margin: 2.67vw 1%;
    line-height: 1.8; }

  /*services*/
  #services h4.tog-title {
    font-size: 4.3vw; }
  #services .clearfix {
    flex-wrap: wrap; }
    #services .clearfix .left-con {
      width: 100%;
      margin-top: 6vw; }
    #services .clearfix .left-con img {
      margin-bottom: 6vw; }
    #services .clearfix .right-con {
      width: 100%; }
    #services .clearfix .br-bl-3con {
      height: auto; }
      #services .clearfix .br-bl-3con h4 {
        font-size: 4vw; }
    #services .clearfix .fx3con {
      width: 100%;
      margin-bottom: 3vw; }

  /*services*/
  #info dl.info {
    width: 98%; }
    #info dl.info div {
      flex-direction: column; }
      #info dl.info div dt {
        width: 100%;
        padding: 0 0 0.4em 0; }
      #info dl.info div dd {
        width: 100%;
        padding: 0 0 0.8em 0; }
        #info dl.info div dd iframe {
          width: 98%; }

  .pagetop {
    bottom: 1vw;
    right: 2vw;
    margin: 0; }

  .pagetop a {
    font-size: 6vw;
    padding: 1vw 2vw; }

  section.noslide {
    /* padding-top:calc(100% * 1.40625);*/
    margin-bottom: 0; }

  /*
  section.slide {
    padding-top:calc(100% * 1.40625);
    margin-bottom: 8vw;
  }
  */
  .contactBnr {
    padding: 2vw;
    box-sizing: border-box;
    margin: 3vw 0 0 0; }
    .contactBnr a.contact.contact, .contactBnr a.bt-tel.contact {
      top: 54%;
      right: 50%;
      width: 46%;
      height: 21%; }
    .contactBnr a.contact.bt-tel, .contactBnr a.bt-tel.bt-tel {
      top: 30%;
      left: 3%;
      width: 50%;
      height: 21%; }
    .contactBnr p.formto {
      bottom: 5vw;
      right: auto;
      left: 4vw; }
      .contactBnr p.formto a {
        font-size: 3.4vw; } }
/*560px以下*/
