/*
Theme Name: brandme
*/


@charset "utf-8";


/* Reset
------------------------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Reset
------------------------------------------------------------*/
/** {
	outline: 1px solid magenta;
}*/

img{max-width: 100%;}
a{display: block;}
body{
  font-family: "Oswald", "Jost", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
}



/* fv_bubble
------------------------------------------------------------*/
#background-animation-container {
  background-color: #222;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1000;
}

.ani-bubble {
  background-color: blue;
  border-radius: 75px;
  height: 150px;
  position: absolute;
  top: 100%;
  width: 150px;

  -webkit-animation: bubblemove 10s linear infinite;
  -moz-animation: bubblemove 10s linear infinite;
  animation: bubblemove 10s linear infinite;
}

@-webkit-keyframes bubblemove {
  from { top: 100%; }
  to   { top: -600px; }
}
@-moz-keyframes bubblemove {
  from { top: 100%; }
  to   { top: -600px; }
}
@keyframes bubblemove {
  from { top: 100%; }
  to   { top: -600px; }
}

/* header
------------------------------------------------------------*/
header{
  background: #282828;
  background-size: cover;
  position: fixed;
  width: 100%;
  z-index: 999;
  color: #fff;
  border-bottom: solid 1px #fff
}
#header{}
.menu {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto;
  align-items: center;
  height: 70px;
}
.logo_img {width: 80%;}
.logo {
    padding: 1rem 2rem;
}

.menu_text {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
}
.menu_text_a {font-weight: 300;}
.menu_text_a:hover{color: #c8b98b;}
.globalMenuSp,.navToggle{
  display: none;
}


/* front-page
------------------------------------------------------------*/
.bg {
  background-color: #282828;
}
.fv {
  height: 100vh;
}
#content-container{
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
.content-container_h1{
  font-size: 7.3125rem;
  padding: 5%;
  font-weight: bold;
}
#about{
  padding-top: 5rem;
}
.about {
}
.about_h2 {font-size: 7.3125rem;text-align: center;font-weight: bold;}
.about_box {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 5rem;
}


.about_box_in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  color: #fff;
  height: 100%;
}


.about_headline {
  width: 50%;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
  box-sizing: border-box;
}


