@charset "UTF-8";
.change-color.header_menu {
  padding: 15px 25px;
}

@media screen and (max-width: 550px) {
  .change-color.header_menu {
    padding: 10px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 888;
}

header .header_menu {
  padding: 25px;
  transition: ease 0.2s;
}

@media screen and (max-width: 768px) {
  header .header_menu {
    padding: 10px;
  }
}
header .header_menu {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

header .main_logo {
  display: flex;
}

@media screen and (max-width: 768px) {
  header .main_logo {
    width: 30%;
  }
}
header .main_logo .logo {
  width: 185px;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 768px) {
  header .main_logo .logo {
    width: 100%;
  padding: 0 30px 0 0;
  }
}
header .contact_area {
  width: 480px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header .contact_area {
    width: 70%;
  }
}
header .contact_area .contact_logo, header .download_logo {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  header .contact_area .contact_logo, header .download_logo {
    width: 2.604vw;
    margin-right: 3px;
  }
}
header .contact, header .download {
  width: 49%;
  display: inline-block;
}

header .contact a {
  color: #fff;
  background-color: #C80000;
  display: inline-block;
  border-radius: 100px;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 8px solid #960000;
  transition: ease 0.2s;
}

header .contact a:hover {
  margin-top: 6px;
  border-bottom: 2px solid #960000;
}

@media screen and (max-width: 768px) {
  header .contact a {
    padding: 1.953vw 1.302vw;
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 480px) {
  header .contact a {
    border-bottom: 5px solid #960000;
  }
  header .contact a:hover {
    margin-top: 4px;
    border-bottom: 1px solid #960000;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

header .download a {
  color: #fff;
  background-color: #003296;
  display: inline-block;
  border-radius: 100px;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 8px solid #000064;
  transition: ease 0.2s;
}

header .download a:hover {
  margin-top: 6px;
  border-bottom: 2px solid #000064;
}

@media screen and (max-width: 768px) {
  header .download a {
    padding: 1.953vw 1.302vw;
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 480px) {
  header .download a {
    border-bottom: 5px solid #000064;
  }
  header .download a:hover {
    margin-top: 4px;
    border-bottom: 1px solid #000064;
  }
}
/* 共通 */
@media screen and (max-width: 768px) {
  .list_sp_top {
    margin-bottom: 3.9vw;
  }
}
.ttl_header {
  position: relative;
  background-image: url("../images/logo_back.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px;
  padding: 20px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .ttl_header {
    background-size: 8.33vw;
    padding: 1.85vw 0;
  }
}
@media screen and (max-width: 480px) {
  .ttl_header {
    background-size: 15vw;
  }
}
.ttl_header .ruby {
  display: inline-block;
  margin-bottom: 10px;
}

.ttl_header .ruby img {
  height: 12px;
  width: auto;
}

/* mv */
#mv {
  padding-top: 117px;
}

@media screen and (max-width: 480px) {
  #mv {
    padding-top: 74px;
  }
}
#mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #mv {
    padding-bottom: 9.259vw;
  }
}
#mv .mv_text_area {
  padding-top: 100px;
  width: 910px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  #mv .mv_text_area {
    width: 100%;
    padding-top: 9.259vw;
  }
}
#mv .mv_text_area .mv_img {
  display: inline-block;
  width: 557px;
}

@media screen and (max-width: 768px) {
  #mv .mv_text_area .mv_img {
    width: 92%;
  }
}
/* #mv .mv_btn {
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 930px) {
  #mv .mv_btn {
    width: 92%;
  }
} */
#area01 .area01_area .flex03_area_09 ul li {
  background-color: #F9DB03;
  border-radius: 30px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  #area01 .area01_area .flex03_area_09 ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  #area01 .area01_area .flex03_area_09 ul li {
    padding: 4vw;
  }
}
#area01 .area01_area .flex03_area_09 ul li .img {
  margin-bottom: 20px;
  display: block;
}

#area01 .area01_area .flex03_area_09 ul li img {
  height: 190px;
  width: auto;
}

@media screen and (max-width: 1080px) {
  #area01 .area01_area .flex03_area_09 ul li img {
    height: 17.59vw;
  }
}
#area01 .area01_area .yajiruhsi {
  width: 96px;
}

@media screen and (max-width: 768px) {
  #area01 .area01_area .yajiruhsi {
    width: 12.5vw;
  }
}
#area02 {
  background-color: #F9DB03;
}

#area02 .area02_area .flex03_area_09 ul li {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 30px 30px 30px;
}

