* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 940px) {
  html {
    font-size: 1.0638297872vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  min-width: 86.1%;
  -webkit-text-size-adjust: none;
}

body.active {
  height: 100%;
  overflow: hidden;
}

a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.75;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

dl, ul {
  list-style: none;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}
.c-inner {
  max-width: 94rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 1.5rem;
  }
}

.en {
  font-family: "Roboto", sans-serif;
}

.sec-mv {
  padding: 1rem 0 7rem;
  position: relative;
  width: 100%;
  background-color: #b22978;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-mv {
    padding: 2.5rem 0 9.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    transition: 0.3s all;
  }
}
.sec-mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sec-mv .c-inner {
  max-width: 98rem;
}
.sec-mv__logo {
  width: 15rem;
  margin: 0 auto;
}
.sec-mv__nav {
  margin-top: 2rem;
}
.sec-mv__nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-mv__nav_list_item_link {
  color: #fff;
  padding: 0 3rem;
  border-left: 0.1rem solid #fff;
  font-size: 2.1rem;
  font-weight: 700;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  line-height: 4rem;
}
.sec-mv__nav_list_item_link::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(45deg);
}
.sec-mv__nav_list_item:last-child .sec-mv__nav_list_item_link {
  border-right: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .sec-mv__nav {
    display: none;
  }
}
.sec-mv__nav_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-mv__nav_sp {
    display: block;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: 100svh;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .sec-mv__nav_sp.active {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .sec-mv__nav_sp_list {
    transform: translateY(-9rem);
    flex-direction: column;
  }
  .sec-mv__nav_sp_list_item_link {
    color: #b22978;
    padding: 2rem 0;
    border-left: none;
    border-top: 0.1rem solid #b22978;
    font-size: 1.8rem;
    display: block;
    line-height: 1;
    width: 23rem;
    text-align: center;
  }
  .sec-mv__nav_sp_list_item_link::after {
    display: none;
  }
  .sec-mv__nav_sp_list_item:last-child .sec-mv__nav_sp_list_item_link {
    border-right: none;
    border-bottom: 0.1rem solid #b22978;
  }
}
.sec-mv__main {
  margin-top: 2.5rem;
  text-align: center;
}
.sec-mv__main_head {
  margin: 0 auto;
  text-align: center;
}
.sec-mv__main_head p {
  margin-top: 1rem;
}
.sec-mv__main_lead {
  margin: 3.5rem auto 0;
  font-size: 3.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-mv__main_lead {
    font-size: 2rem;
  }
}
.sec-mv__main_lead_sub {
  margin-top: 2rem;
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-mv__main_lead_sub {
    font-size: 1.5rem;
  }
}
.sec-mv__main_lead a {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-mv__main_lead a {
    font-size: 2rem;
  }
}
.sec-mv__main a {
  color: #ffe100;
}
.sec-mv__scroll {
  position: absolute;
  bottom: -5.5rem;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .sec-mv__scroll {
    bottom: -7.5rem;
  }
}
.sec-mv__scroll_link {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  writing-mode: vertical-lr;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec-mv__scroll_link {
    font-size: 1.1rem;
  }
}
.sec-mv__scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.sec-mv__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  height: 4rem;
  background-color: #fff;
}
@keyframes circlemove {
  0% {
    bottom: 4rem;
  }
  100% {
    bottom: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.sec-mv__ham_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-mv__ham_wrap {
    display: block;
    position: absolute;
    width: 3rem;
    height: 2rem;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  .sec-mv__ham {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sec-mv__ham_line {
    width: 100%;
    height: 0.3rem;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
  }
  .sec-mv__ham_line:nth-child(1) {
    top: 0;
  }
  .sec-mv__ham_line:nth-child(2) {
    top: 0.8rem;
  }
  .sec-mv__ham_line:nth-child(3) {
    top: 1.6rem;
  }
  .sec-mv__ham.active .sec-mv__ham_line {
    background-color: #b22978;
  }
  .sec-mv__ham.active .sec-mv__ham_line:nth-child(1) {
    top: 0.9rem;
    transform: rotate(32deg);
  }
  .sec-mv__ham.active .sec-mv__ham_line:nth-child(2) {
    opacity: 0;
  }
  .sec-mv__ham.active .sec-mv__ham_line:nth-child(3) {
    top: 0.9rem;
    transform: rotate(-32deg);
  }
}

.sec-info {
  padding: 4rem 0;
}
.sec-info__num {
  max-width: 75rem;
  margin: 0 auto;
  border: 0.5rem solid #b22978;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-info__num {
    padding: 2rem 0;
  }
}
.sec-info__num_main {
  color: #b22978;
  font-weight: 700;
  font-size: 3.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-info__num_main {
    font-size: 3.3rem;
    line-height: 1.4411764706;
  }
}
.sec-info__num_max {
  margin: 2.5rem auto 0;
  text-align: center;
  border: 0.1rem solid #b22978;
  color: #b22978;
  line-height: 3.3rem;
  font-size: 2.1rem;
  font-weight: 700;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .sec-info__num_max {
    margin: 1rem auto 0;
  }
}
.sec-info__num_note {
  text-align: center;
  margin-top: 2rem;
  font-size: 2.1rem;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .sec-info__num_note {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.sec-info__contact {
  margin: 1rem auto 0;
  max-width: 75rem;
  background-color: #631f24;
  color: #fff;
  padding: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-info__contact {
    margin-top: 2.5rem;
    padding: 1.3rem 1rem;
  }
}
.sec-info__contact_text {
  border-bottom: 0.1rem solid;
  padding-bottom: 1rem;
  max-width: 65rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .sec-info__contact_text {
    line-height: 1.4761904762;
    font-size: 2.1rem;
  }
}
.sec-info__contact_detail {
  max-width: 65rem;
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-info__contact_detail {
    margin: 1.5rem auto 0;
    display: block;
  }
}
.sec-info__contact_detail_phone {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec-info__contact_detail_phone {
    font-size: 3.4rem;
  }
}
.sec-info__contact_detail_phone::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_phone.png);
}
@media screen and (max-width: 767px) {
  .sec-info__contact_detail_phone::before {
    width: 3rem;
    height: 3rem;
  }
}
.sec-info__contact_detail_hours {
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-info__contact_detail_hours {
    margin-top: 1rem;
  }
}

.sec-title {
  display: table;
  margin: 0 auto;
}

.sec-update {
  padding: 6rem 0;
  background-color: #f7eafa;
}
@media screen and (max-width: 767px) {
  .sec-update {
    padding: 4rem 0;
  }
}
.sec-update .sec-title {
  width: 13.2rem;
}
.sec-update__list {
  margin-top: 2.5rem;
}
.sec-update__list_item {
  display: flex;
  padding: 1rem 3rem;
  background-color: #fff;
  border-top: 0.1rem solid;
  column-gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec-update__list_item {
    flex-direction: column;
    padding: 1rem 1.5rem;
  }
}
.sec-update__list_item:last-child {
  border-bottom: 0.1rem solid;
}
.sec-update__list_item_date {
  line-height: 1.6;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .sec-update__list_item_date {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.sec-update__list_item_title {
  line-height: 1.6;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .sec-update__list_item_title {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

.sec-summary {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .sec-summary {
    padding: 4rem 0;
  }
}
.sec-summary .sec-title {
  width: 6.5rem;
}
.sec-summary__list {
  margin-top: 2.5rem;
}
.sec-summary__list_item {
  display: flex;
  column-gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec-summary__list_item {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }
}
.sec-summary__list_item + .sec-summary__list_item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-summary__list_item + .sec-summary__list_item {
    margin-top: 3rem;
  }
}
.sec-summary__list_item_head {
  font-weight: 700;
  font-size: 2rem;
  width: 11.5rem;
  flex-shrink: 0;
  line-height: 4.5rem;
  height: 4.5rem;
  color: #fff;
  text-align: center;
  background-color: #b22978;
  position: relative;
}
.sec-summary__list_item_head::after {
  content: "";
  display: block;
  position: absolute;
  right: -1.5rem;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 1.5rem;
  height: 4.5rem;
  background-color: #b22978;
}
@media screen and (max-width: 767px) {
  .sec-summary__list_item_head {
    width: 23rem;
    line-height: 1;
    height: 5.5rem;
    padding-top: 1.2rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  }
  .sec-summary__list_item_head::after {
    display: none;
  }
}
.sec-summary__list_item_desc_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.sec-summary__list_item_desc_text.margin-top {
  margin-top: 1.5rem;
}
.sec-summary__list_item_desc_small {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}
.sec-summary__list_item_desc_smalltext {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  line-height: 1.75;
}
.sec-summary__list_item_desc .colored_blue {
  color: #b22978;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-summary__list_item_desc .colored_blue {
    font-size: 2.2rem;
  }
}
.sec-summary__list_item_desc_inner {
  padding-left: 3rem;
}
.sec-summary__list_item_desc_inner_text {
  line-height: 1.75;
}
.sec-summary__list_item_desc_inner_text_link {
  display: inline-flex;
  color: #b22978;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: underline;
  align-items: center;
  text-indent: 0;
}
.sec-summary__list_item_desc_inner_text_link::after {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../img/icon_blank2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .sec-summary__list_item_desc_inner_text_link {
    font-size: 2.2rem;
  }
  .sec-summary__list_item_desc_inner_text_link::after {
    width: 1.9rem;
    height: 1.9rem;
  }
}

.sec-other {
  padding: 6rem 0;
  background-color: #fff1f2;
}
@media screen and (max-width: 767px) {
  .sec-other {
    padding: 4rem 0;
  }
}
.sec-other__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #f05a8b;
}
@media screen and (max-width: 767px) {
  .sec-other__title {
    line-height: 1.3333333333;
  }
}
.sec-other__link {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 79rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-other__link {
    gap: 1.5rem 0;
    flex-direction: column;
  }
}
.sec-other__link_item {
  height: 7rem;
  border-radius: 3.5rem;
  background-color: #f05a8b;
  color: #fff;
  width: 34.5rem;
  display: flex;
  align-items: center;
  padding: 0 1.3rem 0 2.5rem;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: 700;
}
.sec-other__link_item::after {
  content: "";
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-other__link_item.pdf::after {
  background-image: url(../img/icon_pdf.png);
}
.sec-other__link_item.video::after {
  background-image: url(../img/icon_video.png);
}

.sec-faq {
  padding: 6rem 0;
  background-color: #f7edfa;
}
@media screen and (max-width: 767px) {
  .sec-faq {
    padding: 4rem 0;
  }
}
.sec-faq .sec-title {
  width: 6.6rem;
}
.sec-faq__text {
  margin-top: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-faq__text {
    text-align: center;
  }
}
.sec-faq__link {
  margin-top: 2rem;
  display: flex;
  gap: 2rem 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-faq__link {
    gap: 2rem 0;
    flex-direction: column;
    align-items: center;
  }
}
.sec-faq__link_item {
  width: calc((100% - 3rem) / 3);
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 0 0.4rem 0 rgb(145, 145, 145);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-faq__link_item {
    width: 32rem;
  }
}
.sec-faq__link_item_head {
  text-align: center;
  font-size: 2rem;
  color: #b22978;
  font-weight: 700;
  padding: 4.5rem 0;
}
.sec-faq__link_item_more {
  text-align: center;
  font-size: 1.8rem;
  padding: 2.5rem 0;
  background-color: #dbaad1;
}

.sec-apply {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .sec-apply {
    padding: 4rem 0;
  }
}
.sec-apply .sec-title {
  width: 12.9rem;
}
.sec-apply__flow {
  margin-top: 3rem;
}
.sec-apply__flow_item {
  background-color: #b22978;
  text-align: center;
  color: #fff;
  line-height: 5rem;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.sec-apply__flow_item:not(:first-child)::after {
  display: block;
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 2rem;
  background-image: url(../img/icon_flow-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sec-apply__flow_item + .sec-apply__flow_item {
  margin-top: 4rem;
}
.sec-apply__flow_item_num {
  display: block;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffe100;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 3.8rem;
}
@media screen and (max-width: 767px) {
  .sec-apply__flow_item_num {
    display: none;
  }
}
.sec-apply__duration {
  margin-top: 3rem;
  background-color: #631f24;
  border-radius: 1rem;
  padding: 1rem;
}
.sec-apply__duration_text {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec-apply__duration_text {
    font-size: 1.8rem;
  }
}
.sec-apply__duration_text_colored {
  color: #ffe100;
  font-size: 2.6rem;
}
.sec-apply__link {
  margin: 5rem auto 0;
  width: 34.5rem;
  border-radius: 3.5rem;
  color: #fff;
  background-color: #f05a8b;
  display: flex;
  height: 7rem;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  font-weight: 700;
  font-size: 2rem;
}
.sec-apply__link::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/icon_blank.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec-footer__top {
  background-color: #631f24;
  padding: 6rem 0;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-footer__top {
    padding: 4rem 0;
  }
}
.sec-footer__top_title {
  font-size: 1.8rem;
}
.sec-footer__top_text01 {
  font-size: 2.1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-footer__top_text01 {
    font-size: 2rem;
  }
}
.sec-footer__top_text02 {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec-footer__top_text02 {
    margin-top: 1.5rem;
  }
}
.sec-footer__top_text02::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_phone.png);
}
.sec-footer__top_text03 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec-footer__top_text03 {
    margin-top: 1.5rem;
    line-height: 1.3;
  }
}
.sec-footer__top_link {
  font-weight: 700;
  font-size: 2rem;
  width: 32rem;
  background-color: #fff;
  color: #631f24;
  text-align: center;
  border-radius: 1.7rem;
  display: block;
  margin-top: 2rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .sec-footer__top_link {
    margin: 2rem auto 0;
  }
}
.sec-footer__copy {
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 4rem;
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-footer__copy {
    font-size: 1.4rem;
  }
}

.to-top {
  width: 5.1rem;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 4.6rem;
    bottom: 0;
    right: 0;
  }
}

.tentative {
  text-align: center;
  font-weight: 700;
  font-size: 2.7rem;
  margin-top: 3rem;
}

.tel-tentative {
  font-weight: 700;
  font-size: 2.3rem;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  color: #ffe100;
}
@media screen and (max-width: 767px) {
  .tel-tentative {
    line-height: 1.3;
    margin-top: 1rem;
  }
}

.tel-tentative-footer {
  margin-top: 1.5rem;
  color: #ffe100;
}
@media screen and (max-width: 767px) {
  .tel-tentative-footer {
    line-height: 1.3;
    margin-top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */