@charset "utf-8";
.plan_mv sp {
  padding: 26px 0 0 0;
}
#plan h2 {
  padding: 140px 0 110px 0;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #plan h2 {
    padding: 50px 0 80px 0;
  }
}
#plan .plan_menu_box {
  width: min(90%, 950px);
  margin: 0 auto;
}
#plan .plan_menu {
  border-top: 1px solid #d8d7d7;
}
#plan ul.plan_menu {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 490px) {
  #plan ul.plan_menu {
    flex-wrap: wrap;
  }
}
#plan ul.plan_menu li {
  letter-spacing: 0.2rem;
  font-size: 15px;
  transform: translateY(2em);
  animation: textanimation 1s forwards;
  line-height: 2.5em;
  position: relative;
}
@media screen and (max-width: 640px) {
  #plan ul.plan_menu li {
    width: 50%;
  }
}
@media screen and (max-width: 490px) {
  #plan ul.plan_menu li {
    width: 50%;
    margin-bottom: 70px;
  }
}
#plan ul.plan_menu li::after {
  position: absolute;
  content: "●";
  font-size: 5px;
  display: block;
  color: #3fa5b1;
  left: 50%;
}
#plan ul.plan_menu li:hover::after {
  color: #58ccc2;
}
#plan ul.plan_menu li a {
  text-align: center;
  display: block;
  color: #000;
  padding: 0 15px;
  transition: background-color 0.3s ease, color 0.5s ease-in; /* 複数の指定 */
}
@media screen and (max-width: 640px) {
  #plan ul.plan_menu li a {
    padding: 0 5px;
  }
}
#plan ul.plan_menu li a span {
  display: block;
}
#plan ul.plan_menu li a:hover {
  color: #f3f2f0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝plan＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#plan .introduction {
  margin: 200px auto 0;
  width: min(90%, 950px);
}
@media screen and (max-width: 640px) {
  #plan .introduction {
    margin: 150px auto 0;
  }
}
#plan .plan_box p.intro {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  #plan .plan_box p.intro {
    font-size: 3vw;
    width: 90%;
    margin: 0 auto;
    line-height: 2em;
  }
}
#plan .introduction .paln_photo {
  width: 100%;
  margin: 100px auto 0;
}
#plan .paln_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 640px) {
  #plan .paln_wrap {
    display: block;
    margin-top: 55px;
  }
}
#plan .paln_wrap .plan_amount {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #b38108;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #plan .paln_wrap .plan_amount {
    font-size: 5.5vw;
    margin-top: 65px;
  }
}
#plan .paln_wrap .plan_amount span {
  font-size: 50%;
}
#plan ul.attention {
  margin-top: 65px;
  color: #be300a;
  font-size: 15px;
}
#plan ul.attention li {
  text-indent: -1.8em;
  padding-left: 1em;
}
#plan ul.campaign {
  display: flex;
  gap: 0 20px;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #plan ul.campaign {
    display: block;
    gap: 0;
    width: 100%;
  }
}
#plan ul.campaign li {
  padding: 20px 0;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 18px;
  border-radius: 10px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #plan ul.campaign li {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  #plan ul.campaign li {
    font-size: 3vw;
    margin-top: 20px;
  }
}
#plan ul.campaign li:first-child {
  background-color: #d9b2ba;
}
#plan ul.campaign li:last-child {
  background-color: #a8cfb8;
}
#plan h4.other {
  font-size: 33px;
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  #plan h4.other {
    font-size: 27px;
    margin-top: 130px;
  }
}
#plan .plan_photo {
  margin: 50px auto;
  width: 100%;
}
#plan .plan_photo img {
  width: 100%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝plan＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#plan .flow h2 {
  padding: 140px 0 0 0;
  font-size: 30px;
  text-align: center;
}
#plan .flow {
  margin: 0 auto 0;
  width: min(90%, 930px);
}
#plan .flow_cont {
  margin-top: 170px;
  width: 100%;
}
#plan .flow h2 {
  font-size: 41px;
  text-align: center;
}
#plan .flow h2 span {
  display: block;
  font-size: 16px;
}
#plan .flow .scroll-border {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #plan .flow .scroll-border {
    height: 135px;
  }
}
#plan .flow .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #cac8c8;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
#plan .flow .flow_box {
  border: 1px solid #bebebe;
  padding: 65px 55px;
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #plan .flow .flow_box {
    padding: 50px 30px;
    gap: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  #plan .flow .flow_box .flow_box_tit {}
  #plan .flow .flow_box .flow_box_tit img {}
}
#plan .flow .flow_box .flow_box_cont {}
#plan .flow .flow_box .flow_box_cont h3 {
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  #plan .flow .flow_box .flow_box_cont h3 {
    font-size: 4vw;
  }
}
#plan .flow .flow_box .flow_box_cont .flow_txt {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2.3em;
}
@media screen and (max-width: 640px) {
  #plan .flow .flow_box .flow_box_cont .flow_txt {
    font-size: 2.5vw;
  }
}
#plan .flow .flow_box .flow_box_cont .flow_btn {
  margin: 50px 0 0 auto;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 640px) {
  #plan .flow .flow_box .flow_box_cont .flow_btn .btn {
    font-size: 2.8vw;
    width: 100%;
    margin: 0;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝option＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#plan .option {
  margin: 0 auto 0;
  width: min(90%, 930px);
}
#plan .option_cont {
  margin-top: 170px;
  width: 100%;
}
#plan .option h2 {
  padding: 140px 0 0 0;
  font-size: 41px;
  text-align: center;
}
#plan .option h2 span {
  display: block;
  font-size: 16px;
}
#plan .option .scroll-border {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
#plan .option .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #cac8c8;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
#plan .option_up {
  background-color: #f3f2f0;
  padding: 90px 40px 70px;
}
#plan .option_wrap {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 959px) {
  #plan .option_box:first-of-type {
    margin-top: 0;
  }
  #plan .option_box {
    margin-top: 145px;
  }
  #plan .option_wrap {
    display: block;
  }
}
#plan .option_wrap .option_tit {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #plan .option_wrap .option_tit {
    text-align: left;
  }
}
#plan .option_wrap h3 {
  margin-top: 55px;
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 959px) {
  #plan .option_wrap h3 {
    text-align: left;
  }
}
#plan .option_wrap .option_photo {
  margin-top: 65px;
  text-align: center;
}
#plan .option_wrap .option_photo img {
  width: 100%;
}
#plan .option_wrap .option_txt {
  margin-top: 65px;
}
#plan .option_wrap .option_btn {
  margin-top: 50px;
}
#plan .option_wrap .option_btn .btn2 {
  margin: 0 auto;
}
#plan .option_wrap .option_amount {
  color: #b38108;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 30px;
  margin-top: 50px;
  text-align: center;
}
#plan .option_wrap .option_amount span {
  font-size: 50%;
  display: block;
}
@media screen and (max-width: 959px) {
  #plan .container_order {
    display: flex;
    flex-direction: column-reverse;
  }
}
#plan .option_detail {
  margin-top: 80px;
}
#plan .option_up .btn_rectangle {
  background-color: #fff;
  display: block;
  height: 58px;
  line-height: 58px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: .3s;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #plan .option_up .btn_rectangle {
    font-size: 17px;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
  }
}
#plan .option_up .btn_rectangle:hover {
  background-color: #f3f2f0;
}
#plan .option_up .triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffc000;
}
#plan .option_up a.btn_rectangle:hover .triangle {
  border-bottom: 10px solid #f3f2f0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝option＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#plan .option2 {
  margin: 0 auto 0;
  width: min(90%, 930px);
}
#plan .option2_cont {
  margin-top: 170px;
  width: 100%;
}
#plan .option2 h2 {
  padding: 140px 0 0 0;
  font-size: 41px;
  text-align: center;
}
#plan .option2 h2 span {
  display: block;
  font-size: 16px;
}
#plan .option2 .scroll-border {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
#plan .option2 .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #cac8c8;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
#plan .option2_up {
  background-color: #f3f2f0;
  padding: 90px 40px 70px;
}
#plan .option2_box {
  margin-top: 140px;
}
#plan .option2_box:first-of-type {
  margin-top: 0;
}
#plan .option2_up .option2_tit {}
#plan .option2_up h3 {
  margin-top: 30px;
  font-size: 25px;
}
#plan .option2_up .option2_txt {
  margin-top: 70px;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  #plan .option2_up .option2_txt {
    margin-top: 50px;
  }
}
#plan .option2_grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 35px;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
}
#plan .option2_grid1 .grid1-1 {
  grid-area: 1 / 1 / 2 / 2;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid1 .grid1-1 {
    order: 1;
  }
}
#plan .option2_grid1 .grid1-2 {
  grid-area: 2 / 1 / 3 / 2;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid1 .grid1-2 {
    order: 3;
  }
}
#plan .option2_grid1 .grid1-3 {
  grid-area: 1 / 2 / 3 / 3;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid1 .grid1-3 {
    order: 2;
    width: 100%;
    margin-top: 75px;
  }
}
#plan .option2_grid1 .grid1-4 {
  grid-area: 3 / 1 / 4 / 3;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid1 .grid1-4 {
    order: 4;
    width: 100%;
  }
}
#plan .option2_grid1 .grid1-3 img {
  width: 100%;
}
#plan .option2_grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 35px;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
}
#plan .option2_grid2 .grid2-1 {
  grid-area: 1 / 1 / 2 / 2;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid2 .grid2-1 {
    order: 1;
  }
}
#plan .option2_grid2 .grid2-2 {
  grid-area: 2 / 1 / 3 / 2;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid2 .grid2-2 {
    order: 3;
  }
}
#plan .option2_grid2 .grid2-3 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid2 .grid2-3 {
    order: 4;
    width: 100%;
  }
}
#plan .option2_grid2 .grid2-4 {
  grid-area: 1 / 2 / 4 / 3;
}
@media screen and (max-width: 640px) {
  #plan .option2_grid2 .grid2-4 {
    order: 2;
    width: 100%;
	  margin-top: 70px;
  }
}
#plan .option2_grid2 .grid2-4 img {
  width: 100%;
}
#plan .option2_detail {
  margin-top: 60px;
}
#plan .option2_up .btn_rectangle {
  background-color: #fff;
  display: block;
  height: 58px;
  line-height: 58px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: .3s;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #plan .option2_up .btn_rectangle {
    font-size: 17px;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
  }
}
#plan .option2_up .btn_rectangle:hover {
  background-color: #f3f2f0;
}
#plan .option2_up .triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffc000;
}
#plan .option2_up a.btn_rectangle:hover .triangle {
  border-bottom: 10px solid #f3f2f0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝contents＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#plan .contents {
  margin: 0 auto 0;
  width: min(90%, 930px);
}
#plan .contents_cont {
  margin-top: 170px;
  width: 100%;
}
#plan .contents h2 {
  padding: 140px 0 0 0;
  font-size: 41px;
  text-align: center;
}
#plan .contents h2 span {
  display: block;
  font-size: 16px;
}
#plan .contents .scroll-border {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
#plan .contents .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #cac8c8;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
#plan .contents_box {
  border: 1px solid #cac8c8;
  padding: 120px 115px;
}
@media screen and (max-width: 640px) {
  #plan .contents_box {
    padding: 75px 45px;
  }
}
#plan .contents_box dl {
  display: flex;
  font-size: 20px;
  margin-bottom: 75px;
}
@media screen and (max-width: 640px) {
  #plan .contents_box dl {
    display: block;
    font-size: 3.8vw;
  }
}
#plan .contents_box dl:last-of-type {
  margin-bottom: 0;
}
#plan .contents_box dt {
  white-space: nowrap;
}
#plan .contents_box dt::before {
  content: '▼';
  transform: rotate(-0.25turn);
  color: #ffc000;
  display: inline-block;
  margin-right: 20px;
}
#plan .contents_box dd {
  margin-left: 3em;
  line-height: 2em
}
@media screen and (max-width: 640px) {
  #plan .contents_box dd {
    margin-left: 0;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝qa＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#plan .qa {
  margin: 0 auto 0;
  width: min(90%, 930px);
}
#plan .qa_cont {
  margin-top: 170px;
  width: 100%;
}
#plan .qa h2 {
  padding: 140px 0 0 0;
  font-size: 41px;
  text-align: center;
}
#plan .qa h2 span {
  display: block;
  font-size: 16px;
}
#plan .qa .scroll-border {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
#plan .qa .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #cac8c8;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
#plan .qa_box {
  background-color: #f3f2f0;
}
@media screen and (max-width: 640px) {
  #plan .qa_box {
    padding: 55px 20px;
  }
}
#plan .accordion {
  padding: 55px 20px;
}
@media screen and (max-width: 640px) {
  #plan .accordion {
    padding: 0;
  }
}
#plan .toggle {
  display: none;
}
#plan .faq {
  position: relative;
  margin-bottom: 1rem;
}
#plan .faq:last-of-type {
  margin-bottom: 0;
}
#plan .question, #plan .anser {
  transform: translateZ(0);
  transition: all 0.3s;
}
#plan .question {
  padding: 1rem 50px 1rem 1rem;
  display: block;
  background-color: #fff;
  text-indent: -2.8em;
  padding-left: 3.7em;
}
#plan .question span, #plan .anser span {
  font-family: "sofia-pro", "Arial", "Helvetica", "sans-serif";
  font-size: 160%;
  padding-right: 1rem;
  line-height: 0;
}
#plan .question:after, #plan .question:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 1.2rem;
  background-color: #6f6f6f;
  transition: all 0.3s;
}
#plan .question:after {
  transform: rotate(90deg);
}
#plan .anser {
  max-height: 0;
  overflow: hidden;
}
#plan .anser div {
  margin: 0;
  padding: 2rem 1rem 2rem;
  line-height: 1.8;
}
#plan .toggle:checked + .question + .anser {
  max-height: 500px;
  transition: all 1.5s;
}
#plan .toggle:checked + .question:before {
  transform: rotate(90deg) !important;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝記事＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.article {
  margin: 100px auto 0;
  width: min(90%, 930px);
  border-top: 1px solid #cac8c8;
  padding: 120px 0;
  font-size: 19px;
}
.article .tit_sub {
  font-size: 17px;
}
.article h3 {
  margin-top: 2em;
  font-size: 25px;
}
.article .youtube {
  margin: 35px auto 0;
  width: 100%;
  aspect-ratio: 16/9;
}
.article .article_img01 {
  margin: 50px 0 0;
}
.article .article_img01 img {
  width: 100%;
}
.article .article_img02 {
  margin: 50px auto 0;
  text-align: center;
}
.article .article_img02 img {
  width: 80%;
}
@media screen and (max-width: 640px) {
  .article .article_img02 img {
    width: 100%;
  }
}