@charset "UTF-8";
/* -----------------------------------------
Reaet
----------------------------------------- */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

td,
th {
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}

i {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  overflow: visible;
  text-transform: none;
}

button:focus {
  outline: none;
}

select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  vertical-align: middle;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

select {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* -----------------------------------------
Scaffolding
----------------------------------------- */
body {
  min-width: 320px;
}

.wrapper {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  padding-bottom: 76px;
}

@media screen and (min-width: 767px) {
  .wrapper {
    padding-bottom: 84px;
  }
}

.wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

.wrapper a {
  position: relative;
}

.wrapper a:hover, .wrapper a:active, .wrapper a:focus {
  text-decoration: none;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 767px) {
  body {
    min-width: 1000px;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/* -----------------------------------------
Page Contetns
----------------------------------------- */
.link-over {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.link-over:hover {
  opacity: 0.8;
}

.inner {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .inner {
    max-width: 600px;
  }
}

/* Header
----------------------------------------- */
.header {
  background-color: #000;
}

.header .inner {
  text-align: center;
  padding: 10px;
}

.header img {
  width: 100px;
}

/* fv
----------------------------------------- */
.fv {
  background-image: url(../img/sp-fv-back-img.jpg);
  background-size: cover;
  background-position: 0 100%;
}

@media screen and (min-width: 767px) {
  .fv {
    background-image: url(../img/pc-fv-back-img.jpg);
    background-size: cover;
    background-position: 50% 0;
  }
}

.fv .inner {
  padding: 20px 0 0;
}

@media screen and (min-width: 767px) {
  .fv .inner {
    padding: 40px 20px 0;
  }
}

/* Banner-area
----------------------------------------- */
.banner-area {
  background-color: #d31e23;
}

.banner-area .inner {
  padding: 16px 20px 10px;
}

@media screen and (min-width: 767px) {
  .banner-area .inner {
    padding: 30px 40px 30px;
  }
}

.banner-area .ttl {
  padding: 0 20px 12px;
}

/* Btn-area
----------------------------------------- */
.btn-area .inner {
  padding: 10px 20px;
}

@media screen and (min-width: 767px) {
  .btn-area .inner {
    padding: 40px 40px;
  }
}

.btn-area a {
  display: inline-block;
  margin-bottom: 10px;
}

/* Section1
----------------------------------------- */
.section1 h2 {
  background-color: #c11b1f;
  position: relative;
  padding: 14px 0;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .section1 h2 {
    padding: 30px 0;
    margin-bottom: 40px;
  }
}

.section1 h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #c11b1f;
}

.section1 h2 img {
  width: 280px;
}

.section1 .inner {
  padding: 0 20px 10px;
}

@media screen and (min-width: 767px) {
  .section1 .inner {
    padding: 0 40px 40px;
  }
}

.section1 .list {
  overflow: hidden;
}

.section1 .list li {
  margin-bottom: 10px;
}

/* Section2
----------------------------------------- */
.section2 {
  background-color: #c11b1f;
}

.section2 .inner {
  padding: 40px 20px 10px;
}

@media screen and (min-width: 767px) {
  .section2 .inner {
    padding: 40px;
  }
}

.section2 h2 {
  position: relative;
  margin-top: -54px;
}

.section2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.section2 .list li {
  width: 48%;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .section2 .list li {
    margin-bottom: 20px;
  }
}

.section2 .list li.list2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section2 .list li.list3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section2 .list li.list4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* Section3
----------------------------------------- */
.section3 .inner {
  padding: 20px 20px 0;
}

@media screen and (min-width: 767px) {
  .section3 .inner {
    padding: 40px 40px 0;
  }
}

.section3 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.section3 h2 img {
  width: 280px;
}

.section3 .txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.section3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.section3 .list li {
  width: 23%;
  margin: 6px 1% 0;
}

@media screen and (min-width: 767px) {
  .section3 .list li {
    width: 18%;
    margin: 10px 1% 0;
  }
}

.section3 .list li.list2,
.section3 .list li.list5,
.section3 .list li.list8,
.section3 .list li.list11,
.section3 .list li.list14,
.section3 .list li.list17,
.section3 .list li.list20 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section3 .list li.list3,
.section3 .list li.list6,
.section3 .list li.list9,
.section3 .list li.list12,
.section3 .list li.list15,
.section3 .list li.list18,
.section3 .list li.list21 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section3 .list li.list4,
.section3 .list li.list7,
.section3 .list li.list10,
.section3 .list li.list13,
.section3 .list li.list16,
.section3 .list li.list19 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.section3 .bottom {
  padding: 40px 0;
  background-image: url(../img/section3-bottom-back-img.png);
  background-size: cover;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .section3 .bottom {
    padding: 60px 0;
  }
}

.section3 .bottom img {
  width: 280px;
}

@media screen and (min-width: 767px) {
  .section3 .bottom img {
    width: 400px;
  }
}

/* Section4
----------------------------------------- */
.section4 {
  background-image: url(../img/section4-back-img.png);
  background-size: cover;
}

.section4 .inner {
  padding: 20px;
}

@media screen and (min-width: 767px) {
  .section4 .inner {
    padding: 40px;
  }
}

.section4 h2 {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .section4 h2 {
    margin-bottom: 40px;
  }
}

.section4 h2 img {
  width: 200px;
}

.section4 .list {
  overflow: hidden;
}

.section4 .list li {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 16px 10px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 767px) {
  .section4 .list li {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
}

.section4 .list .img {
  width: 20%;
  text-align: center;
}

.section4 .list .img img {
  width: 50px;
}

.section4 .list .txt {
  width: 80%;
  padding-left: 10px;
}

.section4 .list .txt h3 {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}

.section4 .list .txt p {
  font-size: 12px;
  line-height: 1.5;
}

/* Section5
----------------------------------------- */
.section5 {
  background-color: #c11b1f;
}

.section5 .inner {
  padding: 40px 20px 10px;
}

@media screen and (min-width: 767px) {
  .section5 .inner {
    padding: 40px;
  }
}

.section5 h2 {
  position: relative;
  margin-top: -50px;
}

.section5 .list {
  overflow: hidden;
}

.section5 .list li {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .section5 .list li {
    margin-bottom: 20px;
  }
}

.section5 .list li.list2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section5 .list li.list3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section5 .list li.list4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* Section6
----------------------------------------- */
.section6 .inner {
  padding: 20px;
}

@media screen and (min-width: 767px) {
  .section6 .inner {
    padding: 40px 40px 0;
  }
}

.section6 h2 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .section6 h2 {
    margin-bottom: 40px;
  }
}

.section6 h2 img {
  width: 140px;
}

@media screen and (min-width: 767px) {
  .section6 h2 img {
    width: 200px;
  }
}

.section6 .list {
  margin-bottom: 10px;
  background-color: #f1f1f1;
  border-radius: 6px;
  padding: 10px;
}

@media screen and (min-width: 767px) {
  .section6 .list {
    margin-bottom: 20px;
  }
}

.section6 .list .question {
  padding-left: 24px;
  font-size: 14px;
  background-image: url(../img/question-img.png);
  background-size: 22px;
  background-position: 0 50%;
  padding: 10px 20px 10px 32px;
  cursor: pointer;
  position: relative;
}

.section6 .list .question span {
  display: inline-block;
  width: 12px;
  position: absolute;
  top: 35%;
  right: 5px;
  -webkit-transform: rotate(180deg) translateY(-50%) translateX(0%);
      -ms-transform: rotate(180deg) translateY(-50%) translateX(0%);
          transform: rotate(180deg) translateY(-50%) translateX(0%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section6 .list .question span img {
  display: block;
}

.section6 .list .question.active span {
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%) translateX(0%);
      -ms-transform: rotate(0deg) translateY(-50%) translateX(0%);
          transform: rotate(0deg) translateY(-50%) translateX(0%);
}

.section6 .list .answer {
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
  display: none;
}

/* Form-area
----------------------------------------- */
.form-area .inner {
  padding: 20px 20px 40px;
}

@media screen and (min-width: 767px) {
  .form-area .inner {
    padding: 20px 40px 60px;
  }
}

.form-area h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #d31e23;
  color: #fff;
  padding: 14px;
  position: relative;
}

@media screen and (min-width: 767px) {
  .form-area h2 {
    margin-bottom: 40px;
    font-size: 22px;
    padding: 20px;
  }
}

.form-area h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #c11b1f;
}

.form-area .input-area {
  margin-bottom: 20px;
}

.form-area .input-area span {
  color: #000;
  font-weight: 600;
  display: block;
  padding: 4px;
  border-left: 3px solid #000;
  margin-bottom: 10px;
}

.form-area .input-area input {
  color: #000;
  width: 100%;
  padding: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ebebeb;
  border-radius: 4px;
}

.form-area .input-area textarea {
  color: #000;
  width: 100%;
  padding: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  height: 160px;
}

.form-area .btn {
  text-align: center;
  margin-top: 40px;
}

.form-area .btn button {
  background-color: #ef162a;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  padding: 18px 50px;
  border-radius: 4px;
}

/* Footer
----------------------------------------- */
.footer {
  background-color: #000;
}

.footer .inner {
  padding: 20px;
}

.footer .logo {
  text-align: center;
}

.footer .logo img {
  width: 100px;
}

.footer .info {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer .copyright {
  text-align: center;
  padding-bottom: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
}

.fadeIn {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.fix-footer-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
}

.fix-footer-btn .inner {
  padding: 10px;
  max-width: 800px;
}

.fix-footer-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fix-footer-btn .btn .web {
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: #eeb300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .web {
    width: 30%;
    margin: 0;
  }
}

.fix-footer-btn .btn .web a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-web-pc-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 22px, 8px;
  background-position: 6% 50%, 92% 50%;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .web a {
    padding: 10px 6px 10px 30px;
    font-size: 12px;
    font-weight: 700;
    background-image: url(../img/btn-web-sp-img.png);
    background-size: 16px;
    background-position: 8% 50%;
  }
}

.fix-footer-btn .btn .line {
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: #02b902;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .line {
    width: 30%;
    margin: 0;
  }
}

