@charset "UTF-8";
.c-footer {
  padding: 87px 30px 20px;
  color: #fff;
  background-color: rgb(59.7394736842, 104.7605263158, 86.5789473684);
}
@media screen and (max-width: 960px) {
  .c-footer {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 60px 30px 20px;
  }
}

.c-footer__inner {
  max-width: 940px;
  margin: 0 auto;
}

.c-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 73px;
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .c-footer__content {
    display: block;
  }
}

.c-footer__address {
  font-size: 1.4rem;
}
.c-footer__address span {
  display: block;
}
.c-footer__address a {
  position: relative;
  text-decoration: underline;
}
.c-footer__address a:hover {
  text-decoration: none;
}
.c-footer__address a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./image/icon/map.svg);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .c-footer__nav {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__nav {
    display: block;
  }
}
.c-footer__nav li {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-footer__nav li {
    margin-bottom: 5px;
    line-height: 1.8;
  }
}
.c-footer__nav li:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }
}
.c-footer__nav li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
}
.c-footer__nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.27s ease-out;
  transition: all 0.27s ease-out;
}
@media (any-hover: hover) {
  .c-footer__nav li a:hover::after {
    width: 100%;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__nav li a {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.c-footer__copyright {
  width: 100%;
  margin-top: 90px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 45px;
    text-align: left;
    line-height: 1;
  }
}
.c-footer__copyright small {
  font-family: "Jost", "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright small {
    font-size: 1rem;
  }
}

.c-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 38px 81px 0px 88px;
}
@media screen and (max-width: 767px) {
  .c-header {
    top: 0;
    z-index: 3;
    width: calc(100vw - 70px);
    padding: 20px 0 0 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .c-header[data-page=top] {
    position: absolute;
  }
  .c-header[data-page=top][data-position=scroll] {
    position: fixed;
  }
  .c-header[data-position=scroll] {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .c-header[data-position=scroll] .c-header__logo[data-page=top]::before {
    display: none;
  }
  .c-header[data-page=other] {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.c-header__logo {
  margin: 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .c-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    position: fixed;
    z-index: 13;
    top: 0;
    right: -414px;
    bottom: 0;
    width: 0;
    padding: 20px 35px;
    background-color: #FBF9EF;
    opacity: 0;
    overflow: auto;
    -webkit-transition: right 600ms, opacity 450ms, visibility 450ms;
    transition: right 600ms, opacity 450ms, visibility 450ms;
  }
}
@media screen and (max-width: 350px) {
  .c-header__nav {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav[aria-hidden=false] {
    visibility: visible;
    right: 0;
    opacity: 1;
    max-width: 414px;
    width: 100%;
    min-height: 100svh;
    min-height: -webkit-fill-available;
  }
}

.c-header__background {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__background {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .c-header__background[aria-hidden=false] {
    visibility: visible;
    opacity: 0.8;
    z-index: 10;
  }
  .c-header__background[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
  }
}

.c-header__sp-button {
  display: none;
  position: fixed;
  z-index: 14;
  top: 0;
  right: 0;
  padding: 35px;
  background-color: #457964;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media screen and (max-width: 767px) {
  .c-header__sp-button {
    display: block;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.c-header__sp-button[aria-expanded=true]::after, .c-header__sp-button[aria-expanded=true]::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header__sp-button[aria-expanded=true]::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-header__sp-button[aria-expanded=true] span[data-view=sp] {
  opacity: 0;
  visibility: hidden;
}
.c-header__sp-button::before, .c-header__sp-button::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 26px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: color 0.2s, -webkit-transform 0.3s;
  transition: color 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.2s;
  transition: transform 0.3s, color 0.2s, -webkit-transform 0.3s;
}
.c-header__sp-button::before {
  top: 25px;
}
.c-header__sp-button::after {
  top: 45px;
}
.c-header__sp-button span:not([data-view=sp]) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 767px) {
  .c-header__sp-button span:not([data-view=sp])::before {
    content: "";
    display: block;
    height: 1px;
    width: 26px;
    background-color: #fff;
  }
}
.c-header__sp-button span[data-view=sp] {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__sp-button span[data-view=sp] {
    position: absolute;
    display: block;
    width: 26px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-button {
  text-align: center;
}
.c-button button,
.c-button a {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 43px 15px;
  font-size: 1.6rem;
  text-decoration: none;
  color: white;
  background-color: #457964;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-button button,
  .c-button a {
    margin-top: 30px;
  }
}
.c-button button:hover,
.c-button a:hover {
  background-color: rgb(41.2184210526, 72.2815789474, 59.7368421053);
}

.c-heading {
  letter-spacing: 0.1em;
}
.c-heading > span {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Jost", "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(202, 215, 171, 0.6);
}
@media screen and (max-width: 960px) {
  .c-heading > span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading > span {
    font-size: 6.8vw;
  }
}
.c-heading > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: 107px;
  height: 1px;
  background-color: #CAD7AB;
}
.c-heading h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .c-heading h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading h2 {
    font-size: 6.8vw;
  }
}
.c-heading h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .c-heading h2 span {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 350px) {
  .c-heading h2 span {
    font-size: 1.4rem;
  }
}

.c-nav-global {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-nav-global {
    display: block;
    margin: 15px 0 0;
  }
}
.c-nav-global li + li {
  margin-left: 30px;
}
@media screen and (max-width: 1080px) {
  .c-nav-global li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global li + li {
    margin: 25px 0 0;
  }
}
.c-nav-global li a {
  display: block;
  font-family: "Jost", "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .c-nav-global li a {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1080px) {
  .c-nav-global li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global li a {
    font-size: 1.6rem;
  }
}
.c-nav-global li a span {
  display: block;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #CAD7AB;
}
.c-nav-global li:not(.c-nav-global__cta) a {
  position: relative;
}
@media (any-hover: hover) {
  .c-nav-global li:not(.c-nav-global__cta) a:hover::after {
    width: 100%;
    right: 0;
    left: 0;
  }
}
.c-nav-global li:not(.c-nav-global__cta) a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 2px;
  background-color: rgba(69, 121, 100, 0.8);
  -webkit-transition: all 0.27s ease-out;
  transition: all 0.27s ease-out;
}
.c-nav-global li.c-nav-global__cta {
  margin-left: 60px;
}
@media screen and (max-width: 1279px) {
  .c-nav-global li.c-nav-global__cta {
    margin-left: 35px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global li.c-nav-global__cta {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global li.c-nav-global__cta {
    margin: 30px 0 0;
    text-align: center;
  }
}
.c-nav-global li.c-nav-global__cta a {
  display: block;
  padding: 25px 37px;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background-color: #457964;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (any-hover: hover) {
  .c-nav-global li.c-nav-global__cta a:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
@media screen and (max-width: 1279px) {
  .c-nav-global li.c-nav-global__cta a {
    padding: 25px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global li.c-nav-global__cta a {
    padding: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global li.c-nav-global__cta a {
    display: inline-block;
    padding: 14px 25px 13px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.c-nav-global li.c-nav-global__cta a img {
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .c-nav-global li.c-nav-global__cta a img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }
}

.c-nav-global__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-nav-global__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}

.c-title h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 960px) {
  .c-title h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title h2 {
    font-size: 2rem;
  }
}
.c-title span {
  display: inline-block;
  font-size: 12.8rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .c-title span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 6rem;
  }
}
.c-title.center {
  text-align: center;
}
.c-title.color-white {
  color: #fff;
}
.c-title.color-main {
  color: #457964;
}

.contact {
  margin: 60px 80px 80px;
  padding: 60px 30px 80px;
  background-color: #EAEAEA;
}
@media screen and (max-width: 960px) {
  .contact {
    margin: 60px 20px 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 20px;
  }
}

.contact-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-top: 80px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .contact-lead {
    margin-top: 50px;
    font-size: 1.5rem;
    text-align: center;
  }
}

.contact-form {
  width: 450px;
  margin: 80px auto 0;
}
@media screen and (max-width: 960px) {
  .contact-form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin: 40px auto 0;
  }
}

.contact-unit label {
  font-size: 1.4rem;
  font-weight: bold;
}
.contact-unit input[type=text],
.contact-unit input[type=email],
.contact-unit textarea {
  width: 100%;
  margin-top: 10px;
  padding: 10px 15px 13px;
  font-size: 1.5rem;
  background-color: #fff;
  border: 1px solid #F5F5F5;
}
.contact-unit input[type=text]::-webkit-input-placeholder, .contact-unit input[type=email]::-webkit-input-placeholder, .contact-unit textarea::-webkit-input-placeholder {
  color: #929292;
}
.contact-unit input[type=text]::-moz-placeholder, .contact-unit input[type=email]::-moz-placeholder, .contact-unit textarea::-moz-placeholder {
  color: #929292;
}
.contact-unit input[type=text]:-ms-input-placeholder, .contact-unit input[type=email]:-ms-input-placeholder, .contact-unit textarea:-ms-input-placeholder {
  color: #929292;
}
.contact-unit input[type=text]::-ms-input-placeholder, .contact-unit input[type=email]::-ms-input-placeholder, .contact-unit textarea::-ms-input-placeholder {
  color: #929292;
}
.contact-unit input[type=text]::placeholder,
.contact-unit input[type=email]::placeholder,
.contact-unit textarea::placeholder {
  color: #929292;
}
.contact-unit textarea {
  resize: vertical;
}
.contact-unit + .contact-unit {
  margin-top: 30px;
}
.contact-unit input[type=radio] + span {
  position: relative;
}
.contact-unit input[type=radio] + span::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #929292;
  border-radius: 50%;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.contact-unit input[type=radio]:checked + span::after {
  position: absolute;
  top: 7px;
  left: 2px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #457964;
  border-radius: 50%;
}
.contact-unit .wpcf7-radio {
  display: block;
  margin-top: 10px;
}
.contact-unit .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  line-height: 1.4;
}
.contact-unit .wpcf7-radio .wpcf7-list-item label {
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-unit .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 5px;
}

.contact-privacy {
  margin-top: 35px;
  text-align: center;
}
.contact-privacy p {
  font-size: 1.4rem;
}
.contact-privacy p a {
  color: #457964;
  text-decoration: underline;
}
.contact-privacy p a:hover {
  text-decoration: none;
}

.contact-button {
  margin-top: 16px;
}
.contact-button input[type=submit] {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  padding: 12px 20px 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #457964;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-button input[type=submit]:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.fee {
  padding: 0 30px;
}

.fee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14.7916666667vw;
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 90px;
  border-top: 1px solid #457964;
}
@media screen and (max-width: 960px) {
  .fee-wrap {
    display: block;
  }
}

.fee-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fee-unit + .fee-unit {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .fee-unit + .fee-unit {
    margin-top: 60px;
  }
}

@media screen and (max-width: 960px) {
  .fee-unit {
    margin-top: 60px;
  }
}
.fee-unit > *:not(.fee-heading) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .fee-unit > *:not(.fee-heading) {
    margin-left: 0;
  }
}
.fee-unit > small {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .fee-unit > small {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .fee-unit > small {
    font-size: 1.2rem;
  }
}

.fee-heading {
  margin-bottom: 40px;
  font-size: 3.2rem;
  color: #457964;
}
@media screen and (max-width: 767px) {
  .fee-heading {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

.fee-consultation {
  display: inline-block;
  min-width: 325px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .fee-consultation {
    font-size: 1.4rem;
  }
}
.fee-consultation > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #457964;
}
.fee-consultation > div:last-child {
  border-bottom: 1px solid #457964;
}
.fee-consultation dt {
  position: relative;
  width: 110px;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .fee-consultation dt {
    width: 72px;
  }
}
.fee-consultation dt::after {
  content: "：";
  position: absolute;
  right: 0;
}
.fee-consultation dt em {
  font-style: normal;
  font-weight: bold;
  color: #457964;
}
.fee-consultation dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fee-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #457964;
}
.fee-table th, .fee-table td {
  padding: 12px 20px 13px;
  font-size: 1.8rem;
  border-top: 1px solid #457964;
}
@media screen and (max-width: 767px) {
  .fee-table th, .fee-table td {
    padding: 7px 10px 8px;
    font-size: 1.4rem;
  }
}
.fee-table th {
  background-color: #E5E5E5;
}
.fee-table td:not(:first-child) {
  text-align: center;
}
.fee-table th:not(:first-child),
.fee-table td:not(:first-child) {
  border-left: 1px solid #457964;
}

.image {
  overflow: hidden;
  height: 47.6vw;
  max-height: 685px;
}

.loading {
  display: none;
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
}

.loading-inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #457964;
  background: linear-gradient(86deg, rgb(69, 121, 100) 25%, rgb(255, 255, 255) 89%, rgba(255, 255, 255, 0.2) 100%);
}

.mv {
  position: relative;
  height: 90vh;
  max-height: 800px;
  min-height: 600px;
  display: grid;
  place-items: center;
  text-align: center;
}

@-webkit-keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mvFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes mvFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes mvUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  70% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
    opacity: 1;
  }
}
@keyframes mvUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  70% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
    opacity: 1;
  }
}
.mv-content__image {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-content__image {
    width: 80vw;
  }
}
.mv-content__image img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: mvFadeUp 0.6s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: mvFadeUp 0.6s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.mv-content__copy {
  margin-top: 3.4rem;
  font-size: 2.2rem;
  opacity: 0;
  -webkit-animation: mvFadeIn 1s 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: mvFadeIn 1s 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 960px) {
  .mv-content__copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-content__copy {
    font-size: 1.8rem;
  }
}

