@charset "UTF-8";
/*
 * Base Group
 */
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #404040;
  font-size: clamp(0.8125rem, 0.72917rem + 0.27778vw, 0.9375rem);
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #000;
}
a:hover, a:active {
  color: #333333;
}

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

/*
 * Layout Group
 */
.ly_header {
  position: fixed;
  background-color: #fff;
  padding: 0 0 0 4%;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
@media (max-width: 1323px) {
  .ly_header.hidden {
    background: transparent;
  }
  .ly_header.hidden .bl_header_logo {
    visibility: hidden;
  }
}
.ly_header.down {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1323px) {
  .ly_header.down {
    opacity: 1;
    visibility: visible;
  }
}

.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_inner {
  max-width: 1200px;
  margin: 0 auto;
}

/*
 * Module Group - Block
 */
.bl_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}

.bl_header_logo {
  max-width: 271px;
  min-width: 162px;
  width: 100%;
}
@media (max-width: 1600px) {
  .bl_header_logo {
    max-width: calc(271 / 1600 * 100vw);
  }
}

.bl_header_menu {
  flex-grow: 1;
}
@media (max-width: 1323px) {
  .bl_header_menu {
    display: none;
  }
}

.bl_header_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bl_header_item {
  padding: 1em;
}
.bl_header_item > a:hover, .bl_header_item > a:active {
  color: #88b8c9;
}

.bl_header_item__blk {
  background-color: #000;
  max-width: 160px;
  width: 100%;
  padding: 0;
  margin-left: 1em;
  border: 1px solid #000;
  transition: 0.3s all;
}
.bl_header_item__blk > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  min-height: 78px;
  padding: 1em;
}
.bl_header_item__blk:hover {
  background-color: #fff;
}
.bl_header_item__blk:hover > a {
  color: #000;
}

.bl_header_item__blue {
  background-color: #498AA2;
  max-width: 160px;
  width: 100%;
  padding: 0;
  border: 1px solid #498AA2;
  transition: 0.3s all;
}
.bl_header_item__blue > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  min-height: 78px;
  padding: 1em;
}
.bl_header_item__blue:hover {
  background-color: #fff;
}
.bl_header_item__blue:hover > a {
  color: #498AA2;
}

.bl_header_item__mm.bl_header_item {
  position: relative;
}
.bl_header_item__mm.bl_header_item:hover > a {
  color: #88b8c9;
}
.bl_header_item__mm.bl_header_item:hover > .bl_header_mm {
  opacity: 1;
  visibility: visible;
}
.bl_header_item__mm .bl_header_mm {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1em;
  width: 15em;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.bl_header_item__mm .bl_header_mm_item {
  padding: 0.5em;
}
.bl_header_item__mm .bl_header_mm_item > a:hover, .bl_header_item__mm .bl_header_mm_item > a:active {
  color: #88b8c9;
}

.bl_media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_media.bl_media__rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 479px) {
  .bl_media {
    flex-wrap: wrap;
  }
}

.bl_media_img {
  width: 48%;
}
.bl_media_img > img {
  transition: all 0.3s;
}
@media screen and (max-width: 479px) {
  .bl_media_img {
    width: 100%;
  }
}

.bl_media_body {
  width: 48%;
}
@media screen and (max-width: 479px) {
  .bl_media_body {
    width: 100%;
    padding-top: 4%;
  }
}

