@charset "UTF-8";
.innner {
  max-width: 828px;
  margin: 0 auto;
}

.innner2, .cont {
  max-width: 480px;
  margin: 0 auto;
}

.innner3 {
  max-width: 414px;
  margin: 0 auto;
}

body {
  color: #231815;
  height: 100dvh;
}

.wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  flex: 1;
}

.cont {
  overflow: hidden;
}

.cont img {
  width: 100%;
}

small {
  display: block;
  letter-spacing: .04em;
  font-size: 1.1rem;
}

.flex, .flexC, .btn, #g-nav.panelactive, .footer_cvbtn ul, .flexW {
  display: flex;
  align-items: center;
}

.flexC, .btn, #g-nav.panelactive, .footer_cvbtn ul {
  justify-content: center;
}

.flexW {
  flex-wrap: wrap;
}

.btn {
  display: block;
  width: 280px;
  padding: 2.1rem 1.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 20px;
  color: white;
  text-align: center;
}

.btn.b_line {
  background: #000;
  box-shadow: 0px 3px 8px 0px #152623;
}

#header {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header h1 {
  width: 125px;
  height: 60px;
  display: flex;
  align-items: center;
}

#header h1 a {
  display: block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.active {
  display: block;
}

.hidden {
  display: none;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #939393;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 100%;
}

.modal-container .modal-content {
  border-radius: 20px;
  background: #fff;
  text-align: left;
  padding: 40px 20px;
  overflow: auto;
  max-height: 700px;
}

.modal-container .modal-content .modal-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #d8445d;
  cursor: pointer;
}

.plan_search-wrap {
  max-width: 460px;
  margin: 0 auto;
}

.plan_search {
  font-family: "Zen Maru Gothic", sans-serif;
}

.plan_search h2 {
  width: 164px;
  margin: 0 auto 3.7rem;
}

.plan_search .search-ttl {
  background: #d8445d;
  border-radius: 4px;
  text-align: center;
  padding: 1rem 3rem;
  color: #fff;
  margin-bottom: 4rem;
}

.plan_search .btn01::after {
  background: url(https://nijinomichishirube.com/img/plan_search/plan-btn_arrow.png) no-repeat center/100%;
}

.plan_search .search-btn01 {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 4px 0px #d8445d;
  color: #d8445d;
  font-size: 1.6rem;
  border-radius: 14px;
}

.plan_search .search-btn02 {
  display: flex;
  width: 250px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #939393;
  position: relative;
  color: #fff;
  margin: 3rem auto 0;
}

.plan_search .search-btn02::before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url(https://nijinomichishirube.com/img/plan_search/plansearch_arrow.png) no-repeat center/100%;
  position: absolute;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
}

.plan_search .select {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  padding: 22px 0;
}

.plan_search .contact-tel {
  text-align: center;
  color: #5f4532;
}

.plan_search .contact-tel .tel_annotation {
  font-size: 10px;
  line-height: 1.3;
  font-family: inherit;
  margin-bottom: 2rem;
}

.plan_search .contact-tel .tel_comment {
  margin-bottom: 2rem;
}

.plan_search .contact-tel .tel_hours {
  font-size: 1.1rem;
  color: #d8445d;
}

.plan_search-outside-flow {
  text-align: center;
}

.plan_search-outside-flow .outside-flow_txt {
  margin: 2rem 0 4rem;
}

.plan_search-outside-flow .outside-flow_txt p {
  line-height: 1.5;
  color: #5f4532;
}

.plan_search-outside-flow .outside-flow_txt p:not(:last-of-type) {
  margin-bottom: 2rem;
}

.plan_search-step01 .select {
  text-align: center;
  text-align-last: center;
}

.plan_search-step01 .select:not(:last-of-type) {
  margin-bottom: 2rem;
}

.plan_search-step01 .select:not(:first-of-type) {
  margin-bottom: 4rem;
}

.plan_search-step02 .flexC, .plan_search-step02 .btn, .plan_search-step02 #g-nav.panelactive, .plan_search-step02 .footer_cvbtn ul, .footer_cvbtn .plan_search-step02 ul {
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.plan_search-step02 .flexC .category, .plan_search-step02 .btn .category, .plan_search-step02 #g-nav.panelactive .category, .plan_search-step02 .footer_cvbtn ul .category, .footer_cvbtn .plan_search-step02 ul .category {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 1.5rem;
}

.plan_search-step02 .flexC .category img, .plan_search-step02 .btn .category img, .plan_search-step02 #g-nav.panelactive .category img, .plan_search-step02 .footer_cvbtn ul .category img, .footer_cvbtn .plan_search-step02 ul .category img {
  width: 77%;
}

