*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

dl, ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

html {
  font-size: 0.625em;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: inherit;
}

a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
}

img, video {
  max-width: 100%;
  vertical-align: bottom;
}

.bold {
  font-weight: bold !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  max-width: 100%;
  font-size: 16px;
}

input,
select,
textarea,
button,
optgroup,
label {
  font-family: inherit;
}

button,
select {
  text-transform: none;
}

select {
  white-space: nowrap;
}

textarea {
  overflow: auto;
}

button,
[type="submit"],
[type="reset"],
[type="button"] {
  padding: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
}
button::-webkit-search-decoration,
[type="submit"]::-webkit-search-decoration,
[type="reset"]::-webkit-search-decoration,
[type="button"]::-webkit-search-decoration {
  display: none;
}
button::focus,
[type="submit"]::focus,
[type="reset"]::focus,
[type="button"]::focus {
  outline-offset: -2px;
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button::-moz-focusring,
[type="submit"]::-moz-focusring,
[type="reset"]::-moz-focusring,
[type="button"]::-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
[type="search"]:focus {
  outline: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

main {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

body {
  width: 100%;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
  word-break: break-all;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}

.inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 6vw;
  }
}

/* =================================================
  utility
================================================= */
.u-fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.u-fadeInUp.in {
  opacity: 1;
  transform: translateY(0);
}

.u-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pc {
    display: inherit !important;
  }
}

.u-tb {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tb {
    display: inherit !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: inherit !important;
  }
}

.tar {
  text-align: right;
}

/* =================================================
  project
================================================= */
#wrapper {
  overflow: hidden;
}

.cmn__ttl {
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 800;
  color: #FFF799;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
  text-shadow: 2px 2px 1px #003686, -2px 2px 1px #003686, -2px -2px 1px #003686, 2px -2px 1px #003686, 2px 0 1px #003686, 0 2px 1px #003686, -2px 0 1px #003686, 0 -2px 1px #003686;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmn__ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .cmn__ttl {
    font-size: 7.5vw;
    margin-bottom: 10vw;
  }
  #quickshunen .cmn__ttl {
    font-size: 7vw;
  }
}
.cmn__ttl .sm {
  margin-bottom: 5px;
  font-size: 36px;
  color: #003686;
  letter-spacing: 0.06em;
  text-shadow: none;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmn__ttl .sm {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .cmn__ttl .sm {
    font-size: 6vw;
  }
}

.cmn__btn-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cmn__btn-list {
    flex-direction: column;
    align-items: center;
  }
}
.cmn__btn-list li {
  width: 45%;
  max-width: 450px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmn__btn-list li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .cmn__btn-list li {
    width: 100%;
  }
}
.cmn__btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 99px;
  text-align: center;
  border: 2px solid #003686;
  font-size: 20px;
  font-weight: 800;
  padding: 15px 20px 15px 0;
  color: #fff;
  background-color: #003686;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .cmn__btn-list li a {
    font-size: 16px;
  }
}
.cmn__btn-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  transition: all .4s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmn__btn-list li a:after {
    border-width: 6px 9px;
  }
}
.cmn__btn-list li a:hover {
  background-color: #FFF799 !important;
  color: #003686;
}
.cmn__btn-list li a:hover:after {
  border-color: transparent transparent transparent #003686;
}
.cmn__btn-list li a.-wh {
  color: #003686;
  background-color: #fff;
}
.cmn__btn-list li a.-wh:after {
  border-color: transparent transparent transparent #003686;
}
.cmn__btn-list li a.-page:after {
  border-width: 12px 8px;
  border-color: #003686 transparent transparent transparent;
  margin-top: 6px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmn__btn-list li a.-page:after {
    border-width: 9px 6px;
  }
}
.cmn__btn-list li:not(:first-child) {
  margin-left: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmn__btn-list li:not(:first-child) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .cmn__btn-list li:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cmn__btn-list li .catch {
  text-align: center;
  margin-bottom: 5px;
  color: #003686;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmn__btn-list li .catch {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cmn__btn-list li .catch {
    margin-top: 10px;
    font-size: 14px;
  }
}
.cmn__btn-list li .catch:before, .cmn__btn-list li .catch:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 110%;
  background-color: #003686;
}
.cmn__btn-list li .catch:before {
  right: 110%;
  transform: rotate(-20deg);
}
.cmn__btn-list li .catch:after {
  left: 110%;
  transform: rotate(20deg);
}

