@charset "UTF-8";
/*
 * Base Group
 */
.lh-tight {
  line-height: 1.2;
}

.lh-normal {
  line-height: 1.5;
}

.lh-loose {
  line-height: 1.8;
}

.ls-tight {
  letter-spacing: -0.04em;
}

.ls-normal {
  letter-spacing: 0em;
}

.ls-loose {
  letter-spacing: 0.04em;
}

/*
font size settings
$font-sizes:最小値と最大値を指定
記入例：@include font-size(mapname);
*/
/*
 * Base Group
 */
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #07162B;
  font-size: clamp(0.8125rem, 0.6875rem + 0.4166666667vw, 1rem);
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #07162B;
}
a:hover, a:active {
  color: rgb(19.88, 62.48, 122.12);
}

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

p {
  font-weight: 500;
}

.blurIn {
  opacity: 0;
  filter: blur(10px);
  animation: blurIn 1s ease-out forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
/*
 * Layout Group
 */
/*
 * Base Group
 */
.ly_header_inner {
  max-width: 1600px;
  margin: 0 auto;
}

.ly_cont {
  background-color: #fff;
}

.ly_contHidden {
  overflow: hidden;
  background-color: #fff;
}

.ly_cont_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .ly_cont_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.ly_footer {
  position: relative;
  background-color: #F1F5F7;
  padding-bottom: 20px;
}
.ly_footer:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
}

.ly_footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}

/*
 * Module Group - Block
 */
/*
 * Base Group
 */
.bl_header {
  position: relative;
}

.bl_header_inner {
  position: relative;
  max-width: 1600px;
  width: 100%;
  height: 90px;
  padding: 0 4%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .bl_header_inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 896px) {
  .bl_header_inner {
    height: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 896px) {
  .bl_header_logo {
    width: 60%;
  }
}

@media screen and (max-width: 896px) {
  .bl_header_logo_img {
    height: 50px;
    width: auto;
  }
}

.bl_header_logo_wrapper {
  display: flex;
  align-items: center;
}

.bl_header_ttl {
  font-size: clamp(0.9375rem, 0.7291666667rem + 0.6944444444vw, 1.25rem);
  font-weight: 600;
}

.bl_header_btns {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 896px) {
  .bl_header_btns {
    width: 26.666%;
    gap: 0;
  }
}

.bl_header_btns_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .bl_header_btns_item {
    width: 50%;
  }
}

@media screen and (max-width: 896px) {
  .bl_header_btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bl_header_btn.__tel {
    background-color: #2563EB;
    line-height: 0;
  }
  .bl_header_btn.__line {
    background-color: #16A34A;
    line-height: 0;
  }
}

@media screen and (max-width: 896px) {
  .bl_header_btn_img {
    width: auto;
    height: 25px;
  }
}

/*
 * Base Group
 */
.bl_footer {
  position: relative;
  background-color: #2B4A67;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 25px;
}

.bl_footer_ttl {
  font-weight: 600;
}

.bl_footer_txt {
  font-size: clamp(0.75rem, 0.6666666667rem + 0.2777777778vw, 0.875rem);
  font-weight: 500;
  margin-top: 10px;
}

/*
 * Base Group
 */
.bl_container.__middle {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .bl_container.__middle {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.bl_container.__small {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .bl_container.__small {
    padding-right: 4%;
    padding-left: 4%;
  }
}

/*
 * Base Group
 */
.bl_ttl {
  position: relative;
  font-size: clamp(1.5625rem, 0.8541666667rem + 2.3611111111vw, 2.625rem);
  font-weight: 700;
  color: #074C8E;
  text-align: center;
  z-index: 10;
}
.bl_ttl:after {
  position: absolute;
  top: calc(min(7.5vw, 90px) * -1);
  left: 50%;
  transform: translateX(-50%);
  font-family: Roboto;
  font-size: 114px;
  font-size: clamp(2.375rem, -0.7916666667rem + 10.5555555556vw, 7.125rem);
  line-height: 1;
  color: #EFEFEF;
  z-index: -1;
}
.bl_ttl.__wt {
  color: #fff;
}
.bl_ttl.__wt:after {
  color: #477BAD;
}
.bl_ttl .__small {
  font-size: clamp(0.9375rem, 0.7291666667rem + 0.6944444444vw, 1.25rem);
  display: block;
  line-height: 0;
}

/*
 * Base Group
 */
.bl_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 780px;
  width: 100%;
  min-height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .bl_btns {
    gap: 15px;
  }
}

.bl_btns_item {
  line-height: 0;
  text-align: center;
}
.bl_btns_item:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .bl_btns_item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .bl_btns_item {
    width: 100%;
  }
}

