@charset "UTF-8";

.c_sec_nav {
  position: relative;
  z-index: 1;
  padding: 4em 0 5em;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .c_sec_nav {
    margin-bottom: 0;
    padding: 4em 0 3em;
  }
}
.c_sec_nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: min(0px, calc((1200px - 100vw) / 2 + 40px));
  width: 100%;
  height: 100%;
  background-color: #D0B580;
  z-index: -1;
}
.c_sec_nav::after {
  content: "";
  position: absolute;
  top: 100px;
  left: calc((100vw - 1200px) / 2);
  width: 100%;
  height: 100%;
  background-color: rgba(208, 181, 128, 0.2);
  z-index: -1;
}
@media (max-width: 768px) {
  .c_sec_nav::after {
    display: none;
  }
}
.c_sec_nav__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .c_sec_nav__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c_sec_nav__ttl::before {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 100vw;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 768px) {
  .c_sec_nav__ttl::before {
    bottom: 0;
  }
}
.c_sec_nav__ttl h3 {
  font-size: 10rem;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c_sec_nav__ttl h3 {
    font-size: 4.2rem;
  }
}
.c_sec_nav__ttl p {
  position: relative;
  top: -15px;
  padding-right: 1em;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c_sec_nav__ttl p {
    font-size: 1.4rem;
    top: 0px;
    padding-right: 0;
  }
}

.c_nav_item {
  display: block;
  color: #000;
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c_nav_item:hover {
  opacity: 0.8;
}
.c_nav_item:hover .c_nav_item__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c_nav_item__img {
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #fff;
}
.c_nav_item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c_nav_item__txt {
  padding-bottom: 1em;
  border-bottom: solid 1px #fff;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_nav_item__txt span {
  font-size: 1.4rem;
  font-weight: 600;
}

.c_icon_play {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  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;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c_icon_play::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #D0B580;
  margin-left: 2px;
}

.layout_01 {
  padding: 5em 0;
}
@media (max-width: 768px) {
  .layout_01 {
    padding: 3em 0;
  }
}
.layout_01__img {
  overflow: hidden;
  border-radius: 10px;
}
.layout_01__img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.layout_01__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.layout_01__content {
  position: relative;
}
.layout_01__ttl {
  position: relative;
  width: 100%;
}
.layout_01__ttl_en {
  display: block;
  line-height: 0.7;
  color: rgba(208, 181, 128, 0.3);
  pointer-events: none;
  text-align: right;
}
.layout_01__ttl_jp {
  margin-top: -0.6em;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .layout_01__ttl_jp {
    margin-top: -0.3em;
  }
}
.layout_01__lead {
  line-height: 1.7;
}
.layout_01__txt {
  line-height: 1.68;
}
.layout_01 ul {
  border: solid 2px #D0B580;
  border-radius: 8px;
  padding: 0.4em 1.2em;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .layout_01.__reverse .flex_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.list_01 {
  list-style: none;
}
.list_01 li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin: 0.6em 0;
}
.list_01 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D0B580;
}

.c_con_sec {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c_con_sec {
    padding: 60px 0;
  }
}
@media screen and (min-width: 769px) {
  .c_con_sec .flex_box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.c_con_sec__head {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .c_con_sec__head {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.c_con_sec__head::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #EAEDEF;
  z-index: -1;
  pointer-events: none;
}
.c_con_sec__num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Albert Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  z-index: 1;
  width: 1em;
  left: -0.3em;
  text-align: center;
}
@media (max-width: 768px) {
  .c_con_sec__num {
    font-size: 12rem;
  }
}
.c_con_sec__head_inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .c_con_sec__head_inner {
    padding-left: 70px;
  }
}
.c_con_sec__cat {
  font-size: 2.8rem;
  color: #D6BD8A;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .c_con_sec__cat {
    font-size: 1.8rem;
  }
}
.c_con_sec__ttl {
  font-size: 4rem;
  color: #003894;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .c_con_sec__ttl {
    font-size: 2.4rem;
  }
}
.c_con_sec {
  /* --- Color Variants --- */
}
.c_con_sec--bg_white {
  background-color: #fff;
}
.c_con_sec--bg_white .c_con_sec__head::before {
  background-color: #EAEDEF;
}
.c_con_sec--bg_white .c_con_sec__num {
  color: #fff;
}
.c_con_sec--bg_gray {
  background-color: #EAEDEF;
}
.c_con_sec--bg_gray .c_con_sec__head::before {
  background-color: #fff;
}
.c_con_sec--bg_gray .c_con_sec__num {
  color: #EAEDEF;
}
.c_con_sec__txt {
  line-height: 1.8;
  margin-bottom: 30px;
}
.c_con_sec__box {
  border: 2px solid #D6BD8A;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .c_con_sec__box {
    padding: 10px 15px;
  }
}
.c_con_sec__box .list_01 li {
  margin: 0.8em 0;
  font-weight: 500;
  color: #333;
}
.c_con_sec__box .list_01 li::before {
  background-color: #D6BD8A;
  top: 0.35em;
}
.c_con_sec__img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .c_con_sec__img {
    margin-top: 30px;
  }
}
.c_con_sec__img img {
  width: 100%;
  height: auto;
  display: block;
}
.c_con_sec {
  /* --- Layout Variants --- */
}
@media screen and (min-width: 769px) {
  .c_con_sec .flex_box__item:nth-child(1):nth-last-child(2) {
    padding-right: 60px;
  }
}
.c_con_sec .c_con_sec__head::before {
  left: 0;
  width: 100vw;
}
@media screen and (min-width: 769px) {
  .c_con_sec--reverse .flex_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c_con_sec--reverse .flex_box__item:nth-child(1):nth-last-child(2) {
    padding-left: 60px;
    padding-right: 0;
  }
}
.c_con_sec--reverse .c_con_sec__head::before {
  left: 0;
  right: -50vw;
  width: auto;
}
.c_con_sec--reverse .c_con_sec__content {
  text-align: left;
}

.ttl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ttl_02 .ff_en {
  color: #d7c095;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 768px) {
  .ttl_02 .ff_en {
    font-size: 1.8rem;
  }
}
.ttl_02 h3 {
  color: #003894;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 15px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .ttl_02 h3 {
    font-size: 2.8rem;
    margin-top: 10px;
  }
}
.ttl_02 h3 span {
  font-size: 0.96em;
}
.ttl_02 p {
  font-size: 2rem;
  color: #333;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .ttl_02 p {
    font-size: 1.6rem;
  }
}

/* ==========================================
   CONTACT SECTION (Common)
   ========================================== */
.c_sec_contact {
  position: relative;
  padding: 80px 0;
  background-image: url(../../n_img/point/bg_contact.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 60px;
  /*&::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); // Darken overlay
  }*/
}
.c_sec_contact .inner {
  position: relative;
  z-index: 1;
}
.c_sec_contact__ttl {
  font-size: 5.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .c_sec_contact__ttl {
    font-size: 2.8rem;
  }
}
.c_sec_contact__txt {
  line-height: 1.8;
  margin-bottom: 2em;
  margin-top: 1em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .c_sec_contact__txt {
    font-size: 1.5rem;
    margin-bottom: 2em;
  }
}
.c_sec_contact__btn .btn_1 {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.waypoint {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.waypoint.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    translate: 0 40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    translate: 0 40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.waypoint__fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.waypoint__fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes slideLeft {
  from {
    opacity: 0;
    translate: -40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    translate: -40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.waypoint__slideLeft {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes imgSlidein {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes imgSlidein {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.waypoint__imgSlidein {
  -webkit-animation-name: imgSlidein;
          animation-name: imgSlidein;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.delay_01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.news_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news_item {
  border-bottom: 1px solid #707070;
  padding: 0.8em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .news_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem 0;
  }
}
.news_item:hover {
  opacity: 0.7;
}
.news_item__date {
  font-family: "Albert Sans", sans-serif;
  width: 6.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .news_item__date {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.news_item__tag {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 10em;
  height: 30px;
  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;
  margin-right: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .news_item__tag {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 8em;
    height: 24px;
    font-size: 1.2rem;
  }
}
.news_item__tag.cat6 {
  background-color: #666666;
}
.news_item__tag.cat3 {
  background-color: #89CC47;
}
.news_item__tag.cat2 {
  background-color: #50A6CC;
}
.news_item__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-decoration: none;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 768px) {
  .news_item__ttl {
    font-size: 1.5rem;
  }
}

.top_ttl {
  display: block;
}
.top_ttl::before {
  display: none !important;
}

#toppage .sec_1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}
#toppage .sec_1 > .sec_1__video {
  display: none !important;
}
#toppage .sec_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.4);
  z-index: 3;
  pointer-events: none;
}
#toppage .sec_1__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#toppage .sec_1__video.is-prev {
  opacity: 1;
  z-index: 1;
}
#toppage .sec_1__video.is-active {
  opacity: 1;
  z-index: 2;
}
#toppage .sec_1 .inner {
  position: relative;
  z-index: 10;
}
#toppage .sec_1__txt_box {
  position: relative;
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #toppage .sec_1__txt_box {
    height: 250px;
  }
}
#toppage .sec_1__txt_item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s, -webkit-transform 0.8s ease;
  color: #ffffff;
}
#toppage .sec_1__txt_item.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  z-index: 10;
}
#toppage .sec_1__txt_item .top_ttl,
#toppage .sec_1__txt_item p {
  color: #ffffff;
}
#toppage .sec_1__recruit_bnr {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 40;
  display: block;
  width: 560px;
  height: 120px;
  background-color: #003894;
  text-decoration: none;
  overflow: visible;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  #toppage .sec_1__recruit_bnr {
    width: 100%;
    height: 100px;
  }
}
#toppage .sec_1__recruit_bnr:hover {
  background-color: rgb(0, 65.6486486486, 173.5);
}
#toppage .sec_1__recruit_bnr:hover .sec_1__recruit_bnr_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#toppage .sec_1__recruit_bnr:hover .play_icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#toppage .sec_1__recruit_bnr_bg_txt {
  position: absolute;
  top: 0;
  left: 2%;
  font-size: 10rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 768px) {
  #toppage .sec_1__recruit_bnr_bg_txt {
    font-size: 6rem;
  }
}
#toppage .sec_1__recruit_bnr_content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 50px;
  padding-top: 45px;
  gap: 25px;
}
@media (max-width: 768px) {
  #toppage .sec_1__recruit_bnr_content {
    padding-left: 15px;
    gap: 15px;
  }
}
#toppage .sec_1__recruit_bnr_txt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  gap: 0;
}
#toppage .sec_1__recruit_bnr_txt_flex .main {
  font-size: 2.6rem;
  letter-spacing: 0.06em;
}
#toppage .sec_1__recruit_bnr_txt_flex .sub {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  margin-left: 0.2em;
}
@media (max-width: 768px) {
  #toppage .sec_1__recruit_bnr_txt_flex .main {
    font-size: 1.8rem;
  }
  #toppage .sec_1__recruit_bnr_txt_flex .sub {
    font-size: 1.4rem;
  }
}
#toppage .sec_1__recruit_bnr_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  #toppage .sec_1__recruit_bnr_img {
    width: 170px;
  }
}
#toppage .sec_1__recruit_bnr_img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#toppage .sec_1__recruit_bnr .play_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  #toppage .sec_1__recruit_bnr .play_icon {
    width: 24px;
    height: 24px;
  }
}
#toppage .sec_1__recruit_bnr .play_icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #003894;
  margin-left: 2px;
}
@media (max-width: 768px) {
  #toppage .sec_1__recruit_bnr .play_icon::after {
    border-width: 4px 0 4px 6px;
  }
}
#toppage .sec_3 {
  position: relative;
  overflow: hidden;
}
#toppage .sec_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background: url("../../n_img/index/bg_features.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
#toppage .sec_3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background-color: rgba(243, 243, 243, 0.94);
  z-index: 1;
}
#toppage .sec_3__ttl_box {
  position: relative;
  text-align: center;
  z-index: 2;
  top: -50px;
}
@media (max-width: 768px) {
  #toppage .sec_3__ttl_box {
    top: -15px;
  }
}
#toppage .sec_3__ttl_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 34rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  -webkit-animation: loop_scroll 30s linear infinite;
          animation: loop_scroll 30s linear infinite;
  letter-spacing: -0.06em;
}
#toppage .sec_3__ttl_en_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#toppage .sec_3__ttl_en p {
  color: #BAD6E8;
  padding-right: 0.1em;
}
#toppage .sec_3__ttl_en p span {
  color: #ffffff;
}
@media (max-width: 768px) {
  #toppage .sec_3__ttl_en {
    font-size: 12rem;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
}
#toppage .sec_3__ttl_ja {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  z-index: 2;
  background-color: #073C96;
  color: #fff;
  font-size: 3.2rem;
  padding: 0.1em 1.2em 0.2em;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #toppage .sec_3__ttl_ja {
    font-size: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    left: auto;
  }
}
#toppage .sec_3__txt {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
#toppage .sec_3 .inner {
  position: relative;
  z-index: 2;
}
#toppage .sec_3__strength_item {
  display: block;
  background-color: #D0B580;
  text-decoration: none;
  color: #000;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
