@charset "UTF-8";
/* snippet */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-c {
  text-align: center;
}

.serif {
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

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

.text-red {
  color: #c00;
}

.text-ul {
  border-bottom: 1px solid !important;
}

.fi {
  position: relative;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 800px;
  }
}
@media screen and (min-width: 1000px) {
  .wrap {
    max-width: 1100px;
  }
}

.wrap-m {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 1000px) {
  .wrap-m {
    max-width: 900px;
  }
}

@media screen and (min-width: 768px) {
  .brsp, .sp-content {
    display: none;
  }
}

.brtab, .pc-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .brtab, .pc-content {
    display: block;
  }
}

.brpc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .brpc {
    display: block;
  }
}

.btn {
  display: inline-block;
  background: #FF7D4A;
  color: white !important;
  text-align: center;
  font-size: 0.75em;
  padding: 0.5em 1em;
  letter-spacing: 0.05em;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .btn {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .btn {
    font-size: 0.875em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn:hover {
    opacity: 0.7;
  }
}

.btn-m {
  font-size: 0.85em;
  padding: 0.5em 2em;
}
@media screen and (min-width: 768px) {
  .btn-m {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .btn-m {
    font-size: 1em;
  }
}

.btn-l {
  font-size: 1em;
  padding: 0.5em 2.5em;
}
@media screen and (min-width: 768px) {
  .btn-l {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .btn-l {
    font-size: 1.25em;
  }
}

.m10 {
  margin: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.p10 {
  padding: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.tab-group .tab {
  background: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  background: #f2f2f2;
}
.tab-group .tab.active {
  background: #F9C648;
  color: white;
}
@media screen and (min-width: 1000px) {
  .tab-group .tab {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}

.panel-group {
  position: relative;
  height: 220px;
  width: 100%;
}

.panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.panel.show {
  z-index: 2;
  opacity: 1;
}

.panel:not(.show) {
  z-index: 1;
  opacity: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
}

p, h1, h2, h3, h4, h5, ul, li, ol, img, dl, dt, dd, a, table, td, th, figure, span, i {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

p, li, dl, table {
  font-size: 0.8125rem;
}

a:link, a:visited {
  color: #212121;
  text-decoration: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  p, li, dl, table {
    font-size: 1rem;
  }
}
.scroll {
  opacity: 0;
}

.show {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
  }
}
.updown {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.fadeUp {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.sect02 {
  overflow: hidden;
}

.slide-right {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.slide-left {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.scallUp-LtoR {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.scallUp {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

.delay01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.point-footer-ttl .scroll::before {
  width: 0;
}

.point-footer-ttl .scroll.show::before {
  -webkit-animation-name: marker;
          animation-name: marker;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

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

@keyframes marker {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header .logo {
  line-height: 60px;
}
.header .logo a {
  width: 150px;
  font-size: 0.75rem;
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  height: 60px;
  background: url(../siteimg/common/sc-logo_svg.svg) no-repeat center;
  background-size: contain;
}
.header.change {
  background: rgba(255, 255, 255, 0.95);
}
.drawer-open .header {
  background: white;
}

.para {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.page-hero {
  background: #f9f7f1;
}
.slider {
  height: 100vw;
  position: relative;
}
.slider .slick-slide {
  height: 100vw;
  overflow: hidden;
  width: 100%;
}
.slider img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 500px) {
  .slider {
    height: 70vw;
  }
  .slider .slick-slide {
    height: 70vw;
  }
}
@media screen and (min-width: 768px) {
  .slider {
    height: 540px;
  }
  .slider .slick-slide {
    height: 540px;
  }
}
@media screen and (min-width: 1000px) {
  .slider {
    height: 640px;
  }
  .slider .slick-slide {
    height: 640px;
  }
}

.slider-text {
  position: absolute;
  left: 50%;
  top: 30vw;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5);
}
.slider-text p.copy {
  font-size: 1.25rem;
  font-weight: 900;
  padding: 0;
  margin-bottom: 0.5em;
}
.slider-text p {
  font-size: 0.75rem;
  font-weight: 500;
  padding-right: 1em;
}
@media screen and (min-width: 500px) {
  .slider-text {
    top: 25vw;
  }
  .slider-text .brsp {
    display: none;
  }
  .slider-text p {
    padding-right: 2em;
  }
}
@media screen and (min-width: 768px) {
  .slider-text {
    top: 180px;
    left: 48%;
  }
  .slider-text p.copy {
    font-size: 2rem;
    line-height: 1.5;
  }
  .slider-text p {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1000px) {
  .slider-text {
    top: 200px;
  }
  .slider-text p.copy {
    font-size: 3rem;
  }
}

/* nippon genki pj  */
.nippon-pj {
  text-align: center;
  background: #fcfbf7;
  padding-top: 15vw;
}
.nippon-pj img {
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nippon-pj {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 1000px) {
  .nippon-pj {
    height: 640px;
    overflow: hidden;
    padding-top: 0;
  }
}

.bg-svg svg {
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .bg-svg svg {
    height: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .bg-svg svg {
    height: 120px;
  }
}
.bg-svg.bg-col svg {
  fill: #f9f7f1;
}
.bg-svg.bg-white svg {
  fill: #ffffff;
}

.before-content.bg-svg {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
}
.before-content.bg-svg svg {
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .before-content.bg-svg {
    top: -80px;
  }
}
@media screen and (min-width: 1000px) {
  .before-content.bg-svg {
    top: -120px;
  }
}

.has-para {
  margin-top: 70vw;
}
@media screen and (min-width: 768px) {
  .has-para {
    margin-top: 56vw;
  }
}
@media screen and (min-width: 1000px) {
  .has-para {
    margin-top: 640px;
  }
}

.contents {
  background: white;
  min-height: 90vh;
  position: relative;
}
.contents section {
  padding: 2rem 0;
}
.contents .h2, .contents .h3, .contents .h4, .contents .h5 {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .contents section {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .contents section {
    padding: 5rem 0;
  }
}
.contents.page {
  padding-top: 3.75rem;
}

.top-sec .h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
}
.top-sec .h3 {
  font-size: 1.125rem;
}
.top-sec .h4 {
  font-size: 1rem;
}
.top-sec .h5 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .top-sec .h2 {
    font-size: 1.75rem;
  }
  .top-sec .h3 {
    font-size: 1.5rem;
  }
  .top-sec .h4 {
    font-size: 1.25rem;
  }
  .top-sec .h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec .h2 {
    font-size: 2.5rem;
  }
  .top-sec .h3 {
    font-size: 2rem;
  }
  .top-sec .h4 {
    font-size: 1.5rem;
  }
  .top-sec .h5 {
    font-size: 1.25rem;
  }
}

.point-body {
  margin: 2em auto;
  position: relative;
  padding: 5vw 5% 10vw;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
}
.point-body .img {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 600px;
}
.point-body p {
  padding-right: 40%;
}
.point-body p .per-num {
  font-size: 1.5rem;
  color: #FF7D4A;
  line-height: 1;
  font-weight: 500;
}
.point-body p .per {
  font-size: 1.5rem;
  color: #FF7D4A;
  font-weight: 500;
}
.point-body p:not(:last-child) {
  margin-bottom: 1em;
}
.point-body .text {
  position: relative;
  z-index: 5;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.7);
}
.point-body .point {
  background: url(../siteimg/common/bar-h.svg) no-repeat left top;
  background-size: 40px;
  padding: 0.5em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.point-body .h3 {
  margin-bottom: 1em;
}
.point-body .chart p {
  width: 100%;
}
.point-body .chart img {
  width: 80%;
  max-width: 200px;
}
.point-body .chart-img {
  text-align: center;
  margin-top: 1em;
}
.point-body.point1 .img {
  right: -20px;
  padding-left: 40%;
}
.point-body.point2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.point-body.point2 .text {
  padding: 0 0 0 45%;
}
.point-body.point2 .img {
  padding-right: 40%;
  left: -20px;
  bottom: auto;
  top: 10vw;
}
.point-body.point2 p {
  padding-right: 0;
}
.point-body.point3 {
  margin-top: 0;
  padding-top: 10vw;
}
.point-body.point3 .img {
  padding-left: 30%;
  right: -30px;
}
.point-body .info.small {
  font-size: 0.7rem;
  text-shadow: none;
  font-weight: 300;
  line-height: 1.3;
  color: #9c9c9c;
}
@media screen and (min-width: 768px) {
  .point-body {
    width: 90%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0 100px;
  }
  .point-body .img {
    max-width: 800px;
  }
  .point-body.point1 .img {
    right: 0;
  }
  .point-body.point3 .text {
    padding-top: 3rem;
  }
  .point-body.point3 .img {
    right: 0;
  }
  .point-body.point2 .text {
    padding-left: 50%;
  }
  .point-body.point2 .img {
    left: 0;
  }
  .point-body .text {
    padding: 0;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .point-body p {
    font-size: 1rem;
  }
  .point-body .chart {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .point-body .chart p {
    width: 50%;
  }
  .point-body .chart .chart-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    padding-left: 1em;
  }
  .point-body .chart .chart-img img {
    width: 100%;
    max-width: none;
  }
  .point-body .chart .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1000px) {
  .point-body {
    max-width: 1100px;
    padding: 120px 0 130px;
    margin-bottom: 0;
    overflow: visible;
  }
  .point-body .point {
    font-size: 1.25rem;
  }
  .point-body .text {
    max-width: 1100px;
    padding-left: 5%;
  }
  .point-body .img {
    max-width: none;
  }
  .point-body p {
    line-height: 2;
    padding-right: 50%;
  }
  .point-body p .per-num {
    font-size: 2rem;
  }
  .point-body.point2 .text {
    padding-left: 52%;
  }
  .point-body .chart-img {
    margin-top: 0;
  }
}

.point-footer {
  padding: 1rem 0 0;
  max-width: 500px;
}
.point-footer .h3 {
  display: inline-block;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
.point-footer .h3::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  background: yellow;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: -1;
}
.point-footer .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.point-footer li {
  width: 25%;
  padding-right: 8px;
}
.point-footer li:last-child {
  padding-right: 0;
}
.point-footer li span {
  display: block;
  line-height: 1.3;
  padding: 0.5em 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .point-footer .h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .point-footer {
    padding-top: 5rem;
    max-width: 800px;
  }
  .point-footer .h3 {
    font-size: 2rem;
  }
  .point-footer ul {
    padding-top: 2rem;
  }
  .point-footer li {
    padding-right: 1em;
  }
  .point-footer li span {
    font-size: 1.25rem;
  }
}

.top-sec.tools {
  background: #f9f7f1;
  padding-bottom: 0;
}
.top-sec.tools .h3 {
  font-weight: 500;
  position: relative;
  margin-bottom: 1em;
}
.top-sec.tools .h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #212121;
  bottom: 50%;
  left: 0;
  position: absolute;
  display: block;
}
.top-sec.tools .h3 span {
  position: relative;
  z-index: 5;
  background: #f9f7f1;
  display: inline-block;
  padding: 0 0.75em;
}
.top-sec.tools .fi {
  width: 1.25rem;
  margin-left: 0.5em;
}
.top-sec.tools .tools-head .btn-area {
  margin: 1rem 0;
}
.top-sec.tools .tools-head .btn-area .btn {
  background: transparent;
  color: #212121 !important;
}
@media screen and (min-width: 768px) {
  .top-sec.tools .tools-head .btn-area .btn {
    font-size: 1rem;
  }
  .top-sec.tools .fi {
    width: 1.5rem;
  }
  .top-sec.tools .tools-footer .btn {
    font-size: 1rem;
    padding: 0.5em 2em;
  }
}

.tool-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tool-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tool-list .tool-body {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 3%;
  }
  .tool-list .tool-body:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .tool-list {
    padding: 0 2%;
  }
}

.tool-body {
  width: 48%;
  margin: 0 0 1rem;
  background: #F9C648;
}
.tool-body .img {
  width: 100%;
  background: white;
  padding: 5vw;
}
.tool-body .text {
  width: 100%;
  padding: 2vw 4vw;
  color: white;
}
.tool-body p.ttl {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tool-body .img {
    padding: 10% 15%;
  }
  .tool-body .text {
    padding: 5%;
  }
  .tool-body p.ttl {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .tool-body p {
    line-height: 2;
  }
  .tool-body p.ttl {
    line-height: 1.5;
    font-size: 1.125rem;
  }
}

.top-sec.voice {
  background: #f9f7f1;
  padding-bottom: 0;
}

.top-voice-body {
  background: white;
  padding-bottom: 1rem;
}
.top-voice-body .voice-header {
  padding: 2rem 0 1rem;
  width: 100%;
  -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;
  text-align: center;
}
.top-voice-body .voice-header .h3::before {
  content: "";
  background: url(../siteimg/common/bar-h.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: 8px;
}
.top-voice-body .voice-header a {
  font-size: 0.875rem;
  display: block;
  padding: 1em 0;
}
.top-voice-body .voice-header .fi {
  width: 1.25rem;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .top-voice-body {
    padding-bottom: 3rem;
  }
  .top-voice-body .voice-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2em 0;
  }
  .top-voice-body .voice-header .h3::before {
    background-position: left center;
    height: 6px;
  }
  .top-voice-body .voice-header a {
    font-size: 1rem;
    padding: 0;
  }
  .top-voice-body .voice-header .fi {
    width: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-voice-body {
    padding: 2rem 0 8rem;
  }
  .top-voice-body .voice-header .fi {
    top: -0.1em;
  }
}

.voice-slider .img {
  width: 100%;
  text-align: center;
}
.voice-slider .img img {
  width: 80%;
  max-width: 240px;
  border-radius: 50%;
}
.voice-slider .text {
  padding: 1em;
}
.voice-slider .text .ttl {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.3;
  position: relative;
}
.voice-slider .text .ttl::before {
  content: "";
  z-index: -1;
  left: -1em;
  top: -1em;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F9C648;
}
.voice-slider .text .excerpt {
  line-height: 1.7;
}
.voice-slider .btn-more {
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-slider .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice-slider .img {
    width: 30%;
  }
  .voice-slider .text {
    width: 70%;
    padding-right: 10%;
    padding-bottom: 0;
  }
  .voice-slider .btn-more {
    text-align: right;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .voice-slider .text .ttl {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  .voice-slider .text .excerpt {
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .top-sec.top-content-footer {
    padding: 2rem 0;
  }
}
.top-content-footer {
  background: #f9f7f1;
}
.top-content-footer .review-info {
  padding: 1em 1.5em;
  border-top: 2px solid white;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.8);
}
.top-content-footer .condition {
  margin-top: 1em;
  padding: 0 10%;
}
.top-content-footer .condition li {
  margin: 0.5em 0;
  padding-left: 16px;
  position: relative;
  font-size: 0.75rem;
}
.top-content-footer .condition li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  content: "";
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #FF7D4A;
  border-bottom: 2px solid #FF7D4A;
}
@media screen and (min-width: 768px) {
  .top-content-footer .review-info {
    text-align: center;
  }
  .top-content-footer .condition li {
    width: 33.333%;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .top-content-footer .review-info {
    padding: 2em 0;
  }
  .top-content-footer .condition {
    margin-top: 2em;
  }
  .top-content-footer .condition li {
    font-size: 0.875rem;
    padding-right: 40px;
  }
}

/* pages */
.page .h2 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
}
.page .h3 {
  font-size: 1rem;
}
.page .h4 {
  font-size: 0.9125rem;
}
.page .h5 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .page .h2 {
    font-size: 1.5rem;
  }
  .page .h3 {
    font-size: 1.25rem;
  }
  .page .h4 {
    font-size: 1.125rem;
  }
  .page .h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .page .h2 {
    font-size: 2rem;
  }
  .page .h3 {
    font-size: 1.75rem;
  }
  .page .h4 {
    font-size: 1.5rem;
  }
  .page .h5 {
    font-size: 1.25rem;
  }
}

.contents.page {
  background: #f9f7f1;
}

.contents section.page-footer {
  padding-top: 1rem;
}
@media screen and (min-width: 1000px) {
  .contents section.page-footer {
    padding: 1rem 0 3rem;
  }
}

.page-header {
  text-align: center;
  padding: 2rem 0;
}
.page-header .page-ttl {
  font-size: 1.5rem;
}
.page-header .lead {
  padding: 1em 0;
  font-size: 0.9125rem;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding-top: 3rem;
  }
  .page-header .page-ttl {
    font-size: 1.75rem;
  }
  .page-header .lead {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-header {
    padding-top: 4rem;
  }
  .page-header .page-ttl {
    font-size: 2.5rem;
  }
  .page-header .lead {
    font-size: 1.5rem;
  }
}

.page-footer {
  background: white;
}
.page-footer .btn {
  font-size: 0.875rem;
  background: #FFE499;
  color: #212121 !important;
}
@media screen and (min-width: 1000px) {
  .page-footer .btn {
    font-size: 1rem;
    padding: 0.5em 2em;
  }
}

/* tools page */
.tool-page-list ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tool-page-list li {
  width: 30%;
}
.tool-page-list a {
  display: block;
  position: relative;
  padding: 0.5em 0;
  font-size: 0.75rem;
}
.tool-page-list p {
  padding-left: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 0.75rem;
}
.tool-page-list p span {
  position: absolute;
  left: -4px;
  top: 0px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: block;
  background: #FFE499;
  width: 24px;
  text-align: center;
  border-radius: 15px;
}
.tool-page-list .icon {
  background: white;
  text-align: center;
}
.tool-page-list .icon img {
  padding: 10px;
}
@media screen and (min-width: 500px) {
  .tool-page-list p {
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .tool-page-list {
    margin-bottom: 0;
  }
  .tool-page-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tool-page-list li {
    width: 22%;
    margin: 0 1.5% 1em;
    font-size: 1.25rem;
  }
  .tool-page-list .icon {
    width: 100%;
  }
  .tool-page-list .icon img {
    width: 100px;
  }
  .tool-page-list p {
    padding: 0.5em 0 0;
    text-align: center;
    font-size: 1rem;
  }
  .tool-page-list p span {
    left: -10px;
    top: -10px;
  }
}
@media screen and (min-width: 1000px) {
  .tool-page-list.wrap {
    max-width: 900px;
  }
  .tool-page-list .icon img {
    width: 160px;
    padding: 1em;
  }
  .tool-page-list p span {
    width: 40px;
    height: 40px;
    left: -20px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.5rem;
  }
  .tool-page-list a:hover {
    color: #FF7D4A !important;
  }
}

.contents section.tool-page-body {
  padding: 4rem 0 0;
}

.tool-page-body h2 {
  border-bottom: 2px solid #FF7D4A;
  padding: 0.5em 0;
}
.tool-page-body h2 .point {
  display: inline-block;
  font-weight: 300;
  font-size: 0.875rem;
  margin-right: 0.5em;
  background: #FFE499;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
.tool-page-body .tool-desc {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .tool-page-body h2 .point {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .tool-page-body h2 .point {
    font-size: 1.5rem;
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  .tool-page-body .tool-desc {
    padding-top: 2rem;
  }
}

.tool-desc {
  margin-bottom: 1rem;
}
.tool-desc .text, .tool-desc .img {
  width: 100%;
}
.tool-desc .text {
  margin-bottom: 1em;
}
.tool-desc .text p {
  line-height: 2;
}
.tool-desc .text p:not(:last-child) {
  margin-bottom: 1em;
}
.tool-desc .img p {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .tool-desc .text {
    width: 40%;
    padding-right: 4%;
  }
  .tool-desc .img {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .tool-desc .text, .tool-desc .img {
    width: 50%;
  }
  .tool-desc .text {
    padding-left: 2%;
  }
}

/* plan page */
.page.plan {
  background: #f9f7f1;
  background-size: contain;
}
.page.plan .payment {
  background: white;
  padding: 4rem 0;
}
.page.plan .card {
  padding: 1rem;
}
.page.plan .card img {
  height: 46px;
  width: auto;
  margin: 0 3% 10px;
}
@media screen and (min-width: 768px) {
  .page.plan .card {
    padding: 0 0 3rem;
  }
  .page.plan .card img {
    height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .page.plan .card img {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page.plan .page-header {
    padding: 5rem 0 4rem;
    background: url(../siteimg/common/nippon-pj_payment_2025.png) no-repeat 20px bottom/200px;
  }
}
@media screen and (min-width: 1000px) {
  .page.plan .page-header {
    background-size: auto;
    padding: 8rem 0 6rem;
    background-position: 15% bottom;
  }
}

.plan-area {
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .plan-area {
    padding: 0;
  }
}

.plan-body {
  width: 90%;
  margin: 0 5% 2rem;
  max-width: 400px;
  background: white;
  border: 4px solid #ddd;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  padding: 5%;
}
.plan-body h2.h2 {
  border-bottom: 1px solid #F9C648;
  padding: 0 0 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.plan-body p {
  padding: 1em 0;
}
.plan-body span {
  display: inline-block;
  letter-spacing: 0.05em;
}
.plan-body .num {
  font-size: 2rem;
}
.plan-body .yen {
  font-size: 1.25rem;
}
.plan-body .tax-incl {
  font-size: 1rem;
  color: #bababa;
}
.plan-body .monthly {
  font-size: 1rem;
}
.plan-body .monthly-tax-incl {
  font-size: 0.875rem;
  color: #bababa;
}
@media screen and (min-width: 768px) {
  .plan-body {
    width: 45%;
    margin: 0 2.5% 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .plan-body {
    padding: 3%;
    border-width: 8px;
    -webkit-box-shadow: 4px 10px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 10px 16px rgba(0, 0, 0, 0.1);
  }
  .plan-body h2.h2 {
    border-width: 2px;
  }
  .plan-body .num {
    font-size: 2.5rem;
  }
  .plan-body .tax-incl, .plan-body .monthly {
    font-size: 1.25rem;
  }
  .plan-body .monthly-tax-incl {
    font-size: 1rem;
  }
}

.year2 {
  position: relative;
  border-color: #FFE499;
}
.year2 .discount {
  position: absolute;
  right: -30px;
  top: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FF7D4A;
  color: white;
  font-size: 0.9125rem;
  padding-top: 30px;
  font-weight: 500;
  line-height: 1.1;
}
.year2 .discount span {
  margin-left: 4px;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 1000px) {
  .year2 .discount {
    width: 160px;
    height: 160px;
    font-size: 1.25rem;
    right: -60px;
    top: -50px;
    padding-top: 35px;
  }
  .year2 .discount span {
    font-size: 3rem;
  }
}

/* voice */
.voice-list {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .voice-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .voice-list.wrap {
    max-width: 990px;
  }
}

.remodal .voice-body {
  width: 100%;
  text-align: left;
}
.remodal .voice-body .name, .remodal .voice-body .mall {
  display: inline-block;
}
.remodal .voice-body .mall {
  margin-left: 1em;
}
.remodal .voice-body {
  padding: 1rem 3%;
}
@media screen and (min-width: 768px) {
  .remodal .voice-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 5%;
  }
  .remodal .voice-body .img {
    width: 30%;
    padding: 0 5% 0 0;
  }
  .remodal .voice-body .text {
    width: 70%;
  }
  .remodal .voice-body .name {
    font-size: 0.875rem;
    font-weight: 500;
  }
  .remodal .voice-body .h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .remodal .voice-body .name {
    font-size: 1rem;
  }
  .remodal .voice-body .h3 {
    font-size: 1.75rem;
  }
}

.voice-body {
  width: 49%;
  padding: 2rem 5% 50px;
  margin: 0 0 1rem;
  background: white;
  position: relative;
}
.voice-body .m-btn {
  position: absolute;
  width: 80%;
  bottom: 1rem;
  left: 10%;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 34px;
  background: #FFF2EC;
  color: #FF7D4A !important;
  border-radius: 2px;
}
.voice-body .m-btn:hover {
  cursor: pointer;
  background: rgb(255, 88.3701657459, 23);
  color: white !important;
}
.voice-body .img {
  width: 100%;
  text-align: center;
  padding: 5% 20%;
}
.voice-body .img img {
  border-radius: 50%;
}
.voice-body .text {
  width: 100%;
}
.voice-body .name {
  font-size: 0.75rem;
}
.voice-body .name::after {
  content: "様";
}
.voice-body .mall {
  display: inline-block;
  background: #FF7D4A;
  color: white;
  border-radius: 3px;
  line-height: 1.2;
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
}
.voice-body .excerpt {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.5em 0;
  padding: 0.5em 0 0.5em 1em;
  background: url(../siteimg/common/bar-v.svg) repeat-y left center;
}
.voice-body .excerpt .mall-icon {
  display: block;
  line-height: 1;
  font-size: 0.75rem;
}
.voice-body .excerpt .mall {
  margin-left: 0;
  margin-bottom: 0.25em;
  border-radius: 12px;
  padding: 0.25em 1em;
  border: 1px solid;
  color: #FF7D4A;
  background: white;
}
.voice-body .excerpt .mall.mall-r {
  color: #c00;
}
.voice-body .voice-text p {
  line-height: 2;
}
.voice-body .voice-text p:not(:last-child) {
  margin-bottom: 1em;
}
.voice-body .voice-text span {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #fbecc0), to(#fbecc0));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fbecc0 50%, #fbecc0 100%);
}
@media screen and (min-width: 768px) {
  .voice-body {
    padding: 1.5rem 2.5% 60px;
    margin-bottom: 2rem;
    width: 31.333%;
    margin-right: 3%;
  }
  .voice-body .m-btn {
    width: 84%;
    left: 8%;
    font-size: 0.8125rem;
  }
  .voice-body:nth-child(3n) {
    margin-right: 0;
  }
  .voice-body .img {
    padding: 0 5% 10px;
  }
}
@media screen and (min-width: 1000px) {
  .voice-body {
    padding-right: 2%;
    padding-left: 2%;
    width: 24%;
    margin-right: 1.333%;
  }
  .voice-body:nth-child(3n) {
    margin-right: 1.333%;
  }
  .voice-body:nth-child(4n) {
    margin-right: 0;
  }
  .voice-body .h3 {
    font-size: 0.9125rem;
  }
  .voice-body .m-btn {
    font-size: 0.875rem;
  }
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 201;
}

/* モーダル背景 */
.modal-bg {
  display: none;
  z-index: 200;
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal .voice-body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll; /* はみ出た部分はスクロールさせる */
  height: 60%; /* これが無いと「overflow:scroll」が利かない */
  width: 60%; /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 40px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* faq */
.faq-list {
  padding: 2rem 0;
}
.faq-list dl {
  margin-bottom: 1rem;
}
.faq-list dt, .faq-list dd {
  padding: 0.5em 0;
}
.faq-list dt {
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 28px;
  background: url(../siteimg/common/ico-q.svg) no-repeat left 4px;
  background-size: 26px;
}
.faq-list dd {
  padding-left: 28px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .faq-list {
    padding: 3rem 5% 0;
  }
}
@media screen and (min-width: 1000px) {
  .faq-list {
    padding: 4rem 10% 0;
  }
  .faq-list dl {
    margin-bottom: 2rem;
  }
  .faq-list dt {
    padding-left: 40px;
    background-size: 40px;
    font-size: 1.125rem;
  }
  .faq-list dd {
    font-size: 1rem;
    padding-left: 40px;
  }
}

/* contact */
#mail_form {
  padding-top: 3rem;
}
#mail_form .label {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 0.5em;
}
#mail_form .form-s input {
  width: 33.333%;
  max-width: 160px;
}
@media screen and (min-width: 1000px) {
  #mail_form .label {
    font-size: 0.875rem;
  }
}

.contact .alert-text {
  margin: 1rem 0;
  padding: 1em;
  font-size: 0.75rem;
  color: white;
  background: #ff6666;
}
@media screen and (min-width: 1000px) {
  .contact .alert-text {
    font-size: 1rem;
    margin: 2em 0;
  }
}

.form-area select, .form-area input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 8px;
  font-size: 1rem;
  border: 0;
  border-bottom: 1px solid #212121;
  outline: none;
  border-radius: 0;
}
.form-area textarea {
  font-size: 1rem;
  outline: none;
  width: 100%;
  height: 200px;
  line-height: 1.4;
  padding: 8px;
  border: 0;
  border-bottom: 1px solid #212121;
}
.form-area dt {
  padding: 0.25em;
  font-weight: bold;
  font-weight: 500;
}
.form-area dt .required {
  margin-right: 0.5em;
  font-size: 0.75rem;
  color: white;
  background: #c00;
  vertical-align: baseline;
  display: inline-block;
  padding: 0 0.5em;
  font-weight: normal;
  font-weight: 300;
}
.form-area dd {
  margin-bottom: 1rem;
}
.form-area dd .error_blank {
  color: #c00;
  padding-top: 0.5em;
  display: block;
}
.form-area .submit-btn {
  padding: 1rem 0;
}
.form-area .submit-btn .btn {
  line-height: 1;
  height: auto;
  padding: 1em;
  font-weight: bold;
  font-weight: 700;
  border-bottom: 0;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .form-area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-area dt {
    width: 35%;
    padding-top: 0.75em;
  }
  .form-area dd {
    width: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .form-area dt {
    width: 30%;
    padding-top: 0.5em;
  }
  .form-area dd {
    width: 70%;
  }
  .form-area .submit-btn {
    padding: 2em;
  }
  .form-area .submit-btn .btn {
    font-size: 1.25rem;
  }
}

.contents.thanks {
  padding: 160px 0 0;
}

.thankyou-msg {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}
.thankyou-msg p {
  line-height: 2;
}
.thankyou-msg .btn {
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  .thankyou-msg {
    padding: 40px 0;
  }
  .thankyou-msg .btn {
    margin-top: 80px;
  }
}

/* info */
.company-info {
  margin: 1em auto;
  padding: 1em 5%;
  background: white;
}
.company-info dl {
  margin-bottom: 1em;
}
.company-info dt, .company-info dd {
  padding: 0.5em;
}
.company-info dt {
  border-bottom: 1px solid #F9C648;
  font-weight: bold;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .company-info {
    margin: 2em auto;
    padding: 3% 60px;
  }
  .company-info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #F9C648;
    margin-bottom: 0;
  }
  .company-info dt, .company-info dd {
    padding: 1em;
  }
  .company-info dt {
    width: 20%;
    border-bottom: 0;
  }
  .company-info dd {
    width: 80%;
  }
  .company-info.tokushoho dt {
    width: 34%;
  }
  .company-info.tokushoho dd {
    width: 66%;
  }
}

/* privacy */
.privacy-text dl {
  margin-bottom: 1.5rem;
}
.privacy-text dt {
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5em;
}
.privacy-text dt::before {
  content: "";
  width: 3px;
  height: 100%;
  background: url(../siteimg/common/bar-v.svg) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-text dd {
  font-size: 0.75rem;
  line-height: 2;
}
.privacy-text dd p {
  font-size: inherit;
}
@media screen and (min-width: 1000px) {
  .privacy-text dd {
    font-size: 0.875rem;
  }
}

/* footer */
#back-btn {
  width: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#back-btn .st1 {
  fill: #212121;
}
#back-btn .st0 {
  fill: #ffffff;
}

.footer {
  background: #212121;
  color: white;
}
.footer a {
  color: white !important;
}
@media screen and (min-width: 1000px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1rem;
  }
  .footer .footer-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .footer-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .copyright {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.footer-logo {
  padding: 2rem 0 1rem;
}
.footer-logo img {
  width: 120px;
}
@media screen and (min-width: 1000px) {
  .footer-logo {
    padding: 0 0 8px 10px;
  }
}

.footer-nav a {
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer-nav a {
    font-size: 0.875rem;
  }
}

.copyright {
  padding: 1rem 0;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .copyright {
    padding: 1rem 0;
  }
}

.scroll {
  opacity: 0;
}

.show {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
  }
}
.updown {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.fadeUp {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.sect02 {
  overflow: hidden;
}

.slide-right {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.slide-left {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.scallUp-LtoR {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.scallUp {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

.delay01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.point-footer-ttl .scroll::before {
  width: 0;
}

.point-footer-ttl .scroll.show::before {
  -webkit-animation-name: marker;
          animation-name: marker;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@keyframes marker {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* 日本応援プロジェクト */
.nippon-pj-top {
  padding-top: 20px;
}
.nippon-pj-top .wrap {
  padding: 20px 0 30px;
  background: url(../siteimg/top/nippon-pj-top_2025.png) no-repeat 3% bottom/contain;
}
.nippon-pj-top h2 {
  font-size: 1.125rem;
  padding-left: 45%;
  font-weight: 700;
}
.nippon-pj-top h2 img {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .nippon-pj-top .wrap {
    padding: 40px 0;
    background-position: 20% bottom;
  }
  .nippon-pj-top h2 {
    font-size: 1.5rem;
    padding-left: 50%;
  }
  .nippon-pj-top h2 img {
    height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .nippon-pj-top {
    padding-top: 0;
  }
  .nippon-pj-top .wrap {
    padding-top: 120px;
    padding-bottom: 80px;
    background-size: 376px;
    background-position: 18% bottom;
  }
  .nippon-pj-top h2 {
    font-size: 2.5rem;
  }
  .nippon-pj-top h2 img {
    height: 70px;
  }
}

.page-header.nippon-pj_tools {
  padding: 0 0 1rem;
}
.page-header.nippon-pj_tools .wrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 110px;
  background: url(../siteimg/tools/nippon-pj_tool_2025.png) no-repeat left bottom/130px;
}
@media screen and (min-width: 768px) {
  .page-header.nippon-pj_tools .wrap {
    padding: 50px 0 50px 200px;
    background-size: 200px;
    background-position: 50px bottom;
  }
}
@media screen and (min-width: 1000px) {
  .page-header.nippon-pj_tools .wrap {
    background-size: 245px;
    background-position: 10% bottom;
  }
}
@media screen and (min-width: 768px) {
  .page-header.nippon-pj_tools {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-header.nippon-pj_tools {
    padding-top: 2rem;
  }
  .page-header.nippon-pj_tools .wrap {
    background-size: 338px;
    padding-top: 100px;
    padding-bottom: 90px;
    padding-left: 400px;
  }
}

.contents section.footer-tools {
  padding: 0;
  background: white;
}
.contents section.footer-tools .img {
  width: 30%;
  max-width: 120px;
}
.contents section.footer-tools .text {
  border: 2px solid;
  padding: 0.5rem 0;
  width: 65%;
  max-width: 500px;
  margin-left: 5%;
  text-align: center;
}
.contents section.footer-tools .text h3 {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contents section.footer-tools .img {
    max-width: 180px;
  }
  .contents section.footer-tools .text {
    padding: 24px 0;
  }
  .contents section.footer-tools .text h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .contents section.footer-tools .img {
    max-width: 269px;
  }
  .contents section.footer-tools .text h3 {
    font-size: 1.75rem;
    font-weight: 900;
  }
}

.page-header.nippon-pj_voice {
  padding: 0;
  margin-bottom: -2rem;
}
.page-header.nippon-pj_voice .wrap {
  padding: 3rem 0 2rem 40%;
  text-align: left;
  background: url(../siteimg/voice/nippon-pj_voice_2025.png) no-repeat 5% bottom;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .page-header.nippon-pj_voice .wrap {
    padding: 4rem 0;
    text-align: center;
    background-position: 10% bottom;
  }
}
@media screen and (min-width: 1000px) {
  .page-header.nippon-pj_voice .wrap {
    padding: 8rem 0 7rem;
    background-size: 289px;
  }
}

.page.plan .payment.nippon-pj_plan {
  padding-top: 0;
  padding-bottom: 0;
}
.page.plan .payment.nippon-pj_plan .wrap {
  padding: 4rem 0 293px;
  background: url(../siteimg/common/nippon-pj_payment.png) no-repeat center bottom;
  background-size: 230px;
}
@media screen and (min-width: 768px) {
  .page.plan .payment.nippon-pj_plan .wrap {
    padding-right: 30%;
    padding-bottom: 0;
    background-position: right bottom;
  }
}
@media screen and (min-width: 1000px) {
  .page.plan .payment.nippon-pj_plan .wrap {
    padding-top: 8rem;
    padding-bottom: 120px;
    padding-right: 380px;
    background-position: 94% bottom;
    background-size: 350px;
  }
}

.link-btn .btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../siteimg/common/icon-mail.png) no-repeat center/contain;
  margin-right: 0.5em;
}

.nippon-pj_voice-2, .nippon-pj_voice-footer {
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 400px;
}
.nippon-pj_voice-2::after, .nippon-pj_voice-footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.nippon-pj_voice-2 p, .nippon-pj_voice-footer p {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
.nippon-pj_voice-2 .link-btn .btn, .nippon-pj_voice-footer .link-btn .btn {
  font-size: 0.9125rem;
  font-weight: 500;
}
.nippon-pj_voice-2 .link-btn .btn::before, .nippon-pj_voice-footer .link-btn .btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../siteimg/common/icon-mail.png) no-repeat center/contain;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
}
@media screen and (min-width: 768px) {
  .nippon-pj_voice-2, .nippon-pj_voice-footer {
    max-width: 550px;
  }
  .nippon-pj_voice-2 p, .nippon-pj_voice-footer p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .nippon-pj_voice-2, .nippon-pj_voice-footer {
    max-width: 990px;
  }
  .nippon-pj_voice-2 p, .nippon-pj_voice-footer p {
    font-size: 1.75rem;
  }
  .nippon-pj_voice-2 .link-btn .btn, .nippon-pj_voice-footer .link-btn .btn {
    font-size: 1.125rem;
  }
  .nippon-pj_voice-2 .link-btn .btn::before, .nippon-pj_voice-footer .link-btn .btn::before {
    width: 24px;
    height: 24px;
  }
}

.nippon-pj_voice-2 {
  padding-bottom: 3em;
  margin-bottom: -2em;
  margin-top: -1em;
}
.nippon-pj_voice-2::after {
  background: url(../siteimg/voice/nippon-pj_voice2_2025.png) no-repeat center bottom/contain;
  width: 240px;
  height: 180px;
  right: 0;
}
.nippon-pj_voice-2 p, .nippon-pj_voice-2 .link-btn {
  padding-right: 30%;
}
@media screen and (min-width: 768px) {
  .nippon-pj_voice-2::after {
    width: 330px;
    right: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .nippon-pj_voice-2 {
    padding-top: 1em;
    padding-bottom: 5em;
  }
  .nippon-pj_voice-2::after {
    width: 425px;
    height: 229px;
    right: 15%;
  }
  .nippon-pj_voice-2 p, .nippon-pj_voice-2 .link-btn {
    padding-left: 10%;
  }
}

.nippon-pj_voice-footer {
  padding-top: 1em;
  padding-bottom: 2em;
  margin-top: -1em;
  margin-bottom: 1em;
  background: white;
  border-radius: 10px;
  width: 96%;
}
.nippon-pj_voice-footer::after {
  background: url(../siteimg/voice/nippon-pj_voice3_2025.png) no-repeat center bottom/contain;
  left: 0;
  width: 150px;
  height: 160px;
}
.nippon-pj_voice-footer p, .nippon-pj_voice-footer .link-btn {
  padding-left: 40%;
}
@media screen and (min-width: 768px) {
  .nippon-pj_voice-footer {
    padding-top: 3em;
    padding-bottom: 3em;
    max-width: 600px;
  }
  .nippon-pj_voice-footer::after {
    width: 180px;
    height: 200px;
  }
  .nippon-pj_voice-footer p, .nippon-pj_voice-footer .link-btn {
    padding-left: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .nippon-pj_voice-footer {
    padding-top: 5em;
    padding-bottom: 6em;
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 990px;
  }
  .nippon-pj_voice-footer::after {
    width: 288px;
    height: 311px;
    left: 7%;
  }
}

.footer .nippon-pj_award {
  padding: 1em 5% 0;
  text-align: center;
  width: 100%;
}
.footer .nippon-pj_award .img div:first-child {
  margin-bottom: 8px;
}
.footer .nippon-pj_award img {
  max-width: 240px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.footer .nippon-pj_award p {
  padding: 1em 3% 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer .nippon-pj_award {
    padding-top: 0;
    padding-bottom: 1em;
  }
  .footer .nippon-pj_award .img div {
    display: inline-block;
    margin: 0 8px;
  }
  .footer .nippon-pj_award .img div:first-child {
    margin-bottom: 0;
  }
  .footer .nippon-pj_award .img {
    padding-right: 1em;
  }
  .footer .nippon-pj_award p {
    padding-bottom: 0;
  }
}

.agreement-text h2 {
  margin: 2em 0 1em;
  font-size: 0.9125rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5em;
}
.agreement-text h2:first-child {
  margin-top: 0;
}
.agreement-text h2::before {
  content: "";
  width: 3px;
  height: 100%;
  background: url(../siteimg/common/bar-v.svg) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.agreement-text ul {
  padding-left: 1em;
}
.agreement-text li {
  font-size: 0.75rem;
  line-height: 2;
}
.agreement-text p {
  padding-left: 1em;
  line-height: 2;
  font-size: 0.75rem;
}
.agreement-text .ul-num li {
  list-style-type: decimal;
}
.agreement-text .ul-num-cir li {
  list-style-type: none;
  position: relative;
  padding-left: 1.25em;
}
.agreement-text .ul-num-cir li .num {
  position: absolute;
  left: 0;
  top: 0;
}
.agreement-text .agreement-footer {
  padding: 2em 0;
}
.agreement-text .agreement-footer p {
  padding: 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  .agreement-text h2 {
    font-size: 1em;
  }
  .agreement-text ul, .agreement-text p {
    padding-left: 2em;
  }
  .agreement-text li, .agreement-text p {
    font-size: 0.875rem;
  }
}

.change-btn {
  font-size: 0.875rem;
  padding: 2em 0 0;
}
.change-btn .ver-r, .change-btn .ver-y {
  font-weight: 500;
  font-size: 0.875rem;
  background: #FF7D4A;
  font-size: 0.875rem;
  padding: 0.5em 1em;
  border-radius: 2px;
  margin-right: 0.5em;
  letter-spacing: 0.05em;
}
.change-btn .ver-r::after, .change-btn .ver-y::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  background: url(../siteimg/common/icon_allow-r_wh.svg) no-repeat center/contain;
}
@media screen and (min-width: 1000px) {
  .change-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-bottom: 1em;
  }
  .change-btn .ver-r, .change-btn .ver-y {
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .change-btn .ver-r:hover, .change-btn .ver-y:hover {
    opacity: 0.7;
  }
  .change-btn .ver-r::after, .change-btn .ver-y::after {
    width: 22px;
    height: 22px;
  }
}

.our-service {
  background: white;
  padding: 1em 0 0;
}
.our-service ul li {
  width: 33.3%;
  max-width: 240px;
}
.our-service ul img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.our-service ul a {
  display: block;
  padding: 8px 5%;
}
.our-service ul span {
  display: block;
  font-size: 0.75rem;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .our-service {
    padding: 2em 0 1em;
  }
}
@media screen and (min-width: 1000px) {
  .our-service ul li {
    max-width: 280px;
  }
  .our-service ul a {
    padding: 8px 20px;
  }
}

.tool-btm-grd {
  height: 60px;
  background: #F9F7F1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 247, 241)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(249, 247, 241) 0%, rgb(255, 255, 255) 100%);
}

.logo-certification {
  padding: 25px 0;
  margin: 2em 0 0;
  background: white;
  width: 100%;
  color: #212121;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.logo-certification img {
  height: 100px;
  width: auto;
}
.logo-certification .certificateion-text {
  font-size: 13px;
}
.logo-certification .logo-list, .logo-certification .flex {
  gap: 25px;
}
.logo-certification .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}