.link:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/ico_link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 .4em;
}

#menu {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #menu {
    display: block;
  }
}
#menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0, 54, 134, 0.2);
  border-radius: 4px;
}
#menu-btn > span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 2px 0;
  background-color: #003686;
}
.is-open #menu-btn > span {
  width: 18px;
}
.is-open #menu-btn > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.is-open #menu-btn > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.is-open #menu-btn > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
#menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}
.is-open #menu-bg {
  opacity: 1;
  visibility: visible;
}
#menu-inner {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9998;
  width: 90%;
  height: 100%;
  padding: 40px 0;
  background-color: #ECF5FF;
  overflow-y: auto;
  transition: all .4s;
}
.is-open #menu-inner {
  right: 0;
}
#menu-inner .navi {
  padding: 0 20px;
}
#menu-inner .navi > li:nth-child(n+2) {
  margin-top: 15px;
}
#menu-inner .navi > li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
#menu-inner .navi > li ul {
  padding-left: 20px;
  position: relative;
}
#menu-inner .navi > li ul:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 1px;
  height: calc(100% - 16px);
  background-color: #1BB8CE;
}
#menu-inner .navi > li ul li {
  margin-top: 10px;
}
#menu-inner .navi > li ul li a {
  font-size: 14px;
  color: #666;
  position: relative;
  display: block;
}
#menu-inner .navi > li ul li a:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background-color: #fff;
  border: 1px solid #1BB8CE;
  z-index: 1;
}
#menu-inner .navi > li.contact {
  margin-top: 20px;
}
#menu-inner .navi > li.contact a {
  background-color: #fff;
  border: 2px solid #003686;
  color: #003686;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}