#toppage .sec_3__strength_item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
#toppage .sec_3__strength_item:hover .sec_3__strength_footer {
  background-color: #716246;
}
#toppage .sec_3__strength_item:hover .sec_3__strength_footer i {
  border-top-color: #E8DCC6;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#toppage .sec_3__strength_tag {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  z-index: 2;
  line-height: 1.2;
}
#toppage .sec_3__strength_tag_label {
  color: #716246;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
}
@media (max-width: 768px) {
  #toppage .sec_3__strength_tag_label {
    font-size: 1.6rem;
  }
}
#toppage .sec_3__strength_tag_num {
  background-color: #716246;
  color: #fff;
  padding: 0.1em 0.6em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 2.8rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  #toppage .sec_3__strength_tag_num {
    font-size: 2rem;
  }
}
#toppage .sec_3__strength_body {
  padding: 5rem 2rem 2rem;
  text-align: center;
}
#toppage .sec_3__strength_label {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  #toppage .sec_3__strength_label {
    font-size: 1.8rem;
  }
}
#toppage .sec_3__strength_val {
  font-size: 9.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-family: "Albert Sans", sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 768px) {
  #toppage .sec_3__strength_val {
    font-size: 6rem;
  }
}
#toppage .sec_3__strength_unit {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  #toppage .sec_3__strength_unit {
    font-size: 2rem;
  }
}
#toppage .sec_3__strength_footer {
  background-color: #E8DCC6;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  #toppage .sec_3__strength_footer {
    height: 30px;
  }
}
#toppage .sec_3__strength_footer i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #716246 transparent transparent transparent;
  -webkit-transition: border-top-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-top-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-top-color 0.3s ease;
  transition: transform 0.3s ease, border-top-color 0.3s ease, -webkit-transform 0.3s ease;
}
#toppage {
  /* ========================
  SECTION TITLES
  ========================= */
}
#toppage .c_sec_title {
  position: relative;
  z-index: 1;
}
#toppage .c_sec_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f3f3f3;
  z-index: -1;
}
#toppage .c_sec_title h2 {
  margin-bottom: -8px;
  color: #004098;
}
#toppage .c_sec_title p {
  height: 50px;
  line-height: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 1em;
}
#toppage .c_sec_title--white::after {
  background-color: #ffffff;
}
#toppage .c_sec_title--white h2 {
  color: #000;
}
#toppage {
  /* ========================
  COMMON SECTION TITLE
  ========================= */
}
#toppage .sec_ttl {
  position: relative;
  z-index: 10;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15rem;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1200px) {
  #toppage .sec_ttl {
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #toppage .sec_ttl {
    width: 92%;
    margin-bottom: -5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#toppage .sec_ttl::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  width: 100vw;
  height: 50px;
  background-color: #F2F2F2;
  z-index: -1;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  #toppage .sec_ttl::after {
    top: 60%;
    height: 3.8rem;
    left: 0;
  }
}
#toppage .sec_ttl h2 {
  display: inline-block;
  color: #004098;
  line-height: 0.8;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (max-width: 1200px) {
  #toppage .sec_ttl h2 {
    font-size: 20rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #toppage .sec_ttl h2 {
    font-size: 8rem;
    width: auto;
    display: block;
  }
}
#toppage .sec_ttl p {
  display: inline-block;
  background-color: #F2F2F2;
  color: #004098;
  margin-left: 2rem;
  position: relative;
  top: -2.5rem;
}
@media (max-width: 768px) {
  #toppage .sec_ttl p {
    font-size: 1.4rem;
    margin-left: 1rem;
    top: 0;
  }
}
#toppage {
  /* ========================
  SECTION 4: PRODUCTS
  ========================= */
}
#toppage .sec_4 {
  position: relative;
  overflow: hidden;
}
#toppage .sec_4::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  width: calc(50% + 600px + 40px);
  background-color: #BAD6E8;
  z-index: 1;
}
@media (max-width: 768px) {
  #toppage .sec_4::before {
    width: 100%;
  }
}
#toppage .sec_4::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 580px;
  height: 800px;
  background: url("../../n_img/index/bg_products.png") no-repeat top right;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  #toppage .sec_4::after {
    width: 140px;
    height: 300px;
  }
}
#toppage .sec_4__intro {
  position: relative;
  z-index: 10;
  padding-top: 20rem;
}
@media (max-width: 768px) {
  #toppage .sec_4__intro {
    padding-top: 8rem;
  }
}
#toppage .sec_4__intro_ttl {
  letter-spacing: 0.06em;
}
#toppage .sec_4__intro_txt {
  line-height: 2;
  color: #555;
}
#toppage .sec_4__visual_top, #toppage .sec_4__visual_btm {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#toppage .sec_4__visual_top .sec_4__visual_inner, #toppage .sec_4__visual_btm .sec_4__visual_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#toppage .sec_4__visual_top .sec_4__visual_group, #toppage .sec_4__visual_btm .sec_4__visual_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-right: 20px;
}
#toppage .sec_4__visual_top .sec_4__visual_group img, #toppage .sec_4__visual_btm .sec_4__visual_group img {
  width: 560px;
  height: auto;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  #toppage .sec_4__visual_top .sec_4__visual_group img, #toppage .sec_4__visual_btm .sec_4__visual_group img {
    width: 300px;
  }
}
#toppage .sec_4__visual_top .sec_4__visual_inner {
  -webkit-animation: loop_scroll 40s linear infinite;
          animation: loop_scroll 40s linear infinite;
}
#toppage .sec_4__visual_btm .sec_4__visual_inner {
  -webkit-animation: loop_scroll_reverse 40s linear infinite;
          animation: loop_scroll_reverse 40s linear infinite;
}
#toppage .sec_4__main {
  position: relative;
  z-index: 20;
  margin: 6rem 0;
}
@media (max-width: 768px) {
  #toppage .sec_4__main {
    margin: 0;
  }
}
#toppage .sec_4__main_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 2320px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1200px) {
  #toppage .sec_4__main_flex {
    max-width: 1200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #toppage .sec_4__main_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    gap: 20px;
  }
}
#toppage .sec_4__side_visual {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  width: 560px;
}
#toppage .sec_4__side_visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  #toppage .sec_4__side_visual {
    display: none;
  }
}
#toppage .sec_4__categories {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #toppage .sec_4__categories {
    height: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
#toppage .sec_4__categories .sec_4__category_row--01,
#toppage .sec_4__categories .sec_4__category_row--02 {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  #toppage .sec_4__categories .sec_4__category_row--01,
  #toppage .sec_4__categories .sec_4__category_row--02 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #toppage .sec_4__categories .sec_4__category_row--01 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  #toppage .sec_4__categories .sec_4__category_row--02 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}
#toppage .sec_4__categories_tag {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #toppage .sec_4__categories_tag {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin: 0 0 1rem 0 !important;
    padding-top: 2rem !important;
    font-size: 1.7rem;
  }
}
#toppage .sec_4__categories_tag span {
  color: #004098;
  font-size: 5.2rem;
  margin-right: 0.5rem;
  font-family: "Albert Sans", sans-serif;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
#toppage .sec_4__categories_tag span::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -45%);
          transform: translate(-45%, -45%);
  background: url("../../n_img/index/icon_search.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  #toppage .sec_4__categories_tag span {
    font-size: 5rem;
  }
}
#toppage .sec_4__category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  width: 100%;
  height: 110px;
  border-radius: 12px;
  padding: 0 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  position: relative;
  z-index: 10;
}
#toppage .sec_4__category_item i {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-color: #f3f3f3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#toppage .sec_4__category_item i::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #004098;
  margin-left: 2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#toppage .sec_4__category_item:hover {
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#toppage .sec_4__category_item:hover i {
  background-color: #004098;
}
#toppage .sec_4__category_item:hover i::after {
  border-left-color: #fff;
}
@media (max-width: 768px) {
  #toppage .sec_4__category_item {
    width: 100%;
    height: 80px;
    padding: 0 1.5rem;
  }
}
#toppage .sec_4__category_item_icon, #toppage .sec_4__category_item .sec_4__category_icon {
  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: 80px;
  height: 80px;
  background-color: #004098;
  border-radius: 50%;
  margin-right: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