/*
 * Base Group
 */
.bl_cta {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #F6B647;
  padding: 8px 2%;
  z-index: 9999;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 479px) {
  .bl_cta {
    display: block;
  }
}

.bl_cta_ttl {
  font-size: 16px;
  font-weight: 900;
}

.bl_cta_wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
}

/*
 * Module Group - Element
 */
/*
 * Base Group
 */
.el_btn {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #BAD662;
  max-width: 216px;
  width: 100%;
  text-align: center;
  padding: 11px 0.5rem;
  font-size: clamp(0.8125rem, 0.6875rem + 0.4166666667vw, 1rem);
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #BAD662;
  border-radius: 25px;
  overflow: hidden;
}
.el_btn::before {
  content: attr(data-text);
  font-weight: 600;
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.2s ease 0.6s;
  z-index: 5;
}
.el_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.el_btn:hover::before {
  clip-path: inset(0 0 0 0);
}
.el_btn:hover::after {
  border-radius: 25px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transition: border-radius 0.2s ease, left 0.2s ease 0.2s, width 0.2s ease 0.4s, height 0.2s ease 0.6s;
}
.el_btn:not(:hover)::after {
  transition: height 0.2s ease, width 0.2s ease 0.2s, left 0.2s ease 0.4s, border-radius 0.2s ease 0.6s;
}
.el_btn:link, .el_btn:visited {
  color: #fff;
}
.el_btn.el_btn__w560 {
  max-width: 560px;
}
.el_btn.el_btn__wMax {
  max-width: 100%;
}
.el_btn.el_btn__whiteBlue {
  color: #418DA8;
  background-color: #fff;
  border: 1px solid #40BCEA;
}
.el_btn.el_btn__whiteBlue::before {
  color: #fff;
}
.el_btn.el_btn__whiteBlue::after {
  background-color: #418DA8;
}
.el_btn.el_btn__whiteOrange {
  color: #D88F5A;
  background-color: #fff;
  border: 1px solid #D88F5A;
}
.el_btn.el_btn__whiteOrange::before {
  color: #fff;
}
.el_btn.el_btn__whiteOrange::after {
  background-color: #D88F5A;
}
.el_btn.el_btn__limeGreen {
  color: #fff;
  background: linear-gradient(90deg, #BAD662 0%, #96B928 100%);
  border: 1px solid #BAD662;
}
.el_btn.el_btn__limeGreen::before {
  color: #3C626F;
}
.el_btn.el_btn__submit {
  width: 100%;
  cursor: pointer;
  color: #fff;
  background-color: #95654C;
  border: 1px solid #95654C;
  border-radius: 6px;
}
.el_btn.el_btn__submit::after {
  display: none;
}
.el_btn.el_btn__submit:hover {
  color: #95654C;
  background-color: #fff;
}
.el_btn.el_btn__submit:hover:link {
  color: #95654C;
}
.el_btn.el_btn__submit:hover::after {
  display: none;
}

/*
 * Base Group
 */
.el_miniTtl {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.el_miniTtl:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 9px;
}
.el_miniTtl.el_miniTtl__skyBlue {
  color: #40BCEA;
}
.el_miniTtl.el_miniTtl__skyBlue:before {
  background-color: #40BCEA;
}
.el_miniTtl.el_miniTtl__coralOrange {
  color: #D88F5A;
}
.el_miniTtl.el_miniTtl__coralOrange:before {
  background-color: #D88F5A;
}
.el_miniTtl.el_miniTtl__white {
  color: #fff;
}
.el_miniTtl.el_miniTtl__white:before {
  background-color: #fff;
}

/*
 * Base Group
 */
.el_dottedLine {
  position: relative;
  height: 90px;
  /* 必要な高さに応じて調整 */
  width: 100%;
  /* 必要な幅に応じて調整 */
}
@media screen and (max-width: 479px) {
  .el_dottedLine {
    height: 40px;
  }
}

.el_dottedLine::before,
.el_dottedLine::after {
  content: "";
  position: absolute;
  height: 1px;
  background: repeating-linear-gradient(90deg, #999999 0, #999999 4px, transparent 4px, transparent 8px);
}

.el_dottedLine::before {
  top: 0;
  left: 0;
  width: 39%;
}

.el_dottedLine::after {
  bottom: 0;
  right: 0;
  width: 61%;
}

.el_dottedLine_vertical {
  position: absolute;
  left: 39%;
  top: 0;
  height: 100%;
  width: 1px;
  background: repeating-linear-gradient(0deg, #999999 0, #999999 4px, transparent 4px, transparent 8px);
}

/*
 * Pages Group
 * 各種ページの設定
 */
/*
 * Base Group
 */
.pa_mv {
  position: relative;
}

.pa_mv_obi {
  position: relative;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F78900;
}

.pa_mv_obi_ttl {
  font-size: clamp(1.0625rem, 0.6875rem + 1.25vw, 1.625rem);
  font-weight: 700;
  color: #fff;
}

.pa_mv_main {
  background-image: url(../images/index/mv_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 595px;
}
@media (min-width: 1600px) {
  .pa_mv_main {
    background-position: top 20% center;
  }
}
@media screen and (max-width: 896px) {
  .pa_mv_main {
    padding: 0 4%;
    background-image: url(../images/index/mv_bg_tab@2x.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    align-items: flex-start;
    min-height: auto;
  }
}
@media screen and (max-width: 479px) {
  .pa_mv_main {
    background-image: url(../images/index/mv_bg_sp@2x.jpg);
  }
}

.pa_mv_wrapper {
  position: relative;
  margin-top: 42px;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .pa_mv_wrapper {
    display: flex;
    flex-direction: column;
    min-height: 70vh;
  }
  .pa_mv_wrapper .pa_mv_txt.__last {
    margin-top: auto;
  }
}
@media screen and (max-width: 479px) {
  .pa_mv_wrapper {
    min-height: 50vh;
  }
}

.pa_mv_bottom {
  background-color: #F6B647;
}

.pa_mv_bottom_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 30px;
  min-height: 160px;
  padding: 20px 4%;
}
@media screen and (max-width: 896px) {
  .pa_mv_bottom_wrapper {
    gap: 5px;
    min-height: 120px;
    padding: 10px 4%;
  }
}

.pa_mv_bottom_item {
  line-height: 0;
  text-align: center;
}
.pa_mv_bottom_item:nth-of-type(2), .pa_mv_bottom_item:nth-of-type(3) {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .pa_mv_bottom_item:nth-of-type(2), .pa_mv_bottom_item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .pa_mv_bottom_item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 896px) {
  .pa_mv_bottom_item {
    width: calc((100% - 5px) / 2);
  }
}

/*
 * Base Group
 */
.pa_manga {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  .pa_manga {
    margin-top: 10px;
  }
}

.pa_manga_wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.pa_manga_wrapper > img {
  line-height: 0;
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 479px) {
  .pa_manga_wrapper > img {
    width: 100%;
  }
  .pa_manga_wrapper > img:nth-of-type(3) {
    order: 4;
  }
}

/*
 * Base Group
 */
.pa_reason {
  background-color: #F6F8FB;
}
@media screen and (max-width: 896px) {
  .pa_reason {
    margin-top: 30px;
  }
}

.pa_reason_inner {
  padding-top: 150px;
}
@media (max-width: 896px) {
  .pa_reason_inner {
    padding-top: calc(150px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_reason_inner {
    padding-top: calc(150px * 0.5);
  }
}
.pa_reason_inner {
  padding-bottom: 90px;
}
@media (max-width: 896px) {
  .pa_reason_inner {
    padding-bottom: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_reason_inner {
    padding-bottom: calc(90px * 0.5);
  }
}

.pa_reason_ttl.bl_ttl:after {
  content: "REASON";
}

.pa_reason_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media screen and (max-width: 479px) {
  .pa_reason_media {
    margin-top: 28px;
  }
}

.pa_reason_media_img {
  width: 45.898%;
  line-height: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pa_reason_media_img > img {
  line-height: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 479px) {
  .pa_reason_media_img {
    width: 100%;
  }
}

.pa_reason_media_body {
  width: 54.102%;
  background-color: #fff;
  padding: 4% 2.5%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 479px) {
  .pa_reason_media_body {
    width: 100%;
  }
}

.pa_reason_media_ttl {
  font-size: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 1.875rem);
  font-weight: 700;
  color: #074C8E;
}

.pa_reason_media_txt {
  margin-top: 15px;
  line-height: 1.6;
}
.pa_reason_media_txt .__red {
  font-weight: 700;
  color: #D71717;
}

.pa_reason_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .pa_reason_cards {
    gap: 15px;
  }
}

.pa_reason_cards_item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 896px) {
  .pa_reason_cards_item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 479px) {
  .pa_reason_cards_item {
    width: 100%;
  }
}

.pa_reason_cards_img {
  border-radius: 15px;
  line-height: 0;
}
.pa_reason_cards_img > img {
  border-radius: 15px;
  line-height: 0;
}
@media screen and (max-width: 479px) {
  .pa_reason_cards_img > img {
    width: 100%;
  }
}

.pa_reason_cards_body {
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .pa_reason_cards_body {
    margin-top: 10px;
  }
}

.pa_reason_cards_ttl {
  font-size: clamp(1.0625rem, 0.6875rem + 1.25vw, 1.625rem);
  font-weight: 700;
  color: #074C8E;
}

.pa_reason_cards_txt {
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .pa_reason_cards_txt {
    margin-top: 8px;
  }
}

/*
 * Base Group
 */
.pa_choice {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 896px) {
  .pa_choice {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_choice {
    margin-top: calc(80px * 0.5);
  }
}

.pa_choice_ttl {
  text-align: center;
}
@media screen and (max-width: 479px) {
  .pa_choice_ttl {
    padding: 0 4%;
  }
}

.pa_choice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 57px;
}

.pa_choice_list_item {
  text-align: center;
  width: calc((100% - 36px) / 3);
  background-color: #FFFDF1;
  border: 3px solid #025EB7;
  border-radius: 15px;
}
@media screen and (max-width: 896px) {
  .pa_choice_list_item {
    width: calc((100% - 18px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .pa_choice_list_item {
    width: 100%;
  }
}

.pa_choice_list_ttl {
  position: relative;
  top: -18px;
  display: inline-block;
  font-size: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #025EB7;
  border-radius: 50px;
  width: 154px;
  line-height: 36px;
}

.pa_choice_list_img {
  padding: 35px 1em 27px 1em;
}

.pa_choice_list_body {
  position: relative;
  padding: 0 23px 30px 23px;
}

.pa_choice_list_subttl {
  font-size: clamp(1.25rem, 0.9166666667rem + 1.1111111111vw, 1.75rem);
  font-weight: 700;
  color: #F78900;
}

.pa_choice_list_txt {
  color: #515151;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .pa_choice_list_txt {
    margin-top: 10px;
  }
}

/*
 * Base Group
 */
.pa_service {
  overflow: hidden;
  background-color: #26619A;
  padding-top: 140px;
}
@media (max-width: 896px) {
  .pa_service {
    padding-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_service {
    padding-top: calc(140px * 0.5);
  }
}
.pa_service {
  padding-bottom: 80px;
}
@media (max-width: 896px) {
  .pa_service {
    padding-bottom: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_service {
    padding-bottom: calc(80px * 0.5);
  }
}
.pa_service {
  margin-top: 80px;
}
@media (max-width: 896px) {
  .pa_service {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_service {
    margin-top: calc(80px * 0.5);
  }
}

.pa_service_ttl.bl_ttl:after {
  content: "SERVICE";
}

.pa_service_list {
  margin-top: 80px;
}
@media (max-width: 896px) {
  .pa_service_list {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_service_list {
    margin-top: calc(80px * 0.5);
  }
}

.pa_service_list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 896px) {
  .pa_service_list_item {
    gap: 14px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 479px) {
  .pa_service_list_item {
    gap: 8px;
    margin-top: 30px;
  }
}

.pa_service_list_img {
  width: 51.666%;
  border-radius: 15px;
  line-height: 0;
}
.pa_service_list_img > img {
  border-radius: 15px;
  line-height: 0;
}
@media screen and (max-width: 479px) {
  .pa_service_list_img {
    width: 100%;
  }
}

.pa_service_list_body {
  width: calc(48.334% - 30px);
  padding: 30px;
}
@media screen and (max-width: 896px) {
  .pa_service_list_body {
    width: calc(48.334% - 14px);
    padding: 18px;
  }
}
@media screen and (max-width: 479px) {
  .pa_service_list_body {
    width: 100%;
    padding: 12px;
  }
}

.pa_service_list_ttl {
  font-size: clamp(1.25rem, 0.9166666667rem + 1.1111111111vw, 1.75rem);
  font-weight: 700;
  color: #fff;
}
.pa_service_list_ttl .__small {
  display: block;
  font-size: clamp(0.8125rem, 0.6875rem + 0.4166666667vw, 1rem);
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .pa_service_list_ttl .__small {
    margin-bottom: 10px;
  }
}

.pa_service_list_txt {
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .pa_service_list_txt {
    margin-top: 10px;
  }
}

/*
 * Base Group
 */
.pa_achievements {
  position: relative;
  background-color: #F6F8FB;
  padding-top: 200px;
}
@media (max-width: 896px) {
  .pa_achievements {
    padding-top: calc(200px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_achievements {
    padding-top: calc(200px * 0.5);
  }
}
.pa_achievements {
  padding-bottom: 80px;
}
@media (max-width: 896px) {
  .pa_achievements {
    padding-bottom: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_achievements {
    padding-bottom: calc(80px * 0.5);
  }
}

.pa_achievements_ttl.bl_ttl:after {
  content: "ACHIEVEMENTS";
}

.pa_achievements_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 55px;
}

.pa_achievements_item {
  position: relative;
  width: 26.666%;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 20px 35px 20px;
}
.pa_achievements_item.__voice {
  width: 41.666%;
  display: flex;
  flex-direction: column;
  padding: 20px 30px 35px 30px;
}
.pa_achievements_item.__voice .pa_achievements_item_img {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pa_achievements_item.__voice .pa_achievements_item_img > img {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 479px) {
  .pa_achievements_item.__voice .pa_achievements_item_img > img {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .pa_achievements_item.__voice {
    width: 100%;
    min-height: 377px;
  }
}
@media screen and (max-width: 479px) {
  .pa_achievements_item.__voice {
    padding: 20px 20px 35px 20px;
  }
}
@media screen and (max-width: 896px) {
  .pa_achievements_item {
    width: 100%;
  }
}

.pa_achievements_item_ttl {
  font-size: clamp(1.25rem, 0.9166666667rem + 1.1111111111vw, 1.75rem);
  font-weight: 700;
  color: #074C8E;
}

.pa_achievements_item_img {
  margin-top: 20px;
  line-height: 0;
}
.pa_achievements_item_img > img {
  line-height: 0;
}

.pa_achievements_item_voice_wrapper {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.pa_achievements_item_voice_body {
  position: relative;
  text-align: left;
  padding: 1px;
}

.pa_achievements_item_voice_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s;
  padding: 1px;
}
.pa_achievements_item_voice_img:hover {
  opacity: 0;
}
.pa_achievements_item_voice_img > img {
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .pa_achievements_item_voice_img {
    display: flex;
    align-items: flex-end;
    background-color: #fff;
  }
}

.pa_achievements_item_voice_time > time {
  color: #074C8E;
}

.pa_achievements_item_voice_ttl {
  font-size: clamp(0.9375rem, 0.7291666667rem + 0.6944444444vw, 1.25rem);
}
.pa_achievements_item_voice_ttl .__color {
  color: #F78900;
}

.pa_achievements_item_voice_txt {
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid #26619A;
}

.splide__track {
  flex: 1;
}

.splide__arrows,
.splide__pagination {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.splide__arrows {
  bottom: 10px;
}

.splide__arrow {
  background: #26619A;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.splide__arrow svg {
  fill: #fff;
}

.splide__pagination__page {
  background: #26619A;
}
.splide__pagination__page.is-active {
  background: #F78900;
}

/*
 * Base Group
 */
.pa_cost {
  position: relative;
  margin-top: 155px;
}
@media (max-width: 896px) {
  .pa_cost {
    margin-top: calc(155px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_cost {
    margin-top: calc(155px * 0.5);
  }
}

.pa_cost_ttl.bl_ttl:after {
  content: "COST";
}

.pa_cost_list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 100px;
}
@media screen and (max-width: 896px) {
  .pa_cost_list {
    gap: 68px 18px;
  }
}
@media screen and (max-width: 479px) {
  .pa_cost_list {
    gap: 68px;
  }
}

.pa_cost_item {
  text-align: center;
  width: calc((100% - 36px) / 3);
  border-radius: 15px;
}
.pa_cost_item.__s {
  border: 4px solid #025EB7;
}
.pa_cost_item.__m {
  border: 4px solid #26619A;
}
.pa_cost_item.__l {
  border: 4px solid #2B4A67;
}
@media screen and (max-width: 896px) {
  .pa_cost_item {
    width: calc((100% - 18px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .pa_cost_item {
    width: 100%;
  }
}

.pa_cost_list_ttl {
  position: relative;
  top: -50px;
}

.pa_cost_list_img {
  padding: 0 23px 20px 23px;
  margin-top: -25px;
}

.pa_cost_list_body {
  position: relative;
  padding: 0 23px 30px 23px;
}

.pa_cost_list_subttl {
  display: inline-block;
  font-size: clamp(0.875rem, 0.7083333333rem + 0.5555555556vw, 1.125rem);
  font-weight: 700;
  color: #fff;
  background-color: #074C8E;
  text-align: center;
  border-radius: 30px;
  line-height: 30px;
  padding: 0 1.5em;
}
.pa_cost_list_subttl.__kaitori {
  background-color: #F78900;
  margin-top: 10px;
}

.pa_cost_list_price {
  position: relative;
  margin-top: 10px;
}
.pa_cost_list_price.__kaitori .pa_cost_list_dt {
  min-height: 3.6em;
  line-height: 1.8;
}
.pa_cost_list_price.__kaitori .pa_cost_list_dd {
  position: relative;
  font-size: clamp(1.125rem, 0.75rem + 1.25vw, 1.6875rem);
  line-height: 1.8;
}
.pa_cost_list_price.__kaitori .pa_cost_list_dd .__red {
  font-size: clamp(1.5rem, 0.9166666667rem + 1.9444444444vw, 2.375rem);
  color: #E5250B;
  word-break: keep-all;
}
.pa_cost_list_price.__kaitori .pa_cost_list_dd:after {
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 40px;
  height: 40px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  background-color: #F78900;
}
@media screen and (max-width: 1200px) {
  .pa_cost_list_price.__kaitori .pa_cost_list_dd {
    line-height: 1;
    margin-top: 30px;
  }
  .pa_cost_list_price.__kaitori .pa_cost_list_dd:after {
    top: -25px;
  }
}

.pa_cost_list_dt {
  font-size: clamp(0.875rem, 0.7083333333rem + 0.5555555556vw, 1.125rem);
  font-weight: 500;
  text-align: left;
}

.pa_cost_list_dd {
  font-size: clamp(1.0625rem, 0.6875rem + 1.25vw, 1.625rem);
  font-weight: 500;
  text-align: right;
  line-height: 1.8;
}

/*
 * Base Group
 */
.pa_flow {
  position: relative;
  overflow: hidden;
  background-color: #26619A;
  padding-top: 155px;
}
@media (max-width: 896px) {
  .pa_flow {
    padding-top: calc(155px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_flow {
    padding-top: calc(155px * 0.5);
  }
}
.pa_flow {
  padding-bottom: 80px;
}
@media (max-width: 896px) {
  .pa_flow {
    padding-bottom: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_flow {
    padding-bottom: calc(80px * 0.5);
  }
}
.pa_flow {
  margin-top: 120px;
}
@media (max-width: 896px) {
  .pa_flow {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_flow {
    margin-top: calc(120px * 0.5);
  }
}

.pa_flow_ttl.bl_ttl:after {
  content: "FLOW";
}

.pa_flow_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 55px;
}
@media screen and (max-width: 896px) {
  .pa_flow_wrapper {
    gap: 40px 20px;
  }
}

.pa_flow_item {
  width: 43.945%;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 40px 50px 40px;
}
@media screen and (max-width: 896px) {
  .pa_flow_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 20px 40px 20px;
  }
}

@media screen and (max-width: 896px) {
  .pa_flow_body {
    width: 33%;
  }
}
@media screen and (max-width: 479px) {
  .pa_flow_body {
    width: 100%;
  }
}

.pa_flow_img {
  text-align: center;
  line-height: 0;
}
.pa_flow_img > img {
  line-height: 0;
}

.pa_flow_item_ttl {
  font-size: clamp(1.25rem, 0.9166666667rem + 1.1111111111vw, 1.75rem);
  font-weight: 700;
  color: #074C8E;
  text-align: center;
  margin-top: 20px;
}

.pa_flow_list {
  counter-reset: flownum;
  padding-left: 72px;
  margin-top: 20px;
}
.pa_flow_list.__tel .pa_flow_list_item:before {
  background-color: #F78900;
}
.pa_flow_list.__tel .pa_flow_list_item:after {
  background-color: #F78900;
}
.pa_flow_list.__line .pa_flow_list_item:before {
  background-color: #16A34A;
}
.pa_flow_list.__line .pa_flow_list_item:after {
  background-color: #16A34A;
}
@media screen and (max-width: 896px) {
  .pa_flow_list {
    width: 60%;
    margin-top: 0;
    padding-left: 66px;
  }
}
@media screen and (max-width: 479px) {
  .pa_flow_list {
    width: 100%;
    margin-top: 18px;
  }
}

.pa_flow_list_item {
  position: relative;
  font-size: clamp(0.9375rem, 0.7291666667rem + 0.6944444444vw, 1.25rem);
  font-weight: 600;
  margin-top: 32px;
}
.pa_flow_list_item:before {
  position: absolute;
  top: 50%;
  left: -72px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  counter-increment: flownum;
  content: counter(flownum);
  color: #fff;
  font-size: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  line-height: 48px;
}
@media screen and (max-width: 896px) {
  .pa_flow_list_item:before {
    left: -66px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pa_flow_list_item:after {
  position: absolute;
  top: 38px;
  left: -50px;
  width: 3px;
  height: 42px;
  content: "";
}
@media screen and (max-width: 896px) {
  .pa_flow_list_item:after {
    top: 24px;
    left: -48px;
  }
}
.pa_flow_list_item:last-child:after {
  content: none;
}
@media screen and (max-width: 896px) {
  .pa_flow_list_item:nth-of-type(1) {
    margin-top: 0;
  }
}

/*
 * Base Group
 */
.pa_banner {
  position: relative;
  margin-top: 70px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .pa_banner {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .pa_banner_inner.__small {
    padding: 4%;
    line-height: 0;
  }
}

/*
 * Base Group
 */
.pa_faq {
  position: relative;
  background-color: #F6F8FB;
  padding-top: 155px;
}
@media (max-width: 896px) {
  .pa_faq {
    padding-top: calc(155px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_faq {
    padding-top: calc(155px * 0.5);
  }
}
.pa_faq {
  padding-bottom: 80px;
}
@media (max-width: 896px) {
  .pa_faq {
    padding-bottom: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .pa_faq {
    padding-bottom: calc(80px * 0.5);
  }
}

.pa_faq_ttl.bl_ttl:after {
  content: "FAQ";
}

.pa_faq_list {
  margin-top: 55px;
}

.pa_faq_dt {
  position: relative;
  color: #074C8E;
  font-weight: 700;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 24px;
  padding-right: 50px;
  padding-bottom: 24px;
  padding-left: 84px;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 479px) {
  .pa_faq_dt {
    padding-top: 18px;
    padding-right: 38px;
    padding-bottom: 18px;
    padding-left: 84px;
  }
}
.pa_faq_dt.__active {
  color: #fff;
  background-color: #074C8E;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pa_faq_dt.__active:before {
  color: #074C8E;
  background-color: #fff;
}
.pa_faq_dt.__active:after {
  height: 2px;
  background-image: url(../images/index/faq_icon_minus@2x.png);
}
.pa_faq_dt:before {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  content: "Q";
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background-color: #074C8E;
  border-radius: 50%;
}
.pa_faq_dt:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../images/index/faq_icon_plus@2x.png);
  background-size: cover;
}

.pa_faq_dd {
  position: relative;
  color: #074C8E;
  font-weight: 700;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 24px;
  padding-right: 50px;
  padding-bottom: 24px;
  padding-left: 84px;
}
@media screen and (max-width: 479px) {
  .pa_faq_dd {
    padding-top: 18px;
    padding-right: 38px;
    padding-bottom: 18px;
    padding-left: 84px;
  }
}
.pa_faq_dd:before {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  content: "A";
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background-color: #074C8E;
  border-radius: 50%;
}

/*
 * Base Group
 */
.pa_contact {
  position: relative;
  padding-top: 55px;
  padding-bottom: 40px;
  text-align: center;
}

.pa_contact_ttl {
  font-size: clamp(1.5625rem, 0.8541666667rem + 2.3611111111vw, 2.625rem);
  font-weight: 700;
  color: #074C8E;
}

.pa_contact_txt {
  font-size: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 1.5rem);
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .pa_contact_txt .__sp {
    display: none;
  }
}

/*
 * Helper Group
 */
/*
 * Base Group
 */
@media screen and (max-width: 479px) {
  .hp_dSpPc {
    display: none;
  }
}

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

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

.hp_flexSp {
  display: none;
}
@media screen and (max-width: 479px) {
  .hp_flexSp {
    display: flex;
  }
}

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

.hp_sp-tab {
  display: none;
}
@media screen and (max-width: 896px) {
  .hp_sp-tab {
    display: block;
  }
}

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

.hp_base {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .hp_base {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.hp_bgcLightGray {
  background-color: #F0F0F0;
}

.hp_bgGradeSkyBlue {
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
}

.hp_fs2 {
  font-size: clamp(0.9375rem, 0.7291666667rem + 0.6944444444vw, 1.25rem);
}

.hp_tar {
  text-align: right;
}

.hp_tac {
  text-align: center;
}

.hp_tal {
  text-align: left;
}

.hp_fwB {
  font-weight: bold;
}

.hp_mt20 {
  margin-top: 20px;
}
@media (max-width: 896px) {
  .hp_mt20 {
    margin-top: calc(20px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt20 {
    margin-top: calc(20px * 0.5);
  }
}

.hp_mt40 {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .hp_mt40 {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt40 {
    margin-top: calc(40px * 0.5);
  }
}

.hp_mt120 {
  margin-top: 120px;
}
@media (max-width: 896px) {
  .hp_mt120 {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt120 {
    margin-top: calc(120px * 0.5);
  }
}

.hp_space {
  padding-right: 4%;
  padding-left: 4%;
}

.hp_wsnw {
  white-space: nowrap;
}

/*
 * Unique Group
 */
/*
 * program Group
 */
/*
 * Base Group
 */
.js_scroll_active.bl_header {
  background-color: transparent;
  backdrop-filter: blur(30px);
}
.js_scroll_active .bl_header_inner {
  min-height: 80px;
}
.js_scroll_active .bl_header_nav_list.bl_header_nav_list__offWhite {
  padding: 1.089% 6.069%;
}
.js_scroll_active .bl_header_nav_list.bl_header_nav_list__green {
  padding: 1.089% 4.079%;
}
.js_scroll_active .bl_header_nav_link {
  font-size: clamp(0.625rem, 0.5416666667rem + 0.2777777778vw, 0.75rem);
}

/*
 * Original Group
 */
/*
 * Base Group
 */
header .header_menu {
  display: none;
  position: fixed;
  right: 18px;
  top: 23px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10000;
}
header .header_menu div {
  position: relative;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #292929;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
header .header_menu span:nth-child(1) {
  top: 10px;
}
header .header_menu span:nth-child(2) {
  top: 20px;
}
header .header_menu span:nth-child(3) {
  top: 30px;
}
@media screen and (max-width: 1024px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #292929;
}
header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .header_menu.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #292929;
}

#spNav {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 9999;
  overflow: auto;
  /*
  ul {
  	opacity: 0;
  	margin-bottom: 30px;
  	//width: 48%;
  	li {
  		border-bottom: 1px solid #C9C9C9;
  		a {
  			display: block;
  			width: 100%;
  			line-height: 6.2vh;
  			color: #fff;
  			text-decoration: none;
  			color: #333;
  		}
  	}
  }
  */
}
#spNav .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#spNav .spNav_bg {
  position: relative;
  background: linear-gradient(90deg, #40BCEA 0%, #1689B4 100%);
  padding: 3vh 4% 4vh;
  width: 75%;
  height: 100%;
  margin: 0 0 0 auto;
  right: -100%;
}
#spNav .nav {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#spNav .nav > li {
  opacity: 0;
}
#spNav .spNav_inn {
  margin-bottom: 20px;
}
#spNav .spNav_inn .spNav_title {
  margin-bottom: 10px;
}
#spNav .spNav_inn .spNav_title span {
  display: block;
  background: #7A7474;
  color: #fff;
  text-align: center;
  padding: 18px 1em;
  font-size: 1.6rem;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle {
  display: none;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_title_sub {
  background: #D6D2D2;
  padding: 8px 1em;
  font-size: 1.4rem;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_link {
  padding: 10px 0;
  font-size: 1.3rem;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_link a {
  display: inline-block;
  margin: 0 0.8em 8px;
}
#spNav .spNav_pere {
  text-align: center;
}

/*
 * Base Group
 */
.dl01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dl02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dl03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dl04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dl05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dl06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.dl07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.dl08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.dl09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.dl1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.dl15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.dl2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.dl25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.dl3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.dl35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.dl4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.dl45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.dl5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.dl55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.dl6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.dl65s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.dl7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.dl75s {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.dl8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.dl85s {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.dl9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.dl95s {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}
