@charset "UTF-8";
/*******************************
* base
*******************************/
/* 見出し関連 */
h2.heading-with-icon {
  margin-bottom: 5px !important;
  letter-spacing: 0.5em;
}
h2.heading-with-icon span {
  letter-spacing: 0.2em;
}

.l-content {
  margin-bottom: 0 !important;
}

/*******************************
*Header
*******************************/
.l-header {
  font-weight: 700;
  font-size: 20px;
}

.l-fixHeader .c-gnav .menu-item a {
  color: #1759a0 !important;
  font-weight: 700;
  font-size: 20px;
}

.l-fixHeader .c-gnav .menu-item:last-child a {
  color: #ffffff !important;
  background-color: #1759a0 !important;
  padding: 8px 16px !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.l-fixHeader .c-gnav .menu-item:last-child a:hover {
  background-color: #fff !important;
  color: #1759a0 !important;
  border: 1px solid #0e5daa;
  -webkit-transform: translateY(-2px) !important;
          transform: translateY(-2px) !important;
}

.c-gnav > .menu-item > a {
  color: #0e5daa;
  font-weight: 700;
}

/*******************************
* FV
*******************************/
.l-header__inner {
  max-width: 1440px !important; /* サイト幅に合わせて調整 */
  margin: 0 auto;
  padding: 0 20px; /* 両端に余白（任意） */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-mainVisual__textLayer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fv-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding-top: 300px;
}
@media screen and (min-width: 375px) {
  .fv-container {
    padding-left: 5%;
  }
}

.fv-main {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (min-width: 375px) {
  .fv-main {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 600px) {
  .fv-main {
    font-size: 34px;
  }
}
@media screen and (min-width: 834px) {
  .fv-main {
    font-size: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .fv-main {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-main {
    font-size: 44px;
  }
}

/*******************************
* welcome-msg
*******************************/
.welcome-msg {
  position: relative;
}
.welcome-msg .device-img01 {
  position: absolute;
  top: 13%;
  right: -5%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  z-index: 3;
}
.welcome-msg .device-img02 {
  position: absolute;
  top: -11%;
  left: -8%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 3;
}
.welcome-msg .device-img03 {
  position: absolute;
  top: 42%;
  left: -4%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 3;
}
.welcome-msg .device-img04 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 3;
}

/*******************************
* 新着情報
*******************************/
.news {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .news::after {
    content: "NEWS";
    display: block;
    font-size: 140px;
    font-family: "Oswald", sans-serif;
    position: absolute;
    color: #0e5daa;
    opacity: 0.2;
    top: 2%;
    right: 8%;
    z-index: 1;
    white-space: nowrap; /* ← 改行防止（お好みで） */
  }
}

.gear-animation_top {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gear-animation_top {
    position: absolute;
    top: -25%;
    left: 10%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.gear-animation_bottom {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gear-animation_bottom {
    position: absolute;
    bottom: 0;
    right: 10%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.latest-news-cover {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 834px) {
  .latest-news-cover {
    max-width: 60%;
  }
}

.cut-image01 {
  display: none;
}
@media screen and (min-width: 834px) {
  .cut-image01 {
    width: 50%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    opacity: 0.8;
  }
}

/*******************************
* Welcomeメッセージ
*******************************/
.post_content .message {
  position: relative;
  z-index: 10;
}
.post_content .message span {
  font-size: 16px !important;
}
@media screen and (min-width: 600px) {
  .post_content .message span {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 834px) {
  .post_content .message span {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1024px) {
  .post_content .message span {
    font-size: 28px !important;
  }
}
.post_content .message::after {
  content: "";
  display: block;
  background-image: url(../img/heding__massage.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 200px;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .post_content .message::after {
    width: 320px;
  }
}
@media screen and (min-width: 834px) {
  .post_content .message::after {
    width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .post_content .message::after {
    width: 400px;
    margin-bottom: 20px;
  }
}

.message-txt p {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .message-txt p {
    text-align: center;
  }
}

.message-cover {
  margin: 0 auto;
  max-width: 900px;
}

/*******************************
*事業内容(TOPセクション)
*******************************/
@media screen and (min-width: 1024px) {
  .business::after {
    content: "BUSINESS";
    display: block;
    font-size: 140px;
    font-family: "Oswald", sans-serif;
    position: absolute;
    color: #0e5daa;
    opacity: 0.2;
    top: -4%;
    left: 4%;
    z-index: 1;
    white-space: nowrap; /* ← 改行防止（お好みで） */
  }
}

/*******************************
* 当社の強み
*******************************/
.strengths {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .strengths::after {
    content: "STRENGTHS";
    display: block;
    font-size: 140px;
    font-family: "Oswald", sans-serif;
    position: absolute;
    color: #0e5daa;
    opacity: 0.2;
    top: 0;
    right: 4%;
    z-index: 1;
  }
}
.strengths .gear-animation_top {
  position: absolute;
  top: -5%;
  left: -5%;
}
.strengths .gear-animation_bottom {
  position: absolute;
  bottom: -5%;
  right: -10%;
}

.on-img-shadow .wp-block-media-text__media {
  -webkit-box-shadow: 25px 25px 2px 1px rgba(245, 166, 35, 0.7);
          box-shadow: 25px 25px 2px 1px rgba(245, 166, 35, 0.7);
}

.business_disc {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .business_disc {
    text-align: center;
  }
}

.business-feature-dsc span {
  font-size: 16px !important;
}
@media screen and (min-width: 375px) {
  .business-feature-dsc span {
    font-size: 17px !important;
  }
}
@media screen and (min-width: 600px) {
  .business-feature-dsc span {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1024px) {
  .business-feature-dsc span {
    font-size: 20px !important;
  }
}

/*******************************
* 取り扱い商品
*******************************/
@media screen and (min-width: 1024px) {
  .products::after {
    content: "PRODUCTS";
    display: block;
    font-size: 130px;
    font-family: "Oswald", sans-serif;
    position: absolute;
    color: #0e5daa;
    opacity: 0.2;
    top: 5%;
    left: 5%;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* ← 縦書き指定 */
    white-space: nowrap; /* ← 改行防止（お好みで） */
  }
}

.product-content-container {
  border-radius: 10px;
}

.products-msg span {
  font-size: 17px !important;
}
@media screen and (min-width: 375px) {
  .products-msg span {
    font-size: 19px !important;
  }
}
@media screen and (min-width: 600px) {
  .products-msg span {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 834px) {
  .products-msg span {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1024px) {
  .products-msg span {
    font-size: 26px !important;
  }
}

.products-disc p {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .products-disc p {
    text-align: center;
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.products-gallery .wp-element-caption span {
  font-size: 12px;
}
@media screen and (min-width: 834px) {
  .products-gallery .wp-element-caption span {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .products-gallery .wp-element-caption span {
    font-size: 16px !important;
  }
}

/*******************************
* 会社概要
*******************************/
@media screen and (min-width: 1024px) {
  .company::after {
    content: "COMPANY PROFILE";
    display: block;
    font-size: 100px;
    font-family: "Oswald", sans-serif;
    position: absolute;
    color: #0e5daa;
    opacity: 0.2;
    bottom: 5%;
    right: 8%;
    z-index: 1;
    white-space: nowrap; /* ← 改行防止（お好みで） */
  }
}

.company-profile-under-spacer {
  display: none;
}
@media screen and (min-width: 600px) {
  .company-profile-under-spacer {
    display: block;
  }
}

/*******************************
* CTA
*******************************/
.contact-btn {
  margin-bottom: 5px;
}

.cta-tit span {
  font-size: 24px !important;
}
@media screen and (min-width: 600px) {
  .cta-tit span {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .cta-tit span {
    font-size: 38px !important;
  }
}

/*******************************
* FOOTER
*******************************/
.w-footer__box {
  color: #fff;
}

.copyright {
  color: #fff;
}
.copyright span {
  color: #fff;
}

/*******************************
*事業内容（ページ）
*******************************/
.business-page-maincopy span {
  font-size: 19px;
  line-height: 1.2 !important;
}
@media screen and (min-width: 600px) {
  .business-page-maincopy span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .business-page-maincopy span {
    font-size: 28px;
    line-height: 1.6 !important;
  }
}

.feature-column-card {
  position: relative;
  padding-top: 50px;
}
.feature-column-card .feature-number {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  background: #0e5daa;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.feature-column-card .feature-column-img {
  margin-top: 20px;
}

.feature-column-card.__02 {
  top: 30px;
}

.feature-column-card.__03 {
  top: 60px;
}

.feature-column-card.__05 {
  top: 20px;
}

.feature-column-card.__06 {
  top: 40px;
}

.with-number-headline {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px !important;
  border-bottom: 2px dotted #0e5daa;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75em !important;
  line-height: 1.25;
}
.with-number-headline::before {
  content: "";
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 375px) {
  .with-number-headline {
    padding-left: 65px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.85em !important;
    line-height: 1.3;
    min-height: 50px;
  }
  .with-number-headline::before {
    width: 55px;
    height: 50px;
  }
}
@media screen and (min-width: 600px) {
  .with-number-headline {
    padding-left: 80px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.95em !important;
    min-height: 60px;
  }
  .with-number-headline::before {
    width: 70px;
    height: 60px;
  }
}
@media screen and (min-width: 834px) {
  .with-number-headline {
    padding-left: 100px !important;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1em !important;
    min-height: 70px;
  }
  .with-number-headline::before {
    width: 90px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .with-number-headline {
    padding-left: 130px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.1em !important;
    min-height: 80px;
    line-height: 1.4;
  }
  .with-number-headline::before {
    width: 114px;
    height: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .with-number-headline {
    font-size: 1.2em !important;
  }
}

.with-number-headline.num01:before {
  background: url(../img/with-num-head01.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.with-number-headline.num02:before {
  background: url(../img/with-num-head02.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.with-number-headline.num03:before {
  background: url(../img/with-num-head03.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.with-number-headline span {
  font-size: 22px !important;
}
@media screen and (min-width: 600px) {
  .with-number-headline span {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .with-number-headline span {
    font-size: 32px !important;
  }
}

.business-page-service-disc {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .business-page-service-disc {
    text-align: center;
  }
}
.business-page-service-disc span {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .business-page-service-disc span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .business-page-service-disc span {
    font-size: 20px;
  }
}

.business-page-msg span {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .business-page-msg span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .business-page-msg span {
    font-size: 24px;
  }
}

/*swiper*/
/* コンテナー */
.container {
  width: 100%;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

/*******************************
*ご挨拶
*******************************/
.top-message {
  position: relative;
}
.top-message .poricy-conteinar {
  background-color: #0e5daa;
  width: 70%;
  margin: 0 auto 30px;
  text-align: center;
  color: #fff;
  padding: 40px;
  opacity: 0.97;
}
.top-message .poricy-conteinar .poricy-txt_ja {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .top-message .poricy-conteinar .poricy-txt_ja {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .top-message .poricy-conteinar .poricy-txt_ja {
    font-size: 28px;
  }
}
.top-message .poricy-conteinar .poricy-txt_en {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .top-message .poricy-conteinar .poricy-txt_en {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .top-message .poricy-conteinar .poricy-txt_en {
    font-size: 20px;
  }
}

.top-message-contents {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  min-height: 80vh;
  /* 画像エリア - 右側に固定し、画面の半分を占める */
  /* テキストエリア - ブロークングリッドで画像に重なる */
}
.top-message-contents .image-area {
  position: absolute;
  right: -8%;
  top: 0;
  width: 50%;
  height: 100%;
  min-height: 80vh;
}
.top-message-contents .image-area .top-message-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% center;
     object-position: 70% center;
}
.top-message-contents .text-area {
  position: relative;
  z-index: 2;
  margin-left: 5%;
  margin-right: 30%;
  padding: 60px 0;
  /* 役職とフルネーム */
}
.top-message-contents .text-area .top-message-title {
  color: #1759a0;
  margin-bottom: 20px;
}
.top-message-contents .text-area .top-message-title .top-message-tit-ja {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.top-message-contents .text-area .top-message-title .top-message-tit-en {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.top-message-contents .text-area .top-message-txt {
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #1759a0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.top-message-contents .text-area .post-name {
  text-align: right;
  color: #1759a0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.top-message-contents .text-area .full-name {
  text-align: right;
  color: #1759a0;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* レスポンシブ対応 - スマホでは画像が先、テキストが後 */
@media (max-width: 768px) {
  .top-message-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .top-message-contents .image-area {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 画像を先に表示 */
    margin: 0 auto; /* 真ん中に配置 */
    max-width: 100%; /* 幅を調整 */
    right: 0;
  }
  .top-message-contents .text-area {
    position: relative;
    margin: 0;
    padding: 30px 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* テキストを後に表示 */
    /* スマホ版の役職・名前スタイル */
  }
  .top-message-contents .text-area .top-message-txt {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .top-message-contents .text-area .post-name {
    text-align: right;
    color: #1759a0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-right: 20px;
  }
  .top-message-contents .text-area .full-name {
    text-align: right;
    color: #1759a0;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-right: 20px;
  }
}