@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  height: 100vh;
}

.member_group {
  padding: 0;
}

#nenkin * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nenkin *:after, #nenkin *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nenkin dl, #nenkin ol, #nenkin ul {
  margin: 0;
  padding-left: 0;
}
#nenkin ol li, #nenkin ul li {
  list-style: none;
}
#nenkin div:after, #nenkin ul:after, #nenkin li:after, #nenkin dd:after, #nenkin section:after, #nenkin article:after {
  display: none;
}
#nenkin a {
  text-decoration: none;
  -webkit-transform: 0.2s;
          transform: 0.2s;
}
#nenkin a:active, #nenkin a:hover {
  text-decoration: none;
  cursor: pointer;
}
#nenkin img {
  max-width: 100%;
  height: auto;
  border: none;
}
#nenkin a img {
  border: 0;
}
#nenkin img {
  vertical-align: bottom;
}
#nenkin {
  font-family: "Noto Sans JP", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  color: #333333;
}
#nenkin .yusei {
  font-family: "Yusei Magic";
  font-weight: 400;
  font-style: normal;
}
#nenkin a {
  color: #444444;
  text-decoration: none;
}
#nenkin p {
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}
#nenkin .col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 960px) {
  #nenkin .col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#nenkin .col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 960px) {
  #nenkin .col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#nenkin .on__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #nenkin .on__pc {
    display: none;
  }
}
#nenkin .on__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #nenkin .on__sp {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #nenkin .br--on_pc {
    display: none;
  }
}
#nenkin .br--pc {
  display: block;
}
@media screen and (max-width: 960px) {
  #nenkin .br--pc {
    display: none;
  }
}
#nenkin .br--tb {
  display: none;
}
@media screen and (max-width: 960px) {
  #nenkin .br--tb {
    display: block;
  }
}
#nenkin .br--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #nenkin .br--sp {
    display: block;
  }
}
#nenkin .br--tity {
  display: none;
}
@media screen and (max-width: 375px) {
  #nenkin .br--tity {
    display: block;
  }
}
#nenkin .br--on_pc-sp {
  display: block;
}
@media screen and (max-width: 960px) {
  #nenkin .br--on_pc-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .br--on_pc-sp {
    display: block;
  }
}
#nenkin .mb-40 {
  margin-bottom: 40px !important;
}
#nenkin .txt-red {
  color: #FF3535;
}
#nenkin .btn {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #nenkin .btn {
    width: 100%;
  }
}
#nenkin .btn-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FF7F6B;
  border-radius: 80px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 0 #C36556;
          box-shadow: 0 5px 0 0 #C36556;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  min-width: 620px;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #nenkin .btn-link {
    min-width: auto;
    width: 100%;
  }
}
#nenkin .btn-link:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 2px 0 0 #C36556;
          box-shadow: 0 2px 0 0 #C36556;
  color: #fff;
}
#nenkin .btn-link::after {
  content: "";
  background: url(/file/nenkin/img/arrow_btn.png) no-repeat left top/contain;
  width: 15px;
  height: 15px;
  margin-left: 16px;
}
#nenkin .btn-link.video::after {
  content: "";
  background: url(/file/nenkin/img/icon_video.svg) no-repeat left top/contain;
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
#nenkin .btn p {
  color: #333;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  padding: 10px 0 0;
}
#nenkin .cta-sim {
  position: relative;
  text-align: center;
}
#nenkin .cta-lead {
  font-size: 20px;
  color: #FF7F6B;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  #nenkin .cta-lead {
    font-size: 16px;
  }
}
#nenkin .cta-lead span {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  #nenkin .cta-lead span {
    padding: 0;
  }
}
#nenkin .cta-lead span::before, #nenkin .cta-lead span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #FF7F6B;
}
#nenkin .cta-lead span::before {
  left: -25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nenkin .cta-lead span::after {
  right: -25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#nenkin .cta-btn {
  display: inline-block;
  background: #FF7F6B;
  border-radius: 80px;
  padding: 14px 115px 14px 140px;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 0 0 #C36556;
          box-shadow: 0 6px 0 0 #C36556;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
}
@media screen and (max-width: 540px) {
  #nenkin .cta-btn {
    padding-right: 10%;
    padding-left: 30%;
  }
}
@media screen and (max-width: 425px) {
  #nenkin .cta-btn {
    padding-right: 15%;
    padding-left: 22%;
  }
}
#nenkin .cta-btn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 2px 0 0 #C36556;
          box-shadow: 0 2px 0 0 #C36556;
}
#nenkin .cta-btn::after {
  content: "";
  position: absolute;
  background: url(/file/nenkin/img/arrow_btn.png) no-repeat left top/contain;
  width: 30px;
  height: 30px;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #nenkin .cta-btn::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 540px) {
  #nenkin .cta-btn::after {
    right: 7%;
  }
}
#nenkin .cta-inner {
  color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #nenkin .cta-inner {
    text-align: left;
  }
}
#nenkin .cta-small {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #nenkin .cta-small {
    font-size: 16px;
  }
}
#nenkin .cta-main {
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='8' viewBox='0 0 40 8'%3E%3Cpath d='M0 4 Q5 0 10 4 T20 4 T30 4 T40 4' stroke='%23ffffff' fill='none' stroke-width='2.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0 calc(100% - 10px);
  background-size: 12px 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 960px) {
  #nenkin .cta-main {
    font-size: 22px;
  }
}
@media screen and (max-width: 370px) {
  #nenkin .cta-main {
    font-size: 17px;
  }
}
#nenkin .cta-note {
  font-size: 10px;
  text-align: center;
  margin: 10px 0 0;
}
#nenkin .cta-illust {
  position: absolute;
  top: -15px;
  bottom: 0;
  width: 140px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #nenkin .cta-illust {
    bottom: auto;
    top: 50px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* fadeIn */