#toppage .sec_4__category_item_icon img, #toppage .sec_4__category_item .sec_4__category_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  #toppage .sec_4__category_item_icon, #toppage .sec_4__category_item .sec_4__category_icon {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
  }
}
#toppage .sec_4__category_item span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #toppage .sec_4__category_item span {
    font-size: 1.4rem;
  }
}
#toppage .sec_4__category_item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 64, 152, 0.15);
          box-shadow: 0 10px 25px rgba(0, 64, 152, 0.15);
}
#toppage .sec_4__category_item:hover .sec_4__category_icon,
#toppage .sec_4__category_item:hover .sec_4__category_item_icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#toppage .sec_4__category_item:hover .sec_4__category_icon::after,
#toppage .sec_4__category_item:hover .sec_4__category_item_icon::after {
  opacity: 1;
  right: 8px;
}
#toppage .sec_4__category_item:hover .sec_4__category_icon img,
#toppage .sec_4__category_item:hover .sec_4__category_item_icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  #toppage .sec_4__side_visual {
    display: none;
  }
}
#toppage .sec_4 .inner {
  position: relative;
  z-index: 2;
}
#toppage {
  /* ========================
  SECTION 5: SERVICES
  ========================= */
}
#toppage .sec_5 {
  position: relative;
  z-index: 10;
}
#toppage .sec_5::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  bottom: 0;
  width: calc(50% + 600px + 40px);
  height: 100%;
  background-color: #073C96;
  z-index: -2;
}
@media (max-width: 768px) {
  #toppage .sec_5::before {
    width: 100%;
  }
}
#toppage .sec_5::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  bottom: 0;
  width: calc(50% + 600px + 40px);
  height: 100%;
  background: url("../../n_img/index/bg_services.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  #toppage .sec_5::after {
    display: none;
  }
}
#toppage .sec_5_ttl {
  position: relative;
  z-index: 10;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 1em;
}
@media (max-width: 1200px) {
  #toppage .sec_5_ttl {
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #toppage .sec_5_ttl {
    width: 92%;
    margin-bottom: -2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#toppage .sec_5_ttl::after {
  content: "";
  position: absolute;
  top: 65%;
  right: 0;
  left: auto;
  width: 100vw;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  #toppage .sec_5_ttl::after {
    top: 60%;
    height: 3.8rem;
    right: 0;
  }
}
#toppage .sec_5_ttl h2 {
  display: inline-block;
  color: #FFF;
  line-height: 0.8;
  letter-spacing: -0.02em;
  margin-left: -0.08em;
}
@media (max-width: 1200px) {
  #toppage .sec_5_ttl h2 {
    font-size: 20rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #toppage .sec_5_ttl h2 {
    font-size: 8rem;
    width: auto;
  }
}

#toppage .sec_5_ttl p {
  display: inline-block;
  color: #fff;
  margin-left: 2rem;
  position: relative;
  top: -2.5rem;
}
@media (max-width: 768px) {
  #toppage .sec_5_ttl p {
    font-size: 1.4rem;
    margin-left: 1rem;
    top: 0;
  }
}
#toppage .sec_5__intro_ttl {
  color: #fff;
  letter-spacing: 0.06em;
}
#toppage .sec_5__intro_txt {
  color: #fff;
  line-height: 1.8;
}
#toppage .sec_5__content {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
}
@media (max-width: 768px) {
  #toppage .sec_5__content {
    gap: 6rem;
    margin-top: 4rem;
  }
}
#toppage .sec_5__side_by_side {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
}
@media (min-width: 769px) {
  #toppage .sec_5__side_by_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1920px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 0;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  #toppage .sec_5__side_by_side {
    gap: 2rem;
  }
}
#toppage .sec_5__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  #toppage .sec_5__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#toppage .sec_5__block_card {
  background-color: #fff;
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
#toppage .sec_5__block_card_text {
  padding: 25px 30px 40px;
}
@media (max-width: 768px) {
  #toppage .sec_5__block_card_text {
    padding: 15px 15px 20px;
  }
}
#toppage .sec_5__block_card h4 {
  color: #000;
  line-height: 1.3;
  margin: 0;
}
#toppage .sec_5__block_card p {
  color: #333;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #toppage .sec_5__block_card {
    width: 100%;
  }
}
#toppage .sec_5__block_img {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-left: -10%;
}
#toppage .sec_5__block_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  #toppage .sec_5__block_img {
    width: 100% !important;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 768px) {
  #toppage .sec_5__block--1 > figure, #toppage .sec_5__block--2 > figure, #toppage .sec_5__block--3 > figure {
    width: 100%;
  }
}
#toppage .sec_5__block--1 > figure {
  width: 1000px;
}
#toppage .sec_5__block--2, #toppage .sec_5__block--3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#toppage .sec_5__block--2 .sec_5__block_card, #toppage .sec_5__block--3 .sec_5__block_card {
  width: 600px;
}
@media (max-width: 768px) {
  #toppage .sec_5__block--2 .sec_5__block_card, #toppage .sec_5__block--3 .sec_5__block_card {
    width: 100%;
  }
}
#toppage .sec_5__block--2 {
  width: 960px;
}
@media (max-width: 768px) {
  #toppage .sec_5__block--2 {
    width: 100%;
  }
}
#toppage .sec_5__block--2 .sec_5__block_img {
  margin-left: 0;
  margin-right: -380px;
  width: 740px;
}
@media (max-width: 768px) {
  #toppage .sec_5__block--2 .sec_5__block_img {
    margin-right: 0;
  }
}
#toppage .sec_5__block--2 .sec_5__block_card {
  margin-top: 670px;
  margin-left: auto;
}
@media (max-width: 768px) {
  #toppage .sec_5__block--2 .sec_5__block_card {
    margin-top: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#toppage .sec_5__block--3 {
  width: 960px;
  margin-top: 180px;
}
@media (max-width: 768px) {
  #toppage .sec_5__block--3 {
    width: 100%;
    margin-top: 0;
  }
}
#toppage .sec_5__block--3 .sec_5__block_img {
  margin-left: -320px;
  width: 680px;
}
@media (max-width: 768px) {
  #toppage .sec_5__block--3 .sec_5__block_img {
    margin-left: 0;
  }
}
#toppage .sec_5__block--3 .sec_5__block_card {
  margin-top: -170px;
}
@media (max-width: 768px) {
  #toppage .sec_5__block--3 .sec_5__block_card {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#toppage .sec_5 .btn_link {
  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;
  gap: 1.4em;
  background-color: #D1B581;
  color: #fff;
  padding: 0 2rem;
  height: 80px;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  #toppage .sec_5 .btn_link {
    font-size: 1.6rem;
  }
}
#toppage .sec_5 .btn_link:hover {
  background-color: #bfa36a;
}
#toppage .sec_5 .btn_link:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#toppage .sec_5 .btn_link i {
  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: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#toppage .sec_5 .btn_link i::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #D1B581;
  margin-left: 2px;
}
#toppage .sec_5 .inner {
  position: relative;
  z-index: 10;
  color: #fff;
}
#toppage {
  /* ========================
  SECTION 6: RECRUIT
  ========================= */
}
#toppage .sec_6 {
  position: relative;
  padding: 70px 0 90px;
  margin: 140px 0 0;
}
@media (max-width: 768px) {
  #toppage .sec_6 {
    margin: 50px 0 0;
    padding: 60px 0 50px;
  }
}
#toppage .sec_6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(186, 214, 232, 0.85);
  z-index: -1;
}
#toppage .sec_6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../../n_img/index/bg_recruit.jpg") no-repeat center;
  background-size: cover;
  z-index: -2;
}
#toppage .sec_6 .sec_ttl {
  margin-bottom: 0;
  position: absolute;
  top: -125px;
  left: calc(50% - 600px);
}
@media (max-width: 1200px) {
  #toppage .sec_6 .sec_ttl {
    left: 0;
  }
}
@media (max-width: 768px) {
  #toppage .sec_6 .sec_ttl {
    top: -55px;
  }
}
#toppage .sec_6 .sec_ttl h2 {
  color: #000;
}
#toppage .sec_6 .sec_ttl p {
  color: #000;
  background-color: #fff;
}
#toppage .sec_6 .sec_ttl::after {
  background-color: #fff;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
#toppage .sec_6 .inner {
  position: relative;
  z-index: 2;
}
#toppage .sec_6__banner {
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  #toppage .sec_6__banner {
    margin-top: 2rem;
  }
}
#toppage .sec_6__banner a {
  display: block;
  position: relative;
  overflow: hidden;
}
#toppage .sec_6__banner a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}
#toppage .sec_6__banner a img {
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.3s ease;
  transition: transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
}
@-webkit-keyframes loop_scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop_scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes loop_scroll_reverse {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop_scroll_reverse {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#toppage .sec_7 {
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 90px 0 60px;
}
@media (max-width: 768px) {
  #toppage .sec_7 {
    padding: 50px 0 40px;
  }
}
#toppage .sec_7__slider-wrap {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#toppage .sec_7__slider-wrap .slick-list {
  padding-left: 45px;
}
#toppage .sec_7__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#toppage .sec_7__slider_item {
  height: auto;
  width: 280px;
  margin: 0 22.5px;
  min-height: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  #toppage .sec_7__slider_item {
    width: auto;
    margin: 0 5px;
  }
}
#toppage .sec_7__slider_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
#toppage .sec_7__slider_item a:hover img {
  opacity: 0.8;
}
#toppage .sec_7__slider_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/180;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#toppage .sec_7__slider_item_info {
  padding: 15px 15px 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#toppage .sec_7__slider_item_date {
  color: #073C96;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#toppage .sec_7__slider_item_ttl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
