.zen_kaku {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.lato {
  font-family: "Lato", serif;
  font-weight: bold;
  font-style: normal;
}

.s_ttl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .s_ttl h2 {
    line-height: 1;
  }
}
.s_ttl p.en {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .s_ttl p.en {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s_ttl p.en {
    font-size: 30rem;
    margin-top: 30rem;
  }
}
.s_ttl p.en.blue {
  color: #2FB1EA;
}

.ttl_s_dotted {
  position: relative;
  padding-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .ttl_s_dotted {
    padding-bottom: 15rem;
  }
}
.ttl_s_dotted::before {
  content: "";
  position: absolute;
  width: 120px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  background: url("../img/sub/dash_line.svg") no-repeat center center;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1900px) {
  .ttl_s_dotted::before {
    width: 120rem;
  }
}

.s_fv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .s_fv {
    margin-top: 80rem;
  }
}
.s_fv .main_bg {
  position: relative;
  -webkit-mask-image: url("../img/s_fv_mask.svg");
          mask-image: url("../img/s_fv_mask.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .s_fv .main_bg {
    -webkit-mask-image: url("../img/sub/s_fv_frm-sp.svg");
            mask-image: url("../img/sub/s_fv_frm-sp.svg");
  }
}
.s_fv .s_ttl {
  width: 500px;
  height: auto;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  border-top-right-radius: 999px;
  border-top-left-radius: 999px;
  background-color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .s_fv .s_ttl {
    width: 500rem;
    top: 110rem;
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .s_ttl {
    width: 450rem;
    top: 220rem;
    padding: 70rem 0;
  }
}
.s_fv .shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.s_fv .shapes .shape {
  position: absolute;
}
.s_fv .shapes .shape.shape1 {
  width: 127px;
  height: 130px;
  left: 150px;
  top: 300px;
}
@media screen and (max-width: 1900px) {
  .s_fv .shapes .shape.shape1 {
    width: 127rem;
    height: 130rem;
    left: 150rem;
    top: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .shapes .shape.shape1 {
    left: 0;
    top: 400rem;
  }
}
.s_fv .shapes .shape.shape2 {
  width: 140px;
  height: 88px;
  left: 300px;
  top: 300px;
}
@media screen and (max-width: 1900px) {
  .s_fv .shapes .shape.shape2 {
    width: 140rem;
    height: 88rem;
    left: 300rem;
    top: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .shapes .shape.shape2 {
    left: 110rem;
    top: 430rem;
  }
}
.s_fv .shapes .shape.shape4 {
  width: 130px;
  height: 103px;
  top: 320px;
  right: 125px;
}
@media screen and (max-width: 1900px) {
  .s_fv .shapes .shape.shape4 {
    width: 130rem;
    height: 103rem;
    top: 320rem;
    right: 125rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .shapes .shape.shape4 {
    top: 390rem;
    right: 35rem;
  }
}
.s_fv .fv_below {
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below {
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .fv_below {
    padding: 40rem;
    padding-bottom: 150rem;
  }
}
.s_fv .fv_below .container .breadcrumb {
  padding-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .container .breadcrumb {
    padding-top: 30rem;
  }
}
.s_fv .fv_below .container .s_ttl-sub {
  text-align: center;
  margin-top: 50px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .container .s_ttl-sub {
    margin-top: 50rem;
  }
}
.s_fv .fv_below .container p.desc {
  text-align: center;
  margin-top: 60px;
  word-break: auto-phrase;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .container p.desc {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .fv_below .container p.desc {
    text-align: left;
  }
}
.s_fv .fv_below .container .anchor_div {
  margin-top: 115px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .container .anchor_div {
    margin-top: 115rem;
    gap: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .fv_below .container .anchor_div {
    grid-template-columns: 1fr;
  }
}
.s_fv .fv_below .container .anchor_div .link-item {
  width: 100%;
  padding: 20px;
  border: 1px solid #2FB1EA;
  border-radius: 999px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .container .anchor_div .link-item {
    padding: 20rem;
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .fv_below .container .anchor_div .link-item {
    font-size: 28rem;
    padding: 30rem;
  }
}
.s_fv .fv_below .container .anchor_div .link-item:hover {
  background-color: #2FB1EA;
  color: #FFFFFF;
}
.s_fv .fv_below .container .anchor_div .link-item:hover svg path {
  transform: translateY(0.5vw);
}
.s_fv .fv_below .container .anchor_div .link-item svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  border-radius: 999px;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .container .anchor_div .link-item svg {
    width: 31rem;
    height: 31rem;
    right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .fv_below .container .anchor_div .link-item svg {
    width: 50rem;
    height: 50rem;
  }
}
.s_fv .fv_below .container .cat_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 70px;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .container .cat_list {
    margin-top: 40rem;
    gap: 40rem 70rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .fv_below .container .cat_list {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.s_fv .fv_below .container .cat_list .item {
  border-radius: 999px;
  width: 100%;
  padding: 20px;
  border: 1px solid #2FB1EA;
  font-size: 21px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .container .cat_list .item {
    padding: 20rem;
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .fv_below .container .cat_list .item {
    padding: 30rem;
    font-size: 28rem;
  }
}
.s_fv .fv_below .container .cat_list .item.active, .s_fv .fv_below .container .cat_list .item:hover {
  background-color: #2FB1EA;
  color: #FFFFFF;
}
.s_fv .fv_below .addition {
  width: 100%;
  height: 100%;
  left: 0;
  top: -80px;
  position: absolute;
  z-index: -1;
  background: url("../img/sub/s_news_frm.svg") no-repeat;
  background-position: top;
  background-size: 100%;
}
@media screen and (max-width: 1900px) {
  .s_fv .fv_below .addition {
    top: -80rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .fv_below .addition {
    background-size: cover;
  }
}
.s_fv .fv_below.s_news {
  background-color: #D5F0FA;
}

.s_a_ryoiku .container p.desc {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .s_a_ryoiku .container p.desc {
    margin-top: 60rem;
  }
}
.s_a_ryoiku .container .ryoiku_main {
  padding: 65px;
  background-color: #E9FAFF;
  border-radius: 75px;
  margin-top: 65px;
  padding-right: 115px;
}
@media screen and (max-width: 1900px) {
  .s_a_ryoiku .container .ryoiku_main {
    padding: 65rem;
    border-radius: 75rem;
    margin-top: 65rem;
    padding-right: 115rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_ryoiku .container .ryoiku_main {
    padding: 50rem;
  }
}
.s_a_ryoiku .container .ryoiku_main .ryoiku-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .s_a_ryoiku .container .ryoiku_main .ryoiku-item {
    display: block;
  }
}
.s_a_ryoiku .container .ryoiku_main .ryoiku-item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_a_ryoiku .container .ryoiku_main .ryoiku-item:not(:first-of-type) {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_ryoiku .container .ryoiku_main .ryoiku-item:not(:first-of-type) {
    margin-top: 50rem;
  }
}
.s_a_ryoiku .container .ryoiku_main .ryoiku-item .num {
  font-size: 84px;
  color: #2FB1EA;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .s_a_ryoiku .container .ryoiku_main .ryoiku-item .num {
    font-size: 84rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_ryoiku .container .ryoiku_main .ryoiku-item .num {
    text-align: left;
  }
}
.s_a_ryoiku .container .ryoiku_main .ryoiku-item p.m_txt {
  margin-left: 20px;
}
@media screen and (max-width: 1900px) {
  .s_a_ryoiku .container .ryoiku_main .ryoiku-item p.m_txt {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_ryoiku .container .ryoiku_main .ryoiku-item p.m_txt {
    margin-left: 0;
    margin-top: 20rem;
  }
}
.s_a_ryoiku .container .formula {
  margin-top: 95px;
  font-size: 52px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .s_a_ryoiku .container .formula {
    margin-top: 95rem;
    font-size: 52rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_ryoiku .container .formula {
    font-size: 48rem;
  }
}
.s_a_ryoiku .container .formula .sm {
  font-size: 36px;
}
@media screen and (max-width: 1900px) {
  .s_a_ryoiku .container .formula .sm {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_ryoiku .container .formula .sm {
    font-size: 40rem;
  }
}
.s_a_ryoiku .container p.desc_s {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .s_a_ryoiku .container p.desc_s {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_ryoiku .container p.desc_s {
    text-align: left;
  }
}

#s_a_feature .feature_main {
  margin-top: 120px;
}
@media screen and (max-width: 1900px) {
  #s_a_feature .feature_main {
    margin-top: 120rem;
  }
}

.s_a_support {
  background-color: #D5F0FA;
}
.s_a_support .container .support-list {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1900px) {
  .s_a_support .container .support-list {
    margin-top: 120rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_support .container .support-list {
    grid-template-columns: 1fr;
  }
}
.s_a_support .container .support-list .support-item .item_ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  font-size: 24px;
  background: #2FB1EA;
  color: white;
  transform: translateY(-50%);
  border-radius: 15px;
}
@media screen and (max-width: 1900px) {
  .s_a_support .container .support-list .support-item .item_ttl {
    padding: 20rem 30rem;
    border-radius: 15rem;
    font-size: 24rem;
  }
}
.s_a_support .container .support-pdf {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .s_a_support .container .support-pdf {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_support .container .support-pdf {
    margin-top: 50rem;
  }
}
.s_a_support .container .support-pdf a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .s_a_support .container .support-pdf a {
    gap: 20rem;
  }
}
.s_a_support .container .support-pdf a .img {
  overflow: hidden;
  width: 30px;
}
@media screen and (max-width: 1900px) {
  .s_a_support .container .support-pdf a .img {
    width: 30rem;
  }
}
.s_a_support .container .support-pdf a:hover h3 {
  text-decoration: underline;
}
.s_a_support .container .support-pdf a:hover .img img {
  transform: scale(1.1);
}

.s_mega_link {
  background-color: #D5F0FA;
}
.s_mega_link .container .row_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row_grid {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_mega_link .container .row_grid {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
}
.s_mega_link .container .row_grid .btn_mega {
  position: relative;
}
.s_mega_link .container .row_grid .btn_mega:hover {
  opacity: 0.8;
}
.s_mega_link .container .row_grid .btn_mega:hover .link_btn svg path {
  transform: translateX(1vw);
}
.s_mega_link .container .row_grid .btn_mega .link-main {
  color: #FFFFFF;
  margin-left: 125px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row_grid .btn_mega .link-main {
    margin-left: 125rem;
  }
}
@media screen and (max-width: 768px) {
  .s_mega_link .container .row_grid .btn_mega .link-main {
    margin-left: 280rem;
  }
}
.s_mega_link .container .row_grid .btn_mega .link-main .m_txt {
  line-height: 1.5;
}
.s_mega_link .container .row_grid .btn_mega .link_btn {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 10;
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row_grid .btn_mega .link_btn {
    right: 15rem;
    bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s_mega_link .container .row_grid .btn_mega .link_btn {
    right: 20rem;
    bottom: 20rem;
  }
}
.s_mega_link .container .row_grid .btn_mega .link_btn svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row_grid .btn_mega .link_btn svg {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_mega_link .container .row_grid .btn_mega .link_btn svg {
    width: 50rem;
    height: 50rem;
  }
}
.s_mega_link .container .row {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row {
    margin-top: 40rem;
  }
}
.s_mega_link .container .row .btn_mega {
  position: relative;
}
.s_mega_link .container .row .btn_mega:hover {
  opacity: 0.8;
}
.s_mega_link .container .row .btn_mega:hover .link_btn svg path {
  transform: translateX(1vw);
}
.s_mega_link .container .row .btn_mega .link-main {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  margin-right: 65px;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row .btn_mega .link-main {
    margin-right: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .s_mega_link .container .row .btn_mega .link-main {
    margin: auto;
    transform: unset;
  }
}
.s_mega_link .container .row .btn_mega .link-main h3 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row .btn_mega .link-main h3 {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .s_mega_link .container .row .btn_mega .link-main h3 {
    font-size: 54rem;
  }
}
.s_mega_link .container .row .btn_mega .link_btn {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 10;
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row .btn_mega .link_btn {
    right: 15rem;
    bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s_mega_link .container .row .btn_mega .link_btn {
    right: 20rem;
    bottom: 20rem;
  }
}
.s_mega_link .container .row .btn_mega .link_btn svg {
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 1900px) {
  .s_mega_link .container .row .btn_mega .link_btn svg {
    width: 43rem;
    height: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .s_mega_link .container .row .btn_mega .link_btn svg {
    width: 50rem;
    height: 50rem;
  }
}

.s_r_place {
  background-color: #D5F0FA;
}
.s_r_place .container .desc {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .desc {
    margin-top: 60rem;
  }
}
.s_r_place .container .place_main {
  margin-top: 130px;
  display: flex;
  flex-wrap: wrap;
  gap: 160px 240px;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .place_main {
    margin-top: 130rem;
    gap: 160rem 240rem;
  }
}
.s_r_place .container .place_main .place-item {
  width: 430px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .place_main .place-item {
    width: 430rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_place .container .place_main .place-item {
    width: 100%;
    padding: 50rem;
  }
}
.s_r_place .container .place_main .place-item .bg {
  position: absolute;
  z-index: -1;
  width: 630px;
  height: 580px;
  top: -55px;
  left: -100px;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .place_main .place-item .bg {
    width: 630rem;
    height: 580rem;
    top: -55rem;
    left: -100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_place .container .place_main .place-item .bg {
    width: 120%;
    height: 120%;
    top: -2%;
    left: -10%;
  }
}
.s_r_place .container .place_main .place-item .item_ttl {
  font-size: 36px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .place_main .place-item .item_ttl {
    font-size: 36rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_place .container .place_main .place-item .item_ttl {
    font-size: 40rem;
  }
}
.s_r_place .container .place_main .place-item p.desc.s_txt {
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .place_main .place-item p.desc.s_txt {
    margin-top: 10rem;
  }
}
.s_r_place .container .balloon_div {
  margin: auto;
  margin-top: 195px;
  text-align: center;
  width: 900px;
  padding: 37px;
  background: #2FB1EA;
  border-radius: 999px;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .balloon_div {
    margin-top: 195rem;
    width: 900rem;
    padding: 37rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_place .container .balloon_div {
    width: 100%;
  }
}
.s_r_place .container .balloon_div::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2FB1EA;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .balloon_div::before {
    bottom: -20rem;
    border-left: 20rem solid transparent;
    border-right: 20rem solid transparent;
    border-top: 20rem solid #2FB1EA;
  }
}
.s_r_place .container .msg_list {
  margin: auto;
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .msg_list {
    margin: auto;
    margin-top: 65rem;
    gap: 60rem 40rem;
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_place .container .msg_list {
    padding-bottom: 0;
  }
}
.s_r_place .container .msg_list .item {
  width: 530px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .msg_list .item {
    width: 530rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_place .container .msg_list .item {
    width: 100%;
  }
}
.s_r_place .container .msg_list .item:nth-child(odd) {
  align-self: flex-start;
}
.s_r_place .container .msg_list .item:nth-child(odd) img {
  transform: scaleX(-1);
}
.s_r_place .container .msg_list .item:nth-child(even) {
  align-self: flex-end;
  transform: translateY(30%);
}
@media screen and (max-width: 768px) {
  .s_r_place .container .msg_list .item:nth-child(even) {
    transform: none;
  }
}
.s_r_place .container .msg_list .item span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 70px 65px 63px;
}
@media screen and (max-width: 1900px) {
  .s_r_place .container .msg_list .item span {
    padding: 50rem 70rem 65rem 63rem;
  }
}

.s_r_require {
  background-color: #D5F0FA;
}
@media screen and (max-width: 768px) {
  .s_r_require .container .require-wrapper {
    overflow-x: scroll;
  }
}
.s_r_require .container .require-wrapper .require-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1900px) {
  .s_r_require .container .require-wrapper .require-list {
    margin-top: 50rem;
    border-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_require .container .require-wrapper .require-list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.s_r_require .container .require-wrapper .require-list .item {
  display: flex;
  border: 1px solid #E9FAFF;
  overflow: hidden;
}
.s_r_require .container .require-wrapper .require-list .item .key {
  background-color: #2FB1EA;
  width: 250px;
  padding: 25px 35px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .s_r_require .container .require-wrapper .require-list .item .key {
    width: 250rem;
    padding: 25rem 35rem;
  }
}
.s_r_require .container .require-wrapper .require-list .item .val {
  width: calc(100% - 250px);
  padding: 25px 35px;
}
@media screen and (max-width: 1900px) {
  .s_r_require .container .require-wrapper .require-list .item .val {
    padding: 25rem 35rem;
    width: calc(100% - 250rem);
  }
}
@media screen and (max-width: 768px) {
  .s_r_require .container .require-wrapper .require-list .item .val {
    width: 700rem;
  }
}
.s_r_require .container .require-wrapper .require-list .item .val p {
  display: flex;
}
.s_r_require .container .require-wrapper .require-list .item .val p .sub_key {
  width: 180px;
}
@media screen and (max-width: 1900px) {
  .s_r_require .container .require-wrapper .require-list .item .val p .sub_key {
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_require .container .require-wrapper .require-list .item .val p .sub_key {
    width: 250rem;
  }
}
.s_r_require .container .sub_desc {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .s_r_require .container .sub_desc {
    margin-top: 90rem;
  }
}

.s_r_staff-msg {
  background-color: #D5F0FA;
}
.s_r_staff-msg .container p.desc {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .s_r_staff-msg .container p.desc {
    margin-top: 60rem;
  }
}
.s_r_staff-msg .container .msg_list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  gap: 60px;
}
@media screen and (max-width: 1900px) {
  .s_r_staff-msg .container .msg_list {
    margin-top: 50rem;
    border-radius: 20rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_staff-msg .container .msg_list {
    grid-template-columns: 1fr;
  }
}
.s_r_staff-msg .container .msg_list .item {
  border-radius: 30px;
  background-color: #FFFFFF;
  padding: 26px 32px;
}
@media screen and (max-width: 1900px) {
  .s_r_staff-msg .container .msg_list .item {
    border-radius: 30rem;
    padding: 26rem 32rem;
  }
}
.s_r_staff-msg .container .msg_list .item .item_ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #A0B3C1;
}
@media screen and (max-width: 1900px) {
  .s_r_staff-msg .container .msg_list .item .item_ttl {
    gap: 10rem;
    padding: 5rem 0 10rem;
  }
}
.s_r_staff-msg .container .msg_list .item .item_ttl img {
  width: 47px;
}
@media screen and (max-width: 1900px) {
  .s_r_staff-msg .container .msg_list .item .item_ttl img {
    width: 47rem;
  }
}
.s_r_staff-msg .container .msg_list .item .msg_txt {
  margin-top: 25px;
}
@media screen and (max-width: 1900px) {
  .s_r_staff-msg .container .msg_list .item .msg_txt {
    margin-top: 25rem;
  }
}

.entry {
  background: url("../img/sub/v_entry_bg.svg") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-color: #D5F0FA;
}
.entry .container .entry_ttl {
  font-size: 105px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: white;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.entry .container .entry_ttl:hover {
  color: wheat;
  text-decoration: underline;
}
@media screen and (max-width: 1900px) {
  .entry .container .entry_ttl {
    font-size: 105rem;
  }
}
@media screen and (max-width: 768px) {
  .entry .container .entry_ttl {
    font-size: 115rem;
  }
}
.entry .container p.s_txt {
  text-align: center;
  color: #FFFFFF;
}

.s_g_method {
  background-color: #D5F0FA;
}
.s_g_method .container .method_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list {
    gap: 80rem;
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .s_g_method .container .method_list {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
}
.s_g_method .container .method_list .method1 {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  border-collapse: collapse;
  background-color: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list .method1 {
    border-radius: 30rem;
  }
}
.s_g_method .container .method_list .method1 .item {
  display: flex;
  border: 1px solid #E9FAFF;
  overflow: hidden;
}
.s_g_method .container .method_list .method1 .item .key {
  background-color: #2FB1EA;
  width: 100px;
  padding: 25px 32px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list .method1 .item .key {
    width: 100rem;
    padding: 25rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .s_g_method .container .method_list .method1 .item .key {
    width: 125rem;
  }
}
.s_g_method .container .method_list .method1 .item .val {
  width: calc(100% - 100px);
  padding: 25px 32px;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list .method1 .item .val {
    padding: 25rem 32rem;
    width: calc(100% - 100rem);
  }
}
.s_g_method .container .method_list .method1 .item .val p {
  display: flex;
}
.s_g_method .container .method_list .method1 .item .val p .sub_key {
  width: 180px;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list .method1 .item .val p .sub_key {
    width: 180rem;
  }
}
.s_g_method .container .method_list .method .div_ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.s_g_method .container .method_list .method .div_ttl .circle {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background-color: #2FB1EA;
  margin-right: 10px;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list .method .div_ttl .circle {
    width: 24rem;
    height: 24rem;
    margin-right: 10rem;
  }
}
.s_g_method .container .method_list .method img {
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list .method img {
    margin-top: 10rem;
  }
}
.s_g_method .container .method_list .method p {
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list .method p {
    margin-top: 5rem;
  }
}
.s_g_method .container .method_list .method p:first-of-type {
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  .s_g_method .container .method_list .method p:first-of-type {
    margin-top: 15rem;
  }
}

.s_g_price {
  background-color: #D5F0FA;
}
.s_g_price .container p.desc {
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .s_g_price .container p.desc {
    margin-top: 60rem;
  }
}
.s_g_price .container img {
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .s_g_price .container img {
    margin-top: 60rem;
  }
}
.s_g_price .container p.sub {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .s_g_price .container p.sub {
    margin-top: 20rem;
  }
}

.s_g_flow {
  background-color: #D5F0FA;
}
.s_g_flow .container .steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  position: relative;
  margin-top: 67px;
}
@media screen and (max-width: 1900px) {
  .s_g_flow .container .steps {
    gap: 25rem;
    margin-top: 67rem;
  }
}
@media screen and (max-width: 768px) {
  .s_g_flow .container .steps {
    grid-template-columns: 1fr;
    gap: 80rem;
    margin-top: 150rem;
  }
}
.s_g_flow .container .steps .step {
  background-color: #FFFFFF;
  padding: 20px;
  position: relative;
  z-index: 5;
  border-radius: 20px;
}
@media screen and (max-width: 1900px) {
  .s_g_flow .container .steps .step {
    padding: 20rem;
    border-radius: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s_g_flow .container .steps .step {
    padding: 40rem;
    border-radius: 30rem;
  }
}
.s_g_flow .container .steps .step .sign {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 1900px) {
  .s_g_flow .container .steps .step .sign {
    width: 80rem;
    height: 80rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s_g_flow .container .steps .step .sign {
    font-size: 30rem;
    width: 120rem;
    height: 120rem;
  }
}
.s_g_flow .container .steps .step .sign span {
  width: 45px;
  height: 45px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .s_g_flow .container .steps .step .sign span {
    width: 45rem;
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .s_g_flow .container .steps .step .sign span {
    width: 70rem;
    height: 70rem;
  }
}
.s_g_flow .container .steps .step .sign span.coral {
  background-color: #F77171;
}
.s_g_flow .container .steps .step .sign span.blue {
  background-color: #2FB1EA;
}
.s_g_flow .container .steps .step .sign span.green {
  background-color: #45C445;
}
.s_g_flow .container .steps .step .sign span.black {
  background-color: #000000;
}
.s_g_flow .container .steps .step .step_ttl {
  text-align: center;
  padding-top: 35px;
  height: 5em;
}
@media screen and (max-width: 1900px) {
  .s_g_flow .container .steps .step .step_ttl {
    padding-top: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .s_g_flow .container .steps .step .step_ttl {
    height: auto;
  }
}
.s_g_flow .container .steps .step p.desc {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .s_g_flow .container .steps .step p.desc {
    margin-top: 20rem;
  }
}
.s_g_flow .container .steps .step_arw {
  width: 578px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_g_flow .container .steps .step_arw {
    width: 578rem;
  }
}
@media screen and (max-width: 768px) {
  .s_g_flow .container .steps .step_arw {
    display: none;
  }
}
.s_g_flow .container .steps .step_arw svg {
  width: 19px;
  height: 15px;
}
@media screen and (max-width: 1900px) {
  .s_g_flow .container .steps .step_arw svg {
    width: 19rem;
    height: 15rem;
  }
}

.s_n_post_list {
  background-color: #D5F0FA;
  padding-top: 0;
}
.s_n_post_list .container .post_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 70px;
}
@media screen and (max-width: 1900px) {
  .s_n_post_list .container .post_list {
    gap: 50rem 70rem;
  }
}
@media screen and (max-width: 1200px) {
  .s_n_post_list .container .post_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .s_n_post_list .container .post_list {
    grid-template-columns: 1fr;
  }
}
.s_n_post_list .container .post_list .post_item .meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_n_post_list .container .post_list .post_item .meta {
    margin-top: 10rem;
  }
}
.s_n_post_list .container .post_list .post_item .meta .date {
  font-size: 16px;
  color: #2FB1EA;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .s_n_post_list .container .post_list .post_item .meta .date {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s_n_post_list .container .post_list .post_item .meta .date {
    font-size: 24rem;
  }
}
.s_n_post_list .container .post_list .post_item .meta .cat {
  width: 170px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 16px;
  background-color: #2FB1EA;
  color: #FFFFFF;
}
@media screen and (max-width: 1900px) {
  .s_n_post_list .container .post_list .post_item .meta .cat {
    font-size: 16rem;
    width: 170rem;
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .s_n_post_list .container .post_list .post_item .meta .cat {
    font-size: 24rem;
  }
}
.s_n_post_list .container .post_list .post_item .post_ttl {
  font-weight: bold;
  line-height: 1.5;
}
.s_n_post_list .container .post_list .post_item .post_ttl:hover {
  color: #2FB1EA;
  text-decoration: underline;
}

.s_o_comp-info {
  background-color: #D5F0FA;
}
.s_o_comp-info .container .info_list {
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .s_o_comp-info .container .info_list {
    margin-top: 60rem;
  }
}
.s_o_comp-info .container .info_list .info_item {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #A0B3C1;
}
@media screen and (max-width: 1900px) {
  .s_o_comp-info .container .info_list .info_item {
    padding: 20rem;
  }
}
.s_o_comp-info .container .info_list .info_item .key {
  width: 250px;
}
@media screen and (max-width: 1900px) {
  .s_o_comp-info .container .info_list .info_item .key {
    width: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .s_o_comp-info .container .info_list .info_item .key {
    width: 180rem;
  }
}
.s_o_comp-info .container .info_list .info_item .val {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1900px) {
  .s_o_comp-info .container .info_list .info_item .val {
    width: calc(100% - 250rem);
  }
}
@media screen and (max-width: 768px) {
  .s_o_comp-info .container .info_list .info_item .val {
    width: calc(100% - 180rem);
  }
}

@media screen and (max-width: 768px) {
  .o_fv {
    margin-top: 80rem;
  }
}
.o_fv .container {
  position: relative;
  z-index: 2;
}
.o_fv .container .s_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.o_fv .container .s_ttl h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .o_fv .container .s_ttl h2 {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .o_fv .container .s_ttl h2 {
    font-size: 54rem;
  }
}
.o_fv .container .s_ttl p {
  font-size: 21px;
}
@media screen and (max-width: 1900px) {
  .o_fv .container .s_ttl p {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .o_fv .container .s_ttl p {
    font-size: 28rem;
  }
}

.o_main .container .section-description {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .o_main .container .section-description {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .o_main .container .section-description {
    font-size: 24rem;
  }
}
.o_main .container .section-list .list-item {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 1900px) {
  .o_main .container .section-list .list-item {
    font-size: 28rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .o_main .container .section-list .list-item {
    font-size: 32rem;
  }
}
.o_main .container .section-list .list-description {
  margin-top: 10px;
  font-size: 18px;
  word-break: auto-phrase;
}
@media screen and (max-width: 1900px) {
  .o_main .container .section-list .list-description {
    font-size: 18rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .o_main .container .section-list .list-description {
    font-size: 24rem;
  }
}
.o_main .container .section-list .sub-list {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .o_main .container .section-list .sub-list {
    margin-top: 40rem;
  }
}
.o_main .container .section-list .sub-list .sub-list-item {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .o_main .container .section-list .sub-list .sub-list-item {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .o_main .container .section-list .sub-list .sub-list-item {
    font-size: 24rem;
  }
}
.o_main .container .promo-div {
  padding: 40px 60px;
  width: 790px;
  margin: auto;
  background: url("../img/sub/promo_frm.png") no-repeat center center;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1900px) {
  .o_main .container .promo-div {
    width: 790rem;
    padding: 40rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .o_main .container .promo-div {
    background-size: 100% 100%;
    width: 100%;
    padding: 50rem 60rem;
  }
}
.o_main .container .contact-info {
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .o_main .container .contact-info {
    margin-top: 60rem;
  }
}
.o_main .container .contact-info p.sub {
  text-align: center;
}
.o_main .container .contact-info .contact_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  .o_main .container .contact-info .contact_phone {
    gap: 15rem;
  }
}
.o_main .container .contact-info .contact_phone img {
  width: 72px;
}
@media screen and (max-width: 1900px) {
  .o_main .container .contact-info .contact_phone img {
    width: 72rem;
  }
}
.o_main .container .contact-info .contact_phone span.bahn {
  font-size: 85px;
  font-weight: bold;
  color: #2FB1EA;
  margin-bottom: -5px;
}
@media screen and (max-width: 1900px) {
  .o_main .container .contact-info .contact_phone span.bahn {
    font-size: 85rem;
    margin-bottom: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .o_main .container .contact-info .contact_phone span.bahn {
    font-size: 70rem;
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) rotate(2deg);
  }
  50% {
    transform: translate(0, 8px) rotate(-2deg);
  }
  75% {
    transform: translate(-5px, 5px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shape {
  animation: float 6s ease-in-out infinite;
}

/* Randomize animation delays */
.shape:nth-child(2n) {
  animation-delay: -1s;
}

.shape:nth-child(3n) {
  animation-delay: -2s;
}

.shape:nth-child(4n) {
  animation-delay: -3s;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-top: 60px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb {
    padding-top: 60rem;
    gap: 10rem;
  }
}
.breadcrumb .icon_home {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.breadcrumb .icon_home svg {
  width: 22px;
  height: 20px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb .icon_home svg {
    width: 22rem;
    height: 20rem;
  }
}
.breadcrumb .icon_home:hover svg path {
  fill: #2FB1EA;
}
.breadcrumb svg.arw {
  width: 6px;
  height: 11px;
  margin-left: 10px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb svg.arw {
    width: 6rem;
    height: 11rem;
    margin-left: 10rem;
  }
}
.breadcrumb a.s_txt {
  color: black;
}
.breadcrumb a.s_txt:hover {
  color: #2FB1EA;
}

.contact_form {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .contact_form {
    margin-top: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    margin-top: 55rem;
  }
}
.contact_form .step {
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 10px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease-in-out;
}
.contact_form .step.active {
  display: flex;
  flex-direction: column;
  opacity: 1;
  animation: fadeIn 0.8s ease-in-out forwards;
}
@media screen and (max-width: 1900px) {
  .contact_form .step {
    padding: 50rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step {
    padding: 30rem 20rem;
  }
}
.contact_form .step .c_item {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item {
    flex-direction: column;
  }
}
.contact_form .step .c_item span {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item span {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item span {
    font-size: 24rem;
  }
}
.contact_form .step .c_item span.required {
  background-color: #D64B36;
  color: white;
  padding: 1px 15px;
  border-radius: 999px;
  margin-left: 20px;
  font-weight: 100;
  font-size: 80%;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item span.required {
    padding: 1px 15rem;
    margin-left: 20rem;
  }
}
.contact_form .step .c_item span.alert {
  color: #D64B36;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item span.alert {
    margin-top: 10rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item span.alert {
    margin-top: 0;
    margin-left: 5rem;
    font-size: 20rem;
  }
}
.contact_form .step .c_item .c_lbl {
  min-width: 400px;
  display: flex;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item .c_lbl {
    min-width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item .c_lbl {
    min-width: 100%;
    margin-bottom: 10px;
  }
}
.contact_form .step .c_item .c_val {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item .c_val {
    width: calc(100% - 400rem);
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item .c_val {
    width: 100%;
  }
}
.contact_form .step .c_item .c_val.val_div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item .c_val.val_div {
    gap: 20rem 50rem;
  }
}
.contact_form .step .c_item .c_val.val_div label {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item .c_val.val_div label {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item .c_val.val_div label {
    font-size: 24rem;
  }
}
.contact_form .step .c_item.msg {
  align-items: flex-start;
}
.contact_form .step .c_item.msg .c_lbl {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item.msg .c_lbl {
    margin-top: 30rem;
  }
}
.contact_form .step .c_item.privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item.privacy {
    gap: 10rem;
    margin: 20rem auto;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item.privacy {
    margin-top: -10rem;
  }
}
.contact_form .step .c_item.privacy label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item.privacy label {
    gap: 10rem;
    font-size: 16rem;
  }
}
.contact_form .step .c_item.privacy label a {
  text-decoration: underline;
}
.contact_form .step .c_item.privacy label a:hover {
  color: #2FB1EA;
}
.contact_form .step input[type=checkbox],
.contact_form .step input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-right: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1900px) {
  .contact_form .step input[type=checkbox],
  .contact_form .step input[type=radio] {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step input[type=checkbox],
  .contact_form .step input[type=radio] {
    margin-right: 3px;
  }
}
.contact_form .step input[type=checkbox]:checked,
.contact_form .step input[type=radio]:checked {
  border-color: #2FB1EA;
}
.contact_form .step input[type=checkbox]:checked::after,
.contact_form .step input[type=radio]:checked::after {
  display: block;
}
.contact_form .step input[type=checkbox]::after,
.contact_form .step input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background-color: #2FB1EA;
  display: none;
}
@media screen and (max-width: 1900px) {
  .contact_form .step input[type=checkbox]::after,
  .contact_form .step input[type=radio]::after {
    width: 10rem;
    height: 10rem;
  }
}
.contact_form .step input[type=text],
.contact_form .step input[type=email],
.contact_form .step input[type=tel],
.contact_form .step textarea {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 15px;
  background: #F8F8F8;
  width: 100%;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1900px) {
  .contact_form .step input[type=text],
  .contact_form .step input[type=email],
  .contact_form .step input[type=tel],
  .contact_form .step textarea {
    width: calc(100% - 400rem);
    padding: 15rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step input[type=text],
  .contact_form .step input[type=email],
  .contact_form .step input[type=tel],
  .contact_form .step textarea {
    width: 100%;
    margin-top: 20rem;
  }
}
.contact_form .step input[type=text]:focus,
.contact_form .step input[type=email]:focus,
.contact_form .step input[type=tel]:focus,
.contact_form .step textarea:focus {
  border-color: #2FB1EA;
  background: #fff;
}
.contact_form .step textarea {
  height: 200px;
  padding: 15px;
  resize: vertical;
}
@media screen and (max-width: 1900px) {
  .contact_form .step textarea {
    height: 200rem;
    padding: 15rem;
  }
}
.contact_form .step .msg .c_lbl {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.contact_form .step .msg .c_lbl .alert {
  color: black;
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .msg .c_lbl .alert {
    margin-top: 15rem;
  }
}
.contact_form .step.step_confirm .confirm-content {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .confirm-content {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .confirm-content {
    margin-top: 40rem;
  }
}
.contact_form .step.step_confirm .confirm-content .confirm-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 5px;
  border-top: 2px solid black;
}
.contact_form .step.step_confirm .confirm-content .confirm-item:last-child {
  border-bottom: 2px solid black;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item {
    padding: 35rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item {
    padding: 15rem 5rem;
  }
}
.contact_form .step.step_confirm .confirm-content .confirm-item label {
  min-width: 280px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item label {
    min-width: 280rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item label {
    min-width: 270rem;
    font-size: 20rem;
  }
}
.contact_form .step.step_confirm .confirm-content .confirm-item span {
  width: calc(100% - 280px);
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item span {
    width: calc(100% - 280rem);
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item span {
    width: calc(100% - 270rem);
    font-size: 20rem;
  }
}
.contact_form .step.step_confirm .sec_ttl {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .sec_ttl {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .sec_ttl {
    margin-top: 75rem;
  }
}
.contact_form .step.step_thanks .thanks-text {
  margin: 100px auto;
  margin-top: 70px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_thanks .thanks-text {
    margin: 100rem auto;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_thanks .thanks-text {
    margin: 70rem auto;
    margin-top: 50rem;
  }
}
.contact_form .step.step_thanks .sec_ttl {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_thanks .sec_ttl {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_thanks .sec_ttl {
    margin-top: 75rem;
  }
}
.contact_form .step .btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .btn-div {
    gap: 50rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .btn-div {
    gap: 20rem;
    margin-top: 50rem;
    width: 100%;
  }
}
.contact_form .step .btn {
  width: 390px;
  padding: 20px;
  border-radius: 999px;
  background-color: #FFFFFF;
  border: 1px solid #2FB1EA;
  color: #2FB1EA;
  font-weight: bold;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .btn {
    padding: 20rem;
    font-size: 24rem;
    width: 390rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .btn {
    width: 100%;
    height: auto;
    padding: 20rem;
    font-size: 28rem;
  }
}
.contact_form .step .btn:hover {
  background-color: #2FB1EA;
  color: #FFFFFF;
}
.contact_form .step .btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.contact_form .step .btn.btn-back {
  border: 1px solid #45C445;
  color: #45C445;
}
.contact_form .step .btn.btn-back:hover {
  background-color: #45C445;
  color: #FFFFFF;
}
.contact_form .step .btn.btn_top {
  border: 1px solid #2CCEB7;
  color: #2CCEB7;
}
.contact_form .step .btn.btn_top:hover {
  background-color: #2CCEB7;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .breadcrumb-div {
    padding: 0 40rem;
  }
}

.news-detail {
  background-color: #D5F0FA;
}
.news-detail .container {
  padding: 50px 60px;
  background-color: #FFFFFF;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .news-detail .container {
    padding: 50rem 60rem;
    border-radius: 50rem;
  }
}
.news-detail .container .breadcrumb {
  padding-top: 0;
}
.news-detail .container .news-detail__content {
  padding-top: 70px;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content {
    padding-top: 70rem;
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-detail__content {
    max-width: 100%;
  }
}
.news-detail .container .news-detail__content .news-detail__header .cat_name {
  width: 170px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 16px;
  background-color: #2FB1EA;
  color: #FFFFFF;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__header .cat_name {
    font-size: 16rem;
    width: 170rem;
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-detail__content .news-detail__header .cat_name {
    font-size: 24rem;
  }
}
.news-detail .container .news-detail__content .news-detail__header .date {
  font-size: 16px;
  color: #2FB1EA;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  display: block;
  text-align: right;
  padding: 15px 0;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__header .date {
    font-size: 16rem;
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-detail__content .news-detail__header .date {
    font-size: 24rem;
  }
}
.news-detail .container .news-detail__content .news-detail__header .title {
  padding: 15px 0;
  border-bottom: 1px solid #2FB1EA;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__header .title {
    padding: 15rem 0;
  }
}
.news-detail .container .news-detail__content .news-detail__body {
  margin-top: 35px;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__body {
    margin-top: 35rem;
  }
}
.news-detail .container .news-detail__content .news-detail__body .content {
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__body .content {
    margin-top: 10rem;
  }
}
.news-detail .container .news-detail__content .news-detail__body .news-detail__image {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__body .news-detail__image {
    margin-top: 50rem;
  }
}
.news-detail .container .news-detail__content .news-detail__footer {
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__footer {
    margin-top: 100rem;
  }
}
.news-detail .container .news-detail__content .news-detail__footer .btn {
  width: 400px;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  border: 1px solid #2FB1EA;
  background-color: #FFFFFF;
}
.news-detail .container .news-detail__content .news-detail__footer .btn:hover {
  background-color: #2FB1EA;
  color: #FFFFFF;
}
.news-detail .container .news-detail__content .news-detail__footer .btn:hover span {
  color: #FFFFFF;
}
.news-detail .container .news-detail__content .news-detail__footer .btn:hover svg path {
  transform: translateX(0.5vw);
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__footer .btn {
    width: 400rem;
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .container .news-detail__content .news-detail__footer .btn {
    width: 100%;
    padding: 30rem;
  }
}
.news-detail .container .news-detail__content .news-detail__footer .btn span {
  margin-left: 30px;
  color: #2FB1EA;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__footer .btn span {
    margin-left: 30rem;
  }
}
.news-detail .container .news-detail__content .news-detail__footer .btn svg {
  width: 53px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 1900px) {
  .news-detail .container .news-detail__content .news-detail__footer .btn svg {
    width: 53rem;
    height: 54rem;
  }
}

.error-message {
  position: absolute;
  z-index: 10;
  bottom: -10px;
  right: 0;
  font-size: 14px;
  color: red;
}
@media screen and (max-width: 1900px) {
  .error-message {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .error-message {
    font-size: 18rem;
  }
}

.error-container {
  margin-top: 5px;
}

.c_item {
  position: relative;
}/*# sourceMappingURL=sub-style.css.map */