.js-fade {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.js-fade.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#nenkin {
  position: relative;
}
#nenkin .navi__wrapper {
  z-index: 1001;
  top: 10px;
  position: relative;
}
#nenkin .navi__wrapper .sticky-menu__block {
  position: absolute;
  top: 0;
  right: -93px;
  width: 143px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1300px) {
  #nenkin .navi__wrapper .sticky-menu__block {
    position: fixed;
    top: 0 !important;
    left: 100%;
    right: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border: 3px solid #F9DE70;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
}
#nenkin .navi__wrapper .sticky-menu__tit {
  font-family: "Yusei Magic";
  font-size: 26px;
  color: #2F4F8D;
  background: #F9DE70;
  padding: 16px 11px;
  border-top-right-radius: 20px;
  margin-bottom: 0;
}
#nenkin .navi__wrapper .sticky-menu__tit .close {
  display: none;
}
#nenkin .navi__wrapper .sticky-menu__list {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 3px solid #F9DE70;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1300px) {
  #nenkin .navi__wrapper .sticky-menu__list {
    border-bottom-right-radius: 0;
  }
}
#nenkin .navi__wrapper .sticky-menu__list li {
  width: 100%;
  border-bottom: 3px solid #F9DE70;
}
#nenkin .navi__wrapper .sticky-menu__list li:last-child {
  border: none;
}
#nenkin .navi__wrapper .sticky-menu__list li a {
  color: #2F4F8D;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  text-align: left;
  font-weight: 700;
  padding: 8px;
  display: block;
}
#nenkin .navi__wrapper .sticky-menu__list li a:hover, #nenkin .navi__wrapper .sticky-menu__list li a.active {
  background: #F9DE70;
}
#nenkin .navi__wrapper .sticky-menu__list li.active a {
  background: #F9DE70;
}
#nenkin .navi__wrapper .sticky-menu #navi__toggle {
  display: none;
}
@media screen and (max-width: 1300px) {
  #nenkin .navi__wrapper .sticky-menu #navi__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 10px 0 0;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    background: #fff;
    border: 3px solid #2F4F8D;
    border-radius: 9999px;
    cursor: pointer;
    z-index: 100;
  }
}
@media screen and (max-width: 1300px) and (max-width: 960px) {
  #nenkin .navi__wrapper .sticky-menu #navi__toggle {
    margin: 0 5px 0 0;
  }
}
#nenkin .navi__wrapper .sticky-menu #navi__toggle div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#nenkin .navi__wrapper .sticky-menu #navi__toggle span {
  display: block;
  height: 3px;
  background: #2F4F8D;
  width: 25px;
  border-radius: 1px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nenkin .navi__wrapper .sticky-menu.is-open .sticky-menu__block {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#nenkin .navi__wrapper .sticky-menu.is-open .sticky-menu__list {
  border: none;
}
#nenkin .navi__wrapper .sticky-menu.is-open .sticky-menu__list br {
  display: none;
}
#nenkin .navi__wrapper .sticky-menu.is-open .sticky-menu__item {
  padding: 0;
}
#nenkin .navi__wrapper .sticky-menu.is-open .sticky-menu__tit {
  border-top-right-radius: 0;
  border-top-left-radius: 15px;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#nenkin .navi__wrapper .sticky-menu.is-open .sticky-menu__tit .close {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 37px;
  line-height: 1;
  cursor: pointer;
}
#nenkin .navi__wrapper .sticky-menu.is-open #navi__toggle {
  display: none;
}

