@charset "UTF-8";
/*----------------------------------------
* last update 2022-05-31
*
* +01 base
* +02 layout
* +03 module/component
* +04 footer
* +05 section
*
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/*----------------------------------------------------
++01 base
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2vw;
  }
}

h2, p, span {
  letter-spacing: 0.05em;
}

a {
  color: #000000;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.bg_color {
  background-color: #00a5b7;
}

.center {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .sp_non {
    display: none !important;
  }
}

/*----------------------------------------------------
++02 layout
----------------------------------------------------*/
.l-inner01 {
  width: 840px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/*----------------------------------------------------
++03 module/component
----------------------------------------------------*/
.c-btn {
  display: inline-block;
  color: #00a5b7;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #ffda32;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 2.7rem;
  }
}

.c-cv {
  color: #fff;
  text-align: center;
  padding: 18px 0;
  background: url(../images/cv_bg.webp) no-repeat;
  background-size: cover;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-cv {
    background: url(../images/LINEbunner2_background.webp) no-repeat;
    background-size: cover;
  }
}
.c-cv--style02 {
  padding: 40px 0 48px;
}
.c-cv--marb {
  margin-bottom: 100px;
}
.c-cv__txt01 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-cv__txt01 {
    font-size: 2rem;
  }
}
.c-cv__txt02 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-cv__txt02 {
    font-size: 2.2rem;
  }
}
.c-cv__txt02 .c-cv__txt02_02 {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .c-cv__txt02 .c-cv__txt02_03 {
    display: block;
    margin: 5px 0;
    font-size: 4rem;
  }
}
.c-cv__txt03 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-cv__txt03 {
    font-size: 2.2rem;
    position: relative;
  }
  .c-cv__txt03::before, .c-cv__txt03::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 55px;
    position: absolute;
    bottom: 0;
  }
  .c-cv__txt03::before {
    left: calc(50% - 140px);
    background: url(../images/ttl_deco_l_sp.png) no-repeat;
    background-size: contain;
  }
  .c-cv__txt03::after {
    left: calc(50% + 130px);
    background: url(../images/ttl_deco_r_sp.png) no-repeat;
    background-size: contain;
  }
}
.c-cv__downloadBtn-wrap {
  max-width: 530px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.c-cv__downloadBtn-wrap a {
  display: block;
  max-width: 49%;
  text-align: left;
}
.c-cv__downloadBtn-wrap a img {
  width: 100%;
  height: auto;
}
.c-cv__downloadBtn-wrap a:nth-child(1) {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .c-cv__downloadBtn-wrap {
    flex-direction: column;
    margin-top: 40px;
  }
  .c-cv__downloadBtn-wrap a {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
}

/*----------------------------------------------------
++04 footer
----------------------------------------------------*/
.footer {
  font-size: 1.3rem;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 3vw;
  }
}

/*----------------------------------------------------
++05 section
----------------------------------------------------*/
/*-----catch------------------------------------*/
.catch .complain {
  padding: 92px 0 80px;
}
.catch .complain_inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .catch .complain_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .catch .complain_header_sp {
    display: flex;
  }
}
.catch .complain_img {
  width: 251px;
  max-width: 32%;
  margin-top: 8px;
}
.catch .complain_desc {
  flex: 1;
  margin-left: 4.5%;
}
@media screen and (max-width: 768px) {
  .catch .complain_desc {
    margin: 0;
  }
}
.catch .complain_ttl {
  font-size: 3.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.catch .complain_ttl span {
  color: #00a5b7;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .catch .complain_ttl {
    font-size: 6vw;
    margin-left: 10px;
  }
  .catch .complain_ttl span {
    font-size: 8vw;
  }
}
.catch .complain_txt01 {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #00a5b7;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .catch .complain_txt01 {
    font-size: 5.6vw;
  }
}
.catch .complain_txt02 {
  font-size: 1.4rem;
  border: 1px solid #00a5b7;
  width: 365px;
  padding: 8px 8px 10px 30px;
  margin-bottom: 25px;
  position: relative;
}
.catch .complain_txt02::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 30px 8px 0;
  border-color: transparent #00a5b7 transparent transparent;
  position: absolute;
  left: -30px;
  top: 45%;
}
.catch .complain_txt02::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 28px 8px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -22px;
  top: 47%;
}
@media screen and (max-width: 768px) {
  .catch .complain_txt02 {
    font-size: 3.6vw;
    width: auto;
    padding: 10px;
    flex: 1;
  }
  .catch .complain_txt02::before, .catch .complain_txt02::after {
    display: none;
  }
}
.catch .complain_flex {
  display: flex;
}
.catch .complain_flex .img {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catch .complain_flex .img {
    flex: initial;
    width: 90px;
    margin-left: 10px;
  }
}
.catch .solution {
  padding: 50px 0 58px;
}
.catch .solution_inner {
  position: relative;
}
.catch .solution_ttl {
  color: #fff;
  font-size: 3.9rem;
  font-weight: 700;
  margin-bottom: 34px;
}
.catch .solution_ttl .t_bigger {
  font-size: 5.1rem;
}
.catch .solution_ttl .t_smaller {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .catch .solution_ttl {
    font-size: 7.5vw;
  }
  .catch .solution_ttl .t_bigger {
    font-size: 12vw;
  }
  .catch .solution_ttl .t_smaller {
    font-size: 5vw;
  }
}
.catch .solution_message {
  font-size: 2.2rem;
  text-align: center;
  position: absolute;
  right: -20px;
  top: 0;
  background-color: #ccedf1;
  border-radius: 50%;
  width: 186px;
  height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .catch .solution_message {
    width: 36vw;
    height: 36vw;
    font-size: 4vw;
    font-weight: bold;
    top: 10px;
    left: 90%;
  }
}
.catch .solution_txt01 {
  color: #00a5b7;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  background-color: #ffda32;
  margin-bottom: 20px;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .catch .solution_txt01 {
    font-size: 5.2vw;
  }
}
.catch .solution_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .catch .solution_flex {
    flex-direction: column;
  }
}
.catch .solution_flex .img {
  width: 284px;
}
@media screen and (max-width: 768px) {
  .catch .solution_flex .img {
    order: 1;
    width: 67%;
    position: relative;
  }
}
.catch .solution_desc {
  width: 490px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .catch .solution_desc {
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
}
.catch .solution_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catch .solution_table .bg_01 {
  background-color: #ccedf1;
}
.catch .solution_table .bg_02 {
  background-color: #fff;
}
.catch .solution_table .t_color {
  color: #00a5b7;
}
.catch .solution_table .arrow {
  position: relative;
}
.catch .solution_table .arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 0 3rem 20px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -19px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .catch .solution_table .arrow::before {
    border-width: 3rem 0 3rem 20px;
  }
}
@media screen and (max-width: 600px) {
  .catch .solution_table .arrow::before {
    border-width: 3rem 0 3rem 20px;
  }
}
.catch .solution_table .arrow_l {
  position: relative;
}
.catch .solution_table .arrow_l::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 0 3rem 20px;
  border-color: transparent transparent transparent #00a5b7;
  position: absolute;
  left: -1px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .catch .solution_table .arrow_l::before {
    border-width: 3rem 0 3rem 20px;
  }
}
@media screen and (max-width: 600px) {
  .catch .solution_table .arrow_l::before {
    border-width: 3rem 0 3rem 20px;
  }
}
.catch .solution_table p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  width: 49%;
  margin-bottom: 10px;
  padding: 5px;
}
.catch .solution_table p span {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .catch .solution_table p {
    font-size: 5.2vw;
  }
}
.catch .solution_table span {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 49%;
  margin-bottom: 5px;
  padding: 5px;
}
.catch .solution_table span span {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .catch .solution_table span {
    font-size: 5.2vw;
  }
}
.catch .solution_note {
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .catch .solution_note {
    font-size: 3vw;
  }
}

