@charset "UTF-8";
/*! destyle.css v4.0.0 | 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

/* -----------リセットCSS------------END */
/* -----------フォント------------ */
@font-face {
  font-family: "MPLUS1p-Light";
  src: url("../font/MPLUS1p-Light.woff2") format("woff2");
  src: url("../font/MPLUS1p-Light.woff") format("woff");
}
@font-face {
  font-family: "MPLUS1p-Black";
  src: url("../font/MPLUS1p-Black.woff2") format("woff2");
  src: url("../font/MPLUS1p-Black.woff") format("woff");
}
@font-face {
  font-family: "MPLUS1p-Bold";
  src: url("../font/MPLUS1p-Bold.woff2") format("woff2");
  src: url("../font/MPLUS1p-Bold.woff") format("woff");
}
/* -----------フォント------------END */
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body header footer {
  overflow-x: hidden;
}

#wrapper {
  overflow: hidden;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  #wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  #wrapper {
    width: 100%;
  }
}

.sp_space {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sp_space {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sp_space {
    display: block;
  }
}

#link-btn-1 a {
  display: block;
  margin: 0 auto;
  background-color: #6797E9;
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  padding: 10px;
  transition: 0.5s;
  width: 30%;
  display: block;
  background-color: #6797E9;
  padding: 10px;
  transition: 0.5s;
  text-align: center;
}
#link-btn-1 a:hover {
  background-color: #BACBE8;
  color: #6797E9;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  #link-btn-1 a {
    width: 100%;
    display: block;
    background-color: #6797E9;
    padding: 10px;
    transition: 0.5s;
    text-align: center;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  #link-btn-1 a {
    width: 100%;
    display: block;
    background-color: #6797E9;
    padding: 10px;
    transition: 0.5s;
    text-align: center;
  }
}

#link-btn-2 a {
  width: 100%;
  display: block;
  background-color: #6797E9;
  padding: 10px;
  transition: 0.5s;
  text-align: center;
}
#link-btn-2 a:hover {
  background-color: #BACBE8;
  color: #6797E9;
}

.section_title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 2.5rem;
  color: #333;
}
.section_title span {
  font-size: 1rem;
}

.text-red {
  font-size: 2.5rem !important;
  color: #6797E9;
}

.page-section_title {
  width: 100%;
  height: 350px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .page-section_title {
    word-break: keep-all;
    height: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .page-section_title {
    word-break: keep-all;
    height: 100%;
  }
}

.page-title_copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 200px;
  font-size: 3rem;
  padding: 40px;
  font-family: "MPLUS1p-Bold";
  color: #333;
  z-index: 2;
  background-color: #BACBE8;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .page-title_copy {
    position: relative;
    font-size: 2rem;
    width: 100%;
    height: 150px;
    padding: 10px;
    text-align: left;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .page-title_copy {
    position: relative;
    font-size: 2rem;
    width: 100%;
    height: 150px;
    padding: 20px;
    text-align: left;
  }
}