.about_headline_box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.bm_icon_img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.about_headline_en {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.about_headline_jp {
  font-size: 0.875rem;
  margin: 8px 0 20px 40px;
  text-align: center;
}

.about_text {
  display: block;
  line-height: 1.8;
  max-width: 300px;
  margin: 0 auto;
}


.about_photo {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.about_photo_bg_1 {
  background-color: #E8E500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_photo_bg_2 {
  background-color: #A5D8F3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_photo_bg_3 {
  background-color: #FF9DE6;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.about_photo_img_wrap {
  width: 80%;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
}


.about_photo_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.sc_title {
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.sc_title_h2 {
  font-size: 6.25rem;
  font-weight: bold;
  padding: 1rem 5rem;
}


.SERVICE {

}
.service_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.service_contents_box {
  display: flex;
  height: 100vh;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}


.service_left {
  position: sticky;
  top: 0;
  flex: 0 0 30%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_left_bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service_left_bg_pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service_left_bg_sp{display: none;}

.service_btn {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #4A67A7;
  color: #fff;
  padding: 0.8em 2em;
  text-decoration: none;
  border-radius: 2em;
  font-weight: bold;
  transition: 0.3s;
}
.service_btn:hover {
  background: #fff;
  color: #4A67A7;
  border: 2px solid #4A67A7;
}


section.slider-part {
  flex: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
section.slider-part .mySwiper {
    height: 100%;
    background: #f1f1f1;
}

.slider-part .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0;
}

.swiper-slide {
    display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.swiper-slide.slide1, .swiper-slide.slide2, .swiper-slide.slide3 {
    background: #282828;
}
.service_inner {
  width: 100%;
  max-width: none;
  padding: 3rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 5%;
}

.background1  {
  border: solid 1px #fff;
}

.background2 {
  border: solid 1px #fff;
}

.background3{
  border: solid 1px #fff;
}

.service_text_wrap{
    width: 70%;
}

.service_ttl {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1rem;
  color: #fff;
}

.service_text_box{}

.service_text {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #555;
  line-height: 1.8;
}

.service_ul{list-style-type: disc;padding: 2rem 1.5rem;}
.service_li{padding-bottom: 1rem;}

.service_contents_img_wrap{

width: 80%;

padding-left: 2rem;
}
.service_contents_img{}
.service_right::-webkit-scrollbar {
  display: none;
}
.swiper-pagination{
    background: #fff;
    padding: 0.5rem;
    border-radius: 999px;
    opacity: 0.8;
}
.swiper-pagination-bullet-active{
  background: #C8BA2F;
}
.button-24{
    padding-bottom: 5rem;
}

.service_left_bg .button-24 {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}


.button-24 a {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 12rem;
  text-align: center;
  padding: 1rem 3rem;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  background: #282828;
}

.button-24 a:hover{
  background: #282828;
  color: #fff;
}

.button-24 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 4rem;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.button-24 a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

@keyframes OutIn-Line {
  0% { transform: scaleX(1); transform-origin: right; }
  50% { transform: scaleX(0); transform-origin: right; }
  50.1% { transform: scaleX(0); transform-origin: left; }
  100% { transform: scaleX(1); transform-origin: left; }
}


@media (max-width: 960px) {
  .mySwiper {
    display: none;  /* ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼éžè¡¨ç¤º */
  }
  .service_static {
    display: block; /* ä»£æ›¿è¡¨ç¤º */
    padding-bottom: 4rem;
    background: #282828;
  }
}
@media (min-width: 961px) {
  .service_static {
    display: none;
  }
}





#product {
  color: #fff;
  overflow: hidden;
}

.product {
  margin: 0 auto;
}

.product_list{padding: 5rem 5% 0;}


.product_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 6rem;
  transition: transform 0.8s ease;
}


.product_content:nth-child(even) {
  flex-direction: row-reverse;
}

.product_content:last-child{
  
padding-bottom: 5rem;
}


.product_thumb {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.product_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.product_thumb:hover img {
  transform: scale(1.08);
}


.product_content:nth-child(odd) .product_text {
  flex: 1;
  background: #000;
  padding: 3rem 3rem 3rem 6rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;
  margin-left: -4rem;
}


.product_content:nth-child(even) .product_text {
  flex: 1;
  background: #000;
  padding: 3rem 5rem 5rem 3rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;
  margin-right: -4rem;
}


.product_text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}


.product_meta {
  display: flex;
  gap: 1em;
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 20px;
}


.product_excerpt {
  font-size: 1rem;
  line-height: 1.7;
}
.product_content {
  position: relative;
}

.product_link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  text-decoration: none;
  color: inherit;
}

.product_link:hover {
  cursor: pointer;
}

.product_content:hover {
  transform: scale(1.03);
}

.product_content:nth-child(even) {
  flex-direction: row-reverse;
}

.product_content:hover .product_thumb img {
  transform: scale(1.08);
}

#news{}
.news{
}

.news__list {

padding: 5% 5% 0;
}


.news__link {
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.news__link:hover{
  background: #565656;
  color: #ffffff;
}
.news__item {padding-bottom: 3rem;}

.news__item:last-child{
  padding-bottom: 5rem;
}


.news__thumbnail-wrapper {
    overflow: hidden;
    margin-right: 2rem;
}


.news__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 16 / 9;
}

.news__content {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 1rem;
    pointer-events: none;
}

.news_category_name, .news_date_name, .news_title_name{
    color: #999;
    padding-bottom: 0.5rem;
    line-height: 1.2;
}

.news__category {
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.news__category::before {
    content: '';
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #4CAF50;
    border-radius: 50%;
}
.news_date_box{
    padding-left: 0;
}
.news_title_box{
}
.news__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.CompanyProfile {
}
.cp_title_box{
    padding-right: 3%;
}
.cp_box {
}
.company-overview {
      display: grid;
      grid-template-columns: 200px 1fr;
      max-width: 800px;
      margin: 3rem auto 0;
      padding: 5rem;
    }

    .company-overview dt {
      color: #fff;
      padding: 1rem;
      border-bottom: 1px solid #fff;
      display: flex;
      align-items: center;
      font-weight: 300;
    }

    .company-overview dd {
      padding: 1rem;
      border-bottom: 1px solid #fff;
      font-weight: 300;
    }

    .company-overview dt:last-of-type,
    .company-overview dd:last-of-type {
      border-bottom: none;
    }

.company-overview dd ul {
  margin: 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}

.company-overview dd ul li {
  margin-bottom: 0.3rem;
  line-height: 1.5;
}

#contact{

}

.contact {
}

.contact_title_box{
    padding-left: 3%;
}

.contact-form {
  padding: 2rem;
  max-width: 800px;
  margin: 5rem auto 0;
}

.form-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  color: #fff;
  padding: 0.75rem 0;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.form-input,
.form-textarea {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #F5F5F5;
  width: 100%;
  box-sizing: border-box;
  color: #282828;
}

.form-textarea {
  resize: vertical;
}

.form-submit {
  display: inline-block;
  position: relative;
  padding: 0;
  text-decoration: none;
  width: fit-content;
  margin: 3rem auto;
}

.form-submit_text {
  display: block;
  height: 50px;
  line-height: 49px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: all 0.3s ease;
  position: relative;
  background-color: transparent;
  min-width: 240px;
}

.form-submit::after {
  content: '';
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  right: -19px;
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s ease;
}

.form-submit:hover .form-submit_text {
  background-color: #fff;
  color: #282828;
  border-color: #fff;
}

.form-submit:hover::after {
  right: 20px;
  background-color: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #fff;
}



footer {
    color: #fff;
    background: #282828;
}


#footer {

border-top: solid 1px #fff;
}


.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3%;
    max-width: 1200px;
    margin: 0 auto;
}