/*-----steps------------------------------------*/
.steps {
  padding: 92px 0 97px;
}
.steps_header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .steps_header {
    flex-direction: column;
  }
}
.steps_header .desc {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .steps_header .desc {
    width: 100%;
  }
}
.steps_header .img {
  width: 232px;
  max-width: 30%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .steps_header .img {
    width: 100%;
    max-width: 42%;
    position: relative;
    margin-left: 13%;
  }
}
.steps_txt01 {
  font-size: 3.9rem;
  font-weight: bold;
  position: relative;
  padding-left: 100px;
}
.steps_txt01 span {
  font-size: 2.5rem;
}
.steps_txt01::before {
  content: "しかも";
  display: inline-block;
  color: #00a5b7;
  font-size: 2.8rem;
  font-weight: bold;
  border: 1px solid #00a5b7;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .steps_txt01::before {
    width: 20vw;
    height: 20vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .steps_txt01 {
    font-size: 6.5vw;
    padding-left: 24%;
  }
  .steps_txt01 span {
    font-size: 4vw;
  }
}
.steps_ttl {
  font-size: 3.9rem;
  font-weight: bold;
}
.steps_ttl span {
  color: #00a5b7;
  font-size: 5.1rem;
}
@media screen and (max-width: 768px) {
  .steps_ttl {
    font-size: 7.5vw;
  }
  .steps_ttl span {
    font-size: 12vw;
  }
}
.steps_txt02 {
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ccedf1;
}
.steps_txt02.pc_non {
  display: none;
}
@media screen and (max-width: 768px) {
  .steps_txt02.pc_non {
    width: 30vw;
    height: 30vw;
    font-size: 5vw;
    display: block;
    font-weight: bold;
    top: 15%;
    left: 110%;
    padding: 18% 5%;
  }
}
.steps_list {
  margin-top: 46px;
}
.steps_item:not(:last-child) {
  margin-bottom: 50px;
}
.steps_item--style01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .steps_item--style01 {
    flex-direction: column;
  }
}
.steps_item--style01 .desc {
  width: 473px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .steps_item--style01 .desc {
    width: 100%;
  }
}
.steps_item--style01 .img {
  width: 300px;
  max-width: calc(100% - 480px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .steps_item--style01 .img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.steps_item--style01 .img .img02 {
  position: absolute;
  left: -80px;
  bottom: 4px;
  width: 162px;
}
@media screen and (max-width: 768px) {
  .steps_item--style01 .img .img02 {
    left: 0;
    bottom: 0;
  }
}
.steps_item--style02 .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .steps_item--style02 .flex {
    flex-direction: column;
  }
}
.steps_item--style02 .desc {
  width: 473px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .steps_item--style02 .desc {
    width: 100%;
    order: 2;
  }
}
.steps_item--style02 .img {
  width: 330px;
  max-width: calc(100% - 480px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .steps_item--style02 .img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
}
.steps_item--style02 .img .img02 {
  position: absolute;
  left: -80px;
  bottom: 4px;
  width: 162px;
}
.steps_item_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #00a5b7;
  padding: 2px 0;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .steps_item_ttl {
    font-size: 5vw;
    display: flex;
    align-items: center;
    padding: 0 5px 0 0;
  }
}
.steps_item_ttl .step_num {
  display: none;
}
@media screen and (max-width: 768px) {
  .steps_item_ttl .step_num {
    color: #00a5b7;
    background-color: #ccedf1;
    display: block;
    padding: 2px;
    margin-right: 10px;
  }
  .steps_item_ttl .step_num .step_num_num {
    font-size: 5vw;
    font-weight: bold;
    display: block;
    text-align: center;
  }
}
.steps_item_ttl::before {
  content: "";
  color: #00a5b7;
  background-color: #ccedf1;
  padding: 2px 28px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .steps_item_ttl::before {
    display: none;
  }
}
.steps_item_ttl.steps_item_ttl01::before {
  content: "STEP1";
}
.steps_item_ttl.steps_item_ttl02::before {
  content: "STEP2";
}
.steps_item_ttl.steps_item_ttl03::before {
  content: "STEP3";
}
.steps_item .pdl {
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .steps_item .pdl {
    padding-left: 0;
  }
}
.steps_item_txt01 {
  color: #00a5b7;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .steps_item_txt01 {
    font-size: 5.5vw;
  }
}
.steps_item_txt02 {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .steps_item_txt02 {
    font-size: 4vw;
  }
}
.steps_item_txt03 {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .steps_item_txt03 {
    font-size: 3.8vw;
  }
}
.steps_item_txt04 {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .steps_item_txt04 {
    font-size: 3.8vw;
  }
}