.sec__mv {
  padding: 70px 0;
}
#shunenjigyo .sec__mv {
  background-image: url("../img/mv_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  background-color: #ECF5FF;
  border-bottom: 2px solid #003686;
}
#quickshunen .sec__mv {
  background-color: #BCE2E8;
}
@media screen and (max-width: 767px) {
  .sec__mv {
    padding: 40px 0;
  }
}
.sec__mv .inner {
  position: relative;
}
#quickshunen .sec__mv .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #quickshunen .sec__mv .inner {
    text-align: center;
    display: block;
  }
}
.sec__mv-body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec__mv-body {
    display: block;
  }
}
#quickshunen .sec__mv-copy {
  margin-left: 60px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  #quickshunen .sec__mv-copy {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec__mv-copy {
    text-align: center;
  }
}
.sec__mv-copy h2 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.8;
  text-shadow: 2px 2px 1px #003686, -2px 2px 1px #003686, -2px -2px 1px #003686, 2px -2px 1px #003686, 2px 0 1px #003686, 0 2px 1px #003686, -2px 0 1px #003686, 0 -2px 1px #003686;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.in .sec__mv-copy h2 {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .sec__mv-copy h2 {
    font-size: 5vw;
    text-shadow: 1px 1px 1px #003686, -1px 1px 1px #003686, -1px -1px 1px #003686, 1px -1px 1px #003686, 1px 0 1px #003686, 0 1px 1px #003686, -1px 0 1px #003686, 0 -1px 1px #003686;
  }
}
.sec__mv-copy h1 {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out .2s, transform 0.8s ease-in-out .2s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec__mv-copy h1 {
    margin-top: 10px;
  }
}
.in .sec__mv-copy h1 {
  opacity: 1;
  transform: translateY(0);
}
.sec__mv-copy h1 > span {
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec__mv-copy h1 > span {
    line-height: 1.2;
  }
}
.sec__mv-copy h1 .sm {
  font-size: 45px;
  color: #003686;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__mv-copy h1 .sm {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec__mv-copy h1 .sm {
    font-size: 6vw;
  }
}
.sec__mv-copy h1 .lg {
  font-size: 72px;
  color: #FFF799;
  text-shadow: 3px 3px 1px #003686, -3px 3px 1px #003686, -3px -3px 1px #003686, 3px -3px 1px #003686, 3px 0 1px #003686, 0 3px 1px #003686, -3px 0 1px #003686, 0 -3px 1px #003686;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__mv-copy h1 .lg {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec__mv-copy h1 .lg {
    font-size: 12vw;
    text-shadow: 2px 2px 1px #003686, -2px 2px 1px #003686, -2px -2px 1px #003686, 2px -2px 1px #003686, 2px 0 1px #003686, 0 2px 1px #003686, -2px 0 1px #003686, 0 -2px 1px #003686;
  }
  #quickshunen .sec__mv-copy h1 .lg {
    font-size: 8vw;
  }
}
.sec__mv-copy .logo {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out 0.4s, transform 0.8s ease-in-out 0.4s;
}
@media screen and (max-width: 767px) {
  .sec__mv-copy .logo {
    margin-top: 20px;
  }
}
.in .sec__mv-copy .logo {
  opacity: 1;
  transform: translateY(0);
}
.sec__mv-logo {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out .4s, transform 0.8s ease-in-out .4s;
}
#shunenjigyo .sec__mv-logo {
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #shunenjigyo .sec__mv-logo {
    position: static;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #shunenjigyo .sec__mv-logo {
    position: static;
  }
}
.in .sec__mv-logo {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__mv-logo {
    margin-top: 30px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .sec__mv-logo {
    width: 60%;
    margin: 10vw auto 0;
    text-align: center;
  }
}
.sec__mv-lead {
  margin-top: 40px;
  text-align: center;
}
.sec__mv-lead p {
  max-width: 880px;
  margin: 0 auto;
  font-size: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out .6s, transform 0.8s ease-in-out .6s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__mv-lead p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sec__mv-lead p {
    font-size: 16px;
    text-align: left;
  }
}
.sec__mv-lead p .bold {
  font-weight: bold;
}
.sec__mv-lead p .color {
  color: #003686;
  background: linear-gradient(transparent 50%, #FFF799 50%);
}
.sec__mv-lead p + p {
  margin-top: 1.5em;
}
.in .sec__mv-lead p {
  opacity: 1;
  transform: translateY(0);
}

.sec__lead {
  padding: 60px 0;
  background-color: #fff;
  border-top: 2px solid #003686;
  border-bottom: 2px solid #003686;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec__lead {
    padding: 40px 0;
  }
}
.sec__lead p {
  max-width: 880px;
  margin: 0 auto;
  font-size: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out .6s, transform 0.8s ease-in-out .6s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__lead p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sec__lead p {
    font-size: 16px;
    text-align: left;
  }
}
.sec__lead p .bold {
  font-weight: bold;
}
.sec__lead p .color {
  color: #003686;
  background: linear-gradient(transparent 50%, #FFF799 50%);
}
.sec__lead p + p {
  margin-top: 1.5em;
}
.sec__lead.in p {
  opacity: 1;
  transform: translateY(0);
}

.sec__feature {
  padding: 80px 0 120px;
  background-color: #BCE2E8;
  background-image: url("../img/feature_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .sec__feature {
    padding: 60px 0;
  }
}
.sec__feature-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec__feature-list {
    display: block;
  }
}
.sec__feature-list > li {
  width: 31%;
  max-width: 360px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__feature-list > li {
    width: 49%;
    max-width: none;
    margin-left: 2%;
  }
  .sec__feature-list > li:nth-child(2n-1) {
    margin-left: 0;
  }
  .sec__feature-list > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec__feature-list > li {
    width: 100%;
    max-width: none;
  }
  .sec__feature-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
.sec__feature-list > li h3 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
  color: #003686;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__feature-list > li h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .sec__feature-list > li h3 {
    font-size: 20px;
    text-align: left;
  }
}
.sec__feature-list > li li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec__feature-list > li li {
    font-size: 15px;
  }
}
.sec__feature-list > li li + li {
  margin-top: 8px;
}
.sec__feature-list > li li a {
  text-decoration: underline;
  color: #1BB8CE;
}
.sec__feature-list > li li a:hover {
  color: #9BAEC6;
}

