html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

p {
  margin: 0;
}

input, textarea, select {
  border: 0;
  background-color: transparent;
  display: inline-block;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: white;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: white;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: white;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: white;
}

.navbar {
  margin-bottom: 0;
}

.display-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .display-mobile {
    display: inline;
  }
}

.display-desktop {
  display: inline;
}
@media screen and (max-width: 768px) {
  .display-desktop {
    display: none;
  }
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
a.btn {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5px 15px;
  background-color: #d70c18;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
  font-size: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -webkit-transition-property: -webkit-box-shadow transform;
  transition-property: -webkit-box-shadow transform;
  -o-transition-property: box-shadow transform;
  transition-property: box-shadow transform;
  transition-property: box-shadow transform, -webkit-box-shadow transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
a.btn.bold span.txt {
  font-weight: bold;
}
a.btn span.txt {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  margin-right: 5px;
  vertical-align: middle;
}
a.btn span.arr {
  display: inline-block;
  position: relative;
  width: 11px;
  vertical-align: middle;
  background-image: url("../img/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
a.btn span.arr:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 136.3636363636%;
}
a.btn:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}

img.guide {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  img.guide {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-width: 768px;
  }
}

.section-container {
  position: relative;
  width: 100%;
}
.section-container section {
  position: relative;
}
.section-container section > .arr {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -65px;
  width: 130px;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .section-container section > .arr {
    margin-left: -4.5%;
    width: 9.0277777778%;
  }
}
@media only screen and (max-width: 768px) {
  .section-container section > .arr {
    margin-left: -8.5%;
    width: 17.3333333333%;
  }
}
.section-container section .container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .section-container section .container {
    max-width: 768px;
  }
}

.absolute-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  footer .footer-logo .copyright {
    padding: 9.25px;
  }
}

.fixed-button-container {
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 10%;
  border-left: #d70c18 0px solid;
  background-color: rgba(215, 12, 24, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .fixed-button-container {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 2.8% 0;
    width: 100%;
    border: 0;
    border-top: #d70c18 5px solid;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background-color: red;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    z-index: 100;
  }
}
.fixed-button-container .btn-apply {
  position: relative;
  padding: 25px 15px;
}
@media only screen and (max-width: 1440px) {
  .fixed-button-container .btn-apply {
    padding: 30.9% 15px;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .btn-apply {
    padding: 0 15px;
    width: 76%;
  }
}
.fixed-button-container .btn-apply > .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .btn-apply > .d-flex {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.fixed-button-container .btn-apply .icon {
  margin-bottom: 10px;
  width:90px;
  background-image: url("../img/side/icon.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-size: cover;
}
.fixed-button-container .btn-apply .icon:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top:100%;
}
@media only screen and (max-width: 1440px) {
  .fixed-button-container .btn-apply .icon {
    margin-bottom: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .btn-apply .icon {
    margin-right: 5%;
    margin-bottom: 0;
    max-width: 60px;
    width: 450%;
  }
}
.fixed-button-container .btn-apply .txt-container {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .fixed-button-container .btn-apply .txt-container {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .btn-apply .txt-container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    width: auto;
  }
  .fixed-button-container .btn-apply .txt-container .d-flex {
    display: inline !important;
  }
  .fixed-button-container .btn-apply .txt-container .order-0 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    display: inline !important;
  }
  .fixed-button-container .btn-apply .txt-container .order-1 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}
.fixed-button-container .btn-apply .txt {
  color: #fff;
  font-size: 28px;
  font-weight:1000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 1440px) {
  .fixed-button-container .btn-apply .txt {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .btn-apply .txt {
    font-size: 5vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .btn-apply .txt br {
    display: none;
  }
}
.fixed-button-container .btn-apply span.txt.d-block.order-0 {
  min-height: 4em;
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .btn-apply span.txt.d-block.order-0 {
    min-height: 0;
  }
}
.fixed-button-container .btn-apply:hover {
  background-color: #d70c18;
}
.fixed-button-container .btn-apply:hover .icon {
  background-position: bottom;
}
.fixed-button-container .btn-apply:hover .txt {
  color: white;
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .btn-apply:hover {
    background-color:#ff0000;
  }
  .fixed-button-container .btn-apply:hover .icon {
    background-position: top;
  }
  .fixed-button-container .btn-apply:hover .txt {
    color: #FFF;
  }
}
.fixed-button-container .line {
  width: 100%;
  border-bottom: 2px rgba(0, 0, 0, 0.2) solid;
}
@media only screen and (max-width: 768px) {
  .fixed-button-container .line {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 76%;
    margin-top: 2.4%;
    margin-bottom: 0;
    border-bottom: 0;
    border-left: 1px #FFF solid;
    width: 3px;
    height: 60%;
  }
}
.fixed-button-container #btn-top {
  position: relative;
  padding: 25px 0;
}
@media only screen and (max-width: 1440px) {
  .fixed-button-container #btn-top {
    padding: 30.9% 0;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-button-container #btn-top {
    padding: 0;
    width: 24%;
  }
}
.fixed-button-container #btn-top .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .fixed-button-container #btn-top .d-flex {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.fixed-button-container #btn-top .arr {
  margin-bottom: 15px;
  max-width: 41px;
  width: 41px;
  background-image: url("../img/side/arr.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-size: cover;
}
.fixed-button-container #btn-top .arr:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 102.4390243902%;
}
@media only screen and (max-width: 1440px) {
  .fixed-button-container #btn-top .arr {
    width: 50.6172839506%;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-button-container #btn-top .arr {
    margin-right: 4%;
    margin-bottom: 0;
    width: 22.2826086957%;
  }
}
.fixed-button-container #btn-top .txt {
  color: #FFF;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .fixed-button-container #btn-top .txt {
    font-size: 1.3888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-button-container #btn-top .txt {
    font-size: 3.2vw;
  }
}
.fixed-button-container #btn-top:hover {
  background-color: #d70c18;
}
.fixed-button-container #btn-top:hover .arr {
  background-position: bottom;

}
.fixed-button-container #btn-top:hover .txt {
  color: white;
}
@media only screen and (max-width: 768px) {
  .fixed-button-container #btn-top:hover {
    background-color: transparent;
  }
  .fixed-button-container #btn-top:hover .arr {
    background-position: top;
  }
  .fixed-button-container #btn-top:hover .txt {
    color: #FFF;
  }
}