/*-----info------------------------------------*/
.info {
  padding: 50px 0 60px;
  margin-bottom: 100px;
}
.info_inner {
  position: relative;
}
.info_ttl {
  color: #fff;
  font-size: 3.9rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.info_ttl span {
  font-size: 5.1rem;
}
@media screen and (max-width: 768px) {
  .info_ttl {
    font-size: 7.5vw;
  }
  .info_ttl span {
    font-size: 10vw;
  }
}
.info_message {
  font-size: 2.2rem;
  text-align: center;
  position: absolute;
  right: 57px;
  top: 0;
  background-color: #ccedf1;
  border-radius: 50%;
  width: 148px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .info_message {
    width: 30vw;
    height: 30vw;
    font-size: 4vw;
    right: 10px;
    top: -15%;
  }
}
.info_message.pc_non {
  display: none;
}
@media screen and (max-width: 768px) {
  .info_message.pc_non {
    display: flex;
  }
}
.info_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.info_flex .img {
  width: 390px;
  max-width: 49%;
}
.info_flex .map {
  width: 390px;
  max-width: 49%;
}
@media screen and (max-width: 768px) {
  .info_flex .map {
    width: 100%;
    max-width: 100%;
  }
}
.info_flex .map p {
  color: #fff;
  margin-top: 18px;
}
.info_flex .map p span {
  color: #000000;
  background-color: #ccedf1;
  text-align: center;
  padding: 0 6px;
  margin-right: 10px;
}

/*-----worry------------------------------------*/
.worry {
  padding: 92px 0 98px;
}
.worry .l-inner01 {
  padding: 0;
}
.worry_ttl {
  font-size: 3.9rem;
  font-weight: bold;
  position: relative;
  padding-left: 114px;
  width: 615px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.worry_ttl::before {
  content: "?";
  font-size: 6.1rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #ccedf1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .worry_ttl {
    font-size: 7vw;
    padding: 0 10px 0 30%;
  }
  .worry_ttl::before {
    width: 22vw;
    height: 22vw;
    font-size: 20vw;
    font-weight: bold;
    left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .worry_img {
    max-width: 90%;
    margin: 0 auto;
  }
}
.worry .logo {
  width: 246px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .worry .logo {
    width: 30%;
    margin-right: 10px;
  }
}
.worry .arrow {
  margin: 35px 0 0;
}
.worry_txt01 {
  font-size: 5.1rem;
  font-weight: bold;
  color: #00a5b7;
  width: 695px;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .worry_txt01 {
    font-size: 6vw;
    text-align: center;
  }
}

/*-----point------------------------------------*/
.point_item {
  padding: 65px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .point_item {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
.point_box {
  background-color: #fff;
  padding: 0 32px 38px;
}
@media screen and (max-width: 768px) {
  .point_box {
    padding: 0 10px 20px;
  }
}
.point_num {
  color: #fff;
  font-size: 2.9rem;
  font-weight: bold;
  background-color: #00a5b7;
  text-align: center;
  width: 377px;
  max-width: 100%;
  padding: 2px 10px 10px;
  margin: 0 auto 20px;
  position: relative;
  top: -8px;
}
.point_num span {
  font-size: 4.3rem;
}
@media screen and (max-width: 768px) {
  .point_num {
    font-size: 6vw;
    width: 90%;
  }
  .point_num span {
    font-size: 8vw;
  }
}
.point_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .point_flex {
    flex-direction: column;
  }
}
.point_flex .desc {
  width: 390px;
  max-width: 53%;
}
@media screen and (max-width: 768px) {
  .point_flex .desc {
    width: 100%;
    max-width: 100%;
  }
}
.point_flex .img {
  width: 334px;
  max-width: 45%;
}
.point_flex .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point_flex .img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.point_list {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.point_list li {
  padding: 10px;
  margin-bottom: 16px;
  background-color: #ccedf1;
}
@media screen and (max-width: 768px) {
  .point_list li {
    font-size: 4.5vw;
  }
}
.point_list li span {
  display: block;
  color: #ffda32;
  font-weight: bold;
  background-color: #00a5b7;
  padding: 3px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .point_list li span {
    font-size: 5vw;
  }
}
.point_txt01 {
  color: #00a5b7;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .point_txt01 {
    font-size: 5vw;
  }
}
.point_txt02 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}
.point_txt02 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .point_txt02 {
    text-align: left;
    font-size: 6.3vw;
  }
  .point_txt02 span {
    font-size: 4vw;
  }
}
.point_txt03 {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .point_txt03 {
    font-size: 5vw;
  }
}
.point_txt04 {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  background-color: #00a5b7;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .point_txt04 {
    font-size: 5vw;
  }
}
.point_txt05 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .point_txt05 {
    font-size: 4vw;
  }
}
.point_btn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #00a5b7;
  width: 450px;
  max-width: 100%;
  padding: 6px;
  margin: 0 auto;
  cursor: pointer;
}
.point_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .point_btn {
    font-size: 4vw;
    width: 100%;
  }
}
.point_btn::after {
  content: "▼";
  margin-left: 10px;
}
.point_btn.open::after {
  content: "▲";
}
.point_btn:not(:last-child) {
  margin-bottom: 20px;
}
.point_link {
  display: block;
  color: #008cff;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.point_link:hover {
  text-decoration: none;
}
.point_content {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
}
.point_content p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .point_content {
    width: 100%;
    font-size: 3.4vw;
  }
}
.point_table_ttl {
  margin-bottom: 10px;
}
.point_table01 {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .point_table01 {
    font-size: 4vw;
  }
}
.point_table01 .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.point_table01 .row .col {
  padding: 3px;
}
.point_table01 .row .col:nth-child(1) {
  width: 34%;
}
.point_table01 .row .col:nth-child(2), .point_table01 .row .col:nth-child(3), .point_table01 .row .col:nth-child(4) {
  width: 20%;
}
.point_table01 .table_th01 {
  border: 1px solid #000;
}
.point_table01 .table_th02 {
  font-weight: bold;
  color: #fff;
  background-color: #00a5b7;
}
.point_table01 .table_th02 span {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .point_table01 .table_th02 span {
    display: block;
    font-size: 2.8vw;
  }
}
.point_table01 .table_th03 {
  font-weight: bold;
  color: #fff;
  background: #808080;
}
.point_table01 .table_td01 {
  font-size: 1.6rem;
  color: #00a5b7;
  border: 1px solid #00a5b7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .point_table01 .table_td01 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .point_table01 .table_td01 span {
    font-size: 2.8vw;
    display: block;
  }
}
.point_table01 .table_td02 {
  font-weight: bold;
  background-color: #ccedf1;
}
.point_table01 .table_td02 span {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .point_table01 .table_td02 span {
    display: block;
    font-size: 2.8vw;
  }
}
.point_table01 .table_td03 {
  font-weight: bold;
  background-color: #e5e5ec;
}
.point_table01 .table_td03 span {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .point_table01 .table_td03 span {
    display: block;
    font-size: 2.8vw;
  }
}
.point_table02 {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_table02 {
    font-size: 4vw;
    width: 100%;
  }
}
.point_table02 .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.point_table02 .row .col {
  padding: 3px;
}
.point_table02 .row .col:nth-child(1) {
  width: 63%;
}
@media screen and (max-width: 768px) {
  .point_table02 .row .col:nth-child(1) {
    width: 74%;
  }
}
.point_table02 .row .col:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .point_table02 .row .col:nth-child(2) {
    width: 25%;
  }
}
.point_table02 .table_th01 {
  border: 1px solid #000;
}
.point_table02 .table_th02 {
  color: #fff;
  background-color: #00a5b7;
}
.point_table02 .table_th02 span {
  font-size: 1.3rem;
  font-weight: normal;
}
.point_table02 .table_td01 {
  font-size: 1.6rem;
  color: #00a5b7;
  border: 1px solid #00a5b7;
}
@media screen and (max-width: 768px) {
  .point_table02 .table_td01 {
    font-size: 3.5vw;
  }
}
.point_table02 .table_td02 {
  font-weight: bold;
  background-color: #ccedf1;
}
.point_table02 .table_td02 span {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .point_table02 .table_td02 span {
    display: none;
  }
}