.sec__nayami {
  padding: 80px 0 120px;
  background-color: #BCE2E8;
}
@media screen and (max-width: 767px) {
  .sec__nayami {
    padding: 60px 0;
  }
}
.sec__nayami-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec__nayami-list {
    display: block;
  }
}
.sec__nayami-list li {
  width: 32%;
  max-width: 360px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-left: 2%;
  padding: 15px 10px;
}
.sec__nayami-list li:nth-child(3n-2) {
  margin-left: 0;
}
.sec__nayami-list li:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__nayami-list li {
    width: 48%;
    max-width: none;
    margin-top: 0 !important;
    margin-left: 4% !important;
  }
  .sec__nayami-list li:nth-child(2n-1) {
    margin-left: 0 !important;
  }
  .sec__nayami-list li:nth-child(n+3) {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .sec__nayami-list li {
    width: 100%;
    max-width: none;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .sec__nayami-list li:nth-child(n+2) {
    margin-top: 6vw !important;
  }
}
.sec__nayami-list li h3 {
  font-size: 32px;
  font-weight: 800;
  color: #003686;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec__nayami-list li h3:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 44px;
  background-image: url("../quickshunen/img/ico_quick02.svg");
  background-size: cover;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .sec__nayami-list li h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sec__nayami-list li h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec__nayami-list li p {
    font-size: 15px;
    text-align: left;
  }
}
.sec__nayami-txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec__nayami-txt {
    font-size: 18px;
  }
}