.plan_search-step02 .flexC .category:has(input:checked), .plan_search-step02 .btn .category:has(input:checked), .plan_search-step02 #g-nav.panelactive .category:has(input:checked), .plan_search-step02 .footer_cvbtn ul .category:has(input:checked), .footer_cvbtn .plan_search-step02 ul .category:has(input:checked) {
  background-color: #fbecef;
}

.plan_search-step03 {
  text-align: center;
}

.plan_search-step03 .flexC, .plan_search-step03 .btn, .plan_search-step03 #g-nav.panelactive, .plan_search-step03 .footer_cvbtn ul, .footer_cvbtn .plan_search-step03 ul {
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.plan_search-step03 .flexC .size, .plan_search-step03 .btn .size, .plan_search-step03 #g-nav.panelactive .size, .plan_search-step03 .footer_cvbtn ul .size, .footer_cvbtn .plan_search-step03 ul .size {
  display: block;
  width: 130px;
  padding: 1.7rem 0;
  text-align: center;
}

.plan_search-step03 .flexC .size:has(input:checked), .plan_search-step03 .btn .size:has(input:checked), .plan_search-step03 #g-nav.panelactive .size:has(input:checked), .plan_search-step03 .footer_cvbtn ul .size:has(input:checked), .footer_cvbtn .plan_search-step03 ul .size:has(input:checked) {
  background-color: #fbecef;
}

.plan_search-step04 .plan-wrap {
  width: 250px;
  margin: 0 auto;
}

.plan_search-step04 .plan-wrap .plan {
  height: 80px;
  padding: 1rem 2rem;
}

.plan_search-step04 .plan-wrap .plan:not(:last-of-type) {
  margin-bottom: 2rem;
}

.plan_search-step04 .plan-wrap .plan:has(input:checked) {
  background-color: #fbecef;
}

.plan_search-step05 .chose-plan {
  color: #d8445d;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.plan_search-step05 .chose-plan .chose-flow {
  background: #fbecef;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

.plan_search-step05 .chose-plan .chose-flow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://nijinomichishirube.com/img/plan_search/plansearch-result-area_icon.png) no-repeat center/100%;
}

.plan_search-step05 .chose-plan .flexC, .plan_search-step05 .chose-plan .btn, .plan_search-step05 .chose-plan #g-nav.panelactive, .plan_search-step05 .chose-plan .footer_cvbtn ul, .footer_cvbtn .plan_search-step05 .chose-plan ul {
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.plan_search-step05 .chose-plan .flexC > div, .plan_search-step05 .chose-plan .btn > div, .plan_search-step05 .chose-plan #g-nav.panelactive > div, .plan_search-step05 .chose-plan .footer_cvbtn ul > div, .footer_cvbtn .plan_search-step05 .chose-plan ul > div {
  background: #fbecef;
  border-radius: 8px;
  width: calc(100% - 1rem / 3);
  padding: 1rem 1.2rem;
}

.plan_search-step05 .chose-plan .flexC > div img, .plan_search-step05 .chose-plan .btn > div img, .plan_search-step05 .chose-plan #g-nav.panelactive > div img, .plan_search-step05 .chose-plan .footer_cvbtn ul > div img, .footer_cvbtn .plan_search-step05 .chose-plan ul > div img {
  max-width: 80%;
}

.plan_search-step05 .chose-plan .flexC > div p, .plan_search-step05 .chose-plan .btn > div p, .plan_search-step05 .chose-plan #g-nav.panelactive > div p, .plan_search-step05 .chose-plan .footer_cvbtn ul > div p, .footer_cvbtn .plan_search-step05 .chose-plan ul > div p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.plan_search-step05 .chose-plan .chose-plan_price {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.plan_search-step05 .chose-plan .chose-plan_price span {
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0.5rem;
}

.flex, .flexC, .btn, #g-nav.panelactive, .footer_cvbtn ul, .flexW {
  display: flex;
  align-items: center;
}

.flexC, .btn, #g-nav.panelactive, .footer_cvbtn ul {
  justify-content: center;
}

.openbtn {
  outline: none;
  border: none;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  background: inherit;
  color: #003b51;
}

.openbtn span {
  display: inline-block;
  width: 18px;
  transition: all .4s;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 2px;
  border-radius: 2px;
  background: #003b51;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 21px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

.openbtn .button-txt {
  display: block;
  width: 100%;
  background: none;
  font-size: 10px;
  left: 50%;
  translate: -50% 0;
  bottom: 25px;
  font-weight: bold;
  color: #003b51;
}

.openbtn.active {
  background: none;
}

.openbtn.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-135deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(135deg);
}

