@charset "utf-8";

/* 共通 */
section[id^="area"] {
  padding: 80px 0;
}
section[id^="area"] h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}
section[id^="area"] .btn01 a {
  min-width: 415px;
}
/* メインビジュアル */
#areaMain {
  background: #031538 url("../images/area/areaMain_bg.jpg") no-repeat center top -50px / cover;
  background-size: 100% auto;
	position: relative;
	height:95vh;
  min-height: 660px;
  max-height: 900px;
}
#areaMain .copy {
  width: 960px;
	position: absolute;
  text-align: center;
  margin-left: auto;
  bottom: 0;
  right: 30px;
}
#areaMain .copy h2 {
  color: #fff;
  font-weight: bold;
  text-align: left;
  margin: 0 60px;
}
#areaMain .copy h2 span {
  background: #00214b;
  display: inline-block;
/*  padding: 0 125px;*/
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
#areaMain .copy h2 span:nth-of-type(2) {
  padding: 0 25px;
  margin: 5px 0 0 100px;
}
#areaMain .copy h2 span::before, #areaMain .copy h2 span:after {
  width: 60px;
  content: '';
  background: #00214b;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  z-index: -1;
  -webkit-transform: skewX(-45deg) !important;
  transform: skewX(-45deg) !important;
}
#areaMain .copy h2 span:after {
  left: auto;
  right: -30px;
}
#areaMain .copy .sub {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
#areaMain .copy .sub > span {
  display: inline-block;
  padding: 0 145px;
  text-shadow: 0 0 20px #00214b;
  position: relative;
}
#areaMain .copy .sub > span::before, #areaMain .copy .sub > span::after {
  width: 115px;
  height: 1px;
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#areaMain .copy .sub > span::after {
  left: auto;
  right: 0;
}
#areaMain .copy .sub .tax {
  font-size: 16px;
}
#areaMain .point {
  width: 725px;
  margin: 0 auto;
}
#areaMain .point li {
  height: 170px;
  background: rgba(204,154,86,0.9);
  color: #fff;
  flex: 0 0 170px;
  position: relative;
  z-index: 1;
}
#areaMain .point li::before {
  content: '';
  border: #fff 1px solid;
  margin: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
/* お問い合わせ */
#areaContact {
  background: url("../images/area/areaContact_bg.jpg") no-repeat center / cover;
}
#areaContact h2 {
  color: #fff;
  margin-bottom: 40px;
}
#areaContact h2 span {
  border-bottom: #fff 1px solid;
}
#areaContact .phone dl {
  flex-grow: 1;
}
#areaContact .phone dl dt {
  background: #000;
  color: #fff;
  flex: 0 0 140px;
  text-align: center;
}
#areaContact .phone dl dd {
  background: #fff;
  color: #222;
  flex-grow: 1;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}
#areaContact .phone dl dd::before {
  content: '';
  margin: 5px;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#areaContact .phone .tel {
  background: url("../images/common/icon_phone.png") no-repeat left center / 20px auto;
  color: #222;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding-left: 25px;
  margin-right: 15px;
}
#areaContact .mail a {
  background: #cc9a56;
  color: #fff;
  font-size: 22px;
  flex-grow: 1;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}