.page-title_img {
  position: absolute;
  top: 50px;
  right: 0;
  width: 70%;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .page-title_img {
    top: 80px;
    z-index: 3;
    width: 80%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .page-title_img {
    top: 80px;
    z-index: 3;
    width: 80%;
  }
}
.page-title_img img {
  height: 300px;
  object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .page-title_img img {
    height: 150px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .page-title_img img {
    height: 150px;
  }
}

html {
  scroll-behavior: smooth;
}

body header footer {
  overflow-x: hidden;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header_container {
  position: sticky;
  top: 0;
  z-index: 99999999;
}

.global_menu {
  /* メニュー全体のスタイル */
  width: 100%;
  position: relative;
  color: #333;
  /* 文字色 */
  background: #89ADE5;
  /* 背景色 */
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .global_menu {
    z-index: 99999;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .global_menu {
    z-index: 99999;
  }
}

.global_menu li {
  display: inline-block;
}

.global_menu a {
  /* 各項目のスタイル */
  display: block;
  padding: 10px 30px;
}

.menu:hover > a {
  background: #fff;
}

.header_logo_li {
  justify-content: start;
}

.header_logo {
  display: flex !important;
  align-items: center;
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .header_logo {
    justify-content: center;
    gap: 20px;
  }
}

.product-logo img {
  max-width: 80px;
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .product-logo img {
    max-width: 100px;
  }
}
.product-logo a {
  padding: 10px 10px 30px 10px;
}

.brand-logo img {
  max-width: 150px;
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .brand-logo img {
    max-width: 180px;
  }
}
.brand-logo a {
  padding: 10px 10px 30px 10px;
}

.header_logo_sp {
  display: flex !important;
  align-items: center;
  padding: 15px 10px;
  background-color: #6797E9;
  border-bottom: solid #6797E9 1px;
}
@media screen and (min-width: 1024px) {
  .header_logo_sp {
    display: none !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .header_logo_sp {
    justify-content: center;
    gap: 20px;
  }
}

.product-logo_sp img {
  max-width: 80px;
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .product-logo_sp img {
    max-width: 100px;
  }
}
.product-logo_sp a {
  padding: 10px 10px 30px 10px;
}

.brand-logo_sp img {
  max-width: 150px;
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .brand-logo_sp img {
    max-width: 180px;
  }
}
.brand-logo_sp a {
  padding: 10px 10px 30px 10px;
}

.child_menu > li > a {
  /* 子項目のスタイル */
  font-size: 0.8em;
}

.child_menu > li > a:hover {
  /* 子項目のスタイル（ホバー時） */
  background: #fff;
}

.child_menu {
  /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 30px;
  color: #333;
  /* 文字色 */
  background: #BACBE8;
  /* 背景色 */
  visibility: hidden;
  /* 下層メニューを非表示 */
  opacity: 0;
  /* 不透明度を最小に */
  transition: 0.5s opacity;
  /* アニメーション設定 */
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .child_menu {
    position: relative;
    visibility: unset;
    background: none;
    opacity: 100;
    padding: 0;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .child_menu {
    position: relative;
    visibility: unset;
    background: none;
    opacity: 100;
    padding: 0 100px 20px 100px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    gap: 10px;
  }
}

.menu:hover .child_menu {
  /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible;
  /* 下層メニューを表示 */
}

.child_menu a:hover {
  color: #fff;
}

/* スマホ閲覧時のハンバーガーメニュー */
#hanburger {
  display: none;
  /* チェックボックスを非表示 */
}

.menu_button {
  /* ボタンのスタイル */
  width: 55px;
  /* 幅 */
  height: 55px;
  /* 高さ */
  position: fixed;
  top: 10px;
  right: 10px;
  background: #6797E9;
  border-radius: 40px;
  /* 背景色 */
  z-index: 99999999;
}

.menu_button::before {
  /* アイコンのスタイル */
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  /* アイコン「３本線」 */
  font-weight: 900;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hanburger:checked + .menu_button::before {
  /* アイコンのスタイル（チェック済み） */
  content: "\f00d";
  /* アイコン「×印」 */
}

.global_menu {
  /* メニュー全体のスタイル */
  visibility: hidden;
  /* メニューを非表示 */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 30px 30px 30px;
  color: #333;
  /* 文字色 */
  background: #6797E9;
  /* 背景色 */
  overflow-y: scroll;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .global_menu li {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .global_menu li {
    display: block;
  }
}

#hanburger:checked ~ .global_menu {
  /* メニュー全体のスタイル（チェック済） */
  visibility: visible;
  /* メニューを表示 */
}

.global_menu a {
  /* 各項目のスタイル */
  display: block;
  width: 100%;
}

.global_menu a:hover {
  /* 各項目のスタイル（ホバー時） */
  background: #fff;
}

.menu:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .menu .menu_sp_border {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .menu .menu_sp_border {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .menu .sp_menu_li {
    border-top: solid #fff 2px !important;
    padding: 30px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .menu .sp_menu_li {
    border-top: solid #fff 2px !important;
    padding: 30px 0;
  }
}

.menu > a {
  /* 親項目のスタイル */
  font-weight: bold;
  padding: 10px 20px;
  color: #333;
  font-family: "MPLUS1p-Bold";
  font-size: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .menu > a {
    color: #fff;
    padding: 10px 0 30px 0;
    border-bottom: solid #fff 2px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .menu > a {
    color: #fff;
    padding: 10px 0 30px 0;
    border-bottom: solid #fff 2px;
  }
}

.child_menu > li > a {
  background-color: #fff;
  color: #333;
  font-family: "MPLUS1p-Bold";
  padding: 20px;
  border-radius: 20px;
  font-size: 0.8em;
}

.sp_menu_product a {
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sp_menu_product li a {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: center;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sp_menu_product li a {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  .header_logo_li {
    justify-content: start;
  }
  .header_logo {
    display: flex !important;
    align-items: end;
  }
  .product-logo img {
    max-width: 120px;
  }
  .product-logo a {
    padding: 20px;
  }
  .brand-logo img {
    max-width: 200px;
  }
  .brand-logo a {
    padding: 20px;
  }
  /* PC閲覧時のメガメニュー */
  .menu_button {
    display: none;
    /* ハンバーガーメニューのボタンを非表示 */
  }
  .global_menu {
    font-family: "MPLUS1p-Bold";
    position: relative;
    padding: 0 !important;
    color: #333;
    background: #fff;
    visibility: visible;
    overflow-y: visible;
    z-index: 999999;
    display: flex;
    gap: 100px;
    justify-content: space-between;
    border-bottom: solid #6797E9 2px;
  }
  .global_menu ul {
    display: inherit;
    align-items: center;
  }
  .menu,
  .child_menu > li {
    display: inline-block;
  }
  .menu:not(:last-child) {
    margin-bottom: 0;
  }
  .menu > a {
    /* 親項目のスタイル */
    font-size: 1rem;
    font-weight: normal;
    padding: 20px;
  }
  .menu:hover > a {
    opacity: 0.5;
  }
  .child_menu {
    /* 下層メニューのスタイル */
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px 300px;
    color: #333;
    /* 文字色 */
    background: #89ADE5;
    /* 背景色 */
    visibility: hidden;
    /* 下層メニューを非表示 */
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    gap: 10px;
  }
  .child_menu li {
    width: 100%;
  }
  .menu:hover .child_menu {
    /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible;
    /* 下層メニューを表示 */
  }
  .child_menu > li > a {
    font-size: 1rem;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    transition: 0.5s;
  }
  .child_menu > li > a:hover {
    background-color: #6797E9;
    color: #fff;
  }
}
.menu:hover .child_menu {
  /* 下層メニューのスタイル（親項目ホバー時） */
  opacity: 1;
  /* 不透明度を最大に */
  visibility: visible;
  /* 下層メニューを表示 */
}

.menu_contact {
  background-color: #6797E9;
  margin-right: 20px;
  border-radius: 50px;
}
.menu_contact a {
  color: #fff !important;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .menu_contact a {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .menu_contact a {
    display: block;
  }
}
.menu_contact a img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}
.menu_contact a:hover {
  background-color: #89ADE5;
  border-radius: 50px;
}

.menu_bk-01 {
  height: 100%;
  background-color: #89ADE5;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .menu_bk-01 {
    background-color: transparent;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .menu_bk-01 {
    background-color: transparent;
  }
}
.menu_bk-01 a {
  color: #fff !important;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .menu_bk-01 a {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .menu_bk-01 a {
    display: block;
  }
}
.menu_bk-01 a img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}
.menu_bk-01 a:hover {
  background-color: #6797E9;
}

.menu_bk-02 {
  height: 100%;
  background-color: #6797E9;
}
.menu_bk-02 a {
  color: #fff !important;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .menu_bk-02 a {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .menu_bk-02 a {
    display: block;
  }
}
.menu_bk-02 a img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}
.menu_bk-02 a:hover {
  background-color: #6797E9;
}

.top_container {
  position: relative;
}

.slider img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .slider img {
    width: 100vw;
    height: 80vh;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .slider img {
    width: 100vw;
    height: 80vh;
  }
}

.slick-slide {
  height: 80vh !important;
}

.top_copy {
  position: absolute;
  bottom: 2rem;
  left: 3rem;
  z-index: 998;
  font-size: 4vw;
  line-height: 8rem;
  letter-spacing: 0.5rem;
  font-family: "MPLUS1p-Black";
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top_copy {
    left: 1rem;
    font-size: 11vw;
    line-height: 5rem;
    -webkit-text-fill-color: white;
    /* （順序に関係なく）色を上書きする */
    -webkit-text-stroke: 2px #333;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top_copy {
    left: 1rem;
    font-size: 11vw;
    line-height: 7rem;
    -webkit-text-fill-color: white;
    /* （順序に関係なく）色を上書きする */
    -webkit-text-stroke: 2px #333;
  }
}

.top_copy_overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  width: 36%;
  opacity: 0.7;
  background-color: #6797E9;
  z-index: 998;
}

.top_copy_overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  width: 39%;
  opacity: 0.6;
  background-color: #BACBE8;
  z-index: 997;
}

.top_copy-small {
  font-size: 2.5rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top_copy-small {
    font-size: 2rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top_copy-small {
    font-size: 2rem;
  }
}

#top-service {
  color: #6797E9;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  position: relative;
}

.top-service_container {
  width: 1200px;
  gap: 50px;
  margin: 0 auto;
  padding: 100px 0;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-service_container {
    width: 100%;
    padding: 50px 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-service_container {
    width: 100%;
    padding: 50px 0;
    flex-direction: column;
  }
}

.top-service_title {
  font-size: 3rem;
  font-family: "MPLUS1p-Black";
  padding: 0 0 30px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-service_title {
    padding: 0 4%;
    font-size: 2rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-service_title {
    padding: 0 4%;
    font-size: 2rem;
  }
}

.top-service_content {
  background-color: #BACBE8;
  line-height: 2rem;
  position: relative;
  inset-inline: 50%;
  width: 80vw;
  margin-inline: -50vw;
  padding: 30px 0;
  padding-inline: calc((100vw - 100%) / 2);
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-service_content {
    inset-inline: 0;
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    padding: 20px 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-service_content {
    inset-inline: 0;
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    padding: 20px 4%;
  }
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-service_content_flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-service_content_flex {
    display: flex;
    flex-direction: column-reverse;
  }
}

.service-top_img {
  position: absolute;
  top: 15%;
  right: 15%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .service-top_img {
    margin: 30px 0 0 0;
    text-align: center;
    position: relative;
    bottom: 10px;
    right: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .service-top_img {
    margin: 30px 0 0 0;
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
  }
}
.service-top_img img {
  max-width: 500px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .service-top_img img {
    max-width: 300px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .service-top_img img {
    max-width: 300px;
  }
}

.top-service_btn {
  margin: 20px 0 0 0;
}
.top-service_btn a {
  background-color: #6797E9;
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  text-align: left;
  padding: 20px;
  border-radius: 30px;
  margin: 10px 0 0 0;
}

#top-product {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  scroll-margin-top: 120px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  #top-product {
    width: 100%;
    padding: 0 4% 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  #top-product {
    padding: 50px 4%;
  }
}

.search-box {
  margin: 10px 0;
}
.search-box form {
  display: flex;
  gap: 10px;
}
.search-box form input {
  border: solid #333 2px;
  border-radius: 10px;
}
.search-box form button {
  width: 100px;
  padding: 0 10px;
  border: solid #333 2px;
  border-radius: 10px;
  text-align: center;
}

.top-product_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 30px 0 100px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-product_container {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-product_container {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 50px 0;
  }
}

.top-product_grid_box {
  height: 250px;
  align-items: center;
  position: relative;
}

.top-puroduct_grid_img {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.top-puroduct_grid_img img {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
}

.top-product_grid_title {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.top-product_grid_title h3 {
  display: inline-block;
  line-height: 2rem;
  border-bottom: solid #6797E9 2px;
}

.top-product_btn {
  margin: 50px auto 100px auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-product_btn {
    margin: 50px auto 30px auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-product_btn {
    margin: 50px auto 30px auto;
  }
}
.top-product_btn a {
  margin: 0 auto;
  background-color: #6797E9;
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
}

#top-info {
  color: #6797E9;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  #top-info {
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  #top-info {
    padding: 0 4%;
  }
}

.top-info_container {
  gap: 100px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-info_container {
    flex-direction: column;
    max-width: 100%;
    padding: 0 0 50px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-info_container {
    max-width: 100%;
    padding: 50px 0;
    gap: 50px;
  }
}

.top-info_content {
  margin: 20px 0;
}

.info-content_box {
  color: #333;
  padding: 30px 10px;
  border-bottom: solid #333 1px;
  transition: 0.3s;
}
.info-content_box a {
  display: flex;
  gap: 40px;
}
.info-content_box:hover {
  color: #6797E9;
}

.top-info_title {
  padding: 0 0 30px 0;
}

.top-info_btn {
  margin: 50px auto 100px auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-info_btn {
    margin: 50px auto 50px auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-info_btn {
    margin: 50px auto 50px auto;
  }
}
.top-info_btn a {
  margin: 0 auto;
  background-color: #6797E9;
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
}

.top-banner_container {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-banner_container {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-banner_container {
    flex-direction: column;
    gap: 50px;
  }
}

.top-banner_content {
  position: relative;
  width: 50%;
  background: #BACBE8;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-banner_content {
    width: 100%;
    height: 300px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-banner_content {
    width: 100%;
    height: 300px;
  }
}
.top-banner_content img {
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-banner_content img {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-banner_content img {
    display: none;
  }
}
.top-banner_content a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #EFF5FF;
  opacity: 0;
  transition: 0.3s;
}
.top-banner_content a::after {
  content: "詳細を見る";
  display: block;
  color: #333;
  line-height: 48px;
  width: 180px;
  border: solid 2px #333;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-banner_content a::after {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-banner_content a::after {
    display: none;
  }
}
.top-banner_content a:hover:before {
  opacity: 0.5;
}
.top-banner_content a:hover::after {
  opacity: 1;
  margin-top: -0.5em;
}

.top-banner_article {
  position: absolute;
  top: 20px;
  left: 20px;
}

.top-banner_title {
  font-size: 2rem;
  font-family: "MPLUS1p-Bold";
  color: #fff;
  padding: 0 0 20px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .top-banner_title {
    color: #333;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .top-banner_title {
    color: #333;
  }
}

.top-banner_text {
  line-height: 2.5rem;
  font-size: 1.2rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
}

.sp_btn {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sp_btn {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 15px 50px;
    color: #333;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sp_btn {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 15px 50px;
    color: #333;
  }
}

#breadcrumbs {
  padding: 0 3%;
  margin: 0 0 30px 0;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  #breadcrumbs {
    margin: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  #breadcrumbs {
    margin: 0;
  }
}
#breadcrumbs ul {
  display: flex;
  padding: 10px;
  color: #333;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 0.8rem;
}

.archive-loop_container {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .archive-loop_container {
    margin: 150px 0 0 0;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .archive-loop_container {
    margin: 150px 0 0 0;
    padding: 0 4%;
  }
}

.nav-links {
  text-align: center;
}

.sr-only {
  display: flex;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#pagination {
  padding-top: 100px;
  padding-left: 0px;
  text-align: center;
}
#pagination li {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 21px;
  color: #7d7d7d;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  height: 42px;
  margin-left: 10px;
  text-align: center;
  width: 42px;
}

.pagination {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  border-radius: 0.2em;
  background-color: #f7f6f5;
  font-size: 0.875rem;
}
.pagination .page-numbers:hover {
  border-color: #6797E9;
}
.pagination .page-numbers.current {
  border-color: #6797E9;
  background-color: #6797E9;
  color: #fff;
}
.pagination .page-numbers.dots {
  padding: 0 0.5em;
  border: none;
  background-color: transparent;
}

.archive-loop_container_title {
  color: #333;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.archive-loop_container_title h3 {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}
.archive-loop_container_title p {
  font-size: 1rem;
}

.product_grid_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px 30px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .product_grid_container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .product_grid_container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}

.archive_sub_title {
  font-size: 1.5rem;
}

.product_grid_wrapper {
  margin: 50px 0 0 0;
}

.archive-item_loop_article {
  scroll-margin-top: 120px;
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .product_grid_article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .product_grid_article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .product_grid_box {
    height: 100%;
  }
  .product_grid_box a {
    height: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .product_grid_box {
    height: 100%;
  }
  .product_grid_box a {
    height: 100%;
  }
}

.product_grid_img {
  text-align: center;
  padding: 0 0 15px 0;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.product_grid_img img {
  width: 100%;
  height: 100%;
  max-width: 110px;
  object-fit: contain;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .product_grid_img img {
    max-width: 80px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .product_grid_img img {
    max-width: 80px;
  }
}

.product_grid_info {
  text-align: center;
}
.product_grid_info h3 {
  padding: 10px 0 0 0;
  font-size: 1rem;
  display: inline-block;
  border-bottom: solid #6797E9 2px;
  line-height: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .product_grid_info h3 {
    text-align: left;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .product_grid_info h3 {
    text-align: left;
  }
}

.meta_container {
  padding: 10px 0;
}
.meta_container a {
  border-radius: 35px;
  padding: 9px 16px;
  background-color: #fff;
  border: solid #333 1px;
  font-size: 0.8rem !important;
  color: #333;
  display: inline-block;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .meta_container a {
    margin: 0 0 0 5px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .meta_container a {
    margin: 0 0 0 5px;
  }
}

.tag-list {
  display: flex;
  /* フレックスボックスを使用 */
  flex-wrap: wrap;
  /* 折り返しを許可 */
  gap: 10px;
  /* 各タグ間のスペース */
  list-style: none;
  /* リストのデフォルトスタイルを削除 */
  padding: 0;
  /* パディングを削除 */
  margin: 0;
  /* マージンを削除 */
}

.tag-list li {
  margin: 0;
  /* li間の余白をリセット */
}

.tag-list a {
  border-radius: 35px;
  padding: 9px 16px;
  background-color: #fff;
  border: solid #333 1px;
  font-size: 0.8rem !important;
  color: #333;
  display: inline-block;
}

.tag-list a:hover {
  background-color: #ddd;
  /* ホバー時の背景色 */
  border-color: #999;
  /* ホバー時の枠線色 */
}

.archive-item_loop {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

.archive-item_loop_article {
  margin: 100px 0;
}

.archive-item_loop_title h3 {
  font-size: 1.5rem;
  border-bottom: solid #6797E9 3px;
  line-height: 2rem;
}

.archive-item_loop_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 60px;
  margin: 50px 0 0 0;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .archive-item_loop_img {
    display: flex;
    flex-direction: column;
    margin: 30px 0 50px 0;
    gap: 100px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .archive-item_loop_img {
    display: flex;
    flex-direction: column;
    margin: 30px 0 50px 0;
    gap: 100px;
  }
}
.archive-item_loop_img img {
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}
.archive-item_loop_img .img-wrap {
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .sizechart-table-wrap {
    position: relative;
    margin-bottom: 1em;
    margin: 30px 0;
  }
  .sizechart-table-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9), transparent);
    pointer-events: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sizechart-table-wrap {
    position: relative;
    margin-bottom: 1em;
    margin: 30px 0;
  }
  .sizechart-table-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9), transparent);
    pointer-events: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .sizechart-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 10px;
    /* iOS対策で少し余白 */
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sizechart-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 10px;
    /* iOS対策で少し余白 */
  }
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .scroll-hint {
    font-size: 1rem;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    margin: 0 30px 0 0;
    display: block;
    text-align: right;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .scroll-hint {
    font-size: 1rem;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    margin: 0 30px 0 0;
    display: block;
    text-align: right;
  }
}

.sizechart-table_01 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin: 50px auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sizechart-table_01 {
    border-collapse: collapse;
    margin: 0 auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sizechart-table_01 {
    border-collapse: collapse;
    margin: 0 auto;
  }
}
.sizechart-table_01 thead tr {
  background-color: #fff;
  font-size: 1rem;
  line-height: 2em;
  color: #333;
  white-space: nowrap;
}
.sizechart-table_01 thead tr th {
  background-color: #fff;
  color: #333;
  white-space: nowrap;
  border-top: solid #333 1px;
  border-bottom: solid #333 1px;
  font-size: 1rem;
  line-height: 1.8em;
  text-align: left;
  padding: 10px 10px 10px 20px;
  vertical-align: middle;
  text-align: center;
}
.sizechart-table_01 tbody {
  padding: 10px 0 0 0;
}
.sizechart-table_01 tbody tr td {
  background-color: #E3F3FF;
  border-bottom: solid #FFFFFF 5px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  width: 90px;
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
  text-align: right;
}
.sizechart-table_01 tbody tr td:first-child {
  text-align: left;
}
.sizechart-table_01 tbody tr td:last-child {
  text-align: right;
}
.sizechart-table_01 tbody tr td:last-child.long-text {
  text-align: left;
}

.archive-item_loop_header {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .archive-item_loop_header {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .archive-item_loop_header {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.product_text-01 p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
}

.product_text-01_red {
  margin: 10px 0 0 0;
}
.product_text-01_red p {
  font-size: 1rem;
  color: red;
  line-height: 1.5rem;
}

.archive-item_loop_label_01 {
  width: 100%;
}
.archive-item_loop_label_01 p {
  background-color: #6797E9;
  color: #fff;
  border: solid #333 3px;
  display: inline-block;
  border: solid #333 3px;
  padding: 10px;
}

.archive-item_loop_label_02 {
  width: 100%;
}
.archive-item_loop_label_02 p {
  background-color: #fff;
  display: inline-block;
  border: solid #333 3px;
  padding: 10px;
}

.product_text-02 p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
}

.product_text-02_red p {
  font-size: 1rem;
  color: red;
  line-height: 1.5rem;
}

#post-205 .img-wrap img {
  max-height: 100%;
}

.features_wrapper {
  margin: 30px 0;
}
.features_wrapper h3 {
  font-size: 1.2rem;
  border-bottom: dashed #333 1px;
}
.features_wrapper p {
  margin: 10px 0 0 0;
  line-height: 2rem;
  font-size: 1rem;
  color: #333;
}

.precautions_wrapper {
  background-color: #E8F8FF;
}
.precautions_wrapper h3 {
  font-size: 1.2rem;
  border-bottom: solid #003399 1px;
  color: #003399;
}
.precautions_wrapper p {
  margin: 10px 0 0 0;
  line-height: 2rem;
  font-size: 1rem;
  color: #333;
}

.precautions_container {
  padding: 20px;
}

.thumbnail-group_wrapper {
  margin: 50px 0;
}
.thumbnail-group_wrapper h3 {
  font-size: 1.2rem;
  border-bottom: solid #003399 1px;
  color: #003399;
}
.thumbnail-group_wrapper p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
}

.thumbnail-group_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 60px;
  margin: 50px 0 30px 0;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .thumbnail-group_inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .thumbnail-group_inner {
    display: flex;
    flex-direction: column;
  }
}
.thumbnail-group_inner img {
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}

.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.img-modal.show {
  display: flex;
}

.img-modal-content {
  width: 700px;
  height: 500px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .img-modal-content {
    width: 75vw;
    height: 50vh;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .img-modal-content {
    width: 75vw;
    height: 50vh;
  }
}

.img-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.img-modal-prev,
.img-modal-next {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
  transform: translateY(-50%);
}

.img-modal-prev {
  left: 20px;
}

.img-modal-next {
  right: 20px;
}

.tax-product_category-disposer-joint .only-disposer-joint {
  display: block;
}

.only-disposer-joint {
  display: none;
}

.sg-joint_tax_container {
  max-width: 1200px;
  margin: 50px auto 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_tax_container {
    margin: 150px auto 0 auto;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_tax_container {
    margin: 150px auto 0 auto;
    padding: 0 4%;
  }
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .archive-item_loop_container {
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .archive-item_loop_container {
    padding: 0 4%;
  }
}

.ds_flex-01 {
  display: flex;
  gap: 20px;
  margin: 20px 0 50px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_flex-01 {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_flex-01 {
    flex-direction: column;
  }
}

.ds_flex-01_left {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_flex-01_left {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_flex-01_left {
    width: 100%;
  }
}
.ds_flex-01_left h3 {
  font-size: 1.4rem;
  background-color: #6797E9;
  color: #fff;
  padding: 10px;
  font-family: "MPLUS1p-Bold";
}
.ds_flex-01_left ul {
  background-color: rgba(33, 33, 33, 0.12);
  padding: 10px;
  color: #333;
}
.ds_flex-01_left ul li {
  padding: 10px 0;
}

.ds_flex-01_right {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_flex-01_right {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_flex-01_right {
    width: 100%;
  }
}
.ds_flex-01_right img {
  width: 100%;
}

.ds_list {
  margin: 0 0 50px 0;
}
.ds_list h3 {
  background-color: rgba(33, 33, 33, 0.12);
  padding: 10px;
  color: #333;
  font-family: "MPLUS1p-Bold";
  font-size: 1.4rem;
}
.ds_list ul li {
  padding: 20px 10px 2px 10px;
  border-bottom: dashed #333 2px;
  color: #333;
}
.ds_list .ds_strong {
  font-family: "MPLUS1p-Black";
  font-size: 1.2rem;
}

.ds_flex-02 {
  display: flex;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_flex-02 {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_flex-02 {
    flex-direction: column;
  }
}

.ds_flex-02_left {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_flex-02_left {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_flex-02_left {
    width: 100%;
  }
}
.ds_flex-02_left img {
  width: 100%;
}

.ds_flex-02_right {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_flex-02_right {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_flex-02_right {
    width: 100%;
  }
}
.ds_flex-02_right img {
  width: 100%;
}

.ds_sizechart-table {
  margin: 0 0 50px 0;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_sizechart-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* スマホでスムーズにスクロール */
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_sizechart-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* スマホでスムーズにスクロール */
  }
}
.ds_sizechart-table p {
  margin: -30px 0 0 0;
}

.ds_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0 0 100px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_grid {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_grid {
    display: flex;
    flex-direction: column;
  }
}

.ds_article_content {
  width: 100%;
}

.ds_thumbnail {
  margin: 30px 0 0 0;
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .ds_thumbnail {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .ds_thumbnail {
    flex-direction: column;
  }
}
.ds_thumbnail img {
  padding: 10px;
  width: 100%;
  max-width: 200px;
}

.ds_img-wrap {
  width: 50%;
}

.ds_table_last {
  text-align: right !important;
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

.sp_on {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sp_on {
    display: block;
    margin: -30px 0 40px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sp_on {
    display: block;
    margin: -30px 0 40px 0;
  }
}

.archive_product_search {
  margin: 50px 0;
}

.tag-list {
  display: flex;
  gap: 10px;
  margin: 10px 0 0 0;
}
.tag-list a {
  border-radius: 35px;
  padding: 9px 16px;
  background-color: #fff;
  border: solid #333 1px;
  font-size: 0.8rem !important;
  color: #333;
  display: inline-block;
  margin: 0 0 10px 0;
}

.info_container {
  max-width: 1200px;
  margin: 100px auto 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .info_container {
    max-width: 100%;
    padding: 0 4%;
    margin: 130px auto 0 auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .info_container {
    max-width: 100%;
    padding: 0 4%;
    margin: 130px auto 0 auto;
  }
}

.info_loop_content {
  border-bottom: solid #333 1px;
  margin-bottom: 10px;
}
.info_loop_content a {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  transition: 0.3s;
}
.info_loop_content a:hover {
  color: #6797E9;
}

.info_loop_content:first-child {
  border-top: solid #333 1px;
}

.page_content {
  padding: 0 0 100px 0;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .page_content {
    padding: 0 0 50px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .page_content {
    padding: 0 0 50px 0;
  }
}

.company_section_copy {
  font-size: 2rem;
  color: #fff;
  font-family: "MPLUS1p-Bold";
  background-color: #6797E9;
  line-height: 2rem;
  position: relative;
  inset-inline: 50%;
  width: 35vw;
  margin-inline: -50vw;
  margin-top: 100px;
  padding: 30px 30px 30px 30px;
  text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .company_section_copy {
    width: 60vw;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .company_section_copy {
    width: 60vw;
  }
}

.company_section-01_copy {
  margin: 50px 0 50px 0;
  font-size: 2rem;
  font-family: "MPLUS1p-Bold";
  color: #333;
  text-align: center;
  line-height: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .company_section-01_copy {
    font-size: 1.3rem;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .company_section-01_copy {
    font-size: 1.3rem;
    padding: 0 4%;
  }
}
.company_section-01_copy span {
  color: #6797E9;
}
.company_section-01_copy span br {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .company_section-01_copy span br {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .company_section-01_copy span br {
    display: block;
  }
}

.company_section-01_article {
  max-width: 1200px;
  margin: 50px auto 0 auto;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .company_section-01_article {
    padding: 0 4%;
    max-width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .company_section-01_article {
    max-width: 100%;
    padding: 0 4%;
  }
}

.company_section-01_article_copy {
  font-size: 1.5rem;
  border-bottom: solid #333 1px;
}

.company_section-01_article_text {
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.5rem;
}

.company_section-01_article_list {
  margin: 10px 0 0 0;
  line-height: 2rem;
}
.company_section-01_article_list ul {
  list-style: disc;
  margin-left: 20px;
}
.company_section-01_article_list ul li {
  margin: 0 0 20px 0;
}

.company_section-02_article {
  max-width: 1200px;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .company_section-02_article {
    max-width: 100%;
    padding: 0 4%;
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .company_section-02_article {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .company_section-02_article .wp-block-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: solid #333 1px;
    border-top: solid #333 1px;
  }
  .company_section-02_article .wp-block-table tr:first-child {
    border-top: solid #333 3px;
  }
  .company_section-02_article .wp-block-table tr:last-child {
    border-bottom: solid #333 3px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .company_section-02_article .wp-block-table tr {
    display: flex;
    flex-direction: column;
  }
}
.company_section-02_article .wp-block-table td {
  border: none;
  border-bottom: solid #333 1px;
  padding: 20px 0 20px 10px;
  line-height: 1.5rem;
}
.company_section-02_article .wp-block-table th {
  border: none;
}
.company_section-02_article iframe {
  width: 100%;
  height: 300px;
}

.wp-block-table td:first-child {
  width: 300px;
  /* 幅を狭く設定 */
  white-space: nowrap;
  /* テキスト折り返し防止 */
  font-weight: bold;
  /* 太字で強調（任意） */
  text-align: left;
  border-bottom: solid #333 2px;
  /* 左寄せ（念のため明示） */
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wp-block-table td:first-child {
    width: 100%;
    border-bottom: solid #333 1px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wp-block-table td:first-child {
    width: 100%;
  }
}

.company_section-02_article_table {
  width: 100%;
  overflow-x: auto;
  /* 横スクロールを有効にする */
}

.wp-block-table table {
  width: 100%;
  table-layout: fixed;
  /* 固定幅レイアウト */
}

.wp-block-table td {
  word-wrap: break-word;
  /* テキストを折り返す */
  word-break: break-word;
  /* 長い単語を折り返す */
  white-space: normal;
  /* 必要に応じて複数行に折り返し */
  padding: 8px;
  /* セル内の余白 */
}
.wp-block-table td img {
  width: 100%;
}

.wp-block-table iframe {
  width: 100%;
  /* 地図のサイズを調整して収める */
  max-width: 100%;
  /* 画面幅に合わせて最大幅を制限 */
}

table td,
table th {
  word-wrap: break-word;
  /* セル内での折り返し */
  word-break: break-all;
  /* 長い単語も折り返し */
}

.policy_container {
  max-width: 1200px;
  margin: 100px auto 0 auto;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .policy_container {
    max-width: 100%;
    padding: 0 4%;
    margin: 120px auto 0 auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .policy_container {
    max-width: 100%;
    padding: 0 4%;
    margin: 120px auto 0 auto;
  }
}

.policy_article {
  line-height: 1.5rem;
  margin: 20px 0;
}

.policy_article_title {
  font-size: 1.5rem;
  border-bottom: solid #333 1px;
  margin: 50px 0 0 0;
}

.contact_container {
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.wp-block-contact-form-7-contact-form-selector {
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
    padding: 0 4% 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
    padding: 0 4% 0 4%;
  }
}

.wpcf7-form {
  background-color: #BACBE8;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wpcf7-form {
    background-color: #fff;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wpcf7-form {
    background-color: #fff;
  }
}
.wpcf7-form p {
  background-color: #EFF5FF;
}
.wpcf7-form p:nth-child(2) {
  border-top: solid #333 1px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wpcf7-form p:nth-child(2) {
    padding: 10px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wpcf7-form p:nth-child(2) {
    padding: 10px 0;
  }
}
.wpcf7-form p:nth-child(13) {
  text-align: center;
  background-color: #fff !important;
}
.wpcf7-form label {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 10px;
  border-bottom: solid #333 1px;
  background-color: #BACBE8;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wpcf7-form label {
    flex-direction: column;
    text-align: center;
    align-items: baseline;
    padding: 10px 0 0 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wpcf7-form label {
    flex-direction: column;
    text-align: center;
    align-items: baseline;
    padding: 10px 0 0 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wpcf7-form label br {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wpcf7-form label br {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wpcf7-form label span {
    text-align: left;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wpcf7-form label span {
    text-align: left;
  }
}
.wpcf7-form input {
  border-radius: 30px;
  background-color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 900px;
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wpcf7-form .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  border: solid 2px #6797E9;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  width: 100%;
}

textarea {
  background-color: #fff;
  border: solid 2px #6797E9;
  border-radius: 5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
  width: 100%;
}

.wpcf7-select {
  border: solid 2px #333;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  width: 100%;
}

.submit {
  text-align: center;
}

.wpcf7-submit {
  background-color: #6797E9 !important;
  border: none;
  color: #BACBE8;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 100px;
  transition-duration: 0.4s;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wpcf7-submit {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7-submit:hover {
  background-color: #6797E9 !important;
}

.submit-btn {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .submit-btn p {
    padding: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .submit-btn p {
    padding: 0;
  }
}

.wpcf7-spinner {
  display: none;
}

.check-box-label {
  text-align: center;
  border-bottom: none !important;
  background-color: #fff !important;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .check-box-label {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .check-box-label {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .check-box-label span {
    text-align: center !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .check-box-label span {
    text-align: center !important;
  }
}
.check-box-label span span span {
  margin: 0;
  width: auto;
}
.check-box-label span span span label {
  display: flex;
  gap: 10px;
  border-bottom: none;
  background-color: #fff !important;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .check-box-label span span span label {
    display: block;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .check-box-label span span span label {
    display: block;
  }
}
.check-box-label span span span label a {
  color: red;
  border-bottom: solid red 1px;
  transition: 0.2s;
}
.check-box-label span span span label a:hover {
  color: #6797E9;
}

.wpcf7-radio {
  line-height: 1.5rem;
}

.wpcf7-form-control-wrap {
  padding: 20px;
  background-color: #fff !important;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .wpcf7-form-control-wrap {
    padding: 10px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .wpcf7-form-control-wrap {
    padding: 10px 0;
  }
}

.wpcf7-form-control-wrap input {
  border-radius: 5px;
}

.bottom-label {
  border-bottom: none !important;
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .required {
    padding: 3px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .required {
    padding: 3px 0;
  }
}

.required::after {
  content: "必須";
  color: #ffffff;
  background: #cc0000;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.3em;
  width: 100%;
  max-width: 100% !important;
}

.contact_container_text_wrapper {
  padding: 50px 0 0 0;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .contact_container_text_wrapper {
    padding: 0;
    margin: 120px 0 0 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .contact_container_text_wrapper {
    padding: 0;
    margin: 120px 0 0 0;
  }
}

.contact_container_text {
  max-width: 1200px;
  margin: 0 auto 30px auto;
  line-height: 1.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .contact_container_text {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .contact_container_text {
    max-width: 100%;
    padding: 0 4%;
  }
}

.contact_container_title {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  border-bottom: solid #6797E9 2px;
}

.contact_text_red {
  color: red;
  border-bottom: solid red 1px;
}

.contact_meta {
  text-align: center;
  margin: 0 0 20px 0;
}

.contact_tel {
  display: flex;
  gap: 30px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 900;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .contact_tel {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .contact_tel {
    flex-direction: column;
    text-align: center;
  }
}

.contact_tel-number {
  font-size: 2rem;
}

.contact_fax-number {
  font-size: 2rem;
}

.catalog-sedction {
  max-width: 1200px;
  margin: 50px auto 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .catalog-sedction {
    margin: 150px auto 0 auto;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .catalog-sedction {
    margin: 150px auto 0 auto;
    padding: 0 4%;
  }
}

.catalog-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .catalog-container {
    grid-template-columns: 1fr 1fr;
  }
}

.catalog-content {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.catalog-content::after {
  cursor: pointer;
  content: "";
  position: absolute;
  right: 8px;
  bottom: 50px;
  width: 32px;
  height: 32px;
  background: url("/wp/wp-content/uploads/2026/01/pdf-square.png") no-repeat center/contain;
  pointer-events: none;
  /* クリックを邪魔しない */
}
.catalog-content img {
  cursor: pointer;
  border: solid #333 0.5px;
  max-width: 150px;
  padding: 20px;
}
.catalog-content p {
  cursor: pointer;
  margin: 5px 0 0 0;
  text-align: center;
}

.thanks_section-01 {
  max-width: 1200px;
  margin: 50px auto 0 auto;
  text-align: center;
  line-height: 1.5rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .thanks_section-01 {
    max-width: 100%;
    padding: 0 4%;
    margin: 120px auto 0 auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .thanks_section-01 {
    max-width: 100%;
    padding: 0 4%;
    margin: 120px auto 0 auto;
  }
}

.thanks_contact_section {
  margin: 30px 0 0 0;
}

.thanks_contact_title {
  font-size: 1.5rem;
}

.thanks_contact_number {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 20px 0 30px 0;
  font-size: 1.5rem;
  font-family: "MPLUS1p-Bold";
  color: #6797E9;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .thanks_contact_number {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .thanks_contact_number {
    flex-direction: column;
  }
}

.nf_text {
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1.5rem;
  color: #6797E9;
  padding: 30px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .nf_text {
    font-size: 1rem;
    word-break: keep-all;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .nf_text {
    font-size: 1rem;
    word-break: keep-all;
  }
}

.sg-joint_section-01 {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 100px 0 0 0;
  gap: 80px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-01 {
    flex-direction: column;
    height: 100%;
    margin: 150px 0 0 0;
    gap: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-01 {
    flex-direction: column;
    height: 100%;
    margin: 150px 0 0 0;
    gap: 0;
  }
}

.sg-copy_article {
  width: 50%;
  text-align: right;
  margin: 0 20px 0 0;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-copy_article {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-copy_article {
    width: 100%;
    padding: 0 4%;
  }
}

.sg-main_copy {
  font-size: 2.5rem;
  font-family: "MPLUS1p-Bold";
}
.sg-main_copy span {
  font-size: 4rem;
  font-family: "MPLUS1p-Black";
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-main_copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-main_copy {
    font-size: 2rem;
  }
}

.sg-sub_copy {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1rem;
  padding: 20px 0 0 0;
  line-height: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-sub_copy br {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-sub_copy br {
    display: none;
  }
}

.sg-joint_img {
  position: relative;
  background-color: #6797E9;
  width: 70%;
  height: 200px;
  z-index: 1;
  position: relative;
  inset-inline: 50%;
  width: 100%;
  margin-inline: -50vw;
  margin-top: 100px;
  padding: 50px 30px 30px 30px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img {
    margin-inline: -35vw;
    padding: 0;
    height: 150px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img {
    margin-inline: -35vw;
    padding: 0;
    height: 150px;
  }
}
.sg-joint_img img {
  position: absolute;
  top: -110px;
  max-width: 500px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img img {
    top: -50px;
    max-width: 300px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img img {
    top: -50px;
    max-width: 300px;
  }
}

.sg-joint_img_bk {
  display: block;
  background-color: #BACBE8;
  height: 200px;
  width: 105%;
  z-index: -1;
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img_bk {
    height: 150px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img_bk {
    height: 150px;
  }
}

.sg-joint_section-02 {
  display: flex;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-02 {
    height: 100%;
    flex-direction: column;
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-02 {
    height: 100%;
    flex-direction: column;
    margin: 100px 0 0 0;
  }
}

.sg-joint_list_img {
  background-color: #BACBE8;
  padding: 50px 200px 50px 100px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list_img {
    padding: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list_img {
    padding: 10px;
    text-align: center;
  }
}
.sg-joint_list_img img {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list_img img {
    max-width: 100px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list_img img {
    max-width: 100px;
  }
}

.sg-joint_list_img_copy {
  font-family: "MPLUS1p-Bold";
  color: #333;
  font-size: 2rem;
  text-align: center;
}
.sg-joint_list_img_copy span {
  font-family: "MPLUS1p-Black";
  font-size: 4rem;
}

.sg-joint_list {
  position: absolute;
  right: 0;
  top: 100px;
  width: 80%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list {
    position: relative;
    width: 100%;
    top: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.sg-joint_list ul {
  margin: 0 0 0 100px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list ul {
    margin: 0;
  }
}
.sg-joint_list ul li {
  font-size: 1.2rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  background-color: #6797E9;
  color: #fff;
  padding: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.sg-joint_section-03 {
  margin: 100px 0 0 0;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-03 {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-03 {
    width: 100%;
  }
}

.sg-joint_section_copy {
  font-size: 2rem;
  color: #fff;
  font-family: "MPLUS1p-Bold";
  background-color: #6797E9;
  line-height: 2rem;
  position: relative;
  inset-inline: 50%;
  width: 35vw;
  margin-inline: -50vw;
  margin-top: 100px;
  padding: 50px 30px 30px 30px;
  text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section_copy {
    inset-inline: 0;
    width: 100%;
    margin-inline: 0;
    margin-top: 100px;
    text-align: left;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section_copy {
    inset-inline: 0;
    width: 100%;
    margin-inline: 0;
    margin-top: 100px;
    text-align: left;
  }
}
.sg-joint_section_copy rt {
  padding: 0 0 0.2rem 0;
}

.sg-joint-point {
  margin: 100px 0 0 0;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point {
    margin: 50px 0 0 0;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point {
    margin: 50px 0 0 0;
    padding: 0 4%;
  }
}

.sg-joint-point_title {
  border-bottom: solid 2px #6797E9;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin-bottom: 30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_title {
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_title {
    line-height: 1.5rem;
  }
}

.sg-joint-point_article_img {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_article_img {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_article_img {
    flex-direction: column;
  }
}
.sg-joint-point_article_img img {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_article_img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_article_img img {
    max-width: 100%;
  }
}

.sg-joint-point_article_info {
  margin: 20px 0 0 0;
  line-height: 1.5rem;
}

.sg-joint-point_article_info_inner {
  padding: 0 0 30px 0;
}

.sg-joint-point_article_info_inner_flex {
  display: flex;
  gap: 10px;
}
.sg-joint-point_article_info_inner_flex img {
  max-width: 30px;
}

.sg-joint_list_info {
  margin: 50px 0 0 0;
  line-height: 1.5rem;
}

.sg-joint_list_info_inner {
  border-bottom: 2px #6797E9 solid;
  margin: 50px 0 0 0;
}

.sg-joint_section-01 {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 100px 0 0 0;
  gap: 80px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-01 {
    flex-direction: column;
    height: 100%;
    margin: 150px 0 0 0;
    gap: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-01 {
    flex-direction: column;
    height: 100%;
    margin: 150px 0 0 0;
    gap: 0;
  }
}

.sg-copy_article {
  width: 50%;
  text-align: right;
  margin: 0 20px 0 0;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-copy_article {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-copy_article {
    width: 100%;
    padding: 0 4%;
  }
}

.sg-main_copy {
  font-size: 2.5rem;
  font-family: "MPLUS1p-Bold";
}
.sg-main_copy span {
  font-size: 4rem;
  font-family: "MPLUS1p-Black";
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-main_copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-main_copy {
    font-size: 2rem;
  }
}

.sg-sub_copy {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1rem;
  padding: 20px 0 0 0;
  line-height: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-sub_copy br {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-sub_copy br {
    display: none;
  }
}

.sg-joint_img {
  position: relative;
  background-color: #6797E9;
  width: 70%;
  height: 200px;
  z-index: 1;
  position: relative;
  inset-inline: 50%;
  width: 100%;
  margin-inline: -50vw;
  margin-top: 100px;
  padding: 50px 30px 30px 30px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img {
    margin-inline: -35vw;
    padding: 0;
    height: 150px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img {
    margin-inline: -35vw;
    padding: 0;
    height: 150px;
  }
}
.sg-joint_img img {
  position: absolute;
  top: -110px;
  max-width: 500px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img img {
    top: -50px;
    max-width: 300px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img img {
    top: -50px;
    max-width: 300px;
  }
}

.sg-joint_img_bk {
  display: block;
  background-color: #BACBE8;
  height: 200px;
  width: 105%;
  z-index: -1;
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img_bk {
    height: 150px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img_bk {
    height: 150px;
  }
}

.sg-joint_section-02 {
  display: flex;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-02 {
    height: 100%;
    flex-direction: column;
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-02 {
    height: 100%;
    flex-direction: column;
    margin: 100px 0 0 0;
  }
}

.sg-joint_list_img {
  background-color: #BACBE8;
  padding: 50px 200px 50px 100px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list_img {
    padding: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list_img {
    padding: 10px;
    text-align: center;
  }
}
.sg-joint_list_img img {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list_img img {
    max-width: 100px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list_img img {
    max-width: 100px;
  }
}

.sg-joint_list_img_copy {
  font-family: "MPLUS1p-Bold";
  color: #333;
  font-size: 2rem;
  text-align: center;
}
.sg-joint_list_img_copy span {
  font-family: "MPLUS1p-Black";
  font-size: 4rem;
}

.sg-joint_list {
  position: absolute;
  right: 0;
  top: 100px;
  width: 80%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list {
    position: relative;
    width: 100%;
    top: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.sg-joint_list ul {
  margin: 0 0 0 100px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list ul {
    margin: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list ul {
    margin: 0;
  }
}
.sg-joint_list ul li {
  font-size: 1.2rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  background-color: #6797E9;
  color: #fff;
  padding: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.sg-joint_section-03 {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-03 {
    width: 100%;
    margin: 120px 0 0 0 !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-03 {
    width: 100%;
    margin: 120px 0 0 0 !important;
  }
}

.sg-joint_section_copy {
  font-size: 2rem;
  color: #fff;
  font-family: "MPLUS1p-Bold";
  background-color: #6797E9;
  line-height: 2rem;
  position: relative;
  inset-inline: 50%;
  width: 35vw;
  margin-inline: -50vw;
  margin-top: 100px;
  padding: 50px 30px 30px 30px;
  text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section_copy {
    inset-inline: 0;
    width: 100%;
    margin-inline: 0;
    margin-top: 100px;
    text-align: left;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section_copy {
    inset-inline: 0;
    width: 100%;
    margin-inline: 0;
    margin-top: 100px;
    text-align: left;
  }
}
.sg-joint_section_copy rt {
  padding: 0 0 0.2rem 0;
}

.sg-joint-point {
  margin: 100px 0 0 0;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point {
    margin: 50px 0 0 0;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point {
    margin: 50px 0 0 0;
    padding: 0 4%;
  }
}

.sg-joint-point_title {
  border-bottom: solid 2px #6797E9;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin-bottom: 30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_title {
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_title {
    line-height: 1.5rem;
  }
}

.sg-joint-point_article_img {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_article_img {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_article_img {
    flex-direction: column;
  }
}
.sg-joint-point_article_img img {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_article_img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_article_img img {
    max-width: 100%;
  }
}

.sg-joint-point_article_info {
  margin: 20px 0 0 0;
  line-height: 1.5rem;
}

.sg-joint-point_article_info_inner {
  padding: 0 0 30px 0;
}

.sg-joint-point_article_info_inner_flex {
  display: flex;
  gap: 10px;
}
.sg-joint-point_article_info_inner_flex img {
  max-width: 30px;
}

.sg-joint_list_info {
  margin: 50px 0 0 0;
  line-height: 1.5rem;
}

.sg-joint_list_info_inner {
  border-bottom: 2px #6797E9 solid;
  margin: 50px 0 0 0;
}

.sg-joint_section-01 {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 100px 0 0 0;
  gap: 80px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-01 {
    flex-direction: column;
    height: 100%;
    margin: 150px 0 0 0;
    gap: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-01 {
    flex-direction: column;
    height: 100%;
    margin: 150px 0 0 0;
    gap: 0;
  }
}

.sg-copy_article {
  width: 50%;
  text-align: right;
  margin: 0 20px 0 0;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-copy_article {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-copy_article {
    width: 100%;
    padding: 0 4%;
  }
}

.sg-main_copy {
  font-size: 2.5rem;
  font-family: "MPLUS1p-Bold";
}
.sg-main_copy span {
  font-size: 4rem;
  font-family: "MPLUS1p-Black";
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-main_copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-main_copy {
    font-size: 2rem;
  }
}

.sg-sub_copy {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1rem;
  padding: 20px 0 0 0;
  line-height: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-sub_copy br {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-sub_copy br {
    display: none;
  }
}

.sg-joint_img {
  position: relative;
  background-color: #6797E9;
  width: 70%;
  height: 200px;
  z-index: 1;
  position: relative;
  inset-inline: 50%;
  width: 100%;
  margin-inline: -50vw;
  margin-top: 100px;
  padding: 50px 30px 30px 30px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img {
    margin-inline: -35vw;
    padding: 0;
    height: 150px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img {
    margin-inline: -35vw;
    padding: 0;
    height: 150px;
  }
}
.sg-joint_img img {
  position: absolute;
  top: -110px;
  max-width: 500px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img img {
    top: -50px;
    max-width: 300px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img img {
    top: -50px;
    max-width: 300px;
  }
}

.sg-joint_img_bk {
  display: block;
  background-color: #BACBE8;
  height: 200px;
  width: 105%;
  z-index: -1;
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_img_bk {
    height: 150px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_img_bk {
    height: 150px;
  }
}

.sg-joint_section-02 {
  display: flex;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-02 {
    height: 100%;
    flex-direction: column;
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-02 {
    height: 100%;
    flex-direction: column;
    margin: 100px 0 0 0;
  }
}

.sg-joint_list_img {
  background-color: #BACBE8;
  padding: 50px 200px 50px 100px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list_img {
    padding: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list_img {
    padding: 10px;
    text-align: center;
  }
}
.sg-joint_list_img img {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list_img img {
    max-width: 100px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list_img img {
    max-width: 100px;
  }
}

.sg-joint_list_img_copy {
  font-family: "MPLUS1p-Bold";
  color: #333;
  font-size: 2rem;
  text-align: center;
}
.sg-joint_list_img_copy span {
  font-family: "MPLUS1p-Black";
  font-size: 4rem;
}

.sg-joint_list {
  position: absolute;
  right: 0;
  top: 100px;
  width: 80%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list {
    position: relative;
    width: 100%;
    top: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.sg-joint_list ul {
  margin: 0 0 0 100px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list ul {
    margin: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list ul {
    margin: 0;
  }
}
.sg-joint_list ul li {
  font-size: 1.2rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  background-color: #6797E9;
  color: #fff;
  padding: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_list ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_list ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.sg-joint_section-03 {
  margin: 100px 0 0 0;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-03 {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-03 {
    width: 100%;
  }
}

.sg-joint_section_copy {
  font-size: 2rem;
  color: #fff;
  font-family: "MPLUS1p-Bold";
  background-color: #6797E9;
  line-height: 2rem;
  position: relative;
  inset-inline: 50%;
  width: 35vw;
  margin-inline: -50vw;
  margin-top: 100px;
  padding: 50px 30px 30px 30px;
  text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section_copy {
    inset-inline: 0;
    width: 100%;
    margin-inline: 0;
    margin-top: 100px;
    text-align: left;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section_copy {
    inset-inline: 0;
    width: 100%;
    margin-inline: 0;
    margin-top: 100px;
    text-align: left;
  }
}
.sg-joint_section_copy rt {
  padding: 0 0 0.2rem 0;
}

.sg-joint-point {
  margin: 100px 0 0 0;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point {
    margin: 50px 0 0 0;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point {
    margin: 50px 0 0 0;
    padding: 0 4%;
  }
}

.sg-joint-point_title {
  border-bottom: solid 2px #6797E9;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin-bottom: 30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_title {
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_title {
    line-height: 1.5rem;
  }
}

.sg-joint-point_article_img {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_article_img {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_article_img {
    flex-direction: column;
  }
}
.sg-joint-point_article_img img {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_article_img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_article_img img {
    max-width: 100%;
  }
}

.sg-joint-point_article_info {
  margin: 20px 0 0 0;
  line-height: 1.5rem;
}

.sg-joint-point_article_info_inner {
  padding: 0 0 30px 0;
}

.sg-joint-point_article_info_inner_flex {
  display: flex;
  gap: 10px;
}
.sg-joint-point_article_info_inner_flex img {
  max-width: 30px;
}

.sg-joint_section-04 {
  margin: 100px 0 0 0;
  width: 1100px;
  margin: 0 auto;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint_section-04 {
    width: 100%;
    margin: 120px 0 0 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint_section-04 {
    width: 100%;
    margin: 120px 0 0 0;
  }
}

.sg-joint-point_list {
  margin: 50px 0 0 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .sg-joint-point_list {
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .sg-joint-point_list {
    padding: 0 4%;
  }
}
.sg-joint-point_list ul li {
  padding: 10px 0;
  line-height: 1.5rem;
}

.sg-joint_list_info {
  margin: 50px 0 0 0;
  line-height: 1.5rem;
}

.sg-joint_list_info_inner {
  border-bottom: 2px #6797E9 solid;
  margin: 50px 0 0 0;
}

.single_container {
  width: 1200px;
  margin: 0 auto 50px auto;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .single_container {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .single_container {
    width: 100%;
  }
}

.single_container .slick-slide {
  height: 40vh !important;
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .single_content .archive_product_search {
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .single_content .archive_product_search {
    padding: 0 4%;
  }
}

.single_header {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .single_header {
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .single_header {
    padding: 0 4%;
  }
}

.single_title {
  font-size: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .single_title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .single_title {
    font-size: 1.2rem;
  }
}

.single_thumbnail {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .single_thumbnail {
    margin: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .single_thumbnail {
    margin: 0;
  }
}

.single_thumbnail_main {
  align-items: center;
  padding: 30px;
}
.single_thumbnail_main img {
  width: 100%;
  height: 100%;
}

.main-slider {
  position: relative;
  /* 親要素を相対位置に設定 */
  /* スライダー全体の高さを指定 */
  height: 100%;
  overflow: hidden;
  /* 画像が親要素を超えた場合に隠す */
  text-align: center;
}
.main-slider img {
  position: absolute;
  /* 絶対位置を設定 */
  top: 50%;
  /* 親要素の高さの50%の位置に配置 */
  left: 50%;
  /* 親要素の幅の50%の位置に配置 */
  transform: translate(-50%, -50%);
  /* 元のサイズの半分だけ戻す */
  max-width: 100%;
  /* 横幅の上限を親要素に合わせる */
  height: auto;
  width: auto;
  /* 幅は自動計算 */
  height: auto;
  /* 高さも自動計算 */
  max-width: 100%;
  /* 親要素の幅を超えない */
  max-height: 300px;
  /* 高さの上限を設定 */
  display: block;
  /* 余計な余白を排除 */
  margin: auto;
  /* 中央揃え（必要なら） */
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .main-slider img {
    max-width: 200px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .main-slider img {
    max-width: 200px;
  }
}

.nav-slider {
  margin: 80px 0 0 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .nav-slider {
    margin: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .nav-slider {
    margin: 0;
  }
}
.nav-slider img {
  width: auto;
  /* 幅は自動計算 */
  height: auto;
  /* 高さも自動計算 */
  max-width: 100%;
  /* 親要素の幅を超えない */
  max-height: 100px;
  /* 高さの上限を設定 */
  display: block;
  /* 余計な余白を排除 */
  margin: auto;
  padding: 10px 0;
  /* 中央揃え（必要なら） */
}
.nav-slider .slick-slide {
  height: 20vh !important;
}

.slider-container {
  position: relative;
  width: 100%;
  margin: auto;
}

.prev-button,
.next-button {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  background: transparent;
  /* 背景なし */
  border: none;
  /* 枠線なし */
  width: 0;
  height: 0;
  cursor: pointer;
  z-index: 1000;
}

.prev-button {
  left: 15px;
  border-top: 15px solid transparent;
  /* 上の三角部分 */
  border-bottom: 15px solid transparent;
  /* 下の三角部分 */
  border-right: 15px solid #333;
  /* 三角形の色 */
}

.next-button {
  right: 15px;
  border-top: 15px solid transparent;
  /* 上の三角部分 */
  border-bottom: 15px solid transparent;
  /* 下の三角部分 */
  border-left: 15px solid #333;
  /* 三角形の色 */
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .single_content_text {
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .single_content_text {
    padding: 0 4%;
  }
}
.single_content_text h3 {
  font-size: 1rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
  line-height: 1.5rem;
}

.single_content_btn {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .single_content_btn {
    padding: 0 4%;
    gap: 15px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .single_content_btn {
    padding: 0 4%;
    gap: 15px;
  }
}

.single-product_btn {
  width: 100%;
}
.single-product_btn a {
  width: 100% !important;
}

.catalog_btn {
  width: 100%;
}
.catalog_btn a {
  width: 100% !important;
}

.info_article_container {
  max-width: 1200px;
  margin: 100px auto 0 auto;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .info_article_container {
    margin: 120px auto 0 auto;
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .info_article_container {
    margin: 120px auto 0 auto;
    max-width: 100%;
    padding: 0 4%;
  }
}

.info_article_header {
  display: flex;
  justify-content: space-between;
  border-bottom: solid #333 1px;
  margin: 0 0 20px 0;
  align-items: flex-end;
}

.info_article_title {
  font-size: 1.5rem;
}

.info_article_date {
  font-size: 1rem;
}

.info_article_content {
  border-bottom: solid #333 1px;
  padding: 0 0 20px 0;
}
.info_article_content p {
  line-height: 1.5rem;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.no-results-message {
  text-align: center;
  line-height: 1.5rem;
}

#top-btn {
  z-index: 999;
  width: 100px;
  height: 100px;
  background: rgba(103, 151, 233, 0.7);
  color: #fff;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1.5rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  #top-btn {
    width: 70px;
    height: 70px;
    font-size: 1.2rem;
    right: 20px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  #top-btn {
    width: 70px;
    height: 70px;
    font-size: 1.2rem;
    right: 20px;
  }
}

.footer-container {
  display: flex;
  justify-content: space-between;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .footer-container {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
  }
}

.footer-company {
  width: 30%;
  padding: 30px;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .footer-company {
    width: 100%;
    padding: 30px 4%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .footer-company {
    width: 100%;
    padding: 30px 4%;
  }
}
.footer-company img {
  width: 300px;
  padding: 0 0 20px 0;
}

.footer-company_article {
  line-height: 1.5rem;
  font-weight: normal;
}

.footer-menu {
  background-color: #BACBE8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .footer-menu {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .footer-menu {
    width: 100%;
  }
}
.footer-menu ul {
  display: flex;
  justify-content: flex-end;
  padding: 30px 30px 0 30px;
  gap: 40px;
  font-size: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .footer-menu ul {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .footer-menu ul {
    flex-direction: column;
  }
}

.copyright {
  text-align: right;
  padding: 0 30px 30px 0;
  font-weight: normal;
  font-size: 0.8rem;
}
@media screen and (min-width: 0px) and (max-width: 520px) {
  .copyright {
    padding: 50px 4%;
    text-align: center;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .copyright {
    padding: 50px 4%;
    text-align: center;
    line-height: 1.5rem;
  }
}