@charset "euc-jp";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, 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, section, summary, div, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box; 
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

p {
  line-height: 1.8;
  text-align: left;
}

img {
  max-width: 100%;
  object-fit: contain;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

.pd40 {
  padding: 40px 0 0 0;
}

.f18 {
  font-size: 1.8rem;
}

.f20 {
  font-size: 2.0rem;
}

.bold {
  font-weight: bold;
}

.pagetop {
  display: none;
}

.bg-color01 {
  background: #ffeef4;
}

.bg-color02 {
  background: #efefef;
}


@media (min-width: 768px){

header {
  width: 100%;
  height: 100vh;
  background: -webkit-repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
  background: -o-repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
  background: repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
}

.nav-area {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #fff;
  float: left;
}

.h-logo {
  margin: 0 auto;
}

.h-logo img {
  width: 180px;
}

.main-visual {
  margin: 30px auto;
  width: 1200px;
  max-height: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  -webkit-transform: translateY(-40%) translateX(-50%);
}

h1 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.mv-copy-sub {
  margin: 40px 0 0 0;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.8;
}

.h-cta-btn {
  width: 100%;
  margin: 40px 0 30px 0;
}

.h-cta-btn a {
  padding: 16px 80px;
  background: #ffff00;
  color: #333;
  font-weight: bold;
  font-size: 2.0rem;
  text-decoration: none;
  border-radius: 4px;
}

.h-cta-btn a:hover {
  color: #ec002f;
  background: #fff;
  text-decoration: none !important;
}

.h-cta-note {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  text-align: center;
}

.cta-btn-area {
  margin: 60px auto 0;
  text-align: center;
}

.cta-btn a {
  padding: 16px 80px;
  background: #ffff00;
  color: #333;
  font-weight: bold;
  font-size: 2.0rem;
  text-decoration: none;
  border-radius: 4px;
}

.cta-btn a:hover {
  color: #ec002f;
  background: #fff;
  text-decoration: none !important;
}

.cta-note {
  margin: 40px 0 0 0;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  text-align: center;
}

.mv-area {

}

.mv-area img {
  width: 600px;
}

section {
  width: 100%;
  overflow: hidden;
}

.contents {
  margin: 100px auto;
  width: 1200px;
}

.f-contents {
  margin: 0 auto 0;
  width: 1200px;
}

h2 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
}

h3 {
  font-size: 2.8rem;
  font-weight: bold;
}

.f-contents > h2 {
  color: #fff;
}

.title {
  text-align: center;
}

h2 span {
  display: block;
}

footer#f-cont {
  padding: 60px 0;
  width: 100%;
  background: -webkit-repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
  background: -o-repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
  background: repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.sp-pc {
  display: block;
}

.note {
  font-size: 1.4rem;
  color: #666;
}

.att {
  color: #ec002f;
  font-weight: bold;
}

sup {
  font-size: 1.4rem;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

.reason-list {
  margin: 40px 15% 0;
  width: 80%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reason-list li {
  margin: 0 1%;
  width: 28%;
  float: left;
}

.reason-list li img {
  width: 100%;
}

.def-img {
  margin: 0 auto;
  width: 600px;
}

.def-img img {
  width: 600px;
}

.def-cta-btn-area {
  margin: 0 auto;
  text-align: center;
}

.def-cta-btn a {
  padding: 16px 80px;
  background: #ec002f;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #ec002f;
}

.def-cta-btn a:hover {
  color: #ec002f;
  background: #fff;
  text-decoration: none !important;
  border: 2px solid #ec002f;
}

.def-cta-note {
  margin: 40px 0 0 0;
  font-size: 1.2rem;
  color: rgba(0,0,0,0.8);
  text-align: center;
}

.def-tbl {
  margin: 40px auto 0;
  width: 70%;
}

.def-tbl th {
  white-space: nowrap;
  padding: 20px;
  background: #dfdfdf;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.def-tbl td {
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: left;
}

.flow-list {
  padding: 60px 0 0;
  display: flex;
  margin: 0 15%;
  width: 70%;
}

.flow-list li {
  margin: 0 1.5%;
  width: 30%;
  padding: 30px 30px 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.flow-list-step {
  margin: 0 auto;
  padding: 2px 0;
  width: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.flow-list-title {
  padding: 0 0 10px 0;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
}

.flow-list-txt {
  font-size: 1.4rem;
}

.flow-allow {
  width: 0;
  height: 0;
  border-left: 20px solid #333;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

}



@media (max-width: 768px){

  a:hover {
    text-decoration: none !important;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp-pc {
    display: block;
  }

  p {
    font-size: 1.4rem;
  }

  header {
    padding: 0 0 40px 0;
    width: 100%;
    background: -webkit-repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
    background: -o-repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
    background: repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
  }

  .nav-area {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: #fff;
  }

  .h-logo {
    margin: 0 0 0 10px;
  }

  .h-logo img {
    width: 160px;
  }

  .main-visual {
    margin: 40px auto;
    padding: 0 3%;
    width: 94%;
    max-height: 100%;
  }

  h1 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }

  .h-cta-btn a {
    margin: 40px 0 20px;
    padding: 16px 0;
    width: 100%;
    background: #ffff00;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    float: left;
  }

  .h-cta-note {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    text-align: center;
  }

  .cta-btn-area {
    margin: 0 auto;
    text-align: center;
  }

  .cta-btn a {
    margin: 0 0 20px;
    padding: 16px 0;
    width: 100%;
    background: #ffff00;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    float: left;
  }

  .cta-note {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    text-align: center;
    margin: 0 0 60px 0;
  }

  .mv-area {
    margin: 0;
    position: relative;
    float: left;
  }

  .mv-area img {
    width: 100%;
  }

  section {
    width: 100%;
    overflow: hidden;
  }

  .contents {
    margin: 60px auto;
    padding: 0 3%;
    width: 94%;
  }

  .f-contents {
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
  }

  h2 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.6;
  }

  h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .f-contents > h2 {
    color: #fff;
  }

  .title {
    text-align: center;
  }

  .sp-left {
    text-align: left;
  }

  .note {
    font-size: 1.2rem;
    color: #666;
  }

  .att {
    color: #ec002f;
    font-weight: bold;
  }

  sup {
    font-size: 1.2rem;
      vertical-align: baseline;
      _vertical-align: bottom;
      position: relative;
  }

  .reason-list {
    margin: 40px 5% 0;
    width: 90%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .reason-list li {
    margin: 0 10%;
    width: 80%;
    float: left;
  }

  .reason-list li img {
    width: 100%;
  }

  .def-img {
    margin: 0 auto;
    width: 100%;
  }

  .def-img img {
    width: 100%;
  }

  .def-cta-btn-area {
    margin: 0 auto;
    text-align: center;
  }

  .def-cta-btn a {
    margin: 0 0 20px 0;
    padding: 16px 0;
    width: 100%;
    background: #ec002f;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #ec002f;
    text-align: center;
    display: block;
    float: left;
  }

  .def-cta-note {
    font-size: 1.2rem;
    color: rgba(0,0,0,0.8);
  }

  .def-tbl {
    margin: 40px 0 0;
    width: 100%;
  }

  .def-tbl th {
    font-size: 1.4rem;
    white-space: nowrap;
    width: 100%;
    padding: 5%;
    background: #dfdfdf;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
  }

  .def-tbl td {
    font-size: 1.4rem;
    width: 100%;
    padding: 5%;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
    float: left;
    word-wrap: break-word;
  }

  _::-webkit-full-page-media, _:future, :root .def-tbl th {
    font-size: 1.4rem;
    white-space: nowrap;
    width: 90%;
    padding: 5%;
    background: #dfdfdf;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
  }

  _::-webkit-full-page-media, _:future, :root .def-tbl td {
    font-size: 1.4rem;
    width: 90%;
    padding: 5%;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
    float: left;
    word-wrap: break-word;
  }

  .flow-list {
    padding: 30px 0 0;
    margin: 0;
    width: 100%;
  }

  .flow-list li {
    margin: 0 0 40px 0;
    width: 100%;
    padding: 30px 30px 20px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    position: relative;
  }

  .flow-list-step {
    margin: 0 auto;
    padding: 2px 0;
    width: 100px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }

  .flow-list-title {
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
  }

  .flow-list-txt {
    font-size: 1.4rem;
  }

  .flow-allow {
    display: none;
  }

  h2 span {
    display: block;
  }

  footer#f-cont {
    padding: 60px 3% 60px;
    width: 100%;
      background: -webkit-repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
      background: -o-repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
      background: repeating-linear-gradient(-45deg,#ff0033 0,#ff0033 30px,#ec002f 30px,#ec002f 60px);
    float: left;
    overflow: hidden;
  }

  .copyright {
    text-align: left;
  }

  .footer-info {
    padding: 30px 0;
    background: #fff;
    text-align: center;
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }

  .footer-info p {
    margin: 30px 0 0 0;
    font-size: 1.2rem;
    color: #666;
    text-align: center;
  }

}