#areaContact .mail a:hover {
  background: #d7af7a;
}
#areaContact .mail a::before {
  content: '';
  margin: 5px;
  border: #fff 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#areaContact .mail a::after {
  width: 60px;
  height: 8px;
  content: '';
  background: url("../images/common/arrow_white.png") no-repeat center / cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  transition: 0.3s;
}
#areaContact .mail a:hover::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
#areaContact .mail .fMincho {
  background: url("../images/common/icon_mail.png") no-repeat left center / 25px auto;
  display: inline-block;
  padding-left: 35px;
  margin-right: 15px;
  position: relative;
}
/* 新着＆目次 */
#areaNewsToc {
  padding: 0;
}
#areaNews, #areaToc {
  padding: 80px 5vw;
}
#areaNews .title {
  position: relative;
}
#areaNews .more {
  position: absolute;
  top: 12px;
  right: 0;
}
#areaNews .more a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 40px;
  border: #222 1px solid;
}
#areaNews .more a:hover {
  opacity: 0.7;
}
#areaNews .more a span {
  background: url("../images/area/icon_list.png") no-repeat left center / 13px auto;
  display: inline-block;
  padding-left: 18px;
}
#areaNews ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #ccc 1px solid;
}
#areaNews ul li:last-child {
  margin-bottom: 0;
}
#areaNews ul li a {
  display: block;
  position: relative;
}
#areaNews ul li a:hover {
  opacity: 0.7;
}
#areaNews dl dt {
  padding-left: 10px;
  border-left: #cc9a56 3px solid;
}
#areaNews dl dd {
  padding-right: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#areaNews dl dd::after {
  width: 60px;
  height: 8px;
  content: '';
  background: url("../images/common/arrow_gold.png") no-repeat center / cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: 0.3s;
}
#areaNews a:hover dl dd::after {
  right: 10px;
}
#areaToc {
  background: #00214b;
  color: #fff;
}
#areaToc .tocList {
  counter-reset: toc_cnt;
}
#areaToc .tocList li {
  line-height: 1.5;
  padding-left: 80px;
  margin-bottom: 10px;
  position: relative;
}
#areaToc .tocList li:last-child {
  margin-bottom: 0;
}
#areaToc .tocList li::before {
  counter-increment: toc_cnt;
  content: counter(toc_cnt);
  background: #cc9a56;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#areaToc .tocList li:nth-of-type(-n+9)::before {
  content: '0' counter(toc_cnt);
}
#areaToc .tocList a {
  color: #fff;
}
#areaToc .tocList a:hover {
  opacity: 0.7;
}
/* 解決事例 */
#areaCase {
  background: #f4f4f4;
}
#areaCase .caseList {
  background: #fff url(../images/common/bg_grid_small.png) left top / 30px auto;
  padding: 20px 40px;
}
#areaCase .caseList .caseBox .cat a:hover,
#areaCase .caseList .caseBox h3 a:hover {
  opacity: 0.7 !important;
}
/* 顧問契約 */
#areaContract {
  position: relative;
  z-index: 1;
}
#areaContract .sub {
  font-size: 20px;
}
#areaContract .txtWrap {
  padding: 5vw;
}
#areaContract figure {
  position: relative;
}
#areaContract figure img {
  width: auto;
  max-width: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
/* Webでの相談もご対応 */
#areaOnline {
    padding: 0 0 80px;
   position: relative;
  z-index: 1;
}
#areaOnline .check {
    width: 1200px;
    padding-left: 370px;
    margin: 0 auto 20px;
}
#areaOnline .check span {
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    background: #b51616;
    position: relative;
}
#areaOnline .check span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #b51616;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0)!important;
}
#areaOnline h2 {
    width: 1200px;
    margin: 0 auto 60px;
    position: relative;
}
#areaOnline h2::before {
    content: "";
    width: 350px;
    height: 1px;
    background: #222;
    position: absolute;
    top: 50%;
    left: 0;
}
#areaOnline h2::after {
    content: "";
    width: 350px;
    height: 1px;
    background: #222;
    position: absolute;
    top: 50%;
    right: 0;
}
#areaOnline .txtWrap {
  padding: 5vw;
}
#areaOnline .txtWrap .fcRed {
    display: block;
}
#areaOnline .tool {
    border: 1px solid #cc9a57;
    position: relative;
}
#areaOnline .tool dt {
    position: absolute;
    top: 0;
    left: 0;
}
#areaOnline .tool dt span {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: #cc9a57;
}
#areaOnline .tool dd {
    padding: 20px 0 20px 150px;
}
/* メリット */
#areaMerit {
  background: url("../images/top/topMerit_bg.jpg") no-repeat center / cover;
  padding: 230px 0;
  margin: -150px 0;
  position: relative;
}
#areaMerit::before, #areaMerit::after {
  width: 100%;
  height: 300px;
  content: '';
  background: #fff;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}
#areaMerit::after {
  background: #f5f5f5;
  top: auto;
  bottom: -150px;
}
#areaMerit h2 {
  color: #fff;
}
#areaMerit .meritList {
  max-width: 1920px;
  margin: auto;
}
#areaMerit .meritBox {
  background: #fff;
  flex: 0 0 28.3333%;
  margin: 0 24px;
}
#areaMerit .meritList:nth-of-type(1) .meritBox {
  margin-bottom: 40px;
}
#areaMerit h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
#areaMerit h3 span {
  border-bottom: #222 1px solid;
}
#areaMerit .txtWrap {
  padding: 30px;
}
#areaMerit .txtWrap dl dt {
  text-align: center;
  margin: 10px 0;
  position: relative;
  z-index: 1;
}
#areaMerit .txtWrap dl dt::before {
  width: 100%;
  height: 1px;
  content: '';
  background: #222;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#areaMerit .txtWrap dl dt span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}
#areaMerit .txtWrap dl dd ol {
  counter-reset: cnt;
}
#areaMerit .txtWrap dl dd ol li {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
#areaMerit .txtWrap dl dd ol li::before {
  width: 20px;
  height: 20px;
  counter-increment: cnt;
  content: counter(cnt);
  background: #00204b;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