@media screen and (max-width: 768px) {
  #area02 .area02_area .flex03_area_09 ul li {
    padding: 35px 20px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #area02 .area02_area .flex03_area_09 ul li {
    padding: 7vw 4vw 4vw 4vw;
  }
}
#area02 .area02_area .flex03_area_09 ul li img {
  height: 150px;
  width: auto;
}

@media screen and (max-width: 1080px) {
  #area02 .area02_area .flex03_area_09 ul li img {
    height: 13vw;
  }
}
#area02 .area02_area .flex03_area_09 ul li .img {
  margin-bottom: 10px;
  display: block;
}

#area02 .area02_area .flex03_area_09 ul li .text {
  position: relative;
  height: 90px;
  width: 100%;
  display: block;
}

#area02 .area02_area .flex03_area_09 ul li .text p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* #area02 .feature_btn {
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 930px) {
  #area02 .feature_btn {
    width: 92%;
  }
} */
#area03 .area03_area .flex03_area_02 ul, #area03 .area07_area .flex03_area_02 ul, #area07 .area03_area .flex03_area_02 ul, #area07 .area07_area .flex03_area_02 ul {
  align-items: center;
}

@media screen and (max-width: 480px) {
  #area03 .area03_area .flex03_area_02 ul .font25, #area03 .area07_area .flex03_area_02 ul .font25, #area07 .area03_area .flex03_area_02 ul .font25, #area07 .area07_area .flex03_area_02 ul .font25 {
    font-size: 4.8vw;
  }
}
#area03 .area03_area .flex03_area_02 ul .ttl01, #area03 .area07_area .flex03_area_02 ul .ttl01, #area07 .area03_area .flex03_area_02 ul .ttl01, #area07 .area07_area .flex03_area_02 ul .ttl01 {
  margin-bottom: 5px;
}

#area03 .area03_area .flex03_area_02 ul .ttl01 img, #area03 .area07_area .flex03_area_02 ul .ttl01 img, #area07 .area03_area .flex03_area_02 ul .ttl01 img, #area07 .area07_area .flex03_area_02 ul .ttl01 img {
  height: 26px;
  width: auto;
}

#area03 .area03_area .flex03_area_02 ul .ttl02 span, #area03 .area07_area .flex03_area_02 ul .ttl02 span, #area07 .area03_area .flex03_area_02 ul .ttl02 span, #area07 .area07_area .flex03_area_02 ul .ttl02 span {
  display: inline-block;
  background-color: #F9DB03;
  padding: 5px 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #area03 .area03_area .flex03_area_02 ul .roe-re, #area03 .area07_area .flex03_area_02 ul .roe-re, #area07 .area03_area .flex03_area_02 ul .roe-re, #area07 .area07_area .flex03_area_02 ul .roe-re {
    flex-direction: column-reverse;
  }
}
#area03 .area03_area .flex03_area_02 ul .img img, #area03 .area07_area .flex03_area_02 ul .img img, #area07 .area03_area .flex03_area_02 ul .img img, #area07 .area07_area .flex03_area_02 ul .img img {
  border-radius: 30px;
}

#area03 .area03_area .flex03_area_02 ul .text01, #area03 .area07_area .flex03_area_02 ul .text01, #area07 .area03_area .flex03_area_02 ul .text01, #area07 .area07_area .flex03_area_02 ul .text01 {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  #area03 .m_b_30, #area07 .m_b_30 {
    margin-bottom: 10vw;
  }
}
#area04 {
  background-image: url("../images/price_back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#area04 .area04_area .table01 {
  width: 547px;
}

@media screen and (max-width: 768px) {
  #area04 .area04_area .table01 {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #area04 .area04_area .table01 {
    width: 100%;
  }
}
#area04 .area04_area .table02 {
  width: 1029px;
}

@media screen and (max-width: 1080px) {
  #area04 .area04_area .table02 {
    width: 100%;
  }
}
/* #area04 .price_btn {
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 930px) {
  #area04 .price_btn {
    width: 92%;
  }
} */
#area05 .flow_img {
  width: 643px;
}

@media screen and (max-width: 768px) {
  #area05 .flow_img {
    width: 100%;
  }
}
#area06 {
  background-image: url("../images/case_back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#area06 .area06_area .flex03_area_03 ul li {
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  padding: 30px;
}

#area06 .area06_area .flex03_area_03 ul li::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 75px;
  top: 0;
  left: 0;
}

#area06 .area06_area .flex03_area_03 ul li.box01::after {
  background-image: url("../images/case01-1.png");
}