#nenkin .bg {
  background: #F9F3EC;
}
#nenkin .bg01 {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 0 0 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #nenkin .bg01 {
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
}
#nenkin .bg02 {
  border-radius: 40px;
  padding: 80px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #nenkin .bg02 {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
#nenkin section {
  text-align: center;
}
#nenkin .ttl-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
#nenkin .ttl-wrap::before, #nenkin .ttl-wrap::after {
  content: "";
  display: block;
}
#nenkin .ttl-wrap::before {
  background: url(/file/nenkin/img/deco-ttl01.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 170px;
}
@media screen and (max-width: 960px) {
  #nenkin .ttl-wrap::before {
    width: 64px;
    height: 54px;
  }
}
@media screen and (max-width: 375px) {
  #nenkin .ttl-wrap::before {
    width: 50px;
    height: 40px;
  }
}
#nenkin .ttl-wrap::after {
  background: url(/file/nenkin/img/deco-ttl02.png) no-repeat;
  background-size: contain;
  width: 161px;
  height: 165px;
}
@media screen and (max-width: 960px) {
  #nenkin .ttl-wrap::after {
    width: 52px;
    height: 54px;
  }
}
@media screen and (max-width: 375px) {
  #nenkin .ttl-wrap::after {
    width: 50px;
    height: 40px;
  }
}
#nenkin .ttl-wrap h2 {
  font-size: 52px;
  line-height: 1.2;
  color: #2F4F8D;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #nenkin .ttl-wrap h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 360px) {
  #nenkin .ttl-wrap h2 {
    font-size: 28px;
  }
}
#nenkin .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #nenkin .inner {
    padding: 0 16px;
  }
}
#nenkin .contents-visual h2 {
  margin-bottom: 0;
}
#nenkin .contents-concerns {
  margin-bottom: 40px;
}
#nenkin .contents-concerns h2 {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-concerns h2 {
    margin: 0;
  }
}
#nenkin .contents-concerns .concerns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-concerns .concerns-list {
    gap: 15px;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  #nenkin .contents-concerns .concerns-list {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #nenkin .contents-concerns .concerns-list {
    gap: 5px;
  }
}
#nenkin .contents-concerns .concerns-list li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 5px solid #336CAD;
  border-radius: 50%;
  padding: 50px 1px;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-concerns .concerns-list li {
    width: calc((100% - 100px) / 2);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .contents-concerns .concerns-list li {
    padding: 30px 1px;
  }
}
@media screen and (max-width: 500px) {
  #nenkin .contents-concerns .concerns-list li {
    padding: 20px 1px;
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 375px) {
  #nenkin .contents-concerns .concerns-list li {
    width: calc((100% - 10px) / 2);
  }
}
#nenkin .contents-concerns .concerns-list li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 35px solid #336CAD;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  #nenkin .contents-concerns .concerns-list li::after {
    left: 3%;
    -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
    border-top: 30px solid #336CAD;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .contents-concerns .concerns-list li::after {
    bottom: -1%;
  }
}
@media screen and (max-width: 500px) {
  #nenkin .contents-concerns .concerns-list li::after {
    left: 2%;
    bottom: -5%;
  }
}
@media screen and (max-width: 370px) {
  #nenkin .contents-concerns .concerns-list li::after {
    border-top: 25px solid #336CAD;
  }
}
#nenkin .contents-concerns .concerns-list li p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-concerns .concerns-list li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  #nenkin .contents-concerns .concerns-list li p {
    font-size: 14px;
  }
}
#nenkin .contents-concerns .solve-wrap {
  position: relative;
  padding-top: 120px;
}
#nenkin .contents-concerns .solve-wrap::before {
  content: "";
  background: url(/file/nenkin/img/arrow_solve.png) no-repeat;
  background-size: contain;
  width: 120px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  margin: auto;
}
#nenkin .contents-concerns .solve-wrap h2 {
  font-size: 40px;
  color: #F9DE70;
  background: #336CAD;
  padding: 24px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
  padding-right: 60px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-concerns .solve-wrap h2 {
    font-size: 26px;
    padding: 8px 80px 8px 16px;
  }
}
@media screen and (max-width: 370px) {
  #nenkin .contents-concerns .solve-wrap h2 {
    font-size: 21px;
  }
}
#nenkin .contents-concerns .solve-wrap h2::after {
  content: "";
  background: url(/file/nenkin/img/img_solve.png) no-repeat;
  background-size: contain;
  width: 120px;
  height: 230px;
  display: block;
  position: absolute;
  right: -25px;
  top: -95px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-concerns .solve-wrap h2::after {
    width: 86px;
    height: 168px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
#nenkin .contents-merit {
  padding: 0 50px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit {
    padding: 0 16px;
  }
}
#nenkin .contents-merit .merit-inner {
  background: url(/file/nenkin/img/bg_merit.png) repeat;
  padding: 25px 35px 62px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit .merit-inner {
    padding: 25px 16px;
  }
}
#nenkin .contents-merit .merit-inner .merit-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#nenkin .contents-merit .merit-inner .merit-deco .deco {
  position: absolute;
  display: block;
}
#nenkin .contents-merit .merit-inner .merit-deco .deco-01 {
  top: 25%;
  right: -10px;
  width: 225px;
  height: 200px;
  background: url(/file/nenkin/img/deco_merit01.png) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit .merit-inner .merit-deco .deco-01 {
    display: none;
  }
}
#nenkin .contents-merit .merit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#nenkin .contents-merit .merit-list li {
  border-radius: 20px;
  border: 5px solid #336CAD;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 24px 20px;
  max-width: 720px;
  margin: auto;
  position: relative;
}
#nenkin .contents-merit .merit-list li::before, #nenkin .contents-merit .merit-list li::after {
  content: "";
  position: absolute;
  display: block;
}
#nenkin .contents-merit .merit-list li:nth-child(2)::before {
  left: -100px;
  top: -100px;
  width: 233px;
  height: 271px;
  background: url(/file/nenkin/img/merit-photo_01.png) no-repeat center/contain;
}
#nenkin .contents-merit .merit-list li:nth-child(3)::before {
  left: -110px;
  width: 173px;
  height: 272px;
  background: url(/file/nenkin/img/deco_merit02.png) no-repeat center/contain;
}
#nenkin .contents-merit .merit-list li:nth-child(4)::before {
  right: -100px;
  top: -100px;
  width: 299px;
  height: 233px;
  background: url(/file/nenkin/img/merit-photo_02.png) no-repeat center/contain;
}
#nenkin .contents-merit .merit-list li:nth-child(5)::before {
  left: -150px;
  top: -100px;
  width: 315px;
  height: 242px;
  background: url(/file/nenkin/img/merit-photo_03.png) no-repeat center/contain;
}
#nenkin .contents-merit .merit-list li:nth-child(5)::after {
  right: -50px;
  bottom: -70px;
  width: 163px;
  height: 212px;
  background: url(/file/nenkin/img/deco_merit03.png) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit .merit-list li:first-child::before {
    left: 20px;
    top: 10px;
    width: 72px;
    height: 74px;
    background: url(/file/nenkin/img/sp-deco_merit01.png) no-repeat center/contain;
  }
  #nenkin .contents-merit .merit-list li:nth-child(2)::before {
    left: -20px;
    top: -20px;
    width: 135px;
    height: 111px;
    background: url(/file/nenkin/img/sp-deco_merit02.png) no-repeat center/contain;
  }
  #nenkin .contents-merit .merit-list li:nth-child(2)::after {
    right: 10px;
    top: 10px;
    width: 69px;
    height: 67px;
    background: url(/file/nenkin/img/sp-deco_merit02-2.png) no-repeat center/contain;
  }
  #nenkin .contents-merit .merit-list li:nth-child(3)::before {
    left: 20px;
    top: 10px;
    width: 84px;
    height: 112px;
    background: url(/file/nenkin/img/sp-deco_merit03.png) no-repeat center/contain;
  }
  #nenkin .contents-merit .merit-list li:nth-child(3)::after {
    right: 0;
    top: 10px;
    width: 66px;
    height: 65px;
    background: url(/file/nenkin/img/sp-deco_merit03-2.png) no-repeat center/contain;
  }
  #nenkin .contents-merit .merit-list li:nth-child(4)::before {
    left: 20px;
    top: 10px;
    width: 68px;
    height: 70px;
    background: url(/file/nenkin/img/sp-deco_merit04.png) no-repeat center/contain;
  }
  #nenkin .contents-merit .merit-list li:nth-child(4)::after {
    right: -30px;
    top: -20px;
    width: 150px;
    height: 120px;
    background: url(/file/nenkin/img/sp-deco_merit04-2.png) no-repeat center/contain;
  }
  #nenkin .contents-merit .merit-list li:nth-child(5)::before {
    left: -40px;
    top: -70px;
    width: 195px;
    height: 177px;
    background: url(/file/nenkin/img/sp-deco_merit05.png) no-repeat center/contain;
  }
  #nenkin .contents-merit .merit-list li:nth-child(5)::after {
    right: 0;
    top: 0;
    width: 90px;
    height: 87px;
    background: url(/file/nenkin/img/sp-deco_merit05-2.png) no-repeat center/contain;
  }
}
#nenkin .contents-merit .merit-list li .nmb {
  background: url(/file/nenkin/img/bg_nmb.svg) no-repeat;
  background-size: contain;
  width: 83px;
  height: 80px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 8px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit .merit-list li .nmb {
    width: 60px;
    height: 55px;
  }
}
#nenkin .contents-merit .merit-list li .nmb p {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}
#nenkin .contents-merit .merit-list li .nmb p span {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit .merit-list li .nmb p span {
    font-size: 20px;
  }
}
#nenkin .contents-merit .merit-list li h3 {
  color: #2F4F8D;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  text-align: center;
  margin: 0 0 22px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit .merit-list li h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 360px) {
  #nenkin .contents-merit .merit-list li h3 {
    font-size: 16px;
  }
}
#nenkin .contents-merit .merit-list li h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  background: url(/file/nenkin/img/wave.gif) repeat-x center bottom;
}
#nenkin .contents-merit .merit-list li .dtl {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit .merit-list li .dtl {
    font-size: 14px;
  }
}
#nenkin .contents-merit .merit-list li .dtl p {
  margin: 0;
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-merit .merit-list li .dtl p {
    text-align: left;
  }
}
#nenkin .contents-join .join-inner {
  text-align: center;
}
#nenkin .contents-join .join-panel {
  background: #F9F3EC;
  border: 5px solid #336CAD;
  padding: 40px 40px 80px;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-panel {
    padding: 20px 16px 60px;
  }
}
@media screen and (max-width: 425px) {
  #nenkin .contents-join .join-panel {
    padding: 24px 16px 40px 16px;
  }
}
#nenkin .contents-join .join-panel h3 {
  color: #2F4F8D;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-panel h3 {
    font-size: 22px;
  }
}
#nenkin .contents-join .join-panel h3::before, #nenkin .contents-join .join-panel h3::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #2F4F8D;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#nenkin .contents-join .join-panel h3::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 10px;
  left: 0;
}
#nenkin .contents-join .join-panel h3::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 10px;
  right: 0;
}
#nenkin .contents-join .join-panel .wrap-h3 {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-panel .wrap-h3 {
    margin-bottom: 20px;
  }
  #nenkin .contents-join .join-panel .wrap-h3 h3 {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }
  #nenkin .contents-join .join-panel .wrap-h3 h3 span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    background: url(/file/nenkin/img/wave.gif) repeat-x center bottom;
  }
  #nenkin .contents-join .join-panel .wrap-h3 h3::before, #nenkin .contents-join .join-panel .wrap-h3 h3::after {
    content: none;
  }
}
@media screen and (max-width: 360px) {
  #nenkin .contents-join .join-panel .wrap-h3 h3 {
    font-size: 18px;
  }
}
#nenkin .contents-join .join-table {
  border: 3px solid #2F4F8D;
  border-radius: 8px;
  width: 90%;
}
#nenkin .contents-join .join-table table {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-table table {
    font-size: 14px;
  }
}
#nenkin .contents-join .join-table th {
  background: #336CAD;
  color: #fff;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
}
#nenkin .contents-join .join-table th:last-child {
  border-right: none;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-table th {
    padding: 5px;
  }
}
#nenkin .contents-join .join-table td {
  background: #EEF9FF;
  border: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-table td {
    padding: 5px;
  }
}
#nenkin .contents-join .join-table td:first-child {
  background: #4a76ad;
  color: #fff;
  font-weight: 700;
}
#nenkin .contents-join .join-table td:last-child {
  border-right: none;
}
#nenkin .contents-join .join-table tbody tr:last-child th, #nenkin .contents-join .join-table tbody tr:last-child td {
  border-bottom: none;
}
#nenkin .contents-join .join-table .highlight {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-table .highlight {
    font-size: 16px;
  }
}
#nenkin .contents-join .join-table .highlight-red {
  color: #FF3535;
}
#nenkin .contents-join .join-deco {
  position: absolute;
}
#nenkin .contents-join .join-deco01 {
  top: 0;
  bottom: 0;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#nenkin .contents-join .join-deco01::before {
  content: "";
  background: url(/file/nenkin/img/arrow-join01.png) no-repeat left top/contain;
  width: 40px;
  height: 130px;
  display: block;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-deco01::before {
    width: 25px;
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .contents-join .join-deco01::before {
    width: 15px;
    height: 50px;
    margin-right: -4px;
  }
}
#nenkin .contents-join .join-deco01 .arrow-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-deco01 .arrow-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .contents-join .join-deco01 .arrow-text {
    font-size: 12px;
  }
}
#nenkin .contents-join .join-deco02 {
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
#nenkin .contents-join .join-deco02::before {
  content: "";
  background: url(/file/nenkin/img/arrow-join02.png) no-repeat left top/contain;
  width: 303px;
  height: 40px;
  display: block;
  margin: 0 auto -10px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-deco02::before {
    width: 175px;
    height: 24px;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .contents-join .join-deco02::before {
    width: 120px;
    height: 24px;
  }
}
#nenkin .contents-join .join-deco02 p {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-deco02 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .contents-join .join-deco02 p {
    font-size: 12px;
  }
}
#nenkin .contents-join .join-deco03 {
  bottom: -2px;
  right: 50px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .join-deco03 {
    width: 140px;
    right: -20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .contents-join .join-deco03 {
    width: 110px;
  }
}
@media screen and (max-width: 425px) {
  #nenkin .contents-join .join-deco03 {
    width: 100px;
    right: -30px;
    bottom: -30px;
  }
}
@media screen and (max-width: 640px) {
  #nenkin .contents-join .cta-main {
    padding-bottom: 0;
    background: none;
    -webkit-box-decoration-break: unset;
            box-decoration-break: unset;
  }
  #nenkin .contents-join .cta-main span {
    padding-bottom: 2px;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='8' viewBox='0 0 40 8'%3E%3Cpath d='M0 4 Q5 0 10 4 T20 4 T30 4 T40 4' stroke='%23ffffff' fill='none' stroke-width='2.5'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 12px 6px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline-block;
  }
}
#nenkin .contents-join .cta-sim {
  padding: 60px 100px;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .cta-sim {
    padding: 40px 0;
  }
}
#nenkin .contents-join .cta-illust {
  left: 105px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-join .cta-illust {
    left: 0;
    width: 120px;
  }
}
@media screen and (max-width: 425px) {
  #nenkin .contents-join .cta-illust {
    left: -19px;
    top: 60px;
    width: 28%;
  }
}
#nenkin .contents-voice .voice-inner {
  text-align: center;
  padding: 0;
}
#nenkin .contents-voice .slider__wrapper {
  position: relative;
  margin-bottom: 55px;
}
#nenkin .contents-voice .slider__wrapper .voice-slick .slide__item {
  border-radius: 20px;
  border: 3px solid #336CAD;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
