@charset "UTF-8";
/* COLOR
----------------------------*/
/* WIDTH HEIGHT
----------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 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;
}

/**
 * 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

/*   Common Setting
----------------------------*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* FadeIn Animation */
.effect-fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.effect-fade:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.effect-fade:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.effect-fade:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.effect-fade:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.effect-fade:nth-of-type(6) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.fadeT {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}

.fadeB {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fadeL {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fadeR {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/**================================= Link Setting =================================**/
a {
  color: #F9D890;
  text-decoration: underline;
}

a:visited {
  color: #F9D890;
  text-decoration: underline;
}

a:hover {
  color: #F9D890;
  text-decoration: none;
}

a:active {
  color: #F9D890;
  text-decoration: none;
}

a[href^="tel:"] {
  color: #EFEFEF;
  text-decoration: none;
  cursor: text;
}

/**================================= Common Setting =================================**/
html {
  height: 100%;
}

body {
  background: #000;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "游明朝", "MS明朝", "メイリオ", Meiryo, Osaka, serif;
  color: #EFEFEF;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

strong {
  font-weight: normal;
  color: #F9D890;
}

/**================================= Header Setting =================================**/
.blockHeader {
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blockHeader.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.blockHeaderInner {
  padding-bottom: 20px;
}

.glogo {
  height: 58px;
}
.glogo span, .glogo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  width: 100%;
}
.glogo span img, .glogo a img {
  width: 30px;
  height: auto;
}

/* Navi Setting */
.gnav_list {
  border-top: #CCC solid 1px;
}
.gnav_list a {
  display: block;
  height: 39px;
  text-align: center;
  line-height: 39px;
  color: #EFEFEF;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.hsnsBox {
  border-top: #CCC solid 1px;
  line-height: 1;
}
.hsnsBox a {
  display: block;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
.hsnsBox a img {
  width: 73px;
}

/* Menu Button Setting */
.menuBox {
  position: fixed;
  top: 5px;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.menuBox.is-open .menuBtnInner::before, .menuBox.is-open .menuBtnInner::after {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.menuBoxInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.menuBoxInner::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #EFEFEF;
  position: absolute;
  right: 10px;
  top: 22px;
  z-index: 0;
}
.menuBoxInner .menuBtnInner {
  color: #EFEFEF;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.menuBoxInner .menuBtnInner span {
  display: none;
}
.menuBoxInner .menuBtnInner::before, .menuBoxInner .menuBtnInner::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #EFEFEF;
  position: absolute;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menuBoxInner .menuBtnInner::before {
  top: 15px;
}
.menuBoxInner .menuBtnInner::after {
  top: 29px;
}

/**================================= Footer Setting =================================**/
.blockFooter {
  padding: 15vw 0;
}

.blockFooterInner {
  padding: 0 20px;
}

.flogo {
  text-align: center;
}
.flogo img {
  width: 20%;
  max-width: 60px;
}

.copyright {
  margin-top: 20px;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

@media screen and (min-width: 641px) {
  /**================================= Header Setting =================================**/
  .blockHeader {
    font-size: 1rem;
  }
}
@media screen and (min-width: 921px) {
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover img {
    -webkit-filter: brightness(1.25);
            filter: brightness(1.25);
  }
  /**================================= Header Setting =================================**/
  .blockHeader {
    height: 80px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: -80px;
  }
  .blockHeader.is-open {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .blockHeaderInner {
    padding-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .glogo {
    height: 80px;
    margin-right: 30px;
  }
  .glogo span, .glogo a {
    height: 80px;
    width: auto;
  }
  .glogo span img, .glogo a img {
    width: 60px;
    height: auto;
  }
  /* Navi Setting */
  .gnavWrap {
    padding-right: 50px;
  }
  .gnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnav_list {
    border-top: none;
  }
  .gnav_list:nth-child(n+2) {
    margin-left: 20px;
  }
  .gnav_list a {
    height: auto;
    line-height: 1.2;
    font-size: 0.8125rem;
    position: relative;
    text-decoration: none;
  }
  .gnav_list a::after {
    content: "";
    width: 120%;
    height: 3px;
    background-color: #F9D890;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0, 1);
            transform: translateX(-50%) scale(0, 1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gnav_list a:hover::after, .gnav_list a.cur::after {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
  .hsnsBox {
    border-top: none;
    position: absolute;
    right: 70px;
    top: 31px;
  }
  .hsnsBox a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hsnsBox a img {
    width: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hsnsBox a:hover img {
    opacity: 0.7;
  }
  /* Menu Button Setting */
  .menuBox {
    top: 18px;
    right: 20px;
    width: auto;
  }
  .menuBox.is-open .menuBtnInner span {
    visibility: hidden;
    opacity: 0;
  }
  .menuBoxInner {
    width: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menuBoxInner .menuBtnInner {
    width: auto;
    padding-right: 45px;
  }
  .menuBoxInner .menuBtnInner span {
    display: inline-block;
    line-height: 41px;
    font-size: 1.5rem;
  }
  .menuBoxInner:hover {
    opacity: 0.7;
  }
  /**================================= Footer Setting =================================**/
  .blockFooter {
    padding: 5vw 0;
  }
  .blockFooterInner {
    padding: 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flogo img {
    width: 6vw;
  }
  .copyright {
    margin-top: 0;
    font-size: 0.9vw;
    text-align: right;
  }
}
@media screen and (min-width: 1201px) {
  /**================================= Header Setting =================================**/
  .blockHeader {
    border: none;
  }
  .blockHeaderInner {
    padding-right: 5vw;
  }
  .glogo {
    margin-right: 4vw;
  }
  /* Navi Setting */
  .gnavWrap {
    width: 74vw;
  }
  .gnav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gnav_list:nth-child(n+2) {
    margin-left: 0;
  }
  .gnav_list a {
    font-size: 1rem;
  }
  .hsnsBox {
    border-top: none;
    position: absolute;
    right: 140px;
    top: 28px;
  }
  .hsnsBox a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hsnsBox a img {
    width: 113px;
  }
  /* Menu Button Setting */
  .menuBox {
    right: 70px;
  }
  /**================================= Footer Setting =================================**/
  .blockFooterInner {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1601px) {
  .blockHeaderInner {
    padding-right: 3vw;
  }
  /* Navi Setting */
  .gnavWrap {
    width: 74vw;
  }
  .gnav_list a {
    font-size: 1.25rem;
  }
  .gnav_list a br {
    display: none;
  }
  .hsnsBox {
    right: 160px;
  }
}
/**================================= Common Setting =================================**/
.blockFooter.index {
  position: relative;
}
.blockFooter.index::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(../images/index/bg_allbtm.png) no-repeat right bottom/contain;
  width: 60vw;
  height: 100vh;
}

.blockContentsWrapper.under {
  background: url(../images/common/bg_top.png) no-repeat left top/100% auto;
}

.sectWrap {
  padding: 5vw 0;
  /*
  &:not(.sectFeature) {
  	//margin-top: 10vw;
  }*/
}

.sectInner {
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.sectRsection {
  text-align: right;
}

/* Title(Headline) */
.sectMainCopy {
  color: #000;
  font-size: 4.3vw;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 1.5em;
}
.sectMainCopy span:not(.pcLine) {
  display: inline-block;
  padding: 1.5vw;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sectMainCopy span:not(.pcLine)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #F9D890;
  z-index: -1;
  -webkit-transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.sectMainCopy span:not(.pcLine):nth-child(n+2) {
  margin-top: 5px;
}
.sectMainCopy span:not(.pcLine).pcLine {
  display: block;
  background-color: transparent;
  padding: 0;
}
.sectMainCopy.is-anime span::before {
  left: 0;
}
.sectMainCopy:not(.anime-effect) span::before {
  background-color: #F9D890;
  left: 0;
  z-index: -1;
}

.sectSubCopy {
  font-size: 3.8vw;
  margin-bottom: 4em;
  line-height: 1.7;
}
.sectSubCopy.hlLv02 {
  margin-bottom: 1em;
}

.hlLv03 {
  color: #000;
  font-size: 3.8vw;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 7vw;
}
.hlLv03 span:not(.pcLine) {
  display: inline-block;
  padding: 1.5vw;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hlLv03 span:not(.pcLine)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #F9D890;
  z-index: -1;
  -webkit-transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.hlLv03 span:not(.pcLine):nth-child(n+2) {
  margin-top: 5px;
}
.hlLv03 span:not(.pcLine).pcLine {
  display: block;
  background-color: transparent;
  padding: 0;
}
.hlLv03.is-anime span::before {
  left: 0;
}
.hlLv03:not(.anime-effect) span::before {
  background-color: #F9D890;
  left: 0;
  z-index: -1;
}

.hlLv04 {
  font-size: 3.8vw;
  font-weight: 500;
  margin-bottom: 1em;
}
.hlLv04 + .modTxt01:nth-child(n+2) {
  margin-top: 1em;
}

.hlLv05 {
  color: #F9D890;
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 1em;
}

/* Text */
.modTxt01 {
  font-size: 3.5vw;
  line-height: 1.8;
}
.modTxt01:nth-child(n+2) {
  margin-top: 1.5em;
}
.modTxt01.indent01 {
  padding-left: 4vw;
  position: relative;
}
.modTxt01.indent01::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.modTxt01.indent01.strong::before {
  color: #F9D890;
}
.modTxt01.indent02 {
  padding-left: 5.5vw;
  position: relative;
}
.modTxt01.indent02::before {
  content: "注）";
  position: absolute;
  top: 0;
  left: 0;
}
.modTxt01.indent02.strong::before {
  color: #F9D890;
}
.modTxt01.indent03 {
  padding-left: 4vw;
  position: relative;
}
.modTxt01.indent03::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.modTxt01.indent03.strong::before {
  color: #F9D890;
}
.modTxt01.indent04 {
  padding-left: 9vw;
  position: relative;
}
.modTxt01.indent04::before {
  content: "（注）";
  position: absolute;
  top: 0;
  left: 0;
}
.modTxt01.indent04.strong::before {
  color: #F9D890;
}

.modTxt02 {
  font-size: 3.2vw;
  line-height: 1.8;
}
.modTxt02:nth-child(n+2) {
  margin-top: 1.5em;
}
.modTxt02.indent {
  position: relative;
  padding-left: 3.7vw;
  color: #F9D890;
}
.modTxt02.indent::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.modTxt03 {
  font-size: 3vw;
  line-height: 1.8;
}
.modTxt03:nth-child(n+2) {
  margin-top: 1.5em;
}

.modTxt04 {
  font-size: 3.8vw;
  line-height: 1.8;
}
.modTxt04:nth-child(n+2) {
  margin-top: 1.5em;
}

/* Button */
.btnBox {
  margin-top: 2em;
  text-align: center;
}

a.modBtn01,
span.modBtn01 {
  display: inline-block;
  line-height: 1;
  text-align: center;
  background-color: #F9D890;
  color: #000;
  border: #F9D890 solid 1px;
  font-size: 4vw;
  border-radius: 5vw;
  padding: 2vw 5vw;
  text-decoration: none;
}

span.modBtn01 {
  cursor: pointer;
}

a.modBtn02,
span.modBtn02 {
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: #F9D890;
  border: #F9D890 solid 1px;
  font-size: 4vw;
  border-radius: 5vw;
  padding: 2vw 5vw;
  text-decoration: none;
}

span.modBtn02 {
  cursor: pointer;
}

a.modBtn03 {
  display: inline-block;
  line-height: 1;
  text-align: center;
  background-color: #F9D890;
  color: #000;
  border: #F9D890 solid 1px;
  font-size: 4.5vw;
  border-radius: 6vw;
  padding: 3vw 7vw;
  text-decoration: none;
}

/* LIST */
.modList01 {
  color: #F9D890;
  font-size: 3.6vw;
  line-height: 1.8;
}
.modList01 li {
  position: relative;
  padding-left: 4.2vw;
}
.modList01 li::before {
  content: "◎";
  position: absolute;
  top: 0;
  left: 0;
}

.modList02 {
  color: #EFEFEF;
  font-size: 3.5vw;
  line-height: 1.8;
}
.modList02 li {
  position: relative;
  padding-left: 4vw;
}
.modList02 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.modNumList01 {
  font-size: 3.5vw;
  line-height: 1.8;
}
.modNumList01 li {
  padding-left: 1.5em;
  position: relative;
}
.modNumList01 li .num {
  position: absolute;
  left: 0;
  top: 0;
}
.modNumList01 li:nth-child(n+2) {
  margin-top: 0.5em;
}

/* Image Size */
.imgsize_4_3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.imgsize_16_9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.imgsize_100_5638 {
  width: 100%;
  height: 0;
  padding-bottom: 56.38%;
}

/* Helper */
.tac {
  text-align: center;
}

/* Modal Movie */
.mfp-iframe-holder {
  padding-left: 20px;
  padding-right: 20px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1400px;
}

.mfp-iframe-holder .mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #F9D890;
  color: #000;
  text-align: center;
  font-size: 34px;
  padding-right: 0;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mfp-iframe-holder .mfp-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mfp-bg {
  opacity: 0.95;
}

/**================================= FV Setting =================================**/
.sectFv {
  position: relative;
}

.fvimg img {
  width: 100%;
  height: auto;
}

.fvTitleBox {
  position: absolute;
  top: 18vw;
  left: 50%;
  width: 40%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fvTitleBox .inner {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}
.fvTitleBox.is-anime .inner {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fvTitle {
  margin-top: -7vw;
  font-family: "Noto Sans JP", sans-serif;
}
.fvTitle .fvTitle__fss {
  font-size: 1.4vw;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}
.fvTitle .fvTitle__fsl {
  font-size: 4.6vw;
  font-weight: 700;
  display: block;
  white-space: nowrap;
}

.fvCopy {
  position: absolute;
  top: 23vw;
  left: 65%;
  width: 18vw;
}
.fvCopy span {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1s 0.8s;
  transition: 1s 0.8s;
}
.fvCopy.is-anime span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**================================= Feature Setting =================================**/
.sectFeature {
  position: relative;
  margin-top: -5vw;
  /*&::before {
  	content: "";
  	width: 100%;
  	height: 100vw;
  	background: url(../images/index/bg_intro_wave.png) no-repeat center center / contain;
  	position: absolute;
  	top: 103vw;
  	left: 0;
  	z-index: 0;
  }*/
}
.sectFeature .imgWave {
  width: 100%;
  height: 100vw;
  background: url(../images/index/bg_intro_wave.png) no-repeat center center/contain;
  position: absolute;
  top: 86vw;
  left: 0;
  z-index: 0;
}

.sectbg--tlbr {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 160vw;
  -webkit-clip-path: polygon(0 0%, 100% 65%, 100% 100%, 0 35%);
          clip-path: polygon(0 0%, 100% 65%, 100% 100%, 0 35%);
}

.sectbg--trbl {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 160vw;
  -webkit-clip-path: polygon(0 65%, 100% 0, 100% 35%, 0 100%);
          clip-path: polygon(0 65%, 100% 0, 100% 35%, 0 100%);
}

.sectbgFeature {
  top: 92vw;
  background: url(../images/index/bg_intro.jpg) no-repeat center -40%/100% auto;
}

.movieBoxWrap.feature {
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.subSectionBox {
  margin-top: 10vw;
  text-align: left;
  /*
  &.rv {
  	.figbg {
  		&::after {
  			left: 3.3vw;
  		}
  	}
  }
  */
}
.subSectionBox .figbg {
  width: 67.6%;
  max-width: 480px;
  margin: 0 auto 8vw;
  position: relative;
}
.subSectionBox .figbg img {
  border: #F9D890 solid 1px;
}
.subSectionBox .figbg::after {
  content: "";
  width: 44.17%;
  height: 44.22%;
  background: url(../images/index/img_bg.svg) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.subSectionBox .figbg.is-anime::after {
  opacity: 1;
  top: -1.8vw;
  left: -1.8vw;
}
.subSectionBox .is-att {
  font-size: 3vw;
}
.subSectionBox .is-att .att {
  position: absolute;
  right: 6vw;
  bottom: 3vw;
}
.subSectionBox .is-att .att2 {
  position: absolute;
  right: 0;
  bottom: -6vw;
}
.subSectionBox .is-att + .modTxt01 {
  margin-top: 3.3em;
}
.subSectionBox.rv .figbg::after {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.subSectionBox.rv .figbg.is-anime::after {
  top: -1.8vw;
  right: -1.8vw;
}
.subSectionBox .flexbox {
  padding: 0 5.4%;
  margin-top: 1.5em;
}
.subSectionBox .flexbox .flexImg {
  margin-bottom: 2em;
}
.subSectionBox .flexbox .flexTxt {
  font-family: "Noto Sans JP", sans-serif;
}
.subSectionBox .flexbox .flexTxt dt {
  font-size: 4vw;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 1em;
}
.subSectionBox .flexbox .flexTxt dt:nth-of-type(1) {
  background-color: #007CC8;
}
.subSectionBox .flexbox .flexTxt dt:nth-of-type(2) {
  background-color: #EC7D9E;
  margin-top: 1.5em;
}
.subSectionBox .flexbox .flexTxt dt:nth-of-type(3) {
  background-color: #00B6EE;
  margin-top: 1.5em;
}
.subSectionBox .flexbox .flexTxt dd {
  font-size: 3.1vw;
  text-align: center;
}

.subSectionBox--bgBoxTop .modTxt01 {
  text-align: right;
}

/* BG */
.sectBgInnerBox {
  position: relative;
  height: 72vw;
}
.sectBgInnerBox .imgWave {
  width: 100%;
  height: 100vw;
  background: url(../images/index/bg_sect02_wave.png) no-repeat center center/contain;
  position: absolute;
  top: -31vw;
  left: 0;
  z-index: 0;
}
.sectBgInnerBox .sectbgGuarantee {
  top: -39vw;
  background: url(../images/index/bg_sect02.jpg) no-repeat center 80%/110% auto;
}

/**================================= Guarantee Setting =================================**/
.sectGuarantee {
  position: relative;
  /*
  &::before {
  	content: "";
  	width: 100%;
  	height: 100vw;
  	background: url(../images/index/bg_sect02_wave.png) no-repeat center center / contain;
  	position: absolute;
  	top: 65vw;
  	left: 0;
  	z-index: 0;
  }*/
}
.sectGuarantee .imgWave {
  width: 100%;
  height: 100vw;
  background: url(../images/index/bg_sect02_wave.png) no-repeat center center/contain;
  position: absolute;
  top: 59vw;
  left: 0;
  z-index: 0;
}
.sectGuarantee .sectLsection {
  margin-top: 10vw;
}

/*.sectbgGuarantee {
	top: 50vw;
	background: url(../images/index/bg_sect02.jpg) no-repeat center 80% / 110% auto;
}*/
.modTbl01 {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  font-size: 3.5vw;
}
.modTbl01 th {
  border-bottom: #FFF solid 1px;
  text-align: center;
  font-weight: 400;
  padding: 7px 0;
}
.modTbl01 th:nth-child(1) {
  width: 60%;
}
.modTbl01 td {
  border-top: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
  text-align: center;
  padding: 7px 0;
}
.modTbl01 tr:last-child td {
  border-bottom: none;
}

.guaranteefig {
  text-align: center;
}
.guaranteefig .imgWrap {
  width: 80%;
  margin: 0 auto;
}
.guaranteefig .imgWrap .imgWrapInner {
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
}

/**================================= Maintenance Setting =================================**/
.sectMainte {
  position: relative;
  /*
  &::before {
  	content: "";
  	width: 100%;
  	height: 100vw;
  	background: url(../images/index/bg_sect03_wave.png) no-repeat center center / contain;
  	position: absolute;
  	top: 25vw;
  	left: 0;
  	z-index: 0;
  }*/
}
.sectMainte .imgWave {
  width: 100%;
  height: 100vw;
  background: url(../images/index/bg_sect03_wave.png) no-repeat center center/contain;
  position: absolute;
  top: -5vw;
  left: 0;
  z-index: 0;
}
.sectMainte .sectRsection {
  margin-top: 44vw;
}

.sectbgMainte {
  top: 7vw;
  background: url(../images/index/bg_sect03.jpg) no-repeat center 80%/110% auto;
}

/* Step */
.flowBody:nth-child(n+2) {
  margin-top: 4.3vw;
}

.stepTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #F9D890;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.stepTtl .en {
  text-align: center;
  margin-right: 3vw;
  text-transform: uppercase;
  font-size: 3.5vw;
}
.stepTtl .en .en__num {
  display: inline-block;
  width: 8vw;
  height: 8vw;
  font-size: 5.4vw;
  color: #000;
  line-height: 7.4vw;
  background-color: #F9D890;
  border-radius: 50%;
  margin-top: 1vw;
}
.stepTtl .jp {
  line-height: 8vw;
  font-size: 4vw;
}
.stepTtl + .modTxt01:nth-child(n+2) {
  margin-top: 1em;
}

.flexbox--mainte {
  text-align: left;
  margin-top: 4em;
}
.flexbox--mainte .flexItem--img {
  margin-bottom: 8vw;
}
.flexbox--mainte .flexItem--img .figbg {
  width: 67.6%;
  max-width: 480px;
  margin: 0 auto 2em;
  position: relative;
}
.flexbox--mainte .flexItem--img .figbg img {
  border: #F9D890 solid 1px;
}
.flexbox--mainte .flexItem--img .figbg::after {
  content: "";
  width: 44.17%;
  height: 33.3%;
  background: url(../images/index/img_bg.svg) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.flexbox--mainte .flexItem--img .figbg.is-anime::after {
  top: -1.8vw;
  left: -1.8vw;
  opacity: 1;
}
.flexbox--mainte .modTxt03:nth-child(n+2) {
  margin-top: 0;
}

/* Accrdion */
.mainteAccrBox {
  margin-top: 13vw;
}

.mainteAccr {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mainteAccr.is-open {
  max-height: 4000px;
}

.mainteAccrReadTxt {
  position: relative;
  border-top: #F9D890 solid 1px;
  color: #F9D890;
  font-size: 4vw;
  margin-bottom: 2em;
  margin-top: 6vw;
  padding-top: 8.5vw;
}
.mainteAccrReadTxt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14px 0 14px;
  border-color: #F9D890 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainteFlowTop .flexItem:nth-child(n+2) {
  margin-top: 1.5em;
}
.mainteFlowTop .figbg {
  width: 67.6%;
  max-width: 480px;
  margin: 0 auto 4vw;
  position: relative;
}
.mainteFlowTop .figbg img {
  border: #F9D890 solid 1px;
}
.mainteFlowTop .figbg::after {
  content: "";
  width: 44.17%;
  height: 33.3%;
  background: url(../images/index/img_bg.svg) no-repeat left top/contain;
  position: absolute;
  top: -1.8vw;
  left: -1.8vw;
  z-index: -1;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}

.mainteAccrFlow {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mainteAccrFlow .flexItem--accrflow {
  position: relative;
  width: 47%;
}
.mainteAccrFlow .flexItem--accrflow::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #F9D890;
  position: absolute;
  left: -7%;
  top: 0;
}
.mainteAccrFlow .flexItem--accrflow:nth-child(n+3) {
  margin-top: 6%;
}
.mainteAccrFlow .flexItem--accrflow:nth-child(2n) {
  margin-left: 6%;
}
.mainteAccrFlow figure {
  margin: 1em 0;
}

.stepTtl2 {
  color: #F9D890;
  margin-bottom: 1.5vw;
}
.stepTtl2 .en {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.5vw;
  margin-bottom: 1vw;
}
.stepTtl2 .en .en__num {
  display: inline-block;
  width: 8vw;
  height: 8vw;
  font-size: 5.4vw;
  color: #000;
  line-height: 7.4vw;
  background-color: #F9D890;
  border-radius: 50%;
  margin-top: 1vw;
}
.stepTtl2 .jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6vw;
  text-align: center;
}
.stepTtl2 + .modTxt01:nth-child(n+2) {
  margin-top: 1em;
}

.flowPointBox {
  border-top: #F9D890 solid 1px;
  border-bottom: #F9D890 solid 1px;
  margin: 4vw 0;
  padding: 0.5em 0;
  text-align: center;
}
.flowPointBox .pointTtl {
  font-size: 3.5vw;
  color: #F9D890;
}
.flowPointBox .pointTtl + .modTxt01:nth-child(n+2) {
  margin-top: 0;
}

.flowInner {
  position: relative;
}
.flowInner:nth-of-type(n+2) {
  padding-top: 60px;
}
.flowInner:nth-of-type(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14px 0 14px;
  border-color: #F9D890 transparent transparent transparent;
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flowInner:nth-of-type(n+2) .flowPointBox:first-child {
  margin-top: 0;
}
.flowInner img {
  border: #F9D890 solid 1px;
}

.flowCloseBtnBox {
  text-align: center;
  margin-top: 40px;
}

.mainteAttBox {
  margin-top: 60px;
}

.mainteNews {
  margin-top: 60px;
}

.mainteNews__item a {
  display: block;
  padding: 15px 0;
  font-size: 3.2vw;
  color: #EFEFEF;
  text-decoration: none;
}
.mainteNews__item:first-child a {
  padding-top: 0;
}
.mainteNews__item:nth-child(n+2) {
  border-top: #FFF solid 1px;
}

/**================================= Faq Setting =================================**/
.sectFaq {
  position: relative;
  /*
  &::before {
  	content: "";
  	width: 100%;
  	height: 100vw;
  	background: url(../images/index/bg_sect04_wave.png) no-repeat center center / contain;
  	position: absolute;
  	top: 0vw;
  	left: 0;
  	z-index: 0;
  }*/
}
.sectFaq .imgWave {
  width: 100%;
  height: 100vw;
  background: url(../images/index/bg_sect04_wave.png) no-repeat center center/contain;
  position: absolute;
  top: -30vw;
  left: 0;
  z-index: 0;
}
.sectbgFaq {
  top: 5vw;
  background: #767CB8 url(../images/index/bg_sect04.png) no-repeat 0 -20%/117% auto;
}

.faqBoxWrap {
  margin-top: 20vw;
}
.faqBoxWrap .hlLv03:nth-child(n+2) {
  margin-top: 3em;
}
.faqBoxWrap .hlLv03 + .faqBox .qTxt {
  padding-top: 0;
}
.faqBoxWrap .qTxt {
  border-bottom: #FFF solid 1px;
  padding: 20px 20px 20px 0;
  position: relative;
  font-weight: bold;
}
.faqBoxWrap .qTxt::before, .faqBoxWrap .qTxt::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #EFEFEF;
}
.faqBoxWrap .qTxt::before {
  width: 13px;
  height: 3px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faqBoxWrap .qTxt::after {
  width: 3px;
  height: 13px;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faqBoxWrap .aBox {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faqBoxWrap .aTxt {
  padding-top: 20px;
  font-size: 3.2vw;
  line-height: 1.8;
  margin-bottom: 5vw;
}
.faqBoxWrap .js-accrtrigger {
  cursor: pointer;
}
.faqBoxWrap .js-accrtrigger.is-open::after {
  opacity: 0;
}
.faqBoxWrap .js-accrtrigger.is-open + .aBox {
  max-height: 1000px;
}

/**================================= Campaign Setting =================================**/
.sectCampaign {
  padding-bottom: 0;
}

.campaignBox {
  background: url(../images/index/bg_campaign.jpg) no-repeat center top/cover;
  border-radius: 20px;
  padding: 20px 15px;
  text-align: center;
  color: #FFF;
}
.campaignBox figure {
  width: 90%;
  margin: 1em auto;
  text-align: center;
}
.campaignBox .btnBox {
  margin-top: 1em;
}

.campaignTitle {
  font-size: 4.2vw;
}

.campaignTxt {
  font-size: 3.3vw;
}
.campaignTxt:nth-child(n+2) {
  line-height: 1.8;
}

/* Banner Area */
.bnrList {
  margin-top: 15vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bnrList li {
  width: 47%;
  text-align: center;
}
.bnrList li:nth-child(2n) {
  margin-left: 6%;
}
.bnrList li:nth-child(n+3) {
  margin-top: 6%;
}

/**================================= News Modal Setting =================================**/
.modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
}
.modalWrap.is-show {
  visibility: visible;
  opacity: 1;
}

.modalBox {
  position: absolute;
  width: 92%;
  height: 92%;
  max-width: 750px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modalBoxInner {
  width: 100%;
  height: calc(100% - 80px);
  max-height: 1000px;
  background-color: #000;
  border: #444 solid 1px;
  overflow-y: auto;
  letter-spacing: 0;
}

.modalContents {
  padding: 0 10px;
}

.modalSect {
  padding: 25px 0;
}
.modalSect:nth-child(n+2) {
  border-top: #F9D890 solid 1px;
}
.modalSect .hlLv03 {
  text-align: center;
  margin-bottom: 4vw;
}
.modalSect .hlLv03:nth-child(n+2) {
  margin-top: 6vw;
}
.modalSect .modTxt01 {
  font-size: 3.3vw;
}
.modalSect .modTxt01:nth-child(n+2) {
  margin-top: 4vw;
}
.modalSect .flexBox {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modalSect .flexBox.imgBox .flexItem {
  width: 47%;
}
.modalSect .flexBox.imgBox .flexItem img {
  border: #F9D890 solid 2px;
}
.modalSect .flexBox.imgBox .flexItem:nth-child(2) {
  margin-left: 6%;
}
.modalSect .narrow {
  text-align: right;
}
.modalSect .narrow img {
  width: 85%;
}
.modalSect .narrow02 {
  text-align: center;
}
.modalSect .narrow02 img {
  width: 30%;
}
.modalSect .narrow03 {
  text-align: center;
}
.modalSect .narrow03 img {
  width: 80%;
}
.modalSect .narrow04 {
  text-align: center;
}
.modalSect .narrow04 img {
  width: 50%;
}

.modalList01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}
.modalList01 li {
  position: relative;
  width: 30%;
  border: #F9D890 solid 0.7vw;
  border-radius: 5px;
  overflow: hidden;
  color: #F9D890;
  font-size: 3.8vw;
  text-align: center;
  background: url(../images/index/bg_modallist.svg) no-repeat center center/cover;
}
.modalList01 li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.modalList01 li span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}

.modalTtlTxt {
  font-size: 4.2vw;
  color: #F9D890;
  text-align: center;
  margin-bottom: 4vw;
}
.modalTtlTxt .fss {
  font-size: 3.5vw;
  display: block;
}

.modalTitleBox {
  margin-top: 6vw;
  margin-bottom: 3vw;
  text-align: center;
}
.modalTitleBox .num {
  display: inline-block;
  width: 8vw;
  height: 8vw;
  font-size: 5.4vw;
  color: #000;
  line-height: 7.4vw;
  background-color: #F9D890;
  border-radius: 50%;
  margin-bottom: 5px;
}
.modalTitleBox .modalTitleTxt {
  font-size: 3.9vw;
  color: #F9D890;
  text-align: center;
}

.modalImgBox {
  width: 70%;
  margin: 1em auto 0;
}
.modalImgBox .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modalImgBox .flexBox .flexItem {
  width: 47%;
}
.modalImgBox .flexBox .flexItem figcaption {
  margin-top: 1em;
  font-size: 3.5vw;
  text-align: center;
}
.modalImgBox .flexBox .flexItem.wnarrow {
  width: 39%;
}

/* Close Button */
.modalCloseBtnBox {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

/**================================= Under Contents Setting =================================**/
/* Common Setting
--------------------------*/
.sectUnderWrap .sectSubCopy {
  margin-bottom: 4vw;
}
.sectUnderWrap .hlLv03 {
  margin-top: 10vw;
  margin-bottom: 5vw;
  font-size: 3.5vw;
}

.privacyInner {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.privacyInner .modTxt01:nth-child(n+2) {
  margin-top: 0;
}
.privacyInner .contKiyakuTtl {
  position: relative;
  padding-left: 4vw;
}
.privacyInner .contKiyakuTtl .num {
  position: absolute;
  top: 0;
  left: 0;
}
.privacyInner .kiyakuTxt {
  padding-left: 4vw;
}
.privacyInner .modTxt02.indent {
  color: #EFEFEF;
}

.privacyBtmBtnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10vw;
}
.privacyBtmBtnList li:nth-child(n+2) {
  margin-left: 5vw;
}

/* Contact Setting
--------------------------*/
.contactTelBox {
  line-height: 1.8;
}
.contactTelBox .telTxt a {
  font-size: 5vw;
  font-weight: 700;
  color: #F9D890;
}
.contactTelBox .telTxt span {
  font-size: 3.6vw;
}
.contactTelBox .telDl {
  font-size: 3.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contactTelBox .telDl dt {
  padding-right: 1vw;
  position: relative;
}
.contactTelBox .telDl dt::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.contactTelBox .telDl dt:nth-child(n+2) {
  margin-left: 3.5vw;
}
.contactTelBox .telTxtAtt {
  font-size: 3.6vw;
}

.privacyBtmBtnList.contact li a.modBtn01 {
  width: 33vw;
}

/* Campaign Setting
--------------------------*/
.sectCampaign01 .sectMainCopy {
  margin-bottom: 0;
}
.sectCampaign01 .hlLv03 {
  margin-top: 10vw;
  margin-bottom: 5vw;
}
.sectCampaign01 .btnBox {
  margin-top: 3vw;
}

.campaignFlexBox .flexImg {
  margin-bottom: 3vw;
}
.campaignFlexBox .flexImg figure {
  width: 75%;
  margin: 0 auto;
}
.campaignFlexBox .flexImg figure img {
  width: 100%;
  height: auto;
}
.campaignFlexBox .flexTxt .campaignFlexTxt {
  font-size: 3.6vw;
}
.campaignFlexBox .flexTxt .campaignFlexTxt .fsl {
  font-size: 5vw;
  font-weight: 700;
  color: #F9D890;
}
.campaignFlexBox .flexTxt .campaignFlexTxtAtt {
  font-size: 3.2vw;
  line-height: 1.8;
  margin-top: 1.5vw;
  position: relative;
  padding-left: 3.7vw;
}
.campaignFlexBox .flexTxt .campaignFlexTxtAtt::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.campaignDl {
  font-size: 3.5vw;
  line-height: 1.8;
  margin-top: 3vw;
}
.campaignDl dt {
  position: relative;
  padding-left: 4vw;
}
.campaignDl dt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.campaignDl dd span {
  display: block;
  position: relative;
  padding-left: 4vw;
}
.campaignDl dd span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.privacyBtmBtnList.campaign li:nth-child(n+2) {
  margin-left: 2vw;
}
.privacyBtmBtnList.campaign li a.modBtn01 {
  width: 45vw;
}

@media screen and (min-width: 641px) {
  /**================================= Common Setting =================================**/
  .sectInner {
    padding: 0 7.8vw;
  }
  /* Title(Headline) */
  .sectMainCopy {
    font-size: 4.2vw;
  }
  .sectSubCopy {
    font-size: 3.6vw;
  }
  /* Text */
  .modTxt01 {
    font-size: 3.4vw;
  }
  /* Modal Movie */
  .mfp-iframe-holder {
    padding-left: 40px;
    padding-right: 40px;
  }
  /**================================= Feature Setting =================================**/
  .sectFeature .imgWave {
    top: 87vw;
  }
  .sectbgFeature {
    top: 84vw;
  }
  .subSectionBox .flexbox .flexTxt dd {
    font-size: 3vw;
  }
  /* BG */
  .sectBgInnerBox .imgWave {
    top: -25vw;
  }
  /**================================= Maintenance Setting =================================**/
  .sectMainte .imgWave {
    top: 3vw;
  }
  /**================================= Campaign Setting =================================**/
  /* Banner Area */
  .bnrList li {
    width: 30%;
    text-align: center;
  }
  .bnrList li:nth-child(2n) {
    margin-left: 0;
  }
  .bnrList li:nth-child(3n), .bnrList li:nth-child(3n+2) {
    margin-left: 5%;
  }
  .bnrList li:nth-child(n+3) {
    margin-top: 0;
  }
  .bnrList li:nth-child(n+4) {
    margin-top: 5%;
  }
  /**================================= News Modal Setting =================================**/
  .modalContents {
    padding: 0 4%;
  }
}
@media screen and (max-width: 920px) {
  .pcOnly {
    display: none;
  }
  .spTal {
    text-align: left;
  }
}
@media screen and (min-width: 921px) {
  .spOnly {
    display: none;
  }
  /**================================= Common Setting =================================**/
  .sectInner {
    padding: 0 60px;
  }
  .sectRsection {
    text-align: right;
  }
  /* Title(Headline) */
  .sectMainCopy {
    font-size: 3vw;
  }
  .sectMainCopy span:not(.pcLine) {
    display: inline-block;
    padding: 0.9vw;
  }
  .sectMainCopy span:nth-child(n+2) {
    margin-top: 5px;
  }
  .sectMainCopy span.pcLine {
    display: inline-block;
    background-color: transparent;
    padding: 0.9vw;
    line-height: 1;
    position: relative;
    overflow: hidden;
  }
  .sectMainCopy span.pcLine::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #F9D890;
    z-index: -1;
    -webkit-transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
    transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  }
  .sectMainCopy span.pcLine > span {
    display: inline;
    padding: 0;
    background-color: transparent;
  }
  .sectMainCopy span.pcLine > span:nth-child(n+2) {
    margin-top: 0;
  }
  .sectMainCopy span.pcLine > span::before {
    display: none;
  }
  .sectMainCopy:not(.anime-effect) span::before {
    background-color: #F9D890;
    left: 0;
    z-index: -1;
  }
  .sectSubCopy {
    font-size: 2.1vw;
    margin-bottom: 4em;
    line-height: 1.7;
  }
  .sectSubCopy.hlLv02 {
    margin-bottom: 1em;
  }
  .hlLv03 {
    font-size: 2vw;
    margin-bottom: 1.5vw;
  }
  .hlLv03 span:not(.pcLine) {
    display: inline-block;
    padding: 0.9vw;
  }
  .hlLv03 span:nth-child(n+2) {
    margin-top: 5px;
  }
  .hlLv03 span.pcLine {
    display: inline-block;
    background-color: transparent;
    padding: 0.9vw;
    line-height: 1;
    position: relative;
    overflow: hidden;
  }
  .hlLv03 span.pcLine::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #F9D890;
    z-index: -1;
    -webkit-transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
    transition: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  }
  .hlLv03 span.pcLine > span {
    display: inline;
    padding: 0;
    background-color: transparent;
  }
  .hlLv03 span.pcLine > span:nth-child(n+2) {
    margin-top: 0;
  }
  .hlLv03 span.pcLine > span::before {
    display: none;
  }
  .hlLv03.is-anime span.pcLine::before {
    left: 0;
  }
  .hlLv03:not(.anime-effect) span::before {
    background-color: #F9D890;
    left: 0;
    z-index: -1;
  }
  .hlLv04 {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
  .hlLv04 + .modTxt01:nth-child(n+2) {
    margin-top: 1vw;
  }
  .hlLv05 {
    font-size: 1.7vw;
    font-weight: 500;
    margin-bottom: 1em;
  }
  /* Text */
  .modTxt01 {
    font-size: 1.4vw;
    line-height: 2.2;
  }
  .modTxt01:nth-child(n+2) {
    margin-top: 2em;
  }
  .modTxt01.indent03 {
    padding-left: 1.8vw;
  }
  .modTxt01.indent04 {
    padding-left: 2.9vw;
  }
  .modTxt02 {
    font-size: 1.1vw;
    line-height: 1.8;
  }
  .modTxt02:nth-child(n+2) {
    margin-top: 1.5em;
  }
  .modTxt02.indent {
    padding-left: 1.4vw;
  }
  .modTxt03 {
    font-size: 1.5vw;
    line-height: 1.8;
  }
  .modTxt03:nth-child(n+2) {
    margin-top: 1.3em;
  }
  .modTxt04 {
    font-size: 1.5rem;
  }
  .modTxt04:nth-child(n+2) {
    margin-top: 40px;
  }
  /* Button */
  .btnBox {
    margin-top: 2em;
    text-align: center;
  }
  a.modBtn01,
span.modBtn01 {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.5vw;
    border-radius: 2.5vw;
    padding: 1vw 3vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a.modBtn01:hover,
span.modBtn01:hover {
    background-color: #000;
    color: #F9D890;
  }
  a.modBtn02,
span.modBtn02 {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.5vw;
    border-radius: 2.5vw;
    padding: 1vw 1.5vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a.modBtn02:hover,
span.modBtn02:hover {
    background-color: #F9D890;
    color: #000;
  }
  a.modBtn03 {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 2vw;
    border-radius: 2.5vw;
    padding: 1.5vw 3.5vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a.modBtn03:hover {
    background-color: #000;
    color: #F9D890;
  }
  /* LIST */
  .modList01 {
    font-size: 1.3vw;
  }
  .modList01 li {
    padding-left: 1.8vw;
  }
  .modList02 {
    font-size: 1.4vw;
  }
  .modList02 li {
    padding-left: 1.8vw;
  }
  .modNumList01 {
    font-size: 1.4vw;
  }
  .modNumList01 li {
    padding-left: 1.5vw;
  }
  /* Helper */
  .tac {
    text-align: center;
  }
  .mfp-iframe-holder .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 46px;
    top: -20px;
    right: -20px;
  }
  /**================================= FV Setting =================================**/
  .sectFv {
    padding-bottom: 10vw;
  }
  .fvTitleBox {
    top: 7vw;
    width: 24%;
  }
  .fvTitle {
    margin-top: -4vw;
  }
  .fvTitle .fvTitle__fss {
    font-size: 0.9vw;
  }
  .fvTitle .fvTitle__fsl {
    font-size: 2.7vw;
  }
  .fvCopy {
    left: 68%;
    top: 10vw;
    width: 10.8vw;
  }
  /**================================= Feature Setting =================================**/
  .sectFeature {
    position: relative;
    /*&::before {
    	top: 29vw;
    }*/
    /* BG */
  }
  .sectFeature .imgWave {
    top: 29vw;
  }
  .sectFeature .sectBgInnerBox {
    height: 20vw;
  }
  .sectFeature .sectBgInnerBox .imgWave {
    top: -42vw;
  }
  .sectFeature .sectBgInnerBox .sectbgGuarantee {
    top: -72vw;
  }
  .sectbgFeature {
    top: 3vw;
  }
  .movieBoxWrap.feature {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .subSectionBox {
    margin-top: 10.4vw;
    position: relative;
    padding-right: 45.6%;
    min-height: 25vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subSectionBox .figbg {
    width: 37.5%;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .subSectionBox .figbg.is-anime::after {
    opacity: 1;
    top: -1.1vw;
    left: -1.1vw;
  }
  .subSectionBox .is-att {
    font-size: 1.4vw;
  }
  .subSectionBox .is-att .att {
    position: absolute;
    right: 5vw;
    bottom: 1vw;
  }
  .subSectionBox .is-att .att2 {
    position: absolute;
    right: 0;
    bottom: -4vw;
  }
  .subSectionBox .is-att + .modTxt01 {
    margin-top: 2em;
  }
  .subSectionBox.rv {
    padding-right: 0%;
    padding-left: 45.6%;
  }
  .subSectionBox.rv .figbg {
    right: auto;
    left: 0;
  }
  .subSectionBox.rv .figbg::after {
    left: auto;
  }
  .subSectionBox.rv .figbg.is-anime::after {
    opacity: 1;
    top: -1.1vw;
    right: -1.1vw;
  }
  .subSectionBox.wide {
    padding-right: 0;
    display: block;
  }
  .subSectionBox.wide .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-top: 3vw;
  }
  .subSectionBox.wide .flexbox .flexImg {
    width: 51.25%;
    margin-bottom: 0;
  }
  .subSectionBox.wide .flexbox .flexTxt {
    width: 38.75%;
  }
  .subSectionBox.wide .flexbox .flexTxt dt {
    font-size: 2vw;
    padding: 5px;
  }
  .subSectionBox.wide .flexbox .flexTxt dd {
    font-size: 1.2vw;
    text-align: center;
  }
  .subSectionBox.subSectionBox--bgBoxTop {
    display: block;
    text-align: right;
    padding-right: 0;
  }
  .subSectionBox.subSectionBox--bgBoxTop .hlLv03 {
    margin-bottom: 2em;
  }
  .subSectionBox.subSectionBox--bgBoxTop .figbg {
    position: relative;
    margin-left: auto;
  }
  .subSectionBox.subSectionBox--bgBoxTop .figbg.is-anime::after {
    opacity: 1;
    top: -1.1vw;
    left: -1.1vw;
  }
  .subSectionBox.subSectionBox--bgBoxBtm {
    display: block;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .subSectionBox.subSectionBox--bgBoxBtm .hlLv03 {
    margin-bottom: 2em;
  }
  .subSectionBox.subSectionBox--bgBoxBtm .figbg {
    position: relative;
    margin-right: auto;
  }
  .subSectionBox.subSectionBox--bgBoxBtm .figbg::after {
    left: auto;
  }
  .subSectionBox.subSectionBox--bgBoxBtm .figbg.is-anime::after {
    opacity: 1;
    top: -1.1vw;
    right: -1.1vw;
  }
  /**================================= Guarantee Setting =================================**/
  .sectGuarantee {
    /*
    &::before {
    	top: 11vw;
    }
    .imgWave {
    	top: 10vw;
    }*/
  }
  .sectGuarantee .sectLsection {
    margin-top: 7vw;
  }
  .sectbgGuarantee {
    top: -15vw;
  }
  .modTbl01 {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    font-size: 1.4vw;
    width: 100%;
  }
  .modTbl01 th {
    padding: 0 0 2vw;
  }
  .modTbl01 td {
    padding: 2vw 0;
  }
  .guaranteefig .imgWrap {
    width: auto;
  }
  .guaranteefig .imgWrap .imgWrapInner {
    padding-bottom: 25.44%;
  }
  .flexBox--guarantee {
    margin-bottom: 6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexBox--guarantee .flexItem:nth-child(1) {
    width: 48%;
  }
  .flexBox--guarantee .flexItem:nth-child(2) {
    width: 44%;
  }
  /**================================= Maintenance Setting =================================**/
  .sectMainte {
    /*
    &::before {
    	top: -5vw;
    }*/
  }
  .sectMainte .imgWave {
    top: -10vw;
  }
  .sectMainte .sectRsection {
    margin-top: 32vw;
  }
  .sectbgMainte {
    top: -19vw;
  }
  /* Step */
  .flowBody:nth-child(n+2) {
    margin-top: 2.3vw;
  }
  .stepTtl .en {
    margin-right: 1.1vw;
    font-size: 1.3vw;
  }
  .stepTtl .en .en__num {
    width: 3vw;
    height: 3vw;
    font-size: 2.2vw;
    line-height: 2.6vw;
    margin-top: 0.5vw;
  }
  .stepTtl .jp {
    line-height: 3vw;
    font-size: 1.7vw;
  }
  .stepTtl + .modTxt01:nth-child(n+2) {
    margin-top: 1em;
  }
  .flexbox--mainte {
    margin-top: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flexbox--mainte .flexItem--img {
    margin-bottom: 0;
    width: 37.5%;
    margin-right: 0;
    margin-left: 6%;
  }
  .flexbox--mainte .flexItem--img .figbg {
    width: auto;
    max-width: none;
    margin: 0;
  }
  .flexbox--mainte .flexItem--img .figbg::after {
    width: 44.17%;
    height: 44.22%;
  }
  .flexbox--mainte .flexItem--img .figbg.is-anime::after {
    top: -1.1vw;
    left: -1.1vw;
  }
  .flexbox--mainte .flexItem--txt {
    width: 56.5%;
    text-align: right;
  }
  /* Accrdion */
  .mainteAccrTop {
    position: relative;
    min-height: 26.8vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 59.25%;
  }
  .mainteAccrTop .movieBoxWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 56.25%;
  }
  .mainteAccrTop .hlLv03 {
    margin-bottom: 1.5vw;
  }
  .mainteAccrTop .modTxt01:nth-child(n+2) {
    margin-top: 1vw;
  }
  .mainteAccrTop .btnBox {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mainteAccrReadTxt {
    font-size: 1.7vw;
    margin-bottom: 3vw;
    text-align: center;
    margin-top: 6vw;
    padding-top: 4.5vw;
  }
  .mainteAccrReadTxt::before {
    border-width: 1.6vw 1.5vw 0 1.5vw;
  }
  .mainteFlowTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mainteFlowTop .flexItem {
    width: 48%;
  }
  .mainteFlowTop .flexItem:nth-child(n+2) {
    margin-top: 0;
  }
  .mainteFlowTop .flexItem:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 15vw;
    position: relative;
    padding-right: 24%;
  }
  .mainteFlowTop .figbg {
    width: 44%;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mainteFlowTop .figbg::after {
    content: "";
    width: 59.77%;
    height: 59.9%;
    top: -0.9vw;
    left: -0.9vw;
  }
  .mainteAccrFlow {
    margin-top: 3vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mainteAccrFlow .flexItem--accrflow {
    width: 23%;
  }
  .mainteAccrFlow .flexItem--accrflow::before {
    left: -6%;
  }
  .mainteAccrFlow .flexItem--accrflow:nth-child(n+3) {
    margin-top: 0;
  }
  .mainteAccrFlow .flexItem--accrflow:nth-child(2n) {
    margin-left: 0;
  }
  .mainteAccrFlow figure {
    margin: 1em 0;
  }
  .mainteAccrFlow .modTxt01 {
    font-size: 1.3vw;
    line-height: 1.6;
  }
  .stepTtl2 {
    margin-bottom: 1em;
  }
  .stepTtl2 .en {
    font-size: 1.3vw;
  }
  .stepTtl2 .en .en__num {
    width: 3vw;
    height: 3vw;
    font-size: 2.2vw;
    line-height: 2.6vw;
    margin-top: 0.5vw;
  }
  .stepTtl2 .jp {
    line-height: 1.5;
    font-size: 1.6vw;
    margin-top: 1.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stepTtl2 + .modTxt01:nth-child(n+2) {
    margin-top: 1em;
  }
  .flowPointBox {
    margin: 2vw 0;
    padding: 1.5vw 0;
  }
  .flowPointBox .pointTtl {
    font-size: 1.4vw;
  }
  .flowInner {
    position: relative;
  }
  .flowInner:nth-of-type(n+2) {
    padding-top: 60px;
  }
  .flowInner:nth-of-type(n+2)::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 14px 0 14px;
    border-color: #F9D890 transparent transparent transparent;
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .flowCloseBtnBox {
    text-align: center;
    margin-top: 6vw;
  }
  .mainteAttBox {
    margin-top: 10vw;
  }
  .mainteNews {
    margin-top: 10vw;
  }
  .mainteNewsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mainteNews__item {
    width: 48%;
    border-bottom: #FFF solid 1px;
  }
  .mainteNews__item:nth-child(2n) {
    margin-left: 4%;
  }
  .mainteNews__item:nth-child(n+3) {
    margin-top: 0%;
  }
  .mainteNews__item a {
    padding: 1.8vw 0;
    font-size: 1.4vw;
  }
  .mainteNews__item:first-child a {
    padding-top: 1.8vw;
  }
  .mainteNews__item:nth-child(n+2) {
    border-top: none;
  }
  /**================================= Faq Setting =================================**/
  .sectFaq {
    /*
    &::before {
    	top: -15vw;
    }*/
  }
  .sectFaq .imgWave {
    top: -40vw;
  }
  .sectbgFaq {
    top: -24vw;
  }
  .faqBoxWrap {
    margin-top: 15vw;
    /*.aBox {
    	max-height: 0;
    	overflow: hidden;
    	border-bottom: #000 solid 1px;
    	transition: .5s;
    }*/
  }
  .faqBoxWrap .hlLv03:nth-child(n+2) {
    margin-top: 3em;
  }
  .faqBoxWrap .qTxt {
    border-bottom: #FFF solid 1px;
    padding: 2.5vw 20px 2.5vw 0;
    position: relative;
    /*
    &::before,
    &::after {
    	content: "";
    	width: 13px;
    	height: 3px;
    	position: absolute;
    	top: 50%;
    	background-color: #444;
    }
    &::before {
    	right: 0;
    	transform: translateY(-50%);
    }
    &::after {
    	top: calc(50% + 1px);
    	right: 0px;
    	transform: translateY(-50%) rotate(90deg);
    }*/
  }
  .faqBoxWrap .aTxt {
    padding-top: 20px;
    font-size: 1.3vw;
    line-height: 1.8;
    margin-bottom: 2vw;
  }
  .btnContact {
    margin-top: 6vw;
  }
  /**================================= Campaign Setting =================================**/
  .campaignBox {
    background: url(../images/index/bg_campaign.jpg) no-repeat center 60%/cover;
    border-radius: 20px;
    padding: 2.8vw 6vw 4vw;
    text-align: center;
    color: #FFF;
  }
  .campaignBox figure {
    width: 100%;
    margin: 3vw auto;
    text-align: center;
  }
  .campaignBox .btnBox {
    margin-top: 3vw;
  }
  .campaignBox .btnBox .btnCampaign {
    font-size: 2vw;
    padding: 1.5vw 4.5vw;
    border-radius: 2.5vw;
  }
  .campaignTitle {
    font-size: 2vw;
  }
  .campaignTxt {
    font-size: 1.4vw;
  }
  .campaignTxt:nth-child(n+2) {
    line-height: 2;
  }
  /* Banner Area */
  .bnrList {
    margin-top: 8vw;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bnrList li {
    width: 15%;
  }
  .bnrList li:nth-child(3n), .bnrList li:nth-child(3n+2) {
    margin-left: 0;
  }
  .bnrList li:nth-child(n+4) {
    margin-top: 0;
  }
  /**================================= News Modal Setting =================================**/
  .modalBox .modalCloseBtn {
    font-size: 1.625rem;
    padding: 10px 35px;
  }
  .modalBoxInner {
    height: calc(100% - 80px);
  }
  .modalContents {
    padding: 0 6%;
  }
  .modalSect {
    padding: 6% 0;
  }
  .modalSect:last-child {
    padding-bottom: 60px;
  }
  .modalSect .hlLv03 {
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 25px;
  }
  .modalSect .hlLv03:nth-child(n+2) {
    margin-top: 60px;
  }
  .modalSect .hlLv03 span {
    padding: 7px 10px;
  }
  .modalSect .modTxt01 {
    font-size: 1.25rem;
  }
  .modalSect .modTxt01:nth-child(n+2) {
    margin-top: 25px;
  }
  .modalSect .modTxt01.indent01 {
    padding-left: 1.5em;
  }
  .modalSect .modTxt01.indent02 {
    padding-left: 2em;
  }
  .modalSect .modTxt01.indent04 {
    padding-left: 3em;
  }
  .modalSect .flexBox {
    margin-top: 2vw;
  }
  .modalSect .narrow {
    text-align: right;
  }
  .modalSect .narrow img {
    width: 85%;
  }
  .modalSect .narrow02 {
    text-align: center;
  }
  .modalSect .narrow02 img {
    width: 30%;
  }
  .modalSect .narrow03 {
    text-align: center;
  }
  .modalSect .narrow03 img {
    width: 72%;
  }
  .modalSect .narrow04 {
    text-align: center;
  }
  .modalSect .narrow04 img {
    width: 50%;
  }
  .modalList01 {
    margin-top: 40px;
  }
  .modalList01 li {
    font-size: 1.5rem;
    border: #F9D890 solid 5px;
  }
  .modalTtlTxt {
    font-size: 1.875rem;
    color: #F9D890;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .modalTtlTxt .fss {
    font-size: 1.375rem;
    display: block;
  }
  .modalTitleBox {
    margin-top: 3em;
    margin-bottom: 1em;
    text-align: center;
  }
  .modalTitleBox .num {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    line-height: 46px;
  }
  .modalTitleBox .modalTitleTxt {
    font-size: 1.5rem;
  }
  .modalTitleBox + .hlLv03:nth-child(n+2) {
    margin-top: 40px;
  }
  .modalImgBox {
    width: 70%;
    margin: 2em auto 0;
  }
  .modalImgBox .flexBox .flexItem figcaption {
    margin-top: 0.7em;
    font-size: 1.625rem;
  }
  /**================================= Under Contents Setting =================================**/
  /* Common Setting
  --------------------------*/
  .sectUnderWrap .sectSubCopy {
    margin-bottom: 3vw;
  }
  .sectUnderWrap .hlLv03 {
    font-size: 2.1vw;
    margin-top: 7vw;
    margin-bottom: 3vw;
  }
  .privacyInner {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .privacyInner .modTxt01:nth-child(n+2) {
    margin-top: 0;
  }
  .privacyInner .contKiyakuTtl {
    position: relative;
    padding-left: 1.8vw;
  }
  .privacyInner .contKiyakuTtl .num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .privacyInner .kiyakuTxt {
    padding-left: 1.8vw;
  }
  .privacyInner .modTxt02 {
    margin-top: 3vw;
  }
  .privacyInner .modTxt02.indent {
    color: #EFEFEF;
  }
  .privacyInner .modTxt02 a {
    color: #EFEFEF;
  }
  .privacyBtmBtnList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6vw;
  }
  .privacyBtmBtnList li:nth-child(n+2) {
    margin-left: 4vw;
  }
  /**================================= Contact Setting =================================**/
  .contactTelBox {
    line-height: 1.8;
  }
  .contactTelBox .telTxt a {
    font-size: 2.4vw;
    font-weight: 700;
    color: #F9D890;
  }
  .contactTelBox .telTxt span {
    font-size: 1.6vw;
  }
  .contactTelBox .telDl {
    font-size: 1.6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contactTelBox .telDl dt {
    padding-right: 1vw;
  }
  .contactTelBox .telDl dt:nth-child(n+2) {
    margin-left: 1.4vw;
  }
  .contactTelBox .telTxtAtt {
    font-size: 1.6vw;
  }
  .privacyBtmBtnList.contact li a.modBtn01 {
    width: 16vw;
  }
  /* Campaign Setting
  --------------------------*/
  .campaignFlexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .campaignFlexBox .flexImg {
    width: 22.2%;
    margin-bottom: 0;
    margin-right: 4%;
  }
  .campaignFlexBox .flexImg figure {
    width: auto;
  }
  .campaignFlexBox .flexTxt .campaignFlexTxt {
    font-size: 1.6vw;
    line-height: 1.8;
  }
  .campaignFlexBox .flexTxt .campaignFlexTxt .fsl {
    font-size: 2.4vw;
  }
  .campaignFlexBox .flexTxt .campaignFlexTxtAtt {
    font-size: 1.2vw;
    position: relative;
    padding-left: 1.5vw;
  }
  .campaignDl {
    font-size: 1.5vw;
    margin-top: 3vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .campaignDl dt {
    padding-left: 1.8vw;
    width: 10vw;
  }
  .campaignDl dd {
    width: calc(100% - 10vw);
  }
  .campaignDl dd span {
    display: inline-block;
    padding-left: 1.8vw;
  }
  .privacyBtmBtnList.campaign li:nth-child(n+2) {
    margin-left: 4vw;
  }
  .privacyBtmBtnList.campaign li a.modBtn01 {
    width: 20vw;
  }
}
@media screen and (min-width: 1201px) {
  /**================================= Common Setting =================================**/
  .sectInner {
    padding: 0 8%;
  }
  /**================================= Faq Setting =================================**/
  .faqBoxWrap .qTxt {
    padding-right: 40px;
  }
  .faqBoxWrap .qTxt::before {
    width: 25px;
    height: 5px;
  }
  .faqBoxWrap .qTxt::after {
    width: 5px;
    height: 25px;
    right: 10px;
  }
}
@media screen and (min-width: 1601px) {
  /**================================= FV Setting =================================**/
  .fvTitleBox {
    top: 9vw;
  }
  .fvCopy {
    top: 11vw;
  }
}
@media screen and (min-width: 2001px) {
  /**================================= FV Setting =================================**/
  .fvTitle {
    margin-top: -3vw;
  }
}/*# sourceMappingURL=style.css.map */