#area06 .area06_area .flex03_area_03 ul li.box02::after {
  background-image: url("../images/case02-1.png");
}

#area06 .area06_area .flex03_area_03 ul li.box03::after {
  background-image: url("../images/case03-1.png");
}

#area07 {
  background-image: url("../images/voice_back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
          clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}
#area07 .section-head {
  color: #fff;
}
#area07 .section-head p {
  font-size: 50px;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.24;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #area07 .section-head p {
    font-size: 32px;
    margin-top: 5vw !important;
  }
}
#area07 .lists .item {
  background-color: #fff;
  display: flex;
  padding: 5rem;
  gap: 5rem;
  border-radius: 35px;
}
@media screen and (max-width: 1080px) {
  #area07 .lists .item {
    flex-direction: column;
    padding: 4rem;
    max-height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #area07 .lists .item {
    padding: 2rem;
    gap: 2.5rem;
  }
}
#area07 .lists .item .txtflame .ttl {
  font-weight: 700;
}
#area07 .lists .item .txtflame .ttl .en {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  color: #000032;
}
#area07 .lists .item .txtflame .ttl .ja {
  display: inline-block;
  font-size: 3rem;
  color: #000032;
  letter-spacing: 0.04em;
  background: #F9DB03;
  padding: 2px 5px;
}
#area07 .lists .item .txtflame .ttl .ja-second {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #area07 .lists .item .txtflame .ttl .ja {
    font-size: 2.5rem;
  }
}
#area07 .lists .item .txtflame ul {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  #area07 .lists .item .txtflame ul {
    margin-top: 3rem;
  }
}
#area07 .lists .item .txtflame ul li .subttl {
  font-size: 1.6rem;
  color: #000064;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: 2rem;
  position: relative;
  padding-left: 15px;
}
#area07 .lists .item .txtflame ul li .subttl:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #000064;
  top: 50%;
  left: 0;
}
#area07 .lists .item .txtflame ul li .txt {
  font-size: 1.6rem;
  line-height: 1.9375;
  margin-top: 1rem;
}
#area07 .lists .item .imgflame {
  max-width: 465px;
  width: 100%;
  margin: 0 auto;
}
#area07 .lists .item.second .imgflame img {
  border-radius: 20px 20px 0 0;
}

#area07 .list01 p {
  padding: 3px 0;
}

#faq {
  background-image: url("../images/faq_back02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
          clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #faq {
    padding-top: 10vw;
  }
}

#contact {
  overflow: hidden;
}

#contact .contact_area {
  background-color: #F5F5F5;
  padding: 100px;
  border-radius: 50px;
}

@media screen and (max-width: 1080px) {
  #contact .contact_area {
    padding: 9.259vw;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact_area {
    padding: 30px;
    border-radius: 30px;
  }
}
aside {
  width: 23%;
  z-index: 999;
  right: 0;
  top: 0;
  background-color: #EBF5FF;
  position: sticky;
  right: 0;
  top: 0;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  aside {
    display: none;
  }
}
aside #contact .contact_area {
  padding: 45px 30px 0 30px;
  border-radius: 0px;
  background-color: #EBF5FF;
}
aside #contact .contact_area .section-head .ruby {
  font-size: 14px;
}
aside #contact .contact_area .section-head h2 {
  font-size: 35px;
}
@media screen and (max-width: 1080px) {
  aside #contact .contact_area .section-head h2 {
    font-size: 28px;
  }
}
aside #contact .contact_area .section-head p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
aside #contact .contact_area table tr th {
  font-size: 16px;
}
aside #contact .contact_area table tr th .point {
  font-size: 13px;
}
aside #contact .contact_area table tr td {
  padding: 5px 0 10px 0;
}
aside #contact .contact_area table tr td input {
  padding: 5px 15px;
}
aside #contact .contact_area table tr td textarea {
  height: 92px;
}
aside #contact .contact_area .section-head {
  margin-bottom: 30px;
}
aside #contact .contact_area .btn_area {
  margin-top: 10px;
}
aside #contact .contact_area .btn_area .sub_btn {
  font-size: 17px;
  padding: 13px 5px;
}

.btn01 {
  display: inline-block;
  background-color: #C80000;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-bottom: 6px solid #960000;
  transition: ease 0.2s;
  width: 100%;
  font-weight: bold;
}

.btn01:hover {
  margin-top: 4px;
  border-bottom: 2px solid #960000;
}