.circle-bg {
  z-index: 9998;
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: scale(0);
  right: -50px;
  top: -50px;
  transition: all 0.6s;
  background: #fff;
}

.circle-bg.circleactive {
  transform: scale(50);
}

#g-nav {
  display: none;
}

#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

#g-nav .g-sub-title {
  display: block;
}

#g-nav span.g-sub-title {
  margin-top: -10px;
  font-size: 0.9rem;
}

#g-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#g-nav li {
  text-transform: uppercase;
  font-size: 1.15em;
  letter-spacing: 0.175em;
  text-align: right;
  margin-bottom: .4em;
}

#g-nav li a {
  color: #003b51;
  padding: .9em;
  display: block;
}

#header {
  position: relative;
  z-index: 999;
  background: #ffffff;
}

.box_txt {
  padding: 0 2rem;
}

.box_txt p {
  font-size: 1.25rem;
  line-height: 1.8;
}

.box_txt p:not(:last-child) {
  margin-bottom: 1.75em;
}

.box_txt em {
  color: #00ceee;
  font-weight: 500;
}

.icon {
  fill: #ffffff;
}

.mv {
  background: #00ceee;
  padding: 2rem 0 0;
}

.cv {
  padding-bottom: 3rem;
}

.cv .cv-btn-wrap {
  padding: 1rem 10% 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#benefit {
  padding: 5rem 0;
  background: #00ceee;
}

#benefit h2 {
  margin: 0 auto 3rem;
}

#benefit .benefit-inner {
  padding: 0 2.8rem;
}

#benefit .benefit-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

#benefit table {
  background: #ffffff;
  border-left: 1px solid #003b51;
  border-top: 1px solid #003b51;
  border-bottom: 1px solid #003b51;
  border-radius: 10px;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

#benefit table tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

#benefit table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

#benefit table tr:first-child th {
  background-color: #003b51;
  color: #ffffff;
}

#benefit table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

#benefit table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

#benefit th,
#benefit td {
  border-bottom: 1px dashed black;
  border-right: 1px solid black;
  padding: 1rem .5rem;
  font-weight: normal;
  text-align: center;
}

#benefit table tr:last-child th,
#benefit table tr:last-child td {
  border-bottom: none;
}

#benefit .table-fee {
  letter-spacing: 0;
  font-weight: bold;
}

#benefit .table-fee span {
  font-size: 1.1rem;
}

#benefit td .table-ok {
  width: 26px;
}

#benefit td .table-no {
  width: 22px;
}

#benefit td a {
  display: block;
  max-width: 55px;
  margin: auto;
}

#features {
  padding: 3rem 0 12rem;
}

#features h2 {
  margin-bottom: 3rem;
}

#features ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

#flow {
  position: relative;
  background-color: #00ceee;
  padding: 10rem 0 6rem;
}

@media (min-width: 400px) {
  #flow {
    padding-top: 13rem;
  }
}

#flow h2 {
  position: absolute;
  top: -63px;
  max-width: 480px;
}

#flow .flow-read_txt {
  font-size: 1.4rem;
  padding: 2rem 8% 3rem;
  line-height: 1.6;
}

#flow ol li,
#flow ol .flow5-inner {
  position: relative;
  max-width: 375px;
  margin: 0 auto;
}

#flow .ttl {
  position: absolute;
  z-index: 1;
}

#flow .ttl.ttl1 {
  width: 200px;
  left: 20px;
  top: 90px;
}

#flow .ttl.ttl2 {
  width: 207px;
  left: 20px;
  top: 90px;
}

#flow .ttl.ttl3 {
  width: 206px;
  left: 15px;
  top: 70px;
}

#flow .ttl.ttl4 {
  width: 206px;
  left: 15px;
  top: 70px;
}

#flow .ttl.ttl5 {
  width: 206px;
  left: 15px;
  top: 90px;
}

#flow .ttl.ttl6 {
  width: 180px;
  left: 15px;
  top: 90px;
}

#flow .txt {
  position: absolute;
  z-index: 1;
}

#flow .txt.txt1 {
  width: 335px;
  bottom: 55px;
  left: 20px;
}

#flow .txt.txt2 {
  width: 335px;
  bottom: 40px;
  left: 20px;
}

#flow .txt.txt3 {
  width: 335px;
  bottom: 23px;
  left: 15px;
}

