@charset "UTF-8";
/* HTMLタグの再定義
================================================== */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #292929; }

h2 {
  height: 12vw;
  margin: 0 0 50px;
  padding: 0;
  background: #1c459b;
  color: #fff;
  font-size: 5vw;
  line-height: 12vw;
  text-align: center; }

h2 span {
  color: #ff0;
  background: none; }

h3, #contact h2, #list_area h2, #comp h2 {
  margin: 0 0 2.5vw;
  font-size: 4.5vw;
  text-align: center;
  color: #1c459b; }

h3 span, #contact h2 span, #list_area h2 span, #comp h2 span {
  background: none;
  display: inline;
  color: #1c459b; }

img {
  max-width: 100%; }

p {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

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

a.btn {
  position: relative;
  display: block;
  cursor: pointer;
  width: 50vw;
  height: 10vw;
  margin: 0 auto;
  background: #f29620;
  background: -webkit-linear-gradient(#f29620 0%, #f28b06 50%, #faae4b 51%, #f28b06 100%);
  background: -o-linear-gradient(#f29620 0%, #f28b06 50%, #faae4b 51%, #f28b06 100%);
  background: linear-gradient(#f29620 0%, #f28b06 50%, #faae4b 51%, #f28b06 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29620', endColorstr='#f28b06', GradientType=0 );
  border: 2px solid #995906;
  border-radius: 6px;
  font-size: 2.5vw;
  line-height: 10vw;
  text-align: center;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  z-index: 1; }

a.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: -1; }

a.btn.hover {
  color: #f60; }

a.btn.hover:after {
  height: 350%;
  opacity: 1; }

span {
  background: #ff0; }

@media (min-width: 1200px) {
  h2 {
    height: 160px;
    font-size: 60px;
    line-height: 160px; }

  h3, #contact h2, #list_area h2, #comp h2 {
    font-size: 48px; }

  a.btn {
    width: 532px;
    height: 120px;
    font-size: 36px;
    line-height: 120px; } }
/* ヘッダー
================================================== */
#index_header {
  background: url(../img/mv.jpg?20181217) no-repeat center center;
  background-size: cover;
  height: 60vw;
  position: relative; }

#subscription {
  height: 50vw;
  margin-left: 4.4vw;
  margin-right: 4.4vw;
  padding-top: 1.85vw; }
  @media (min-width: 1200px) {
    #subscription {
      height: 678px; } }

#logo img {
  max-width: 192px;
  max-height: 61px;
  width: 16vw;
  height: 5vw;
  margin: 0 0 6.65vw; }

#subscription h1 {
  margin: 0 0 3vw;
  width: 55.55vw; }

#subscription #list {
  margin: 0 0 2vw; }

#subscription a.btn {
  width: 44.4vw;
  margin-left: 5.2vw; }
  @media (min-width: 1200px) {
    #subscription a.btn {
      margin-left: 0; } }

#baloon {
  position: absolute;
  top: 0.4vw;
  right: 0;
  width: 21vw;
  height: 21vw;
  text-align: right; }

/* 労働関係5大トラブル
================================================== */
#roudou_text {
  display: table-cell;
  vertical-align: middle;
  height: 30vw;
  padding: 0 60px 50px 50%;
  font-size: 2.5vw;
  line-height: 6vw;
  font-weight: bold;
  background: url(../img/img01.jpg) no-repeat left bottom;
  background-size: contain; }

#trouble {
  background: #ededed;
  padding: 60px 2.5vw; }

#trouble h3 {
  background: url(../img/tit_icon01.png) no-repeat top center;
  padding-top: 82px; }

#trouble li dl {
  background: #fff;
  overflow: hidden;
  margin: 0 0 2.5vw;
  padding: 2.5vw; }

#trouble li dt {
  position: relative;
  width: 47vw;
  margin-bottom: 2vw;
  padding-left: 4.16666vw;
  font-size: 2.3vw;
  font-weight: bold; }

#trouble li dt:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.58333vw;
  width: 3.16666vw;
  height: 3.16666vw;
  background: #1c459b;
  border-radius: 1.58333vw;
  line-height: 3.16666vw;
  text-align: center;
  color: #fff; }

#trouble li:nth-child(odd) dt {
  float: right;
  text-align: left; }

#trouble li:nth-child(even) dt {
  float: left;
  text-align: left; }

#trouble li:nth-child(1) dt:before {
  content: "1"; }

#trouble li:nth-child(2) dt:before {
  content: "2"; }

#trouble li:nth-child(3) dt:before {
  content: "3"; }

#trouble li:nth-child(4) dt:before {
  content: "4"; }

#trouble li:nth-child(5) dt:before {
  content: "5"; }

#trouble li dd {
  margin: 0;
  padding: 0; }