.mv-text {
  position: absolute;
  right: 5vw;
  bottom: -15px;
}
@media screen and (max-width: 1279px) {
  .mv-text svg {
    width: 370px;
    height: 217px;
  }
}
@media screen and (max-width: 960px) {
  .mv-text svg {
    width: 300px;
    height: 176px;
  }
}
@media screen and (max-width: 767px) {
  .mv-text svg {
    width: 170px;
    height: 100px;
  }
}

.mv-path {
  opacity: 1;
}

.news {
  margin-top: 166px;
  padding: 90px 30px 80px;
  color: #fff;
  background-color: #457964;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 50px 20px;
  }
}

.news-wrap {
  max-width: 948px;
  margin: 0 auto;
}

.news-list {
  margin: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin: 20px 0 40px;
  }
}
.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 30px 0 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .news-list li a {
    display: block;
    font-size: 1.4rem;
  }
}
.news-list li a {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (any-hover: hover) {
  .news-list li a:hover {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
.news-list li time {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .news-list li time {
    margin-right: 10px;
  }
}
.news-list li .tag {
  display: inline-block;
  min-width: 86px;
  margin-right: 30px;
  padding: 3px 10px 6px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .news-list li .tag {
    min-width: 56px;
    padding: 2px 5px 3px;
    font-size: 1.1rem;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.news-list li .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .news-list li .title {
    display: block;
    margin-top: 10px;
  }
}

.news-button {
  text-align: center;
}
.news-button a {
  display: inline-block;
  padding: 12px 44px 14px;
  font-size: 1.4rem;
  color: #222222;
  text-decoration: none;
  background-color: #F5F5F5;
  border: 1px solid #457964;
  border-radius: 50px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (any-hover: hover) {
  .news-button a:hover {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}

.image img {
  width: 100%;
}

.profile {
  padding-top: 80px;
  padding-bottom: 200px;
  color: #fff;
  background-color: #457964;
}
@media screen and (max-width: 767px) {
  .profile {
    padding-bottom: 120px;
  }
}

.profile-main {
  max-width: 1600px;
  margin-left: 8.6805555556vw;
}
@media screen and (max-width: 960px) {
  .profile-main {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.profile-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 55px;
  margin-top: 96px;
}
@media screen and (max-width: 960px) {
  .profile-main__wrapper {
    display: block;
  }
}

.profile-main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.profile-main__content-name h3 {
  margin-bottom: 10px;
  font-size: 3.6rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .profile-main__content-name h3 {
    font-size: 2.4rem;
  }
}
.profile-main__content-name span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .profile-main__content-name span {
    font-size: 1.6rem;
  }
}

.profile-main__content-text {
  margin-top: 70px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1080px) {
  .profile-main__content-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .profile-main__content-text {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .profile-main__content-text {
    font-size: 1.5rem;
  }
}
.profile-main__content-text p + p {
  margin-top: 35px;
}

.profile-main__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 43px;
}

.profile-main__content-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.profile-main__content-bottom-link a {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (any-hover: hover) {
  .profile-main__content-bottom-link a:hover {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}

@media screen and (max-width: 767px) {
  .profile-main__content-bottom-text {
    font-size: 1.5rem;
  }
}

.profile-main__image {
  position: relative;
  width: 478px;
  height: 35vw;
  max-height: 462px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .profile-main__image {
    display: none;
  }
}

.js-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  z-index: 3;
  background-color: #457964;
  opacity: 1;
}

.profile-main__content-image-sp {
  position: relative;
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .profile-main__content-image-sp {
    display: block;
    width: 50%;
    max-width: 300px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .profile-main__content-image-sp {
    width: 79%;
  }
}

.profile-sub {
  margin-top: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11.25vw;
}
@media screen and (min-width: 1600px) {
  .profile-sub {
    max-width: 1600px;
    margin: 175px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .profile-sub {
    display: block;
    padding: 0 30px;
  }
}

.profile-sub__image {
  position: relative;
  width: 521px;
  max-height: 375px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .profile-sub__image {
    width: auto;
    max-width: 521px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .profile-sub__image {
    max-height: 230px;
    margin-bottom: 20px;
  }
}

.profile-sub__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile-sub__content h3 {
  margin-bottom: 30px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .profile-sub__content h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.profile-sub__content-text {
  padding-right: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .profile-sub__content-text {
    font-size: 1.5rem;
  }
}
.profile-sub__content-text table tr {
  vertical-align: text-top;
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .profile-sub__content-text table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.profile-sub__content-text table th {
  display: inline-block;
  margin-right: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .profile-sub__content-text table td {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.profile-sub__content-text p {
  line-height: 2;
}
.profile-sub__content-text + h3 {
  margin-top: 100px;
}
.profile-sub__content-text ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.profile-sub__content-text ul li::before {
  content: "・";
}
.profile-sub__content-text ul a {
  word-break: break-all;
  text-decoration: underline;
}
.profile-sub__content-text ul a:hover {
  text-decoration: none;
}

.service {
  margin-top: -1px;
  padding-bottom: 260px;
  background: #327461;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgb(69, 121, 100)), color-stop(74%, rgb(202, 222, 168)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgb(69, 121, 100) 12%, rgb(202, 222, 168) 74%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (max-width: 960px) {
  .service {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding: 0 20px 80px;
  }
}

.service-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 126px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.service-units {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 50px;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .service-units {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .service-units {
    margin-top: 40px;
  }
}

.service-item {
  padding: 30px 45px 60px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.1);
          box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 960px) {
  .service-item {
    max-width: 500px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .service-item {
    padding: 30px 20px 40px;
  }
}
.service-item:nth-child(even) {
  -webkit-transform: translateY(135px);
          transform: translateY(135px);
}
@media screen and (max-width: 960px) {
  .service-item:nth-child(even) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.service-item__num {
  display: inline-block;
  font-size: 9.6rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .service-item__num {
    font-size: 4.8rem;
  }
}

.service-item__heading {
  margin-top: 10px;
  font-size: 3.6rem;
}
@media screen and (max-width: 960px) {
  .service-item__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service-item__heading {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

.service-item__text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .service-item__text {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

.under {
  background: #B5D9A6;
  background: -webkit-gradient(linear, right top, left top, from(rgb(181, 217, 166)), color-stop(67%, rgb(235, 245, 232)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(270deg, rgb(181, 217, 166) 0%, rgb(235, 245, 232) 67%, rgba(255, 255, 255, 0.2) 100%);
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .under {
    padding-bottom: 100px;
  }
}

.under-title {
  padding-top: 180px;
  font-size: 6.4rem;
  font-weight: 500;
  color: #457964;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .under-title {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .under-title {
    padding-top: 100px;
    font-size: 3.6rem;
  }
}

.under-news {
  margin: 120px auto 0;
  max-width: 948px;
}
@media screen and (max-width: 960px) {
  .under-news {
    margin-top: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .under-news {
    margin-top: 60px;
  }
}
.under-news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  font-size: 1.8rem;
  text-decoration: none;
  border-bottom: 1px solid #222222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .under-news li a {
    display: block;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .under-news li a:hover {
    color: #457964;
  }
}
.under-news li a .tag {
  display: inline-block;
  min-width: 90px;
  margin: 0 30px 0 20px;
  padding: 1px 10px 2px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #222222;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .under-news li a .tag {
    margin: 0 10px;
    font-size: 1.3rem;
  }
}
.under-news li a .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .under-news li a .title {
    display: block;
    margin-top: 10px;
  }
}

.under-single {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 200px;
}
@media screen and (max-width: 960px) {
  .under-single {
    padding: 120px 25px 0;
  }
}

.under-single__wrap {
  padding: 60px 40px;
  background-color: #fff;
  border: 1px solid #222222;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .under-single__wrap {
    padding: 40px 20px 50px;
    border-radius: 6px;
  }
}

.under-single__heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #457964;
}
@media screen and (max-width: 767px) {
  .under-single__heading {
    padding-bottom: 20px;
  }
}

.under-single__heading-title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #457964;
}
@media screen and (max-width: 767px) {
  .under-single__heading-title {
    font-size: 2rem;
  }
}

.under-single__heading-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.under-single__heading-info time {
  margin-right: 25px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .under-single__heading-info time {
    margin-right: 20px;
    font-size: 1.4rem;
  }
}
.under-single__heading-info span.tag {
  font-size: 1.4rem;
  padding: 0px 15px 1px;
  border: 1px solid #222222;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .under-single__heading-info span.tag {
    padding: 0px 10px 2px;
    font-size: 1.2rem;
  }
}

.under-content {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .under-content {
    font-size: 1.5rem;
  }
}
.under-content h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .under-content h2 {
    line-height: 1.6;
  }
}
.under-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.under-content h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.under-content a {
  text-decoration: underline;
}
.under-content a:hover {
  text-decoration: none;
}
.under-content img,
.under-content iframe {
  margin-top: 15px;
}
.under-content p + p {
  margin-top: 30px;
}

.under-single__button {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under-single__button {
    margin-top: 40px;
  }
}
.under-single__button a {
  display: inline-block;
  padding: 8px 45px 10px;
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #222222;
  border-radius: 50px;
  background-color: #fff;
}

.under-privacy {
  max-width: 730px;
  margin: 0 auto;
  padding: 90px 25px 0;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .under-privacy {
    padding: 60px 25px 0;
    font-size: 1.4rem;
  }
}

.under .pagination {
  margin-top: 60px;
  text-align: center;
}
.under .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 1.8rem;
}
.under .pagination .nav-links a {
  color: #457964;
  text-decoration: underline;
}
.under .pagination .nav-links a:hover {
  text-decoration: none;
}
.under .pagination .nav-links a.prev, .under .pagination .nav-links a.next {
  display: none;
}

.not-found {
  display: grid;
  place-items: center;
  height: 80vh;
  min-height: 500px;
  padding: 0 30px;
}
@media screen and (min-width: 1600px) {
  .not-found {
    height: 90vh;
  }
}
.not-found .c-title {
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .not-found .c-title {
    padding-top: 55px;
  }
}
.not-found .c-title h1 {
  font-size: 2rem;
}
.not-found .c-title span {
  font-size: 4rem;
}
.not-found .c-button a {
  margin-top: 0;
}

.not-found-text {
  margin: 50px 0 70px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .not-found-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .not-found-text {
    display: grid;
    place-items: center;
    margin: 40px 0 35px;
    text-align: left;
  }
}

/*!

Theme Name :法律事務所sui
Description :「法律事務所sui」のオリジナルテーマです。

*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}
body[data-menu=show] {
  overflow: hidden;
}
body *[data-color=main] {
  color: #457964;
}
body *[data-weight=bold] {
  font-weight: bold;
}
body .font-en {
  font-family: "Jost", "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
}
body a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
  color: inherit;
}
body ul,
body ol {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
body input[type=submit],
body button {
  cursor: pointer;
}
body .grecaptcha-badge {
  visibility: hidden;
}
body * [data-view=sp] {
  display: none;
}
@media screen and (max-width: 767px) {
  body * [data-view=sp] {
    display: block;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}