/* 対応可能な相談 */
#areaConsult {
  background: #f5f5f5;
}
#areaConsult h2 {
  position: relative;
}
#areaConsult .consultWrap {
  padding-top: 80px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#areaConsult .consultWrap:last-child {
  margin-bottom: 0;
}
#areaConsult .consultWrap::before {
  width: 100%;
  height: 350px;
  content: '';
  background: url("../images/area/areaConsult_img01.jpg") no-repeat center top / 100% auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#areaConsult .consultWrap:nth-of-type(2)::before {
  background-image: url("../images/area/areaConsult_img02.jpg");
}
#areaConsult .consultWrap:nth-of-type(3)::before {
  background-image: url("../images/area/areaConsult_img03.jpg");
}
#areaConsult .consultWrap:nth-of-type(4)::before {
  background-image: url("../images/area/areaConsult_img04.jpg");
}
#areaConsult .consultBox {
  max-width: 1760px;
  margin: 0 auto;
}
#areaConsult .consultBox .txtWrap {
  width: 880px;
  background: #fff;
  padding: 60px 90px;
}
#areaConsult .consultWrap:nth-of-type(odd) .consultBox .txtWrap {
  margin-left: auto;
}
#areaConsult .consultBox .txtWrap::before {
  content: '';
  margin: 20px;
  border: #cc9a56 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#areaConsult .consultBox h3 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
#areaConsult .consultBox h3::before {
  width: 35px;
  height: 1px;
  content: '';
  background: #00204b;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#areaConsult .consultBox .ex {
  background: #f6f6f6;
}
#areaConsult .consultBox .ex dt {
  background: #cc9a56;
  color: #fff;
  padding: 10px 30px;
}
#areaConsult .consultBox .ex dd {
  font-size: 14px;
  padding: 30px;
}
/* 取扱分野 */
#areaField {
  background: url("../images/top/topField_bg.jpg") no-repeat center / cover;
  padding: 230px 0;
  margin: -150px 0;
  position: relative;
}
#areaField::before, #areaField::after {
  width: 100%;
  height: 300px;
  content: '';
  background: linear-gradient(176deg, rgba(255, 255, 255, 0), #f5f5f5 50%);
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
}
#areaField::after {
  background: #f5f5f5;
  top: auto;
  bottom: -150px;
}
#areaField h2 {
  color: #fff;
  margin-bottom: 30px;
}
#areaField .fieldList {
  max-width: 1560px;
  padding: 40px 12px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#areaField .fieldList li {
  flex: 0 0 24%;
}
#areaField .fieldList li a {
  background: linear-gradient(135deg, #fff 50%, #f5f5f5 50%);
  text-align: center;
  padding: 40px 20px;
  margin: 20px 0;
  position: relative;
  display:block;
  min-height: 150px;
	width:100%;
  z-index: 1;
}

#areaField .fieldList li a::before {
  content: '';
  margin: 10px;
  border: #cc9a56 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#areaField .fieldList li a::after {
  width: 0;
  height: 0;
  content: '';
  border-top: transparent 25px solid;
  border-right: #cc9a56 25px solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
#areaField .fieldList li a:hover {
	opacity: 0.6;
	text-decoration: none!important;
}
#areaField .fieldList li a:hover p ,
#areaField .fieldList li a:hover h3 {
	color:#cc9a56;
}
#areaField .fieldList h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#areaField .fieldList h3::before {
  width: 60px;
  height: 60px;
  content: '';
  background: url("../images/area/areaField_icon01.jpg") no-repeat center / cover;
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
#areaField .fieldList li:nth-child(2) h3::before {
  background-image: url("../images/area/areaField_icon02.jpg");
}
#areaField .fieldList li:nth-child(3) h3::before {
  background-image: url("../images/area/areaField_icon03.jpg");
}
#areaField .fieldList li:nth-child(4) h3::before {
  background-image: url("../images/area/areaField_icon04.jpg");
}
#areaField .fieldList li:nth-child(5) h3::before {
  background-image: url("../images/area/areaField_icon05.jpg");
}
#areaField .fieldList li:nth-child(6) h3::before {
  background-image: url("../images/area/areaField_icon06.jpg");
}
#areaField .fieldList li:nth-child(7) h3::before {
  background-image: url("../images/area/areaField_icon07.jpg");
}
#areaField .fieldList li:nth-child(8) h3::before {
  background-image: url("../images/area/areaField_icon08.jpg");
}
#areaField .fieldList li:nth-child(9) h3::before {
  background-image: url("../images/area/areaField_icon09.jpg");
}
#areaField .fieldList li:nth-child(10) h3::before {
  background-image: url("../images/area/areaField_icon10.jpg");
}
#areaField .fieldList li:nth-child(11) h3::before {
  background-image: url("../images/area/areaField_icon11.jpg");
}
#areaField .fieldList li:nth-child(12) h3::before {
  background-image: url("../images/area/areaField_icon12.jpg");
}
#areaField .btn01 a::before {
  background-image: url("../images/common/btn_arrow_white.png");
}
/* 業種別 */
#areaIndustry {
  background: #f5f5f5;
  padding: 0 0 230px;
  margin-top: 80px;
  position: relative;
}
#areaIndustry::after {
  width: 100%;
  height: 300px;
  content: '';
  background: #fff;
  position: absolute;
  bottom: -150px;
  left: 0;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
}
#areaIndustry h2 {
  margin-bottom: 30px;
}
#areaIndustry .industryList {
  max-width: 1560px;
  padding: 60px 12px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#areaIndustry .industryList::before {
  width: 78.125%;
  content: '';
  background: url("../images/top/topIndustry_listBg.jpg") no-repeat center / cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#areaIndustry .industryList li {
  flex: 0 0 32.487%;
  text-align: center;
  margin: 10px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