#flow .txt.txt4 {
  width: 335px;
  bottom: 46px;
  left: 15px;
}

#flow .txt.txt5 {
  width: 335px;
  bottom: 22px;
  left: 15px;
}

#flow .txt.txt6 {
  width: 335px;
  bottom: 16px;
  left: 15px;
}

#area {
  padding: 2rem 0 5rem;
}

#area p {
  padding: 2rem 8%;
}

#area dl {
  padding: 2rem 8%;
}

#area dl div {
  border: #003b51 2px solid;
  margin-bottom: 1rem;
  border-radius: 10px;
}

#area dl div dt {
  border-radius: 8px;
  background-color: #003b51;
  color: #ffffff;
  position: relative;
}

#area dl div dt.bg02 {
  border-radius: 8px 8px 0 0;
}

#area dl div dt::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 17px;
}

#area dl div dt span {
  text-align: center;
  padding: 1.4rem 0;
  display: block;
  position: relative;
  /* タイトル横のプラスマーク縦線 */
  /* タイトル横のプラスマーク横線 */
}

#area dl div dt span::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 24px;
  width: 10px;
  height: 2px;
  background-color: #003b51;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

#area dl div dt span::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 24px;
  width: 10px;
  height: 2px;
  background-color: #003b51;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

#area dl div dt.bg02 span::before {
  transform: rotate(180deg);
}

#area dl div dt.bg02 span::after {
  opacity: 0;
}

#area dl div dd {
  padding: 2rem 0;
}

#area .free-area {
  padding: 0 8%;
}

#faq {
  background: #00ceee;
  padding-top: 5rem;
}

#faq h2 {
  margin-bottom: 2rem;
}

#faq dl {
  padding: 0 4% 6rem;
}

#faq dl div {
  border: #003b51 2px solid;
  margin-bottom: 1rem;
  border-radius: 10px;
  background-color: #ffffff;
}

#faq dl div dt {
  border-radius: 8px 8px 0 0;
  position: relative;
  padding: 1.4rem 5rem;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#faq dl div dt::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  left: 10px;
  width: 23px;
  height: 30px;
  background: url(../img/faq-q.svg) no-repeat center/100%;
  z-index: 2;
}

#faq dl div dt::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 24px;
  width: 14px;
  height: 9px;
  background: url(../img/faq-arrow.svg) no-repeat center/100%;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

#faq dl div dt.bg02 {
  border-bottom: #003b51 2px solid;
}

#faq dl div dt.bg02::after {
  transform: rotate(180deg);
}

#faq dl div dd {
  padding: 1.4rem 1.5rem 1.4rem 5rem;
  position: relative;
}

#faq dl div dd::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/faq-a.svg) no-repeat center/100%;
  position: absolute;
  left: 10px;
  top: 15px;
}

#faq dl div dd p {
  margin-bottom: 2rem;
  line-height: 1.6;
}

#faq dl div dd p:last-of-type {
  margin-bottom: 0;
}

#company {
  padding: 5rem 3rem 0;
}

#company h2 {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 4rem;
  color: #003b51;
  font-weight: bold;
}

#company dl dt {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

#company dl dd {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #999;
}

#company dl dd span {
  display: block;
  font-size: 1.1rem;
  margin-top: 1rem;
}

.footer_cvbtn ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer_cvbtn ul li a img {
  width: 100%;
}

.footer_cvbtn ul li:first-child {
  width: 60%;
}

.footer_cvbtn ul li:last-child {
  width: 40%;
}

.aco {
  cursor: pointer;
  position: relative;
}

#footer {
  padding: 0 0 13rem;
  text-align: center;
}

#footer small {
  font-size: 1.2rem;
}

.contact-footnav {
  text-align: center;
}

.footnav {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 565px;
  animation: slideUp 0.6s ease-out;
  transform: translateX(-50%);
}

.estimate-btn {
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

.estimate-btn .close-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid #003b51;
  border-radius: 50%;
  background-color: #ffffff;
  right: -10px;
  top: -14px;
}

.estimate-btn .close-btn::before, .estimate-btn .close-btn::after {
  content: "";
  width: 2px;
  height: 17px;
  border-radius: 1px;
  background: #003b51;
  position: absolute;
  top: 50%;
  left: 50%;
}

.estimate-btn .close-btn::before {
  translate: -50% -50%;
  transform: rotate(45deg);
}

.estimate-btn .close-btn::after {
  translate: -50% -50%;
  transform: rotate(-45deg);
}

.estimate-btn .btn02 {
  background: #e9361d;
  padding: .5rem 2rem;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
}