.sec__service {
  border-top: 2px solid #003686;
  background-color: #ECF5FF;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec__service {
    background-color: #fff;
  }
}
.sec__service:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.sec__service-side {
  position: absolute;
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  border-right: 2px solid #003686;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-right: 14px;
  flex: 0 0 auto;
}
.sec__service-side::-webkit-scrollbar {
  width: 6px;
}
.sec__service-side::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 99px;
}
.sec__service-side::-webkit-scrollbar-thumb {
  background-color: #BCE2E8;
  border-radius: 99px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__service-side {
    width: 175px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec__service-side {
    display: none;
  }
}
.sec__service-side.fixed {
  position: fixed;
  top: 0;
}
.sec__service-side.fixed-b {
  position: absolute;
  top: auto;
  bottom: 0;
}
#shunenjigyo .sec__service-side {
  padding-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #shunenjigyo .sec__service-side {
    padding-top: 30px;
  }
}
#quickshunen .sec__service-side {
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #quickshunen .sec__service-side {
    padding-top: 30px;
  }
}
.sec__service-side .img {
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__service-side .img {
    max-width: 120px;
  }
}
.sec__service-side .navi {
  position: relative;
}
.sec__service-side .navi:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #003686;
}
.sec__service-side .navi li {
  margin-top: 10px;
}
.sec__service-side .navi li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #9BAEC6;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__service-side .navi li a {
    font-size: 14px;
    padding-left: 23px;
  }
}
.sec__service-side .navi li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #003686;
  transition: background-color .4s, border-width .2s;
}
.sec__service-side .navi li a.active:before {
  border-width: 4px;
}
.sec__service-side .navi li a.active, .sec__service-side .navi li a:hover {
  color: #003686;
}
.sec__service-side .navi2 {
  margin-top: 30px;
}
.sec__service-side .navi2 li {
  margin-top: 10px;
}
.sec__service-side .navi2 li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #003686;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__service-side .navi2 li a {
    font-size: 14px;
  }
}
.sec__service-side .navi2 li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #003686;
  transition: background-color .4s, border-width .2s;
}
.sec__service-side .navi2 li a:hover {
  text-decoration: underline;
}
.sec__service-side .cmn__btn-list {
  display: block;
}
.sec__service-side .cmn__btn-list li {
  width: 100%;
}
.sec__service-side .cmn__btn-list li:not(:first-child) {
  margin-left: 0;
  margin-top: 20px;
}
.sec__service-side .cmn__btn-list li a {
  padding: 10px 20px 10px 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__service-side .cmn__btn-list li a {
    padding: 10px 0;
  }
  .sec__service-side .cmn__btn-list li a:after {
    content: none;
  }
}
.sec__service-main {
  background-color: #fff;
  margin-left: 300px;
  padding-left: 6vw;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__service-main {
    margin-left: 175px;
    padding: 60px 20px 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec__service-main {
    margin-left: 0;
    padding: 60px 0;
  }
}
.sec__service-main .cmn__ttl {
  text-align: left;
}
.sec__service-main-body {
  margin: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .sec__service-main-body {
    margin-bottom: 80px;
  }
}
.sec__service-main-body h3.ttl {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
  color: #003686;
  line-height: 1.2;
  letter-spacing: 0.12em;
  padding: 8px 120px 8px 30px;
  position: relative;
}
.sec__service-main-body h3.ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__service-main-body h3.ttl:before {
    width: 80px;
    height: 80px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .sec__service-main-body h3.ttl:before {
    width: 15vw;
    height: 15vw;
    right: -2vw;
  }
}
#shunenjigyo .sec__service-main-body h3.ttl {
  background-color: #FFFBD2;
  border-left: 6px solid #003686;
}
#quickshunen .sec__service-main-body h3.ttl {
  background-color: #dcf6f9;
  border-left: 6px solid #FFF799;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__service-main-body h3.ttl {
    font-size: 28px;
    padding: 8px 80px 8px 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec__service-main-body h3.ttl {
    font-size: 18px;
    padding: 8px 15vw 8px 20px;
  }
}
#shunenjigyo .sec__service-main-body#service1 h3.ttl:before {
  background-image: url("../img/illust1.svg");
}
#shunenjigyo .sec__service-main-body#service2 h3.ttl:before {
  background-image: url("../img/illust2.svg");
}
#shunenjigyo .sec__service-main-body#service3 h3.ttl:before {
  background-image: url("../img/illust3.svg");
}
#shunenjigyo .sec__service-main-body#service4 h3.ttl:before {
  background-image: url("../img/illust4.svg");
}
#shunenjigyo .sec__service-main-body#service5 h3.ttl:before {
  background-image: url("../img/illust5.svg");
}
#shunenjigyo .sec__service-main-body#service6 h3.ttl:before {
  background-image: url("../img/illust6.svg");
}
#shunenjigyo .sec__service-main-body#service7 h3.ttl:before {
  background-image: url("../img/illust7.svg");
}
#shunenjigyo .sec__service-main-body#service8 h3.ttl:before {
  background-image: url("../img/illust8.svg");
}
#shunenjigyo .sec__service-main-body#service9 h3.ttl:before {
  background-image: url("../img/illust9.svg");
}
#shunenjigyo .sec__service-main-body#service10 h3.ttl:before {
  background-image: url("../img/illust10.svg");
}
#shunenjigyo .sec__service-main-body#service11 h3.ttl:before {
  background-image: url("../img/illust11.svg");
}
#shunenjigyo .sec__service-main-body#service12 h3.ttl:before {
  background-image: url("../img/illust12.svg");
}
#shunenjigyo .sec__service-main-body#service13 h3.ttl:before {
  background-image: url("../img/illust13.svg");
}
.sec__service-main-body .subttl {
  margin-top: 30px;
  margin-bottom: 10px;
}
.sec__service-main-body .subttl .label {
  display: inline-block;
  background-color: #003686;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.8;
  padding: 0 20px;
  border-radius: 99px;
}
@media screen and (max-width: 767px) {
  .sec__service-main-body .subttl .label {
    font-size: 16px;
  }
}
.sec__service-main-body .case {
  display: flex;
  margin-top: 20px;
}
.sec__service-main-body .case li {
  flex: 0 0 auto;
  width: 230px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec__service-main-body .case li {
    width: 70%;
    max-width: 230px;
  }
}
.sec__service-main-body .case li .ttl {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #1BB8CE;
  line-height: 1.5;
}
.sec__service-main-body .case li .img, .sec__service-main-body .case li .ttl {
  transition: .4s;
}
.sec__service-main-body .case li > a:hover .img {
  opacity: .8;
}
.sec__service-main-body .case li > a:hover .ttl {
  color: #9BAEC6;
}
.sec__service-main-body .swiper-button-next, .sec__service-main-body .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #1BB8CE;
  border-radius: 99px;
  opacity: .85;
}
@media screen and (max-width: 767px) {
  .sec__service-main-body .swiper-button-next, .sec__service-main-body .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.sec__service-main-body .swiper-button-next:after, .sec__service-main-body .swiper-button-prev:after {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec__service-main-body .swiper-button-next:after, .sec__service-main-body .swiper-button-prev:after {
    width: 9px;
    height: 9px;
  }
}
.sec__service-main-body .swiper-button-next:hover, .sec__service-main-body .swiper-button-prev:hover {
  opacity: 1;
}
.sec__service-main-body .swiper-button-next.swiper-button-disabled, .sec__service-main-body .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
}
.sec__service-main-body .swiper-button-next {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .sec__service-main-body .swiper-button-next {
    right: 5px;
  }
}
.sec__service-main-body .swiper-button-next:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-right: 6px;
}
.sec__service-main-body .swiper-button-prev {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .sec__service-main-body .swiper-button-prev {
    left: 5px;
  }
}
.sec__service-main-body .swiper-button-prev:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .sec__service-main-body > p {
    font-size: 15px;
  }
}
.sec__service-main-body > p a {
  color: #1BB8CE;
  text-decoration: underline;
}
.sec__service-main-body > p a:hover {
  color: #9BAEC6;
}
#quickshunen .sec__service-main-body#service1 h3.ttl:before {
  background-image: url("../quickshunen/img/quick_illust01.svg");
}
#quickshunen .sec__service-main-body#service2 h3.ttl:before {
  background-image: url("../quickshunen/img/quick_illust01.svg");
}
#quickshunen .sec__service-main-body#service3 h3.ttl:before {
  background-image: url("../quickshunen/img/quick_illust02.svg");
}
#quickshunen .sec__service-main-body#service4 h3.ttl:before {
  background-image: url("../quickshunen/img/quick_illust03.svg");
}
#quickshunen .sec__service-main-body#service5 h3.ttl:before {
  background-image: url("../quickshunen/img/quick_illust04.svg");
}
#quickshunen .sec__service-main-body#service6 h3.ttl:before {
  background-image: url("../quickshunen/img/quick_illust05.svg");
}
#quickshunen .sec__service-main-body#service7 h3.ttl:before {
  background-image: url("../quickshunen/img/quick_illust06.svg");
}
.sec__service-main-line {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec__service-main-line {
    margin-bottom: 80px;
  }
}
.sec__service-main-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #003686;
  z-index: -1;
}
.sec__service-main-line img {
  width: 56px;
  padding: 10px;
  background-color: #fff;
}

.sec__contact {
  padding: 60px 0 80px;
  background-color: #1BB8CE;
  text-align: center;
}
.sec__contact .inner {
  position: relative;
  z-index: 0;
}
.sec__contact .inner:before, .sec__contact .inner:after {
  content: "";
  position: absolute;
  width: 285px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__contact .inner:before, .sec__contact .inner:after {
    width: 190px;
  }
}
.sec__contact .inner:before {
  left: 0;
  height: 160px;
  background-image: url("../img/illust14.svg");
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__contact .inner:before {
    left: auto;
    right: 75%;
    height: 106.6666px;
  }
}
@media screen and (max-width: 767px) {
  .sec__contact .inner:before {
    content: none;
  }
}
.sec__contact .inner:after {
  right: 0;
  height: 186px;
  background-image: url("../img/illust15.svg");
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__contact .inner:after {
    left: 75%;
    right: auto;
    height: 124px;
  }
}
@media screen and (max-width: 767px) {
  .sec__contact .inner:after {
    position: static;
    display: block;
    margin: 30px auto 0;
  }
}
#shunenjigyo .sec__contact .inner:before, #shunenjigyo .sec__contact .inner:after {
  bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #shunenjigyo .sec__contact .inner:before, #shunenjigyo .sec__contact .inner:after {
    bottom: -40px;
  }
}
#quickshunen .sec__contact .inner:before, #quickshunen .sec__contact .inner:after {
  bottom: 50px;
}
.sec__contact-ttl {
  font-size: 48px;
  font-weight: 800;
  color: #FFF799;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__contact-ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sec__contact-ttl {
    font-size: 7.5vw;
  }
  #quickshunen .sec__contact-ttl {
    font-size: 7vw;
  }
}
.sec__contact p {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec__contact p {
    font-size: 16px;
  }
}
.sec__contact .cmn__btn-list li a {
  border: none;
}