#areaIndustry .industryList li a {
  background: linear-gradient(135deg, #d4a96f 15%, #cc9a56 15%, #cc9a56 60%, #d4a96f 60%);
  background-size: 200%;
  display: block;
  padding: 45px 20px;
  position: relative;
  transition: 0.3s;
}
#areaIndustry .industryList li a:hover {
  background-position: -100% 0;
}
#areaIndustry .industryList li a::before {
  content: '';
  margin: 10px;
  border: #fff 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#areaIndustry .industryList li a::after {
  width: 0;
  height: 0;
  content: '';
  border-top: transparent 25px solid;
  border-right: #00204b 25px solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
#areaIndustry .industryList h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding-left: 80px;
  position: relative;
}
#areaIndustry .industryList h3::before {
  width: 60px;
  height: 60px;
  content: '';
  background: url("../images/top/topIndustry_icon01.jpg") no-repeat center / cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#areaIndustry .industryList li:nth-child(2) h3::before {
  background-image: url("../images/top/topIndustry_icon02.jpg");
}
#areaIndustry .industryList li:nth-child(3) h3::before {
  background-image: url("../images/top/topIndustry_icon03.jpg");
}
#areaIndustry .industryList li:nth-child(4) h3::before {
  background-image: url("../images/top/topIndustry_icon04.jpg");
}
#areaIndustry .industryList li:nth-child(5) h3::before {
  background-image: url("../images/top/topIndustry_icon05.jpg");
}
#areaIndustry .industryList li:nth-child(6) h3::before {
  background-image: url("../images/top/topIndustry_icon06.jpg");
}
#areaIndustry .industryList li:nth-child(7) h3::before {
  background-image: url("../images/top/topIndustry_icon07.jpg");
}
#areaIndustry .industryList li:nth-child(8) h3::before {
  background-image: url("../images/top/topIndustry_icon08.jpg");
}
#areaIndustry .industryList li:nth-child(9) h3::before {
  background-image: url("../images/top/topIndustry_icon09.jpg");
}
/* 顧問料金 */
#areaPrice {
  background: url("../images/area/areaPrice_bg.jpg") no-repeat center top / cover;
  padding-top: 0;
}
#areaPrice h2 {
  margin-bottom: 40px;
}
#areaPrice .priceWrap{
	margin-bottom: 60px;
}
#areaPrice .priceWrap table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#areaPrice .priceWrap thead th{
  padding: 1em .8em;
  border-right: #fff 3px solid !important;
  background: #fff;
}
#areaPrice .priceWrap table tr {
  background-color: #fff;
}
#areaPrice .priceWrap table td {
  text-align: center;
  border-bottom: #ccc 1px solid;
  border-top:none;
  border-left:none;
  border-right: none;
	padding: 20px 0;
}
#areaPrice .priceWrap table th {
  background: #fff;
  border-bottom: #ccc 1px solid;
  border-top:none;
  border-left:none;
  border-right: none;
	padding: 5px 0;
}
#areaPrice .priceWrap table th.none {
  border:none;
}
#areaPrice .priceWrap .plan{
  color: #fff;
  font-size: 1.4em;
}
#areaPrice .priceWrap .plan1{
  background: linear-gradient(90deg, #4D99FF, #1176FF);
}
#areaPrice .priceWrap .plan2{
  background: linear-gradient(90deg, #1176FF, #0053C3);
  position: relative;
}
#areaPrice .priceWrap .plan3{
  background: linear-gradient(90deg, #0053C3, #00367E);
  position: relative;
}
#areaPrice .priceWrap .plan4{
  background: linear-gradient(90deg, #00367E, #00204b);
  position: relative;
}
#areaPrice .priceWrap .plan2 span,
#areaPrice .priceWrap .plan3 span,
#areaPrice .priceWrap .plan4 span{
  position: absolute;
  content: '';
  top: -24px;
  right: 0px;
  margin: auto;
  background: #cc9a56;
  font-size: .6em;
  padding: 0 20px;
}
#areaPrice .priceWrap .price span {
    font-size: .8em;
}
#areaPrice .outline > li {
  flex: 0 0 580px;
  border: #cc9a56 1px solid;
}
#areaPrice .outline > li:nth-child(-n+2) {
  margin-bottom: 30px;
}
#areaPrice .outline h3 {
  background: #cc9a56;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 8px;
}
#areaPrice .outline .txtWrap {
  padding: 30px;
}
/* 比較 */
#areaCompare {
  background: url("../images/area/areaCompare_bg.jpg") no-repeat center top / cover;
}
#areaCompare h2 {
  margin-bottom: 40px;
}
#areaCompare table {
  text-align: center;
  table-layout: fixed;
}
#areaCompare table th, #areaCompare table td {
  padding: 20px;
  border: none;
}
#areaCompare table th {
  color: #fff;
}
#areaCompare table thead th:first-child {
  background: none;
}
#areaCompare table thead th:nth-child(2) {
  background: #cc9a56;
  position: relative;
}
#areaCompare table thead th:nth-child(2)::before {
  width: 100%;
  height: 30px;
  content: '';
  background: #cc9a56;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
}
#areaCompare table thead th:nth-child(2) span {
  display: inline-block;
  position: relative;
}
#areaCompare table thead th:nth-child(2) span::before {
  width: 25px;
  height: 22px;
  content: '';
  background: url("../images/area/icon_crown.png") no-repeat center / cover;
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
#areaCompare table thead th:nth-child(3) {
  background: #333;
}
#areaCompare table thead th:nth-child(4) {
  background: #212121;
}
#areaCompare table thead th:nth-child(5) {
  background: #000;
}
#areaCompare table tbody th {
  background: #002b65;
  color: #fff;
  font-weight: bold;
}
#areaCompare table tbody tr:nth-child(even) th {
  background: #002455;
}
#areaCompare table tbody td:nth-child(2) {
  background: #fff9e7;
  position: relative;
}
#areaCompare table tbody td:nth-child(2)::before, #areaCompare table tbody td:nth-child(2)::after {
  width: 3px;
  height: 100%;
  content: '';
  background: #cc9a56;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#areaCompare table tbody td:nth-child(2)::after {
  left: auto;
  right: 0;
}
#areaCompare table tbody tr:last-child td:nth-child(2)::after {
  width: auto;
  height: auto;
  content: '';
  background: none;
  border: #cc9a56 3px solid;
  border-top: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#areaCompare table tbody tr:nth-child(even) td:nth-child(2) {
  background: #fbf1d8;
}
#areaCompare table tbody td:nth-child(3) {
  background: #fff;
}
#areaCompare table tbody tr:nth-child(even) td:nth-child(3), #areaCompare table tbody td:nth-child(4) {
  background: #f3f3f3;
}
#areaCompare table tbody tr:nth-child(even) td:nth-child(4), #areaCompare table tbody td:nth-child(5) {
  background: #e6e6e6;
}
#areaCompare table tbody tr:nth-child(even) td:nth-child(5) {
  background: #dadada;
}
/* よくあるご質問 */
#areaFaq dl dt {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0 23px 68px;
  margin-bottom: 15px;
  border-bottom: #00204b 1px solid;
  position: relative;
}
#areaFaq dl dt::before, #areaFaq dl dd::before {
  width: 48px;
  height: 48px;
  content: 'Q';
  background: #00204b;
  color: #fff;
  font-family: 'Noto Serif JP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
