@charset "UTF-8";
/* ---- 
destyle
layout
header
footer
---- */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ------------
layout
------------ */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

main {
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  main section {
    padding: 50px 0 50px 0;
  }
}

@media screen and (min-width: 768px) {
  main section {
    padding: 100px 0 100px 0;
  }
}

.inner_cont {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

/* -- mv -- */
@media screen and (max-width: 767px) {
  #mv {
    height: 428px;
    background: url(/reform/images/mv.jpg) no-repeat 85% top;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  #mv {
    height: 536px;
    background: url(/reform/images/mv.jpg) no-repeat center top;
    background-size: cover;
  }
}

/* -- btn_wrap -- */
.btn_wrap {
  height: 130px;
  background-color: #004680;
}

.btn_wrap .inner_cont {
  padding: 30px 0;
}

#service_item {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #service_item li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  #service_item li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    margin-top: 50px;
  }
}

#service_item li dt {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #service_item li dt {
    font-size: 2rem;
  }
}

#service_item li dt img {
  display: block;
  margin: 0 auto 20px auto;
}

#service_item li dd {
  color: #444444;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  #service_item li dd {
    font-size: 1.5rem;
  }
}

/* -- banner -- */
@media screen and (max-width: 767px) {
  .bnr_area {
    margin-top: 50px;
  }
}

.bnr_area li {
  margin-bottom: 20px;
}

.bnr_area li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bnr_area {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;

    margin-top: 40px;
  }
  .bnr_area li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    margin-right: 10px;
  }
  .bnr_area li:nth-of-type(4n){
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #reform_case {
    padding-bottom: 0;
  }
}

#reform_case .reform_case_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* -- slider -- */
#reform_case iframe {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}

@media screen and (max-width: 320px) {
  #reform_case iframe {
    height: 400px;
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  #reform_case iframe {
    height: 500px;
  }
}

@media screen and (min-width: 768px) {
  #reform_case iframe {
    height: 600px;
  }
}

/* -- headline -- */
.headline_01 {
  position: relative;
  margin-bottom: 20px;
  color: #333333;
  font-size: 3.5rem;
  text-align: center;
}

.headline_01::after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 40px);
  width: 80px;
  height: 3px;
  border-radius: 1px;
  background-color: #004680;
  content: "";
}

.headline_01 + p {
  margin-top: 35px;
  font-size: 2rem;
  text-align: center;
}

/* -- button -- */
.btn_01 {
  -webkit-box-shadow: 0px 0px 5px 0px #b0b0b0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 225px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #004680;
          box-shadow: 0px 0px 5px 0px #b0b0b0;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
}

.btn_01 span {
  padding-left: 40px;
  background: url(/reform/images/icon_calculator_w.svg) no-repeat left center;
  background-size: 33px auto;
}

.btn_02 {
  -webkit-box-shadow: 0px 0px 5px 0px #b0b0b0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 90%;
  max-width: 440px;
  margin: auto;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #F3E600;
          box-shadow: 0px 0px 5px 0px #b0b0b0;
  color: #004680;
  font-size: 2.5rem;
  text-decoration: none;
}

.btn_02 span {
  padding-left: 40px;
  background: url(/reform/images/icon_calculator_b.svg) no-repeat left center;
  background-size: 30px auto;
}

.btn_01:hover, .btn_02:hover {
  opacity: 0.8;
}

/* -- background-color -- */
.bg_01 {
  background-color: #F4F4F4;
}

@media screen and (min-width: 768px) {
  .sp_item {
    display: none;
  }
}

/* ------------
header
------------ */
@media screen and (max-width: 767px) {
  #header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    height: 75px;
  }
}

@media screen and (min-width: 768px) {
  #header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: row wrap;
            align-items: center;
    height: 95px;
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #header h1 {
    width: 215px;
  }
}

@media screen and (min-width: 768px) {
  #header h1 {
    width: 285px;
    margin-right: auto;
    color: #fff;
  }
}

#header img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #header p {
    display: none;
  }
}

/* ------------
footer
------------ */
footer {
  margin-bottom: 130px;
  background-color: #000000;
  color: #aaaaaa;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 10px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  footer {
    padding: 15px;
    font-size: 2rem;
  }
}

.floating_btn {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
}

/* -------------------------------------
footer_link
-------------------------------------*/
.footer_link{
    margin: 1em 0;
    font-size: 80%;
    text-align: center;
}