.fix-footer-btn .btn .line a {
  display: block;
  padding: 18px 32px 18px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-image: url(../img/btn-line2-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 42px, 8px;
  background-position: 6% 54%, 92% 50%;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .line a {
    padding: 10px 6px 10px 30px;
    font-size: 12px;
    font-weight: 700;
    background-size: 42px;
    background-position: 0% 54%;
    background-image: url(../img/btn-line2-img.png);
  }
}

.fix-footer-btn .btn .tel {
  width: 38%;
  margin-right: 20px;
  border: 1px solid #002287;
  background-color: #fff;
  padding: 6px 10px 0;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel {
    width: 36%;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    border-bottom: 3px solid #002287;
    background: -webkit-gradient(linear, left top, left bottom, from(#0054b5), to(#002287));
    background: linear-gradient(#0054b5, #002287);
  }
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel a {
    color: #fff;
    padding: 10px 6px 10px 30px;
    font-size: 12px;
    font-weight: 700;
    background-image: url(../img/btn-tel-sp-img.png);
    background-size: 32px;
    background-position: 2% 54%;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel a i {
    display: inline-block;
  }
}

.fix-footer-btn .btn .tel p {
  font-size: 12px;
  font-weight: 600;
  background-color: #002287;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  padding: 4px;
}

.fix-footer-btn .btn .tel p i {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel p {
    font-size: 12px;
  }
}

.fix-footer-btn .btn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 36px;
  background-image: url(../img/tel-logo-img.png);
  background-size: 20px;
  background-position: 5% 50%;
}

.fix-footer-btn .btn .tel .wrap a {
  font-family: "D-DIN";
  color: #002287;
  font-weight: 600;
  font-size: 24px;
}

.fix-footer-btn .btn .tel .wrap span {
  color: #002287;
  font-weight: 600;
  font-size: 11px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .fix-footer-btn .btn .tel .wrap span {
    font-size: 12px;
  }
}