#areaFaq dl dd {
  background: #f5f5f5;
  padding: 30px;
  margin: 20px 0 30px 70px;
  position: relative;
}
#areaFaq dl dd:last-child {
  margin-bottom: 0;
}
#areaFaq dl dd::before {
  content: 'A';
  background: #cc9a56;
  font-size: 18px;
  bottom: 0;
  left: -70px;
  margin: auto;
}
/* 対応エリア・全国対応 */
#areaSupport {
  padding: 0;
}
#areaSupport .areaWrap {
  background: #00204b;
  color: #fff;
  padding: 5vw;
}
#areaSupport .areaWrap h2 {
  margin-bottom: 20px;
}
#areaSupport .areaWrap .box {
  padding: 30px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
#areaSupport .mapWrap {
  height: 600px;
  background: #f5f5f5 url("../images/area/areaMap_img.png") no-repeat center / contain;
  position: relative;
}
#areaSupport .mapWrap .all {
  width: 240px;
  height: 240px;
  text-align: center;
  line-height: 1.6;
  border: #00204b 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 60px;
  left: -320px;
  right: 0;
  margin: auto;
}
#areaSupport .mapWrap .all dt {
  font-size: 28px;
  padding: 0 30px;
  margin-bottom: 10px;
  border-top: #00204b 1px solid;
  border-bottom: #00204b 1px solid;
}
/* 事務所について */
#areaAbout table tr {
  border-bottom: #ccc 1px solid;
}
#areaAbout table th, #areaAbout table td {
  padding: 25px 30px;
  border: none;
}
#areaAbout table th {
  background: #00204b;
  color: #fff;
}
/* 私達の思い */
#areaThought {
  background: url("../images/area/areaThought_bg.jpg") no-repeat center top / cover;
}
#areaThought .thoughtBox {
  background: #fff url("../images/area/areaThought_img.png") no-repeat right bottom / 550px auto;
  text-align: center;
  padding: 60px 80px;
  border-left: #00204b 20px solid;
  border-right: #00204b 20px solid;
}
/* エリア情報 */
#areaInfo {
  padding: 0;
}
#areaInfo .txtWrap {
  background: #00204b;
  color: #fff;
  padding: 100px 5vw;
}
#areaInfo .txtWrap dl dt {
  font-size: 18px;
  padding: 0 0 10px 20px;
  margin: 30px 0 10px;
  border-bottom: #fff 1px solid;
  position: relative;
}
#areaInfo .txtWrap dl dt::before {
  width: 0;
  height: 0;
  content: '';
  border: transparent 5px solid;
  border-left: #cc9a56 10px solid;
  position: absolute;
  top: 10px;
  left: 0;
}
#areaInfo .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  /* 共通 */
  section[id^="area"] {
    padding: 60px 0;
  }
  section[id^="area"] h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  section[id^="area"] .btn01 a {
    min-width: 250px;
  }
  /* メインビジュアル */
  #areaMain {
    height: auto;
    min-height: inherit;
    background: url("../images/area/areaMain_bg_sp.jpg") no-repeat center / cover;
  }
  #areaMain .copy {
    width: auto;
    padding: 0 2%;
	  position:static;
  }
  #areaMain .copy h2 {
    font-size: 5.375vw;
    text-align: center;
    margin: 0;
  }
  #areaMain .copy h2 span {
    padding: 0 2vw !important;
  }
  #areaMain .copy h2 span:nth-of-type(2) {
    margin-left: 10px;
  }
  #areaMain .copy h2 span::before, #areaMain .copy h2 span:after {
    content: none;
  }
  #areaMain .copy .sub {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  #areaMain .copy .sub > span {
    padding: 0 15vw;
    text-shadow: 0 0 10px #00214b;
  }
  #areaMain .copy .sub > span::before, #areaMain .copy .sub > span::after {
    width: 12vw;
  }
  #areaMain .copy .sub .tax {
    font-size: 3.25vw;
  }
  #areaMain .point {
    width: auto;
    flex-wrap: wrap;
    justify-content: start;
  }
  #areaMain .point li {
    height: auto;
    font-size: 3.35vw;
    flex: 0 0 auto;
    padding: 1vw 2vw;
    margin: 1vw 1vw 0 0;
  }
  #areaMain .point li::before {
    margin: 0.5vw;
  }
  /* お問い合わせ */
  #areaContact h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #areaContact .flex-col2 {
    width: 280px !important;
    margin: 0 auto;
  }
  #areaContact .phone {
    margin-bottom: 20px;
  }
  #areaContact .phone dl {
    flex-direction: column;
  }
  #areaContact .phone dl dt {
    padding: 5px;
  }
  #areaContact .phone dl dd {
    flex-direction: column;
    padding: 15px 0;
  }
  #areaContact .phone .tel {
    background-size: 15px auto;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
    margin-right: 0;
  }
  #areaContact .phone .tel + span {
    font-size: 12px !important;
  }
  #areaContact .mail a {
    font-size: 20px;
    flex-direction: column;
    line-height: 1.5;
    padding: 15px 60px 15px 15px;
  }
  #areaContact .mail a::after {
    width: 40px;
    background-position: right center;
    right: 20px;
  }
  #areaContact .mail .fMincho {
    background-size: 20px auto;
    padding-left: 30px;
    margin-right: 0;
  }
  #areaContact .mail .f14 {
    font-size: 12px !important;
  }
  /* 新着＆目次 */
  #areaNews, #areaToc {
    width: auto;
    padding: 60px 5%;
  }
  #areaNews .more {
    text-align: center;
    margin-top: 40px;
    position: static;
  }
  #areaNews .more a {
    padding: 5px 40px;
  }
  #areaNews ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #areaNews dl dd {
    padding-right: 50px;
  }
  #areaNews dl dd::after {
    width: 40px;
    background-position: right center;
  }
  #areaToc .tocList li {
    padding-left: 60px;
  }
  #areaToc .tocList li::before {
    padding: 0 15px;
  }
  /* 解決事例 */
  #areaCase .caseList {
    padding: 10px 15px;
  }
  /* 顧問契約 */
  #areaContract {
    width: 90%;
    margin: 0 auto;
  }
  #areaContract .sub {
    font-size: 14px;
  }
  #areaContract .flex-col2 {
    width: auto;
  }
  #areaContract .txtWrap {
    padding: 0;
    margin-bottom: 20px;
  }
  #areaContract figure img {
    width: 100%;
    height: auto;
    position: static;
  }