.bl_media_ttl {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(1.0625rem, 0.6875rem + 1.25vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.76923;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .bl_media_ttl {
    margin-bottom: calc(30px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_media_ttl {
    margin-bottom: calc(30px / 2);
  }
}

.bl_media_txt {
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  letter-spacing: 0.1em;
  line-height: 1.78571;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_media_txt {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_media_txt {
    margin-bottom: calc(40px / 2);
  }
}

.bl_media_category {
  font-size: clamp(0.625rem, 0.54167rem + 0.27778vw, 0.75rem);
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

.bl_media_txtmore {
  font-size: clamp(0.625rem, 0.5rem + 0.41667vw, 0.8125rem);
  letter-spacing: 0.1em;
  color: #498AA2;
  text-align: right;
}
.bl_media_txtmore > span {
  font-size: 10px;
}

@media screen and (max-width: 896px) {
  .bl_media__client.bl_media {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.bl_media__client .bl_media_img {
  width: 50%;
}
.bl_media__client .bl_media_img img, .bl_media__client .bl_media_img source {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .bl_media__client .bl_media_img {
    width: 90%;
  }
}
.bl_media__client .bl_media_body {
  width: 50%;
  padding-right: 4%;
  padding-left: 4%;
}
@media screen and (max-width: 896px) {
  .bl_media__client .bl_media_body {
    width: 100%;
  }
}

.bl_media__news .bl_media_img {
  width: 20%;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .bl_media__news .bl_media_img {
    width: 35%;
  }
}
.bl_media__news .bl_media_img > img {
  transition: all 0.3s;
}
.bl_media__news .bl_media_body {
  width: 77%;
}
@media screen and (max-width: 479px) {
  .bl_media__news .bl_media_body {
    width: 60%;
  }
}
.bl_media__news .bl_media_ttl {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
.bl_media__news .bl_media_txt {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .bl_media__news .bl_media_txt {
    display: none;
  }
}
.bl_media__news:hover .bl_media_img > img {
  transition: all 0.3s;
  scale: 1.1;
}

.bl_media__service.bl_media {
  width: 83.333%;
}
.bl_media__service .bl_media_img {
  width: 34%;
}
@media screen and (max-width: 479px) {
  .bl_media__service .bl_media_img {
    width: 100%;
  }
}
.bl_media__service .bl_media_body {
  width: 62%;
}
@media screen and (max-width: 479px) {
  .bl_media__service .bl_media_body {
    width: 100%;
  }
}
.bl_media__service .bl_media_ttl {
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .bl_media__service .bl_media_ttl {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_media__service .bl_media_ttl {
    margin-bottom: calc(20px / 2);
  }
}
.bl_media__service .bl_media_txt {
  font-size: clamp(0.8125rem, 0.72917rem + 0.27778vw, 0.9375rem);
  line-height: 2;
}
.bl_media__service.bl_media__service02 {
  margin-left: 90px;
}
@media (max-width: 1600px) {
  .bl_media__service.bl_media__service02 {
    margin-left: calc(90 / 1600 * 100vw);
  }
}
.bl_media__service.bl_media__service03 {
  margin-left: 180px;
}
@media (max-width: 1600px) {
  .bl_media__service.bl_media__service03 {
    margin-left: calc(180 / 1600 * 100vw);
  }
}

.bl_media__features.bl_media {
  align-items: flex-start;
}
.bl_media__features .bl_media_img {
  width: 34.166%;
}
@media screen and (max-width: 479px) {
  .bl_media__features .bl_media_img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.bl_media__features .bl_media_body {
  width: 60%;
}
@media screen and (max-width: 479px) {
  .bl_media__features .bl_media_body {
    width: 100%;
  }
}

.bl_media__border.bl_media {
  border-bottom: 1px solid #498AA2;
}

.bl_media__profile .bl_media_img {
  width: 18%;
}
@media screen and (max-width: 479px) {
  .bl_media__profile .bl_media_img {
    width: 100%;
  }
}
.bl_media__profile .bl_media_body {
  width: 70%;
}
@media screen and (max-width: 479px) {
  .bl_media__profile .bl_media_body {
    width: 100%;
  }
}

.bl_vmedia {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .bl_vmedia {
    flex-direction: column;
  }
}

.bl_vmedia_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28%;
}
@media screen and (max-width: 479px) {
  .bl_vmedia_wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}

.bl_vmedia_img {
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .bl_vmedia_img {
    margin-bottom: calc(50px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_vmedia_img {
    margin-bottom: calc(50px / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_vmedia_img {
    width: 25%;
  }
}

@media screen and (max-width: 479px) {
  .bl_vmedia_body {
    width: 70%;
  }
}

.bl_vmedia_ttl {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.58333;
  margin-bottom: 36px;
}
@media (max-width: 896px) {
  .bl_vmedia_ttl {
    margin-bottom: calc(36px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_vmedia_ttl {
    margin-bottom: calc(36px / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_vmedia_ttl {
    text-align: left;
  }
}

.bl_vmedia_txt {
  letter-spacing: 0.1em;
  line-height: 2;
}

.bl_heading {
  position: relative;
  text-align: center;
}

.bl_heading_ttl {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(2.125rem, 1.45833rem + 2.22222vw, 3.125rem);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  /*
  > span {
  	color: $color2;
  }
  */
}

.bl_heading_subttl {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.bl_heading_icon {
  position: absolute;
  top: 0;
  right: 0;
}

.bl_heading__left.bl_heading {
  text-align: left;
}
@media screen and (max-width: 896px) {
  .bl_heading__left.bl_heading {
    text-align: center;
  }
}

.bl_heading__white .bl_heading_ttl {
  color: #fff;
}
.bl_heading__white .bl_heading_ttl > span {
  color: #FFF500;
}
.bl_heading__white .bl_heading_subttl {
  color: #fff;
}

.bl_heading_icon__client.bl_heading_icon {
  top: -50px;
  right: 10%;
}
@media screen and (max-width: 1200px) {
  .bl_heading_icon__client.bl_heading_icon {
    right: -50px;
    scale: 0.7;
  }
}

.bl_heading_icon__news.bl_heading_icon {
  top: -50px;
}
@media screen and (max-width: 896px) {
  .bl_heading_icon__news.bl_heading_icon {
    scale: 0.7;
  }
}

.bl_lead {
  text-align: center;
}

.bl_lead_ttl {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(1.875rem, 1.45833rem + 1.38889vw, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #498AA2;
  margin-bottom: 60px;
}
@media (max-width: 896px) {
  .bl_lead_ttl {
    margin-bottom: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_lead_ttl {
    margin-bottom: calc(60px / 2);
  }
}

.bl_lead_txt {
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 896px) {
  .bl_lead_txt {
    text-align: left;
  }
}

.bl_lead__tal.bl_lead {
  text-align: left;
}
.bl_lead__tal .bl_lead_txt {
  line-height: 2;
}

.bl_bgfull {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.bl_bgfull__client.bl_bgfull {
  background-image: url(../images/index/client_bg@2x.png);
  background-position: right 392px;
  background-size: 100% auto;
}
@media screen and (max-width: 896px) {
  .bl_bgfull__client.bl_bgfull {
    background-image: none;
  }
}

.bl_bgfull__nayami.bl_bgfull {
  background-image: url(../images/for_client/nayami_bg@2x.jpg);
  background-position: center;
}

.bl_contact {
  position: relative;
  text-align: center;
  color: #fff;
  background-image: url(../images/common/contact_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 896px) {
  .bl_contact {
    padding-top: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_contact {
    padding-top: calc(60px / 2);
  }
}
@media (max-width: 896px) {
  .bl_contact {
    padding-bottom: calc(80px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_contact {
    padding-bottom: calc(80px / 2);
  }
}

.bl_contact_inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .bl_contact_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.bl_contact_ttl {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(2.375rem, 1.45833rem + 3.05556vw, 3.75rem);
  letter-spacing: 0.05em;
  line-height: 1.33333;
  font-weight: 700;
  margin-bottom: 8px;
}
.bl_contact_ttl > span {
  color: #498AA2;
}

.bl_contact_subttl {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 35px;
}
@media (max-width: 896px) {
  .bl_contact_subttl {
    margin-bottom: calc(35px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_contact_subttl {
    margin-bottom: calc(35px / 2);
  }
}

.bl_contact_txt {
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  letter-spacing: 0.1em;
  line-height: 1.78571;
  margin-bottom: 35px;
}
@media (max-width: 896px) {
  .bl_contact_txt {
    margin-bottom: calc(35px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_contact_txt {
    margin-bottom: calc(35px / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_contact_txt {
    text-align: left;
  }
}

.bl_contact_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .bl_contact_btns {
    flex-wrap: wrap;
  }
}
.bl_contact_btns > .el_btn {
  font-size: clamp(0.875rem, 0.70833rem + 0.55556vw, 1.125rem);
  font-weight: bold;
  padding: 26.5px 0.5rem;
  margin-right: 1em;
}
.bl_contact_btns > .el_btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .bl_contact_btns > .el_btn {
    padding: 12.5px 0.5rem;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.bl_footer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 72px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .bl_footer {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media (max-width: 896px) {
  .bl_footer {
    padding-top: calc(72px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_footer {
    padding-top: calc(72px / 2);
  }
}

.bl_footer_img {
  display: inline-block;
  margin-bottom: 40px;
}

.bl_footer_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 150px;
}
@media (max-width: 896px) {
  .bl_footer_menu {
    margin-bottom: calc(150px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_footer_menu {
    margin-bottom: calc(150px / 2);
  }
}
@media screen and (max-width: 896px) {
  .bl_footer_menu {
    display: none;
  }
}

.bl_footer_item > a:hover, .bl_footer_item > a:active {
  color: #88b8c9;
}

.bl_footer_bigmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.bl_footer_box {
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 0.5em 1em;
}
@media screen and (max-width: 896px) {
  .bl_footer_box {
    width: 100%;
  }
}

.bl_footer_box_item {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_footer_box_item {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_footer_box_item {
    margin-bottom: calc(40px / 2);
  }
}

.bl_footer_ttl {
  font-size: clamp(0.875rem, 0.70833rem + 0.55556vw, 1.125rem);
  font-weight: 500;
  border-bottom: 1px solid #498AA2;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-bottom: 12px;
}

.bl_footer_links .bl_footer_item {
  border-bottom: 1px dotted #eee;
  padding-bottom: 8px;
  padding-left: 1em;
  margin-bottom: 8px;
}

.bl_copyright {
  background-color: #000;
  color: #fff;
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  text-align: center;
  padding: 14px 0;
}
.bl_copyright a:link, .bl_copyright a:visited {
  color: #fff;
}
@media screen and (max-width: 479px) {
  .bl_copyright {
    padding: 14px 0 120px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  left: 2%;
  bottom: 10px;
  z-index: 90;
}
#pagetop a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #498AA2;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}

#bl_bana_woman {
  display: none;
  position: fixed;
  right: 1%;
  bottom: 7px;
  max-width: 30%;
  z-index: 90;
}
@media screen and (max-width: 479px) {
  #bl_bana_woman {
    /*left: 1%; bottom: 4px;*/
    right: 1%;
    bottom: 4px;
    max-width: 70%;
  }
}
#bl_bana_woman a img {
  transition: all 0.3s;
}
#bl_bana_woman a:hover img {
  transform: scale(1.05);
}

.bl_h1heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  padding-left: 12.5%;
  padding-bottom: 20px;
}
.bl_h1heading:before, .bl_h1heading:after {
  position: absolute;
  content: "";
  width: 93.75%;
  height: 200px;
  z-index: -1;
}
.bl_h1heading:before {
  bottom: 0;
  left: 0;
  background-color: #E8E8E8;
}
.bl_h1heading:after {
  top: 0;
  right: 0;
  height: 280px;
  background-color: #E4EDF0;
}
@media screen and (max-width: 479px) {
  .bl_h1heading {
    height: 250px;
  }
  .bl_h1heading:before, .bl_h1heading:after {
    height: 150px;
  }
  .bl_h1heading:after {
    height: 230px;
  }
}

.bl_h1heading_ttl {
  font-size: clamp(1.875rem, 1.45833rem + 1.38889vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 80px;
}

.bl_h1heading_subttl {
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.bl_iconHeading {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #498AA2;
}

.bl_iconHeading_ttl {
  font-size: clamp(1.875rem, 1.45833rem + 1.38889vw, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  margin-left: 40px;
}
@media screen and (max-width: 896px) {
  .bl_iconHeading_ttl {
    margin-left: 30px;
  }
}
@media screen and (max-width: 479px) {
  .bl_iconHeading_ttl {
    margin-left: 20px;
  }
}

.bl_iconHeading_subttl {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-left: 20px;
}

.bl_iconHeading_subttl_post {
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-left: 20px;
  font-weight: 700;
  padding: 18px 0;
}

.bl_form {
  max-width: 800px;
  margin: 0 auto;
}

.bl_form_item {
  position: relative;
  margin-bottom: 1em;
}
.bl_form_item label {
  display: inline-block;
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  font-weight: bold;
  margin-bottom: 8px;
}
.bl_form_item label small.req {
  border-radius: 6px;
  display: inline-block;
  font-size: 70%;
  color: #fff;
  background: #c00;
  padding: 1px 4px;
  margin-left: 4px;
}
.bl_form_item label small.req.__any {
  background: #9e9e9e;
}
.bl_form_item input, .bl_form_item textarea {
  width: 100%;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.bl_form_item input:-webkit-autofill, .bl_form_item textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}
.bl_form_item select {
  border: none;
  padding: 8px 8px;
}

.bl_form_name {
  max-width: 350px;
}
.bl_form_name > p {
  display: flex;
  justify-content: space-between;
}
.bl_form_name input {
  width: 85%;
}

.bl_form__wt .bl_form_item input, .bl_form__wt .bl_form_item textarea {
  background-color: #fff;
  border: 1px solid #fff;
}
.bl_form__wt .bl_form_item input:-webkit-autofill, .bl_form__wt .bl_form_item textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

.bl_form__entry .bl_form_item input, .bl_form__entry .bl_form_item textarea {
  padding: 1em;
  border-radius: 15px;
}
.bl_form__entry .bl_form_item select {
  letter-spacing: 0.3em;
  padding: 1em;
  border-radius: 15px;
}

.bl_form__download {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
}
.bl_form__download .bl_form_img {
  width: 40%;
}
@media screen and (max-width: 479px) {
  .bl_form__download .bl_form_img {
    width: 100%;
    margin-top: 3em;
  }
}
.bl_form__download .bl_form_imgTtl {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
.bl_form__download > .wpcf7 {
  width: 55%;
}
@media screen and (max-width: 479px) {
  .bl_form__download > .wpcf7 {
    width: 100%;
  }
}
.bl_form__download .bl_form_item input[type=radio] {
  width: auto;
}
.bl_form__download .bl_form_item .wpcf7-list-item {
  display: block;
}

.bl_card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.bl_card_item {
  position: relative;
  width: 31.666%;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: 0.3s all;
  margin-right: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .bl_card_item {
    margin-right: calc(30 / 1600 * 100vw);
  }
}
@media (max-width: 896px) {
  .bl_card_item {
    margin-bottom: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_card_item {
    margin-bottom: calc(60px / 2);
  }
}
.bl_card_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .bl_card_item {
    width: 48%;
    margin-right: calc(33 / 896 * 100vw);
  }
  .bl_card_item:nth-child(3n) {
    margin-right: calc(33 / 896 * 100vw);
  }
  .bl_card_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .bl_card_item {
    width: 100%;
    margin-right: 0;
  }
  .bl_card_item:nth-child(3n) {
    margin-right: 0;
  }
}

.bl_card_img {
  overflow: hidden;
  line-height: 0;
}
.bl_card_img img {
  width: 100%;
  transition: all 0.4s;
}

.bl_card_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 130px;
  padding: 1em 1.5em 3em 1.5em;
}
@media screen and (max-width: 479px) {
  .bl_card_body {
    min-height: 80px;
  }
}

.bl_card_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-bottom: 1em;
}

.bl_card_cat_item {
  border: 1px solid #498AA2;
  pointer-events: auto;
}
.bl_card_cat_item > a {
  display: block;
  font-size: 12px;
  padding: 6px;
}
.bl_card_cat_item > a:hover {
  background-color: #498AA2;
  color: #fff;
}

.bl_card_ttl {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}

.bl_card_readmore {
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  font-size: clamp(0.625rem, 0.5rem + 0.41667vw, 0.8125rem);
  color: #498AA2;
  letter-spacing: 0.1em;
  text-align: right;
}
.bl_card_readmore > span {
  vertical-align: text-bottom;
}
.bl_card_readmore a:link, .bl_card_readmore a:visited {
  color: #498AA2;
}
.bl_card_readmore a:hover, .bl_card_readmore a:active {
  color: #88b8c9;
}

.bl_card__col2.bl_card {
  gap: 60px 40px;
}
@media screen and (max-width: 896px) {
  .bl_card__col2.bl_card {
    gap: 30px 20px;
  }
}
.bl_card__col2.bl_card .bl_card_item {
  width: calc((100% - 40px) / 2);
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 896px) {
  .bl_card__col2.bl_card .bl_card_item {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
  .bl_card__col2.bl_card .bl_card_item:nth-child(3n) {
    margin-right: 0;
  }
  .bl_card__col2.bl_card .bl_card_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .bl_card__col2.bl_card .bl_card_item {
    width: 100%;
  }
}

.bl_card_item {
  pointer-events: none;
}
.bl_card_item:hover .bl_card_img img {
  scale: 1.1;
  opacity: 0.8;
}

.bl_card_img,
.bl_card_ttl,
.bl_card_readmore {
  pointer-events: auto;
}

.bl_loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.bl_loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.bl_loading-animation {
  width: 100vw;
  height: 100vh;
  padding: 0 10%;
  transition: all 1s;
  background-color: #498AA2;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.bl_loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/***************************************************
 * Generated by SVG Artista on 12/14/2023, 8:06:23 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 277.1345520019531px;
    stroke-dasharray: 277.1345520019531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 277.1345520019531px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 277.1345520019531px;
    stroke-dasharray: 277.1345520019531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 277.1345520019531px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-1 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 138.94671630859375px;
    stroke-dasharray: 138.94671630859375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.94671630859375px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 138.94671630859375px;
    stroke-dasharray: 138.94671630859375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.94671630859375px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.02s both, animate-svg-fill-2 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-2 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.02s both, animate-svg-fill-2 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 190.0831298828125px;
    stroke-dasharray: 190.0831298828125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.0831298828125px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 190.0831298828125px;
    stroke-dasharray: 190.0831298828125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.0831298828125px;
  }
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.04s both, animate-svg-fill-3 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-3 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.04s both, animate-svg-fill-3 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 264.62896728515625px;
    stroke-dasharray: 264.62896728515625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 264.62896728515625px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 264.62896728515625px;
    stroke-dasharray: 264.62896728515625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 264.62896728515625px;
  }
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.06s both, animate-svg-fill-4 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-4 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.06s both, animate-svg-fill-4 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 412.9988098144531px;
    stroke-dasharray: 412.9988098144531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 412.9988098144531px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 412.9988098144531px;
    stroke-dasharray: 412.9988098144531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 412.9988098144531px;
  }
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both, animate-svg-fill-5 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-5 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both, animate-svg-fill-5 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 175.7350616455078px;
    stroke-dasharray: 175.7350616455078px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 175.7350616455078px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 175.7350616455078px;
    stroke-dasharray: 175.7350616455078px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 175.7350616455078px;
  }
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both, animate-svg-fill-6 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-6 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both, animate-svg-fill-6 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 126.20803833007812px;
    stroke-dasharray: 126.20803833007812px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 126.20803833007812px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 126.20803833007812px;
    stroke-dasharray: 126.20803833007812px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 126.20803833007812px;
  }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-7 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-7 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-7 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 134.47348022460938px;
    stroke-dasharray: 134.47348022460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.47348022460938px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 134.47348022460938px;
    stroke-dasharray: 134.47348022460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.47348022460938px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.14s both, animate-svg-fill-8 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-8 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.14s both, animate-svg-fill-8 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 72.95266723632812px;
    stroke-dasharray: 72.95266723632812px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 72.95266723632812px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 72.95266723632812px;
    stroke-dasharray: 72.95266723632812px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 72.95266723632812px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both, animate-svg-fill-9 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-9 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both, animate-svg-fill-9 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 160.9228973388672px;
    stroke-dasharray: 160.9228973388672px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 160.9228973388672px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 160.9228973388672px;
    stroke-dasharray: 160.9228973388672px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 160.9228973388672px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s both, animate-svg-fill-10 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-10 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s both, animate-svg-fill-10 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 111.09695434570312px;
    stroke-dasharray: 111.09695434570312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 111.09695434570312px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 111.09695434570312px;
    stroke-dasharray: 111.09695434570312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 111.09695434570312px;
  }
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-11 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-11 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-11 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 148.3917236328125px;
    stroke-dasharray: 148.3917236328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148.3917236328125px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 148.3917236328125px;
    stroke-dasharray: 148.3917236328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148.3917236328125px;
  }
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.22s both, animate-svg-fill-12 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-12 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.22s both, animate-svg-fill-12 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 308.4299621582031px;
    stroke-dasharray: 308.4299621582031px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.4299621582031px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 308.4299621582031px;
    stroke-dasharray: 308.4299621582031px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.4299621582031px;
  }
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-13 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-13 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-13 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 295.7304992675781px;
    stroke-dasharray: 295.7304992675781px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 295.7304992675781px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 295.7304992675781px;
    stroke-dasharray: 295.7304992675781px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 295.7304992675781px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.26s both, animate-svg-fill-14 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-14 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.26s both, animate-svg-fill-14 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 228.9403533935547px;
    stroke-dasharray: 228.9403533935547px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 228.9403533935547px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 228.9403533935547px;
    stroke-dasharray: 228.9403533935547px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 228.9403533935547px;
  }
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.28s both, animate-svg-fill-15 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-15 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.28s both, animate-svg-fill-15 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 285.5243835449219px;
    stroke-dasharray: 285.5243835449219px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.5243835449219px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 285.5243835449219px;
    stroke-dasharray: 285.5243835449219px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.5243835449219px;
  }
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, animate-svg-fill-16 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-16 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, animate-svg-fill-16 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 189.7320556640625px;
    stroke-dasharray: 189.7320556640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.7320556640625px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 189.7320556640625px;
    stroke-dasharray: 189.7320556640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.7320556640625px;
  }
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both, animate-svg-fill-17 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-17 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both, animate-svg-fill-17 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 148.993896484375px;
    stroke-dasharray: 148.993896484375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148.993896484375px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 148.993896484375px;
    stroke-dasharray: 148.993896484375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148.993896484375px;
  }
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.34s both, animate-svg-fill-18 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-18 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.34s both, animate-svg-fill-18 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 342.9889831542969px;
    stroke-dasharray: 342.9889831542969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 342.9889831542969px;
  }
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 342.9889831542969px;
    stroke-dasharray: 342.9889831542969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 342.9889831542969px;
  }
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-19 {
  -webkit-animation: animate-svg-stroke-19 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-19 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-19 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-19 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 189.91427612304688px;
    stroke-dasharray: 189.91427612304688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.91427612304688px;
  }
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 189.91427612304688px;
    stroke-dasharray: 189.91427612304688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.91427612304688px;
  }
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-20 {
  -webkit-animation: animate-svg-stroke-20 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.38s both, animate-svg-fill-20 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-20 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.38s both, animate-svg-fill-20 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 281.7877502441406px;
    stroke-dasharray: 281.7877502441406px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 281.7877502441406px;
  }
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 281.7877502441406px;
    stroke-dasharray: 281.7877502441406px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 281.7877502441406px;
  }
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-21 {
  -webkit-animation: animate-svg-stroke-21 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-21 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-21 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-21 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 310.097900390625px;
    stroke-dasharray: 310.097900390625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 310.097900390625px;
  }
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 310.097900390625px;
    stroke-dasharray: 310.097900390625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 310.097900390625px;
  }
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-22 {
  -webkit-animation: animate-svg-stroke-22 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s both, animate-svg-fill-22 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-22 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s both, animate-svg-fill-22 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 172.6197052001953px;
    stroke-dasharray: 172.6197052001953px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.6197052001953px;
  }
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 172.6197052001953px;
    stroke-dasharray: 172.6197052001953px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.6197052001953px;
  }
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-23 {
  -webkit-animation: animate-svg-stroke-23 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.44s both, animate-svg-fill-23 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-23 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.44s both, animate-svg-fill-23 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 277.1950988769531px;
    stroke-dasharray: 277.1950988769531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 277.1950988769531px;
  }
}
@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 277.1950988769531px;
    stroke-dasharray: 277.1950988769531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 277.1950988769531px;
  }
}
@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-24 {
  -webkit-animation: animate-svg-stroke-24 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.46s both, animate-svg-fill-24 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-24 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.46s both, animate-svg-fill-24 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 138.9867401123047px;
    stroke-dasharray: 138.9867401123047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.9867401123047px;
  }
}
@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 138.9867401123047px;
    stroke-dasharray: 138.9867401123047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.9867401123047px;
  }
}
@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-25 {
  -webkit-animation: animate-svg-stroke-25 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-25 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-25 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-25 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 190.0831298828125px;
    stroke-dasharray: 190.0831298828125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.0831298828125px;
  }
}
@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 190.0831298828125px;
    stroke-dasharray: 190.0831298828125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.0831298828125px;
  }
}
@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-26 {
  -webkit-animation: animate-svg-stroke-26 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both, animate-svg-fill-26 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-26 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both, animate-svg-fill-26 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 264.4298095703125px;
    stroke-dasharray: 264.4298095703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 264.4298095703125px;
  }
}
@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 264.4298095703125px;
    stroke-dasharray: 264.4298095703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 264.4298095703125px;
  }
}
@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-27 {
  -webkit-animation: animate-svg-stroke-27 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.52s both, animate-svg-fill-27 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-27 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.52s both, animate-svg-fill-27 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 412.73822021484375px;
    stroke-dasharray: 412.73822021484375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 412.73822021484375px;
  }
}
@keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 412.73822021484375px;
    stroke-dasharray: 412.73822021484375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 412.73822021484375px;
  }
}
@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-28 {
  -webkit-animation: animate-svg-stroke-28 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s both, animate-svg-fill-28 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-28 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s both, animate-svg-fill-28 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 175.68402099609375px;
    stroke-dasharray: 175.68402099609375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 175.68402099609375px;
  }
}
@keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 175.68402099609375px;
    stroke-dasharray: 175.68402099609375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 175.68402099609375px;
  }
}
@-webkit-keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-29 {
  -webkit-animation: animate-svg-stroke-29 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both, animate-svg-fill-29 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-29 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both, animate-svg-fill-29 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 126.20803833007812px;
    stroke-dasharray: 126.20803833007812px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 126.20803833007812px;
  }
}
@keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 126.20803833007812px;
    stroke-dasharray: 126.20803833007812px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 126.20803833007812px;
  }
}
@-webkit-keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-30 {
  -webkit-animation: animate-svg-stroke-30 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.58s both, animate-svg-fill-30 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-30 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.58s both, animate-svg-fill-30 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 134.47348022460938px;
    stroke-dasharray: 134.47348022460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.47348022460938px;
  }
}
@keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 134.47348022460938px;
    stroke-dasharray: 134.47348022460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.47348022460938px;
  }
}
@-webkit-keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-31 {
  -webkit-animation: animate-svg-stroke-31 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-31 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-31 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-31 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 72.9526596069336px;
    stroke-dasharray: 72.9526596069336px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 72.9526596069336px;
  }
}
@keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 72.9526596069336px;
    stroke-dasharray: 72.9526596069336px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 72.9526596069336px;
  }
}
@-webkit-keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-32 {
  -webkit-animation: animate-svg-stroke-32 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.62s both, animate-svg-fill-32 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-32 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.62s both, animate-svg-fill-32 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 160.92294311523438px;
    stroke-dasharray: 160.92294311523438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 160.92294311523438px;
  }
}
@keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 160.92294311523438px;
    stroke-dasharray: 160.92294311523438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 160.92294311523438px;
  }
}
@-webkit-keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-33 {
  -webkit-animation: animate-svg-stroke-33 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both, animate-svg-fill-33 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-33 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both, animate-svg-fill-33 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-34 {
  0% {
    stroke-dashoffset: 111.09635925292969px;
    stroke-dasharray: 111.09635925292969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 111.09635925292969px;
  }
}
@keyframes animate-svg-stroke-34 {
  0% {
    stroke-dashoffset: 111.09635925292969px;
    stroke-dasharray: 111.09635925292969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 111.09635925292969px;
  }
}
@-webkit-keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-34 {
  -webkit-animation: animate-svg-stroke-34 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s both, animate-svg-fill-34 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-34 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s both, animate-svg-fill-34 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-35 {
  0% {
    stroke-dashoffset: 148.49127197265625px;
    stroke-dasharray: 148.49127197265625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148.49127197265625px;
  }
}
@keyframes animate-svg-stroke-35 {
  0% {
    stroke-dashoffset: 148.49127197265625px;
    stroke-dasharray: 148.49127197265625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148.49127197265625px;
  }
}
@-webkit-keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-35 {
  -webkit-animation: animate-svg-stroke-35 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.68s both, animate-svg-fill-35 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-35 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.68s both, animate-svg-fill-35 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-36 {
  0% {
    stroke-dashoffset: 308.23809814453125px;
    stroke-dasharray: 308.23809814453125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.23809814453125px;
  }
}
@keyframes animate-svg-stroke-36 {
  0% {
    stroke-dashoffset: 308.23809814453125px;
    stroke-dasharray: 308.23809814453125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.23809814453125px;
  }
}
@-webkit-keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-36 {
  -webkit-animation: animate-svg-stroke-36 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both, animate-svg-fill-36 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-36 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both, animate-svg-fill-36 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-37 {
  0% {
    stroke-dashoffset: 296.1305236816406px;
    stroke-dasharray: 296.1305236816406px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.1305236816406px;
  }
}
@keyframes animate-svg-stroke-37 {
  0% {
    stroke-dashoffset: 296.1305236816406px;
    stroke-dasharray: 296.1305236816406px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.1305236816406px;
  }
}
@-webkit-keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-37 {
  -webkit-animation: animate-svg-stroke-37 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-37 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-37 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-37 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-38 {
  0% {
    stroke-dashoffset: 228.93174743652344px;
    stroke-dasharray: 228.93174743652344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 228.93174743652344px;
  }
}
@keyframes animate-svg-stroke-38 {
  0% {
    stroke-dashoffset: 228.93174743652344px;
    stroke-dasharray: 228.93174743652344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 228.93174743652344px;
  }
}
@-webkit-keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-38 {
  -webkit-animation: animate-svg-stroke-38 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.74s both, animate-svg-fill-38 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-38 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.74s both, animate-svg-fill-38 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-39 {
  0% {
    stroke-dashoffset: 285.5186767578125px;
    stroke-dasharray: 285.5186767578125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.5186767578125px;
  }
}
@keyframes animate-svg-stroke-39 {
  0% {
    stroke-dashoffset: 285.5186767578125px;
    stroke-dasharray: 285.5186767578125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.5186767578125px;
  }
}
@-webkit-keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-39 {
  -webkit-animation: animate-svg-stroke-39 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.76s both, animate-svg-fill-39 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-39 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.76s both, animate-svg-fill-39 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-40 {
  0% {
    stroke-dashoffset: 189.74024963378906px;
    stroke-dasharray: 189.74024963378906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.74024963378906px;
  }
}
@keyframes animate-svg-stroke-40 {
  0% {
    stroke-dashoffset: 189.74024963378906px;
    stroke-dasharray: 189.74024963378906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.74024963378906px;
  }
}
@-webkit-keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-40 {
  -webkit-animation: animate-svg-stroke-40 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s both, animate-svg-fill-40 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-40 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s both, animate-svg-fill-40 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-41 {
  0% {
    stroke-dashoffset: 148.89419555664062px;
    stroke-dasharray: 148.89419555664062px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148.89419555664062px;
  }
}
@keyframes animate-svg-stroke-41 {
  0% {
    stroke-dashoffset: 148.89419555664062px;
    stroke-dasharray: 148.89419555664062px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148.89419555664062px;
  }
}
@-webkit-keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-41 {
  -webkit-animation: animate-svg-stroke-41 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-41 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-41 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-41 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 343.3479919433594px;
    stroke-dasharray: 343.3479919433594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 343.3479919433594px;
  }
}
@keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 343.3479919433594px;
    stroke-dasharray: 343.3479919433594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 343.3479919433594px;
  }
}
@-webkit-keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-42 {
  -webkit-animation: animate-svg-stroke-42 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.82s both, animate-svg-fill-42 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-42 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.82s both, animate-svg-fill-42 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-43 {
  0% {
    stroke-dashoffset: 189.9748077392578px;
    stroke-dasharray: 189.9748077392578px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.9748077392578px;
  }
}
@keyframes animate-svg-stroke-43 {
  0% {
    stroke-dashoffset: 189.9748077392578px;
    stroke-dasharray: 189.9748077392578px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.9748077392578px;
  }
}
@-webkit-keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-43 {
  -webkit-animation: animate-svg-stroke-43 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-43 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-43 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-43 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-44 {
  0% {
    stroke-dashoffset: 282.16204833984375px;
    stroke-dasharray: 282.16204833984375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 282.16204833984375px;
  }
}
@keyframes animate-svg-stroke-44 {
  0% {
    stroke-dashoffset: 282.16204833984375px;
    stroke-dasharray: 282.16204833984375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 282.16204833984375px;
  }
}
@-webkit-keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-44 {
  -webkit-animation: animate-svg-stroke-44 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.86s both, animate-svg-fill-44 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-44 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.86s both, animate-svg-fill-44 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-45 {
  0% {
    stroke-dashoffset: 309.9903259277344px;
    stroke-dasharray: 309.9903259277344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 309.9903259277344px;
  }
}
@keyframes animate-svg-stroke-45 {
  0% {
    stroke-dashoffset: 309.9903259277344px;
    stroke-dasharray: 309.9903259277344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 309.9903259277344px;
  }
}
@-webkit-keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-45 {
  -webkit-animation: animate-svg-stroke-45 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both, animate-svg-fill-45 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-45 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both, animate-svg-fill-45 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-46 {
  0% {
    stroke-dashoffset: 172.7045440673828px;
    stroke-dasharray: 172.7045440673828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.7045440673828px;
  }
}
@keyframes animate-svg-stroke-46 {
  0% {
    stroke-dashoffset: 172.7045440673828px;
    stroke-dasharray: 172.7045440673828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.7045440673828px;
  }
}
@-webkit-keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-46 {
  -webkit-animation: animate-svg-stroke-46 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, animate-svg-fill-46 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-stroke-46 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, animate-svg-fill-46 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

/*
 * Module Group - Block - index
 */
.bl_mv {
  position: relative;
  background-image: url(../images/index/mv_bg@2x.png);
  background-repeat: no-repeat;
  background-size: 65.8125%;
  background-position: right;
  padding-top: 180px;
  padding-bottom: 80px;
  z-index: 2;
}
@media (max-width: 1640px) {
  .bl_mv {
    background-size: contain;
  }
}
@media screen and (max-width: 479px) {
  .bl_mv {
    background-size: 100% 100%;
    background-position: top right;
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.bl_mv_inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .bl_mv_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 479px) {
  .bl_mv_inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.bl_mv_body {
  width: 43%;
}
@media screen and (max-width: 479px) {
  .bl_mv_body {
    width: 100%;
  }
}

.bl_mv_ttl {
  margin-bottom: 44px;
}
@media (max-width: 896px) {
  .bl_mv_ttl {
    margin-bottom: calc(44px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_mv_ttl {
    margin-bottom: calc(44px / 2);
  }
}

.bl_mv_txt {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 2.14286;
}

.bl_mv_img {
  width: 52%;
}
@media screen and (max-width: 479px) {
  .bl_mv_img {
    width: 100%;
  }
}

.bl_mv_medal {
  display: flex;
  justify-content: space-between;
  margin-top: -25px;
}
@media screen and (max-width: 479px) {
  .bl_mv_medal {
    margin-bottom: 150px;
  }
}

.bl_mv_medal_item {
  width: 33%;
}

.bl_mv_scroll {
  position: absolute;
  bottom: -80px;
  left: 0;
}
.bl_mv_scroll:hover {
  transition: all .8s;
  bottom: -100px;
}
@media (max-width: 1400px) {
  .bl_mv_scroll {
    bottom: -150px;
    left: 4%;
    scale: 0.9;
  }
  .bl_mv_scroll:hover {
    transition: all .8s;
    bottom: -170px;
  }
}
@media screen and (max-width: 896px) {
  .bl_mv_scroll {
    display: none;
  }
}

.bl_mvLead {
  position: relative;
  background-image: url(../images/index/lead_bg@2x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 385px;
  padding-bottom: 185px;
  margin-top: -220px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .bl_mvLead {
    padding-top: calc(385 / 1600 * 100vw);
  }
}
@media (max-width: 1600px) {
  .bl_mvLead {
    padding-bottom: calc(185 / 1600 * 100vw);
  }
}
@media (max-width: 1600px) {
  .bl_mvLead {
    margin-top: calc(-220 / 1600 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_mvLead {
    background-image: none;
  }
}

.bl_mvLead_heading {
  position: absolute;
  font-size: 22px;
  text-wrap: nowrap;
  color: #ddd;
  text-align: right;
  top: 175px;
  right: 4px;
  z-index: 5;
}
@media (max-width: 1600px) {
  .bl_mvLead_heading {
    top: calc(175 / 1600 * 100vw);
  }
}
@media (max-width: 600px) {
  .bl_mvLead_heading {
    font-size: 20px;
    top: calc(20 / 1600 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_mvLead_heading {
    top: 144px;
    margin-top: 100px;
    font-size: 12px;
  }
}

.bl_mvLead_txt {
  position: absolute;
  top: 200px;
  right: -29px;
  width: 846px;
}
@media (max-width: 1600px) {
  .bl_mvLead_txt {
    top: calc(200 / 1600 * 100vw);
  }
}
@media (max-width: 1600px) {
  .bl_mvLead_txt {
    right: calc(-29 / 1600 * 100vw);
  }
}
@media (max-width: 1600px) {
  .bl_mvLead_txt {
    width: calc(846 / 1600 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_mvLead_txt {
    width: 95%;
    top: 200px;
  }
}
@media screen and (max-width: 479px) and (max-width: 479px) {
  .bl_mvLead_txt {
    top: calc(200 / 479 * 100vw);
  }
}

.bl_projects {
  overflow: visible;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 16px;
}
@media (max-width: 1400px) {
  .bl_projects {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 896px) {
  .bl_projects {
    padding-right: 12%;
    padding-left: 12%;
  }
}
@media screen and (max-width: 479px) {
  .bl_projects {
    padding-right: 10%;
    padding-left: 10%;
  }
}

.bl_projects_wrapper {
  display: flex;
}
.bl_projects_wrapper.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > a {
  position: relative;
  height: 100%;
  padding-bottom: 80px;
}

.bl_projects_item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: 0.3s all;
}
.bl_projects_item:hover {
  transform: translateY(-16px);
}

.bl_projects_img {
  margin-bottom: 16px;
}
@media (max-width: 896px) {
  .bl_projects_img {
    margin-bottom: calc(16px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_projects_img {
    margin-bottom: calc(16px / 2);
  }
}
.bl_projects_img > img {
  width: 100%;
  height: 214px;
  object-fit: cover;
}
@media screen and (max-width: 479px) {
  .bl_projects_img > img {
    height: 150px;
  }
}

.bl_projects_body {
  padding: 20px;
}

.bl_projects_ttl {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(0.875rem, 0.70833rem + 0.55556vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #498AA2;
  margin-left: 60px;
  margin-bottom: 20px;
  min-height: 3.222em;
}
.bl_projects_ttl:before {
  position: absolute;
  content: "";
  background-image: url(../images/index/slider_ttl@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -8px;
  left: -60px;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 896px) {
  .bl_projects_ttl {
    margin-left: 50px;
  }
  .bl_projects_ttl:before {
    width: 36px;
    height: 36px;
  }
}

.bl_projects_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 896px) {
  .bl_projects_detail {
    margin-bottom: calc(12px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_projects_detail {
    margin-bottom: calc(12px / 2);
  }
}
.bl_projects_detail > dt {
  width: 33%;
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  background-color: #498AA2;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 13px;
}
.bl_projects_detail > dd {
  width: 66%;
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 13px;
}

.bl_projects_subttl {
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  font-weight: bold;
  color: #498AA2;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #707070;
}

.bl_projects_desc {
  font-size: clamp(0.625rem, 0.5rem + 0.41667vw, 0.8125rem);
  letter-spacing: 0.1em;
  line-height: 1.69231;
}

/*
.swiper-slide {
	&:not(.swiper-slide-visible) {
		&.bl_projects_item {
			pointer-events: none;
			opacity: .3;
		}
	}
}
*/
.swiper-slide {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.swiper-slide-visible,
.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.swiper-pagination.swiper-pagination-horizontal {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  .swiper-pagination.swiper-pagination-horizontal {
    bottom: -40px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #498AA2;
}

.bl_projects_deco {
  position: absolute;
  top: -170px;
  left: 0;
}
@media (max-width: 1400px) {
  .bl_projects_deco {
    left: 1em;
  }
}
@media screen and (max-width: 896px) {
  .bl_projects_deco {
    scale: 0.7;
  }
}

.bl_projects_btn {
  display: block;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 100%;
  padding: 0 8%;
}

.bl_projectsList .bl_projects_wrapper {
  flex-wrap: wrap;
}
.bl_projectsList .bl_projects_wrapper > li {
  width: 31.666%;
  margin-right: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .bl_projectsList .bl_projects_wrapper > li {
    margin-right: calc(30 / 1600 * 100vw);
  }
}
@media (max-width: 896px) {
  .bl_projectsList .bl_projects_wrapper > li {
    margin-bottom: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_projectsList .bl_projects_wrapper > li {
    margin-bottom: calc(60px / 2);
  }
}
.bl_projectsList .bl_projects_wrapper > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .bl_projectsList .bl_projects_wrapper > li {
    width: 48%;
    margin-right: calc(30 / 896 * 100vw);
  }
  .bl_projectsList .bl_projects_wrapper > li:nth-child(3n) {
    margin-right: calc(30 / 896 * 100vw);
  }
  .bl_projectsList .bl_projects_wrapper > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .bl_projectsList .bl_projects_wrapper > li {
    width: 100%;
    margin-right: 0;
  }
  .bl_projectsList .bl_projects_wrapper > li:nth-child(3n) {
    margin-right: 0;
  }
}
.bl_projectsList .bl_projects_item {
  width: 100%;
  height: 100%;
}

.bl_projectsSm {
  overflow: visible;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .bl_projectsSm {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 896px) {
  .bl_projectsSm {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 479px) {
  .bl_projectsSm {
    padding-right: 15%;
    padding-left: 15%;
  }
}

.bl_projects_item__w100.bl_projects_item {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .bl_projects_item__w100.bl_projects_item {
    width: 100%;
  }
}

.bl_searchform_project {
  position: relative;
  padding: 3% 4% 4% 4%;
  background-color: #f8f8f8;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 896px) {
  .bl_searchform_project {
    margin-right: 4%;
    margin-left: 4%;
  }
}
.bl_searchform_project form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.bl_searchform_project form select {
  width: calc((100% - 2em) / 3);
  padding-right: 1em;
  padding-left: .5em;
  height: 32px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/projects/select_chev.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right center;
}
.bl_searchform_project form input[type=text] {
  flex-grow: 1;
  padding: 0 1em;
}
.bl_searchform_project form button {
  max-width: 200px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .bl_searchform_project form select {
    width: 100%;
  }
  .bl_searchform_project form input[type=text] {
    padding: 1em;
    width: 100%;
  }
}
.bl_searchform_project.bl_searchform_project__w1200 {
  max-width: none;
}
@media screen and (max-width: 896px) {
  .bl_searchform_project.bl_searchform_project__w1200 {
    margin-right: 0;
    margin-left: 0;
  }
}

.bl_projects.bl_projects__index .bl_searchform_project {
  background-color: initial;
  box-shadow: initial;
}
.bl_projects.bl_projects__index .bl_projects_detail > dt {
  margin-bottom: 9px;
}

.bl_ranking {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1400px) {
  .bl_ranking {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.bl_ranking_ttl {
  font-size: clamp(1.0625rem, 0.6875rem + 1.25vw, 1.625rem);
  color: #6A9EB1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 896px) {
  .bl_ranking_ttl {
    margin-bottom: calc(33px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_ranking_ttl {
    margin-bottom: calc(33px / 2);
  }
}

.bl_ranking_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bl_ranking_item {
  width: 31.571%;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .bl_ranking_item {
    margin-right: calc(30 / 1600 * 100vw);
  }
}
@media (max-width: 1600px) {
  .bl_ranking_item {
    margin-bottom: calc(30 / 1600 * 100vw);
  }
}
.bl_ranking_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .bl_ranking_item:nth-child(3n) {
    margin-right: calc(30 / 1600 * 100vw);
  }
}
@media screen and (max-width: 896px) {
  .bl_ranking_item:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_ranking_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .bl_ranking_item {
    width: 45%;
  }
}
.bl_ranking_item img, .bl_ranking_item source {
  width: 100%;
}

.bl_voice {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.bl_voice_item {
  width: calc((100% - 30px) / 2);
  border: 1px solid #cccccc;
  padding: 40px 20px;
}
@media screen and (max-width: 479px) {
  .bl_voice_item {
    width: 100%;
    padding: 30px 10px;
  }
}

.bl_voice_img {
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .bl_voice_img {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_voice_img {
    margin-bottom: calc(20px / 2);
  }
}

/*
 * Module Group - Block - service
 */
.bl_flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bl_flow_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.333%;
  background-color: #ECF4FF;
  border-radius: 20px;
  padding: 35px 4%;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_flow_item {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_flow_item {
    margin-bottom: calc(40px / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_flow_item {
    width: 100%;
  }
}

.bl_flow_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_flow_ttl {
  width: 48%;
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.58333;
}

.bl_flow_img {
  width: 48%;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .bl_flow_img {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_flow_img {
    margin-bottom: calc(20px / 2);
  }
}

.bl_flow_txt {
  letter-spacing: 0.1em;
  line-height: 2;
}

/*
 * Module Group - Block - company
 */
.bl_company {
  background-color: #fff;
  padding: 60px;
}
@media (max-width: 1600px) {
  .bl_company {
    padding: calc(60 / 1600 * 100vw);
  }
}

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

.bl_company_term {
  width: 20%;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #498AA2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .bl_company_term {
    width: 30%;
  }
}

.bl_company_desc {
  width: 80%;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #498AA2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .bl_company_desc {
    width: 70%;
  }
}

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

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

/*
 * Module Group - Block - for_client
 */
.bl_nayami {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 748px;
  color: #fff;
  padding-top: 85px;
}
@media screen and (max-width: 1200px) {
  .bl_nayami {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.bl_nayami_ttl {
  font-size: clamp(2.125rem, 1.45833rem + 2.22222vw, 3.125rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.38;
  margin-bottom: 30px;
}

.bl_nayami_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .bl_nayami_list {
    flex-wrap: wrap;
  }
}

.bl_nayami_txt {
  font-size: clamp(1.25rem, 0.83333rem + 1.38889vw, 1.875rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  width: 47.5%;
  background-color: #550303;
  border-radius: 73px;
  padding: 1em;
}
@media screen and (max-width: 896px) {
  .bl_nayami_txt {
    width: 100%;
    margin-bottom: 2em;
  }
}

.bl_nayamiIntro {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 6% 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 1400px) {
  .bl_nayamiIntro {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 896px) {
  .bl_nayamiIntro {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}

.bl_nayamiIntro_img {
  width: 58.142%;
}
@media screen and (max-width: 896px) {
  .bl_nayamiIntro_img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: -110px;
    z-index: -1;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  .bl_nayamiIntro_img {
    margin-top: calc(-110 / 896 * 100vw);
  }
}

.bl_nayamiIntro_body {
  width: auto;
}
@media (min-width: 1400px) {
  .bl_nayamiIntro_body {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.bl_nayamiIntro_icon {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .bl_nayamiIntro_icon {
    padding-top: calc(40 / 1600 * 100vw);
  }
}
@media (max-width: 1600px) {
  .bl_nayamiIntro_icon {
    margin-bottom: calc(80 / 1600 * 100vw);
  }
}
@media screen and (max-width: 896px) {
  .bl_nayamiIntro_icon {
    scale: 0.8;
  }
}

.bl_nayamiIntro_ttl {
  font-size: clamp(2.125rem, 1.45833rem + 2.22222vw, 3.125rem);
  letter-spacing: 0.1em;
  line-height: 2;
  word-break: keep-all;
}
.bl_nayamiIntro_ttl > span {
  background-image: linear-gradient(to right, transparent 50%, #FFF500 50%);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 200% 0.5em;
  transition: background 4s ease;
}
@media screen and (max-width: 896px) {
  .bl_nayamiIntro_ttl {
    word-break: normal;
  }
}

.bl_nayamiIntro_ttl__border > span {
  background-position: -100% 1.1em;
}

/*
 * Module Group - Block - faq
 */
.bl_accordion {
  position: relative;
}

.bl_accordion_item {
  margin-bottom: 20px;
}

.bl_accordion_ttl {
  background-color: #ECF4FF;
  border-radius: 10px;
  padding: 1.5em 2em;
  font-weight: bold;
  cursor: pointer;
}

.bl_accordion_inner {
  display: none;
  padding: 1.5em 2em;
}

/*
 * Module Group - Block - news
 */
.bl_post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.bl_post_main {
  width: 68.333%;
}
@media screen and (max-width: 479px) {
  .bl_post_main {
    width: 100%;
    margin-bottom: 100px;
  }
}

.bl_post_thumb,
.bl_post_thumb_side {
  width: 100%;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 896px) {
  .bl_post_thumb,
  .bl_post_thumb_side {
    margin-bottom: calc(44px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_thumb,
  .bl_post_thumb_side {
    margin-bottom: calc(44px / 2);
  }
}

.bl_post_ttl {
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.45833;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 9px;
  border-bottom: 1px solid #498AA2;
}

.bl_post_date {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #498AA2;
  text-align: right;
  margin-bottom: 2em;
}

.bl_post_content {
  letter-spacing: 0.05em;
  line-height: 2.66667;
  margin-bottom: 2em;
}
.bl_post_content h2 {
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1.45833;
  font-weight: 700;
  padding: 9px 0.8em;
  margin-top: 60px;
  margin-bottom: 26px;
  background: #498AA2;
  color: #fff;
}
@media (max-width: 896px) {
  .bl_post_content h2 {
    margin-top: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h2 {
    margin-top: calc(60px / 2);
  }
}
@media (max-width: 896px) {
  .bl_post_content h2 {
    margin-bottom: calc(26px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h2 {
    margin-bottom: calc(26px / 2);
  }
}
.bl_post_content h3 {
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1.45833;
  font-weight: 700;
  padding: 6px 0.8em;
  margin-top: 50px;
  margin-bottom: 22px;
  border-left: 8px solid #498AA2;
}
@media (max-width: 896px) {
  .bl_post_content h3 {
    margin-top: calc(50px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h3 {
    margin-top: calc(50px / 2);
  }
}
@media (max-width: 896px) {
  .bl_post_content h3 {
    margin-bottom: calc(22px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h3 {
    margin-bottom: calc(22px / 2);
  }
}
.bl_post_content h4 {
  font-size: clamp(0.875rem, 0.70833rem + 0.55556vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.45833;
  font-weight: 500;
  padding: 8px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #498AA2;
}
@media (max-width: 896px) {
  .bl_post_content h4 {
    margin-top: calc(30px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h4 {
    margin-top: calc(30px / 2);
  }
}
@media (max-width: 896px) {
  .bl_post_content h4 {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h4 {
    margin-bottom: calc(20px / 2);
  }
}
.bl_post_content h5 {
  font-size: clamp(0.875rem, 0.70833rem + 0.55556vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.45833;
  font-weight: 500;
  padding: 8px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #498AA2;
}
@media (max-width: 896px) {
  .bl_post_content h5 {
    margin-top: calc(30px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h5 {
    margin-top: calc(30px / 2);
  }
}
@media (max-width: 896px) {
  .bl_post_content h5 {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h5 {
    margin-bottom: calc(20px / 2);
  }
}
.bl_post_content h5 {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.45833;
  font-weight: 500;
  padding: 8px 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .bl_post_content h5 {
    margin-top: calc(30px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h5 {
    margin-top: calc(30px / 2);
  }
}
@media (max-width: 896px) {
  .bl_post_content h5 {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content h5 {
    margin-bottom: calc(20px / 2);
  }
}
.bl_post_content p {
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .bl_post_content p {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content p {
    margin-bottom: calc(20px / 2);
  }
}
.bl_post_content a {
  color: #498AA2;
  transition: all 0.3s;
}
.bl_post_content a:hover {
  opacity: 0.7;
}
.bl_post_content ol {
  margin-left: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .bl_post_content ol {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content ol {
    margin-bottom: calc(20px / 2);
  }
}
.bl_post_content ol > li {
  list-style-type: decimal;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.bl_post_content ul {
  margin-left: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .bl_post_content ul {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_content ul {
    margin-bottom: calc(20px / 2);
  }
}
.bl_post_content ul > li {
  list-style-type: disc;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.bl_post_content strong {
  font-weight: 700;
}
.bl_post_content .wp-block-table table {
  background: #f5f5f5;
}
.bl_post_content .wp-block-table table th, .bl_post_content .wp-block-table table td {
  border: 1px solid #ccc;
}
.bl_post_content #toc_container {
  padding: 1.5em;
  border: 1px solid #498AA2;
  border-top: 4px solid #498AA2;
}
.bl_post_content #toc_container.no_bullets ul li {
  font-size: clamp(0.8125rem, 0.72917rem + 0.27778vw, 0.9375rem);
  font-weight: bold;
  line-height: 2;
  margin-top: 0.5em;
}
.bl_post_content #toc_container.no_bullets ul ul li {
  font-weight: normal;
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  margin-top: 0;
}
.bl_post_content #toc_container span.toc_number {
  margin-right: 0.3em;
}
.bl_post_content #toc_container a {
  position: relative;
  line-height: 1.7;
}
.bl_post_content #toc_container a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #498AA2;
  bottom: -2px;
  left: 0;
  transition: .5s all;
  opacity: 0.7;
}
.bl_post_content #toc_container a:hover {
  text-decoration: 0;
}
.bl_post_content #toc_container a:hover:before {
  width: 100%;
  transition: .5s all;
}

.bl_post_side {
  position: relative;
  width: 26.666%;
  contain: paint;
}
@media screen and (max-width: 479px) {
  .bl_post_side {
    width: 100%;
  }
}
.bl_post_side .bl_widget {
  position: sticky;
  top: 80px;
}
.bl_post_side .bl_widget .widget_block {
  margin-bottom: 40px;
}
.bl_post_side .bl_widget .wp-block-categories .cat-item.cat-item-1, .bl_post_side .bl_widget .wp-block-categories .cat-item.cat-item-3 {
  display: none;
}

.bl_post_sideTtl,
.wp-block-heading,
.popular-posts h2 {
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #498AA2;
}

.bl_post_tree_item,
.wp-block-archives-list li,
.wp-block-categories-list li {
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.bl_post_project {
  display: flex;
  flex-wrap: wrap;
}
.bl_post_project dt {
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 25%;
  color: #333;
  border-top: 1px dotted #ccc;
  text-align: center;
  padding: 0.8em .5em;
}
.bl_post_project dt.bl_post_project__last {
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 896px) {
  .bl_post_project dt {
    width: 35%;
  }
}
.bl_post_project dd {
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 75%;
  border-top: 1px dotted #ccc;
  padding: 0.8em .5em 0.8em 3em;
}
.bl_post_project dd.bl_post_project__last {
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 896px) {
  .bl_post_project dd {
    width: 65%;
  }
}

.bl_post_project_subttl {
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
  font-weight: bold;
  padding-left: 20px;
  border-left: 10px solid #498AA2;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_post_project_subttl {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_post_project_subttl {
    margin-bottom: calc(40px / 2);
  }
}

@media screen and (max-width: 896px) {
  .bl_post__project .bl_post_main {
    width: 55%;
  }
}
@media screen and (max-width: 479px) {
  .bl_post__project .bl_post_main {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .bl_post__project .bl_post_side {
    width: 40%;
  }
}
@media screen and (max-width: 479px) {
  .bl_post__project .bl_post_side {
    width: 100%;
  }
}

.bl_post_kanshu {
  background: #f5f5f5;
  padding: 30px 30px 28px;
}
@media screen and (max-width: 479px) {
  .bl_post_kanshu {
    padding: 20px 16px 18px;
  }
}
.bl_post_kanshu .flex {
  display: flex;
  justify-content: space-between;
}
.bl_post_kanshu .flex .img {
  width: 20%;
}
@media screen and (max-width: 479px) {
  .bl_post_kanshu .flex .img {
    width: 24%;
  }
}
.bl_post_kanshu .flex .img img {
  width: 100%;
}
.bl_post_kanshu .flex .txt {
  width: 76%;
}
@media screen and (max-width: 479px) {
  .bl_post_kanshu .flex .txt {
    width: 71%;
  }
}
.bl_post_kanshu .flex .txt .ico {
  margin-bottom: 6px;
}
.bl_post_kanshu .flex .txt .ico span {
  display: inline-block;
  background: #6A9EB1;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 1px 8px;
}
@media screen and (max-width: 479px) {
  .bl_post_kanshu .flex .txt .ico span {
    font-size: 11px;
  }
}
.bl_post_kanshu .flex .txt .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 479px) {
  .bl_post_kanshu .flex .txt .name {
    font-size: 17px;
  }
}
.bl_post_kanshu .flex .txt .com {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .bl_post_kanshu .flex .txt .com {
    font-size: 13px;
  }
}
.bl_post_kanshu .flex .txt .keireki {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 479px) {
  .bl_post_kanshu .flex .txt .keireki {
    font-size: 12px;
  }
}

.bl_post_leftside {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 10%;
  z-index: 90;
}
.bl_post_leftside > img {
  max-width: 260px;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .bl_post_leftside {
    display: none;
  }
}

/*
 * Module Group - Block - privacy polycy
 */
.bl_privacy {
  position: relative;
}

.bl_privacy_txt {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 2em;
}

/*
 * Module Group - Block - Custom Related Posts
 */
.crp-list {
  display: flex;
  flex-wrap: wrap;
}
.crp-list .crp-list-item {
  width: 32%;
  margin-right: 1.3%;
  border: 1px solid #ccc;
  padding: 10px 10px 16px;
}
@media screen and (max-width: 479px) {
  .crp-list .crp-list-item {
    width: 98%;
    padding: 10px 10px 10px;
    flex-direction: row !important;
    justify-content: space-between;
  }
}
.crp-list .crp-list-item.crp-list-item-has-image {
  margin-right: 1.3%;
  margin-bottom: 16px;
}
@media screen and (max-width: 479px) {
  .crp-list .crp-list-item.crp-list-item-has-image {
    margin-bottom: 10px;
  }
}
.crp-list .crp-list-item.crp-list-item-has-image img {
  width: 100%;
  max-width: 100% !important;
  height: 120px !important;
  object-fit: cover;
}
@media screen and (max-width: 479px) {
  .crp-list .crp-list-item.crp-list-item-has-image img {
    height: 75px !important;
  }
}
@media screen and (max-width: 479px) {
  .crp-list .crp-list-item.crp-list-item-has-image .crp-list-item-image {
    width: 29%;
  }
}
.crp-list .crp-list-item a {
  color: #333;
  font-weight: bold;
}
.crp-list .crp-list-item .crp-list-item-title {
  padding-top: 4px;
}
@media screen and (max-width: 479px) {
  .crp-list .crp-list-item .crp-list-item-title {
    width: 68%;
    padding-top: 0;
  }
}

/*
 * Module Group - Block - introductory campaign
 */
.bl_introCamp {
  position: relative;
}

.bl_introCamp_ttl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.bl_introCamp_ttl > h2 {
  width: auto;
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}
.bl_introCamp_ttl > h2 .first {
  display: block;
  color: #498AA2;
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
  margin-bottom: 0.5em;
}
.bl_introCamp_ttl > h2 .border {
  font-size: clamp(1.0625rem, 0.6875rem + 1.25vw, 1.625rem);
  border-bottom: 4px solid #1874b1;
}

.bl_introCamp_img {
  width: 40%;
}

.bl_introCamp_presents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 479px) {
  .bl_introCamp_presents {
    gap: 20px;
  }
}

.bl_introCamp_presents_wrap {
  width: 40%;
  padding: 4%;
  background-color: #F6F7F8;
  border-radius: 30px;
}
@media screen and (max-width: 479px) {
  .bl_introCamp_presents_wrap {
    width: 100%;
  }
}

.bl_introCamp_presents_ttl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.bl_introCamp_presents_ttl > img {
  max-width: 50px;
}
.bl_introCamp_presents_ttl p {
  font-size: clamp(0.8125rem, 0.72917rem + 0.27778vw, 0.9375rem);
}
.bl_introCamp_presents_ttl p span {
  display: block;
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
  color: #498AA2;
}
@media screen and (max-width: 479px) {
  .bl_introCamp_presents_ttl {
    justify-content: center;
  }
  .bl_introCamp_presents_ttl p {
    text-align: center;
  }
}

.bl_introCamp_presents_txt {
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
}
.bl_introCamp_presents_txt > span {
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .bl_introCamp_presents_txt {
    text-align: center;
  }
}

.bl_introCamp_req_body {
  background-color: #ECF4FF;
  border-radius: 20px;
  padding: 4%;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_introCamp_req_body {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_introCamp_req_body {
    margin-bottom: calc(40px / 2);
  }
}

.bl_introCamp_req_ttl {
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  font-weight: bold;
  color: #498AA2;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .bl_introCamp_req_ttl {
    margin-bottom: calc(30px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_introCamp_req_ttl {
    margin-bottom: calc(30px / 2);
  }
}

.bl_introCamp_req_numlist {
  position: relative;
  counter-reset: number;
}

.bl_introCamp_req_numitem {
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  padding-left: 28px;
}
.bl_introCamp_req_numitem:before {
  position: absolute;
  color: #498AA2;
  content: counter(number) ".";
  counter-increment: number;
  font-weight: 700;
  height: 20px;
  left: 0;
  line-height: 20px;
  text-align: center;
  top: 1px;
  width: 20px;
}

.bl_introCamp_req_list {
  position: relative;
}

.bl_introCamp_req_item {
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  padding-left: 28px;
}
.bl_introCamp_req_item:before {
  position: absolute;
  color: #498AA2;
  content: "●";
  font-weight: 700;
  left: 0;
  top: 3px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
}

.bl_introCamp_req_flow {
  display: flex;
  flex-wrap: wrap;
}

.bl_introCamp_req_fitem {
  position: relative;
  padding: 20px 30px;
  flex-basis: 25%;
  border: 2px solid #498AA2;
}
.bl_introCamp_req_fitem:not(:last-child) {
  border-right: none;
}
.bl_introCamp_req_fitem:not(:last-child):before, .bl_introCamp_req_fitem:not(:last-child):after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.bl_introCamp_req_fitem:not(:last-child):before {
  border-width: 22px;
  border-left-color: #498AA2;
}
.bl_introCamp_req_fitem:not(:last-child):after {
  border-width: 20px;
  border-left-color: #498AA2;
}
.bl_introCamp_req_fitem > dl dt {
  color: #498AA2;
}
.bl_introCamp_req_fitem > dl dt > span {
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
  font-weight: bold;
}
.bl_introCamp_req_fitem > dl dd {
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
}
@media screen and (max-width: 896px) {
  .bl_introCamp_req_fitem {
    flex-basis: 100%;
  }
  .bl_introCamp_req_fitem:not(:last-child) {
    border-right: 2px solid #498AA2;
    border-bottom: none;
  }
  .bl_introCamp_req_fitem:not(:last-child):before, .bl_introCamp_req_fitem:not(:last-child):after {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  .bl_introCamp_req_fitem:not(:last-child):before {
    border-top-color: #498AA2;
    border-left-color: transparent;
  }
  .bl_introCamp_req_fitem:not(:last-child):after {
    border-top-color: #498AA2;
    border-left-color: transparent;
  }
}

.bl_introCamp_form {
  background-color: #ECF4FF;
  border-radius: 20px;
  padding: 4%;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_introCamp_form {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_introCamp_form {
    margin-bottom: calc(40px / 2);
  }
}
.bl_introCamp_form .wpcf7-form span.txt {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.bl_introCamp_form .wpcf7-form .bl_introCamp_form_ttl {
  font-size: clamp(1rem, 0.66667rem + 1.11111vw, 1.5rem);
  font-weight: bold;
  color: #498AA2;
}
.bl_introCamp_form .wpcf7-form .bl_introCamp_form_small {
  letter-spacing: 0.1em;
}

/*
 * Module Group - Element
 */
.el_btn {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #1F1F1F;
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 11.5px 0.5rem;
  font-size: clamp(0.8125rem, 0.6875rem + 0.41667vw, 1rem);
  text-decoration: none;
  border: 1px solid #1F1F1F;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.el_btn:link, .el_btn:visited {
  color: #fff;
}
.el_btn:hover {
  color: #1F1F1F;
  background-color: #fff;
}
.el_btn.el_btn__wt {
  color: #498AA2;
  background-color: #fff;
  border: 1px solid #fff;
}
.el_btn.el_btn__wt:hover {
  background-color: #498AA2;
  color: #fff;
}
.el_btn.el_btn__blue {
  color: #fff;
  background-color: #498AA2;
  border: 1px solid #498AA2;
}
.el_btn.el_btn__blue:hover {
  background-color: #fff;
  color: #498AA2;
}
.el_btn.el_btn__red {
  color: #fff;
  background-color: #771721;
  border: 1px solid #771721;
}
.el_btn.el_btn__red:hover {
  background-color: #fff;
  color: #771721;
}
.el_btn.el_btn__submit {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
}
.el_btn.el_btn__small {
  font-size: clamp(0.75rem, 0.66667rem + 0.27778vw, 0.875rem);
  width: 100%;
  max-width: 300px;
  padding: 6px 0.5rem;
}
@media screen and (max-width: 479px) {
  .el_btn {
    max-width: none;
  }
}

.el_btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .el_btns {
    flex-wrap: wrap;
  }
}
.el_btns > .el_btn {
  margin-right: 3em;
}
.el_btns > .el_btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .el_btns > .el_btn {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

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

.el_border {
  height: 30px;
  width: 100%;
  background-color: #498AA2;
}

.el_borderList > li {
  border-bottom: 1px solid #498AA2;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.el_borderService {
  position: relative;
  background-color: #fff;
  height: 256px;
  padding: 32px 0;
  overflow: hidden;
}
.el_borderService > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -50px;
}

.el_borderPhoto {
  line-height: 0;
  overflow: hidden;
}
.el_borderPhoto > img {
  width: 100%;
  line-height: 0;
}

.el_pagenavi {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 896px) {
  .el_scaleImg {
    scale: 0.8;
  }
}

/*
 * Helper 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_dSpTab {
  display: none;
}
@media screen and (max-width: 896px) {
  .hp_dSpTab {
    display: block;
  }
}

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

.hp_dBlock {
  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_fs2 {
  font-size: clamp(0.9375rem, 0.72917rem + 0.69444vw, 1.25rem);
}

.hp_tar {
  text-align: right;
}

.hp_tac {
  text-align: center;
}

.hp_tal {
  text-align: left;
}

.hp_cSub {
  color: #B40019;
}
.hp_cSub:visited {
  color: #B40019;
}

.hp_cBlue {
  color: #6A9EB1;
}

.hp_cCBlue {
  color: #498AA2;
}

.hp_cBlk {
  color: #000;
}

.hp_fwB {
  font-weight: bold;
}

.hp_mt100 {
  margin-top: 100px;
}
@media (max-width: 896px) {
  .hp_mt100 {
    margin-top: calc(100px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mt100 {
    margin-top: calc(100px / 2);
  }
}

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

.hp_mt160 {
  margin-top: 160px;
}
@media (max-width: 896px) {
  .hp_mt160 {
    margin-top: calc(160px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mt160 {
    margin-top: calc(160px / 2);
  }
}

.hp_mr40 {
  margin-right: 40px;
}
@media (max-width: 896px) {
  .hp_mr40 {
    margin-right: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mr40 {
    margin-right: calc(40px / 2);
  }
}

.hp_mr50 {
  margin-right: 50px;
}
@media (max-width: 896px) {
  .hp_mr50 {
    margin-right: calc(50px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mr50 {
    margin-right: calc(50px / 2);
  }
}

.hp_mb10 {
  margin-bottom: 10px;
}

.hp_mb20 {
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .hp_mb20 {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb20 {
    margin-bottom: calc(20px / 2);
  }
}

.hp_mb30 {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .hp_mb30 {
    margin-bottom: calc(30px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb30 {
    margin-bottom: calc(30px / 2);
  }
}

.hp_mb40 {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .hp_mb40 {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb40 {
    margin-bottom: calc(40px / 2);
  }
}

.hp_mb50 {
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .hp_mb50 {
    margin-bottom: calc(50px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb50 {
    margin-bottom: calc(50px / 2);
  }
}

.hp_mb60 {
  margin-bottom: 60px;
}
@media (max-width: 896px) {
  .hp_mb60 {
    margin-bottom: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb60 {
    margin-bottom: calc(60px / 2);
  }
}

.hp_mb70 {
  margin-bottom: 70px;
}
@media (max-width: 896px) {
  .hp_mb70 {
    margin-bottom: calc(70px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb70 {
    margin-bottom: calc(70px / 2);
  }
}

.hp_mb80 {
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .hp_mb80 {
    margin-bottom: calc(80px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb80 {
    margin-bottom: calc(80px / 2);
  }
}

.hp_mb100 {
  margin-bottom: 100px;
}
@media (max-width: 896px) {
  .hp_mb100 {
    margin-bottom: calc(100px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb100 {
    margin-bottom: calc(100px / 2);
  }
}

.hp_mb120 {
  margin-bottom: 120px;
}
@media (max-width: 896px) {
  .hp_mb120 {
    margin-bottom: calc(120px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb120 {
    margin-bottom: calc(120px / 2);
  }
}

.hp_mb140 {
  margin-bottom: 140px;
}
@media (max-width: 896px) {
  .hp_mb140 {
    margin-bottom: calc(140px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb140 {
    margin-bottom: calc(140px / 2);
  }
}

.hp_mb150 {
  margin-bottom: 150px;
}
@media (max-width: 896px) {
  .hp_mb150 {
    margin-bottom: calc(150px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb150 {
    margin-bottom: calc(150px / 2);
  }
}

.hp_mb160 {
  margin-bottom: 160px;
}
@media (max-width: 896px) {
  .hp_mb160 {
    margin-bottom: calc(160px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb160 {
    margin-bottom: calc(160px / 2);
  }
}

.hp_mb180 {
  margin-bottom: 180px;
}
@media (max-width: 896px) {
  .hp_mb180 {
    margin-bottom: calc(180px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb180 {
    margin-bottom: calc(180px / 2);
  }
}

.hp_mb250 {
  margin-bottom: 250px;
}
@media (max-width: 896px) {
  .hp_mb250 {
    margin-bottom: calc(250px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb250 {
    margin-bottom: calc(250px / 2);
  }
}

.hp_mb300 {
  margin-bottom: 300px;
}
@media (max-width: 896px) {
  .hp_mb300 {
    margin-bottom: calc(300px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb300 {
    margin-bottom: calc(300px / 2);
  }
}

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

.hp_pt80 {
  padding-top: 80px;
}
@media (max-width: 896px) {
  .hp_pt80 {
    padding-top: calc(80px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt80 {
    padding-top: calc(80px / 2);
  }
}

.hp_pt90 {
  padding-top: 90px;
}
@media (max-width: 896px) {
  .hp_pt90 {
    padding-top: calc(90px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt90 {
    padding-top: calc(90px / 2);
  }
}

.hp_pt100 {
  padding-top: 100px;
}
@media (max-width: 896px) {
  .hp_pt100 {
    padding-top: calc(100px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt100 {
    padding-top: calc(100px / 2);
  }
}

.hp_pt120 {
  padding-top: 120px;
}
@media (max-width: 896px) {
  .hp_pt120 {
    padding-top: calc(120px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt120 {
    padding-top: calc(120px / 2);
  }
}

.hp_pt150 {
  padding-top: 150px;
}
@media (max-width: 896px) {
  .hp_pt150 {
    padding-top: calc(150px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt150 {
    padding-top: calc(150px / 2);
  }
}

.hp_pb60 {
  padding-bottom: 60px;
}
@media (max-width: 896px) {
  .hp_pb60 {
    padding-bottom: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb60 {
    padding-bottom: calc(60px / 2);
  }
}

.hp_pb80 {
  padding-bottom: 80px;
}
@media (max-width: 896px) {
  .hp_pb80 {
    padding-bottom: calc(80px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb80 {
    padding-bottom: calc(80px / 2);
  }
}

.hp_pb90 {
  padding-bottom: 90px;
}
@media (max-width: 896px) {
  .hp_pb90 {
    padding-bottom: calc(90px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb90 {
    padding-bottom: calc(90px / 2);
  }
}

.hp_pb100 {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .hp_pb100 {
    padding-bottom: calc(100px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb100 {
    padding-bottom: calc(100px / 2);
  }
}

.hp_pb120 {
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .hp_pb120 {
    padding-bottom: calc(120px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb120 {
    padding-bottom: calc(120px / 2);
  }
}

.hp_wsnw {
  white-space: nowrap;
}

.hp_bgcBlue {
  background-color: #E4EDF0;
}

.hp_bgcBlue2 {
  background-color: #ECF4FF;
}

.hp_bgcCBlue {
  background-color: #E6EEF4;
}

.hp_bgcGray {
  background-color: #F6F7F8;
}

/*
 * Unique Group
 */
/*
 * program Group
 */
/*
 * Original Group
 */
header .header_menu {
  display: none;
  position: fixed;
  right: 18px;
  top: 19px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  background-color: #fff;
}
header .header_menu div {
  position: relative;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #498AA2;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .header_menu span:nth-child(1) {
  top: 12px;
}
header .header_menu span:nth-child(2) {
  top: 22px;
}
header .header_menu span:nth-child(3) {
  top: 32px;
}
@media (max-width: 1323px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu.open span:nth-child(1) {
  top: 23px;
  -webkit-transform: translatex(-50%) rotate(45deg);
  -moz-transform: translatex(-50%) rotate(45deg);
  transform: translatex(-50%) rotate(45deg);
  background: #498AA2;
}
header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .header_menu.open span:nth-child(3) {
  top: 23px;
  -webkit-transform: translatex(-50%) rotate(-45deg);
  -moz-transform: translatex(-50%) rotate(-45deg);
  transform: translatex(-50%) rotate(-45deg);
  background: #498AA2;
}

#spNav {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: -webkit-calc(100vh);
  height: calc(100vh);
  background: white;
  text-align: center;
  padding: 10vh 4% 4vh;
  z-index: 95;
  overflow: auto;
}
#spNav .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#spNav ul {
  opacity: 0;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 70%;
}
#spNav ul li {
  border-bottom: 1px solid #C9C9C9;
}
#spNav ul li a {
  display: block;
  width: 100%;
  line-height: 6.2vh;
  color: #fff;
  text-decoration: none;
  color: #333;
}
#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;
}

.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;
}
