@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

*:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

ul,
ol {
  list-style: none;
}

/* remove border & off descender */
img {
  border: 0;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:not([href]) {
  cursor: pointer;
}

/* remove descender */
svg,
input,
select,
textarea,
label {
  vertical-align: middle;
}

/* break word for all elements */
*,
*:before,
*:after {
  word-break: break-all;
}

/* [IE8-] New Tag from HTML5 */
main, article, aside, figcaption, figure,
footer, header, nav, section, details, summary {
  display: block;
}

em, i {
  font-style: normal;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

main {
  background: none;
  padding: 0;
  color: #444444;
}

.cf:after {
  height: 0;
  clear: both;
  display: block;
  content: '';
}

body {
  font-size: 18px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  color: #444444;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.main {
  overflow: hidden;
}

.container {
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mv {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 49.8%;
}

@media (max-width: 767px) {
  .mv {
    padding-top: 157.8%;
  }
}

.mv img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.lead {
  padding-top: 42px;
  padding-bottom: 90px;
  background: url("../images/lead_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

@media (max-width: 1023px) {
  .lead {
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  .lead {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

.lead-catch {
  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}

@media (max-width: 767px) {
  .lead-catch {
    -webkit-transform: translateX(4%);
    -moz-transform: translateX(4%);
    -ms-transform: translateX(4%);
    transform: translateX(4%);
  }
}

.lead-catch img {
  height: 120px;
  width: auto;
}

@media (max-width: 1023px) {
  .lead-catch img {
    height: 84px;
  }
}

@media (max-width: 767px) {
  .lead-catch img {
    height: 57.6px;
  }
}

@media (max-width: 413px) {
  .lead-catch img {
    height: 51.6px;
  }
}

@media (max-width: 374px) {
  .lead-catch img {
    height: 48px;
  }
}

.lead-title {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .lead-title {
    margin-top: 8px;
  }
}

.lead-title img {
  height: 56px;
  width: auto;
}

@media (max-width: 1023px) {
  .lead-title img {
    height: 39.2px;
  }
}

@media (max-width: 767px) {
  .lead-title img {
    height: auto;
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 413px) {
  .lead-title img {
    height: auto;
    width: 100%;
    max-width: 320px;
  }
}

.lead-body {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .lead-body {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .lead-body {
    margin-top: 16px;
  }
}

.lead-body img {
  height: 40px;
  width: auto;
}

@media (max-width: 1023px) {
  .lead-body img {
    height: 28px;
  }
}

@media (max-width: 767px) {
  .lead-body img {
    height: 20px;
  }
}

@media (max-width: 413px) {
  .lead-body img {
    height: 18px;
  }
}

.section {
  padding-top: 108px;
  padding-bottom: 120px;
}

@media (max-width: 1023px) {
  .section {
    padding-top: 80px;
    padding-bottom: 92px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}

.section-header {
  position: relative;
}

.section-title {
  text-align: center;
}

.section-title img {
  height: 86px;
  width: auto;
}

@media (max-width: 767px) {
  .section-title img {
    height: 52px;
  }
}

@media (max-width: 413px) {
  .section-title img {
    height: 48px;
  }
}

@media (max-width: 374px) {
  .section-title img {
    height: 44px;
  }
}

.section-main {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .section-main {
    margin-top: 32px;
  }
}

.flow {
  background: url("../images/pattern_star.jpg");
  background-size: 38px 68px;
}

.flow-foot {
  font-weight: 600;
  text-align: center;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .flow-foot {
    margin-top: 32px;
    font-size: 12px;
    line-height: 1.8;
  }
}

.flow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .flow-list {
    display: block;
  }
}

.flow-list > li {
  width: 33.33333%;
}

@media (max-width: 767px) {
  .flow-list > li {
    max-width: 256px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
  }
}

.flow-list > li + li {
  margin-left: 70px;
}

@media (max-width: 1199px) {
  .flow-list > li + li {
    margin-left: 48px;
  }
}

@media (max-width: 1023px) {
  .flow-list > li + li {
    margin-left: 32px;
  }
}

@media (max-width: 767px) {
  .flow-list > li + li {
    margin-left: auto;
    margin-top: 32px;
  }
}

.flow-item {
  position: relative;
}

.flow-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

@media (max-width: 1199px) {
  .flow-item-caption {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 1023px) {
  .flow-item-caption {
    width: 48px;
    height: 48px;
  }
}

.flow-item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 24px 16px 32px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .flow-item-container {
    padding: 16px 16px 16px 20px;
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .flow-item-container {
    font-size: 13px;
  }
}

.flow-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  width: 180px;
  margin-top: 20px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .flow-item-link {
    height: 36px;
    margin-top: 16px;
  }
}

.flow-01 .flow-item-link {
  color: #C60100;
}

.flow-02 .flow-item-link {
  color: #005BC6;
}

.flow-03 .flow-item-link {
  color: #57C600;
}

.product {
  position: relative;
  background: #AA0F0B;
}

.product .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .product .section-header {
    padding-top: 64px;
  }
}

@media (max-width: 767px) {
  .product .section-header {
    padding-top: 48px;
  }
}

.product-header-decorator-01 {
  max-width: 309px;
  position: absolute;
  top: -72px;
  left: -32px;
}

@media (max-width: 1199px) {
  .product-header-decorator-01 {
    left: -64px;
    top: -86px;
  }
}

@media (max-width: 1023px) {
  .product-header-decorator-01 {
    left: 0;
    top: -48px;
    max-width: 256px;
  }
}

@media (max-width: 767px) {
  .product-header-decorator-01 {
    top: -28px;
    left: -8px;
    max-width: 172px;
  }
}

.product-header-decorator-02 {
  max-width: 215px;
  position: absolute;
  bottom: -40px;
  right: 0;
}

@media (max-width: 1199px) {
  .product-header-decorator-02 {
    right: -64px;
  }
}

@media (max-width: 1023px) {
  .product-header-decorator-02 {
    right: -8px;
    bottom: auto;
    top: -28px;
    max-width: 192px;
  }
}

@media (max-width: 767px) {
  .product-header-decorator-02 {
    max-width: 120px;
    top: -16px;
  }
}

.product-bg {
  position: absolute;
}

.product-bg.left {
  top: 132px;
  left: 0;
  max-width: 353px;
  width: 27.57%;
}

.product-bg.right {
  bottom: 40px;
  right: 0;
  max-width: 509px;
  width: 39.76%;
}

.product-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -32px;
}

@media (max-width: 767px) {
  .product-card-list {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -8px;
  }
}

.product-card-list > li {
  width: 33.33333%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
}

@media (max-width: 767px) {
  .product-card-list > li {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
  }
}

.product-card-list > li:nth-of-type(1) .product-card-def > dt {
  background-color: #bbbbbb;
}

.product-card-list > li:nth-of-type(2) .product-card-def > dt {
  background-color: #333333;
}

.product-card-list > li:nth-of-type(3) .product-card-def > dt {
  background-color: #D30A16;
}

.product-card-list > li:nth-of-type(4) .product-card-def > dt {
  background-color: #005BC6;
}

.product-card-list > li:nth-of-type(5) .product-card-def > dt {
  background-color: #FFCC00;
}

.product-card-list > li:nth-of-type(6) .product-card-def > dt {
  background-color: #57C600;
}

.product-card-list > li:nth-of-type(7) .product-card-def > dt {
  background-color: #FF9900;
}

.product-card-list > li:nth-of-type(8) .product-card-def > dt {
  background-color: #FF99CC;
}

.product-card-list > li:nth-of-type(9) .product-card-def > dt {
  background-color: #990099;
}

.product-card {
  position: relative;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.product-card-thumbnail {
  padding-top: 56.25%;
  background: no-repeat center;
  background-size: cover;
}

.product-card-def {
  padding: 16px;
}

@media (max-width: 767px) {
  .product-card-def {
    padding: 12px 12px;
  }
}

.product-card-def > dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 140px;
  height: 25px;
  border-radius: 25px;
  background: red;
  color: #ffffff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .product-card-def > dt {
    width: auto;
    font-size: 12px;
    height: 20px;
    max-width: 120px;
  }
}

.product-card-def > dt:before, .product-card-def > dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url("../images/product_star.png") no-repeat center;
  background-size: cover;
}

.product-card-def > dt:before {
  left: 8px;
}

.product-card-def > dt:after {
  right: 8px;
}

.product-card-def > dd {
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .product-card-def > dd {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .product-card-def > dd {
    font-size: 11px;
    margin-top: 10px;
  }
}

.product-card-def > dd > span {
  display: inline-block;
}

.info {
  position: relative;
}

.info .container {
  position: relative;
  z-index: 1;
}

.info-bg {
  position: absolute;
}

.info-bg.left {
  top: 0;
  left: 0;
  width: 26.4%;
}

.info-bg.right {
  bottom: 0;
  right: 0;
  width: 25.31%;
}

.info-box {
  background-color: #222;
  color: #ffffff;
}

.info-box-def {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .info-box-def {
    padding: 16px;
    font-size: 12px;
    display: block;
  }
}

.info-box-def > dt {
  width: 180px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 767px) {
  .info-box-def > dt {
    width: auto;
  }
}

.info-box-def > dd {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .info-box-def > dd {
    margin-top: 4px;
  }
}

.info-box-def + .info-box-def {
  border-top: 1px solid #ffffff;
}

.form {
  position: relative;
  background: #AA0F0B;
}

.form .container {
  position: relative;
  z-index: 1;
}

.form.submitted .form-body {
  display: none;
}

.form.submitted .form-completed {
  display: block;
}

.form-completed {
  display: none;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.form-completed-title {
  text-align: center;
  padding-bottom: 16px;
  color: #ffffff;
}

.form-completed-desc {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .form-completed-desc {
    text-align: left;
  }
}

.form-fields {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.form-field > dt {
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .form-field > dt {
    font-size: 14px;
    padding-bottom: 12px;
  }
}

.form-field + .form-field {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .form-field + .form-field {
    margin-top: 24px;
  }
}

.form-action {
  margin-top: 64px;
  text-align: center;
}

@media (max-width: 767px) {
  .form-action {
    margin-top: 48px;
  }
}

.form-action-lead {
  text-align: center;
  padding-bottom: 16px;
  color: #ffffff;
}

.form-action-lead a {
  text-decoration: underline;
}

.form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 64px;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  color: #C60100;
  font-weight: bold;
  cursor: pointer;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: 0.24s;
  -moz-transition: 0.24s;
  transition: 0.24s;
}

@media (max-width: 767px) {
  .form-button {
    height: 52px;
    width: 280px;
    font-size: 20px;
  }
}

.form-button:hover {
  box-shadow: 0 1px 10px 5px rgba(255, 255, 255, 0.3);
}

input,
select {
  width: 100%;
  padding: 16px 24px 15px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 1px solid #d8d8d8;
  background-color: #FFF5F5;
  border-radius: 0;
}

@media (max-width: 767px) {
  input,
  select {
    font-size: 15px;
    padding: 12px 16px 11px;
  }
}

input:focus,
select:focus {
  outline: 3px solid #DDCA00;
}

.links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .links-list {
    display: block;
  }
}

.links-list > li {
  width: 50%;
}

@media (max-width: 767px) {
  .links-list > li {
    width: auto;
  }
}

.links-list > li:nth-of-type(1) .links-item {
  background-color: #760A58;
}

.links-list > li:nth-of-type(1) img {
  max-width: 554px;
}

@media (max-width: 1199px) {
  .links-list > li:nth-of-type(1) img {
    max-width: 443.2px;
  }
}

@media (max-width: 1023px) {
  .links-list > li:nth-of-type(1) img {
    max-width: 277px;
  }
}

.links-list > li:nth-of-type(2) .links-item {
  background-color: #0A2776;
}

.links-list > li:nth-of-type(2) img {
  max-width: 502px;
}

@media (max-width: 1199px) {
  .links-list > li:nth-of-type(2) img {
    max-width: 401.6px;
  }
}

@media (max-width: 1023px) {
  .links-list > li:nth-of-type(2) img {
    max-width: 251px;
  }
}

.links-item {
  padding-top: 62px;
  padding-bottom: 64px;
}

@media (max-width: 1023px) {
  .links-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .links-item {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}

.links-item-def > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 134px;
}

@media (max-width: 1023px) {
  .links-item-def > dt {
    height: 92px;
  }
}

@media (max-width: 767px) {
  .links-item-def > dt {
    height: auto;
  }
}

.links-item-def > dt img {
  width: auto;
}

.links-item-def > dd {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .links-item-def > dd {
    margin-top: 16px;
  }
}

.links-item-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 72px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border-radius: 72px;
  -webkit-transition: 0.24s ease-out;
  -moz-transition: 0.24s ease-out;
  transition: 0.24s ease-out;
}

@media (max-width: 767px) {
  .links-item-button {
    height: 60px;
    border-radius: 60px;
    font-size: 13px;
  }
}

.links-item-button:hover {
  box-shadow: 0 1px 10px 5px rgba(255, 255, 255, 0.3);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background-color: #000;
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1023px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-copyright {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer-copyright {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .sp-dn {
    display: none !important;
  }
}

.sp-db {
  display: none !important;
}

@media (max-width: 767px) {
  .sp-db {
    display: block !important;
  }
}

.pc-dn {
  display: none !important;
}

@media (max-width: 767px) {
  .pc-dn {
    display: block !important;
  }
}

.tab-db {
  display: none !important;
}

@media (max-width: 1023px) {
  .tab-db {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .tab-dn {
    display: none !important;
  }
}

/*# sourceMappingURL=../../maps/common.css.map */