#toppage .sec_7__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #000;
  z-index: 10;
  cursor: pointer;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#toppage .sec_7__nav:hover {
  opacity: 0.8;
}
#toppage .sec_7__nav::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 22px;
  border-color: transparent transparent transparent #fff;
}
#toppage .sec_7__nav--prev {
  left: calc(max(4vw, 50% - 600px) + 40px);
}
@media (max-width: 768px) {
  #toppage .sec_7__nav--prev {
    left: max(4vw, 50% - 600px);
  }
}
#toppage .sec_7__nav--prev::after {
  border-width: 14px 22px 14px 0;
  border-color: transparent #fff transparent transparent;
}
#toppage .sec_7__nav--next {
  right: calc(max(4vw, 50% - 600px) + 40px);
}
#toppage .sec_7__nav--next::after {
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 768px) {
  #toppage .sec_7__nav {
    width: 40px;
    height: 40px;
  }
  #toppage .sec_7__nav::after {
    border-width: 5px 0 5px 11px;
  }
  #toppage .sec_7__nav--prev {
    left: 10px;
  }
  #toppage .sec_7__nav--prev::after {
    border-width: 5px 11px 5px 0;
  }
  #toppage .sec_7__nav--next {
    right: 10px;
  }
}
#toppage .sec_8 {
  padding: 90px 0;
}
@media (max-width: 768px) {
  #toppage .sec_8 {
    padding: 40px 0;
  }
}
#toppage .sec_8 .flex_box__item {
  width: calc((100% - 78px) / 4);
}
@media (max-width: 768px) {
  #toppage .sec_8 .flex_box__item {
    width: calc((100% - 10px) / 2);
  }
}
#toppage .sec_8 .flex_box__item a {
  display: block;
  position: relative;
  border: 4px solid #ddd;
}
@media (max-width: 768px) {
  #toppage .sec_8 .flex_box__item a {
    border: 2px solid #ddd;
  }
}
#toppage .sec_8 .flex_box__item a img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#toppage .sec_8 .flex_box__item a:hover img {
  opacity: 0.7;
}

.page_header {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  .page_header {
    margin-top: 60px;
  }
}
.page_header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .page_header__bg {
    height: 100%;
  }
}
.page_header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.page_header--company .page_header__bg {
  background-image: url(../../n_img/company/index/img_header.jpg);
}
.page_header--services .page_header__bg {
  background-image: url(../../n_img/point/img_header.jpg);
}
.page_header--info .page_header__bg {
  background-image: url(../../n_img/info/img_header.jpg);
}
.page_header--movie .page_header__bg {
  background-image: url(../../n_img/movie/img_header.jpg);
}
.page_header__inner {
  position: relative;
  z-index: 2;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .page_header__inner {
    height: 200px;
  }
}

.page_header--info .page_header__ttl_en {
  font-size: 13rem;
}
@media (max-width: 768px) {
  .page_header--info .page_header__ttl_en {
    font-size: 7rem;
  }
}
.page_header--movie .page_header__ttl_en {
  font-size: 13rem;
}
@media (max-width: 768px) {
  .page_header--movie .page_header__ttl_en {
    font-size: 7rem;
  }
}
.page_header__ttl_en {
  color: #ffffff;
  font-size: 18rem;
  font-weight: 600;
  line-height: 0.5;
  position: absolute;
  left: -0.06em;
  bottom: 0.24em;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1200px) {
  .page_header__ttl_en {
    line-height: 0.8;
  }
}
@media (max-width: 768px) {
  .page_header__ttl_en {
    line-height: 0.5;
    font-size: 7rem;
    bottom: 0.7em;
  }
}
.page_header__sub {
  background-color: rgba(7, 60, 150, 0.7);
  width: 100%;
  position: absolute;
  height: 50px;
  bottom: 0;
  left: calc((1200px - 100vw) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .page_header__sub {
    left: 0;
  }
}
.page_header__ttl_jp {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.1em;
  padding-right: 0.6em;
  line-height: 1;
}
@media (max-width: 768px) {
  .page_header__ttl_jp {
    font-size: 1.4rem;
    padding-top: 0.5em;
  }
}

#outline .sec_1 {
  position: relative;
  height: auto;
  min-height: auto;
  overflow: visible;
}
#outline .sec_1::after {
  display: none;
}
#outline .outline_lead__txt {
  line-height: 2;
}
#outline .outline_lead__ttl {
  line-height: 1.4;
}
@media (max-width: 768px) {
  #outline .outline_lead__ttl {
    font-size: 2.4rem;
  }
}
#outline .outline_message {
  background-color: #f3f3f3;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #outline .outline_message {
    padding-bottom: 50px;
  }
}
#outline .outline_vision {
  margin-top: 2em;
}
#outline .outline_vision__box {
  background-color: #073C96;
  color: #fff;
  padding: 30px 40px;
  position: relative;
}
@media (max-width: 768px) {
  #outline .outline_vision__box {
    padding: 30px 20px;
  }
}
#outline .outline_vision__top {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
#outline .outline_vision__top::before {
  content: "";
  width: calc(100% + 80px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -40px;
  bottom: 0;
}
#outline .outline_vision__top p {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #outline .outline_vision__top p {
    font-size: 1.6rem;
  }
}
#outline .outline_vision__bottom p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #outline .outline_vision__bottom p {
    font-size: 1.4rem;
  }
}
#outline .sec_2 {
  background-color: #fff;
}
#outline .sec_3 {
  background: url(../../n_img/company/index/bg_message.jpg) no-repeat center/cover;
}
#outline .outline_ceo_profile__img {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #outline .outline_ceo_profile__img {
    width: 240px;
    height: 240px;
  }
}
#outline .outline_ceo_profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#outline .outline_ceo_content__txt p {
  line-height: 2;
}
#outline .outline_ceo_content__txt p + p {
  margin-top: 1.5em;
}
#outline .outline_character_img {
  width: 360px;
  height: 360px;
  background-color: #fff;
  border-radius: 50%;
  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;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
}
@media (max-width: 768px) {
  #outline .outline_character_img {
    width: 240px;
    height: 240px;
  }
}
#outline .outline_character_img img {
  width: 70%;
  height: auto;
}
@media (max-width: 768px) {
  #outline .outline_character_img img {
    width: 100%;
  }
}
#outline .outline_map_box {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  line-height: 0;
}
#outline .outline_map_box iframe {
  -webkit-filter: grayscale(0.2);
          filter: grayscale(0.2);
  width: 100%;
  height: 540px;
}
#outline .outline_map_txt {
  text-align: right;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  #outline .outline_map_txt {
    text-align: center;
  }
}
#outline .outline_map_txt__inner {
  display: inline-block;
  padding: 20px 30px;
  border-top: solid 1px #073C96;
  background-color: #fff;
}
@media (max-width: 768px) {
  #outline .outline_map_txt__inner {
    padding: 15px 0px 10px;
    width: 100%;
  }
}
#outline .outline_exterior_img {
  padding: 0 20px 20px;
  margin-top: -30px;
}
@media (max-width: 768px) {
  #outline .outline_exterior_img {
    margin-top: 10px;
  }
}
#outline .outline_exterior_img__tag {
  padding: 0.5em 0;
}
#outline .outline_exterior_img figure img {
  width: 100%;
  height: auto;
  display: block;
}
#outline .outline_mission_img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#philosophy .sec_1 {
  padding: 4em 0 0;
}
@media (max-width: 768px) {
  #philosophy .sec_1 {
    padding: 60px 0 10px;
  }
}
#philosophy .sec_2 {
  padding: 100px 0;
}
@media (max-width: 768px) {
  #philosophy .sec_2 {
    padding: 30px 0 0;
  }
}
#philosophy .philosophy_lead {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#philosophy .philosophy_lead__txt {
  max-width: 1200px;
  margin: 40px auto 0;
  line-height: 1.6875;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #philosophy .philosophy_lead__txt {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
#philosophy .value_item__inner {
  position: relative;
  background-color: #F6F0E6;
  border-radius: 10px;
  padding: 50px 30px 40px;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 768px) {
  #philosophy .value_item__inner {
    padding: 10px 10px 10px;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#philosophy .value_item__num {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 16rem;
  color: #fff;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  #philosophy .value_item__num {
    font-size: 5rem;
    top: 0;
  }
}
#philosophy .value_item__icon {
  position: relative;
  z-index: 2;
  width: 200px;
  margin-bottom: 20px;
  display: block;
}
#philosophy .value_item__icon img {
  width: 100%;
}
@media (max-width: 768px) {
  #philosophy .value_item__icon {
    width: 60px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
#philosophy .value_item__ttl {
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
#philosophy .sec_4 {
  background-color: rgba(186, 214, 232, 0.4);
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 8em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  #philosophy .sec_4 {
    padding-top: 4em;
  }
}
#philosophy .sec_4::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../n_img/company/philosophy/bg_plan.png");
  background-size: auto 94%;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  #philosophy .sec_4::before {
    background-size: auto 99%;
  }
}
#philosophy .sec_4__ttl p {
  font-size: 3rem;
  color: #073C96;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  #philosophy .sec_4__ttl p {
    font-size: 1.7rem;
  }
}
#philosophy .sec_4__ttl h3 {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  #philosophy .sec_4__ttl h3 {
    font-size: 2.2rem;
  }
}
#philosophy .sec_4 .inner {
  position: relative;
  z-index: 2;
}
#philosophy .management_slogan {
  margin-top: 5em;
}
@media (max-width: 768px) {
  #philosophy .management_slogan {
    margin-top: 2em;
  }
}
#philosophy .management_slogan__en {
  color: #D0B580;
  line-height: 1.2;
  font-size: 10.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #philosophy .management_slogan__en {
    font-size: 3.1rem;
  }
}
#philosophy .management_slogan__sub {
  padding: 10px 0;
  border-top: solid 2px #D0B580;
  border-bottom: solid 2px #D0B580;
  margin-top: -28px;
}
@media (max-width: 768px) {
  #philosophy .management_slogan__sub {
    margin-top: -8px;
    border-width: 1.5px;
  }
}
#philosophy .management_slogan__sub p {
  background-color: #D0B580;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#philosophy .strategy_card {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 30px rgba(0, 38, 148, 0.1);
          box-shadow: 0 5px 30px rgba(0, 38, 148, 0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#philosophy .strategy_card__header {
  padding: 0.5em 1.6em;
  background-color: #000;
  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;
}
@media (max-width: 768px) {
  #philosophy .strategy_card__header {
    padding: 15px 20px;
    min-height: auto;
  }
}
#philosophy .strategy_card__body {
  padding: 1.5em 2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  #philosophy .strategy_card__body {
    padding: 30px 20px;
  }
}
#philosophy .policy_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
#philosophy .policy_item:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: -1.5em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
#philosophy .policy_item__icon {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#philosophy .policy_item__icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #philosophy .policy_item__icon {
    width: 60px;
  }
}
#philosophy .policy_item__txt {
  line-height: 1.4;
}
#philosophy .future_vision {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #philosophy .future_vision {
    padding-top: 160px;
  }
}
#philosophy .future_vision::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../n_img/company/philosophy/bg_plantxt.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  #philosophy .future_vision::before {
    background-size: 100% auto;
  }
}
#philosophy .future_vision__inner::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 150px 0 150px;
  border-color: #D0E1EF transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 768px) {
  #philosophy .future_vision__inner::before {
    border-width: 40px 85px 0 85px;
  }
}
#philosophy .future_vision__inner::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 112px 0 112px;
  border-color: #C1D4E7 transparent transparent transparent;
  z-index: 2;
}
@media (max-width: 768px) {
  #philosophy .future_vision__inner::after {
    border-width: 30px 65px 0 65px;
  }
}
#philosophy .future_vision__sub {
  letter-spacing: 0.2em;
}
#philosophy .future_vision__main {
  line-height: 1.6;
}
@media (max-width: 768px) {
  #philosophy .future_vision__main {
    line-height: 1.4;
  }
}