/* Webでの相談もご対応 */
#areaOnline {
    width: 90%;
    padding: 0 0 60px;
    margin: 0 auto;
}
#areaOnline .check {
    width: 100%;
    padding-left: 0;
    margin: 0 auto 10px;
}
#areaOnline .check span {
    padding: 5px 20px;
}
#areaOnline h2 {
    width: 100%;
    margin: 0 auto 20px;
}
#areaOnline h2::before,
#areaOnline h2::after {
    width: 30px;
}
    #areaOnline .flex-col2 {
    width: auto;
}
#areaOnline .txtWrap {
  padding: 0;
    margin-bottom: 20px;
}
#areaOnline .tool dd {
    padding: 60px 20px 20px;
}
  /* メリット */
  #areaMerit {
    padding: 100px 5%;
    margin: -40px 0;
  }
  #areaMerit::before, #areaMerit::after {
    height: 60px;
    top: -30px;
    left: 0;
  }
  #areaMerit::after {
    top: auto;
    bottom: -30px;
  }
  #areaMerit .meritBox {
    margin: 40px auto 0 !important;
  }
  #areaMerit h3 {
    margin-bottom: 20px;
  }
  #areaMerit .txtWrap {
    padding: 15px;
  }
  #areaMerit .txtWrap dl dt span {
    padding: 0 10px;
  }
  #areaMerit .txtWrap dl dd ol li span {
    display: block;
  }
  /* 対応可能な相談 */
  #areaConsult .consultWrap {
    padding-top: 60px;
  }
  #areaConsult .consultWrap::before {
    height: 150px;
    background-size: cover;
  }
  #areaConsult .consultBox .txtWrap {
    width: 90%;
    padding: 20px;
  }
  #areaConsult .consultBox .txtWrap::before {
    margin: 5px;
  }
  #areaConsult .consultBox h3 {
    font-size: 24px;
  }
  #areaConsult .consultBox .ex {
    flex-direction: column;
  }
  #areaConsult .consultBox .ex dt {
    padding: 5px 20px;
  }
  #areaConsult .consultBox .ex dd {
    padding: 15px;
  }
  /* 取扱分野 */
  #areaField {
    padding: 60px 5%;
    margin: -40px 0 -60px;
  }
  #areaField::before, #areaField::after {
    height: 60px;
    top: -30px;
  }
  #areaField::after {
    top: auto;
    bottom: -30px;
  }
  #areaField .fieldList {
    max-width: 300px;
    padding: 20px 0;
  }
  #areaField .fieldList::before {
    width: 90%;
  }
  #areaField .fieldList li {
    display: block;
    text-align: left;
    padding: 20px 10px 20px 45px;
    margin: 10px 0;
  }
  #areaField .fieldList li::before {
    margin: 5px;
  }
  #areaField .fieldList li::after {
    border-width: 20px;
  }
  #areaField .fieldList h3::before {
    width: 50px;
    height: 50px;
    top: 0;
    left: -60px;
    right: auto;
  }
  #areaField .fieldList p {
    font-size: 14px;
  }
  /* 業種別 */
  #areaIndustry {
    padding: 20px 5% 60px;
    margin-top: 60px;
  }
  #areaIndustry::after {
    height: 60px;
    bottom: -30px;
  }
  #areaIndustry h2 {
    margin-bottom: 30px;
  }
  #areaIndustry .industryList {
    max-width: 300px;
    padding: 20px 0;
  }
  #areaIndustry .industryList::before {
    width: 90%;
  }
  #areaIndustry .industryList li {
    text-align: left;
  }
  #areaIndustry .industryList li a {
    padding: 30px;
  }
  #areaIndustry .industryList li a::before {
    margin: 5px;
  }
  #areaIndustry .industryList li a::after {
    border-width: 20px;
  }
  #areaIndustry .industryList h3 {
    padding-left: 60px;
  }
  #areaIndustry .industryList h3::before {
    width: 50px;
    height: 50px;
  }
  /* 顧問料金 */
  #areaPrice h2 {
    margin-bottom: 20px;
  }
  #areaPrice .priceWrap{
    padding-top: 40px;
    overflow-x: scroll;
  }
  #areaPrice .priceWrap table{
    width:1000px;
  }
  #areaPrice .priceWrap table td {
	padding:0;
  }

  #areaPrice .priceWrap .plan{
    font-size: 1em;
  }
  #areaPrice .priceWrap .plan2 span,
  #areaPrice .priceWrap .plan3 span,
  #areaPrice .priceWrap .plan4 span{
    top:-18px;
  }
  #areaPrice .outline > li {
    margin: 20px 0 0 !important;
  }
  #areaPrice .outline h3 {
    font-size: 18px;
    padding: 10px;
  }
  #areaPrice .outline .txtWrap {
    padding: 15px;
  }
  /* 比較 */
  #areaCompare h2 {
    margin-bottom: 20px;
  }
  #areaCompare .scroll {
    padding-top: 20px;
  }
  #areaCompare table {
    width: auto;
  }
  #areaCompare table th, #areaCompare table td {
    padding: 15px;
  }
  #areaCompare table thead th:nth-child(2)::before {
    height: 20px;
    top: -20px;
  }
  #areaCompare table thead th:nth-child(2) span::before {
    width: 20px;
    height: 18px;
    top: -20px;
  }
  /* よくあるご質問 */
  #areaFaq dl dt {
    padding: 4px 0 14px 50px;
    margin-bottom: 10px;
  }
  #areaFaq dl dt::before, #areaFaq dl dd::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #areaFaq dl dd {
    padding: 15px;
    margin: 15px 0 30px 50px;
    position: relative;
  }
  #areaFaq dl dd:last-child {
    margin-bottom: 0;
  }
  #areaFaq dl dd::before {
    left: -50px;
  }
  /* 対応エリア・全国対応 */
  #areaSupport .flex-col2 {
    width: auto;
  }
  #areaSupport .areaWrap {
    padding: 60px 5%;
  }
  #areaSupport .areaWrap .box {
    padding: 15px;
  }
  #areaSupport .mapWrap {
    height: 350px;
    background-size: auto 90%;
  }
  #areaSupport .mapWrap .all {
    width: 150px;
    height: 150px;
    font-size: 11px;
    top: 20px;
    left: 20px;
    right: auto;
  }
  #areaSupport .mapWrap .all dt {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 5px;
  }
  /* 事務所について */
  #areaAbout table th {
    padding: 10px;
  }
  #areaAbout table td {
    padding: 15px;
  }
  /* 私達の思い */
  #areaThought .thoughtBox {
    background-size: contain;
    text-align: left;
    padding: 15px;
    border-width: 10px;
  }
  /* エリア情報 */
  #areaInfo .flex-col2 {
    width: auto;
  }
  #areaInfo .txtWrap {
    padding: 60px 5%;
  }
  #areaInfo .map {
    height: 300px;
  }
}
@media screen and (max-width: 320px) {
  /* Webでの相談もご対応 */
    #areaOnline h2::before,
#areaOnline h2::after {
    content: none;
}
}
/* --------------------------------------------------
    対応エリア
-------------------------------------------------- */
#area .areaList li.flex-col4 {
    padding: 0 2%;
}
#area .areaList li.flex-col4:nth-child(n + 5) {
    margin-top: 10px;
}
#area .areaList li a {
    background: #f5f5f5;
    color: #222;
    font-size: 16px;
    display: block;
    padding: 10px;
    border: #ccc 1px solid;
}
@media screen and (max-width: 640px) {
    #area .areaList li.flex-col4 {
    width: 100%;
    flex-basis: 100%;
}
#area .areaList li.flex-col4:nth-child(n + 2) {
    margin-top: 10px;
}
}