#nenkin .contents-voice .slider__wrapper .voice-slick .slide__item figure img {
  border-radius: 20px;
}
#nenkin .contents-voice .slider__wrapper .voice-slick .slide__item .archive__link {
  font-weight: 700;
  margin-bottom: 20px;
}
#nenkin .contents-voice .slider__wrapper .voice-slick .slide__item .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #2F4F8D;
  position: absolute;
  right: 15px;
  bottom: 18px;
  font-weight: 700;
}
#nenkin .contents-voice .slider__wrapper .voice-slick .slide__item .more::after {
  content: "";
  background: url(/file/nenkin/img/arrow_circle_right.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 5px;
}
#nenkin .contents-voice .slider__wrapper .voice-slick .slide__item .voice__link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 18px 18px 1.5rem;
  display: block;
  height: 100%;
}
#nenkin .contents-voice .slider__wrapper .voice-slick .slide__item .voice__link:hover p {
  opacity: 0.5;
}
#nenkin .contents-faq {
  margin-bottom: 80px;
}
#nenkin .contents-faq .faq-inner {
  text-align: center;
}
#nenkin .contents-faq .faq__item {
  border: 3px solid #336CAD;
  border-radius: 20px;
  margin-bottom: 24px;
  overflow: hidden;
}
#nenkin .contents-faq .faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 25px 30px;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 640px) {
  #nenkin .contents-faq .faq__question {
    gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  #nenkin .contents-faq .faq__question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
    gap: 10px;
  }
}
#nenkin .contents-faq .faq__question::after {
  content: "";
  background: url(/file/nenkin/img/arrow_circle_up.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#nenkin .contents-faq .faq__ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 700;
  color: #2F4F8D;
}
#nenkin .contents-faq .faq__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 35px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #nenkin .contents-faq .faq__icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin: 0 auto;
  }
}
#nenkin .contents-faq .faq__icon--q {
  background: #336CAD;
  color: #F9DE70;
}
#nenkin .contents-faq .faq__icon--a {
  background: #F9DE70;
  color: #2F4F8D;
}
#nenkin .contents-faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
#nenkin .contents-faq .faq__answer::before {
  content: "";
  width: calc(100% - 60px);
  margin: 0 auto;
  display: block;
  height: 1px;
  background: #333;
}
#nenkin .contents-faq .faq__answer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 25px 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  #nenkin .contents-faq .faq__answer-inner {
    gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  #nenkin .contents-faq .faq__answer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
    gap: 10px;
  }
}
#nenkin .contents-faq .faq__answer-inner p {
  margin: 0;
  line-height: 130%;
}
#nenkin .contents-faq .faq__answer-inner p a {
  color: #336CAD;
  text-decoration: underline;
}
#nenkin .contents-faq .faq {
  /* 開いた状態 */
}
#nenkin .contents-faq .faq__item.is-open .faq__answer {
  max-height: 500px;
}
#nenkin .contents-faq .faq__item.is-open .faq__question::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#nenkin .contents-contact {
  position: relative;
  padding-top: 110px;
  margin-bottom: 300px;
  background: url(/file/nenkin/img/bg_contact.png) no-repeat center top;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-contact {
    padding-top: 5%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 370px) {
  #nenkin .contents-contact {
    background: url(/file/nenkin/img/bg_contact__sp.png) no-repeat center top;
    padding-top: 35px;
    margin-bottom: 0;
  }
}
#nenkin .contents-contact .contact-inner {
  position: relative;
  background: #F9DE70;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-contact .contact-inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#nenkin .contents-contact .contact-panel {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-contact .contact-panel {
    padding: 24px 16px 10px;
  }
}
#nenkin .contents-contact .contact-panel h3 {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-contact .contact-panel h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  #nenkin .contents-contact .contact-panel h3 {
    display: block;
    text-align: center;
  }
}
#nenkin .contents-contact .contact-panel h3 span {
  font-size: 34px;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-contact .contact-panel h3 span {
    font-size: 26px;
  }
}
#nenkin .contents-contact .contact-panel p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
#nenkin .contents-contact .contact-panel .cta-sim {
  max-width: 600px;
  margin: 50px auto 0;
}
@media screen and (max-width: 960px) {
  #nenkin .contents-contact .contact-panel .cta-btn {
    padding-right: 10%;
    padding-left: 30%;
  }
}
@media screen and (max-width: 500px) {
  #nenkin .contents-contact .contact-panel .cta-btn {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 350px) {
  #nenkin .contents-contact .contact-panel .cta-btn::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 500px) {
  #nenkin .contents-contact .contact-panel .cta-inner {
    display: inline-block;
  }
}
@media screen and (max-width: 410px) {
  #nenkin .contents-contact .contact-panel .cta-main {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  #nenkin .contents-contact .contact-panel .cta-main {
    font-size: 16px;
  }
}
#nenkin .contents-contact .contact-panel .cta-illust {
  left: 20px;
  top: -30%;
}
@media screen and (max-width: 630px) {
  #nenkin .contents-contact .contact-panel .cta-illust {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  #nenkin .contents-contact .contact-panel .cta-illust {
    display: none;
  }
}
#nenkin .contents-contact .contact-panel .cta-note {
  font-size: 10px;
  font-weight: 400;
}
#nenkin .seminar-banner {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
#nenkin .seminar-banner.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#nenkin .seminar-banner.is-closed .seminar-inner::after {
  content: none;
}
#nenkin .seminar-banner.is-closed .seminar-body {
  overflow: hidden;
}
#nenkin .seminar-banner.is-closed .seminar-toggle::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}
#nenkin .seminar-banner.is-stopped {
  position: absolute;
  bottom: auto;
}
#nenkin .seminar-banner {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 50;
}
#nenkin .seminar-inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #FF7F6B;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  position: relative;
  max-width: 740px;
}
#nenkin .seminar-inner::after {
  content: "";
  background: url(/file/nenkin/img/img_seminar-teacher.png) no-repeat left top/contain;
  width: 160px;
  height: 150px;
  position: absolute;
  left: 30px;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 640px) {
  #nenkin .seminar-inner::after {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 460px) {
  #nenkin .seminar-inner::after {
    right: -30px;
    width: 130px;
    height: 110px;
  }
}
#nenkin .seminar-header {
  background: #FF7F6B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 8px 20px 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#nenkin .seminar-header .copy {
  display: none;
}
@media screen and (max-width: 640px) {
  #nenkin .seminar-header .copy {
    display: block;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 460px) {
  #nenkin .seminar-header .copy {
    width: 60px;
  }
}
#nenkin .seminar-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #nenkin .seminar-header h2 {
    font-size: 20px;
  }
}
#nenkin .seminar-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #nenkin .seminar-toggle {
    width: 35px;
    height: 35px;
  }
}
#nenkin .seminar-toggle::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 3px #336CAD;
  border-left: solid 3px #336CAD;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#nenkin .seminar-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#nenkin .seminar-left {
  position: relative;
  width: 90px;
  padding: 10px 0 0 10px;
}
@media screen and (max-width: 640px) {
  #nenkin .seminar-left {
    display: none;
  }
}
#nenkin .seminar-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #nenkin .seminar-center {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 460px) {
  #nenkin .seminar-center {
    padding: 10px;
  }
}
#nenkin .seminar-center .note {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}
#nenkin .seminar-theme {
  border: 1px solid #333;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 560px) {
  #nenkin .seminar-theme {
    padding: 3px 5px;
  }
  #nenkin .seminar-theme .sp-hide {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  #nenkin .seminar-theme {
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
  }
}
#nenkin .seminar-date {
  color: #2F4F8D;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  #nenkin .seminar-date {
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
  }
}
#nenkin .seminar-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #336CAD;
  color: #fff;
  padding: 5px 10px;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 0 #2F4F8D;
          box-shadow: 0 6px 0 #2F4F8D;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #nenkin .seminar-btn {
    width: 80%;
  }
}
@media screen and (max-width: 460px) {
  #nenkin .seminar-btn {
    width: auto;
    padding: 7px 40px 3px 15px;
  }
}
#nenkin .seminar-btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 0 #2F4F8D;
          box-shadow: 0 2px 0 #2F4F8D;
  color: #fff;
}
#nenkin .seminar-btn .arrow {
  position: absolute;
  right: 20px;
  top: 5px;
  bottom: 0;
  margin: auto;
  background: url(/file/nenkin/img/arrow_btn.png) no-repeat left top/contain;
  width: 16px;
  height: 20px;
}
@media screen and (max-width: 460px) {
  #nenkin .seminar-btn .arrow {
    width: 10px;
    height: 15px;
  }
}
#nenkin .seminar-badge {
  width: 110px;
  height: 110px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  text-align: center;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  border: 3px solid #FF7F6B;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 10px 0 0;
}
@media screen and (max-width: 640px) {
  #nenkin .seminar-badge {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 460px) {
  #nenkin .seminar-badge {
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
}
#nenkin .seminar-badge p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #FF7F6B;
}
@media screen and (max-width: 640px) {
  #nenkin .seminar-badge p {
    font-size: 14px;
  }
}
#nenkin .seminar-badge span {
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  #nenkin .seminar-badge span {
    font-size: 18px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.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;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  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__wrapper .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider__wrapper .slider__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider__wrapper .slider__list .slick-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider__wrapper .slider__list .slide__item {
  margin: 0 20px;
}
.slider__wrapper .slick__arrows .slick__arr {
  position: absolute;
  top: -13%;
  bottom: 0;
  margin: auto !important;
  width: 50px;
  height: 50px;
  background: #336CAD;
  border-radius: 9999px;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .slider__wrapper .slick__arrows .slick__arr {
    top: -30%;
  }
}
@media screen and (max-width: 560px) {
  .slider__wrapper .slick__arrows .slick__arr {
    top: 0;
  }
}
.slider__wrapper .slick__arrows .slick__arr::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider__wrapper .slick__arrows .slick__arr:hover {
  opacity: 0.8;
}
.slider__wrapper .slick__arrows .slick__arr--prev {
  left: 0;
}
.slider__wrapper .slick__arrows .slick__arr--next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-dots {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 10px;
  border: unset;
  height: 10px;
  display: block;
  background: #fff;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */