@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: 70%;
  transform: translate(-50%, -45%);
}
.l-lower-title-area h1 .large .wrap .img.w02 {
  width: 75%;
  transform: translate(-50%, -45%);
}
.l-lower-title-area h1 .large .wrap .img.w03 {
  width: 70%;
  transform: translate(-55%, -45%);
}
.l-lower-title-area h1 .large .wrap .img.w04 {
  width: 90%;
  transform: translate(-40%, -45%);
}

/*================================================  ================================================*/
.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 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .m-media-lead .lead-txt-wrap div.nintei-logo {
    width: 53px;
    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(102 / 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-tips div.tips-cont {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #fff;
  box-sizing: border-box;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont {
    border-radius: 10px;
  }
}
section.sec-tips div.tips-cont {
  padding: calc(90 / 750 * 100vw) calc(65 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont {
    padding: 55px 55px 65px 55px;
  }
}
section.sec-tips div.tips-cont ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px var(--color-light-gray);
  padding: calc(80 / 750 * 100vw) 0;
}
section.sec-tips div.tips-cont ul li:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li:nth-of-type(1) {
    padding: 0 0 55px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li:nth-of-type(2) {
    padding: 55px 0;
  }
}
section.sec-tips div.tips-cont ul li:nth-of-type(3) {
  border: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li:nth-of-type(3) {
    padding: 55px 0 0;
  }
}
section.sec-tips div.tips-cont ul li p.number-txt {
  color: var(--color-chubase-red);
  font-size: calc(22 / 750 * 100vw);
  font-weight: 600;
  font-family: var(--font-montserrat);
  line-height: 1.2em;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li p.number-txt {
    font-size: clamp(10px, 13 / 1366 * 100vw, 1000px);
    margin-bottom: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li div.txt-wrap {
    width: 59%;
  }
}
section.sec-tips div.tips-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-tips div.tips-cont ul li h3 {
    font-size: clamp(17px, 26 / 1366 * 100vw, 1000px);
    line-height: 1.46em;
  }
}
section.sec-tips div.tips-cont ul li p.tips-body-txt {
  text-align: justify;
  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-tips div.tips-cont ul li p.tips-body-txt {
    text-align: left;
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}
section.sec-tips div.tips-cont ul li p.tips-body-txt .red {
  color: var(--color-red02);
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li p.tips-body-txt span.inline-block {
    display: inline-block;
  }
}
section.sec-tips div.tips-cont ul li p.tips-note {
  color: var(--color-sub-txt-v02);
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li p.tips-note {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
section.sec-tips div.tips-cont ul li div.img-wrap {
  overflow: hidden;
  isolation: isolate;
  width: 80%;
  border-radius: calc(5 / 750 * 100vw);
  margin-top: calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li div.img-wrap {
    width: 29%;
    border-radius: 5px;
    margin-top: 0;
  }
}
section.sec-tips div.tips-cont ul li div.guarantee-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li div.guarantee-wrap {
    margin-top: 45px;
  }
}
section.sec-tips div.tips-cont ul li div.guarantee-wrap p {
  display: inline-block;
  line-height: 1.2em;
  margin-right: 1.4em;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li div.guarantee-wrap p {
    font-size: 15px;
  }
}
section.sec-tips div.tips-cont ul li div.guarantee-wrap p .icon {
  display: inline-block;
  margin-right: 0em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-tips div.tips-cont ul li div.guarantee-wrap p .icon {
    width: 1.1em;
  }
}
section.sec-tips div.tips-cont ul li div.guarantee-wrap p .icon.heart {
  width: 1.4em;
}
section.sec-tips div.tips-cont ul li div.guarantee-wrap p .icon.map {
  transform: translate(0, -0.1em);
}

section.sec-flow div.flow-cont {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #fff;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-flow div.flow-cont {
    border-radius: 10px;
  }
}
section.sec-flow div.flow-cont {
  padding: calc(90 / 750 * 100vw) calc(65 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-flow div.flow-cont {
    padding: calc(79 / 1366 * 100vw) 37px;
  }
}
section.sec-flow div.flow-cont p {
  color: var(--color-sub-txt-v02);
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  margin-top: calc(70 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-flow div.flow-cont p {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
    margin-top: calc(55 / 1366 * 100vw);
  }
}

section.sec-document ul {
  margin-top: calc(80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-document ul {
    margin-top: 0;
  }
}
section.sec-document ul li {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #fff;
  box-sizing: border-box;
  margin-bottom: 1.4%;
  border-radius: calc(10 / 750 * 100vw);
  padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.sec-document ul li {
    border-radius: 10px;
    padding: 7% 0;
    margin-bottom: 0;
    transition: all 0.2s;
    padding: calc(50 / 1366 * 100vw) calc(38 / 1366 * 100vw);
    margin-bottom: 8px;
  }
}
section.sec-document ul li div.document-img {
  width: 29.6%;
}
@media screen and (min-width: 768px) {
  section.sec-document ul li div.document-img {
    width: 18%;
  }
}
section.sec-document ul li dl {
  width: 64%;
}
@media screen and (min-width: 768px) {
  section.sec-document ul li dl {
    width: 75%;
  }
}
section.sec-document ul li dl dt {
  font-weight: 500;
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-document ul li dl dt {
    font-size: max(10px, 22 / 1366 * 100vw);
  }
}
section.sec-document ul li dl dd {
  color: var(--color-sub-txt-v02);
  margin-top: 0.6em;
  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-document ul li dl dd {
    margin-top: 1em;
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    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;
}

@media screen and (min-width: 1000px) {
  .modaal-wrapper, .modaal-overlay {
    width: calc(100% - 180px);
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .modaal-wrapper, .modaal-overlay {
    width: calc(100% - 225px);
  }
}

div.modaal-inner-wrapper {
  padding: 0;
}

.modaal-overlay {
  background-color: #dbdfe2 !important;
}

.modaal-container {
  background: none;
  max-width: none;
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .modaal-container {
    width: 90%;
  }
}

.modaal-content {
  background-color: var(--color-main);
  border-radius: calc(15 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .modaal-content {
    border-radius: 10px;
    box-shadow: 6px 12px 15.8px rgba(0, 0, 0, 0.1);
  }
}
.modaal-content .modaal-content-container {
  padding: 0 calc(11 / 750 * 100vw) calc(11 / 750 * 100vw) calc(11 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .modaal-content .modaal-content-container {
    padding: 0 10px 10px 10px;
  }
}
.modaal-content .name-txt {
  color: #fff;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 500;
  padding: calc(48 / 750 * 100vw) 0 calc(48 / 750 * 100vw) calc(45 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .modaal-content .name-txt {
    font-size: calc(22 / 1366 * 100vw);
    padding: 2em 0 2em calc(55 / 1366 * 100vw);
  }
}
.modaal-content .modal-inner {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.4%;
       column-gap: 4.4%;
  border-radius: calc(10 / 750 * 100vw);
  padding: calc(30 / 750 * 100vw) calc(47 / 750 * 100vw) calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .modaal-content .modal-inner {
    padding: 2vw 0 2vw 5%;
    border-radius: 10px;
  }
}
.modaal-content .modal-inner.modal-inner06, .modaal-content .modal-inner.modal-inner10 {
  padding: calc(40 / 750 * 100vw) calc(47 / 750 * 100vw) calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .modaal-content .modal-inner.modal-inner06, .modaal-content .modal-inner.modal-inner10 {
    padding: 2vw 0 2vw 5%;
  }
}
.modaal-content .modal-inner.modal-inner06 .icon, .modaal-content .modal-inner.modal-inner10 .icon {
  width: calc(230 / 750 * 100vw);
  margin: 0 auto 4vw;
}
@media screen and (min-width: 768px) {
  .modaal-content .modal-inner.modal-inner06 .icon, .modaal-content .modal-inner.modal-inner10 .icon {
    width: 22%;
    margin: 0;
  }
}
.modaal-content .modal-inner .icon {
  width: calc(260 / 750 * 100vw);
  margin: 0 auto 2vw;
}
@media screen and (min-width: 768px) {
  .modaal-content .modal-inner .icon {
    width: 22%;
    margin: 0;
  }
}
.modaal-content .modal-inner p {
  font-weight: 400;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .modaal-content .modal-inner p {
    width: 67%;
    margin: 0;
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}

.modaal-close {
  position: absolute;
  top: 8.4vw;
  right: 7vw;
  width: calc(30 / 750 * 100vw);
  height: calc(30 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .modaal-close {
    width: calc(25 / 1366 * 100vw);
    height: calc(25 / 1366 * 100vw);
    top: 3.9vw;
    right: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .modaal-close {
    width: calc(20 / 1366 * 100vw);
    height: calc(20 / 1366 * 100vw);
    top: 3.6vw;
  }
}
@media screen and (min-width: 1280px) {
  .modaal-close {
    top: 3.4vw;
  }
}
.modaal-close:hover {
  background: none;
}
.modaal-close:hover::before, .modaal-close:hover::after {
  background-color: var(--color-used);
}
.modaal-close::before, .modaal-close::after {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
}
.modaal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modaal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=guide.css.map */