#trouble li dd.img {
  width: 34.08333vw;
  padding: 0; }

#trouble li:nth-child(odd) dd.img {
  float: left;
  margin: 0 2.5vw 0 0; }

#trouble li:nth-child(even) dd.img {
  float: right;
  margin: 0 0 0 2.5vw; }

#trouble li dd.text {
  width: 51vw;
  font-size: 1.92vw;
  line-height: 4vw; }

#trouble li:nth-child(odd) dd.text {
  float: right; }

#trouble li:nth-child(even) dd.text {
  float: left; }

#trouble_btnarea {
  height: 41vw;
  background: url(../img/btnarea_bg01.jpg) no-repeat center;
  background-size: cover;
  text-align: center; }

#trouble_btnarea p {
  height: 16.5vw;
  padding-top: 9vw;
  font-size: 2.5vw;
  line-height: 6vw; }

#trouble_btnarea p span {
  font-size: 3.7vw;
  font-weight: bold; }

#trouble_btnarea a.btn {
  margin-bottom: 6vw; }

@media (min-width: 1200px) {
  #roudou_text {
    font-size: 36px;
    line-height: 72px; }

  #trouble li dt {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 4vw; }

  #trouble li dt:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: #1c459b;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff; }

  #trouble li dd.text {
    font-size: 28px;
    height: 48px; }

  #trouble li dd.img img {
    width: 100%; }

  #trouble_btnarea p {
    font-size: 36px;
    line-height: 60px; }

  #trouble_btnarea p span {
    font-size: 48px; } }
.text_style_01 p {
  font-size: 2.5vw;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 37vw;
  padding-left: 60px; }
  @media (min-width: 1200px) {
    .text_style_01 p {
      font-size: 36px;
      line-height: 48px; } }

#yugu h2,
#shien h2 {
  margin-bottom: 0; }
#yugu .text_style_01,
#shien .text_style_01 {
  padding-top: 50px;
  padding-bottom: 70px; }
  #yugu .text_style_01 p,
  #shien .text_style_01 p {
    margin-bottom: 1.5em; }

#yugu .text_style_01 {
  background: url(../img/yugu_img_01.jpg) no-repeat right center;
  background-size: auto 100%; }

#shien .text_style_01 {
  background: url(../img/shien_img_01.jpg) no-repeat;
  background-size: 34.5% auto;
  background-position: right 14.89362%; }

/*助成金
================================================== */
#joseikin_text {
  height: 41.5vw;
  padding-right: 37vw;
  padding-left: 60px;
  font-size: 2.5vw;
  line-height: 4vw;
  font-weight: bold;
  background: url(../img/img02.jpg) no-repeat right bottom;
  background-size: 29.5vw; }

#joseikin_text li {
  position: relative;
  padding-left: 4.16666vw;
  margin-bottom: 1.5vw; }

#joseikin_text li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.16666vw;
  height: 3.16666vw;
  background: #1c459b;
  border-radius: 1.58333vw;
  line-height: 3.16666vw;
  text-align: center;
  color: #fff; }

#joseikin_text li:nth-child(1):before {
  content: "1"; }

#joseikin_text li:nth-child(2):before {
  content: "2"; }

#joseikin_text li:nth-child(3):before {
  content: "3"; }

#joseikin_text li:nth-child(4):before {
  content: "4"; }

#joseikin_list {
  background: #ededed;
  padding: 60px 2.5vw; }

#joseikin_list h3 {
  background: url(../img/tit_icon02.png) no-repeat top center;
  padding-top: 120px; }

#joseikin_list table {
  width: 74.2vw;
  margin: 0 auto;
  background: #fff; }

#joseikin_list th, #joseikin_list td {
  padding: 10px;
  border-bottom: 2px solid #ccc; }

#joseikin_list td:first-child, #joseikin_list th:first-child {
  border-right: 2px solid #ccc; }

#joseikin_list td:last-child {
  background: #ff0;
  text-align: center; }

#joseikin_list #total {
  width: 74.2vw;
  margin: 0 auto 10px;
  padding: 2.5vw 0;
  background: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center; }

#joseikin_list aside {
  width: 74.2vw;
  margin: 0 auto;
  font-size: 12px; }

#joseikin_btnarea {
  height: 41vw;
  background: url(../img/btnarea_bg02.jpg) no-repeat center;
  background-size: cover;
  text-align: center; }

#joseikin_btnarea p {
  height: 16.5vw;
  padding-top: 9vw;
  font-size: 2.5vw;
  line-height: 6vw; }

#joseikin_btnarea p span {
  font-size: 3.7vw;
  font-weight: bold; }

#joseikin_btnarea a.btn {
  margin-bottom: 6vw; }