#message {
  /* ==========================================
     Section: sec_1 (Message Introduction / Hero)
     ========================================== */
}
#message .sec_1 {
  position: relative;
  padding: 140px 0 60px;
  background-image: url("../../n_img/company/greeting/bg_message.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #message .sec_1 {
    padding: 80px 0;
  }
}
#message .sec_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(243, 243, 243, 0.7);
  z-index: 1;
}
#message .sec_1 .inner {
  position: relative;
  z-index: 2;
}
#message .sec_1__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
  max-width: 600px;
}
@media (max-width: 768px) {
  #message .sec_1__ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 2.5rem;
  }
}
#message .sec_1__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.03em;
  max-width: 560px;
}
@media (max-width: 768px) {
  #message .sec_1__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#message {
  /* ==========================================
     Section: sec_2 (Message Body & Signature)
     ========================================== */
}
#message .sec_2 {
  padding: 120px 0;
}
@media (max-width: 768px) {
  #message .sec_2 {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  #message .sec_2__img {
    margin-bottom: 4rem;
  }
}
#message .sec_2__img img {
  width: 100%;
  height: auto;
  display: block;
}
#message .sec_2__contents {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  #message .sec_2__contents {
    padding-left: 0;
  }
}
#message .sec_2__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #message .sec_2__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 3rem;
  }
}
#message .sec_2__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  #message .sec_2__signature {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
#message .sec_2__name {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000000;
  text-align: left;
}
@media (max-width: 768px) {
  #message .sec_2__name {
    font-size: 1.4rem;
  }
}
#message .sec_2__sign_img {
  width: 162px;
}
@media (max-width: 768px) {
  #message .sec_2__sign_img {
    width: 140px;
  }
}
#message .sec_2__sign_img img {
  width: 100%;
  height: auto;
  display: block;
}

#history {
  /* ==========================================
     Section: sec_1 (Intro)
     ========================================== */
}
#history .sec_1 {
  padding: 120px 0 100px;
}
@media (max-width: 768px) {
  #history .sec_1 {
    padding: 40px 0 60px;
  }
}
#history .sec_1__ttl {
  width: 100%;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003894;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #history .sec_1__ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
#history .sec_1__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6875;
  color: #000000;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #history .sec_1__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#history {
  /* ==========================================
     Section: sec_2 (Timeline)
     ========================================== */
}
#history .sec_2 {
  padding-bottom: 120px;
  background: url(../../n_img/index/bg_paper.jpg) repeat-y top center/100% auto;
}
@media (max-width: 768px) {
  #history .sec_2 {
    padding-bottom: 60px;
  }
}
#history .history_list {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 768px) {
  #history .history_list {
    padding: 40px 0 0 30px;
  }
}
#history .history_list::before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 390px;
  left: 50%;
  width: 4px;
  background-color: #073C96;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  #history .history_list::before {
    top: 50px;
    bottom: 55vw;
    left: 20px;
  }
}
@media (max-width: 700px) {
  #history .history_list::before {
    bottom: 59vw;
  }
}
@media (max-width: 650px) {
  #history .history_list::before {
    bottom: 64vw;
  }
}
@media (max-width: 600px) {
  #history .history_list::before {
    bottom: 69vw;
  }
}
@media (max-width: 550px) {
  #history .history_list::before {
    bottom: 74vw;
  }
}
@media (max-width: 500px) {
  #history .history_list::before {
    bottom: 79vw;
  }
}
#history .history_item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  #history .history_item {
    padding: 0 0 50px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
#history .history_item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #003894;
  border: solid 1px #E1E7EF;
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: border-width 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: border-width 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-width 0.6s ease;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-width 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
}
@media (max-width: 768px) {
  #history .history_item::after {
    top: 2px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-width: 1px;
  }
}
#history .history_item.is-active::after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  border-width: 20px;
}
@media (max-width: 768px) {
  #history .history_item.is-active::after {
    border-width: 10px;
  }
}
#history .history_item:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#history .history_item:nth-child(even) .history_item__inner {
  text-align: right;
  padding-right: 80px;
}
@media (max-width: 768px) {
  #history .history_item:nth-child(even) .history_item__inner {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
  }
}
#history .history_item:nth-child(even) .history_item__inner::after {
  right: 0;
  left: auto;
}
#history .history_item:nth-child(even) .history_item__year::after {
  right: 0;
  left: auto;
}
#history .history_item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#history .history_item:nth-child(odd) .history_item__inner {
  text-align: left;
  padding-left: 80px;
}
@media (max-width: 768px) {
  #history .history_item:nth-child(odd) .history_item__inner {
    padding-left: 30px;
  }
}
#history .history_item__inner {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  #history .history_item__inner {
    width: 100%;
  }
}
#history .history_item__year {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-bottom: 5px;
}
#history .history_item__year::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: rgba(208, 181, 128, 0.3);
  z-index: -1;
}
@media (max-width: 768px) {
  #history .history_item__year {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#history .history_item__txt {
  font-size: 1.5rem;
  line-height: 1.86;
  color: #000;
}
@media (max-width: 768px) {
  #history .history_item__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#history .history_item__img {
  margin-top: 20px;
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
#history .history_item__img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#history .history_item__img figcaption {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
  text-align: left;
}

.p-location .sec_1 {
  padding: 2em 0 6em;
  background-color: #eaf1f8;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .p-location .sec_1 {
    padding: 5px 0 3em;
  }
}
.p-location .sec_1__ttl {
  text-align: center;
  font-size: 4.2rem;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: 100%;
  display: block;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 10;
}
.p-location .sec_1__ttl span {
  color: #073C96;
}
@media (max-width: 768px) {
  .p-location .sec_1__ttl {
    font-size: 2.4rem;
  }
}
.p-location .sec_1__map_wrap {
  position: relative;
  width: 100%;
}
.p-location .sec_1__map_bg {
  margin: 0;
  line-height: 0;
}
.p-location .sec_1__map_bg img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-location .sec_1__map_bg img {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
}
.p-location .sec_1__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-location .sec_1__map {
    width: 100%;
    height: auto;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
  }
}
.p-location .sec_1__label {
  position: absolute;
  background-color: #073C96;
  border: solid 2px #073C96;
  color: #ffffff;
  width: 250px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 0 25px;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
@media (max-width: 950px) {
  .p-location .sec_1__label {
    width: 215px;
  }
}

.p-location .sec_1__label:hover {
  background-color: #fff;
  color: #00307e;
}
.p-location .sec_1__label:hover i {
  background-color: #00307e;
}
.p-location .sec_1__label:hover i::after {
  border-color: transparent transparent transparent #fff;
}
.p-location .sec_1__label span {
  display: block;
}
.p-location .sec_1__label i {
  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: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.p-location .sec_1__label i::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #003894;
}
@media (max-width: 768px) {
  .p-location .sec_1__label {
    position: static;
    width: calc(50% - 10px);
    height: 48px;
    font-size: 1.2rem;
    padding: 0 8px 0 12px;
  }
  .p-location .sec_1__label i {
    width: 24px;
    height: 24px;
  }
  .p-location .sec_1__label i::after {
    border-width: 4px 0 4px 6px;
  }
}
.p-location .sec_1__label.label_tohoku {
  top: 366px;
  left: 890px;
}
@media (max-width: 1175px) {
  .p-location .sec_1__label.label_tohoku {
    left: 855px;
  }
}
@media (max-width: 1130px) {
  .p-location .sec_1__label.label_tohoku {
    top: 340px;
    left: 830px;
  }
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_tohoku {
    left: 790px;
  }
}
@media (max-width: 1050px) {
  .p-location .sec_1__label.label_tohoku {
    top: 320px; 
    left: 765px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_tohoku {
    top: 295px;
    left: 745px;
  }
}
@media (max-width: 985px) {
  .p-location .sec_1__label.label_tohoku {
    top: 280px;
    left: 700px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_tohoku {
    left: 670px;
  }
}
@media (max-width: 900px) {
  .p-location .sec_1__label.label_tohoku {
    top: 250px;
    left: 625px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_tohoku {
    left: 580px;
  }
}
@media (max-width: 815px) {
  .p-location .sec_1__label.label_tohoku {
    top: 240px;
  }
}

.p-location .sec_1__label.label_h_kanto {
  top: 587px;
  left: 826px;
}
@media (max-width: 1175px) {
  .p-location .sec_1__label.label_h_kanto {
    left: 790px;
  }
}
@media (max-width: 1130px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 560px;
    left: 760px;
  }
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 540px;
    left: 735px;
  }
}
@media (max-width: 1050px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 520px;
    left: 710px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 510px;
    left: 690px;
  }
}
@media (max-width: 985px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 485px; 
    left: 655px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 460px;
    left: 630px;
  }
}
@media (max-width: 900px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 445px;
    left: 600px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 405px;
    left: 580px;
  }
}
@media (max-width: 815px) {
  .p-location .sec_1__label.label_h_kanto {
    top: 385px;
    left: 555px;
  }
}

.p-location .sec_1__label.label_tokyo {
  top: 669px;
  left: 850px;
}
@media (max-width: 1175px) {
  .p-location .sec_1__label.label_tokyo {
    left: 815px;
  }
}
@media (max-width: 1130px) {
  .p-location .sec_1__label.label_tokyo {
    top: 630px;
    left: 780px;
  }
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_tokyo {
    top: 615px;
    left: 760px;
  }
}
@media (max-width: 1050px) {
  .p-location .sec_1__label.label_tokyo {
    top: 595px;
    left: 730px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_tokyo {
    top: 585px;
    left: 700px;
  }
}
@media (max-width: 985px) {
  .p-location .sec_1__label.label_tokyo {
    top: 560px;
    left: 675px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_tokyo {
    top: 530px;
    left: 650px;
  }
}
@media (max-width: 900px) {
  .p-location .sec_1__label.label_tokyo {
    top: 510px;
    left: 615px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_tokyo {
    top: 470px;
    left: 595px;
  }
}
@media (max-width: 815px) {
  .p-location .sec_1__label.label_tokyo {
    top: 450px;
    left: 560px;
  }
}

.p-location .sec_1__label.label_n_kanto {
  top: 750px;
  left: 782px;
}
@media (max-width: 1175px) {
  .p-location .sec_1__label.label_n_kanto {
    left: 750px;
  }
}
@media (max-width: 1130px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 705px;
    left: 720px;
  }
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 685px;
    left: 695px;
  }
}
@media (max-width: 1050px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 670px;
    left: 675px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 655px;
    left: 645px;
  }
}
@media (max-width: 985px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 635px;
    left: 615px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 600px;
    left: 585px;
  }
}
@media (max-width: 900px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 575px;
    left: 570px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 535px;
    left: 555px;
  }
}
@media (max-width: 815px) {
  .p-location .sec_1__label.label_n_kanto {
    top: 515px;
    left: 515px;
  }
}

