.no-sp {
  display: none !important
}
@media(min-width: 1081px) {
  .no-sp {
    display: block !important
  }
}
.no-pc {
  display: block !important
}
@media(min-width: 1081px) {
  .no-pc {
    display: none !important
  }
}
.rounded {
  border-radius: 8px
}
.next-link {
  margin: 40px auto 0
}
.c-theme {
  color: #519eba
}
.floating-cnts {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .7s, transform .7s ease-out
}
@media(max-width: 1080px) {
  .floating-cnts {
    transition: opacity .3s, transform .3s ease-out
  }
}
.floating-cnts.show {
  opacity: 1;
  transform: translateY(0)
}
.text-center {
  text-align: center
}
.text-left {
  text-align: left
}
.btn {
  min-width: 180px;
  display: inline-block;
  position: relative;
  bottom: -3px;
  margin: 0 auto;
  padding: 16px 30px;
  background-color: #519eba;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  outline: none;
  transition: all .3s
}
.btn:hover {
  bottom: 0;
  background-color: #52a7c6;
  box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
  border-color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1px 1px #336172
}
.h-btn {
  display: block;
  margin: 0;
  box-sizing: border-box;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: .3s
}
@media(max-width: 1080px) {
  .h-btn {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px
  }
}
@media(min-width: 1081px) {
  .h-btn {
    padding: 10px 25px;
    border-radius: 24px;
    font-size: 15px
  }
}
.h-btn.theme-c {
  border: 2px solid #519eba;
  background-color: #519eba
}
.h-btn.theme-c:hover {
  background-color: #fff;
  color: #519eba
}
.h-btn.contact-c {
  border: 2px solid #faa54b;
  background-color: #faa54b
}
.h-btn.contact-c:hover {
  background-color: #fff;
  color: #faa54b
}
.section-title {
  position: relative
}
@media(max-width: 1080px) {
  .section-title {
    margin: 0 0 40px;
    padding: 0 0 0 13px;
    border-left: 3px solid #519eba
  }
}
@media(min-width: 1081px) {
  .section-title {
    margin: 0 0 80px;
    padding: 3px 0 1px 20px;
    border-left: 4px solid #519eba
  }
}
.section-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9
}
@media(max-width: 1080px) {
  .section-title:after {
    bottom: -20px;
    left: -3px
  }
}
@media(min-width: 1081px) {
  .section-title:after {
    bottom: -30px;
    left: -4px
  }
}
.section-title .hl-bold {
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1;
  color: #519eba
}
@media(max-width: 1080px) {
  .section-title .hl-bold {
    padding: 0 0 10px;
    font-size: 23px
  }
}
@media(min-width: 1081px) {
  .section-title .hl-bold {
    padding: 3px 0 10px;
    font-size: 35px
  }
}
.section-title .hl-sub {
  display: block;
  letter-spacing: .05em;
  font-weight: 500;
  color: #9ebac1
}
@media(max-width: 1080px) {
  .section-title .hl-sub {
    padding: 0;
    font-size: 13px
  }
}
@media(min-width: 1081px) {
  .section-title .hl-sub {
    padding: 0 0 3px;
    font-size: 15px
  }
}
.hl-md {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.5
}
@media(max-width: 1080px) {
  .hl-md {
    font-size: 20px
  }
}
.hl-md.l2 {
  line-height: 2
}
@media(max-width: 1080px) {
  .hl-md.l2 {
    line-height: 1.75
  }
}
.hl-sm {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.5
}
@media(max-width: 1080px) {
  .hl-sm {
    font-size: 17px
  }
}
.hl-sm.l2 {
  line-height: 2
}
@media(max-width: 1080px) {
  .hl-sm.l2 {
    line-height: 1.75
  }
}
.hl-square {
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 15px;
  font-weight: 500
}
.hl-square:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #519eba;
  position: absolute;
  top: 4px;
  left: 0
}
.icon-search {
  padding-left: 37px;
  position: relative
}
.icon-search:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../img/icon-serch.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  position: absolute;
  top: 0;
  left: 0
}
.col-3-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}
@media(min-width: 1081px) {
  .col-3-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 0
  }
}
@media(max-width: 1080px) {
  .col-3-list li {
    width: 100%;
    margin: 0 0 40px;
    padding: 0
  }
  .col-3-list li:last-child {
    margin: 0
  }
}
@media(min-width: 1081px) {
  .col-3-list li {
    width: 30%;
    margin: 0;
    padding: 0;
    box-sizing: border-box
  }
  .col-3-list li:nth-of-type(2) {
    width: 35%;
    margin: 0 2.5%;
    padding: 0 2.5%;
    border-right: 1px dashed #d9d9d9;
    border-left: 1px dashed #d9d9d9
  }
}
.col-2-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}
@media(min-width: 1081px) {
  .col-2-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0
  }
}
@media(max-width: 1080px) {
  .col-2-list li {
    margin: 0 0 10px
  }
}
@media(min-width: 1081px) {
  .col-2-list li {
    width: 48%;
    margin: 0;
    padding: 0;
    box-sizing: border-box
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9
}
.youtube iframe {
  width: 100%;
  height: 100%
}
*, *::before, *::after {
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth
}
body {
  margin: 0;
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
@media(max-width: 1080px) {
  body {
    font-size: 1.5rem
  }
}
h1, h2, h3, p {
  margin: 0
}
a {
  color: #519eba
}
a:hover {
  text-decoration: none
}
a[href^="tel:"] {
  color: #fff
}
@media(min-width: 480px) {
  a[href^="tel:"] {
    display: inline-block;
    color: #444;
    pointer-events: none;
    text-decoration: none
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}
.row-wrapper {
  width: 100%
}
@media(max-width: 1080px) {
  .row-wrapper {
    margin: 0 auto 60px;
    padding: 75px 0 0
  }
}
@media(min-width: 1081px) {
  .row-wrapper {
    margin: 0 auto 90px;
    padding: 90px 0 0
  }
}
.row-wrapper-wrap-up p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8
}
.row-wrapper-wrap-up p .marker {
  background: #ff0
}
@media(min-width: 1081px) {
  .row-wrapper-wrap-up p {
    font-size: 43px
  }
  .row-wrapper-wrap-up p .marker {
    font-size: 60px
  }
}
.row-wrapper-diagram {
  background-image: linear-gradient(90deg, rgb(217, 234, 235), rgb(232, 226, 234))
}
@media(max-width: 1080px) {
  .row-wrapper-diagram {
    margin-top: 100px;
    padding-bottom: 60px
  }
}
@media(min-width: 1081px) {
  .row-wrapper-diagram {
    margin-top: 160px;
    padding-bottom: 90px
  }
}
.row-wrapper-diagram .section-title:after {
  background-color: #fff
}
.row-wrapper-voice {
  margin-bottom: 0;
  padding-bottom: 90px;
  background-color: #e9eff2
}
@media(max-width: 1080px) {
  .row-wrapper-voice {
    overflow: hidden
  }
}
.row-wrapper-contact {
  margin: 0;
  padding: 50px 0;
  background-color: #bbc1c3
}
@media(max-width: 1080px) {
  .row-wrapper-contact {
    padding: 30px 0
  }
}
.row-wrapper-faq {
  padding: 130px 0 0
}
@media(max-width: 1080px) {
  .row-wrapper-faq {
    padding: 80px 0 0
  }
}
.row-section {
  width: 1000px;
  margin: 0 auto
}
@media(max-width: 1080px) {
  .row-section {
    width: 90%
  }
}
.section {
  scroll-margin-top: -1px
}
.header {
  width: 100%;
  margin: auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(255, 255, 255, .9);
  border-bottom: 1px solid #d9d9d9
}
@media(max-width: 1080px) {
  .header {
    height: 50px;
    padding: 0 10px
  }
}
@media(min-width: 1081px) {
  .header {
    height: 62px;
    padding: 0 20px
  }
}
.header-logo {
  width: 160px;
  height: 24px;
  padding: 0 82px 0 0
}
.header-nav-contact {
  display: flex;
  justify-content: flex-end;
  gap: 0 7px
}
.header-nav {
  position: fixed;
  z-index: 12
}
.header-nav-global {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none
}
@media(max-width: 1080px) {
  .header-nav {
    width: 100%;
    bottom: 0;
    left: 0
  }
  .header-nav-global {
    gap: 0 0
  }
  .header-nav-global li {
    width: 16.6666666667%;
    display: flex;
    border-right: 1px solid #7cb1c4;
    background-color: #519eba;
    align-items: center;
    text-align: center;
    box-sizing: border-box
  }
  .header-nav-global li:last-child {
    border-right: none
  }
  .header-nav-global li a {
    width: 100%;
    padding: 13px 0;
    margin: 0 auto;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    transition: all .5s
  }
  .header-nav-global li a.active {
    color: #fff500
  }
}
@media(min-width: 1081px) {
  .header-nav {
    width: auto;
    height: 62px;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }
  .header-nav-global {
    justify-content: space-between;
    gap: 0 18px
  }
  .header-nav-global li {
    height: 61px;
    display: flex;
    align-items: center
  }
  .header-nav-global a {
    padding: 10px 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    color: #444;
    transition: .3s
  }
  .header-nav-global a:hover {
    color: #519eba
  }
  .header-nav-global a:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -13px;
    transition: .3s
  }
  .header-nav-global a.active {
    color: #519eba
  }
  .header-nav-global a.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #519eba;
    display: block;
    position: absolute;
    bottom: -13px
  }
}
.intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../img/bg-main.png);
  background-repeat: no-repeat
}
@media(max-width: 1080px) {
  .intro {
    background-size: 80%;
    background-position: right -90px center
  }
}
@media(max-width: 768px) {
  .intro {
    background-size: 112%;
    background-position: top 9% left 2%
  }
}
@media(min-width: 1081px) {
  .intro {
    background-size: 79% auto;
    background-position: right -90px center
  }
}
.intro .site-title {
  position: absolute;
  margin: 0 auto;
  text-align: left;
  z-index: 3
}
@media(max-width: 768px) {
  .intro .site-title {
    bottom: 9%;
    left: 5%
  }
}
@media(min-width: 769px) {
  .intro .site-title {
    top: 53%;
    left: 6%;
    transform: translateY(-50%)
  }
}
.intro .site-title .description {
  margin: 40px 0 0 5px;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 600
}
@media(max-width: 768px) {
  .intro .site-title .description {
    margin: 0 0 20px;
    font-size: 20px
  }
}
.intro .site-title .logo {
  font-family: "Poppins", sans-serif;
  line-height: 1.2
}
@media(max-width: 768px) {
  .intro .site-title .logo {
    font-size: 45px
  }
}
@media(min-width: 769px) {
  .intro .site-title .logo {
    font-size: 85px;
    letter-spacing: .025em
  }
}
.intro .site-title .logo span {
  color: #519eba
}
.intro .site-title .title-ruby {
  font-weight: 600
}
@media(max-width: 768px) {
  .intro .site-title .title-ruby {
    margin: 0 0 10px -6px;
    font-size: 14px
  }
}
@media(min-width: 769px) {
  .intro .site-title .title-ruby {
    font-size: 20px
  }
}
.intro .main-txt-01, .intro .main-txt-02, .intro .main-txt-03 {
  height: auto;
  display: block;
  position: absolute;
  z-index: 2
}
.intro .main-txt-01 img, .intro .main-txt-02 img, .intro .main-txt-03 img {
  height: 150%;
  width: auto
}
@media(max-width: 769px) {
  .intro .main-txt-01, .intro .main-txt-02, .intro .main-txt-03 {
    height: 32px;
    width: auto;
  }
}
@media(min-width: 770px) {
  .intro .main-txt-01, .intro .main-txt-02, .intro .main-txt-03 {
    height: 72px;
    width: auto;
  }
}
@media(max-width: 769px) {
  .intro .main-txt-01 {
    top: 15%;
    bottom: auto;
    left: 10%
  }
}
@media(min-width: 770px) {
  .intro .main-txt-01 {
    top: 15%;
    bottom: auto;
    left: 30%
  }
}
@media(max-width: 769px) {
  .intro .main-txt-02 {
    top: 41%;
    bottom: auto;
    left: 10%
  }
}
@media(min-width: 770px) {
  .intro .main-txt-02 {
    top: auto;
    bottom: 22%;
    left: 46%
  }
}
@media(max-width: 769px) {
  .intro .main-txt-03 {
    top: 28%;
    bottom: auto;
    left: 10%
  }
}
@media(min-width: 770px) {
  .intro .main-txt-03 {
    top: auto;
    bottom: 50%;
    left: 38%
  }
}
.wrap-news-top {
  display: flex;
  flex-wrap: nowrap;
  position: relative
}
.wrap-news-top .n-title {
  display: block;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #519eba
}
@media(max-width: 1080px) {
  .wrap-news-top .n-title {
    width: 100px
  }
}
@media(min-width: 1081px) {
  .wrap-news-top .n-title {
    width: 140px
  }
}
.wrap-news-top .n-list {
  margin: 0;
  padding: 0;
  list-style: none
}
@media(max-width: 1080px) {
  .wrap-news-top .n-list {
    width: calc(100% - 100px)
  }
}
@media(min-width: 1081px) {
  .wrap-news-top .n-list {
    width: calc(100% - 240px)
  }
}
.wrap-news-top .n-list li {
  padding: 5px 0;
  margin-bottom: 5px;
  line-height: 1.8
}
.wrap-news-top .n-list li .date {
  margin-right: 10px
}
@media(max-width: 1080px) {
  .wrap-news-top .n-list li .date {
    display: block
  }
}
@media(min-width: 1081px) {
  .wrap-news-top .n-list li {
    font-size: 18px
  }
  .wrap-news-top .n-list li a {
    font-size: 20px
  }
}
.wrap-news-top .detail-link {
  width: 70px;
  height: 30px;
  padding: 3px 10px;
  margin: 0;
  position: absolute;
  border: 1px solid #519eba;
  border-radius: 15px;
  font-size: 14px;
  text-decoration: none;
  color: #519eba;
  text-align: center
}
@media(max-width: 1080px) {
  .wrap-news-top .detail-link {
    top: 60px;
    left: 0
  }
}
@media(min-width: 1081px) {
  .wrap-news-top .detail-link {
    top: 5px;
    right: 0
  }
}
.wrap-cnts {
  width: 100%;
  margin: 0 auto 30px
}
@media(min-width: 1081px) {
  .wrap-cnts {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
  }
}
@media(max-width: 1080px) {
  .wrap-cnts .features-cnts-01 {
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: left
  }
}
@media(min-width: 1081px) {
  .wrap-cnts .features-cnts-01 {
    width: 23%;
    padding: 0 30px 0 0;
    text-align: center
  }
}
.wrap-cnts .features-cnts-01 p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65
}
@media(max-width: 1080px) {
  .wrap-cnts .features-cnts-01 p {
    font-size: 20px;
    margin: -4px 0 0;
    line-height: 1.65
  }
}
.wrap-cnts .features-cnts-01 p span {
  margin: 0 0 5px;
  font-weight: 600;
  color: #519eba
}
@media(max-width: 1080px) {
  .wrap-cnts .features-cnts-01 p span {
    font-size: 20px
  }
}
.wrap-cnts .features-cnts-01 .poppins-line {
  margin: 0 10px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 1px #519eba
}
@media(min-width: 1081px) {
  .wrap-cnts .features-cnts-01 .poppins-line {
    margin: 0 0 20px;
    font-size: 90px;
    -webkit-text-stroke: 2px #519eba
  }
}
.wrap-cnts .features-cnts-01 .poppins-line.other-lt {
  font-size: 55px
}
@media(min-width: 1081px) {
  .wrap-cnts .features-cnts-01 .poppins-line.other-lt {
    font-size: 75px
  }
}
@media(max-width: 1080px) {
  .wrap-cnts .features-cnts-02 {
    width: 100%;
    margin: 0 0 30px;
    text-align: center
  }
  .wrap-cnts .features-cnts-02 img {
    width: 80%;
    margin: 0 auto;
    display: block
  }
}
@media(min-width: 1081px) {
  .wrap-cnts .features-cnts-02 {
    width: 37%;
    padding: 0 30px;
    border-right: 1px dashed #d9d9d9;
    border-left: 1px dashed #d9d9d9
  }
}
@media(max-width: 1080px) {
  .wrap-cnts .features-cnts-03 {
    width: 100%
  }
}
@media(min-width: 1081px) {
  .wrap-cnts .features-cnts-03 {
    width: 40%;
    padding: 0 0 0 30px
  }
}
.wrap-cnts .features-cnts-03 .hl-features-03 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9
}
@media(max-width: 1080px) {
  .wrap-cnts .features-cnts-03 .hl-features-03 {
    margin: 0 0 15px;
    padding: 0 0 15px
  }
}
.wrap-cnts .features-cnts-03 p {
  line-height: 2
}
.wrap-cnts .features-cnts-04 {
  margin: 0;
  padding: 0
}
@media(min-width: 1081px) {
  .wrap-cnts .features-cnts-04 {
    padding: 0 10px
  }
}
.wrap-cnts .features-cnts-04 li .hl-md {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9
}
@media(max-width: 1080px) {
  .wrap-cnts .features-cnts-04 li .hl-md {
    margin: 0 0 15px;
    padding: 0 0 15px
  }
}
.wrap-cnts .features-cnts-04 li p {
  line-height: 2
}
.accordion {
  width: 100%;
  padding: 0;
  border-radius: 8px;
  background-color: #e9eff2;
  opacity: 0;
  transition: all .5s
}
.accordion .acd-section {
  width: 900px;
  margin: 0 auto 30px
}
@media(max-width: 1080px) {
  .accordion .acd-section {
    margin: 0 auto 20px
  }
}
@media(max-width: 1080px) {
  .accordion .acd-section {
    width: 92%
  }
}
.accordion .acd-section:first-child {
  padding: 0 0 30px;
  border-bottom: 1px solid #d9d9d9
}
@media(max-width: 1080px) {
  .accordion .acd-section:first-child {
    padding: 0 0 15px
  }
}
.accordion .hl-sm {
  margin: 0 0 20px
}
.accordion .check-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.accordion .check-list li {
  margin: 0 0 10px;
  padding: 0 0 0 32px;
  position: relative
}
.accordion .check-list li span {
  background-color: #fff95f
}
.accordion .check-list li:before {
  content: "";
  display: block;
  width: 23px;
  height: 21px;
  background-image: url(../img/features/icon-check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px 20.64px;
  position: absolute;
  top: 2px;
  left: 0
}
.accordion .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px
}
.accordion .tabs .tab-item-1, .accordion .tabs .tab-item-2, .accordion .tabs .tab-item-3, .accordion .tabs .tab-item-4 {
  margin: 0 0 7px;
  padding: 4px 30px 5px 15px;
  display: inline-block;
  background-color: #fff;
  background-image: url(../img/features/icon-arrow-r-pale.png);
  background-repeat: no-repeat;
  background-size: 7px 14px;
  background-position: right 17px center;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #519eba;
  cursor: pointer;
  transition: ease .5s
}
@media(max-width: 1080px) {
  .accordion .tabs .tab-item-1, .accordion .tabs .tab-item-2, .accordion .tabs .tab-item-3, .accordion .tabs .tab-item-4 {
    font-size: 13px
  }
}
.accordion .tabs .tab-item-1:hover, .accordion .tabs .tab-item-2:hover, .accordion .tabs .tab-item-3:hover, .accordion .tabs .tab-item-4:hover {
  background-color: #519eba;
  background-image: url(../img/features/icon-arrow-r-white.png);
  background-repeat: no-repeat;
  background-size: 7px 14px;
  background-position: right 10px center;
  color: #fff
}
.accordion .tabs input[name=tab-item-1], .accordion .tabs input[name=tab-item-2], .accordion .tabs input[name=tab-item-3], .accordion .tabs input[name=tab-item-4] {
  display: none
}
.accordion .tabs .tab-cnts {
  width: 100%;
  margin: 20px 0 0;
  display: none;
  clear: both;
  overflow: hidden
}
@media(max-width: 1080px) {
  .accordion .tabs .tab-cnts {
    margin: 10px 0 0
  }
}
.accordion .tabs .tab-cnts video {
  width: 100%;
  height: auto
}
.accordion .tabs #f-1-1:checked~#f-1-1-cnts, .accordion .tabs #f-1-2:checked~#f-1-2-cnts, .accordion .tabs #f-1-3:checked~#f-1-3-cnts, .accordion .tabs #f-1-4:checked~#f-1-4-cnts, .accordion .tabs #f-1-5:checked~#f-1-5-cnts, .accordion .tabs #f-2-1:checked~#f-2-1-cnts, .accordion .tabs #f-2-2:checked~#f-2-2-cnts, .accordion .tabs #f-2-3:checked~#f-2-3-cnts, .accordion .tabs #f-2-4:checked~#f-2-4-cnts, .accordion .tabs #f-2-5:checked~#f-2-5-cnts, .accordion .tabs #f-2-6:checked~#f-2-6-cnts, .accordion .tabs #f-3-1:checked~#f-3-1-cnts, .accordion .tabs #f-3-2:checked~#f-3-2-cnts, .accordion .tabs #f-3-3:checked~#f-3-3-cnts, .accordion .tabs #f-3-4:checked~#f-3-4-cnts, .accordion .tabs #f-3-5:checked~#f-3-5-cnts, .accordion .tabs #f-4-1:checked~#f-4-1-cnts, .accordion .tabs #f-4-2:checked~#f-4-2-cnts, .accordion .tabs #f-4-3:checked~#f-4-3-cnts, .accordion .tabs #f-4-4:checked~#f-4-4-cnts, .accordion .tabs #f-4-5:checked~#f-4-5-cnts {
  display: block
}
.accordion .tabs input:checked+.tab-item-1, .accordion .tabs input:checked+.tab-item-2, .accordion .tabs input:checked+.tab-item-3, .accordion .tabs input:checked+.tab-item-4 {
  background-color: #519eba;
  background-image: url(../img/features/icon-arrow-r-white.png);
  background-repeat: no-repeat;
  background-size: 7px 14px;
  background-position: right 10px center;
  color: #fff
}
.row-wrapper-features .open-box {
  margin: 0 0 90px;
  position: relative
}
.row-wrapper-features input[type=checkbox].on-off {
  position: absolute;
  top: 0;
  display: block;
  opacity: 0
}
.row-wrapper-features .open-label {
  width: 100%;
  padding: 16px 0 18px;
  display: block;
  background-color: #e9eff2;
  position: relative;
  bottom: -3px;
  border-radius: 9999px;
  color: #519eba;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all .3s
}
.row-wrapper-features .open-label:hover {
  bottom: 0;
  background-color: #519eba;
  box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1px 1px #336172
}
.row-wrapper-features .open-label:hover:after {
  background-image: none
}
.row-wrapper-features .open-label::after {
  content: "";
  width: 16px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/features/icon-arrow-bottom.png);
  background-repeat: no-repeat;
  background-size: 50px 30px;
  background-position: center bottom
}
.row-wrapper-features .open-label::before {
  content: "詳細を見る"
}
.row-wrapper-features .on-off:checked~.open-label::before, .row-wrapper-features .on-off:checked~.open-label::after {
  content: "";
  background-image: none;
  width: 0;
  height: 0
}
.row-wrapper-features .on-off:checked~.open-label {
  width: 60px;
  height: 50px;
  margin: -50px auto 0;
  bottom: 0;
  border-radius: 30px 30px 0 0;
  background-color: #519eba;
  background-image: url(../img/icon-cross.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
  box-shadow: none;
  text-shadow: none
}
.row-wrapper-features .open {
  height: 1px;
  overflow: hidden;
  transition: .5s;
  position: relative
}
.row-wrapper-features .on-off:checked~.open {
  height: auto;
  transition: .5s
}
.row-wrapper-features .on-off:checked~.open.accordion {
  padding: 40px 0 60px;
  opacity: 1
}
@media(max-width: 1080px) {
  .row-wrapper-features .on-off:checked~.open.accordion {
    padding: 20px 0 60px
  }
}
@media(min-width: 1081px) {
  .diagram-img {
    filter: drop-shadow(0px 40px 15px rgba(0, 0, 0, 0.2))
  }
}
.func-tabs {
  font-family: sans-serif
}
.func-tabs .tab-nav {
  display: flex;
  list-style: none;
  padding-left: 0
}
@media(max-width: 1080px) {
  .func-tabs .tab-nav {
    flex-wrap: wrap
  }
}
@media(min-width: 1081px) {
  .func-tabs .tab-nav {
    border-bottom: 10px solid #6f91a0
  }
}
.func-tabs .tab-nav li {
  padding: 10px 0;
  cursor: pointer;
  background: #c5cacb;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  text-align: center
}
.func-tabs .tab-nav li.active {
  background: #6f91a0;
  border: 1px solid #6f91a0
}
@media(max-width: 1080px) {
  .func-tabs .tab-nav li {
    width: 25%;
    font-size: 14px
  }
}
@media(min-width: 1081px) {
  .func-tabs .tab-nav li {
    width: 12.5%;
    font-size: 15px
  }
}
.func-tabs .tab-content {
  display: none
}
.func-tabs .tab-content.active {
  display: block;
  margin: 0
}
@media(max-width: 1080px) {
  .func-tabs .tab-content.active {
    width: 100%;
    height: 420px;
    overflow-y: scroll;
    overflow-x: hidden
  }
  .func-tabs .tab-content.active#analysis {
    overflow-x: scroll
  }
  .func-tabs .tab-content.active img {
    max-width: 768px;
    height: auto
  }
}
@media(min-width: 1081px) {
  .func-tabs .tab-content.active {
    width: 1000px;
    height: 481px
  }
  .func-tabs .tab-content.active img {
    width: 100%;
    height: auto
  }
}
@media(min-width: 1081px) {
  .flow-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
  }
}
.flow-list-inner {
  width: 100%
}
.flow-list-inner.first .flow-tit {
  background-color: #9ec3b8
}
.flow-list-inner.latter .flow-tit {
  background-color: #939bc6
}
@media(min-width: 1081px) {
  .flow-list-inner {
    width: 48%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 20px
  }
}
.flow-tit {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1em;
  text-align: center;
  color: #fff
}
@media(max-width: 1080px) {
  .flow-tit {
    padding: 5px 0;
    margin: 0 0 20px
  }
}
@media(min-width: 1081px) {
  .flow-tit {
    padding: 10px;
    writing-mode: vertical-rl;
    vertical-align: middle
  }
}
.flow-list-inner dl {
  margin: 0;
  padding: 0
}
@media(max-width: 1080px) {
  .flow-list-inner dl {
    margin: 0 0 40px
  }
}
.flow-list-inner dl dt {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  position: relative
}
.flow-list-inner dl dt span {
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  line-height: 1
}
@media(max-width: 1080px) {
  .flow-list-inner dl dt {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
  }
  .flow-list-inner dl dt span {
    padding: 0 10px 0 0
  }
}
@media(min-width: 1081px) {
  .flow-list-inner dl dt {
    padding: 8px 0 0 65px
  }
  .flow-list-inner dl dt span {
    position: absolute;
    top: 0;
    left: 0
  }
}
.flow-list-inner dl dd {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #d9d9d9;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8
}
.flow-list-inner.first dt span {
  color: #9ec3b8
}
.flow-list-inner.latter dt span {
  color: #939bc6
}
.flow-list-inner.latter dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none
}
.support-cnts>div {
  width: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background-color: #e9eff2
}
@media(max-width: 1080px) {
  .support-cnts>div {
    margin: 0 0 10px;
    padding: 20px 25px
  }
}
@media(min-width: 1081px) {
  .support-cnts {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
  }
  .support-cnts>div {
    width: 48%
  }
}
.support-cnts-inner {
  margin: 0 0 15px;
  border-radius: 8px;
  background-color: #e9eff2
}
.support-cnts-inner .hl-sm {
  margin: 0 0 15px;
  padding: 0
}
.support-cnts-inner p+.hl-sm {
  margin-top: 40px
}
.support-cnts-inner .hl-square+p {
  padding-left: 20px
}
.support-cnts-inner p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8
}
.support-cnts-inner p+.hl-square {
  margin-top: 12px
}
@media(max-width: 1080px) {
  .balloon-spch {
    width: 100%
  }
}
@media(min-width: 1081px) {
  .balloon-spch {
    width: 880px;
    margin: 0 auto 60px
  }
}
.balloon-spch dt, .balloon-spch dd {
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2
}
@media(max-width: 1080px) {
  .balloon-spch dt, .balloon-spch dd {
    min-height: 100px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400
  }
}
@media(min-width: 1081px) {
  .balloon-spch dt, .balloon-spch dd {
    width: 550px;
    padding: 14px 25px
  }
}
.balloon-spch dt {
  margin: 0 auto 10px;
  background-color: #fff;
  color: #444
}
@media(max-width: 1080px) {
  .balloon-spch dt {
    margin: 0 auto 20px
  }
}
.balloon-spch dt:before {
  position: absolute;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-right: 22px solid #fff;
  top: 50%;
  left: -30px;
  transform: translateY(-50%)
}
@media(max-width: 1080px) {
  .balloon-spch dt:before {
    border: 5px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #fff;
    left: -15px
  }
}
.balloon-spch dd {
  background-color: #6f91a0;
  color: #fff
}
@media(max-width: 1080px) {
  .balloon-spch dd {
    margin: 0 auto 40px
  }
}
.balloon-spch dd:after {
  position: absolute;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-left: 22px solid #6f91a0;
  top: 50%;
  right: -30px;
  transform: translateY(-50%)
}
@media(max-width: 1080px) {
  .balloon-spch dd:after {
    border: 5px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #6f91a0;
    right: -15px
  }
}
.balloon-spch.type-a, .balloon-spch.type-b, .balloon-spch.type-c, .balloon-spch.type-d {
  position: relative
}
.balloon-spch.type-a dt, .balloon-spch.type-a dd, .balloon-spch.type-b dt, .balloon-spch.type-b dd, .balloon-spch.type-c dt, .balloon-spch.type-c dd, .balloon-spch.type-d dt, .balloon-spch.type-d dd {
  position: relative;
  opacity: 0;
  transition: 1s
}
.balloon-spch.type-a dt, .balloon-spch.type-b dt, .balloon-spch.type-c dt, .balloon-spch.type-d dt {
  left: -100px
}
@media(max-width: 1080px) {
  .balloon-spch.type-a dt, .balloon-spch.type-b dt, .balloon-spch.type-c dt, .balloon-spch.type-d dt {
    width: calc(100% - 80px);
    margin-left: 80px;
    left: -20px
  }
}
.balloon-spch.type-a dd, .balloon-spch.type-b dd, .balloon-spch.type-c dd, .balloon-spch.type-d dd {
  right: -100px
}
@media(max-width: 1080px) {
  .balloon-spch.type-a dd, .balloon-spch.type-b dd, .balloon-spch.type-c dd, .balloon-spch.type-d dd {
    width: calc(100% - 80px);
    margin-right: 80px;
    right: -20px
  }
}
.balloon-spch.type-a.show dt, .balloon-spch.type-a.show dd, .balloon-spch.type-b.show dt, .balloon-spch.type-b.show dd, .balloon-spch.type-c.show dt, .balloon-spch.type-c.show dd, .balloon-spch.type-d.show dt, .balloon-spch.type-d.show dd {
  opacity: 1
}
.balloon-spch.type-a.show dt, .balloon-spch.type-b.show dt, .balloon-spch.type-c.show dt, .balloon-spch.type-d.show dt {
  left: 0
}
.balloon-spch.type-a.show dd, .balloon-spch.type-b.show dd, .balloon-spch.type-c.show dd, .balloon-spch.type-d.show dd {
  right: 0
}
.balloon-spch.type-a:before, .balloon-spch.type-a:after, .balloon-spch.type-b:before, .balloon-spch.type-b:after, .balloon-spch.type-c:before, .balloon-spch.type-c:after, .balloon-spch.type-d:before, .balloon-spch.type-d:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center
}
@media(max-width: 1080px) {
  .balloon-spch.type-a:before, .balloon-spch.type-a:after, .balloon-spch.type-b:before, .balloon-spch.type-b:after, .balloon-spch.type-c:before, .balloon-spch.type-c:after, .balloon-spch.type-d:before, .balloon-spch.type-d:after {
    width: 70px;
    height: 98px;
    background-size: 70px 98px
  }
}
@media(min-width: 1081px) {
  .balloon-spch.type-a:before, .balloon-spch.type-a:after, .balloon-spch.type-b:before, .balloon-spch.type-b:after, .balloon-spch.type-c:before, .balloon-spch.type-c:after, .balloon-spch.type-d:before, .balloon-spch.type-d:after {
    width: 136px;
    height: 192px;
    background-size: 136px 192px
  }
}
.balloon-spch.type-a:before, .balloon-spch.type-b:before, .balloon-spch.type-c:before, .balloon-spch.type-d:before {
  left: 0
}
@media(max-width: 1080px) {
  .balloon-spch.type-a:before, .balloon-spch.type-b:before, .balloon-spch.type-c:before, .balloon-spch.type-d:before {
    top: 0;
    transform: none
  }
}
.balloon-spch.type-a:after, .balloon-spch.type-b:after, .balloon-spch.type-c:after, .balloon-spch.type-d:after {
  right: 0
}
@media(max-width: 1080px) {
  .balloon-spch.type-a:after, .balloon-spch.type-b:after, .balloon-spch.type-c:after, .balloon-spch.type-d:after {
    top: auto;
    bottom: 0;
    transform: none
  }
}
.balloon-spch.type-a:before {
  background-image: url(../img/voice/illust-type-a-l.png)
}
.balloon-spch.type-a:after {
  background-image: url(../img/voice/illust-type-a-r.png)
}
@media(max-width: 1080px) {
  .balloon-spch.type-a:after {
    bottom: 20px
  }
}
.balloon-spch.type-b:before {
  background-image: url(../img/voice/illust-type-b-l.png)
}
.balloon-spch.type-b:after {
  background-image: url(../img/voice/illust-type-b-r.png)
}
.balloon-spch.type-c:before {
  background-image: url(../img/voice/illust-type-c-l.png)
}
.balloon-spch.type-c:after {
  background-image: url(../img/voice/illust-type-c-r.png)
}
@media(max-width: 1080px) {
  .balloon-spch.type-c:after {
    bottom: 10px
  }
}
.balloon-spch.type-d:before {
  background-image: url(../img/voice/illust-type-d-l.png)
}
.balloon-spch.type-d:after {
  background-image: url(../img/voice/illust-type-d-r.png)
}
@media(max-width: 1080px) {
  .balloon-spch.type-d:after {
    bottom: 10px
  }
}
@media(max-width: 1080px) {
  .voice-list {
    margin: 70px 0 0
  }
}
@media(min-width: 1081px) {
  .voice-list {
    margin: 100px 0 0
  }
}
.bnr-voice {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  bottom: -3px;
  color: #444;
  text-decoration: none;
  transition: all .3s
}
@media(max-width: 1080px) {
  .bnr-voice {
    display: block
  }
}
@media(min-width: 1081px) {
  .bnr-voice {
    display: flex;
    flex-wrap: nowrap
  }
}
.bnr-voice:hover {
  bottom: 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, .3)
}
.bnr-voice img {
  height: auto;
  border-radius: 5px;
  display: block
}
@media(max-width: 1080px) {
  .bnr-voice img {
    width: 100%;
    margin: 0 0 15px
  }
}
@media(min-width: 1081px) {
  .bnr-voice img {
    width: 47%;
    margin: 0 3% 0 0
  }
}
@media(max-width: 1080px) {
  .bnr-voice .bnr-inner {
    width: 100%
  }
}
@media(min-width: 1081px) {
  .bnr-voice .bnr-inner {
    width: 50%
  }
}
.bnr-voice .bnr-inner .bnr-title {
  margin: 0 0 10px;
  padding: 3px 6px;
  border-radius: 9999px;
  background-color: #519eba;
  font-size: 1.4rem;
  text-align: center;
  color: #fff
}
.bnr-voice .bnr-inner .hl-bnr {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 2px solid #519eba;
  font-size: 1.8rem;
  font-weight: 500;
  color: #519eba
}
.bnr-voice .bnr-inner dl {
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: nowrap
}
.bnr-voice .bnr-inner dl dt, .bnr-voice .bnr-inner dl dd {
  margin: 0;
  font-size: 1.4rem
}
.bnr-voice .bnr-inner dl dt {
  width: 70px;
  color: #519eba
}
.bnr-voice .bnr-inner dl dt:after {
  content: "：";
  display: inline-block
}
.bnr-voice .bnr-inner .jump {
  text-decoration: underline;
  color: #519eba
}
.row-wrapper-contact {
  text-align: center
}
.row-wrapper-contact p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff
}
.row-wrapper-contact p.tel {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  color: #fff
}
@media(max-width: 1080px) {
  .row-wrapper-contact p.tel {
    margin: 0;
    font-size: 40px
  }
  .row-wrapper-contact p.tel a {
    color: #fff
  }
}
.row-wrapper-contact p.tel span {
  margin: 0 15px 0 0;
  font-size: 24px
}
@media(max-width: 479px) {
  .row-wrapper-contact p.tel span {
    display: block;
    margin-right: 0
  }
}
.row-wrapper-contact p.in_charge {
  margin: 0 0 25px;
  font-size: 18px
}
@media(max-width: 1080px) {
  .row-wrapper-contact p.in_charge {
    margin: 0 0 20px
  }
}
.row-wrapper-contact .btn {
  width: 250px;
  margin: 0 10px
}
@media(max-width: 1080px) {
  .row-wrapper-contact .btn {
    margin: 5px 0
  }
}
.faq-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0 20px
}
@media(max-width: 1080px) {
  .faq-nav ul {
    padding: 0 0 30px
  }
}
.faq-nav ul li {
  list-style: none
}
.faq-nav ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #519eba
}
@media(max-width: 1080px) {
  .faq-nav ul li {
    margin: 0 0 10px
  }
  .faq-nav ul li a {
    font-size: 16px
  }
}
.faq-wrap {
  padding: 0
}
.faq-wrap .hl-md+dl {
  margin-top: 40px
}
@media(max-width: 1080px) {
  .faq-wrap .hl-md+dl {
    margin-top: 20px
  }
}
.faq-wrap dl {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 10px 30px;
  border-bottom: 1px dashed #d9d9d9
}
@media(max-width: 1080px) {
  .faq-wrap dl {
    padding: 0 0 30px
  }
}
.faq-wrap dl dt, .faq-wrap dl dd {
  width: 100%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2
}
@media(max-width: 1080px) {
  .faq-wrap dl dt, .faq-wrap dl dd {
    padding: 0 0 0 22px;
    line-height: 1.8;
    letter-spacing: 0
  }
}
.faq-wrap dl dt {
  margin: 0 0 10px;
  position: relative;
  font-weight: 500;
  color: #519eba
}
.faq-wrap dl dt:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
  color: #519eba
}
.faq-wrap dl dd {
  margin: 0;
  position: relative
}
.faq-wrap dl dd:before {
  content: "A";
  display: block;
  position: absolute;
  font-family: "Poppins", sans-serif;
  top: 0;
  left: 0
}
.news-title {
  width: 100%
}
.news-title .hl-news {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  color: #519eba
}
.news-title .breadcrumbs {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none
}
.news-title .breadcrumbs li {
  padding: 0;
  font-size: 14px
}
.news-title .breadcrumbs li+li:before {
  content: ">";
  display: inline-block;
  padding: 0 8px 0
}
@media(max-width: 1080px) {
  .news-title .breadcrumbs li {
    padding: 0 0 5px
  }
}
@media(min-width: 1081px) {
  .news-title {
    padding-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
  }
  .news-title .breadcrumbs {
    text-align: right
  }
}
.post-list {
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
  list-style: none
}
.post-list li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #d9d9d9
}
.post-list li a {
  display: block;
  text-decoration: none
}
.post-list li a:hover {
  background-color: #f1f1f1
}
.post-list li a .date {
  padding-right: 20px;
  color: #444
}
@media(max-width: 1080px) {
  .post-list li a {
    padding: 20px 6px
  }
  .post-list li a .date {
    display: block;
    padding-bottom: 5px
  }
  .post-list li a .posts-title {
    font-size: 16px
  }
}
@media(min-width: 1081px) {
  .post-list li a {
    padding: 25px 8px;
    font-size: 20px
  }
  .post-list li a .date {
    font-size: 18px
  }
}
.post-title {
  width: 100%;
  padding: 0 0 20px;
  margin: 40px 0;
  border-bottom: 1px solid #519eba
}
.post-title .hl-post {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8
}
.post-title .post-date {
  font-size: 16px
}
.post-content {
  width: 100%;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.8
}
.post-content p {
  margin: 0 0 20px
}
.post-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center
}
.post-links>* {
  flex: 1;
  text-align: center
}
.post-links>*:first-child {
  text-align: left
}
.post-links>*:last-child {
  text-align: right
}
footer {
  width: 100%;
  margin: 0;
  padding: 50px 0 70px;
  text-align: center
}
@media(max-width: 1080px) {
  footer {
    padding: 40px 0 110px
  }
}
footer .logo {
  margin: 0 0 20px;
  padding-left: 150px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500
}
@media(max-width: 1080px) {
  footer .logo {
    padding-left: 100px;
    font-size: 16px
  }
}
footer .logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 136px;
  height: 30px;
  background-image: url(../img/logo-nsft.jpg);
  background-repeat: no-repeat;
  background-size: 136px 30px;
  background-position: center center
}
@media(max-width: 1080px) {
  footer .logo:before {
    width: 95px;
    height: 21px;
    background-size: 95px 21px
  }
}
footer .copyright {
  font-size: 11px;
  letter-spacing: .05em;
  color: #666
}