.sec__download {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .sec__download {
    padding: 60px 0 80px;
  }
}
.sec__download-ttl {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 800;
  color: #003686;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__download-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sec__download-ttl {
    font-size: 22px;
  }
}
.sec__download-txt {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec__download-txt {
    font-size: 15px;
    text-align: left;
  }
}
.sec__download-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec__download-list {
    display: block;
  }
}
.sec__download-list li {
  width: 31%;
  max-width: 360px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__download-list li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .sec__download-list li {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .sec__download-list li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.sec__download-list li .img {
  max-width: 240px;
  margin: 0 auto;
  box-shadow: 6px 8px 0 #9BAEC6;
}
@media screen and (max-width: 767px) {
  .sec__download-list li .img {
    width: 50%;
    box-shadow: 3px 4px 0 #9BAEC6;
  }
}
.sec__download-list li .img a {
  display: block;
}
.sec__download-list li .img a:hover {
  opacity: .8;
}
.sec__download-list li .ttl {
  margin-top: 25px;
  font-weight: bold;
  line-height: 1.5;
}
.sec__download-list li .btn {
  margin-top: .5em;
}
.sec__download-list li .btn a {
  font-weight: bold;
  color: #1BB8CE;
  text-decoration: underline;
}
.sec__download-list li .btn a:hover {
  color: #9BAEC6;
}
.sec__download-video {
  max-width: 800px;
  margin: 0 auto 80px;
  cursor: pointer;
  transition: opacity .4s;
}
@media screen and (max-width: 767px) {
  .sec__download-video {
    margin-bottom: 40px;
  }
}
.sec__download-video:hover {
  opacity: .8;
}
.sec__download-labo {
  max-width: 642px;
  border: 1px solid #ccc;
  margin: 40px auto 0;
}
.sec__download-labo a:hover {
  opacity: .6;
}

.sec__faq {
  padding: 80px 0 120px;
  background-color: #ECF5FF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec__faq {
    padding: 60px 0 120px;
  }
}
.sec__faq:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 15%;
  width: 116px;
  height: 190px;
  background-image: url("../img/illust16.svg");
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec__faq:before {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sec__faq:before {
    width: 58px;
    height: 95px;
  }
}
.sec__faq-list {
  margin-bottom: 40px;
}
.sec__faq-list li dl dt {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 50, 109, 0.2);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 20px 80px 20px 40px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec__faq-list li dl dt {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.sec__faq-list li dl dt:before, .sec__faq-list li dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 24px;
  height: 4px;
  border-radius: 99px;
  background-color: #003686;
}
@media screen and (max-width: 767px) {
  .sec__faq-list li dl dt:before, .sec__faq-list li dl dt:after {
    right: 14px;
    width: 16px;
    height: 2px;
  }
}
.sec__faq-list li dl dt:before {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .4s, opacity .4s;
}
.sec__faq-list li dl dt:after {
  transform: translateY(-50%);
}
.sec__faq-list li dl dd {
  padding: 0 30px 40px 80px;
  font-size: 16px;
  line-height: 2;
  text-indent: -2em;
  display: none;
}
@media screen and (max-width: 767px) {
  .sec__faq-list li dl dd {
    padding: 0 0 30px 2.8em;
    text-indent: -1.5em;
  }
}
.sec__faq-list li dl dd a {
  text-decoration: underline;
  color: #1BB8CE;
}
.sec__faq-list li dl dd a:hover {
  color: #9BAEC6;
}
.sec__faq-list li dl.is-open dt:before {
  transform: translateY(-50%);
  opacity: 0;
}
.sec__faq-list li dl .-q {
  color: #003686;
  margin-right: .5em;
}
.sec__faq-list li dl .-a {
  font-weight: bold;
  color: #D80000;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec__faq-list li dl .-a {
    margin-right: .5em;
  }
}
.sec__faq-related .subttl {
  margin-bottom: 10px;
}
.sec__faq-related .subttl .label {
  display: inline-block;
  background-color: #003686;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.8;
  padding: 0 20px;
  border-radius: 99px;
}
.sec__faq-related > p a {
  color: #1BB8CE;
  text-decoration: underline;
}
.sec__faq-related > p a:hover {
  color: #9BAEC6;
}

.sec__merit {
  padding: 80px 0 120px;
  background-color: #BCE2E8;
}
@media screen and (max-width: 767px) {
  .sec__merit {
    padding: 60px 0;
  }
}
.sec__merit-list {
  max-width: 880px;
  margin: 0 auto;
}
.sec__merit-list li {
  margin-top: 80px;
  position: relative;
  z-index: 0;
}
.sec__merit-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 274px;
  height: 380px;
  background-image: url("../quickshunen/img/quick_merit_bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.sec__merit-list li .ttl {
  font-size: 32px;
  font-weight: 800;
  color: #003686;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec__merit-list li .ttl {
    font-size: 5.5vw;
  }
}
.sec__merit-list li .txt p {
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec__merit-list li .txt p {
    font-size: 16px;
  }
}

.sec__footer {
  padding: 50px 0;
  background-color: #212121;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec__footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec__footer .logo {
    width: 60%;
    margin: 0 auto;
  }
}
.sec__footer .copyright {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 70px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
#pagetop:hover {
  background-color: rgba(0, 54, 134, 0.7);
}
#pagetop:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