.p-location .sec_1__label.label_tokuhan {
  top: 845px;
  left: 550px;
}
@media (max-width: 1175px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 815px;
    left: 500px;
  }
}
@media (max-width: 1175px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 815px;
    left: 500px;
  }
}
@media (max-width: 1130px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 785px;
    left: 490px;
  }
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 760px;
    left: 475px;
  }
}
@media (max-width: 1050px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 740px;
    left: 460px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 720px;
    left: 430px;
  }
}
@media (max-width: 985px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 700px;
    left: 410px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 660px;
    left: 380px;
  }
}
@media (max-width: 900px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 635px;
    left: 370px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 595px;
    left: 340px;
  }
}
@media (max-width: 815px) {
  .p-location .sec_1__label.label_tokuhan {
    top: 575px;
    left: 335px;
  }
}

.p-location .sec_1__label.label_shikoku {
  top: 926px;
  left: 335px;
}
@media (max-width: 1175px) {
  .p-location .sec_1__label.label_shikoku {
    top: 910px;
  }
}
@media (max-width: 1130px) {
  .p-location .sec_1__label.label_shikoku {
    top: 880px;
    left: 320px;
  }
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_shikoku {
    top: 850px;
    left: 310px;
  }
}
@media (max-width: 1050px) {
  .p-location .sec_1__label.label_shikoku {
    top: 820px;
    left: 295px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_shikoku {
    top: 790px;
    left: 285px;
  }
}
@media (max-width: 985px) {
  .p-location .sec_1__label.label_shikoku {
    top: 765px;
    left: 275px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_shikoku {
    top: 725px;
  }
}
@media (max-width: 900px) {
  .p-location .sec_1__label.label_shikoku {
    top: 700px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_shikoku {
    top: 660px;
  }
}
@media (max-width: 815px) {
  .p-location .sec_1__label.label_shikoku {
    top: 640px;
    left: 245px;
  }
}

.p-location .sec_1__label.label_kyushu {
  top: 916px;
  left: 2px;
}
@media (max-width: 1175px) {
  .p-location .sec_1__label.label_kyushu {
    top: 880px;
  }
}
@media (max-width: 1130px) {
  .p-location .sec_1__label.label_kyushu {
    top: 855px;
  }
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_kyushu {
    top: 815px;
  }
}
@media (max-width: 1050px) {
  .p-location .sec_1__label.label_kyushu {
    top: 790px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_kyushu {
    top: 760px;
  }
}
@media (max-width: 985px) {
  .p-location .sec_1__label.label_kyushu {
    top: 735px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_kyushu {
    top: 705px;
  }
}
@media (max-width: 900px) {
  .p-location .sec_1__label.label_kyushu {
    top: 660px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_kyushu {
    top: 635px;
  }
}
@media (max-width: 815px) {
  .p-location .sec_1__label.label_kyushu {
    top: 610px;
  }
}

.p-location .sec_1__label.label_chugoku {
  top: 544px;
  left: 2px;
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_chugoku {
    top: 500px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_chugoku {
    top: 460px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_chugoku {
    top: 425px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_chugoku {
    top: 375px;
  }
}

.p-location .sec_1__label.label_kinki {
  top: 405px;
  left: 175px;
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_kinki {
    top: 370px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_kinki {
    top: 340px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_kinki {
    top: 320px;
    left: 105px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_kinki {
    top: 280px;
    left: 63px;
  }
}
@media (max-width: 815px) {
  .p-location .sec_1__label.label_kinki {
    top: 270px;
    left: 85px;
  }
}

.p-location .sec_1__label.label_chubu {
  top: 278px;
  left: 438px;
}
@media (max-width: 1090px) {
  .p-location .sec_1__label.label_chubu {
    top: 255px;
  }
}
@media (max-width: 1020px) {
  .p-location .sec_1__label.label_chubu {
    left: 365px;
  }
}
@media (max-width: 950px) {
  .p-location .sec_1__label.label_chubu {
    top: 225px;
    left: 315px;
  }
}
@media (max-width: 850px) {
  .p-location .sec_1__label.label_chubu {
    top: 205px;
    left: 275px;
  }
}

.p-location .sec_2 {
  padding: 6em 0;
}
@media (max-width: 768px) {
  .p-location .sec_2 {
    padding: 3em 0;
  }
}
.p-location .sec_2__block {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-location .sec_2__block {
    margin-bottom: 50px;
  }
}
.p-location .sec_2__block:last-child {
  margin-bottom: 0;
}
.p-location .location_card {
  padding: 25px 30px;
  background-color: #f3f3f3;
  border: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-location .location_card {
    padding: 20px;
  }
}
.p-location .location_card__name {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.4;
}
.p-location .location_card__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 2.4em;
  background-color: #D0B580;
}
@media (max-width: 768px) {
  .p-location .location_card__name {
    font-size: 1.8rem;
    margin-bottom: 12px;
    padding-left: 12px;
  }
  .p-location .location_card__name::before {
    height: 14px;
    width: 3px;
  }
}
.p-location .location_card__info {
  font-size: 1.5rem;
  line-height: 1.68;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-location .location_card__info {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.p-location .location_card__info p {
  margin-bottom: 0.5em;
}
.p-location .location_card__info p:last-child {
  margin-bottom: 0;
}
.p-location .location_card__link {
  margin-top: auto;
}
.p-location .location_card__link .btn_google_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border: 2px solid #073C96;
  padding: 12px 20px;
  color: #073C96;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .p-location .location_card__link .btn_google_map {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.p-location .location_card__link .btn_google_map:hover {
  background-color: #073C96;
  color: #fff;
}
.p-location .location_card__link .btn_google_map i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  background-color: #F3F3F3;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-location .location_card__link .btn_google_map i::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #073C96;
  margin-left: 1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

#business .sec_1 {
  padding: 6rem 0 8rem;
}
@media (max-width: 768px) {
  #business .sec_1 {
    padding: 3rem 0 0;
  }
}
#business .sec_1__ttl {
  color: #003894;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-family: inherit;
}
#business .sec_1__txt {
  line-height: 1.6875;
  text-align: justify;
}
#business .sec_business {
  position: relative;
  margin-bottom: 30px;
}
#business .sec_business::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #F3F3F3;
  z-index: -1;
}
#business .c_sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #business .c_sec_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
#business .c_sec_ttl .en {
  font-size: 6.4rem;
  font-weight: 700;
  color: #D0B580;
  font-family: "Albert Sans", sans-serif;
}
@media (max-width: 768px) {
  #business .c_sec_ttl .en {
    font-size: 5.2rem;
    text-align: center;
  }
}
#business .c_sec_ttl .jp {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  #business .c_sec_ttl .jp {
    font-size: 1.5rem;
  }
}
#business .c_bg_txt {
  position: absolute;
  bottom: -8.6rem;
  right: 0;
  color: #fff;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 768px) {
  #business .c_bg_txt {
    right: 0;
    bottom: -4.3rem;
  }
}
#business .c_bg_txt .en {
  font-size: 36rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  font-family: "Albert Sans", sans-serif;
}
@media (max-width: 768px) {
  #business .c_bg_txt .en {
    font-size: 9rem;
  }
}
#business .c_bg_txt .jp {
  font-size: 20rem;
  font-weight: 700;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #business .c_bg_txt .jp {
    font-size: 6rem;
  }
}
#business .c_content_box {
  padding: 0 0 4em;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #business .c_content_box {
    padding: 30px 15px 40px;
  }
}
#business .c_content_box dl + dl {
  margin-top: 2.4em;
}
@media (max-width: 768px) {
  #business .c_content_box dl + dl {
    margin-top: 1.4em;
  }
}
#business .c_content_box dl dd {
  margin-left: 0;
  margin-top: 0.4em;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#business .sec_2 {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #business .sec_2 {
    padding: 0 0 1rem;
  }
}
#business .sec_2__loop {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-color: #fff;
}
#business .sec_2__loop .loop_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: loop 60s linear infinite;
          animation: loop 60s linear infinite;
}
#business .sec_2__loop img {
  display: block;
  height: auto;
  max-width: none;
  width: 5736px;
}
@media (max-width: 768px) {
  #business .sec_2__loop img {
    width: 2868px;
  }
}
#business .sec_2 .inner {
  position: relative;
  z-index: 1;
}
#business .sec_2__content {
  max-width: 900px;
}
#business .sec_2__content .ttl {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #business .sec_2__content .ttl {
    font-size: 2.2rem;
  }
}
#business .sec_2__content .txt {
  line-height: 1.875;
}
#business .sec_2__content .btn_wrap {
  margin-top: 4rem;
}
#business .btn_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 420px;
  height: 80px;
  padding: 0 40px;
  border: 2px solid #003894;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#business .btn_2 span {
  color: #003894;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
#business .btn_2 .c_icon_arrow {
  position: relative;
  width: 12px;
  height: 12px;
  border-top: 2px solid #003894;
  border-right: 2px solid #003894;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#business .btn_2:hover {
  background-color: #003894;
}
#business .btn_2:hover span {
  color: #fff;
}
#business .btn_2:hover .c_icon_arrow {
  border-color: #fff;
  -webkit-transform: rotate(45deg) translate(5px, -5px);
          transform: rotate(45deg) translate(5px, -5px);
}
@media (max-width: 768px) {
  #business .btn_2 {
    height: 60px;
    padding: 0 20px;
  }
  #business .btn_2 span {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  #business .sec_1 {
    padding: 6rem 0;
  }
  #business .sec_1__ttl {
    font-size: 3.2rem;
    letter-spacing: 0.03em;
  }
  #business .sec_1__txt {
    text-align: left;
  }
}
#business .sec_hub__up, #business .sec_hub__down {
  position: relative;
  padding: 70px 0 30px;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}
