@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

html {
  font-size: 62.5%; }

body {
  width: auto;
  text-decoration: none;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-style: normal;
  color: #333;
  font-family: -apple-system-body, blinkMacSystemFont,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"; }

/* font */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna"; } }
/* form */
form {
  margin: 0;
  padding: 0;
  display: inline; }

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

:placeholder-shown {
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

select {
  height: 36px;
  margin: 0;
  padding: 0 24px 0 8px;
  line-height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.6rem; }

select::-ms-expand {
  display: none; }

.selectLabelArea {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px; }

.selectLabelArea::before {
  width: 24px;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.selectLabelArea::after {
  width: 0;
  height: 0;
  margin: auto 0;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 8px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #333 transparent transparent transparent; }

optgroup option {
  text-indent: 0; }

input, textarea, label, select {
  font-size: 1.6rem;
  font-family: -apple-system, blinkMacSystemFont,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  box-sizing: border-box;
  vertical-align: middle; }

select[disabled="disabled"] {
  background: #ccc;
  color: #555; }

.header_logoArea {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header_logoArea p {
    line-height: 1; }
.header_kv {
  background: url("../img/lp/bg.jpg") no-repeat center bottom;
  background-size: cover; }
.header_ttl {
  color: #002f7b;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6); }
  .header_ttl .small {
    display: block; }
  .header_ttl .area {
    color: #ec6c46; }
.header_list {
  display: flex; }
  .header_list li {
    background: rgba(248, 181, 0, 0.6);
    color: #000;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6); }

.lpForm {
  background: #002f7b;
  color: #fff; }
  .lpForm_ttl {
    font-weight: bold; }
    .lpForm_ttl .point {
      display: inline-block;
      background: url("../img/lp/img_waku.svg") no-repeat center bottom;
      font-weight: 500;
      text-align: center;
      transform: rotate(-10deg); }
  .lpForm .step dl {
    display: flex;
    align-items: center;
    font-weight: bold; }
  .lpForm .step .selectLabelArea, .lpForm .step select {
    width: 100%; }

.submitBtn01 {
  display: block;
  background: #f8b500;
  background: -webkit-linear-gradient(top, #fac840 50%, #f8b500 50%);
  background: linear-gradient(to bottom, #fac840 50%, #f8b500 50%);
  color: #000;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  text-decoration: none;
  border-radius: 4px; }
  .submitBtn01:hover {
    background: #f8b500; }

.offBtn {
  background: #ccc;
  color: #fff;
  text-shadow: none;
  pointer-events: none; }

.container {
  display: block;
  background: #f2f2f2; }

.caption {
  margin: 1em 0 0 1em;
  font-size: 1.2rem;
  text-indent: -1em; }

.no {
  font-family: "Lato", sans-serif; }

.listNo {
  counter-reset: number 0; }
  .listNo > li::before {
    counter-increment: number 1;
    content: counter(number);
    font-family: "Lato", sans-serif; }

.headMain {
  color: #002f7b;
  font-weight: 500;
  text-align: center; }

.headBase {
  color: #f8b500;
  font-weight: bold;
  text-align: center; }

.mainList > li {
  background: #fff;
  position: relative; }
.mainList.listNo > li::before {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1; }
.mainList.listNo > li::after {
  content: "";
  background: rgba(248, 181, 0, 0.6);
  position: absolute;
  left: 50%;
  transform: rotate(45deg); }

.blockList > li {
  position: relative; }
  .blockList > li::before {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002f7b;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0; }
.blockList_ttl {
  color: #000;
  font-weight: bold; }

.siteList {
  border-top: 1px dotted #ccc; }
  .siteList > li {
    border-bottom: 1px dotted #ccc; }
  .siteList dt {
    text-align: center; }
  .siteList dd {
    font-weight: bold; }
    .siteList dd span {
      font-weight: 500; }

.serviceBlock dt {
  color: #000;
  font-weight: bold;
  text-align: center; }
.serviceBlock_flow li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 47, 123, 0.1);
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative; }
  .serviceBlock_flow li:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px; }
.serviceBlock_flow .ico {
  margin: -2px 8px 0 0;
  width: 20px;
  height: 20px;
  fill: #002f7b; }

.voiceList .name {
  color: #000;
  font-weight: bold; }

/* PC-------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .pcNone {
    display: none; }

  .innerBlock {
    width: 1200px;
    margin: 0 auto; }

  .header_logoArea {
    padding: 0 16px;
    height: 74px; }
  .header_kv {
    min-height: 520px;
    padding-top: 32px; }
  .header_ttl {
    font-size: 4.8rem;
    line-height: 1.2; }
    .header_ttl .small {
      margin-bottom: 8px;
      font-size: 2.2rem; }
    .header_ttl .area {
      font-size: 3.2rem; }
  .header_list {
    margin-top: 8px;
    padding: 40px;
    font-size: 2.4rem; }
    .header_list strong {
      font-size: 4rem;
      line-height: 1;
      vertical-align: -2px; }
    .header_list li {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: -8px;
      width: 190px;
      height: 190px;
      transform: rotate(45deg); }
      .header_list li span {
        display: block;
        transform: rotate(-45deg); }
      .header_list li:nth-child(2n) {
        margin-top: 96px; }

  .lpForm {
    padding: 40px 0; }
    .lpForm .innerBlock {
      position: relative; }
    .lpForm_ie img {
      position: absolute;
      bottom: 64px;
      right: 120px; }
    .lpForm_ttl {
      font-size: 2.8rem; }
      .lpForm_ttl .point {
        margin-right: 12px;
        background-size: 100px 26px;
        width: 100px;
        height: 48px;
        font-size: 2rem;
        position: relative;
        top: -20px; }
    .lpForm .step {
      display: flex;
      align-items: center;
      justify-content: center; }
      .lpForm .step li:not(:first-child) {
        margin-left: 12px; }
      .lpForm .step dt {
        margin-right: 12px;
        font-size: 1.4rem; }
      .lpForm .step .selectLabelArea, .lpForm .step select {
        width: 210px; }
      .lpForm .step .submitBtn01 {
        margin-left: 4px;
        width: 280px; }
    .header .lpForm {
      position: absolute;
      top: 66px;
      left: calc(50% + 240px);
      padding-top: 80px;
      width: 340px;
      height: calc(520px + 16px);
      text-align: center;
      -webkit-transform: skewX(175deg);
      -moz-transform: skewX(175deg);
      transform: skewX(175deg); }
      .header .lpForm .innerBlock {
        width: auto;
        -webkit-transform: skewX(-175deg);
        -moz-transform: skewX(-175deg);
        transform: skewX(-175deg); }
      .header .lpForm .step {
        display: block;
        width: 280px;
        margin: 16px auto; }
        .header .lpForm .step li {
          margin: 0 0 16px 0; }
        .header .lpForm .step dd {
          flex: 1 0 0%; }
        .header .lpForm .step .selectLabelArea, .header .lpForm .step select {
          width: 100%; }
        .header .lpForm .step .submitBtn01 {
          margin: 32px 0 0; }
      .header .lpForm .lpForm_ie img {
        bottom: -155px; }

  .submitBtn01 {
    padding: 12px;
    font-size: 2.4rem; }

  .sectionBlock {
    padding: 80px 0; }

  .headMain {
    margin-bottom: 40px;
    font-size: 4rem;
    line-height: 1.2; }

  .headBase {
    margin-bottom: 24px;
    font-size: 4rem;
    line-height: 1.2; }

  .mainList > li {
    margin-top: 32px;
    padding: 48px 80px;
    box-shadow: 8px 8px rgba(0, 0, 0, 0.05); }
  .mainList_text {
    text-align: center; }
  .mainList_inn {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .mainList_inn > *:not(.mainList_img) {
      flex: 1 0 0%; }
  .mainList_img {
    margin: 0 0 0 16px; }
  .mainList.listNo > li {
    margin-top: 80px;
    padding: 64px 80px; }
    .mainList.listNo > li::before {
      width: 56px;
      height: 56px;
      top: -28px;
      margin-left: -28px;
      font-size: 4rem; }
    .mainList.listNo > li::after {
      width: 56px;
      height: 56px;
      top: -28px;
      margin-left: -28px; }

  .blockList > li {
    padding-left: 36px; }
    .blockList > li:not(:first-child) {
      margin-top: 32px; }
    .blockList > li::before {
      width: 24px;
      height: 24px;
      font-size: 2rem; }
  .blockList_ttl {
    font-size: 2rem;
    line-height: 1.4; }
    .blockList_ttl:not(:last-child) {
      margin-bottom: 12px; }

  .siteList dl {
    height: 48px;
    display: flex;
    align-items: center; }
  .siteList img {
    vertical-align: middle; }
  .siteList dt {
    width: 150px; }
  .siteList dd {
    flex: 1 0 0%; }
    .siteList dd span {
      margin-left: 8px;
      font-size: 1.2rem;
      vertical-align: 1px; }

  .serviceBlock {
    display: flex; }
    .serviceBlock dl {
      flex: 1 0 0%; }
      .serviceBlock dl:not(:first-child) {
        margin-left: 40px; }
    .serviceBlock dt {
      margin-bottom: 16px;
      font-size: 2rem; }
    .serviceBlock_flow li {
      margin-bottom: 16px;
      padding: 16px 16px 12px; }
    .serviceBlock_flow.block2 li {
      padding: 31px 16px; }

  .voiceList > li {
    padding-left: calc(80px + 52px + 32px);
    min-height: calc(48px*2 + 64px);
    position: relative; }
    .voiceList > li::before {
      content: "";
      width: 52px;
      height: 64px;
      background: url("../img/lp/ico_voice.svg") no-repeat center center;
      position: absolute;
      left: 80px;
      top: 48px; }
    .voiceList > li .name {
      margin-bottom: 12px; }

  .copyright {
    padding: 40px;
    font-size: 1.2rem;
    text-align: center; } }
/* SP-------------------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem; }

  .spNone {
    display: none; }

  .innerBlock {
    padding: 16px; }

  .header_logoArea {
    padding: 8px 12px 4px 8px; }
    .header_logoArea .logoIetan {
      width: 120px; }
    .header_logoArea .logoTaisei {
      width: 120px; }
  .header_kv {
    padding-bottom: 16px; }
  .header_ttl {
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center; }
    .header_ttl .small {
      margin-bottom: 8px;
      font-size: 1.2rem;
      line-height: 1.4; }
    .header_ttl .area {
      font-size: 1.6rem; }
  .header_list {
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: space-between; }
    .header_list li {
      margin-top: 4px;
      padding: 8px 0;
      width: calc(50% - 2px);
      font-size: 1.2rem; }
      .header_list li strong {
        font-size: 2rem;
        line-height: 1;
        vertical-align: -1px; }

  .lpForm {
    padding-top: 8px;
    position: relative; }
    .lpForm_ttl {
      padding-right: 16px;
      text-align: center;
      font-size: 2.4rem; }
      .lpForm_ttl .point {
        margin-right: 8px;
        background-size: 77px auto;
        width: 77px;
        height: 40px;
        font-size: 1.6rem;
        position: relative;
        top: -20px; }
    .lpForm .step li {
      margin-bottom: 8px; }
    .lpForm .step dt {
      width: 52px;
      font-size: 1.2rem; }
    .lpForm .step dd {
      flex: 1 0 0%; }
    .lpForm .step .btnArea {
      margin-left: 52px; }
    .lpForm_ie img {
      width: 66px;
      height: 53px;
      position: absolute;
      left: 12px;
      bottom: -2px; }

  .submitBtn01 {
    padding: 12px;
    font-size: 1.6rem; }

  .sectionBlock {
    padding: 32px 16px 40px; }

  .headMain {
    margin-bottom: 24px;
    font-size: 2.4rem;
    line-height: 1.4; }

  .headBase {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.4; }

  .mainList > li {
    margin: 16px 0 0;
    padding: 24px 16px;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.05); }
  .mainList_img {
    margin-top: 16px;
    width: 100%;
    text-align: center; }
  .mainList.listNo > li {
    margin: 32px 0 0;
    padding: 32px 16px; }
    .mainList.listNo > li::before {
      width: 32px;
      height: 32px;
      top: -16px;
      margin-left: -16px;
      font-size: 2rem; }
    .mainList.listNo > li::after {
      width: 32px;
      height: 32px;
      top: -16px;
      margin-left: -16px; }

  .blockList {
    margin-top: 24px; }
    .blockList > li {
      margin-top: 16px;
      padding-left: 28px; }
      .blockList > li::before {
        width: 20px;
        height: 20px;
        font-size: 1.6rem;
        top: 1px; }
    .blockList_ttl {
      font-size: 1.6rem; }
      .blockList_ttl:not(:last-child) {
        margin-bottom: 8px; }

  .siteList li {
    padding: 16px 0 12px; }
  .siteList dt {
    margin-bottom: 12px; }
  .siteList dd {
    text-align: center; }
    .siteList dd span {
      display: block;
      font-size: 1.2rem; }

  .serviceBlock dl {
    margin-top: 24px; }
  .serviceBlock dt {
    margin-bottom: 8px;
    font-size: 1.8rem; }
  .serviceBlock_flow li {
    margin-bottom: 14px;
    padding: 12px 16px 10px; }

  .voiceList > li .name {
    min-height: 32px;
    padding: 6px 0 0 36px;
    margin-bottom: 12px;
    position: relative; }
    .voiceList > li .name::before {
      content: "";
      width: 26px;
      height: 32px;
      background: url("../img/lp/ico_voice.svg") no-repeat center center;
      background-size: 26px 32px;
      position: absolute;
      top: 0;
      left: 0; }

  .copyright {
    padding: 16px;
    font-size: 1rem;
    text-align: center; } }