/*-----camp------------------------------------*/
.camp {
  text-align: center;
  background: url(../images/camp_bg.webp) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .camp {
    padding: 25px 0;
    margin-bottom: 50px;
  }
}
.camp_flex {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .camp_flex {
    flex-direction: column;
    padding: 10px;
  }
}
.camp_desc {
  flex: 1;
  align-items: center;
}
.camp_img {
  width: 312px;
}
@media screen and (max-width: 768px) {
  .camp_img {
    margin-top: 10px;
    width: 90%;
    margin: 10px auto 0;
  }
}
.camp_txt01 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .camp_txt01 {
    font-size: 2rem;
  }
}
.camp_txt02 {
  color: #ff0000;
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .camp_txt02 {
    font-size: 3rem;
  }
}
.camp_txt02 span {
  color: #000000;
  font-weight: normal;
  display: block;
  font-size: 1.7rem;
  margin-top: 5px;
}

.info_gaiyo {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #333;
}

.img2503 {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin: 0 auto;
  background-color: #abdbf5;
  display: block;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .img2503 {
    max-width: 768px;
  }
}

.img2503 img {
  width: 100%;
}

.c-cv__registerBtn-wrap {
  max-width: 500px;
  margin: 0 auto;
}

.yt {
  background-color: #ccedf1;
  max-width: 768px;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}

.yt img {
  width: 100%;
}

.yt_text {
  font-weight: 600;
  color: #333;
  font-size: x-large;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

.user_voice_ttl {
  text-align: center;
  font-weight: 600;
  font-size: larger;
}

.orange {
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .orange {
    font-size: 3rem;
  }
}
.orange span {
  color: #000000;
  font-weight: normal;
  display: block;
  font-size: 1.7rem;
  margin: 5px auto;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.mv {
  background-image: url(..//images/fv_PC01.jpg);
  background-size: cover;
  font-size: 2rem;
  padding: 6% 42% 31% 24%;
  text-align: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(..//images/fv_sp01.jpg);
    background-size: cover;
    padding: 39% 13% 68% 13%;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    background-size: cover;
    font-size: 2.8rem;
    padding: 39% 16% 68% 14%;
  }
}
@media screen and (max-width: 440px) {
  .mv {
    background-size: cover;
    font-size: 2.4rem;
    padding: 36% 15% 72% 16%;
  }
}

.h1 {
  font-weight: 700;
  text-shadow: 0px 0px 10px rgb(0, 93, 96);
  color: #fff;
}/*# sourceMappingURL=style.css.map */