@charset "UTF-8";
/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #FFF;
  color: #2e2e2e;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 17px;
  margin: auto;
  width: 100%;
  min-width: 1100px;
}

a {
  color: #313131;
  text-decoration: none;
}
a:hover img {
  opacity: .8;
}

img {
  -webkit-backface-visibility: hidden;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.cRed {
  color: #a71433;
}

.container {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.fonMincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
}

/* =======================================
 layout
======================================= */
.header {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-top: 14px;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

.fv {
  background: #e7ecef url("../img/fv_bg.jpg") no-repeat center top;
  height: 660px;
  padding-top: 100px;
}

.fv-txt-01 {
  margin: 0 0 16px 82px;
}

.fv-txt-02 {
  margin: 0 0 62px 56px;
}

.fv-list {
  width: 566px;
}
.fv-list dt {
  margin-bottom: 18px;
}
.fv-list ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
.fv-list li {
  border-radius: 10px 0 10px 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.fv-list li img {
  border-radius: 10px 0 10px 0;
}

.offer {
  background: #a71433;
  padding: 25px 0 19px;
  width: 100%;
}

.intro {
  background: url("../img/intro_bg.jpg") no-repeat center top;
  height: 1146px;
}

.trouble {
  padding-top: 38px;
}

.trouble-hl {
  margin-bottom: 26px;
}

.trouble-list {
  margin-bottom: 158px;
  padding-left: 166px;
}
.trouble-list li {
  background: white url("../img/trouble_icon.png") no-repeat 12px 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 52px;
  width: 548px;
}
.trouble-list li .cRed {
  font-size: 20px;
}

.trouble01 {
  margin-left: 40px;
}

.trouble02 {
  margin-left: 80px;
}

.trouble03 {
  margin-left: 120px;
}

.trouble04 {
  margin-left: 160px;
}

.lead-hl {
  margin-bottom: 88px;
}

.lead-txt {
  line-height: 1.7;
  padding-left: 50px;
}

.lead-sub-hl {
  margin-bottom: 24px;
}

.feature {
  background: #a71433 url("../img/feature_bg.jpg") no-repeat center top;
  height: 700px;
  padding-top: 48px;
}

.feature-hl {
  margin-bottom: 56px;
}

.feature-list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.feature-list li {
  color: white;
  display: block;
  width: 296px;
}

.feature-list-txt {
  background: url("../img/bracket.png") no-repeat;
  height: 102px;
  line-height: 1.5;
  margin-top: 12px;
  padding: 14px 18px;
  width: 100%;
}

.service {
  background: #e5ddc6 url("../img/service_bg.jpg") no-repeat center top;
  height: 1498px;
  padding-top: 46px;
}

.service-hl {
  margin-bottom: 70px;
}

.service-txt-hl {
  margin-bottom: 20px;
}

.service-txt p {
  border-left: 2px solid rgba(170, 141, 63, 0.5);
  line-height: 1.7;
  margin-bottom: 26px;
  padding-left: 20px;
}
.service-txt strong {
  color: #896a1b;
}
.service-txt ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 424px;
}

.correspondence {
  box-shadow: 0 0 4px rgba(99, 44, 60, 0.2);
}

.consulting {
  margin-bottom: 108px;
}
.consulting .service-txt {
  padding-left: 550px;
}

.partner {
  background: url("../img/partner_bg_01.jpg") no-repeat center top;
  height: 946px;
  padding-top: 56px;
}

.partner01 {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  padding: 0 47px 0 10px;
}

.partner-txt {
  padding-top: 32px;
  width: 405px;
}
.partner-txt dt {
  margin-bottom: 10px;
}

.partner-hl {
  background: url("../img/partner_bg_02.png") no-repeat center top;
  font-size: 24px;
  height: 62px;
  line-height: 62px;
}

.partner-list-wrap {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}

.partner-list {
  height: 432px;
  padding: 62px 30px 0;
  width: 320px;
}
.partner-list p {
  font-size: 16px;
  line-height: 1.625;
}

.data {
  font-weight: bold;
  width: 100%;
}
.data dt {
  font-size: 26px;
  margin: 0 0 30px 40px;
}
.data dd {
  margin-bottom: 44px;
}
.data li {
  font-size: 22px;
  margin: 0 0 16px 30px;
}
.data li::before {
  content: "・";
}

.partner-list01 {
  background-image: url("../img/partner_bg_03.png");
}

.partner-list02 {
  background-image: url("../img/partner_bg_04.png");
}

.partner-list03 {
  background-image: url("../img/partner_bg_05.png");
}
.partner-list03 .data li {
  margin-left: -20px;
}

.example {
  background: #eed1d3 url("../img/example_bg_01.jpg") no-repeat center top;
  height: 1005px;
  padding-top: 58px;
}

.example-hl {
  margin-bottom: 40px;
}

.example-sec {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 4px rgba(99, 44, 60, 0.2);
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  height: 250px;
  margin-bottom: 20px;
  width: 900px;
}

.example-outline {
  padding-top: 30px;
  width: 600px;
}
.example-outline p {
  line-height: 1.7;
  padding-left: 30px;
  width: 600px;
}

.example-sec-hl {
  color: #896a1b;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  line-height: 1.38;
  margin-bottom: 20px;
}
.example-sec-hl .fonMincho {
  width: 420px;
}

.example-data {
  background: url("../img/example_bg_02.png") no-repeat;
  height: 250px;
  padding-top: 30px;
  width: 270px;
}

.example-industries {
  font-weight: bold;
  margin: 0 auto 30px;
  width: 200px;
}
.example-industries dt {
  background: white;
  border-radius: 4px;
  color: #740015;
  line-height: 32px;
  margin-bottom: 22px;
}
.example-industries dd {
  color: white;
  font-size: 22px;
}
.example-industries dd strong {
  font-size: 42px;
}

.example-service {
  border: solid #d3b3b4;
  border-width: 0 1px 1px;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -moz-flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  display: -ms-flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  display: -o-flex;
  -o-align-items: center;
  -o-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  margin: auto;
  padding-top: 14px;
  position: relative;
  width: 220px;
}
.example-service::before, .example-service::after {
  content: "";
  background: #d3b3b4;
  display: block;
  height: 1px;
  width: 35px;
  position: absolute;
  top: 0;
}
.example-service::before {
  left: 0;
}
.example-service::after {
  right: 0;
}
.example-service dt {
  color: #d3b3b4;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}
.example-service dd {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.example-service li {
  background: url("../img/example_icon.png") no-repeat 0 4px;
  margin-bottom: 8px;
  padding-left: 20px;
}

.example-sec02 {
  margin-left: 40px;
}
.example-sec02 .example-service {
  height: 78px;
}

.example-sec03 {
  margin-left: 80px;
}

.step {
  background: white;
  padding: 55px 0 50px;
}

.step-hl {
  margin-bottom: 40px;
}

.step-txt {
  line-height: 1.7;
  margin-bottom: 35px;
}

.step-list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.contact {
  background: #ecebe9 url("../img/contact_bg.jpg") no-repeat center top;
  padding: 40px 0 50px;
}

.contact-hl {
  margin-bottom: 40px;
}

.contact-inner {
  background: white;
  margin: auto;
  padding: 60px 0 40px;
  width: 940px;
}

.form-table {
  margin: 0 auto 30px;
  width: 840px;
}

.form-table th {
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: 220px;
}

.form-table th p {
  line-height: 18px;
  position: relative;
}

.form-table th p::after {
  content: "必須";
  background: #d10000;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-left: 14px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}

.form-table tr:nth-of-type(3) th p::after {
  content: "任意";
  background: gray;
}

.form-table td {
  padding: 12px 55px 12px 4px;
}

.form-table input[type="text"], .form-table input[type="tel"], .form-table select, .form-table input[type="email"], .form-table input[type="radio"], .form-table textarea {
  border: 0;
  font-size: 16px;
}

.form-table input[type="text"], .form-table input[type="tel"], .form-table select, .form-table input[type="email"], .form-table textarea {
  background: #efecea;
}

.form-table input[type="text"], .form-table input[type="tel"], .form-table select, .form-table input[type="email"] {
  padding: 7px 10px;
  width: 300px;
}

.form-table textarea {
  height: 120px;
  padding: 7px 10px;
  width: 560px;
}

input::-webkit-input-placeholder {
  padding-top: 0.2em;
}

.form-table .notes {
  font-size: 14px;
  margin-top: 10px;
}

.form-table tr:nth-of-type(5) th {
  padding-bottom: 10px;
}
.form-table tr:nth-of-type(5) td {
  padding-bottom: 10px;
}

.form-table tr:nth-of-type(6) th {
  padding-top: 0;
}
.form-table tr:nth-of-type(6) td {
  padding-top: 0;
}

.form-table tr:nth-of-type(6) th p {
  display: none;
}

.form-btn-wrap {
  text-align: center;
}

.form-btn {
  background: no-repeat center;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
}

.form-btn {
  border: 0;
  height: 70px;
  margin: auto;
  width: 400px;
}

.form-btn:hover {
  opacity: .8;
}

.form-btn.btn-check {
  background-image: url("../img/btn_check.png");
  width: 520px;
}

.form-btn.btn-return {
  background-image: url("../img/btn_return.png");
  margin: 0 10px;
}

.form-btn.btn-submit {
  background-image: url("../img/btn_submit.png");
  margin: 0 10px;
}

.form-btn.btn-close {
  background-image: url("../img/btn_close.png");
}

.contact-txt {
  line-height: 1.7;
  margin-bottom: 50px;
}
.contact-txt p {
  margin-bottom: 20px;
}

.check .form-table tr:nth-of-type(6) th, .check .form-table tr:nth-of-type(6) td {
  display: none;
}

.footer {
  background: #740015;
  color: white;
  padding: 44px 0 25px;
}
.footer .container {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-align-items: center;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-align-items: center;
  -o-justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company {
  font-size: 14px;
}
.company h2 {
  margin-bottom: 14px;
}

.company-bloc {
  border-left: 1px solid white;
  margin: 0 0 10px 4px;
  padding: 4px 0 4px 10px;
}
.company-bloc dt {
  font-weight: bold;
  margin-bottom: 6px;
}

.number dt {
  background: #560015;
  clear: left;
  float: left;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 2px;
  text-align: center;
  width: 153px;
}
.number dd {
  background: #600017;
  font-size: 14px;
  line-height: 27px;
  margin: 0 0 2px 154px;
  padding: 0 12px;
  width: 375px;
}

.copyright {
  color: #b16f79;
  display: block;
  font-size: 12px;
  margin-top: 40px;
}

/*# sourceMappingURL=style.css.map */