.footer_box {
    display: flex;
    flex-direction: column;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_img {
    height: 30px;
    width: auto;
}

.footer_address {
    font-size: 14px;
}

.footer_text {
    margin: 0;
    line-height: 1.8;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.footer_menu_text {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 0;
    transition: color 0.3s;
}

.footer_menu_text:hover {
    color: #c8b98b;
}


.copyright {
    margin: 0;
    padding: 20px 5%;
    font-size: 12px;
    text-align: center;
    background: #fff;
    color: #282828;
}

/*page-service
------------------------------------------------*/
.page-service_contents {display: flex;padding: 5%;align-items: center;}
.page-service_text {width: 60%;}
.page-service_text_box_1 {padding-bottom: 1rem;line-height: 1.5em;}
.page-service_text_box_2 {
}
.page-service_span {padding-bottom: 1rem;display: block;line-height: 1.5em;}

.page-service_photo{
    width: 40%;
    text-align: center;
    padding: 3%;
}
.page-service_img{
    padding-bottom: 2rem;
}

.heading-38 {
    position: relative;
    padding: 0.5em 2em;
    color: #ffffff;
}

.heading-38::before,
.heading-38::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 2px solid #c8b98b;
    content: '';
    border-radius: 999px;
}

.heading-38::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-38::after {
    top: calc(50% + 3px);
    left: 5px;
}

/*page-product
------------------------------------------------*/
.Pagination {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}


.Pagination .page-numbers {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}


.Pagination .page-numbers li {
    margin-left: 8px;
}
.Pagination .page-numbers li:first-child {
    margin-left: 0;
}


.Pagination .page-numbers a,
.Pagination .page-numbers span.current {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #111;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
  text-decoration: none;
}


.Pagination .page-numbers span.current {
  background: #111;
  color: #fff;
  pointer-events: none;
}


.Pagination .page-numbers a:hover {
  background: #111;
  color: #fff;
}


.Pagination-Item-Link-Icon {
    width: 20px;
    height: 20px;
}

/*single
------------------------------------------------*/

.single-article {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 5% 5rem;
  box-sizing: border-box; 
  overflow-wrap: break-word; 
}


.single-mainimage img {
}


.single-title {
  font-size: 4.25rem;
  font-weight: bold;
  margin: 3rem 0 1rem 0;
  line-height: 1.5em;
  text-align: center;
}


.single-meta {
  text-align: end;
  color: #777;
  font-size: 0.9rem;
  padding: 1%;
}


.single-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
}


.single-body img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 8px;
  display: block;
}

.single-mainimage{
    text-align: center;
    padding: 2rem 0;
}

.single-body h2 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.5em;
}

.single-body h3 {
  font-size: 1.3rem;
  margin: 1.5rem 0 1rem;
  font-weight: bold;
  line-height: 1.5em;
}

.single-body h4 {
  font-size: 1.1rem;
  margin: 1.2rem 0 0.8rem;
  font-weight: bold;
  line-height: 1.5em;
}



.single-body p,
.single-body a,
.single-body h2,
.single-body h3,
.single-body h4 {
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
}


.single-body a {
  color: #C8BA2F;
  text-decoration: none;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  display: inline-block;
  word-break: break-word;
}

.single-body a:hover {
  background-color: #C8BA2F;
  color: #fff;
}


/* --- Responsive Video Wrapper --- */
.single-body iframe,
.single-body video {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}

/* WordPressブロック版にも対応（wp-block-embed-video） */
.wp-block-embed__wrapper iframe,
.wp-block-embed video,
.wp-block-video video {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    aspect-ratio: 16/9;
}

/* NEWSカテゴリの記事に適用 */
.category-news .single-title {
    font-size: 1.875rem; 
    font-weight: bold;
}

/* PRODUCTカテゴリの記事に適用 */
.category-product .single-title {
    font-size: 4.25rem; 
    font-weight: bolder;
}


/*page_scroll
------------------------------------------------*/
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden; 
  transition: opacity .5s, visibility .5s;
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:20px;}
      50%{bottom:25px;}
     100%{bottom:20px;}
 }


.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

.scroll-top a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size:0.9rem;
  display: block;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 100;
}

.js-scroll a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background: #fff;
}

.js-scroll a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before{
  right:-11px;
}