section.kv .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/kv/bg.jpg");
  background-position: center top;
}
@media only screen and (max-width: 1440px) {
  section.kv .bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  section.kv .bg {
    background-image: url("../img/kv/bg_m.jpg");
  }
}
section.kv .container {
  padding-top: 199px;
  padding-bottom: 167px;
}
@media only screen and (max-width: 1440px) {
  section.kv .container {
    padding-top: 13.8194444444%;
    padding-bottom: 11.5972222222%;
  }
}
@media only screen and (max-width: 768px) {
  section.kv .container {
    padding-top: 23.5%;
    padding-bottom: 19.5%;
  }
}
section.kv .slogan-container {
  position: relative;
}
section.kv .slogan-container > * {
  position: relative;
  margin: 0 auto;
  width: 27.4305555556%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.kv .slogan-container > * {
    width: 52.6666666667%;
  }
}
section.kv .slogan-container .top {
  margin-bottom: 0.9%;
}
section.kv .slogan-container .top:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 30.1265822785%;
}
section.kv .slogan-container .top img {
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
}
section.kv .slogan-container .bottom:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 8.1012658228%;
}
section.kv .slogan-container .bottom img {
  -webkit-transform: translateY(-35px);
      -ms-transform: translateY(-35px);
          transform: translateY(-35px);
}
section.kv .slogan-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@-webkit-keyframes anim-kv-bg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes anim-kv-bg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
section.feature {
  background-color: #f2f2f2;
}
section.feature > .arr {
  background-image: url("../img/feature/arr_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.feature > .arr:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.4615384615%;
}
@media only screen and (max-width: 768px) {
  section.feature > .arr {
    background-image: url("../img/feature/arr_next_m.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  section.feature > .arr:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.4615384615%;
  }
}
section.feature .container {
  padding-top: 91px;
  padding-bottom: 127px;
}
@media only screen and (max-width: 1440px) {
  section.feature .container {
    padding-top: 6.3194444444%;
    padding-bottom: 8.8194444444%;
  }
}
@media only screen and (max-width: 768px) {
  section.feature .container {
    background-size: cover;
    padding-top: 21.3333333333%;
    padding-bottom: 13.3333333333%;
  }
}
@media only screen and (max-width: 414px) {
  section.feature .container {
    padding-top: 15%;
  }
}
section.feature .title {
  margin-bottom: 3.2%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.feature .title {
    margin-bottom: 6.2%;
  }
}
section.feature .title span {
  color: #d70c18;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1440px) {
  section.feature .title span {
    font-size: 3.4722222222vw;
  }
}
@media only screen and (max-width: 768px) {
  section.feature .title span {
    font-size: 7vw;
  }
}
section.feature .title span.arial {
  font-size: 55px;
  font-family: Arial;
}
@media only screen and (max-width: 1440px) {
  section.feature .title span.arial {
    font-size: 3.8194444444vw;
  }
}
@media only screen and (max-width: 768px) {
  section.feature .title span.arial {
    font-size: 7vw;
  }
}
section.feature ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  section.feature ul {
    padding: 0 17%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.feature ul li {
  position: relative;
  margin-right: 7.5%;
  width: 13.4722222222%;
}
@media only screen and (max-width: 768px) {
  section.feature ul li {
    margin-right: 0;
    margin-bottom: 21%;
    width: 40%;
  }
  section.feature ul li:nth-child(3), section.feature ul li:nth-child(4) {
    margin-bottom: 0;
  }
  section.feature ul li:nth-child(1) .line.right {
    margin-right: -26%;
  }
  section.feature ul li:nth-child(2) .line.right {
    display: none;
  }
  section.feature ul li:nth-child(3) .line.right {
    margin-right: -26%;
  }
}
section.feature ul li:last-child {
  margin-right: 0;
}
section.feature ul li:last-child .line {
  display: none;
}
section.feature ul li .head {
  margin-bottom: 10%;
  text-align: center;
}
section.feature ul li .head span {
  font-family: Arial;
  color: #666666;
  font-size: 36px;
}
@media only screen and (max-width: 1440px) {
  section.feature ul li .head span {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  section.feature ul li .head span {
    font-size: 5vw;
  }
}
section.feature ul li .head span.large {
  color: #d70c18;
  font-size: 55px;
}
@media only screen and (max-width: 1440px) {
  section.feature ul li .head span.large {
    font-size: 3.8194444444vw;
  }
}
@media only screen and (max-width: 768px) {
  section.feature ul li .head span.large {
    font-size: 7vw;
  }
}
section.feature ul li .icon {
  width: 100%;
}
section.feature ul li .desc {
  margin-top: -12%;
  color: #333333;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  section.feature ul li .desc {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  section.feature ul li .desc {
    font-size: 5vw;
  }
}
section.feature ul li .line {
  position: absolute;
  background-color: #a2a2a2;
}
section.feature ul li .line.right {
  right: 0;
  bottom: 0;
  margin-right: -28%;
  width: 1px;
  height: 71%;
}
section.feature ul li .line.bottom {
  display: none;
}
@media only screen and (max-width: 768px) {
  section.feature ul li .line.bottom {
    display: block;
    left: 0;
    bottom: 0;
    margin-bottom: -33%;
    width: 100%;
    height: 1px;
  }
}

section.easy {
  background-image: url("../img/easy/bg.jpg");
  background-position: center top;
}
@media only screen and (max-width: 1440px) {
  section.easy {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  section.easy {
    background-image: url("../img/easy/bg_m.jpg");
  }
}
section.easy > .arr {
  background-image: url("../img/easy/arr_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.easy > .arr:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
@media only screen and (max-width: 768px) {
  section.easy > .arr {
    background-image: url("../img/easy/arr_next_m.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  section.easy > .arr:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.4615384615%;
  }
}
section.easy .container {
  padding-top: 109px;
  padding-bottom: 46px;
}
@media only screen and (max-width: 1440px) {
  section.easy .container {
    padding-top: 7.1527777778%;
    padding-bottom: 3.0555555556%;
  }
}
@media only screen and (max-width: 768px) {
  section.easy .container {
    padding-top: 12%;
    padding-bottom: 6.9%;
  }
}
section.easy .title {
  margin-bottom: 2.8%;
  color: #d70c18;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.easy .title {
    font-size: 3.4722222222vw;
  }
}
@media only screen and (max-width: 768px) {
  section.easy .title {
    margin-bottom: 5.7%;
    font-size: 6.5vw;
  }
}
section.easy .content-container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 2.8%;
  width: 83.3333333333%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  section.easy .content-container {
    padding-top: 0;
    padding-bottom: 8.6%;
    width: 97.2%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
section.easy .content-container > .d-flex {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2% 0.8% 2%;
}
@media only screen and (max-width: 768px) {
  section.easy .content-container > .d-flex {
    margin: 0 0 0.8% 0;
    width: 300%;
  }
}
section.easy .content-container > .d-flex .item-container {
  margin: 0 2%;
  padding-top: 4%;
  padding-bottom: 1%;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
@media only screen and (max-width: 768px) {
  section.easy .content-container > .d-flex .item-container {
    margin: 0 9%;
    padding-top: 1.7%;
    padding-bottom: 1%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
section.easy .content-container > .d-flex .item-container.item-2 .sub {
  padding-left: 4% !important;
}
section.easy .content-container > .d-flex .item-container .title {
  margin-bottom: 9%;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1440px) {
  section.easy .content-container > .d-flex .item-container .title {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  section.easy .content-container > .d-flex .item-container .title {
    font-size: 4vw;
  }
}
section.easy .content-container > .d-flex .item-container .top {
  margin-bottom: 6%;
  background-image: url("../img/easy/line-top.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.easy .content-container > .d-flex .item-container .top:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 5.8479532164%;
}
section.easy .content-container > .d-flex .item-container .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.easy .content-container > .d-flex .item-container .d-flex li {
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.easy .content-container > .d-flex .item-container .d-flex li img {
  width: 24%;
}
section.easy .content-container > .d-flex .item-container .d-flex li .sub {
  padding-left: 6%;
  width: 76%;
  color: black;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  section.easy .content-container > .d-flex .item-container .d-flex li .sub {
    font-size: 3.2vw;
  }
}
section.easy .content-container > .d-flex .item-container .d-flex li .mid {
  margin-top: 4%;
  width: 100%;
  background-image: url("../img/easy/line-mid.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.easy .content-container > .d-flex .item-container .d-flex li .mid:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 1.1764705882%;
}
section.easy .notice {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 5%;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 768px) {
  section.easy .notice {
    margin-bottom: 10%;
    font-size: 2.3vw;
    letter-spacing: 1px;
    line-height: 1.2;
  }
}
section.easy .arr.left, section.easy .arr.right {
  display: none;
  position: absolute;
  width: 25px;
}
@media only screen and (max-width: 768px) {
  section.easy .arr.left, section.easy .arr.right {
    display: block;
    width: 3.3333333333%;
  }
}
section.easy .arr.left {
  background-image: url("../img/easy/btn_prev.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.easy .arr.left:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 192%;
}
@media only screen and (max-width: 768px) {
  section.easy .arr.left {
    left: 0;
    top: 0;
    margin-left: 7%;
    margin-top: 53.5%;
  }
}
section.easy .arr.right {
  background-image: url("../img/easy/btn_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.easy .arr.right:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 192%;
}
@media only screen and (max-width: 768px) {
  section.easy .arr.right {
    right: 0;
    top: 0;
    margin-right: 7%;
    margin-top: 53.5%;
  }
}

section.needs {
  background-image: url("../img/needs/bg.jpg");
  background-position: center top;
}
@media only screen and (max-width: 1440px) {
  section.needs {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  section.needs {
    background-image: url("../img/needs/bg_m.jpg");
  }
}
section.needs > .arr {
  background-image: url("../img/needs/arr_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.needs > .arr:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
@media only screen and (max-width: 768px) {
  section.needs > .arr {
    background-image: url("../img/needs/arr_next_m.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  section.needs > .arr:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.4615384615%;
  }
}
section.needs .container {
  padding-top: 133px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1440px) {
  section.needs .container {
    padding-top: 9.2361111111%;
    padding-bottom: 4.8611111111%;
  }
}
@media only screen and (max-width: 768px) {
  section.needs .container {
    padding-top: 13.4%;
    padding-bottom: 11.3%;
  }
}
section.needs .content-container {
  position: relative;
  margin-left: 38%;
  padding-top: 3.4%;
  padding-bottom: 0.7%;
  width: 53.6111111111%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  section.needs .content-container {
    margin-left: 36.8%;
    padding-top: 6.7%;
    padding-bottom: 0;
    width: 61.7%;
  }
}
section.needs .content-container .title {
  margin-bottom: 3.6%;
  color: #d70c18;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.needs .content-container .title {
    font-size: 3.4722222222vw;
  }
}
@media only screen and (max-width: 768px) {
  section.needs .content-container .title {
    margin-bottom: 6.6%;
    font-size: 6.5vw;
  }
}
section.needs .content-container .line {
  margin: 0 auto;
  margin-bottom: 5%;
  width: 82.9015544041%;
  background-image: url("../img/needs/line.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.needs .content-container .line:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 3.125%;
}
@media only screen and (max-width: 768px) {
  section.needs .content-container .line {
    margin-bottom: 11.5%;
  }
}
@media only screen and (max-width: 768px) {
  section.needs .content-container .item-container {
    margin-left: 11%;
    width: 78%;
    overflow: scroll;
  }
}
section.needs .content-container ul {
  padding: 0 5%;
  -webkit-box-pack: cecnter;
      -ms-flex-pack: cecnter;
          justify-content: cecnter;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  section.needs .content-container ul {
    padding: 0;
    width: 150%;
  }
}
section.needs .content-container ul li {
  width: 33%;
  margin-bottom: 8.2%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.needs .content-container ul li {
    margin-bottom: 12.5%;
  }
  section.needs .content-container ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  section.needs .content-container ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.needs .content-container ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.needs .content-container ul li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  section.needs .content-container ul li:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  section.needs .content-container ul li:nth-child(5) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  section.needs .content-container ul li:nth-child(6) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  section.needs .content-container ul li:nth-child(7) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  section.needs .content-container ul li:nth-child(8) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  section.needs .content-container ul li:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
section.needs .content-container ul li img {
  margin-bottom: 4%;
  max-width: 141px;
  width: 61.5720524017%;
}
@media only screen and (max-width: 768px) {
  section.needs .content-container ul li img {
    margin-bottom: 7%;
    width: 74.5%;
  }
}
section.needs .content-container ul li p {
  color: #d70c18;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.needs .content-container ul li p {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.needs .content-container ul li p {
    font-size: 3.4vw;
  }
}
section.needs .content-container .arr {
  display: none;
  position: absolute;
  width: 25px;
}
@media only screen and (max-width: 768px) {
  section.needs .content-container .arr {
    display: block;
    margin-top: 81.8%;
    width: 5.4112554113%;
  }
}
section.needs .content-container .arr.left {
  background-image: url("../img/needs/btn_prev.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.needs .content-container .arr.left:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 192%;
}
@media only screen and (max-width: 768px) {
  section.needs .content-container .arr.left {
    left: 0;
    top: 0;
    margin-left: 4%;
  }
}
section.needs .content-container .arr.right {
  background-image: url("../img/needs/btn_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.needs .content-container .arr.right:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 192%;
}
@media only screen and (max-width: 768px) {
  section.needs .content-container .arr.right {
    right: 0;
    top: 0;
    margin-right: 4%;
  }
}

section.service {
  background-image: url("../img/service/bg.jpg");
  background-position: center top;
}
@media only screen and (max-width: 1440px) {
  section.service {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  section.service {
    background-image: url("../img/service/bg_m.jpg");
  }
}
section.service > .arr {
  background-image: url("../img/needs/arr_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.service > .arr:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
@media only screen and (max-width: 768px) {
  section.service > .arr {
    background-image: url("../img/needs/arr_next_m.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  section.service > .arr:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.4615384615%;
  }
}
section.service .container {
  padding-top: 103px;
  padding-bottom: 44px;
}
@media only screen and (max-width: 1440px) {
  section.service .container {
    padding-top: 7.1527777778%;
    padding-bottom: 3.0555555556%;
  }
}
@media only screen and (max-width: 768px) {
  section.service .container {
    padding-top: 12%;
    padding-bottom: 18.9333333333%;
  }
}
section.service .title {
  margin-bottom: 2.8%;
  color: #d70c18;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.service .title {
    font-size: 3.4722222222vw;
  }
}
@media only screen and (max-width: 768px) {
  section.service .title {
    margin-bottom: 5.7%;
    font-size: 6.5vw;
  }
}
section.service .content-container {
  position: relative;
  margin: 0 auto;
  padding-top: 1.2%;
  padding-bottom: 2%;
  width: 83.3333333333%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  section.service .content-container {
    padding-top: 4.3%;
    padding-bottom: 2%;
    width: 97.2%;
  }
}
section.service .content-container .icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.2%;
  width: 221px;
}
@media only screen and (max-width: 1440px) {
  section.service .content-container .icon {
    width: 18.4166666667%;
  }
}
@media only screen and (max-width: 768px) {
  section.service .content-container .icon {
    width: 30.2%;
  }
}
section.service .content-container .title {
  margin-bottom: 0.4%;
  font-size: 30px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1440px) {
  section.service .content-container .title {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  section.service .content-container .title {
    font-size: 4vw;
  }
}
section.service .content-container .sub-title {
  margin-bottom: 0;
  color: black;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.service .content-container .sub-title {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.service .content-container .sub-title {
    font-size: 3.2vw;
  }
}
section.service .content-container > .d-flex {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -0.8%;
}
section.service .content-container .bracket {
  width: 35px;
}
@media only screen and (max-width: 1440px) {
  section.service .content-container .bracket {
    width: 2.9166666667%;
  }
}
@media only screen and (max-width: 768px) {
  section.service .content-container .bracket {
    width: 4.8%;
  }
}
section.service .content-container .bracket.left {
  background-image: url("../img/service/border_left.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.service .content-container .bracket.left:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 520%;
}
section.service .content-container .bracket.right {
  background-image: url("../img/service/border_right.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.service .content-container .bracket.right:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 520%;
}
section.service .content-container .arr {
  display: none;
  position: absolute;
  width: 25px;
}
@media only screen and (max-width: 768px) {
  section.service .content-container .arr {
    display: block;
    width: 3.3333333333%;
  }
}
section.service .content-container .arr.left {
  background-image: url("../img/service/btn_prev.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.service .content-container .arr.left:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 192%;
}
@media only screen and (max-width: 768px) {
  section.service .content-container .arr.left {
    left: 0;
    top: 0;
    margin-left: 6%;
    margin-top: 9.6%;
  }
}
section.service .content-container .arr.right {
  background-image: url("../img/service/btn_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.service .content-container .arr.right:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 192%;
}
@media only screen and (max-width: 768px) {
  section.service .content-container .arr.right {
    right: 0;
    top: 0;
    margin-right: 6%;
    margin-top: 9.6%;
  }
}
section.service .content-container .item-container {
  width: 89%;
}
@media only screen and (max-width: 768px) {
  section.service .content-container .item-container {
    width: 86%;
    overflow: scroll;
  }
}
section.service .content-container ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section.service .content-container ul {
    width: 176%;
  }
}
section.service .content-container ul li {
  position: relative;
  padding-top: 3.5%;
  width: 14.2857142857%;
  text-align: center;
}
@media only screen and (max-width: 414px) {
  section.service .content-container ul li {
    padding-top: 2.5%;
  }
}
section.service .content-container ul li:last-child .line {
  display: none;
}
section.service .content-container ul li img {
  margin-bottom: 11%;
}
@media only screen and (max-width: 414px) {
  section.service .content-container ul li img {
    width: 80%;
  }
}
section.service .content-container ul li p {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  section.service .content-container ul li p {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.service .content-container ul li p {
    font-size: 3.2vw;
  }
}
section.service .content-container ul li .line {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 26%;
  border-left: 2px #bbbbbb dashed;
  height: 57%;
}
@media only screen and (max-width: 768px) {
  section.service .content-container ul li .line {
    height: 71%;
  }
}

section.qa {
  background-color: #f2f2f2;
}
section.qa > .arr {
  background-image: url("../img/qa/arr_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.qa > .arr:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
@media only screen and (max-width: 768px) {
  section.qa > .arr {
    background-image: url("../img/qa/arr_next_m.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  section.qa > .arr:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.4615384615%;
  }
}
section.qa .container {
  padding-top: 114px;
  padding-bottom: 74px;
}
@media only screen and (max-width: 1440px) {
  section.qa .container {
    padding-top: 7.9166666667%;
    padding-bottom: 5.1388888889%;
  }
}
@media only screen and (max-width: 768px) {
  section.qa .container {
    padding-top: 15.7333333333%;
    padding-bottom: 13.8666666667%;
  }
}
section.qa .title {
  margin-bottom: 2.9%;
  color: #d70c18;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.qa .title {
    font-size: 3.4722222222vw;
  }
}
@media only screen and (max-width: 768px) {
  section.qa .title {
    margin-bottom: 5.3%;
    font-size: 6.5vw;
  }
}
section.qa ul {
  margin: 0 auto;
  margin-bottom: 52px;
  border-top: 1px #c1c1c1 solid;
  width: 83.3333333333%;
}
@media only screen and (max-width: 1440px) {
  section.qa ul {
    margin-bottom: 3.6111111111%;
  }
}
@media only screen and (max-width: 768px) {
  section.qa ul {
    margin-bottom: 10%;
    width: 98%;
  }
}
section.qa ul li {
  border-bottom: 1px #c1c1c1 solid;
}
section.qa ul li .head {
  padding: 1.7% 0;
  padding-left: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  section.qa ul li .head {
    padding: 3% 0;
    padding-left: 3.2%;
  }
}
section.qa ul li .head .toggle {
  margin-right: 1.3%;
  width: 19px;
  background-image: url("../img/qa/toggle.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-position: top;
  background-size: cover;
}
section.qa ul li .head .toggle:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 1440px) {
  section.qa ul li .head .toggle {
    width: 1.7%;
  }
}
@media only screen and (max-width: 768px) {
  section.qa ul li .head .toggle {
    margin-right: 2.3%;
    width: 2.6%;
  }
}
section.qa ul li .head p {
  color: #333333;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  section.qa ul li .head p {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.qa ul li .head p {
    font-size: 4vw;
  }
}
section.qa ul li .body {
  display: none;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
  background-color: white;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  section.qa ul li .body {
    padding-left: 8%;
    padding-bottom: 2%;
  }
}
section.qa ul li .body .sub {
  margin: 0 auto;
  border-top: 0;
  width: auto;
}
section.qa ul li .body .sub li {
  list-style-type: decimal;
  border-bottom: 0;
  color: #333333;
  font-size: 18px;
  line-height: normal;
}
@media only screen and (max-width: 1440px) {
  section.qa ul li .body .sub li {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  section.qa ul li .body .sub li {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 414px) {
  section.qa ul li .body .sub li {
    font-size: 3.2vw;
  }
}
section.qa ul li .body p {
  color: #333333;
  font-size: 18px;
  line-height: normal;
}
@media only screen and (max-width: 1440px) {
  section.qa ul li .body p {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  section.qa ul li .body p {
    font-size: 3.4vw;
  }
}
section.qa ul li .body p.large {
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  section.qa ul li .body p.large {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.qa ul li .body p.large {
    font-size: 3.2vw;
  }
}
section.qa ul li.active .head {
  background-color: white;
}
section.qa ul li.active .head .toggle {
  background-position: bottom;
}
section.qa ul li.active .head p {
  color: #d70c18;
}
section.qa ul li.active .body {
  display: block;
}
section.qa .bottom-container {
  margin: 0 auto;
  padding: 1.2% 3%;
  width: 83.3333333333%;
  border: 5px #cecece solid;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container {
    padding: 4.8% 3%;
    width: 98%;
  }
}
section.qa .bottom-container .title {
  margin-bottom: 1.1%;
  color: #d70c18;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.qa .bottom-container .title {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container .title {
    margin-bottom: 4.6%;
    font-size: 4vw;
  }
}
section.qa .bottom-container .line {
  border-bottom: 2px #d4d2d2 dashed;
}
section.qa .bottom-container .line.line-1 {
  margin-bottom: 0.7%;
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container .line.line-1 {
    margin-bottom: 4.4%;
  }
}
section.qa .bottom-container .line.line-2 {
  margin-bottom: 1.7%;
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container .line.line-2 {
    margin-bottom: 4.4%;
  }
}
section.qa .bottom-container .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.qa .bottom-container .d-flex p {
  padding: 0.9% 0;
  width: 40%;
}
section.qa .bottom-container .d-flex p:nth-child(2n) {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container .d-flex p {
    width: 100%;
  }
  section.qa .bottom-container .d-flex p:nth-child(2n) {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container .d-flex p {
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 414px) {
  section.qa .bottom-container .d-flex p {
    text-indent: -0.7em;
    padding-left: 0.7em;
  }
}
section.qa .bottom-container .d-flex span {
  color: #333333;
  font-size: 18px;
  vertical-align: middle;
}
@media only screen and (max-width: 1440px) {
  section.qa .bottom-container .d-flex span {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container .d-flex span {
    font-size: 3.2vw;
    line-height: 1.1;
  }
}
section.qa .bottom-container .d-flex span.circle {
  display: inline-block;
  margin-right: 1%;
  width: 10px;
  border-radius: 50%;
  background-color: #b3b3b3;
}
section.qa .bottom-container .d-flex span.circle:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
section.qa .bottom-container .notice {
  color: #333333;
  font-size: 18px;
  text-indent: -3em;
  padding-left: 3em;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  section.qa .bottom-container .notice {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  section.qa .bottom-container .notice {
    font-size: 3.2vw;
  }
}
section.qa .bottom-container .notice.sub {
  text-indent: 0;
  padding-left: 1.5em;
}

section.case {
  background-color: white;
}
section.case > .arr {
  background-image: url("../img/case/arr_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.case > .arr:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
@media only screen and (max-width: 768px) {
  section.case > .arr {
    background-image: url("../img/case/arr_next_m.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  section.case > .arr:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.4615384615%;
  }
}
section.case .container {
  padding-top: 98px;
  padding-bottom: 104px;
}
@media only screen and (max-width: 1440px) {
  section.case .container {
    padding-top: 6.8055555556%;
    padding-bottom: 7.2222222222%;
  }
}
@media only screen and (max-width: 768px) {
  section.case .container {
    padding-top: 14.6666666667%;
    padding-bottom: 10.2666666667%;
  }
}
section.case .title {
  margin-bottom: 1.8%;
  color: #d70c18;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.case .title {
    font-size: 3.4722222222vw;
  }
}
@media only screen and (max-width: 768px) {
  section.case .title {
    margin-bottom: 1.8%;
    font-size: 6.5vw;
  }
}
section.case .desc {
  margin-bottom: 4.9%;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  section.case .desc {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.case .desc {
    margin-bottom: 5%;
    font-size: 3.5vw;
  }
}
section.case ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  section.case ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.case ul li {
  position: relative;
  margin-right: 0.6%;
  width: 394px;
  overflow: hidden;
  cursor: pointer;
}
section.case ul li:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 82.4873096447%;
}
@media only screen and (max-width: 1440px) {
  section.case ul li {
    width: 27.3611111111%;
  }
}
@media only screen and (max-width: 768px) {
  section.case ul li {
    margin-right: 0;
    margin-bottom: 3.1%;
    width: 97.5%;
  }
  section.case ul li:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 44.5205479452%;
  }
}
section.case ul li:nth-child(1) .bg {
  background-image: url("../img/case/pic_1.jpg");
}
@media only screen and (max-width: 768px) {
  section.case ul li:nth-child(1) .bg {
    background-image: url("../img/case/pic_1_m.jpg");
  }
}
section.case ul li:nth-child(2) .bg {
  background-image: url("../img/case/pic_2.jpg");
}
@media only screen and (max-width: 768px) {
  section.case ul li:nth-child(2) .bg {
    background-image: url("../img/case/pic_2_m.jpg");
  }
}
section.case ul li:nth-child(3) {
  margin-right: 0;
}
section.case ul li:nth-child(3) .bg {
  background-image: url("../img/case/pic_3.jpg");
}
@media only screen and (max-width: 768px) {
  section.case ul li:nth-child(3) .bg {
    background-image: url("../img/case/pic_3_m.jpg");
  }
}
section.case ul li:hover .bg {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
section.case ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 1440px) {
  section.case ul li .bg {
    background-size: cover;
  }
}
section.case ul li .bottom {
  position: absolute;
  padding: 4.7% 0;
  padding-left: 3.2%;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  section.case ul li .bottom {
    padding: 2.2% 0;
    padding-left: 3.2%;
  }
}
section.case ul li .bottom .toggle {
  margin-right: 2.6%;
  width: 19px;
  background-image: url("../img/qa/toggle.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-position: top;
  background-size: cover;
}
section.case ul li .bottom .toggle:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 1440px) {
  section.case ul li .bottom .toggle {
    width: 5%;
  }
}
@media only screen and (max-width: 768px) {
  section.case ul li .bottom .toggle {
    margin-right: 1.1%;
    width: 3%;
  }
}
section.case ul li .bottom p {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  section.case ul li .bottom p {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.case ul li .bottom p {
    font-size: 4vw;
  }
}
section.case .case-block {
  display: none;
}
@media only screen and (max-width: 1440px) {
  section.case .case-block {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  section.case .case-block {
    background-size: 100%;
  }
}
section.case .case-block.active {
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  section.case .case-block.active {
    height: auto;
    background-size: cover;
    background-position: center top;
  }
}
section.case .case-block.case-1 {
  background-image: url("../img/case/pic_open_1.jpg");
}
@media only screen and (max-width: 768px) {
  section.case .case-block.case-1 {
    background-image: url("../img/case/pic_open_1_m.jpg");
  }
}
section.case .case-block.case-2 {
  background-image: url("../img/case/pic_open_2.jpg");
}
@media only screen and (max-width: 768px) {
  section.case .case-block.case-2 {
    background-image: url("../img/case/pic_open_2_m.jpg");
  }
}
section.case .case-block.case-3 {
  background-image: url("../img/case/pic_open_3.jpg");
}
@media only screen and (max-width: 768px) {
  section.case .case-block.case-3 {
    background-image: url("../img/case/pic_open_3_m.jpg");
  }
}
section.case .case-block .container {
  padding: 0;
}
section.case .case-block .container:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.4027777778%;
}
@media only screen and (max-width: 768px) {
  section.case .case-block .container:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 126.4%;
  }
}
section.case .case-block .content-container {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 8.4%;
  margin-top: 13.2%;
  padding: 2.6% 2%;
  width: 42.1527777778%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  section.case .case-block .content-container {
    top: auto;
    bottom: 0;
    margin-left: 1.3%;
    margin-top: auto;
    margin-bottom: 5%;
    padding: 4.9% 2.3%;
    width: 97.3333333333%;
  }
}
section.case .case-block .content-container .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -7%;
  width: 6.589785832%;
  background-image: url("../img/case/btn_close.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
section.case .case-block .content-container .btn-close:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 768px) {
  section.case .case-block .content-container .btn-close {
    margin-right: 0;
    margin-top: -6.1%;
    width: 6%;
  }
}
section.case .case-block .content-container .case-title {
  margin-bottom: 2%;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1440px) {
  section.case .case-block .content-container .case-title {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  section.case .case-block .content-container .case-title {
    margin-bottom: 2%;
    font-size: 3.5vw;
    letter-spacing: 0;
    text-align: justify;
  }
}
section.case .case-block .content-container .case-desc {
  margin-bottom: 3.5%;
  color: #333333;
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  section.case .case-block .content-container .case-desc {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  section.case .case-block .content-container .case-desc {
    margin-bottom: 2%;
    font-size: 5vw;
    text-align: justify;
    line-height: 1.2;
  }
}
section.case .case-block .content-container .case-content {
  font-size: 18px;
  text-align: justify;
  line-height: 1.4;
}
@media only screen and (max-width: 1440px) {
  section.case .case-block .content-container .case-content {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  section.case .case-block .content-container .case-content {
    font-size: 3.2vw;
    line-height: 1.25;
  }
}
section.case .case-block .content-container .case-content span.highlight {
  color: #d70c18;
  font-weight: bold;
}

.cookie-wrapper {
  position: fixed;
  font-weight: normal;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #364487;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cookie-wrapper {
    height: auto;
    padding: 24px 30px;
  }
}
@media only screen and (max-width: 414px) {
  .cookie-wrapper {
    padding: 25px 15px;
  }
}
.cookie-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 414px) {
  .cookie-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cookie-wrapper .container p {
  line-height: 1.45;
}
.cookie-wrapper .container p a {
  color: #fff;
  text-decoration: underline;
}
.cookie-wrapper .container button {
  position: relative;
  padding: 8px 20px;
  color: white;
  font-size: 16px;
  line-height: 1.5;
  background-color: #ed6b4e;
  border-radius: 5px;
  cursor: pointer;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .cookie-wrapper .container button {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 414px) {
  .cookie-wrapper .container button {
    margin-left: 0;
    margin-top: 25px;
  }
}

body {
  background-color: white;
}
body .n-wraper > .content {
  position: relative;
  min-height: calc(100vh - 60px - 56px);
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  body .n-wraper > .content {
    min-height: calc(100vh - 35.28px);
    padding-top: 53px;
  }
}
@media only screen and (max-width: 768px) {
  body .n-wraper > .content {
    min-height: calc(100vh - 25.19px);
    padding-bottom: 13.7333333333%;
  }
}
@media only screen and (max-width: 319px) {
  body .n-wraper > .content {
    padding-top: 0;
  }
}
body .n-wraper .header-main-top .web-name {
  display: none;
}
body .n-wraper .header-main-top .sign-in-content {
  display: none !important;
}

.main-footer {
  padding-bottom: 0;
}