@media (max-width: 768px) {
  #business .sec_hub__up, #business .sec_hub__down {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#business .sec_hub__up::before, #business .sec_hub__up::after, #business .sec_hub__down::before, #business .sec_hub__down::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#business .sec_hub__up span, #business .sec_hub__down span {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#business .sec_hub__up::before {
  top: 0;
  width: 300px;
  height: 70px;
  background-color: #F6F0E5;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#business .sec_hub__up::after {
  top: 44px;
  width: 224px;
  height: 52px;
  background-color: #E3D2B3;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#business .sec_hub__down {
  padding: 0 0 70px;
  margin-bottom: 40px;
}
#business .sec_hub__down::before {
  bottom: 0;
  width: 300px;
  height: 70px;
  background-color: #F6F0E5;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#business .sec_hub__down::after {
  bottom: 44px;
  width: 224px;
  height: 52px;
  background-color: #E3D2B3;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#business .sec_3 {
  position: relative;
  margin-bottom: 50px;
}
#business .sec_3__body {
  background-color: #C7DEEC;
  padding: 50px 0 0;
  overflow: hidden;
}
#business .sec_3 .hub_content {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #business .sec_3 .hub_content {
    padding: 0 4%;
  }
}
#business .sec_3 .hub_logo {
  width: 300px;
  margin-bottom: 5px;
}
#business .sec_3 .hub_logo img {
  width: 100%;
  height: auto;
}
#business .sec_3 .hub_sub {
  letter-spacing: 0.05em;
}
#business .sec_3 .hub_txt {
  line-height: 1.6;
  margin-top: 1.5em;
}
#business .sec_3 .hub_img {
  width: 100%;
  margin-top: 20px;
}
#business .sec_3 .hub_img img {
  width: 100%;
  height: auto;
  display: block;
}
#business .sec_4 {
  margin-bottom: 60px;
}
@-webkit-keyframes loop_reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop_reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#business .c_loop_img {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 30px;
}
@media (max-width: 768px) {
  #business .c_loop_img {
    padding: 50px 0 0px;
  }
}
#business .c_loop_img .loop_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: loop_reverse 60s linear infinite;
          animation: loop_reverse 60s linear infinite;
}
#business .c_loop_img .loop_item {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  #business .c_loop_img .loop_item {
    width: 200px;
  }
}
#business .c_loop_img .loop_item figure {
  width: 100%;
  aspect-ratio: 17/21;
  overflow: hidden;
}
#business .c_loop_img .loop_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .c_loop_img .loop_item .label {
  background-color: #003894;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-left: 20px;
}
@media (max-width: 768px) {
  #business .c_loop_img .loop_item .label {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
#business .c_loop_img .loop_item .label span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#business .sec_6 {
  padding: 120px 0;
  background: url(../../n_img/point/bg_message.png) no-repeat 56% 56%/110vw auto;
}
@media (max-width: 768px) {
  #business .sec_6 {
    padding: 80px 0;
    background-size: 140vw auto;
  }
}
#business .sec_6__content {
  text-align: center;
}
#business .sec_6__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #business .sec_6__ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
#business .sec_6__sub {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 768px) {
  #business .sec_6__sub {
    font-size: 1.4rem;
  }
}

/* ==========================================
   topic
   ========================================== */
#topic .sec_1__ttl {
  width: 100%;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003894;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#topic .list table {
  width: 100%;
}

@media (max-width: 768px) {
  #topic .sec_1__ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
	#topic .wrap{
		max-width: 1080px;
	}

}

@media screen and (max-width: 767px) {
  #topic .wrap{
		width: 90%;
	}
}

/* ==========================================
   movie PAGE
   ========================================== */
#movie .sec_1__ttl {
  width: 100%;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003894;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


/* ==========================================
   ADVANTAGE PAGE
   ========================================== */
#advantage .sec_intro {
  position: relative;
  padding: 80px 0 60px;
}
@media (max-width: 768px) {
  #advantage .sec_intro {
    padding: 60px 0;
  }
}
#advantage {
  /* Advantage Page Sections: 4つの核心ソリューション (sec_1 〜 sec_4) */
}
#advantage .sec_1,
#advantage .sec_2,
#advantage .sec_3,
#advantage .sec_4 {
  position: relative;
  padding: 240px 0 120px;
  overflow: hidden;
}
#advantage .sec_1::before,
#advantage .sec_2::before,
#advantage .sec_3::before,
#advantage .sec_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 220px;
  background-color: #003894;
  z-index: 1;
}
@media (max-width: 768px) {
  #advantage .sec_1,
  #advantage .sec_2,
  #advantage .sec_3,
  #advantage .sec_4 {
    padding: 130px 0 60px;
  }
  #advantage .sec_1::before,
  #advantage .sec_2::before,
  #advantage .sec_3::before,
  #advantage .sec_4::before {
    width: 100%;
    height: 110px;
  }
}
#advantage .sec_1 .inner,
#advantage .sec_2 .inner,
#advantage .sec_3 .inner,
#advantage .sec_4 .inner {
  position: relative;
  z-index: 2;
}
#advantage .sec_1__ttl,
#advantage .sec_2__ttl,
#advantage .sec_3__ttl,
#advantage .sec_4__ttl {
  position: absolute;
  top: -180px;
  left: 0;
  color: #fff;
  z-index: 3;
}
@media (max-width: 768px) {
  #advantage .sec_1__ttl,
  #advantage .sec_2__ttl,
  #advantage .sec_3__ttl,
  #advantage .sec_4__ttl {
    top: -100px;
    padding-left: 20px;
    width: 100%;
  }
}
#advantage .sec_1__ttl .ttl_txt,
#advantage .sec_2__ttl .ttl_txt,
#advantage .sec_3__ttl .ttl_txt,
#advantage .sec_4__ttl .ttl_txt {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #advantage .sec_1__ttl .ttl_txt,
  #advantage .sec_2__ttl .ttl_txt,
  #advantage .sec_3__ttl .ttl_txt,
  #advantage .sec_4__ttl .ttl_txt {
    font-size: 2.22rem;
  }
}
#advantage .sec_1__ttl .bg_num,
#advantage .sec_2__ttl .bg_num,
#advantage .sec_3__ttl .bg_num,
#advantage .sec_4__ttl .bg_num {
  position: absolute;
  top: 50%;
  left: 280px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Albert Sans", sans-serif;
  font-size: 26rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
  z-index: 1;
  letter-spacing: -0.03em;
  pointer-events: none;
}
@media (max-width: 768px) {
  #advantage .sec_1__ttl .bg_num,
  #advantage .sec_2__ttl .bg_num,
  #advantage .sec_3__ttl .bg_num,
  #advantage .sec_4__ttl .bg_num {
    font-size: 14rem;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  #advantage .sec_1 .flex_box,
  #advantage .sec_2 .flex_box,
  #advantage .sec_3 .flex_box,
  #advantage .sec_4 .flex_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#advantage .sec_1 .flex_box__item img,
#advantage .sec_2 .flex_box__item img,
#advantage .sec_3 .flex_box__item img,
#advantage .sec_4 .flex_box__item img {
  margin-top: -180px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  #advantage .sec_1 .flex_box__item img,
  #advantage .sec_2 .flex_box__item img,
  #advantage .sec_3 .flex_box__item img,
  #advantage .sec_4 .flex_box__item img {
    margin-top: 30px;
  }
}
#advantage {
  /* Group: Standard Layout (sec_1, sec_3) - Bleed: Right */
}
@media screen and (min-width: 769px) {
  #advantage .sec_1 .flex_box__item:first-child,
  #advantage .sec_3 .flex_box__item:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 40px;
  }
  #advantage .sec_1 .flex_box__item:last-child,
  #advantage .sec_3 .flex_box__item:last-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50vw;
    margin-right: calc(50% - 50vw);
  }
}
#advantage {
  /* Group: Reversed Layout (sec_2, sec_4) - Bleed: Left */
}
#advantage .sec_2::before,
#advantage .sec_4::before {
  left: auto;
  right: 0;
}
#advantage .sec_2__ttl,
#advantage .sec_4__ttl {
  left: auto;
  right: 0;
  text-align: right;
}
#advantage .sec_2__ttl .bg_num,
#advantage .sec_4__ttl .bg_num {
  left: auto;
  right: 280px;
}
@media (max-width: 768px) {
  #advantage .sec_2__ttl .bg_num,
  #advantage .sec_4__ttl .bg_num {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  #advantage .sec_2 .flex_box,
  #advantage .sec_4 .flex_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #advantage .sec_2 .flex_box .flex_box__item:first-child,
  #advantage .sec_4 .flex_box .flex_box__item:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 40px;
  }
  #advantage .sec_2 .flex_box .flex_box__item:last-child,
  #advantage .sec_4 .flex_box .flex_box__item:last-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #advantage .sec_2__ttl,
  #advantage .sec_4__ttl {
    text-align: left;
    right: auto;
    left: 0;
  }
}
#advantage {
  /* Specific background colors */
}
#advantage .sec_3::before {
  background-color: #003894;
}
#advantage {
  /* 共通: 特徴リスト (Box Style) */
}
#advantage .c_adv_list {
  margin-top: 2em;
}
#advantage .c_adv_list dl {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  #advantage .c_adv_list dl {
    padding-left: 25px;
  }
}
#advantage .c_adv_list dl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #D6BD8A;
}
@media (max-width: 768px) {
  #advantage .c_adv_list dl::before {
    width: 10px;
  }
}
#advantage .c_adv_list dl + dl {
  margin-top: 30px;
}
#advantage .c_adv_list dl dt {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  #advantage .c_adv_list dl dt {
    font-size: 1.8rem;
  }
}
#advantage .c_adv_list dl dd {
  margin-top: 10px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #advantage .c_adv_list dl dd {
    margin-top: 6px;
  }
}

/* ==========================================
   CONSTRUCTION PAGE
   ========================================== */
#construction .sec_intro {
  padding: 4em 0;
}
@media (max-width: 768px) {
  #construction .sec_intro {
    padding: 4em 0 0;
  }
}
#construction .c_stat_item {
  position: relative;
  text-align: center;
  padding: 130px 30px 30px;
  min-height: 380px;
}
#construction .c_stat_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../../n_img/point/construction/bg_num.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: -1;
}
@media (max-width: 768px) {
  #construction .c_stat_item {
    padding: 80px 0 20px;
    min-height: auto;
    width: 320px;
    height: 320px;
  }
}
#construction .c_stat_item {
  margin: 0 auto 20px;
}
#construction .c_stat_item__num {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: #003894;
  line-height: 1;
  letter-spacing: -0.02em;
  height: 14rem;
}
#construction .c_stat_item__num small {
  font-size: 0.4em;
  margin-left: 0.1em;
}
#construction .c_stat_item__label_wrap {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  #construction .c_stat_item__label_wrap {
    max-width: 100%;
  }
}
#construction .c_stat_item__bar {
  height: 10px;
  background-color: #D6BD8A;
  width: 100%;
}
#construction .c_stat_item__label {
  background-color: #000;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 0.5em 1em;
  line-height: 1.2;
  width: 100%;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  #construction .c_stat_item__label {
    font-size: 1.7rem;
    padding: 0.7em 1em;
  }
}

/* ==========================================
   SUPPORT PAGE
   ========================================== */
#support .sec_intro {
  padding: 70px 0 10px;
}
@media (max-width: 768px) {
  #support .sec_intro {
    padding: 60px 0 0;
  }
}
#support .support_card {
  height: 100%;
  background-color: #F3F5F7;
  border-radius: 8px;
  overflow: hidden;
}
#support .support_card__img {
  aspect-ratio: 440/235;
}
#support .support_card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#support .support_card__body {
  padding: 15px 20px 25px;
}
@media (max-width: 768px) {
  #support .support_card__body {
    padding: 20px;
  }
}
#support .support_card__ttl {
  font-size: 2rem;
  color: #003894;
  font-weight: 700;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #support .support_card__ttl {
    font-size: 1.8rem;
  }
}
#support .support_card__txt {
  line-height: 1.7;
  margin-bottom: 1.2em;
}
#support .support_card .c_con_sec__box {
  padding: 15px 20px;
}
@media (max-width: 768px) {
  #support .support_card .c_con_sec__box {
    padding: 1.5em;
  }
}
#support .support_card .c_con_sec__box--border {
  background-color: transparent;
  border: 2px solid #D6BD8A;
  padding: 1.5em;
  line-height: 1.7;
  font-weight: 500;
}
#support .support_card .c_con_sec__box .list_01 li {
  margin: 0.2em 0;
  font-weight: 500;
}
#support .support_card .c_con_sec__box .list_01 li::before {
  background-color: #D6BD8A;
}
#support .support_card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#support .support_card__info_item {
  background-color: #fff;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border: 1px solid #003894;
}
#support .support_card__info_item figure {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#support .support_card__info_item figure img {
  width: 100%;
  height: auto;
}
#support .support_card__info_item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#support .support_card__info_item div span {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.4;
}
#support .support_card__info_item div strong {
  font-size: 2.6rem;
  font-family: "Albert Sans", sans-serif;
  line-height: 1.2;
}
#support .c_con_support__img {
  position: relative;
}
#support .c_con_support__img .c_con_badge {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  background-color: #003894;
  border: 2px solid #D6BD8A;
  border-radius: 50%;
  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;
  text-align: center;
  z-index: 10;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  #support .c_con_support__img .c_con_badge {
    width: 100px;
    height: 100px;
    right: -10px;
    bottom: -30px;
  }
}
#support .c_con_support__img .c_con_badge__inner {
  line-height: 1.1;
}
#support .c_con_support__img .c_con_badge__en {
  color: #D2B57F;
  font-size: 2.6rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  text-align: center;
}
@media (max-width: 768px) {
  #support .c_con_support__img .c_con_badge__en {
    font-size: 1.4rem;
  }
}
#support .c_con_support__img .c_con_badge__num {
  color: #fff;
  font-size: 6.4rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  #support .c_con_support__img .c_con_badge__num {
    font-size: 3rem;
  }
}
#support .c_con_support__img .c_con_badge__num span {
  font-size: 2.4rem;
  margin-left: 5px;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media (max-width: 768px) {
  #support .c_con_support__img .c_con_badge__num span {
    font-size: 1.4rem;
  }
}

/* ==========================================
   PRODUCTS PAGE
   ========================================== */
#products .products_header {
  position: relative;
  background-color: #000;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #products .products_header {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
#products .products_header__bg {
  position: absolute;
  top: 130px;
  bottom: 30px;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  z-index: 1;
}
@media (max-width: 768px) {
  #products .products_header__bg {
    top: 90px;
    bottom: 20px;
    gap: 5px;
  }
}
#products .products_header__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
#products .products_header__slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
#products .products_header__slider_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
#products .products_header__slider--top .products_header__slider_inner {
  -webkit-animation: products_loop_scroll 60s linear infinite;
          animation: products_loop_scroll 60s linear infinite;
}
#products .products_header__slider--btm .products_header__slider_inner {
  -webkit-animation: products_loop_scroll_reverse 60s linear infinite;
          animation: products_loop_scroll_reverse 60s linear infinite;
}
#products .products_header__slider_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-right: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  #products .products_header__slider_group {
    gap: 10px;
    padding-right: 10px;
  }
}
#products .products_header__slider_group img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
}
#products .products_header__content {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  margin: 110px 0 50px;
}
@media (max-width: 768px) {
  #products .products_header__content {
    margin-bottom: 20px;
  }
}
#products .products_header__ttl {
  font-size: 18rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  #products .products_header__ttl {
    font-size: 8rem;
  }
}
#products .products_header__sub {
  display: inline-block;
  background-color: rgba(7, 60, 150, 0.8);
  color: #fff;
  padding: 0.4em 1em 0.5em;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: -10px;
  position: relative;
}
@media (max-width: 768px) {
  #products .products_header__sub {
    font-size: 1.4rem;
    padding: 0.3em 1.5em;
    margin-top: -5px;
  }
}
#products .products_header__nav {
  position: relative;
  z-index: 20;
}
#products .products_header__nav_ttl {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #products .products_header__nav_ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
#products .products_header__nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  height: 100%;
  min-height: 100px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  #products .products_header__nav_item {
    padding: 5px 10px;
    min-height: 70px;
  }
}
#products .products_header__nav_item .icon {
  width: 65px;
  height: 65px;
  background-color: #003894;
  border-radius: 50%;
  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;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #products .products_header__nav_item .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
#products .products_header__nav_item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#products .products_header__nav_item span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #products .products_header__nav_item span {
    font-size: 1.2rem;
  }
}
#products .products_header__nav_item i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 22px;
  height: 22px;
  background-color: #F3F5F7;
  border-radius: 50%;
  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;
}
@media (max-width: 768px) {
  #products .products_header__nav_item i {
    right: 10px;
    bottom: 10px;
    width: 18px;
    height: 18px;
  }
}
#products .products_header__nav_item i::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #003894;
  margin-left: 2px;
}
@media (max-width: 768px) {
  #products .products_header__nav_item i::after {
    border-width: 3px 0 3px 5px;
  }
}
#products .products_header__nav_item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#products .products_header__nav_item:hover .icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#products .products_header__nav_item:hover i {
  background-color: #003894;
}
#products .products_header__nav_item:hover i::after {
  border-left-color: #fff;
}
#products .c_prod_sec {
  padding: 0;
  overflow: hidden;
}
#products .c_prod_sec__top {
  padding: 80px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  #products .c_prod_sec__top {
    padding: 40px 0 0;
  }
}
#products .c_prod_sec__flex_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media (max-width: 768px) {
  #products .c_prod_sec__flex_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
#products .c_prod_sec__img_grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  width: 500px;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #products .c_prod_sec__img_grid {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#products .c_prod_sec__img_grid img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
#products .c_prod_sec__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 768px) {
  #products .c_prod_sec__info {
    width: 100%;
  }
}
#products .c_prod_sec__info > div:first-child {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #products .c_prod_sec__info > div:first-child {
    padding-bottom: 20px;
  }
}
#products .c_prod_sec__title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  z-index: 5;
}
#products .c_prod_sec__title_area .icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  #products .c_prod_sec__title_area .icon {
    width: 45px;
    height: 45px;
  }
}
#products .c_prod_sec__title_area .icon img {
  width: 100%;
  height: auto;
}
#products .c_prod_sec__title_area .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #products .c_prod_sec__title_area .ttl {
    font-size: 2.4rem;
  }
}
#products .c_prod_sec__num_bg {
  position: absolute;
  right: 0;
  bottom: 0.38em;
  font-size: 24rem;
  font-weight: 500;
  color: rgba(234, 237, 239, 0.6);
  line-height: 1;
  z-index: 1;
  font-family: "Albert Sans", sans-serif;
  pointer-events: none;
  text-align: right;
}
@media (max-width: 768px) {
  #products .c_prod_sec__num_bg {
    font-size: 12rem;
    bottom: 0.88em;
  }
}
#products .c_prod_sec__middle {
  background-color: transparent;
  padding: 35px 0;
  color: #fff;
  position: relative;
  z-index: 5;
}
#products .c_prod_sec__middle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #073C96;
  z-index: -1;
}
@media (max-width: 768px) {
  #products .c_prod_sec__middle {
    padding: 25px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #products .c_prod_sec__middle::before {
    width: 100%;
  }
}
#products .c_prod_sec__desc_txt {
  line-height: 1.8;
  font-weight: 500;
  padding-right: 30px;
}
#products .c_prod_sec__bottom {
  padding: 30px 0 100px;
}
@media (max-width: 768px) {
  #products .c_prod_sec__bottom {
    padding: 40px 0 60px;
  }
}
#products .c_prod_sec__list_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #073C96;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  #products .c_prod_sec__list_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#products .c_prod_sec {
  /* Layout Alternating */
}
#products .c_prod_sec--reverse .c_prod_sec__flex_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #products .c_prod_sec--reverse .c_prod_sec__flex_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#products .c_prod_sec--reverse .c_prod_sec__num_bg {
  color: rgba(255, 255, 255, 0.6);
}
#products .c_prod_sec--reverse .c_prod_sec__middle::before {
  right: auto;
  left: 0;
}
@media (max-width: 768px) {
  #products .c_prod_sec--reverse .c_prod_sec__middle::before {
    right: 0;
    left: auto;
  }
}
#products .c_prod_sec--reverse .c_prod_sec__desc_txt {
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 768px) {
  #products .c_prod_sec--reverse .c_prod_sec__desc_txt {
    padding-left: 0;
  }
}
#products .c_prod_sec--bg_grey {
  background-color: #EAEDEF;
}
#products {
  /* Manufacturer Card */
}
#products .m_card_maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #003894;
  border-radius: 8px;
  padding: 18px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
@media (max-width: 768px) {
  #products .m_card_maker {
    padding: 12px 15px;
  }
}
#products .m_card_maker span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
@media (max-width: 768px) {
  #products .m_card_maker span {
    font-size: 1.45rem;
  }
}
#products .m_card_maker i {
  width: 28px;
  height: 28px;
  background-color: #F3F5F7;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #products .m_card_maker i {
    width: 22px;
    height: 22px;
  }
}
#products .m_card_maker i::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #003894;
  margin-left: 2px;
}
@media (max-width: 768px) {
  #products .m_card_maker i::after {
    border-width: 4px 0 4px 6px;
  }
}
#products .m_card_maker:hover {
  border-color: #073C96;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#products .m_card_maker:hover i {
  background-color: #073C96;
}
#products .m_card_maker:hover i::after {
  border-left-color: #fff;
}

@-webkit-keyframes products_loop_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes products_loop_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes products_loop_scroll_reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes products_loop_scroll_reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */