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

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
}

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: relative;
  background-color: #fff;
  height: 120px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 896px) {
  .ly_header {
    height: 60px;
  }
}

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

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

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

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

/*
 * Module Group - Block
 */
.bl_header {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}
@media screen and (max-width: 896px) {
  .bl_header {
    padding: 12px 0;
    height: 60px;
  }
}

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

.bl_header_gnav {
  margin-right: 1em;
  margin-left: auto;
}
@media screen and (max-width: 896px) {
  .bl_header_gnav {
    display: none;
  }
}

.bl_header_list {
  display: flex;
}

.bl_header_item {
  position: relative;
  margin-right: 2em;
}
.bl_header_item:last-child {
  margin-right: 1em;
}

.bl_header_ttl_en {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: .4em;
}

.bl_header_ttl_jp {
  font-size: clamp(0.625rem, 0.55rem + 0.25vw, 0.75rem);
  letter-spacing: 0.1em;
}

.bl_header_link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_header_link:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #DEE2E6;
  position: absolute;
  bottom: 2px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: bottom 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: bottom 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.bl_header_link:hover:before {
  bottom: -16px;
  opacity: 1;
}

.bl_header_dd:hover .bl_header_ddmenu {
  visibility: visible;
  opacity: 1;
}

.bl_header_ddmenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 64px;
  left: 0;
  transition: all .6s ease-in;
  background-color: #DEE2E6;
}

.bl_header_ddmenu_item {
  position: relative;
  border-top: 1px solid #fff;
  margin-bottom: 0;
}
.bl_header_ddmenu_item > a {
  display: block;
  padding: 1em 2em;
}
.bl_header_ddmenu_item:last-child {
  margin-bottom: 1px solid #fff;
}
.bl_header_ddmenu_item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #305CA1;
  bottom: 2px;
  left: 0;
  transition: all .6s ease-in;
}
.bl_header_ddmenu_item:hover:after {
  width: 100%;
  transition: all .6s ease-in;
}

.bl_header_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
}
.bl_header_bg.bl_header_bg__on {
  opacity: 0.2;
  visibility: visible;
}

.js_scroll_minheight.ly_header {
  animation: DownAnime 0.5s forwards;
  position: fixed;
  height: 86px;
}
@media screen and (max-width: 896px) {
  .js_scroll_minheight.ly_header {
    height: 60px;
  }
}
.js_scroll_minheight .bl_header {
  padding: 12px 0;
}
.js_scroll_minheight .bl_header_logo {
  height: 60px;
}

.js_scroll_margin.bl_lowerview, .js_scroll_margin.ly_cont_first {
  margin-top: 120px;
}
@media screen and (max-width: 896px) {
  .js_scroll_margin.bl_lowerview, .js_scroll_margin.ly_cont_first {
    margin-top: 60px;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-120px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bl_media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_media.bl_media__rev {
  flex-direction: row-reverse;
}
.bl_media.bl_media__aiTop {
  align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .bl_media {
    flex-wrap: wrap;
  }
}

.bl_media_img {
  width: 48%;
}
@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 {
  margin-bottom: 30px;
}
@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 {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .bl_media_txt {
    margin-bottom: calc(30px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_media_txt {
    margin-bottom: calc(30px / 2);
  }
}

.bl_media__full .bl_media_img > img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .bl_media__full .bl_media_body {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.bl_media__company.bl_media {
  align-items: flex-start;
}
.bl_media__company .bl_media_img {
  margin-top: -40px;
}
.bl_media__company .bl_media_body {
  padding-top: 10em;
}
@media screen and (max-width: 896px) {
  .bl_media__company .bl_media_body {
    padding-top: 5em;
  }
}

.bl_media__business {
  position: relative;
  margin-bottom: 200px;
}
.bl_media__business .bl_media_img {
  width: 50%;
}
.bl_media__business .bl_media_img > img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .bl_media__business .bl_media_img {
    width: 40%;
  }
}
@media screen and (max-width: 479px) {
  .bl_media__business .bl_media_img {
    width: 100%;
  }
}
.bl_media__business .bl_media_body {
  padding-right: 4%;
  padding-left: 4%;
}
@media screen and (max-width: 896px) {
  .bl_media__business .bl_media_body {
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .bl_media__business .bl_media_body {
    width: 100%;
  }
}
.bl_media__business .bl_media_ttl {
  font-size: clamp(1.25rem, 0.875rem + 1.25vw, 1.875rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1.83333;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_media__business .bl_media_ttl {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_media__business .bl_media_ttl {
    margin-bottom: calc(40px / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_media__business .bl_media_ttl.bl_media_ttl__yakujo {
    height: 120px;
    text-align: center;
  }
  .bl_media__business .bl_media_ttl.bl_media_ttl__yakujo > img {
    height: 100%;
  }
}
.bl_media__business .bl_media_bgdeco {
  position: absolute;
  top: -96px;
  width: 90%;
  height: 192px;
  background-color: #F0F3F7;
  z-index: -1;
}
.bl_media__business .bl_media_bgdeco > span {
  position: absolute;
  top: 66px;
  font-family: 'Montserrat', sans-serif;
  font-size: 193px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #305CA1;
  opacity: 0.07;
  -webkit-animation-name: fadeInUpNum;
  animation-name: fadeInUpNum;
}
@media screen and (max-width: 896px) {
  .bl_media__business .bl_media_bgdeco > span {
    font-size: 150px;
  }
}
@media screen and (max-width: 479px) {
  .bl_media__business .bl_media_bgdeco {
    top: auto;
    bottom: 200px;
  }
}
.bl_media__business .bl_media_bgdeco__none.bl_media_bgdeco {
  right: 0;
  background-color: transparent;
}
.bl_media__business .bl_media_bgdeco__none.bl_media_bgdeco > span {
  right: 30px;
}
.bl_media__business .bl_media_bgdeco__right.bl_media_bgdeco {
  right: 0;
  transition: 1.7s cubic-bezier(0.37, 0, 0.63, 1);
  transform: translateX(100%);
  transition-delay: .6s;
}
.bl_media__business .bl_media_bgdeco__right.bl_media_bgdeco.animated {
  transform: translateX(0%);
}
.bl_media__business .bl_media_bgdeco__right.bl_media_bgdeco > span {
  right: 30px;
}
.bl_media__business .bl_media_bgdeco__left.bl_media_bgdeco {
  left: 0;
  transition: 1.7s cubic-bezier(0.37, 0, 0.63, 1);
  transform: translateX(-100%);
  transition-delay: .6s;
}
.bl_media__business .bl_media_bgdeco__left.bl_media_bgdeco.animated {
  transform: translateX(0%);
}
.bl_media__business .bl_media_bgdeco__left.bl_media_bgdeco > span {
  left: 30px;
}
@media screen and (max-width: 896px) {
  .bl_media__business {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.bl_media__reason .bl_media_img {
  width: 50%;
  line-height: 0;
}
.bl_media__reason .bl_media_img > img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .bl_media__reason .bl_media_img {
    width: 40%;
  }
}
@media screen and (max-width: 479px) {
  .bl_media__reason .bl_media_img {
    width: 100%;
  }
}
.bl_media__reason .bl_media_body {
  padding-right: 4%;
  padding-left: 4%;
}
@media screen and (max-width: 896px) {
  .bl_media__reason .bl_media_body {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .bl_media__reason .bl_media_body {
    width: 100%;
  }
}
.bl_media__reason .bl_media_ttl {
  font-size: clamp(1.25rem, 0.875rem + 1.25vw, 1.875rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_media__reason .bl_media_ttl {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_media__reason .bl_media_ttl {
    margin-bottom: calc(40px / 2);
  }
}
.bl_media__reason .bl_media_ttl > span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: #305CA1;
  margin-bottom: .5em;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  clip-path: inset(100% 0 0 0);
  transition-delay: .8s;
}
.bl_media__reason .bl_media_ttl > span.animated {
  clip-path: inset(0);
}
@media screen and (max-width: 896px) {
  .bl_media__reason {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.bl_media_img__slideInDown.bl_media_img {
  clip-path: inset(0 0 100% 0);
  transition: 2.6s ease-in-out;
}
.bl_media_img__slideInDown.bl_media_img.animated {
  clip-path: inset(0);
}

@keyframes fadeInUpNum {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 0.07;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bl_heading {
  position: relative;
  font-size: clamp(1.25rem, 0.875rem + 1.25vw, 1.875rem);
  font-weight: bold;
}

.bl_heading_ttl_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-bottom: 1.5em;
}

.bl_heading_ttl_jp {
  letter-spacing: 0.1em;
  line-height: 1.83333;
}

.bl_heading_ttl_sm {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
}

.bl_heading_ttl_lg {
  font-size: clamp(1.875rem, 1.5rem + 1.25vw, 2.5rem);
}

.bl_heading_ttl_xl {
  font-size: clamp(2.125rem, 1.525rem + 2vw, 3.125rem);
}
@media screen and (max-width: 479px) {
  .bl_heading_ttl_xl {
    font-size: 30px;
  }
}

.bl_heading_ttl_blue {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
  color: #305CA1;
  letter-spacing: 0.1em;
}

.bl_heading_ttl_gray {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
  color: #D0D9E2;
  letter-spacing: 0.1em;
}

.bl_heading_txt {
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-weight: normal;
}

.bl_heading_ttl_category {
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-weight: bold;
  background: #fff;
  padding: 2px 1em;
}

.bl_photo {
  position: relative;
}

.bl_photo__mission {
  display: flex;
  justify-content: center;
}
.bl_photo__mission .bl_photo_01 {
  margin-right: -40px;
  width: 640px;
}
@media (max-width: 1240px) {
  .bl_photo__mission .bl_photo_01 {
    width: calc(640 / 1240 * 100vw);
  }
}
.bl_photo__mission .bl_photo_02 {
  padding-top: 40px;
  width: 640px;
}
@media (max-width: 1240px) {
  .bl_photo__mission .bl_photo_02 {
    width: calc(640 / 1240 * 100vw);
  }
}

.bl_photo__missionIndex {
  position: relative;
  height: 478px;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.bl_photo__missionIndex::before {
  content: "";
  position: absolute;
  top: 45vh;
  left: 0;
  right: 0;
  bottom: -80vh;
  background-image: url(../images/index/mission_img_prx.jpg);
  background-size: cover;
  background-position: top;
  z-index: -1;
  transform: translateY(var(--parallax-offset, 0));
}
@media (min-width: 1921px) {
  .bl_photo__missionIndex:before {
    top: 20vh;
  }
}
@media (max-width: 1441px) {
  .bl_photo__missionIndex:before {
    top: 70vh;
    bottom: -100vh;
  }
}
@media screen and (max-width: 479px) {
  .bl_photo__missionIndex {
    height: 280px;
  }
  .bl_photo__missionIndex::before {
    top: 50vh;
    left: -70%;
    bottom: -70vh;
  }
}

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

.bl_card_item {
  margin: 4.375em 0 0 0;
  width: calc((100% - 16%) / 3);
}
.bl_card_item:hover .bl_card_icon:before {
  transform: rotate(270deg);
}
.bl_card_item:hover .bl_card_icon:after {
  opacity: 0;
}
.bl_card_item:hover .bl_card_thumb {
  transform: scale(1.1);
}
@media screen and (max-width: 896px) {
  .bl_card_item {
    width: calc((100% - 8%) / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_card_item {
    width: 100%;
  }
}

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

.bl_card_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*
  &:before {
  	content: "";
  	display: block;
  	padding-top: 69.2307692308%;
  }
  */
}
@media screen and (max-width: 479px) {
  .bl_card_img {
    width: 140px;
  }
}

.bl_card_iconBase {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .bl_card_iconBase {
    border-width: 0 0 30px 30px;
  }
}

.bl_card_icon {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.bl_card_icon:before, .bl_card_icon:after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
}
.bl_card_icon:before {
  width: 1px;
  height: 12px;
  left: 50%;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in-out;
}
.bl_card_icon:before:hover {
  transform: rotate(270deg);
}
.bl_card_icon:after {
  width: 12px;
  height: 1px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.bl_card_icon:after:hover {
  opacity: 0;
}

.bl_card_thumb {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
}

.bl_card_body {
  margin: 1em 0 0 0;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .bl_card_body {
    margin: 0;
    width: calc(100% - 1.428em - 140px);
  }
}

.bl_card_body_datearea {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .bl_card_body_datearea {
    flex-direction: column;
  }
}

.bl_card_body_date {
  margin: 0 2.307em 0 0;
  font-size: 13px;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: relative;
  top: 0.5em;
}
@media screen and (max-width: 479px) {
  .bl_card_body_date {
    margin: 0;
    top: 0;
  }
}

.bl_card_body_cat {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem 0 0 0;
}
@media screen and (max-width: 479px) {
  .bl_card_body_cat {
    margin: 0.5rem 0 0 0;
  }
}

.bl_card_body_catBtn {
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
  padding: 0.214em 1.428em;
  border: 2px solid #0570b2;
  border-radius: 15px;
  text-align: center;
}
.bl_card_body_catBtn > span {
  color: #0570b2;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .bl_card_body_catBtn {
    margin: 0 0.5rem 0 0;
    padding: 0;
    border: 0;
  }
}

.bl_card_ttl {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  margin: 1em 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .bl_card_ttl {
    margin: 0.357em 0.357em 0 0;
  }
}

.bl_card_txt {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  margin-top: 1.25em;
}

.bl_card__case .bl_card_item {
  width: 44%;
}
@media screen and (max-width: 479px) {
  .bl_card__case .bl_card_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .bl_card__case .bl_card_body {
    width: 100%;
  }
}
.bl_card__case .bl_card_ttl {
  font-size: clamp(0.875rem, 0.725rem + 0.5vw, 1.125rem);
  margin-top: 40px;
  font-weight: bold;
}
@media (max-width: 896px) {
  .bl_card__case .bl_card_ttl {
    margin-top: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_card__case .bl_card_ttl {
    margin-top: calc(40px / 2);
  }
}
.bl_card__case .bl_card_cat {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  margin-top: 0.5em;
}

.bl_card__info .bl_card_item {
  width: 100%;
}
.bl_card__info .bl_card_inner {
  flex-direction: row;
}
.bl_card__info .bl_card_img {
  width: 25%;
}
.bl_card__info .bl_card_body {
  position: relative;
  width: 75%;
  margin: auto;
}
.bl_card__info .bl_card_body_inner {
  padding-right: 8%;
  padding-left: 8%;
}
.bl_card__info .bl_card_ttl {
  margin-top: 1.2em;
  font-weight: bold;
}
.bl_card__info .bl_card_icon {
  bottom: 50%;
  right: 6%;
}

.bl_card__topics.bl_card {
  justify-content: flex-start;
  gap: 0 8%;
}
@media screen and (max-width: 479px) {
  .bl_card__topics.bl_card {
    gap: 0 6%;
  }
}
@media screen and (max-width: 479px) {
  .bl_card__topics .bl_card_item {
    width: calc((100% - 6%) / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_card__topics .bl_card_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .bl_card__topics .bl_card_img {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .bl_card__topics .bl_card_body {
    width: 100%;
    margin: 1em 0 0 0;
  }
}

.bl_fContact {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 10.6875em auto 0;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .bl_fContact {
    max-width: calc(100% - 40px);
    margin: 6.25em auto 0;
  }
}

.bl_fContact_inner {
  padding: 3.4375em 6.25em 5em;
  background: #fff;
  box-shadow: 21px 0px 0px -20px #fff, 0px 101px 0px -100px #fff, 0px -101px 0px -100px #fff, -21px 0px 0px -20px #fff, 0 0 0 1px #000;
  position: relative;
}
@media screen and (max-width: 896px) {
  .bl_fContact_inner {
    padding: 3.125em;
  }
}
@media screen and (max-width: 479px) {
  .bl_fContact_inner {
    padding: 3.125em 0;
    box-shadow: 22px 0px 0px -20px #fff, 0px 102px 0px -100px #fff, 0px -22px 0px -20px #fff, -22px 0px 0px -20px #fff, 0 0 0 1px #000;
  }
}

.bl_fContact_body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bl_fContact_ttl {
  font-size: 1.875em;
  letter-spacing: 0.4em;
  position: absolute;
  top: -1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .bl_fContact_ttl {
    font-size: 1.75em;
  }
}

.bl_fContact_subttl {
  line-height: 2.14;
  font-size: 14px;
}

.bl_fContact_tel {
  margin-top: 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (min-width: 479px) {
  .bl_fContact_tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 479px) {
  .bl_fContact_tel {
    font-size: 24px;
  }
}

.bl_fContact_btnarea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .bl_fContact_btnarea {
    flex-direction: column;
  }
}

.bl_fContact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.375em 0 0 0;
  padding: 0.3125em 0 0 0;
  width: 100%;
  max-width: 250px;
  height: 80px;
  background-color: #eff3f7;
}
.bl_fContact_btn:first-of-type {
  margin-right: 2px;
}
.bl_fContact_btn:hover .bl_fContact_btn_chev {
  margin-right: 0.4375em;
}
@media screen and (max-width: 479px) {
  .bl_fContact_btn:first-of-type {
    margin-right: 0;
  }
}

.bl_fContact_btn_chev {
  display: block;
  position: relative;
  width: 6px;
  margin-right: 0.875em;
  transition: margin-right 0.4s ease-in-out;
}
.bl_fContact_btn_chev:before {
  content: "";
  display: block;
  padding-top: 156.125%;
}
.bl_fContact_btn_chev > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
}

.bl_fContact_txt {
  font-size: 15px;
  font-weight: bold;
}

.bl_footer {
  margin-top: 18.75em;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 930px;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .bl_footer {
    max-width: 100%;
    flex-direction: column;
    margin-top: 6.25em;
    padding-bottom: 2.75em;
  }
}

.bl_footer_logoarea {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 896px) {
  .bl_footer_logoarea {
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
}

.bl_footer_logo {
  width: 120px;
  display: block;
  position: relative;
}
.bl_footer_logo:before {
  content: "";
  display: block;
  padding-top: 85.0340136054%;
}
.bl_footer_logo > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 896px) {
  .bl_footer_logo {
    width: 80px;
  }
}

.bl_footer_snsarea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7.25em;
}
@media screen and (max-width: 896px) {
  .bl_footer_snsarea {
    margin-top: 3.75em;
  }
}

.bl_footer_inst,
.bl_footer_facebook,
.bl_footer_youtube {
  display: block;
  position: relative;
}
.bl_footer_inst:before,
.bl_footer_facebook:before,
.bl_footer_youtube:before {
  content: "";
  display: block;
}
.bl_footer_inst > img,
.bl_footer_facebook > img,
.bl_footer_youtube > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
}

.bl_footer_inst {
  width: 25px;
  margin-right: 1.25em;
}
.bl_footer_inst:before {
  padding-top: 100%;
}

.bl_footer_facebook {
  width: 13.48px;
  margin-right: 1.25em;
}
.bl_footer_facebook:before {
  padding-top: 185.4599406528%;
}

.bl_footer_youtube {
  margin-right: 0;
  width: 35.56px;
}
.bl_footer_youtube:before {
  padding-top: 70.303712036%;
}

.bl_footer_navarea {
  width: 595px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 896px) {
  .bl_footer_navarea {
    width: 100%;
    margin: 3.75em auto 0;
  }
}

.bl_footer_nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D3D9E0;
}

.bl_footer_item {
  display: block;
  margin-right: 100px;
  margin-bottom: 28px;
  padding: 0 0 0 30px;
  border-top: none;
  top: -0.45em;
}
.bl_footer_item:nth-of-type(1) {
  width: 122px;
  border-right: none;
}
.bl_footer_item:nth-of-type(2) {
  width: 159px;
}
.bl_footer_item:nth-of-type(3) {
  width: 114px;
  margin-right: 0;
  border-right: none;
}
.bl_footer_item:nth-of-type(4) {
  width: 122px;
}
.bl_footer_item:nth-of-type(5) {
  width: 159px;
  border-right: none;
}
.bl_footer_item:nth-of-type(6) {
  width: 114px;
  margin-right: 0;
}
.bl_footer_item:nth-of-type(7) {
  width: 100%;
  margin-right: 0;
}
.bl_footer_item.bl_footer_item__pp {
  padding: 0 0 0 35px;
  margin-bottom: 5em;
  top: 0.5em;
}
.bl_footer_item.bl_footer_item__pp > a {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.08em;
}
.bl_footer_item.bl_footer_item__pp > a:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: transparent;
  border-right: 2px solid #9D9D9D;
  border-bottom: 2px solid #9D9D9D;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 896px) {
  .bl_footer_item.bl_footer_item__pp {
    padding: 1.875em 0;
    margin-bottom: 0;
    top: 0;
  }
}
@media screen and (max-width: 896px) {
  .bl_footer_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 0;
    padding: 1.5em 0;
    border-top: 1px solid #D3D9E0;
    top: 0;
  }
  .bl_footer_item:nth-of-type(1), .bl_footer_item:nth-of-type(3), .bl_footer_item:nth-of-type(5) {
    width: 50%;
    border-right: 1px solid #D3D9E0;
  }
  .bl_footer_item:nth-of-type(2), .bl_footer_item:nth-of-type(4), .bl_footer_item:nth-of-type(6) {
    width: 50%;
  }
  .bl_footer_item:nth-of-type(7) {
    width: 100%;
    margin-right: 0;
  }
}

.bl_footer_link {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.bl_footer_link:before {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  .bl_footer_link {
    font-size: 14px;
  }
  .bl_footer_link:before {
    display: none;
  }
}

.bl_footer_copyright {
  margin: 3.125em 0 0 0;
  text-align: left;
}
.bl_footer_copyright > small {
  font-family: 'Montserrat', sans-serif;
  color: #ACACAC;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .bl_footer_copyright {
    margin: 2.5em 0 0 0;
    text-align: center;
  }
}

.bana-fix {
  position: fixed;
  right: 10px;
  bottom: 0;
  text-align: right;
  z-index: 50;
}
.bana-fix img {
  width: 70%;
}
@media screen and (max-width: 896px) {
  .bana-fix {
    width: 60%;
  }
}

.bl_lowerview {
  position: relative;
  background: url(../images/common/heading_bg@2x.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #F5F5F5;
  height: 320px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1900px) {
  .bl_lowerview {
    background-size: 70%;
  }
}
@media screen and (max-width: 1280px) {
  .bl_lowerview {
    background-size: 90% 100%;
  }
}
@media screen and (max-width: 896px) {
  .bl_lowerview {
    height: 270px;
  }
}
@media screen and (max-width: 479px) {
  .bl_lowerview {
    height: 220px;
    background-size: 125% 100%;
  }
}

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

.bl_lowerview_ttl {
  font-size: clamp(2.125rem, 1.6rem + 1.75vw, 3rem);
  letter-spacing: 0.4em;
  mix-blend-mode: overlay;
  font-weight: 600;
  text-align: right;
  padding: 121px 0;
}
@media screen and (max-width: 896px) {
  .bl_lowerview_ttl {
    padding: 102px 0;
  }
}
@media screen and (max-width: 479px) {
  .bl_lowerview_ttl {
    padding: 83px 0;
  }
}

.bl_borderPhoto {
  position: relative;
  width: 100%;
  line-height: 0;
}
.bl_borderPhoto > img {
  line-height: 0;
  width: 100%;
}

.bl_pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(11, 78, 138, 0.8);
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
}

.bl_pagetop_btn {
  position: relative;
}
.bl_pagetop_btn:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1.2px solid #fff;
  border-bottom: 1.2px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  z-index: 11;
}

.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: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

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

svg#load-line2 {
  position: relative;
  z-index: 9999;
}

/***************************************************
 * Generated by SVG Artista on 8/9/2024, 1:25:24 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  stroke-dashoffset: 692.807861328125px;
  stroke-dasharray: 692.807861328125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #1e5294;
}

svg .svg-elem-2 {
  stroke-dashoffset: 605.7246704101562px;
  stroke-dasharray: 605.7246704101562px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: #004381;
}

svg .svg-elem-3 {
  stroke-dashoffset: 443.6397705078125px;
  stroke-dasharray: 443.6397705078125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: #005ead;
}

svg .svg-elem-4 {
  stroke-dashoffset: 412.3346862792969px;
  stroke-dasharray: 412.3346862792969px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: #10386b;
}

svg .svg-elem-5 {
  stroke-dashoffset: 733.3638916015625px;
  stroke-dasharray: 733.3638916015625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-6 {
  stroke-dashoffset: 1464.817138671875px;
  stroke-dasharray: 1464.817138671875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-7 {
  stroke-dashoffset: 822.5650024414062px;
  stroke-dasharray: 822.5650024414062px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-8 {
  stroke-dashoffset: 1643.164306640625px;
  stroke-dasharray: 1643.164306640625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-9 {
  stroke-dashoffset: 406.6600341796875px;
  stroke-dasharray: 406.6600341796875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-10 {
  stroke-dashoffset: 811.360107421875px;
  stroke-dasharray: 811.360107421875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-11 {
  stroke-dashoffset: 523.0908203125px;
  stroke-dasharray: 523.0908203125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-12 {
  stroke-dashoffset: 1044.18505859375px;
  stroke-dasharray: 1044.18505859375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-13 {
  stroke-dashoffset: 223.93008422851562px;
  stroke-dasharray: 223.93008422851562px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-14 {
  stroke-dashoffset: 270.90093994140625px;
  stroke-dasharray: 270.90093994140625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-15 {
  stroke-dashoffset: 279.85430908203125px;
  stroke-dasharray: 279.85430908203125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-15 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-16 {
  stroke-dashoffset: 280.2234191894531px;
  stroke-dasharray: 280.2234191894531px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-17 {
  stroke-dashoffset: 264.9942321777344px;
  stroke-dasharray: 264.9942321777344px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

svg.active .svg-elem-17 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-18 {
  stroke-dashoffset: 204.3963623046875px;
  stroke-dasharray: 204.3963623046875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

svg.active .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-19 {
  stroke-dashoffset: 186.02825927734375px;
  stroke-dasharray: 186.02825927734375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .svg-elem-19 {
  stroke-dashoffset: 0;
  fill: #231815;
}

svg .svg-elem-20 {
  stroke-dashoffset: 221.6992950439453px;
  stroke-dasharray: 221.6992950439453px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .svg-elem-20 {
  stroke-dashoffset: 0;
  fill: #231815;
}

/*
 * Module Group - Block - index
 */
.bl_mv {
  position: relative;
  max-height: 760px;
  height: 100vh;
  background: url(../images/index/mv_bg@2x.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #F5F5F5;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .bl_mv {
    background-position: right bottom;
  }
}
@media screen and (max-width: 896px) {
  .bl_mv {
    height: 70vh;
  }
}

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

.bl_mv_body {
  padding: 60px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.bl_mv_ttl {
  font-size: clamp(2.5rem, 1.6rem + 3vw, 4rem);
  font-weight: bold;
  margin-bottom: 0.718em;
  transition: 2.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  clip-path: inset(0 100% 0 0);
  transition-delay: .6s;
}
.bl_mv_ttl.animated {
  clip-path: inset(0);
}

.bl_mv_txt {
  font-size: clamp(1.0625rem, 0.725rem + 1.125vw, 1.625rem);
  line-height: 2.07692;
  margin-bottom: 2.038em;
}

.bl_mv_company {
  font-size: clamp(1.375rem, 0.9625rem + 1.375vw, 2.0625rem);
  display: flex;
  flex-direction: column;
}
.bl_mv_company > span {
  font-size: clamp(0.875rem, 0.7625rem + 0.375vw, 1.0625rem);
}

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

.bl_flow_inner {
  width: 46.875%;
}

.bl_flow_body {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 3.3em 3em 2em 3em;
}
@media screen and (max-width: 896px) {
  .bl_flow_body {
    padding: 3.3em 1em 2em 1em;
  }
}
@media screen and (max-width: 479px) {
  .bl_flow_body {
    padding: 1.3em 0 0 0;
  }
}

.bl_flow_ttl {
  max-width: 460px;
  width: 100%;
  background-color: #305CA1;
  border-radius: 31px;
  color: #fff;
  font-size: clamp(1.125rem, 0.75rem + 1.25vw, 1.75rem);
  font-weight: bold;
  text-align: center;
  padding: 0.28em 0;
  margin: -4.3em auto 0 auto;
}
@media screen and (max-width: 479px) {
  .bl_flow_ttl {
    font-size: 15px;
    margin-top: -2.3em;
  }
}

.bl_flow_txt {
  font-weight: bold;
}
.bl_flow_txt.bl_flow_txt__mont {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.4em;
}

.bl_flow_cross {
  width: 6.25%;
  padding-top: 20.5%;
}
@media screen and (max-width: 896px) {
  .bl_flow_cross {
    padding-top: 33%;
  }
}
@media screen and (max-width: 479px) {
  .bl_flow_cross {
    padding-top: 98%;
  }
}

.bl_flow_icon {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .bl_flow_icon {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 479px) {
  .bl_flow_icon {
    transform: scale(0.5);
  }
}

.bl_flow_plus {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .bl_flow_plus {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 479px) {
  .bl_flow_plus {
    transform: scale(0.5);
  }
}

.bl_flow_subttl {
  font-size: clamp(1.25rem, 0.875rem + 1.25vw, 1.875rem);
  color: #305CA1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}

.bl_flow_catch {
  width: 100%;
  background-color: #000;
  border-radius: 10px;
  font-size: clamp(1.375rem, 1rem + 1.25vw, 2rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 1.3em;
  margin-bottom: 10px;
  animation: transscaleX 1.2s ease 0s 1 normal;
}
.bl_flow_catch span {
  color: #F7EF29;
}
@media screen and (max-width: 479px) {
  .bl_flow_catch {
    padding: 1em .7em;
  }
}

.bl_flow_btn {
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  text-align: center;
}

@keyframes transscaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.bl_flow_body__scissors .bl_flow_txt.bl_flow_txt__mont {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
}
.bl_flow_body__scissors .bl_flow_ttl {
  background-color: #3094A1;
}

.bl_flow_body__oem .bl_flow_ttl {
  background-color: #9030A1;
}
.bl_flow_body__oem .bl_flow_txt {
  font-size: clamp(1.0625rem, 0.7625rem + 1vw, 1.5625rem);
}

.bl_flow_inner__full.bl_flow_inner {
  margin: 0 auto 40px auto;
  padding-top: 40px;
}
@media screen and (max-width: 479px) {
  .bl_flow_inner__full.bl_flow_inner {
    padding-top: 20px;
  }
}
.bl_flow_inner__full .bl_flow_body {
  justify-content: center;
}
.bl_flow_inner__full .bl_flow_ttl {
  background-color: #B4AB42;
}
.bl_flow_inner__full .bl_flow_img {
  font-size: clamp(1.0625rem, 0.7625rem + 1vw, 1.5625rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  .bl_flow_inner__full .bl_flow_img {
    padding: 4% 10%;
  }
}

.bl_servicedeco {
  position: relative;
  text-align: center;
  padding-bottom: 420px;
}
@media (max-width: 896px) {
  .bl_servicedeco {
    padding-bottom: calc(420px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_servicedeco {
    padding-bottom: calc(420px / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_servicedeco {
    text-align: left;
  }
}

.bl_servicedeco_inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .bl_servicedeco_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.bl_servicedeco_inner > span {
  position: absolute;
  top: -180px;
  right: 223px;
  font-family: 'Montserrat', sans-serif;
  font-size: 193px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #305CA1;
  opacity: 0.07;
  -webkit-animation-name: fadeInUpNum;
  animation-name: fadeInUpNum;
}
@media screen and (max-width: 896px) {
  .bl_servicedeco_inner > span {
    font-size: 150px;
    top: -140px;
    right: 10%;
  }
}
@media screen and (max-width: 479px) {
  .bl_servicedeco_inner > span {
    right: 0;
  }
}

.bl_servicedeco_ttl {
  font-size: clamp(1.25rem, 0.875rem + 1.25vw, 1.875rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .bl_servicedeco_ttl {
    margin-bottom: calc(50px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_servicedeco_ttl {
    margin-bottom: calc(50px / 2);
  }
}

.bl_servicedeco_txt {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.bl_servicedeco_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 192px;
  background-color: #F0F3F7;
  z-index: -1;
  transition: 1.7s cubic-bezier(0.37, 0, 0.63, 1);
  transform: translateX(100%);
  transition-delay: .6s;
}
.bl_servicedeco_bg.animated {
  transform: translateX(0%);
}
@media screen and (max-width: 479px) {
  .bl_servicedeco_bg {
    bottom: 90px;
  }
}

/*
 * Module Group - Block - service/yakujo
 */
.bl_movie {
  position: relative;
  background: #f0f3f7;
  background: linear-gradient(90deg, #f0f3f7 90%, white 90%, white 100%);
  padding: 70px 0;
}

.bl_movie_inner {
  max-width: 930px;
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  margin: 0 auto;
}

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

.bl_case_item {
  width: calc((100% - 8%) / 3);
  margin-right: 4%;
  margin-bottom: 3.75em;
}
.bl_case_item:nth-child(3n) {
  margin-right: 0;
}
.bl_case_item:hover .bl_case_img > img {
  transform: scale(1.1);
}
@media screen and (max-width: 479px) {
  .bl_case_item {
    width: calc((100% - 8%) / 2);
    margin-right: 8%;
  }
  .bl_case_item:nth-child(3n) {
    margin-right: 8%;
  }
  .bl_case_item:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_case_img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 1.875em;
  overflow: hidden;
  line-height: 0;
}
.bl_case_img > img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}

.bl_case_ttl {
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  font-weight: bold;
  margin-bottom: 1.1875em;
  letter-spacing: 0.1em;
}

.bl_case_cat {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  color: #999999;
  letter-spacing: 0.1em;
}

.bl_casePost {
  position: relative;
}

.bl_casePost_name {
  font-size: clamp(1rem, 0.7rem + 1vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 2.333em;
}

.bl_casePost_pic {
  max-width: 400px;
  margin: 0 auto 5em auto;
}

.bl_casePost_body {
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 5.312em;
}
.bl_casePost_body p {
  line-height: 2;
  margin-bottom: 1.25em;
}

.bl_casePost_subttl {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: bold;
  color: #305CA1;
  margin-bottom: 1.5em;
  padding-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
}

/* olds
.bl_casePost {
	position: relative;
}

.bl_casePost_ttl {
	margin: 7rem auto 0;
    padding: 0 0 1.8rem 0;
    border-bottom: 1px solid #D3D9E0;
    @include fs2;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
}

.bl_casePost_name {
	margin: 2.5rem 0 0;
    text-align: center;
    @include fs1_6;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.bl_casePost_cat {
	@include fs1_4;
	text-align: center;
	@include mb(100px);
}

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

.bl_caseGallery_item {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	&:last-child {
		margin-right: 0;
	}
}
*/
.bl_products {
  display: flex;
  flex-wrap: wrap;
}

.bl_products_item {
  width: calc((100% - 12%) / 4);
  margin-right: 4%;
  margin-bottom: 3.75em;
}
.bl_products_item:nth-child(4n) {
  margin-right: 0;
}
.bl_products_item:hover .bl_products_img > img {
  transform: scale(1.1);
}
@media screen and (max-width: 896px) {
  .bl_products_item {
    width: calc((100% - 9%) / 3);
    margin-right: 4.5%;
  }
  .bl_products_item:nth-child(4n) {
    margin-right: 4.5%;
  }
  .bl_products_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .bl_products_item {
    width: calc((100% - 8%) / 2);
    margin-right: 8%;
  }
  .bl_products_item:nth-child(3n) {
    margin-right: 8%;
  }
  .bl_products_item:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_products_img {
  max-width: 280px;
  width: 100%;
  margin-bottom: 1.1em;
  overflow: hidden;
  line-height: 0;
}
.bl_products_img > img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}

.bl_products_ttl {
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}

.bl_products_inch {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  letter-spacing: 0.1em;
}

.bl_productsPost {
  position: relative;
}

.bl_productsPost_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2em;
}

.bl_productsPost_img,
.bl_productsPost_body {
  position: relative;
  width: calc((100% - 2em) / 2);
}
@media screen and (max-width: 479px) {
  .bl_productsPost_img,
  .bl_productsPost_body {
    width: 100%;
  }
}

.bl_productsPost_img {
  line-height: 0;
}
.bl_productsPost_img > .fa-search-plus {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #305CA1;
  font-size: 1.3em;
}

.bl_productsPost_list {
  display: flex;
  gap: 0.25em;
}

.bl_productsPost_listItem {
  padding: 0.5em;
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  color: #fff;
  font-weight: bold;
  background-color: #333;
}

.bl_productsPost_ttl {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: bold;
  color: #305CA1;
  margin-bottom: 1.5em;
  padding-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
}

/*
 * Module Group - Block - service/yakujo
 */
.bl_brand {
  position: relative;
  background-image: url(../images/service/brand/main_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6.25em 0 9.375em 0;
}

.bl_brand_cont {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .bl_brand_cont {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.bl_brand_logo {
  width: calc(100% / 3);
}
.bl_brand_logo > img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .bl_brand_logo {
    width: calc((100% - 12%) / 2);
  }
}
@media screen and (max-width: 479px) {
  .bl_brand_logo {
    width: calc((100% - 4%) / 2);
  }
}

/*
 * Module Group - Block - company
 */
.bl_overview {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

.bl_overview_ttl,
.bl_overview_desc {
  border-bottom: 1px solid #D3D9E0;
  padding: 3.2rem 0;
}

.bl_overview_ttl {
  width: 25%;
  white-space: nowrap;
  font-weight: bold;
}

.bl_overview_desc {
  width: 75%;
}

.bl_overview_ttl__first.bl_overview_ttl, .bl_overview_ttl__first.bl_overview_desc,
.bl_overview_desc__first.bl_overview_ttl,
.bl_overview_desc__first.bl_overview_desc {
  border-top: 1px solid #D3D9E0;
}

/*
 * Module Group - Block - welcome
 */
.bl_welcome_subttl {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
}

.bl_welcome_txt {
  font-weight: 500;
  line-height: 2.14;
}

.bl_welcome_greeting {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 896px) {
  .bl_welcome_greeting {
    margin-bottom: calc(200px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_welcome_greeting {
    margin-bottom: calc(200px / 2);
  }
}

.bl_welcome_greeting_img {
  width: 75%;
}
@media screen and (max-width: 896px) {
  .bl_welcome_greeting_img {
    width: 100%;
  }
}

.bl_welcome_greeting_body {
  position: absolute;
  width: 44%;
  right: 0;
  bottom: -10%;
}
@media screen and (max-width: 896px) {
  .bl_welcome_greeting_body {
    position: initial;
    width: 100%;
  }
}

.bl_welcome_greeting_subttl {
  margin: 80px 0 0 0;
}

.bl_welcome_greeting_txt {
  margin: 100px 0 0 0;
  z-index: 2;
  position: relative;
}
.bl_welcome_greeting_txt:after {
  display: block;
  content: "";
  width: 150%;
  height: 150%;
  background-color: #fff;
  position: absolute;
  top: -40%;
  left: -15%;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .bl_welcome_greeting_txt:after {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .bl_welcome_greeting_txt {
    margin: 60px 0 0 0;
  }
}

.bl_welcome_greeting02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .bl_welcome_greeting02 {
    justify-content: center;
  }
}

.bl_welcome_greeting02_body {
  width: 45%;
}
@media screen and (max-width: 896px) {
  .bl_welcome_greeting02_body {
    width: 100%;
    margin-top: 40px;
  }
}

.bl_welcome_greeting02_img {
  width: 40%;
}
@media screen and (max-width: 896px) {
  .bl_welcome_greeting02_img {
    width: 90%;
  }
}

.bl_welcome_concept {
  position: relative;
}

.bl_welcome_concept_inner {
  margin: 80px 0 0 0;
  padding: 80px 0 20px;
  background-image: url(../images/welcome/welcome__concept__img01.jpg), url(../images/welcome/welcome__concept__img02.jpg);
  background-repeat: no-repeat;
  background-position: top left 0, bottom right 0;
  background-size: 30%;
}
@media screen and (max-width: 896px) {
  .bl_welcome_concept_inner {
    padding: 80vw 0 20px;
    background-position: top left 0, top 70px right 0;
    background-size: 55%;
  }
}
@media screen and (max-width: 479px) {
  .bl_welcome_concept_inner {
    margin: 60px auto 0 0;
  }
}

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

.bl_welcome_concept_desc {
  width: 28%;
  margin: 60px auto 0;
}
@media screen and (max-width: 896px) {
  .bl_welcome_concept_desc {
    width: 100%;
    margin: 40px auto 0;
  }
}

.bl_welcome_business {
  position: relative;
  margin-bottom: 350px;
}
@media (max-width: 896px) {
  .bl_welcome_business {
    margin-bottom: calc(350px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_welcome_business {
    margin-bottom: calc(350px / 2);
  }
}

.bl_welcome_business_img {
  width: 62%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 896px) {
  .bl_welcome_business_img {
    width: 100%;
    padding: 80px 0;
    background-color: #EFF3F7;
    margin-bottom: 60px;
  }
  .bl_welcome_business_img > picture {
    padding: 0 4%;
    display: block;
  }
}

.bl_welcome_business_body {
  position: absolute;
  width: 40%;
  left: 0;
  bottom: -40%;
}
@media screen and (max-width: 896px) {
  .bl_welcome_business_body {
    position: initial;
    width: 100%;
  }
}

.bl_welcome_business_subttl {
  margin: 80px 0 0 0;
}

.bl_welcome_business_txt {
  width: 80%;
}
@media screen and (max-width: 896px) {
  .bl_welcome_business_txt {
    width: 100%;
  }
}

.bl_welcome_business_txt02 {
  margin: 80px 0 0 0;
  z-index: 2;
  position: relative;
}
.bl_welcome_business_txt02:after {
  display: block;
  content: "";
  width: 125%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: -20%;
  left: -15%;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .bl_welcome_business_txt02:after {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .bl_welcome_business_txt02 {
    margin: 50px 0 0 0;
  }
}

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

.bl_welcome_business02_body {
  width: calc(100% - 80px - 32%);
}
@media screen and (max-width: 896px) {
  .bl_welcome_business02_body {
    width: 100%;
    margin-top: 40px;
  }
}

.bl_welcome_business02_img {
  width: 32%;
}
@media screen and (max-width: 896px) {
  .bl_welcome_business02_img {
    width: 90%;
  }
}

.bl_welcome_area {
  position: relative;
  display: flex;
}
@media screen and (max-width: 479px) {
  .bl_welcome_area {
    flex-direction: column;
  }
}

.bl_welcome_area_img {
  margin-left: 100px;
  width: 381.33px;
  z-index: 1;
}
.bl_welcome_area_img:after {
  display: block;
  content: "";
  width: 700px;
  height: 90%;
  background-color: #EFF3F7;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .bl_welcome_area_img:after {
    width: calc(100vw - 8%);
  }
}
@media screen and (max-width: 479px) {
  .bl_welcome_area_img:after {
    height: 60%;
    top: 35%;
  }
}
@media screen and (max-width: 896px) {
  .bl_welcome_area_img {
    margin-left: 0;
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .bl_welcome_area_img {
    margin: 0 auto;
    width: 80%;
  }
}

.bl_welcome_area_body {
  width: 35%;
  margin: 160px 0 0 auto;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.14;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .bl_welcome_area_body {
    width: 100%;
    margin: 60px auto 0;
  }
}

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

.bl_welcome_ds_item {
  display: block;
  width: calc((100% - 90px) / 4);
  margin: 0 30px 30px 0;
}
.bl_welcome_ds_item:last-of-type {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 896px) {
  .bl_welcome_ds_item {
    width: calc((100% - 30px) / 2);
  }
  .bl_welcome_ds_item:nth-child(even) {
    margin: 0 0 30px 0;
  }
}

.bl_welcome_oem {
  position: relative;
  display: flex;
}
@media screen and (max-width: 479px) {
  .bl_welcome_oem {
    flex-direction: column;
  }
}

.bl_welcome_oem_img {
  margin: 0 0 0 auto;
  width: 75%;
}
@media screen and (max-width: 479px) {
  .bl_welcome_oem_img {
    width: 100%;
  }
}

.bl_welcome_oem_body {
  position: absolute;
  top: 25%;
  left: 0;
  width: 32%;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.14;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .bl_welcome_oem_body {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
  }
}

/*
 * Module Group - Block - information
 */
.bl_info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.bl_info_main {
  width: 70%;
}
@media screen and (max-width: 896px) {
  .bl_info_main {
    width: 100%;
    margin-bottom: 100px;
  }
}

.bl_info_side {
  width: 30%;
}
@media screen and (max-width: 896px) {
  .bl_info_side {
    width: 100%;
  }
}

.bl_side {
  position: relative;
  padding-right: 2%;
  padding-left: 2%;
}

.bl_side_wrap,
.widget_block {
  border-top: 6px solid #D0D9E2;
  padding: 1.6em 0 2em 0;
}

.bl_side_ttl,
.wp-block-heading {
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.bl_side_list {
  position: relative;
}

.bl_side_list_item {
  margin-bottom: 1.5em;
}

.bl_side_list_link {
  display: flex;
  justify-content: space-between;
}
.bl_side_list_link:hover .bl_side_list_thumb {
  transform: scale(1.1);
}

.bl_side_list_img {
  display: block;
  width: 30%;
  position: relative;
  overflow: hidden;
}
.bl_side_list_img:before {
  content: "";
  display: block;
  padding-top: 69.2307692308%;
}
@media screen and (max-width: 479px) {
  .bl_side_list_img {
    width: 140px;
  }
}

.bl_side_list_thumb {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
}

.bl_side_list_body {
  width: 70%;
  padding-right: 4%;
  padding-left: 4%;
}

.bl_side_list_cat {
  font-size: clamp(0.625rem, 0.55rem + 0.25vw, 0.75rem);
  color: #0570b2;
  margin-bottom: 0.75em;
}

.bl_side_list_ttl {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
}

.bl_side_cat {
  position: relative;
}

.bl_side_cat_item,
.cat-item {
  border-bottom: 1px solid #D0D9E2;
  padding: 0.75em 0 0.85em 0;
}
.bl_side_cat_item > a,
.cat-item > a {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  font-weight: bold;
}

.bl_side_cat_link {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  font-weight: bold;
}

.bl_side_tag {
  display: flex;
  flex-wrap: wrap;
}
.bl_side_tag > a {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  margin-right: 1em;
  margin-bottom: 1em;
}

.wp-block-tag-cloud > a {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem) !important;
  margin-right: 1em;
  margin-bottom: 1em;
}

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

.bl_side_arc_item {
  width: 100%;
  border-bottom: 1px solid #D0D9E2;
  padding: 0.75em 0 0.85em 0;
}

.wp-block-archives-list > li {
  width: 100%;
  border-bottom: 1px solid #D0D9E2;
  padding: 0.75em 0 0.85em 0;
}
.wp-block-archives-list > li > a {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
}

.bl_side_arc_link {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
}

/*
 * Module Group - Block - contact
 */
.bl_form {
  position: relative;
}

.bl_form_body {
  position: relative;
}
.bl_form_body button {
  cursor: pointer;
}

.bl_form_item p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
.bl_form_item p > span {
  width: 75%;
}
.bl_form_item label {
  font-weight: bold;
  width: 25%;
}
.bl_form_item label .bl_form_req {
  color: #F58A8A;
}
@media screen and (max-width: 479px) {
  .bl_form_item label {
    width: 100%;
    margin-bottom: 1em;
  }
}
.bl_form_item input[type=text],
.bl_form_item input[type=email],
.bl_form_item input[type=tel],
.bl_form_item input[type=url],
.bl_form_item textarea {
  width: 100%;
  border: 1px solid #D3DDE5;
  background-color: #fff;
  padding: 1em 1.5em;
  font-size: clamp(0.625rem, 0.55rem + 0.25vw, 0.75rem);
}
@media screen and (max-width: 479px) {
  .bl_form_item input[type=text],
  .bl_form_item input[type=email],
  .bl_form_item input[type=tel],
  .bl_form_item input[type=url],
  .bl_form_item textarea {
    width: 100%;
  }
}
.bl_form_item input[type=submit] {
  cursor: pointer;
}
.bl_form_item.bl_form_item__center > p {
  justify-content: center;
}
.bl_form_item.bl_form_item__center > p > span {
  width: 100%;
  text-align: center;
}

/*
.bl_form_checkbox {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	> span {
		width: 200px;
	}
	@include sp {
		width: 100%;
	}
}
*/
.wpcf7-radio > .wpcf7-list-item {
  width: 200px;
}

.bl_form_privacy {
  position: relative;
  background-color: #F2F7F8;
  padding: 4.285em;
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  line-height: 2.14286;
}

.bl_form_privacy_ttl {
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  font-weight: bold;
  margin-bottom: 2.5em;
}

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

.bl_privacy_wrap {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  margin-bottom: 4.285em;
  line-height: 2.143;
  letter-spacing: 0.08em;
}

.bl_privacy_ttl {
  margin-bottom: 2.142em;
  font-weight: bold;
}

.bl_privacy_txt {
  margin-bottom: 2em;
}

.bl_privacy_ol {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}

.bl_privacy_ol_item {
  list-style-type: decimal;
}

/*
 * Module Group - Element
 */
.el_btn {
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #305CA1;
  width: 100%;
  max-width: 316px;
  text-align: center;
  padding: 22px 0.5rem;
  text-decoration: none;
  border: 1px solid #305CA1;
}
.el_btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  content: "\f054";
}
.el_btn:hover {
  color: #305CA1;
  background-color: #fff;
}
.el_btn:hover:link, .el_btn:hover:visited {
  color: #305CA1;
}
.el_btn:link, .el_btn:visited {
  color: #fff;
}
.el_btn.el_btn__rev {
  color: #305CA1;
  background-color: #fff;
}
.el_btn.el_btn__rev:hover {
  color: #fff;
  background-color: #305CA1;
}
.el_btn.el_btn__rev:hover:link, .el_btn.el_btn__rev:hover:visited {
  color: #fff;
}
.el_btn.el_btn__wt {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.el_btn.el_btn__wt:hover {
  color: #fff;
  background-color: #000;
}
.el_btn.el_btn__flow {
  max-width: 722px;
  font-size: clamp(1.125rem, 0.75rem + 1.25vw, 1.75rem);
  border-radius: 46px;
}
.el_btn.el_btn__flow:before {
  display: none;
}
.el_btn.el_btn__submit {
  width: 100%;
  cursor: pointer;
  color: #fff;
  background-color: #95654C;
  border: 1px solid #95654C;
  border-radius: 6px;
}
.el_btn.el_btn__submit::after {
  display: none;
}
.el_btn.el_btn__submit:hover {
  color: #95654C;
  background-color: #fff;
}
.el_btn.el_btn__submit:hover:link {
  color: #95654C;
}
.el_btn.el_btn__submit:hover::after {
  display: none;
}
.el_btn.el_btn__full {
  max-width: none;
}

.el_btn_more {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 896px) {
  .el_btn_more {
    padding: 0 20px 0 0;
    width: 100%;
    position: relative;
  }
}

.el_btn_more_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el_btn_more_link:hover .el_btn_more_icon {
  left: 75%;
}

.el_btn_more_iconWrap {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 55px;
  height: 2px;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 896px) {
  .el_btn_more_iconWrap {
    margin: 0 30px 0 0;
    width: 35px;
    height: 2px;
    background-color: #000;
  }
}

.el_btn_more_icon {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.4s ease-in;
  transition: left 0.4s ease-in;
}
.el_btn_more_icon:before, .el_btn_more_icon:after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.el_btn_more_icon:before {
  width: 1px;
  height: 12px;
}
.el_btn_more_icon:after {
  width: 12px;
  height: 1px;
}

.el_btn_more_txt {
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/*
 * 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_base {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .hp_base {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.hp_fontMont {
  font-family: 'Montserrat', sans-serif;
}

.hp_fs2 {
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 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_cWt {
  color: #fff;
}

.hp_fwsemiB {
  font-weight: 600;
}

.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_pb40 {
  padding-bottom: 40px;
}
@media (max-width: 896px) {
  .hp_pb40 {
    padding-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb40 {
    padding-bottom: calc(40px / 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_pb140 {
  padding-bottom: 140px;
}
@media (max-width: 896px) {
  .hp_pb140 {
    padding-bottom: calc(140px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb140 {
    padding-bottom: calc(140px / 2);
  }
}

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

.hp_wsnw {
  white-space: nowrap;
}

.hp_bgcBlue {
  background-color: #F0F3F7;
}

/*
 * Unique Group
 */
/*
 * program Group
 */
/*
 * Original Group
 */
#single .bl_post h2.wp-block-heading {
  display: block;
  width: 100%;
  font-size: clamp(1.25rem, 0.875rem + 1.25vw, 1.875rem);
  font-weight: 600;
  color: #fff;
  text-align: left;
  padding: 0.25em 0.5em !important;
  background: #06285E;
  background: linear-gradient(90deg, #06285E 20%, #4B97CF 100%);
  margin-top: 2em;
  margin-bottom: 1.5em;
}
#single .bl_post h3.wp-block-heading {
  display: block;
  width: 100%;
  font-size: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: 600;
  text-align: left;
  border-bottom: 3px solid #305CA1;
  padding: 0.25em 0 !important;
  margin-top: 2em;
  margin-bottom: 1em;
}
#single .bl_post h4.wp-block-heading {
  display: block;
  width: 100%;
  font-size: clamp(0.875rem, 0.725rem + 0.5vw, 1.125rem);
  font-weight: 600;
  text-align: left;
  border-left: 4px solid #305CA1;
  padding: 0.25em 0.5em !important;
  margin-top: 2em;
  margin-bottom: 1em;
}
#single .bl_post ul.wp-block-list,
#single .bl_post ol.wp-block-list {
  margin-top: 0.2em;
}
#single .bl_post ul.wp-block-list li,
#single .bl_post ol.wp-block-list li {
  list-style: inherit;
  margin-left: 1.5em;
  margin-bottom: 0.25em;
}
#single .bl_post strong {
  font-weight: bold;
}
#single .bl_post figure.wp-block-image {
  margin-bottom: 2em;
}
#single .bl_post .wp-block-table,
#single .bl_post .wp-block-tableberg-table {
  margin-top: 1.5em;
}
#single .bl_post .bl_post_text p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#single #toc_container {
  padding: 1.5em;
  border: 1px solid #305CA1;
  border-top: 4px solid #305CA1;
  margin-top: 2em;
}
#single #toc_container.no_bullets ul li {
  font-size: clamp(0.8125rem, 0.7375rem + 0.25vw, 0.9375rem);
  font-weight: bold;
  line-height: 2;
  margin-top: 0.5em;
}
#single #toc_container.no_bullets ul ul li {
  font-weight: normal;
  font-size: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  margin-top: 0;
}
#single #toc_container span.toc_number {
  margin-right: 0.3em;
}
#single #toc_container a {
  position: relative;
  line-height: 1.7;
}
#single #toc_container a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #305CA1;
  bottom: -2px;
  left: 0;
  transition: .5s all;
  opacity: 0.7;
}
#single #toc_container a:hover {
  text-decoration: 0;
}
#single #toc_container a:hover:before {
  width: 100%;
  transition: .5s all;
}

header .header_menu {
  display: none;
  position: absolute;
  right: 18px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1000;
}
header .header_menu div {
  position: relative;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #292929;
  left: 0;
}
header .header_menu span:nth-child(1) {
  top: 10px;
  -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
header .header_menu span:nth-child(2) {
  top: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
header .header_menu span:nth-child(3) {
  top: 30px;
  -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
@media screen and (max-width: 896px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu.open span:nth-child(1) {
  opacity: 0;
  top: 20px;
}
header .header_menu.open span:nth-child(2) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
header .header_menu.open span:nth-child(3) {
  opacity: 0;
  top: 20px;
}

#spNav {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  right: 0;
  top: 60px;
  max-width: 300px;
  width: 100%;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
  background: white;
  text-align: center;
  padding: 3vh 0 4vh 0;
  z-index: 9999;
  overflow: auto;
  transform: translateX(100%);
  transition: 300ms ease;
}
#spNav.slide_on {
  transform: translateX(0);
}
#spNav .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#spNav ul {
  opacity: 0;
  margin-bottom: 30px;
}
#spNav ul li {
  top: 0;
  margin-right: 0;
  border-top: 1px solid #D3D9E0;
  padding: 1.875rem 1.25rem 1.875rem 1.875rem;
}
#spNav ul li a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  text-align: left;
  color: #fff;
  text-decoration: none;
  color: #333;
}
#spNav ul li a .en {
  display: block;
  font-size: clamp(0.8125rem, 0.7rem + 0.375vw, 1rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
#spNav ul li a .jp {
  display: block;
  font-size: clamp(0.625rem, 0.55rem + 0.25vw, 0.75rem);
  letter-spacing: 0.1em;
}
#spNav ul li a:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #D3D9E0;
  border-bottom: 1px solid #D3D9E0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#spNav ul li:last-of-type {
  border-bottom: 1px solid #D3D9E0;
}
#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;
}

.dl12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

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