@media (min-width: 1200px) {
  #joseikin_text {
    font-size: 36px;
    line-height: 48px; }

  #joseikin_text li {
    padding-left: 50px; }

  #joseikin_text li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #1c459b;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff; }

  #joseikin_list table, #joseikin_list #total, #joseikin_list aside {
    width: 950px; }

  #joseikin_btnarea p {
    font-size: 36px;
    line-height: 60px; }

  #joseikin_btnarea p span {
    font-size: 48px; } }
/* お問い合わせ
================================================== */
#contact {
  width: 76.5vw;
  margin: 0 auto;
  padding: 60px 2.5vw 100px; }

#contact h2 {
  background: url(../img/tit_icon03.png) no-repeat top center;
  background-color: none;
  padding-top: 85px;
  height: auto;
  line-height: normal; }

#contact dl {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: space-between;
  margin: 0 auto 6vw; }

#contact dt {
  align-self: stretch;
  width: 28%;
  font-size: 100%;
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #ccc; }

#contact dd {
  align-self: stretch;
  width: 63%;
  padding: 10px 40px 8px 0;
  border-bottom: 1px solid #ccc;
  margin: 0; }

#contact dt span {
  background: none;
  font-size: 70%;
  color: #c00; }

#contact dd span {
  background: none;
  font-size: 125%;
  line-height: 2.4;
  color: #c00; }

#contact input, #contact textarea {
  width: 100%; }

#contact textarea {
  height: 210px; }

@media (min-width: 1200px) {
  #contact {
    width: 950px; } }
/* footer
================================================== */
footer {
  padding: 48px 0 0;
  background: #1c459b;
  color: #fff; }

#ft_info {
  overflow: hidden;
  max-width: 1000px;
  width: 86vw;
  margin: 0 auto 60px; }

#ft_info dl {
  float: left;
  width: 42vw;
  margin: 0; }

#ft_info dt {
  margin-bottom: 13px; }

#ft_info dd {
  margin: 0 0 7px 0;
  font-size: 1.5vw;
  line-height: 2.3vw; }

#ft_url a {
  display: block;
  width: 9.5vw;
  height: 34px;
  padding-left: 40px;
  background: url(../img/footer_url_icon.png) no-repeat 3px 3px #3e61aa;
  font-size: 1.2vw;
  line-height: 34px !important;
  color: #fff;
  text-decoration: none; }

#ft_url a:hover {
  text-decoration: underline; }

#ft_tel {
  float: right;
  width: 35.66666vw;
  padding-top: 14px; }

#copy {
  height: 30px;
  background: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #1c459b; }

@media (min-width: 1200px) {
  #ft_info dl {
    width: 572px; }

  #ft_info dd {
    font-size: 18px;
    line-height: 28px; }

  #ft_url a {
    width: 110px;
    font-size: 14px;
    line-height: 28px; }

  #ft_tel {
    width: 428px; } }
/* pagetop
================================================== */
.pagetop {
  position: fixed;
  bottom: 2.5vw;
  right: 20px;
  z-index: 100;
  width: 71px;
  height: 71px; }

/* お問い合わせ確認・完了
================================================== */
#mail_chk {
  padding-left: 20px; }

#chk_list {
  background: #ededed;
  padding: 60px 2.5vw; }

#list_area, #comp {
  background: #fff;
  width: 76.5vw;
  margin: 0 auto;
  padding: 60px 2.5vw 100px; }

#list_area h2, #comp h2 {
  background: url(../img/tit_icon03.png) no-repeat top center;
  background-color: none;
  padding-top: 85px;
  height: auto;
  line-height: normal; }

#list_area dl {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: space-between;
  margin: 0 auto 6vw; }

#list_area dt {
  align-self: stretch;
  width: 28%;
  font-size: 100%;
  line-height: 3em;
  margin: 0;
  padding: 25px 0 0;
  border-bottom: 1px solid #ccc; }

#list_area dd {
  align-self: stretch;
  width: 72%;
  padding: 25px 0 8px;
  border-bottom: 1px solid #ccc;
  margin: 0;
  line-height: 3em; }

#list_area dt span {
  background: none;
  font-size: 70%;
  color: #c00; }

#list_area dd span {
  background: none;
  font-size: 125%;
  line-height: 2.4;
  color: #c00; }

.btnbox {
  max-width: 950px;
  text-align: center; }

#list_area div.answer a.btn {
  display: inline-block;
  width: 44%;
  margin: 0 2%; }

#list_area div.answer a.btn.topback {
  margin-bottom: 5%; }

#list_area form div.answer a.btn:hover:after {
  height: 250%;
  opacity: 1; }

#list_area form div.answer a.btn:active:after {
  height: 350%;
  opacity: 1; }

#comp p {
  text-align: center;
  margin-bottom: 60px; }

@media (min-width: 1200px) {
  #list_area, #comp {
    width: 950px; } }
