@charset "UTF-8";
:root {
  /*===================== Color =====================*/
  --color-toyopet: #005952;
  --color-hac-base: #005952;
  --color-chubase-red: #F40013;
  --color-hac-base: #0F5E75;
  --color-kinto: #20A5C0;
  --color-main: #1F1F1F;
  --color-light-blue: #44A0BE;
  --color-blue: #178BD2;
  --color-red: #DB0011;
  --color-red02: #E54956;
  --color-pink: #EB6B76;
  --color-orange: #F28212;
  --color-gold: #B18B31;
  --color-light-gray: #C8C8C8;
  --color-white-blue: #E1ECEF;
  --color-gray: #DEE4E8;
  --color-blue-gray-light: rgba(235, 241, 245, 0.9);
  --color-blue-gray: #8E9FA4;
  --color-used: #EC1223;
  --color-light-green: #46B41E;
  --color-dark-green: #3A4246;
  --color-green: #00A941;
  --color-green02: #46B196;
  --color-green03: #00CDA4;
  --color-02: #556168;
  --color-03: #2970C0;
  --color-navy: #38405C;
  --color-sub-txt: #818181;
  --color-sub-txt-v02: #6F6F6F;
  --color-sub: #9D9D9D;
  --color-sub-line05: #d6d6d6;
  /*表*/
  --color-table: #494949;
  /*Table*/
  --color-table-bg: #F2F2F2;
  --color-table-menu: #79888D;
  /*===================== Gradient =====================*/
  --gradient-green-blue: linear-gradient(90deg,#78B50F 1%,#69D04D 35%,#38B5CE 72%,#3C64A1 100%);
  --gradient-red-yellow: linear-gradient(90deg,#F05353,#E7B500);
  /*===================== Font =====================*/
  --font-montserrat: "Montserrat", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-bungee: "Bungee", sans-serif;
  /*===================== CONT radius =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*================================= 見出し =================================*/
/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*======================= PCLG-VW =======================*/
/*================================= マウスオーバー =================================*/
/*================================= コンテンツ 角丸 =================================*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flipcard01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flipcard02 {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*================================= メニュー左寄せ =================================*/
.l-lower-title-area h1 .large .wrap .img.w01 {
  width: 100%;
  transform: translate(-55%, -50%);
}
.l-lower-title-area h1 .large .wrap .img.w02 {
  width: 78%;
  transform: translate(-50%, -50%);
}
.l-lower-title-area h1 .large .wrap .img.w03 {
  width: 65%;
  transform: translate(-50%, -50%);
}
.l-lower-title-area h1 .large .wrap .img.w04 {
  width: 83%;
  transform: translate(-50%, -55%);
}

/*================================================  ================================================*/
.l-lower-cont-area {
  padding-bottom: calc(110 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-lower-cont-area {
    padding-bottom: calc(120 / 1366 * 100vw);
  }
}

.m-media-lead .lead-txt-wrap div.nintei-logo {
  width: calc(87 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) 0 0 auto;
}
@media screen and (min-width: 768px) {
  .m-media-lead .lead-txt-wrap div.nintei-logo {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(53 / 1366 * 100vw);
    top: 20px;
    right: 20px;
  }
}

.l-lower-sticky-area {
  margin-top: calc(120 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-lower-sticky-area {
    margin-top: calc(128 / 1366 * 100vw);
    margin-bottom: calc(70 / 1366 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .l-lower-sticky-area div.sticky-left-box nav li a:hover {
    color: var(--color-used);
  }
}
.l-lower-sticky-area div.sticky-left-box nav li a::after {
  background-color: var(--color-used);
}

section.sec-mind div.mind-cont {
  background: #fff;
  box-sizing: border-box;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont {
    border-radius: 10px;
  }
}
section.sec-mind div.mind-cont {
  padding: calc(90 / 750 * 100vw) calc(65 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont {
    padding: 55px 55px 65px 55px;
  }
}
section.sec-mind div.mind-cont ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px var(--color-light-gray);
  padding: calc(70 / 750 * 100vw) 0;
}
section.sec-mind div.mind-cont ul li:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li:nth-of-type(1) {
    padding: 0 0 calc(55 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li:nth-of-type(2) {
    padding: calc(55 / 1366 * 100vw) 0;
  }
}
section.sec-mind div.mind-cont ul li:nth-of-type(3) {
  border: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li:nth-of-type(3) {
    padding: calc(55 / 1366 * 100vw) 0 0;
  }
}
section.sec-mind div.mind-cont ul li p.number-txt {
  color: var(--color-chubase-red);
  font-weight: bold;
  font-family: var(--font-montserrat);
  line-height: 1.2em;
  font-size: calc(30 / 750 * 100vw);
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li p.number-txt {
    font-weight: 600;
    font-size: clamp(12px, 15 / 1366 * 100vw, 1000px);
    margin-bottom: 1.3em;
  }
}
section.sec-mind div.mind-cont ul li h3 {
  font-weight: bold;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.44em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li h3 {
    line-height: 1.46em;
    font-size: clamp(17px, 26 / 1366 * 100vw, 1000px);
  }
}
section.sec-mind div.mind-cont ul li h3 .small-txt {
  display: block;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 0.4em;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li h3 .small-txt {
    font-size: 0.53em;
  }
}
section.sec-mind div.mind-cont ul li p.mind-body-txt {
  color: var(--color-sub-txt-v02);
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.01em;
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li p.mind-body-txt {
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}
section.sec-mind div.mind-cont ul li p.mind-note {
  color: var(--color-sub-txt-v02);
  margin-top: 1em;
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li p.mind-note {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
section.sec-mind div.mind-cont ul li div.guarantee-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(65 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li div.guarantee-wrap {
    margin-top: calc(45 / 1366 * 100vw);
  }
}
section.sec-mind div.mind-cont ul li div.guarantee-wrap p {
  display: inline-block;
  line-height: 1.2em;
  margin-right: 1.4em;
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.8em;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li div.guarantee-wrap p {
    padding-left: 1.8em;
    font-size: clamp(10px, 15 / 1366 * 100vw, 1000px);
  }
}
section.sec-mind div.mind-cont ul li div.guarantee-wrap p .icon {
  display: inline-block;
  margin-right: 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1em;
  transform: translate(0, 0.1em);
}
@media screen and (min-width: 768px) {
  section.sec-mind div.mind-cont ul li div.guarantee-wrap p .icon {
    width: 1.4em;
    transform: translate(0, -0.1em);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-mind div.mind-cont ul li div.guarantee-wrap p .icon {
    transform: translate(0, 0.05em);
  }
}
section.sec-mind div.mind-cont ul li div.guarantee-wrap p .icon {
  /*&.heart{
      width: 1.2em;
      @include mq(pc) {
          width: 1.4em;
      }
  }
  &.map{
      transform: translate(0,-0.1em);
  }*/
}

section.sec-plus ul {
  margin-top: calc(80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plus ul {
    margin-top: 0;
  }
}
section.sec-plus ul li {
  background-color: #f4f5f6;
  border-radius: calc(10 / 750 * 100vw);
  margin-bottom: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plus ul li {
    border-radius: 10px;
    margin-bottom: 8px;
  }
}
section.sec-plus ul li .plus-ad-btm {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font-weight: 500;
  position: relative;
  font-size: calc(28 / 750 * 100vw);
  padding: calc(53 / 750 * 100vw) calc(45 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plus ul li .plus-ad-btm {
    font-size: clamp(10px, 22 / 1366 * 100vw, 1000px);
    padding: 2em 38px 2em 56px;
  }
}
section.sec-plus ul li .plus-ad-btm .plus {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 1em;
  height: 1em;
  transform: translate(0, -50%);
}
section.sec-plus ul li .plus-ad-btm .plus::after, section.sec-plus ul li .plus-ad-btm .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-main);
  transition: all 0.3s;
  border-radius: 50em;
}
section.sec-plus ul li .plus-ad-btm .plus::after {
  width: 100%;
  height: calc(2 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plus ul li .plus-ad-btm .plus::after {
    height: 2px;
  }
}
section.sec-plus ul li .plus-ad-btm .plus::before {
  width: calc(2 / 750 * 100vw);
  height: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-plus ul li .plus-ad-btm .plus::before {
    width: 2px;
  }
}
section.sec-plus ul li .plus-ad-btm.active .plus::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
section.sec-plus ul li div.plus-ad-box {
  padding-bottom: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plus ul li div.plus-ad-box {
    padding-bottom: 11px;
  }
}
section.sec-plus ul li div.plus-ad-box div.plus-ad-box-inner {
  background-color: #fff;
  color: var(--color-sub-txt-v02);
  margin: 0 calc(10 / 750 * 100vw);
  border-radius: calc(10 / 750 * 100vw);
  padding: calc(50 / 750 * 100vw) calc(35 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plus ul li div.plus-ad-box div.plus-ad-box-inner {
    border-radius: 5px;
    margin: 0 11px;
    padding: calc(35 / 1366 * 100vw) calc(45 / 1366 * 100vw);
  }
}
section.sec-plus ul li div.plus-ad-box p.plus-ad-txt {
  font-weight: 400;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  section.sec-plus ul li div.plus-ad-box p.plus-ad-txt {
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
    font-size: clamp(12px, 14 / 1366 * 100vw, 20px);
  }
}
section.sec-plus ul li div.plus-ad-box p.plus-ad-note {
  margin-top: 1.4em;
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  section.sec-plus ul li div.plus-ad-box p.plus-ad-note {
    margin-top: 1em;
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}

div.bk-bg-wrap {
  background-color: var(--color-main);
  box-sizing: border-box;
  padding: calc(90 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  div.bk-bg-wrap {
    padding: calc(120 / 1366 * 100vw) 56px 0;
  }
}
div.bk-bg-wrap a {
  margin-bottom: 0;
}/*# sourceMappingURL=nintei.css.map */