.js-pagetop a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background: #fff;
}

.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
  right:0;
}




/*960px
------------------------------------------------*/
@media screen and (max-width:960px) {
/*header
------------------------------------------------*/
  .menu{
    grid-template-columns: 150px auto;
}
  .menu_text{display: none;}
  .logo{padding: 0 0 0 0.5rem;}
  .logo_img{width: 100%;}

/*hamburgermenu
  ------------------------------------------------*/
  .globalMenuSp,.navToggle{
  display: block;
}
  nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
}


nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  background: #282828;
}


nav.globalMenuSp.active {
  transform: translateY(0%);
}



.navToggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}


.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*front-page
------------------------------------------------*/

.about_h2{
font-size: calc(100vw / 8);
}

/*front_slider
------------------------------------------------*/
  .service_left_bg_pc{display: none;}
  .service_contents_box {
    flex-direction: column;
    height: auto;
  }

  .service_left {
    position: relative;
    flex: none;
    width: 100%;
    height: auto
  }

   .service_left_bg_sp {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  .service_left_bg .button-24 {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }


  section.slider-part {
    width: 100%;
    height: auto;
  }

  .mySwiper {
    height: auto;
  }

  .swiper-slide {
    display: block;
    padding: 2rem 0 0;
  }

 


  .service_inner {
    flex-direction: column;
    padding: 3rem 2rem;
    margin: 0 5% 0;
    width: auto;
  }

  .service_text_wrap {
    width: 100%;
    margin-bottom: 2rem;
  }

  .service_ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .service_ul {
    padding-left: 1.2rem;
    padding-bottom: 1.5rem;
  }

  .service_contents_img_wrap {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .service_contents_img {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .news__thumbnail-wrapper{
    margin: 1rem 0;
  }

  .product_list{
  padding: 5rem 5% 0;
  }

  .product_content,.product_content:nth-child(even){
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
  }

  .product_content:nth-child(odd) .product_text,.product_content:nth-child(even) .product_text{
  padding: 5rem 3rem 3rem 3rem;
  width: 90%;
  margin: -3rem auto;
  }

  .news__link{

  grid-template-columns: 1fr;
  }
  .news__content{
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
  }

  .news__content > *:nth-child(3) {
        grid-column: 1 / 3;
    }

  .news_category_name, .news_date_name, .news_title_name{
    padding-bottom: 0;
  }

/*page-service
------------------------------------------------*/
.page-service_contents{
  flex-direction: column-reverse;
}
.page-service_text{
  width: 100%;
}
.page-service_photo{
  width: 100%;
}
/*single
------------------------------------------------*/
.category-news .single-title {
    font-size: calc(100vw / 25);
    font-weight: bold;
}

/* PRODUCTカテゴリの記事に適用 */
.category-product .single-title {
    font-size: calc(100vw / 18); 
    font-weight: bolder;
}
}


/*640px
------------------------------------------------*/
@media screen and (max-width:640px) {
  /*front-page
------------------------------------------------*/
.content-container_h1{
  font-size: calc(100vw / 6);
  line-height: 1.5em;
}
#content-container{justify-content: center;align-items: center;}
.sc_title_h2{
  font-size: calc(100vw / 12);
  text-align: center;
}
.about_box_in{
  flex-direction: column;
  padding-bottom: 3rem;
}
.about_headline{
  width: 100%;
  padding: 5%;
}
.about_headline_box{
  flex-direction: column-reverse;
  padding-bottom: 1rem;
  gap: 0.5rem;
}
.about_headline_jp{
    margin: 0 0 20px 0;
}
.about_text{
    max-width: 100%;
}
.about_photo{
  width: 100%;
}

.product_list{
    padding: 3rem 3% 0;
}

.product_content:nth-child(odd) .product_text, .product_content:nth-child(even) .product_text{

padding: 5rem 5% 5%;
}

.company-overview{
  grid-template-columns: 1fr;
  padding: 0 3% 5rem;
}
.company-overview dt{
  border: none;
  padding: 1rem 1rem 0;
}
.company-overview dd{
    padding: 0.5rem 1rem 1rem;
}
.contact-form{
  padding: 0 3%;
}
.footer{
  flex-direction: column;
  align-items: center;
}
.footer_box{
  width: 100%;
}
.footer_menu{gap: 1rem 3rem;text-align: left;grid-template-columns: repeat(4, auto);padding: 1rem;}
.category-news .single-title {
    font-size: calc(100vw / 18);
    font-weight: bold;
}

/* PRODUCTカテゴリの記事に適用 */
.category-product .single-title {
    font-size: calc(100vw / 15); 
    font-weight: bolder;
}
.about_box_in:last-child{
  padding-bottom: 5rem;
}
.about_box,#about{
  padding-top: 2rem;
}
.product_content{

}
}