@charset "utf-8";

html {
  scroll-behavior: smooth;
}

/* body {
  margin: 0;
  position: relative;
} */

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  /* font-weight: 500; */
}

p{
    text-align: justify;
}

.sp { display: none; }
@media screen and (max-width: 820px) {
  .sp { display: block; }
}

.flex-pc {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 820px) {
    .flex-pc {
        display: block;
    }
}

a {
    color: #222;
}

h3 {
    /* font-size: 3.6rem; */
    font-size: 2.25rem;
}

@media (max-width: 820px) {
    h3 {
      /* font-size: 3rem; */
      font-size: 1.875rem;
      }
}

/* TITLE BOX */

.title-box {
    border-top: 1px solid #EE1C2C;
    border-bottom: 1px solid #EE1C2C;
    width: 100%;
    text-align: center;
    background-color: #fff;
    position: relative;
    line-height: 2;
}

.title-box p {
    font-family: "Noto Serif JP", serif;
    background-color: #fff;
    color: #EE1C2C;
    position: absolute;
    /* padding: 0 1.25rem; */
    padding: 0 0.78125rem;
    top: -19px;
    left: 50%;
    transform: translate(-50%);
}

.title-box h3 {
    /* padding: 1.4rem 0; */
    padding: 0.875rem 0;
    font-weight: 700;
    /* font-size: 3.4rem; */
    font-size: 2.125rem;
}

@media (max-width: 820px) {
    .title-box h3 {
        /* font-size: 2.6rem; */
        font-size: 1.625rem;
    }
}

/* BTN */

.ent-log_btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 3.13rem; */
    gap: 1.95625rem;
    background-color: rgba(255, 238, 234, .898);;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 1.88rem 0; */
    padding: 1.175rem 0;
    z-index: 10;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 999;
}

@media screen and (max-width: 820px) {
    .ent-log_btn-box {
        display: none;
    }
}

.ent-log_btn-box.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.ent-log_btn-box .ent-btn {
    /* width: 25rem; */
    width: 15.625rem;
    /* height: 6rem; */
    height: 3.75rem;
    color: #fff;
    background: #EE1C2C;
    border-radius: 999px;
    border: 1px solid #EE1C2C;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    font-weight: 500;
}

.ent-log_btn-box .log-btn {
    /* width: 25rem; */
    width: 15.625rem;
    /* height: 6rem; */
    height: 3.75rem;
    color: #EE1C2C;
    background: #fff;
    border-radius: 999px;
    border: 1px solid #EE1C2C;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    font-weight: 500;
}

.schedule_btn-box {
    display: flex;
    /* gap: 1.88rem; */
    gap: 1.175rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 2.6rem; */
    gap: 1.625rem;
}

.schedule_btn-box a {
    /* height: 6rem; */
    height: 3.75rem;
    display: block;
    position: relative;
    border-radius: 999px;
    text-decoration: none;
    isolation: isolate;
    z-index: 1;
    /* width: calc((100% - 3rem) / 4); */
    width: calc((100% - 1.875rem) / 4);
    /* max-width: 20rem; */
    max-width: 12.5rem;
}

@media (max-width: 820px) {
  .schedule_btn-box {
      /* gap: 1.8rem .8rem; */
      gap: 1.125rem .5rem;
  }
  .schedule_btn-box a {
    max-width: none;
    /* width: calc((100% - .8rem) / 2); */
    width: calc((100% - .5rem) / 2);
    /* height: 4.5rem; */
    height: 2.8125rem;
  }
  .schedule_btn-box a::after {
      content: none!important;
  }
}

.schedule_btn-box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    z-index: 5;
}

.btn-content {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 999px;
    color: #EE1C2C;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 1.88rem; */
    padding: 0 1.175rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    transition: transform 0.2s ease-out;
}

.btn-content span, .btn-content img {
    position: relative;
    z-index: 15;
}

.schedule_btn-box a img {
    /* width: 1.25rem; */
    width: 0.78125rem;
    height: auto;
    margin-right: 0;
}

.schedule_btn-box a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: #CCCCCC;
    /* transform: translate(0.6rem, 0.6rem); */
    transform: translate(0.375rem, 0.375rem);
    z-index: 1;
}

.schedule_btn-box a:hover .btn-content {
  /* transform: translate(0.6rem, 0.6rem); */
  transform: translate(0.375rem, 0.375rem);
}

#voice .btn-qa {
    /* width: 32rem; */
    width: 16rem;
    /* height: 7rem; */
    height: 4.375rem;
    font-weight: 500;
    /* font-size: 2rem; */
    font-size: 1.25rem;
    background: #ccc;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    transition: .5s;
    /* margin-top: 6.6rem; */
    margin-top: 4.125rem;
}

@media (max-width: 820px) {
  #voice .btn-qa {
    /* margin-top: 14.3rem; */
    margin-top: 8.9375rem;
  }
}

#voice .btn-qa:hover {
    background: #222;
    color: #fff;
    transition: .5s;
}

.voide_btn-area {
  display: flex;
  justify-content: space-between;
  /* gap: 0.31rem; */
  gap: 0.19375rem;
  position: relative;
}

.voide_btn-area a {
    background-color: #EE1C2C;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: .5s;
}

.voide_btn-area a:hover {
    opacity: .5;
    transition: .5s;
}

.voide_btn-area a img {
    margin-left: auto;
    margin-right: auto;
    /* width: 15.6rem; */
    width: 9.75rem;
}

.voide_btn-area span {
  position: absolute;
  /* bottom: 5.16rem; */
  bottom: 3.44rem;
  left: 25%;
  transform: translate(-50%);
  color: #fff;
}

@media (max-width: 820px) {
   .voide_btn-area span {
      /* bottom: 4rem; */
      bottom: 2.5rem;
      /* font-size: 1.2rem; */
     font-size: 0.75rem;
      text-align: center;
  }
}

.voide_btn-area a img {
  margin-left: auto;
  margin-right: auto;
  /* width: 15.6rem; */
  width: 9.75rem;
}

@media (max-width: 820px) {
   .voide_btn-area a img {
    /* width: 8rem; */
    width: 5rem;
  }
}

.voide_btn-area a:last-child img {
  /* width: 19rem; */
  width: 11.875rem;
}

@media (max-width: 820px) {
   .voide_btn-area a:last-child img {
        /* width: 10rem; */
        width: 6.25rem;
    }
}

.bottom-btn_sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease;
  z-index: 999;
  background-color: #FFEEEA;
  padding: 10px;
  box-sizing: border-box;
}

.bottom-btn_sp.is-hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

@media (max-width: 820px) {
  .bottom-btn_sp {
    display: block;
  }
}

.bottom-btn_sp-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.bottom-btn_sp li{
  width: 100%;
  /* height: 4.3rem; */
  height: 2.6875rem;
  overflow: hidden;
}

.bottom-btn_sp li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.bottom-btn_sp-box .btn-entry_sp {
  background-color: #EE1C2C;
  border: 1px solid #EE1C2C;
  border-radius: 25px;
}

.bottom-btn_sp-box .btn-entry_sp a {
  color: #fff;
}

.bottom-btn_sp-box .btn-login_sp {
  background-color: #fff;
  border: 1px solid #EE1C2C;
  border-radius: 25px;
}

.bottom-btn_sp-box .btn-login_sp a {
  color: #EE1C2C;
}

/* TO TOP BTN */

.to-top-box {
  position: fixed;
  bottom: 10%;
  right: 2%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  z-index: 10;
}

.to-top-box.is-active {
  opacity: 1;
  visibility: visible;
}

.to-top {
  /* width: 3.13rem; */
  width: 1.95625rem;
  /* height: 3.13rem; */
  height: 1.95625rem;
  display: block;
  border: 1px solid #EE1C2C;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #EE1C2C;
  border-left: 1px solid #EE1C2C;
  transform: translate(-50%, -25%) rotate(45deg);
}

/* DISPLAY NONE */

.pc-none {
    display: none;
}

@media screen and (max-width: 820px) {
    .pc-none {
        display: block;
    }
}

@media screen and (max-width: 820px) {
    .sp-none {
        display: none;
    }
}