.btn01 .contact_logo {
  width: 27px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  .btn01 .contact_logo {
    width: 2.5vw;
    margin-right: 0.46vw;
  }
}
@media screen and (max-width: 768px) {
  .btn01 .contact_logo {
    width: 3.5vw;
    margin-right: 0.9vw;
  }
  .btn01 {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .btn01 .contact_logo {
    width: 5.5vw;
    margin-right: 1.2vw;
  }
}
.btn02 {
  display: inline-block;
  background-color: #003296;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-bottom: 6px solid #000064;
  transition: ease 0.2s;
  width: 100%;
  font-weight: bold;
}

.btn02:hover {
  margin-top: 4px;
  border-bottom: 2px solid #000064;
}

.btn02 .contact_logo {
  width: 27px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  .btn02 .contact_logo {
    width: 2.5vw;
    margin-right: 0.46vw;
  }
}
@media screen and (max-width: 768px) {
  .btn02 .contact_logo {
    width: 3.5vw;
    margin-right: 0.9vw;
  }
  .btn02 {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .btn02 .contact_logo {
    width: 5.5vw;
    margin-right: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .btn01.font25, .btn02.font25 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .btn01.font25, .btn02.font25 {
    font-size: 4.5vw;
  }
}
#area04 .price_btn, #area04 .price_btn,
#area02 .feature_btn, #area02 .feature_btn {
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 930px) {
  #area04 .price_btn, #area04 .price_btn,
  #area02 .feature_btn, #area02 .feature_btn {
    width: 92%;
  }
}
#area04 .price_btn .btn01, #area04 .price_btn .btn02,
#area02 .feature_btn .btn01, #area02 .feature_btn .btn02 {
  width: 49%;
}

@media screen and (max-width: 480px) {
  #area04 .price_btn .btn01, #area04 .price_btn .btn02,
  #area02 .feature_btn .btn01, #area02 .feature_btn .btn02 {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.mv_modal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .mv_modal {
    flex-direction: column;
    align-items: center;
  }
}
.mv_modal .mv_modal_btn {
  width: 230px;
  display: flex;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
@media screen and (max-width: 1080px) {
  .mv_modal .mv_modal_btn {
    margin-bottom: 0px;
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mv_modal .mv_modal_btn {
    width: 90%;
  }
}
.mv_modal .mv_modal_btn .mb_modal_btn01 {
  margin-left: 20px;
  background-color: #f9db03;
  width: 100%;
  font-size: 20px;
  padding: 8px 15px;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  position: relative;
  color: #000032;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .mv_modal .mv_modal_btn .mb_modal_btn01 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .mv_modal .mv_modal_btn .mb_modal_btn01 {
    font-size: 4.166vw;
  }
}
.mv_modal .mv_modal_btn .mb_modal_btn01::after {
  position: absolute;
  content: "";
  width: 8.5px;
  height: 9px;
  background-color: #000032;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.mv_modal .mv_modal_btn .mb_modal_btn01:hover {
  opacity: 0.7;
}

.download_header {
  background-image: url("../images/download_back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 10px 0px;
  margin-top: 112px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .download_header {
    margin-top: 10.677vw;
  }
}
.thanks_btn {
  width: 450px;
}

@media screen and (max-width: 480px) {
  .thanks_btn {
    width: 100%;
  }
}
body {
  position: relative;
}

main {
  display: flex;
}
@media screen and (max-width: 768px) {
  main {
    display: block;
  }
}

#modal_text, #modal_text02 {
  display: none;
}
#modal_text::after, #modal_text02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
#modal_text .modal_text_main, #modal_text .modal_text_main02, #modal_text02 .modal_text_main, #modal_text02 .modal_text_main02 {
  position: absolute;
  width: 766px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999;
}
@media screen and (max-width: 830px) {
  #modal_text .modal_text_main, #modal_text .modal_text_main02, #modal_text02 .modal_text_main, #modal_text02 .modal_text_main02 {
    width: 92%;
  }
}
#modal_text .close_btn, #modal_text02 .close_btn {
  position: absolute;
  top: 26px;
  right: 27px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 830px) {
  #modal_text .close_btn, #modal_text02 .close_btn {
    top: 3.13vw;
    right: 3.25vw;
    width: 3.01vw;
    height: 3.01vw;
  }
}
#modal_text .close_btn .btn_area, #modal_text02 .close_btn .btn_area {
  width: 90%;
  margin: 3% 5% 5%;
  display: inline-block;
}
#modal_text.active, #modal_text02.active {
  display: inline-block;
  position: fixed;
  z-index: 9999;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #modal_text.active, #modal_text02.active {
    width: 100%;
  }
}
#modal_text.active::after, #modal_text02.active::after {
  position: fixed;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#modal_text.active .active_0, #modal_text02.active .active_0 {
  overflow-y: hidden;
}

.table_img02_p {
  position: relative;
}

.table02 {
  position: relative;
}
@media screen and (max-width: 800px) {
  .table02 .js-scrollable .table_img02_p {
    width: 800px;
  }
}

.table_btn_area01 {
  top: 355px;
}
@media screen and (max-width: 1080px) {
  .table_btn_area01 {
    top: 32vw;
  }
}
@media screen and (max-width: 800px) {
  .table_btn_area01 {
    top: 277px;
  }
}

.table_btn_area02 {
  top: 448px;
}
@media screen and (max-width: 1080px) {
  .table_btn_area02 {
    top: 40.2vw;
  }
}
@media screen and (max-width: 800px) {
  .table_btn_area02 {
    top: 350px;
  }
}

.table_btn_area01, .table_btn_area02 {
  position: absolute;
  right: 114px;
}
@media screen and (max-width: 1080px) {
  .table_btn_area01, .table_btn_area02 {
    right: 10vw;
  }
}
@media screen and (max-width: 800px) {
  .table_btn_area01, .table_btn_area02 {
    right: 86px;
  }
}
.table_btn_area01 button, .table_btn_area02 button {
  font-size: 1.6rem;
  color: #000032;
  font-weight: bold;
  border-bottom: 1px solid #000032;
}
@media screen and (max-width: 1080px) {
  .table_btn_area01 button, .table_btn_area02 button {
    font-size: 1.48vw;
  }
}
@media screen and (max-width: 800px) {
  .table_btn_area01 button, .table_btn_area02 button {
    font-size: 1.4rem;
  }
}

.main_container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main_container {
    width: 100%;
  }
}

body.thanks main {
  justify-content: center;
}
body.thanks main .txt01 {
  line-height: 1 !important;
}
body.thanks main .txt01 span {
  color: #0fa1fa;
  font-size: 15px;
}
body.thanks main .txt02 {
  line-height: 1.25 !important;
  margin-top: 10px;
}
body.thanks main .txt02 span {
  color: #0fa1fa;
}
body.thanks main .loadable {
  font-weight: bold;
}
body.thanks main .reason-btn {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
@media screen and (max-width: 1070px) {
  body.thanks main .reason-btn {
    display: block;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
  }
}
body.thanks main .reason-btn a {
  font-size: 25px;
  color: #fff;
  font-family: "Noto sans Jp", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 1070px) {
  body.thanks main .reason-btn a + a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  body.thanks main .reason-btn a {
    font-size: 18px;
  }
}
body.thanks main .reason-btn01:hover,
body.thanks main .reason-btn02:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body.thanks main .reason-btn01 {
  background-color: #E60000;
  padding: 20px 75px;
  border-radius: 200px;
  box-shadow: 0 5px 0 #960000;
  transition: 0.3s;
}
body.thanks main .contact_logo img {
  width: 25px;
  margin-right: 5px;
}
body.thanks main .reason-btn02 {
  background-color: #003296;
  padding: 20px 50px;
  border-radius: 200px;
  box-shadow: 0 5px 0 #000064;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  body.thanks main .reason-btn01 {
    padding: 15px 40px;
  }
  body.thanks main .reason-btn02 {
    padding: 15px 22px;
  }
  body.thanks main .contact_logo img {
    width: 20px;
  }
}
body.thanks main .reason-point-clip {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 100%;
  height: 50px;
  background-color: #EBF5FF;
  position: relative;
  z-index: 3;
}

.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  margin: 0 auto;
}
.slider .slick-slide {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}
.slider .slick-track {
  margin-top: 50px;
}

.slick-slider {
  margin-left: 10% !important;
}
@media screen and (max-width: 768px) {
  .slick-slider {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1900px) {
  .slick-slider {
    margin-left: 0% !important;
  }
}

.slider .slick-list {
  padding: 0 5% 0 0 !important;
}

.slider li {
  margin: 0 0.5%;
  max-width: 1080px;
}

.slick-list {
  padding: 0 30px;
}

.slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  background-image: url(../images/nextbtn.png);
  width: 74px;
  aspect-ratio: 1/1;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .slick-next {
    width: 40px;
  }
}
.slick-next:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 5%;
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.inline {
  display: inline-block;
}/*# sourceMappingURL=main.css.map */