@charset "UTF-8";
:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family:"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif!important;
}
li.language p{
  font-family:"Inter", "Noto Sans JP", sans-serif;!important;
  font-weight:normal;
}  
main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul ul, ol ul, ul ol, ol ol{
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
  font-weight: inherit;
  text-decoration: none;
  font-family: none;
  font-style: normal;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

ul li, ol li {
    margin: 0;
    line-height: 2;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

body {
  position: relative;
  overflow-x: hidden;
}
body:has(.c-side-menu) {
  overflow: visible;
}
header.jp .language-list ul li:nth-child(1) a {
  font-weight: bold;
  color: var(--red)!important;
  pointer-events: none;
}
header.jp ul.language-list-sp li:nth-child(2) a {
  font-weight: bold;
  color: var(--red)!important;
  pointer-events: none;
}
body:has(.c-under-contents-wrapper) .c-contents-menu {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  body:has(.c-under-contents-wrapper) .c-contents-menu {
    margin-top: 80px;
  }
}
body:has(.c-contents-menu) footer {
  margin-top: 0;
}

html {
  height: 100%;
  width: 100%;
  font-family: var(--noto-sans);
  font-size: 100%;
  color: var(--black);
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.ff-inter {
  font-family: var(--inter);
}

* {
  -webkit-print-color-adjust: exact;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

a {
  color: var(--black);
  font-family:"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif!important;
  font-weight:normal;
}
a:hover{
  font-weight:normal;
}
.language p{
  
}

p,
dd,
li {
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  p,
  dd,
  li {
    font-size: 15px;
  }
}

.js-scrollable {
  overflow: auto;
}

.scroll-hint-icon {
  top: 50px !important;
}

table {
  border-collapse: collapse;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--body);
  width: 100%;
  height: 130px;
  z-index: 5;
  transition: all 0.3s;
}
@media screen and (max-width: 1220px) {
  .c-header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 60px;
  }
}
.c-header nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 37px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1220px) {
  .c-header nav {
    padding: 0 15px;
    z-index: -1;
  }
}
.c-header nav .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header nav .header-inner .logo {
  width: 130px;
  margin-right: auto;
  transition: all 0.3s;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1220px) {
  .c-header nav .header-inner .logo {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-header nav .header-inner .logo {
    width: 60px;
  }
}
.c-header nav .header-inner .logo a {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-header nav .header-inner .logo a {
    display: block;
  }
}
.c-header nav .header-inner .logo a:after {
  display: none;
}
@media screen and (max-width: 1220px) {
  .c-header nav .header-inner .nav-box {
    display: none;
  }
}
.c-header nav .header-inner .nav-box ul.global-nav1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-header nav .header-inner .nav-box ul.global-nav1 {
    padding-left: 15px;
  }
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-header nav .header-inner .nav-box ul.global-nav1 > li {
    height: auto;
  }
  .c-header nav .header-inner .nav-box ul.global-nav1 > li:nth-child(n+2) {
    display: none;
  }
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.current a span:after {
  bottom: -5px !important;
  opacity: 1 !important;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li > a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (hover) {
  .c-header nav .header-inner .nav-box ul.global-nav1 > li > a:hover span:after {
    bottom: -5px;
    opacity: 1;
  }
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li > a span {
  position: relative;
  pointer-events: none;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li > a span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  opacity: 0;
  transition: all 0.3s;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.search-bar {
  width: 180px;
  height: 35px;
  position: relative;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.search-bar table {
  border:none!important;
  border-radius:3px!important;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.search-bar input[type=search] {
  border-radius: 4px;
  background-color: var(--white);
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 5px 30px 5px 8px;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.search-bar input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
table.gsc-search-box td{border:none!important;}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.search-bar button {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  transition: opacity 0.3s;
  font-size: 0;
  background: url(https://www.nisseijushi.co.jp/common/img/icn_search.svg) no-repeat center/18px !important;
  width: 20px;
  height: 21px;
}
.gsib_a {
  padding: 3px 9px 3px 9px!important;
}
@media (hover) {
  .c-header nav .header-inner .nav-box ul.global-nav1 > li.search-bar button:hover {
    opacity: 0.6;
  }
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.search-bar button img {
  width: 17px;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.language {
  text-align: center;
  font-size: 12px;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.language img {
  width: 26px;
}
.c-header nav .header-inner .nav-box ul.global-nav1 > li.language p {
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
}
.c-header nav .header-inner .nav-box ul.global-nav2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-top: 18px;
}
.c-header nav .header-inner .nav-box ul.global-nav2 > li {
  height: 100%;
}
.c-header nav .header-inner .nav-box ul.global-nav2 > li.current a span:after {
  bottom: -21px !important;
  opacity: 1 !important;
}
.c-header nav .header-inner .nav-box ul.global-nav2 > li.is-active a span:after {
  bottom: -21px !important;
  opacity: 1 !important;
}
.c-header nav .header-inner .nav-box ul.global-nav2 > li a {
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (hover) {
  .c-header nav .header-inner .nav-box ul.global-nav2 > li a:hover span:after {
    bottom: -21px;
    opacity: 1;
  }
}
.c-header nav .header-inner .nav-box ul.global-nav2 > li a span {
  position: relative;
  pointer-events: none;
}
.c-header nav .header-inner .nav-box ul.global-nav2 > li a span:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--red);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1220px) {
  .c-header nav .header-inner .hamburger {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 20px;
    right: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 9;
  }
}
@media screen and (max-width: 1220px) and (max-width: 767px) {
  .c-header nav .header-inner .hamburger {
    top: 8px;
    right: 10px;
  }
}
@media screen and (max-width: 1220px) {
  .c-header nav .header-inner .hamburger:focus {
    outline: none;
  }
  .c-header nav .header-inner .hamburger span {
    width: 50%;
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 12px;
    height: 2px;
    background-color: var(--black);
  }
  .c-header nav .header-inner .hamburger span:nth-child(1) {
    top: 14px;
  }
  .c-header nav .header-inner .hamburger span:nth-child(2) {
    top: 21px;
  }
  .c-header nav .header-inner .hamburger span:nth-child(3) {
    top: 28px;
  }
  .c-header nav .header-inner .hamburger.active span {
    width: 60%;
    left: 8px;
  }
  .c-header nav .header-inner .hamburger.active span:nth-child(1) {
    top: 14px;
    transform: translateY(6px) rotate(45deg);
  }
  .c-header nav .header-inner .hamburger.active span:nth-child(2) {
    display: none;
  }
  .c-header nav .header-inner .hamburger.active span:nth-child(3) {
    top: 14px;
    transform: translateY(6px) rotate(-45deg);
  }
}
.c-header nav .language-list {
  border-radius: 10px;
  background-color: var(--white);
  padding: 12px 10px;
  position: absolute;
  top: 70px;
  right: 8px;
  width: 80px;
  display: none;
  z-index: 3;
}
.c-header nav .language-list ul li {
  border-bottom: 1px solid var(--line);
}
.c-header nav .language-list ul li:first-child {
  border-top: 1px solid var(--line);
}
.c-header nav .language-list ul li a {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
}
@media (hover) {
  .c-header nav .language-list ul li a:hover {
    color: var(--red);
  }
}
.c-header nav .mega-menu {
  position: fixed;
  top: 130px;
  right: 0;
  background-color: var(--red);
  max-width: 1100px;
  width: 100%;
}
.c-header nav .mega-menu > ul {
  margin: 0 auto;
}
.c-header nav .mega-menu > ul > li {
  display: none;
  padding: 30px 35px 40px;
}
@media screen and (max-width: 1220px) {
  .c-header nav .mega-menu > ul > li {
    display: none !important;
  }
}
.c-header nav .mega-menu > ul > li:nth-child(2) ul li {
  width: 17%;
}
.c-header nav .mega-menu > ul > li:nth-child(6) ul {
  gap: 25px 30px;
}
.c-header nav .mega-menu > ul > li:nth-child(6) ul li {
  width: 22%;
}
.c-header nav .mega-menu > ul > li h2 a {
  font-weight: bold;
  font-size: 20px;
  color: var(--white);
  transition: opacity 0.3s;
  position: relative;
  padding-left: 20px;
}
.c-header nav .mega-menu > ul > li h2 a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
  font-weight: bold;
}
@media (hover) {
  .c-header nav .mega-menu > ul > li h2 a:hover {
    opacity: 0.8;
  }
}
.c-header nav .mega-menu > ul > li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 100px;
  margin-top: 30px;
}
.c-header nav .mega-menu > ul > li ul li {
  width: auto;
}
.c-header nav .mega-menu > ul > li ul li a {
  display: block;
  transition: opacity 0.3s;
  position: relative;
  padding-left: 20px;
  color: var(--white);
}
.c-header nav .mega-menu > ul > li ul li a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}
@media (hover) {
  .c-header nav .mega-menu > ul > li ul li a:hover {
    opacity: 0.85;
  }
}
.c-header nav .sp-menu {
  display: none;
  background-color: var(--body);
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  margin-top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .c-header nav .sp-menu {
    margin-top: 60px;
    height: calc(100% - 60px);
  }
}
.c-header nav .sp-menu .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  padding: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  .c-header nav .sp-menu .inner {
    padding-top: 10px;
  }
}
.c-header nav .sp-menu .inner ul.global-nav1-sp {
  width: 100%;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li a {
  font-size: 16px;
  line-height:1.3;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.search-bar {
  width: 70%;
  height: 35px;
  position: relative;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.search-bar input[type=search] {
  border-radius: 4px;
  background-color: var(--white);
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 5px 30px 5px 8px;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.search-bar input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.search-bar button {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  transition: opacity 0.3s;
  font-size: 0;
  background: url(https://www.nisseijushi.co.jp/common/img/icn_search.svg) no-repeat center/18px !important;
  width: 20px;
  height: 21px;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.search-bar button img {
  width: 17px;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.language ul.language-list-sp {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.language ul.language-list-sp li:nth-child(1) {
  text-align: center;
  font-size: 12px;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.language ul.language-list-sp li:nth-child(1) img {
  width: 26px;
}
.c-header nav .sp-menu .inner ul.global-nav1-sp > li.language ul.language-list-sp li:nth-child(1) p {
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
}
.c-header nav .sp-menu .inner ul.global-nav2-sp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  margin-top: 40px;
}
.c-header nav .sp-menu .inner ul.global-nav2-sp > li {
  width: 100%;
}
.c-header nav .sp-menu .inner ul.global-nav2-sp > li h2 {
  line-height:1.2;
  margin:0;
}
.c-header nav .sp-menu .inner ul.global-nav2-sp > li h2 a {
  font-size: 20px;
  transition: opacity 0.3s;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .c-header nav .sp-menu .inner ul.global-nav2-sp > li h2 a {
    font-size: 5vw;
  }
}
.c-header nav .sp-menu .inner ul.global-nav2-sp > li h2 a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  transform: rotate(45deg);
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .c-header nav .sp-menu .inner ul.global-nav2-sp > li h2 a:after {
    top: 1.8vw;
  }
}
@media (hover) {
  .c-header nav .sp-menu .inner ul.global-nav2-sp > li h2 a:hover {
    opacity: 0.8;
  }
}
.c-header nav .sp-menu .inner ul.global-nav2-sp > li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.c-header nav .sp-menu .inner ul.global-nav2-sp > li ul li {
  width: calc((100% - 10px) / 2);
}
.c-header nav .sp-menu .inner ul.global-nav2-sp > li ul li a {
  display: block;
  transition: opacity 0.3s;
  position: relative;
  padding-left: 20px;
  color: var(--black);
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .c-header nav .sp-menu .inner ul.global-nav2-sp > li ul li a {
    font-size: 3.8vw;
  }
}
.c-header nav .sp-menu .inner ul.global-nav2-sp > li ul li a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
}
@media screen and (max-width: 500px) {
  .c-header nav .sp-menu .inner ul.global-nav2-sp > li ul li a:after {
    top: 2.4vw;
  }
}
@media (hover) {
  .c-header nav .sp-menu .inner ul.global-nav2-sp > li ul li a:hover {
    opacity: 0.85;
  }
}
.c-header nav .sp-menu .inner ul.global-nav3-sp {
  margin-top: 50px;
  display: flex;
  gap: 3px 0;
  flex-direction: column;
}
.c-header nav .sp-menu .inner ul.global-nav3-sp > li a {
  display: block;
  transition: opacity 0.3s;
  position: relative;
  padding-left: 20px;
  color: var(--black);
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .c-header nav .sp-menu .inner ul.global-nav3-sp > li a {
    font-size: 3.8vw;
  }
}

.c-header nav .sp-menu .inner ul.global-nav3-sp > li a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
}
@media (hover) {
  .c-header nav .sp-menu .inner ul.global-nav3-sp > li a:hover {
    opacity: 0.85;
  }
}

.c-h4 + table {
  margin-top: 0 !important;
}

main {
  padding-top: 130px;
  position: relative;
  /*ラッパー*/
  /*mv*/
  /*見出し*/
  /*リンク*/
  /*レイアウト*/
}
main .c-contents-wrapper {
  display: grid;
  row-gap: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .c-contents-wrapper {
    row-gap: 80px;
  }
}
main .c-contents-wrapper > p.c-en-title {
  width: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--red);
  font-size: 28px;
  font-weight: bold;
  padding: 15px 5px;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--inter);
}
@media screen and (max-width: 767px) {
  main .c-contents-wrapper > p.c-en-title {
    display: none;
  }
}
main .c-contents-wrapper > section.c-section {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
main .c-contents-wrapper > section.c-section:first-child {
  margin-top: 0 !important;
}
main .c-contents-wrapper > section.c-section > .img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .c-contents-wrapper > section.c-section > .img {
    margin-top: 30px;
  }
}
main .c-contents-wrapper > section.c-section > p {
  margin-bottom: 20px;
}
main .c-contents-wrapper > section.c-section > p:first-child {
  margin-bottom: 0;
}
main .c-contents-wrapper > section.c-section > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1210px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
main .c-under-contents-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: flex-start;
  gap: 0 60px;
  position: relative;
}
@media screen and (max-width: 950px) {
  main .c-under-contents-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 80px 0;
  }
}
main .c-under-contents-wrapper article.c-contents {
  width: calc(100% - 290px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 160px 0;
}
@media screen and (max-width: 950px) {
  main .c-under-contents-wrapper article.c-contents {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper article.c-contents {
    gap: 80px 0;
  }
}
main .c-under-contents-wrapper article.c-contents section.c-section {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  width: 100%;
}
main .c-under-contents-wrapper article.c-contents section.c-section:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 950px) {
  main .c-under-contents-wrapper article.c-contents section.c-section {
    width: 90%;
  }
}
main .c-under-contents-wrapper article.c-contents section.c-section > .img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper article.c-contents section.c-section > .img {
    margin-top: 30px;
  }
}
main .c-under-contents-wrapper article.c-contents section.c-section > *:first-child {
  margin-top: 0;
}
main .c-under-contents-wrapper article.c-contents h2.title-h2 {
  margin-top: 60px;
  font-family: var(--inter);
}
main .c-under-contents-wrapper article.c-contents p.name {
  text-align: right;
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper article.c-contents p.name {
    font-size: 16px;
    margin-top: 10px;
  }
}
main .c-under-contents-wrapper article.c-contents p.name span {
  font-size: 14px;
  padding-right: 10px;
}
main .c-under-contents-wrapper article.c-contents > *:first-child {
  margin-top: 0;
}
main .c-under-contents-wrapper aside.c-side-menu {
  width: 230px;
  position: sticky;
  top: 150px;
  align-self: flex-start;
  transition: top 0.3s;
}
@media screen and (max-width: 1220px) {
  main .c-under-contents-wrapper aside.c-side-menu {
    top: 80px;
  }
}
@media screen and (max-width: 950px) {
  main .c-under-contents-wrapper aside.c-side-menu {
    width: 100%;
    display: none;
  }
}
main .c-under-contents-wrapper aside.c-side-menu p.en-title {
  width: 20px;
  height: 300px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: calc(100% + 30px);
  background-color: var(--red);
  font-size: 28px;
  font-weight: bold;
  padding: 15px 5px;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--inter);
}
@media screen and (max-width: 950px) {
  main .c-under-contents-wrapper aside.c-side-menu p.en-title {
    display: none;
  }
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li:has(ul) {
  padding: 15px;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li:has(ul) > a {
  position: relative;
  font-size: 16px;
  transition: opacity 0.3s;
  padding: 0 0 0 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (hover) {
  main .c-under-contents-wrapper aside.c-side-menu > ul > li:has(ul) > a:hover {
    opacity: 0.6;
  }
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li:has(ul) > a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.3s;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li:has(ul) ul li a {
  padding: 0;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li:first-child {
  background-color: var(--gray);
  transition: opacity 0.3s;
  padding: 0;
}
@media (hover) {
  main .c-under-contents-wrapper aside.c-side-menu > ul > li:first-child:hover {
    opacity: 0.6;
  }
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li:first-child a {
  padding: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li:first-child a:before {
  display: none;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li h3 {
  position: relative;
  font-size: 16px;
  transition: opacity 0.3s;
  padding: 0 0 0 17px;
  line-height: 1.4;
  margin-bottom: 10px;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li h3:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: var(--black);
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li > a {
  position: relative;
  padding: 15px 15px 15px 32px;
  font-size: 16px;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1.5;
}
@media (hover) {
  main .c-under-contents-wrapper aside.c-side-menu > ul > li > a:hover {
    opacity: 0.6;
  }
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li > a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 15px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.3s;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li ul {
  margin: 1px 0 0 1em;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li ul li {
  line-height: 1.4;
  margin-bottom: 9px;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li ul li:last-child {
  margin-bottom: 0;
}
main .c-under-contents-wrapper aside.c-side-menu > ul > li ul li a {
  font-size: 14px;
  padding-left: 17px;
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-under-contents-wrapper aside.c-side-menu > ul > li ul li a:hover {
    opacity: 0.6;
  }
}
main .c-under-contents-wrapper .c-link-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper .c-link-box {
    margin-top: 40px;
  }
}
main .c-under-contents-wrapper .c-link-box.col3 {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper .c-link-box.col3 {
    gap: 40px 0;
  }
}
main .c-under-contents-wrapper .c-link-box.col3 li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1040px) {
  main .c-under-contents-wrapper .c-link-box.col3 li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper .c-link-box.col3 li {
    width: 100%;
  }
}
main .c-under-contents-wrapper .c-link-box.col3 li a {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: block;
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-under-contents-wrapper .c-link-box.col3 li a:hover {
    opacity: 0.8;
  }
  main .c-under-contents-wrapper .c-link-box.col3 li a:hover img {
    scale: 1.05;
  }
  main .c-under-contents-wrapper .c-link-box.col3 li a:hover .txt-area:before {
    right: 15px;
  }
}
main .c-under-contents-wrapper .c-link-box.col3 li a .img {
  overflow: hidden;
}
main .c-under-contents-wrapper .c-link-box.col3 li a .img img {
  transition: scale 0.3s;
}
main .c-under-contents-wrapper .c-link-box.col3 li a .txt-area {
  padding: 15px 45px 15px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper .c-link-box.col3 li a .txt-area {
    padding: 15px 40px 15px 20px;
    min-height: 70px;
  }
}
main .c-under-contents-wrapper .c-link-box.col3 li a .txt-area:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper .c-link-box.col3 li a .txt-area:before {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
main .c-under-contents-wrapper .c-link-box.col3 li a .txt-area h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper .c-link-box.col3 li a .txt-area h3 {
    font-size: 18px;
  }
}
main .c-under-contents-wrapper .c-link-box.col3 li a .txt-area p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}
main .c-under-contents-wrapper .c-feature-list li {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main .c-under-contents-wrapper .c-feature-list li {
    gap: 30px;
  }
}
main .c-mv {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  height: 17.3333333333vw;
  font-family: var(--inter);
}
@media screen and (max-width: 767px) {
  main .c-mv {
    height: 30vw;
  }
}
main .c-mv p.en-title {
  position: absolute;
  top: 90%;
  left: -0.6%;
  pointer-events: none;
  font-size: 12vw;
  color: #e8e4e1;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  z-index: 0;
  font-family: var(--inter);
}
@media screen and (max-width: 767px) {
  main .c-mv p.en-title {
    top: 97%;
  }
}
main .c-mv h1 {
  width: 36vw;
  height: 100%;
  color: var(--white);
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 4.6666666667vw;
  font-size: 2.1333333333vw;
  background-image: linear-gradient(45deg, rgb(230, 0, 18) 0%, rgb(159, 29, 34) 100%);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  font-family: var(--inter);
}
@media screen and (max-width: 767px) {
  main .c-mv h1 {
    width: 45vw;
    font-size: 4vw;
    padding-left: 3%;
    letter-spacing: 0.15em;
  }
}
main .c-mv .img {
  width: 58vw;
  border-radius: 0 9vw 9vw 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .c-mv .img {
    width: 51vw;
    height: 100%;
  }
}
main .c-mv .img img {
  border-radius: 0 15vw 15vw 0;
}
@media screen and (max-width: 767px) {
  main .c-mv .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
main .c-mv-noimg {
  position: relative;
  border-left: 25px solid var(--red);
  min-height: 90px;
  margin-top: 40px;
  padding: 0 70px;
  font-family: var(--inter);
  display: flex;
  align-items: center;
}
main .c-mv-noimg:has(> h2) {
  display: block;
}
@media screen and (max-width: 767px) {
  main .c-mv-noimg {
    min-height: 60px;
    border-left: 10px solid var(--red);
    padding: 0 0 0 20px;
    width: 90%;
    margin: 20px auto 0;
  }
}
main .c-mv-noimg p.en-title {
  position: absolute;
  top: -30px;
  left: -10px;
  pointer-events: none;
  font-size: 90px;
  color: #e8e4e1;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: -1;
  font-family: var(--inter);
}
@media screen and (max-width: 767px) {
  main .c-mv-noimg p.en-title {
    top: -10%;
    left: -3px;
    font-size: 9vw;
  }
}
main .c-mv-noimg h2 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  main .c-mv-noimg h2 {
    font-size: 16px;
    letter-spacing: 0.15em;
  }
}
main .c-mv-noimg h1 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  z-index: 1;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  main .c-mv-noimg h1 {
    font-size: 26px;
    letter-spacing: 0.15em;
  }
}
main .c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 100px 65px;
}
@media screen and (max-width: 1220px) {
  main .c-breadcrumb {
    padding: 40px 0 5vw 5%;
  }
}
@media screen and (max-width: 767px) {
  main .c-breadcrumb {
    padding: 15px 0 5vw 5%;
  }
}
main .c-breadcrumb li {
  font-size: 14px;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  main .c-breadcrumb li {
    padding-right: 20px;
    font-size: 12px;
  }
}
main .c-breadcrumb li:last-child {
  font-weight: bold;
}
main .c-breadcrumb li:last-child:after {
  display: none;
}
main .c-breadcrumb li:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 12px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  main .c-breadcrumb li:after {
    top: 7px;
    right: 8px;
  }
}
main .c-breadcrumb li a {
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-breadcrumb li a:hover {
    opacity: 0.6;
  }
}
main .c-h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin: 60px 0;
  font-family: var(--inter);
}
@media screen and (max-width: 767px) {
  main .c-h2 {
    font-size: 22px;
    margin: 40px 0;
  }
}
main .c-h2 + .c-h3 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main .c-h2 + .c-h3 {
    margin-top: 60px;
  }
}
main .c-h2 + table, main .c-h2 + .js-scrollable {
  margin-top: 0;
}
main .c-h2 + table table, main .c-h2 + .js-scrollable table {
  margin-top: 0;
}
main .c-h2:after {
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 60px;
  height: 8px;
  background-color: var(--red);
}
@media screen and (max-width: 767px) {
  main .c-h2:after {
    top: calc(100% + 10px);
    width: 2.1em;
    height: 6px;
    left: 2px;
  }
}
main .c-h3 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 60px 0 30px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px;
  font-family: var(--inter);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .c-h3 {
    margin: 40px 0 15px;
    font-size: 18px;
  }
}
main .c-h3.num01, main .c-h3.num02, main .c-h3.num03, main .c-h3.num04, main .c-h3.num05 {
  margin: 120px 0 30px;
  border: none;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  main .c-h3.num01, main .c-h3.num02, main .c-h3.num03, main .c-h3.num04, main .c-h3.num05 {
    margin: 60px 0 15px;
    padding-left: 25px;
  }
}
main .c-h3.num01:before, main .c-h3.num02:before, main .c-h3.num03:before, main .c-h3.num04:before, main .c-h3.num05:before {
  content: "01";
  position: absolute;
  font-size: 90px;
  color: var(--white);
  letter-spacing: 0.05em;
  top: -85px;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main .c-h3.num01:before, main .c-h3.num02:before, main .c-h3.num03:before, main .c-h3.num04:before, main .c-h3.num05:before {
    font-size: 50px;
    top: -45px;
  }
}
main .c-h3.num02:before {
  content: "02";
}
main .c-h3.num03:before {
  content: "03";
}
main .c-h3.num04:before {
  content: "04";
}
main .c-h3.num05:before {
  content: "05";
}
main .c-h3 + p {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  main .c-h3 + p {
    margin-top: -5px;
  }
}
main .c-h4 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 60px 0 20px;
  font-family: var(--inter);
}
@media screen and (max-width: 767px) {
  main .c-h4 {
    margin: 40px 0 15px;
    font-size: 16px;
  }
}
main .c-h4 + p {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  main .c-h4 + p {
    margin-top: -5px;
  }
}
main .c-products-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main .c-products-box {
    margin-top: 40px;
  }
}
main .c-products-box.col3 {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  main .c-products-box.col3 {
    gap: 40px 0;
  }
}
main .c-products-box.col3 li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 950px) {
  main .c-products-box.col3 li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  main .c-products-box.col3 li {
    width: 100%;
  }
}
main .c-products-box.col3 li a {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: block;
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-products-box.col3 li a:hover {
    opacity: 0.8;
  }
  main .c-products-box.col3 li a:hover > h3:before {
    right: 25px;
  }
}
@media screen and (hover) and (max-width: 767px) {
  main .c-products-box.col3 li a:hover > h3:before {
    right: 15px;
  }
}
@media (hover) {
  main .c-products-box.col3 li a:hover img {
    scale: 1.05;
  }
  main .c-products-box.col3 li a:hover .txt-area:before {
    right: 25px;
  }
}
@media screen and (hover) and (max-width: 767px) {
  main .c-products-box.col3 li a:hover .txt-area:before {
    right: 15px;
  }
}
main .c-products-box.col3 li a > h3 {
  height: 75px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  padding: 0 60px 0 30px;
  border-bottom: 2px solid var(--gray);
  transition: right 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .c-products-box.col3 li a > h3 {
    padding: 0 45px 0 5%;
    height: 60px;
    font-size: 18px;
  }
}
main .c-products-box.col3 li a > h3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-products-box.col3 li a > h3:before {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
main .c-products-box.col3 li a .img {
  overflow: hidden;
  padding: 20px 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .c-products-box.col3 li a .img {
    padding: 20px 5% 0;
  }
}
main .c-products-box.col3 li a .img img {
  transition: scale 0.3s;
}
main .c-products-box.col3 li a .txt-area {
  padding: 0 30px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  main .c-products-box.col3 li a .txt-area {
    padding: 0 5% 20px;
    min-height: 70px;
  }
}
main .c-products-box.col3 li a .txt-area:has(.img, dl) p {
  margin: 15px 0 7px;
}
main .c-products-box.col3 li a .txt-area h4 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  border-left: 4px solid var(--gray);
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  main .c-products-box.col3 li a .txt-area h4 {
    margin-top: 20px;
    font-size: 16px;
    padding-left: 10px;
  }
}
main .c-products-box.col3 li a .txt-area p {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  main .c-products-box.col3 li a .txt-area p {
    font-size: 15px;
  }
}
main .c-products-box.col3 li a .txt-area dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main .c-products-box.col3 li a .txt-area dl dt {
  width: 54px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  background-color: var(--gray);
  padding-left: 2px;
}
main .c-products-box.col3 li a .txt-area dl dd {
  font-size: 16px;
  width: calc(100% - 62px);
}
main .c-bnr-list {
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  main .c-bnr-list {
    flex-direction: column;
    gap: 30px 0;
  }
}
main .c-bnr-list li {
  width: calc((100% - 60px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  main .c-bnr-list li {
    width: 100%;
  }
}
main .c-bnr-list li a {
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-bnr-list li a:hover {
    opacity: 0.6;
  }
  main .c-bnr-list li a:hover:before {
    right: 17px;
  }
}
@media screen and (hover) and (max-width: 1220px) {
  main .c-bnr-list li a:hover:before {
    right: 1.3vw;
  }
}
@media screen and (hover) and (max-width: 767px) {
  main .c-bnr-list li a:hover:before {
    right: 3vw;
  }
}
main .c-bnr-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.1s linear;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  main .c-bnr-list li a:before {
    right: 1.8vw;
    width: 1.8vw;
    height: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  main .c-bnr-list li a:before {
    right: 3.5vw;
    width: 4vw;
    height: 4vw;
  }
}
main .c-bnr-list li a p {
  color: var(--red);
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  main .c-bnr-list li a p {
    font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  main .c-bnr-list li a p {
    padding-left: 3vw;
    font-size: 4vw;
  }
}
main .c-contents-menu {
  position: relative;
  background-color: var(--gray);
  padding: 100px 0 75px;
}
@media screen and (max-width: 767px) {
  main .c-contents-menu {
    padding: 40px 0;
  }
}
main .c-contents-menu h2 {
  width: 300px;
  position: absolute;
  top: -10px;
  left: 0;
  font-weight: 500;
  line-height: 1;
  background-color: var(--red);
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.3em;
  padding: 3px 15px;
  font-family: var(--inter);
  font-weight: bold;
}
main .c-contents-menu > ul {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
}
@media screen and (max-width: 1000px) {
  main .c-contents-menu > ul {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  main .c-contents-menu > ul {
    width: 90%;
    justify-content: space-between;
    gap: 30px 0;
  }
}
main .c-contents-menu > ul > li {
  width: calc((100% - 180px) / 4);
}
@media screen and (max-width: 1000px) {
  main .c-contents-menu > ul > li {
    width: calc((100% - 120px) / 4);
  }
}
@media screen and (max-width: 767px) {
  main .c-contents-menu > ul > li {
    width: 48%;
  }
}
main .c-contents-menu > ul > li > h3 {
  font-size: 16px;
  border-bottom: 1px solid var(--line);
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
main .c-contents-menu > ul > li > h3:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: var(--black);
}
main .c-contents-menu > ul > li > a {
  font-size: 16px;
  border-bottom: 1px solid var(--line);
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-contents-menu > ul > li > a:hover {
    opacity: 0.6;
  }
}
main .c-contents-menu > ul > li > a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
}
main .c-contents-menu > ul > li ul {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
main .c-contents-menu > ul > li ul li {
  margin-bottom: 2px;
}
main .c-contents-menu > ul > li ul li:last-child a {
  margin-bottom: 0;
}
main .c-contents-menu > ul > li ul li a {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  transition: opacity 0.3s;
  line-height: 1.5;
  display: flex;
  margin-bottom: 10px;
}
@media (hover) {
  main .c-contents-menu > ul > li ul li a:hover {
    opacity: 0.6;
  }
}
main .c-contents-menu > ul > li ul li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: var(--red);
}
main .c-text-link {
  color: var(--red);
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-text-link {
    display: inline;
    border-bottom: 1px solid var(--red);
    padding-bottom: 2px;
  }
}
main .c-text-link:after {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  transition: opacity 0.12s linear, top 0.15s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main .c-text-link:after {
    display: none;
  }
}
@media (hover) {
  main .c-text-link:hover {
    opacity: 0.8;
  }
  main .c-text-link:hover:after {
    opacity: 0;
    top: calc(100% + 4px);
  }
}
main .c-block-text-link {
  text-align: right;
  margin-top: 1em;
}
main .c-block-text-link.left {
  text-align: left;
}
main .c-block-text-link.center {
  text-align: center;
}
main .c-block-text-link a {
  color: var(--red);
  position: relative;
  font-size: 16px;
  transition: opacity 0.3s;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  main .c-block-text-link a {
    font-size: 15px;
  }
}
@media (hover) {
  main .c-block-text-link a:hover {
    opacity: 0.7;
    border: none;
  }
  main .c-block-text-link a:hover:before {
    left: calc(100% + 8px);
  }
  main .c-block-text-link a:hover:after {
    opacity: 0;
    top: calc(100% + 3px);
  }
}
main .c-block-text-link a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  transition: opacity 0.12s linear, top 0.15s;
  pointer-events: none;
}
main .c-block-text-link a:before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: calc(100% + 5px);
  translate: 0 -50%;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: left 0.1s linear;
  pointer-events: none;
}
main .c-text-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%;
}
@media screen and (max-width: 767px) {
  main .c-text-link-list {
    display: block;
  }
}
main .c-text-link-list li {
  width: 48%;
  border: none;
  border-bottom: 1px solid var(--line);
}
main .c-text-link-list li:nth-child(1), main .c-text-link-list li:nth-child(2) {
  border-top: 1px solid var(--line);
}
@media screen and (max-width: 767px) {
  main .c-text-link-list li {
    width: 100%;
  }
  main .c-text-link-list li:nth-child(2) {
    border-top: none;
  }
}
main .c-text-link-list li span {
  font-size: 15px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  main .c-text-link-list li span {
    font-size: 14px;
  }
}
main .c-text-link-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 40px 20px 0;
  position: relative;
  transition: opacity 0.3s;
  font-size: 18px;
  line-height: 1.5;
}
@media (hover) {
  main .c-text-link-list li a:hover {
    opacity: 0.6;
  }
  main .c-text-link-list li a:hover:before {
    right: 15px;
  }
}
@media screen and (hover) and (max-width: 767px) {
  main .c-text-link-list li a:hover:before {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  main .c-text-link-list li a {
    font-size: 16px;
    padding: 10px 25px 10px 0;
  }
}
main .c-text-link-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-text-link-list li a:before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
main .c-anchor-list {
  display: flex;
  flex-wrap: wrap;
}
main .c-anchor-list.col2 {
  gap: 0 4%;
}
main .c-anchor-list.col2 li {
  width: 48%;
  border-bottom: 1px solid var(--line);
}
main .c-anchor-list.col2 li:nth-child(1), main .c-anchor-list.col2 li:nth-child(2) {
  border-top: 1px solid var(--line);
}
main .c-anchor-list.col2 li:nth-child(n+4) {
  border-top: none;
}
main .c-anchor-list.col2 li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0 15px 40px;
  position: relative;
  transition: opacity 0.3s;
  font-size: 18px;
  line-height: 1.5;
}
@media (hover) {
  main .c-anchor-list.col2 li a:hover {
    opacity: 0.6;
  }
  main .c-anchor-list.col2 li a:hover:before {
    top: calc(50% + 5px);
  }
}
@media screen and (max-width: 767px) {
  main .c-anchor-list.col2 li a {
    font-size: 16px;
    padding: 10px 0 10px 25px;
  }
}
main .c-anchor-list.col2 li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(135deg);
  transition: top 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-anchor-list.col2 li a:before {
    left: 5px;
  }
}
main .c-anchor-list.col3 {
  gap: 0 5%;
}
@media screen and (max-width: 950px) {
  main .c-anchor-list.col3 {
    gap: 0 4%;
  }
}
main .c-anchor-list.col3 li {
  width: 30%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media screen and (max-width: 950px) {
  main .c-anchor-list.col3 li {
    width: 48%;
    border: none;
    border-bottom: 1px solid var(--line);
  }
  main .c-anchor-list.col3 li:nth-child(1), main .c-anchor-list.col3 li:nth-child(2) {
    border-top: 1px solid var(--line);
  }
}
main .c-anchor-list.col3 li:nth-child(n+4) {
  border-top: none;
}
main .c-anchor-list.col3 li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0 15px 40px;
  position: relative;
  transition: opacity 0.3s;
  font-size: 18px;
  line-height: 1.5;
}
@media (hover) {
  main .c-anchor-list.col3 li a:hover {
    opacity: 0.6;
  }
  main .c-anchor-list.col3 li a:hover:before {
    top: calc(50% + 5px);
  }
}
@media screen and (max-width: 767px) {
  main .c-anchor-list.col3 li a {
    font-size: 16px;
    padding: 10px 0 10px 25px;
  }
}
main .c-anchor-list.col3 li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(135deg);
  transition: top 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-anchor-list.col3 li a:before {
    left: 5px;
  }
}
main .c-text-link-column-list li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  main .c-text-link-column-list li {
    margin-bottom: 10px;
  }
}
main .c-text-link-column-list li:last-child {
  margin-bottom: 0;
}
main .c-text-link-column-list li a {
  position: relative;
  padding-left: 20px;
  display: flex;
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-text-link-column-list li a:hover {
    opacity: 0.6;
  }
}
main .c-text-link-column-list li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: top 0.3s;
}
main .c-link-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main .c-link-box {
    margin-top: 40px;
  }
}
main .c-link-box.col2 {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col2 {
    gap: 40px;
  }
}
main .c-link-box.col2 li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  main .c-link-box.col2 li {
    width: 100%;
  }
}
main .c-link-box.col2 li a {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: block;
  transition: opacity 0.3s;
}
main .c-link-box.col2 li a:has(p) .txt-area {
  display: block;
}
@media (hover) {
  main .c-link-box.col2 li a:hover {
    opacity: 0.8;
  }
  main .c-link-box.col2 li a:hover img {
    scale: 1.05;
  }
  main .c-link-box.col2 li a:hover .txt-area:before {
    right: 25px;
  }
}
@media screen and (hover) and (max-width: 767px) {
  main .c-link-box.col2 li a:hover .txt-area:before {
    right: 15px;
  }
}
main .c-link-box.col2 li a .img {
  overflow: hidden;
}
main .c-link-box.col2 li a .img img {
  transition: scale 0.3s;
}
main .c-link-box.col2 li a .txt-area {
  padding: 20px 65px 20px 30px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col2 li a .txt-area {
    padding: 20px 40px 20px 20px;
  }
}
main .c-link-box.col2 li a .txt-area:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col2 li a .txt-area:before {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
main .c-link-box.col2 li a .txt-area h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col2 li a .txt-area h3 {
    font-size: 18px;
  }
}
main .c-link-box.col2 li a .txt-area p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col2 li a .txt-area p {
    font-size: 15px;
  }
}
main .c-link-box.col3 {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col3 {
    gap: 40px 0;
  }
}
main .c-link-box.col3 li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 950px) {
  main .c-link-box.col3 li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  main .c-link-box.col3 li {
    width: 100%;
  }
}
main .c-link-box.col3 li a {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: block;
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-link-box.col3 li a:hover {
    opacity: 0.8;
  }
  main .c-link-box.col3 li a:hover img {
    scale: 1.05;
  }
  main .c-link-box.col3 li a:hover .txt-area:before {
    right: 25px;
  }
}
@media screen and (hover) and (max-width: 767px) {
  main .c-link-box.col3 li a:hover .txt-area:before {
    right: 15px;
  }
}
main .c-link-box.col3 li a .img {
  overflow: hidden;
}
main .c-link-box.col3 li a .img img {
  transition: scale 0.3s;
}
main .c-link-box.col3 li a .txt-area {
  padding: 15px 65px 15px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col3 li a .txt-area {
    padding: 0 40px 0 20px;
    min-height: 70px;
  }
}
main .c-link-box.col3 li a .txt-area:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col3 li a .txt-area:before {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
main .c-link-box.col3 li a .txt-area h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col3 li a .txt-area h3 {
    font-size: 18px;
  }
}
main .c-link-box.col3 li a .txt-area p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main .c-link-box.col3 li a .txt-area p {
    font-size: 15px;
  }
}
main .c-link-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 60px;
}
@media screen and (max-width: 767px) {
  main .c-link-img {
    gap: 40px 0;
  }
}
main .c-link-img li {
  width: calc((100% - 120px) / 3);
  display: block;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-link-img li {
    width: 100%;
  }
}
main .c-link-img li > a {
  transition: opacity 0.3s;
}
@media (hover) {
  main .c-link-img li > a:hover {
    opacity: 0.8;
  }
  main .c-link-img li > a:hover .img img {
    scale: 1.05;
  }
  main .c-link-img li > a:hover .btn {
    box-shadow: 0 0 3px #999;
  }
  main .c-link-img li > a:hover .btn:after {
    right: 12px;
  }
}
main .c-link-img li > a .img {
  overflow: hidden;
}
main .c-link-img li > a .img img {
  transition: scale 0.3s;
}
main .c-link-img li > a .btn {
  max-width: 230px;
  width: 90%;
  height: 65px;
  margin: -30px auto 0;
}
main .c-img-list {
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 850px) {
  main .c-img-list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  main .c-img-list {
    flex-direction: column;
    gap: 40px 0;
  }
}
main .c-img-list li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 850px) {
  main .c-img-list li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  main .c-img-list li {
    width: 100%;
  }
}
main .c-text-list li {
  position: relative;
  padding-left: 20px;
  transition: opacity 0.3s;
  line-height: 1.5;
  display: flex;
  margin-bottom: 10px;
}
main .c-text-list li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: var(--black);
}
main .c-number-list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
main .c-number-list li:first-letter {
  padding-right: 0.3em;
}
main .c-feature-list.alternate > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main .c-feature-list.alternate > li:nth-child(even) {
    flex-direction: column;
  }
}
main .c-feature-list.alternate.reverse:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main .c-feature-list.alternate.reverse:nth-child(odd) {
    flex-direction: column;
  }
}
main .c-feature-list.reverse > li {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main .c-feature-list.reverse > li {
    flex-direction: column;
  }
}
main .c-feature-list.no-border > li {
  border: none !important;
  padding: 100px 0 0 !important;
}
@media screen and (max-width: 767px) {
  main .c-feature-list.no-border > li {
    padding-top: 60px !important;
  }
}
main .c-feature-list.no-border > li:first-child {
  padding-top: 0 !important;
}
main .c-feature-list > li {
  padding: 50px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  main .c-feature-list > li {
    margin-top: 30px;
  }
}
main .c-feature-list > li.middle {
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .c-feature-list > li {
    padding: 40px 0 30px;
    flex-direction: column;
  }
}
main .c-feature-list > li:first-child {
  border-top: 1px solid var(--line);
}
main .c-feature-list > li > .txt-area {
  width: 50%;
}
main .c-feature-list > li > .txt-area > * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  main .c-feature-list > li > .txt-area {
    width: 100%;
  }
}
main .c-feature-list > li > .txt-area h2 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .c-feature-list > li > .txt-area h2 {
    font-size: 18px;
  }
}
main .c-feature-list > li > .txt-area p {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main .c-feature-list > li > .txt-area p {
    font-size: 15px;
    margin-top: 15px;
  }
}
main .c-feature-list > li > .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  main .c-feature-list > li > .img {
    width: 100%;
    margin: 0 auto;
    width: 90%;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  main .c-news-box .news-filter-wrap {
    overflow: auto !important;
  }
}
main .c-news-box .news-filter-wrap ul.news-filter {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 0 30px;
  overflow-y: hidden !important;
}
@media screen and (max-width: 400px) {
  main .c-news-box .news-filter-wrap ul.news-filter {
    width: 100%;
    overflow-x: auto !important;
    max-width: 375px;
    width: 100%;
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  main .c-news-box .news-filter-wrap ul.news-filter {
    margin-top: 20px;
  }
}
main .c-news-box .news-filter-wrap ul.news-filter li {
  cursor: pointer;
  position: relative;
  padding: 20px 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .c-news-box .news-filter-wrap ul.news-filter li {
    padding: 0 0 20px;
    line-height: 1;
  }
}
main .c-news-box .news-filter-wrap ul.news-filter li.current {
  cursor: default;
}
@media (hover) {
  main .c-news-box .news-filter-wrap ul.news-filter li.current:hover span {
    opacity: 1;
  }
}
main .c-news-box .news-filter-wrap ul.news-filter li.current:after {
  bottom: 0;
  opacity: 1;
}
@media (hover) {
  main .c-news-box .news-filter-wrap ul.news-filter li:hover:after {
    bottom: 0;
    opacity: 1;
  }
  main .c-news-box .news-filter-wrap ul.news-filter li:hover span {
    opacity: 0.6;
  }
}
main .c-news-box .news-filter-wrap ul.news-filter li span {
  transition: opacity 0.3s;
}
main .c-news-box .news-filter-wrap ul.news-filter li:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--black);
  opacity: 0;
  transition: all 0.3s;
}
main .c-news-box .pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  main .c-news-box .pagenation {
    margin-top: 40px;
  }
}
main .c-news-box .pagenation .page-numbers {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray);
  color: #4d4d4d;
  position: relative;
  transition: opacity 0.3s;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  main .c-news-box .pagenation .page-numbers {
    margin: 0 5px;
    width: 25px;
    height: 30px;
    font-size: 15px;
    letter-spacing: -0.03em;
  }
}
main .c-news-box .pagenation .page-numbers:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  main .c-news-box .pagenation .page-numbers:hover {
    opacity: 1;
  }
}
main .c-news-box .pagenation .page-numbers.prev {
  background: transparent !important;
}
main .c-news-box .pagenation .page-numbers.prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--red);
  border-right: solid 2px var(--red);
  transform: translate(-50%, -50%) rotate(-135deg);
}
main .c-news-box .pagenation .page-numbers.dots {
  background: transparent !important;
  pointer-events: none;
  letter-spacing: -7px;
  font-size: 12px;
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  main .c-news-box .pagenation .page-numbers.dots {
    margin: 0;
  }
}
main .c-news-box .pagenation .page-numbers.next {
  background: transparent !important;
}
main .c-news-box .pagenation .page-numbers.next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--red);
  border-right: solid 2px var(--red);
  transform: translate(-50%, -50%) rotate(45deg);
}
main .c-news-box .pagenation .current {
  background-color: var(--red);
  color: var(--white);
}
@media (hover) {
  main .c-news-box .pagenation .current:hover {
    opacity: 1;
  }
}
main .c-news-box ul.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  main .c-news-box ul.pagenation {
    margin-top: 40px;
  }
}
main .c-news-box ul.pagenation li {
  margin: 0 5px;
}
main .c-news-box ul.pagenation li.active {
  pointer-events: none;
}
main .c-news-box ul.pagenation li.active a {
  background-color: var(--red);
  color: var(--white);
}
@media screen and (max-width: 767px) {
  main .c-news-box ul.pagenation li.prev {
    margin: 0;
  }
}
main .c-news-box ul.pagenation li.prev a {
  background: transparent;
}
main .c-news-box ul.pagenation li.prev a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--red);
  border-right: solid 2px var(--red);
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  main .c-news-box ul.pagenation li.next {
    margin: 0;
  }
}
main .c-news-box ul.pagenation li.next a {
  background: transparent;
}
main .c-news-box ul.pagenation li.next a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--red);
  border-right: solid 2px var(--red);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  main .c-news-box ul.pagenation li.omission {
    margin: 0;
  }
}
main .c-news-box ul.pagenation li.omission a {
  background: transparent;
  pointer-events: none;
  letter-spacing: -7px;
  font-size: 12px;
  padding-right: 6px;
}
main .c-news-box ul.pagenation li a {
  width: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d4d4d;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-news-box ul.pagenation li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
main .c-news-box ul.pagenation li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  main .c-news-box ul.pagenation li a:hover {
    opacity: 1;
  }
}
main .c-news-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .c-news-list {
    margin-top: 20px;
  }
}
main .c-news-list li {
  display: flex;
  justify-content: space-between;
  gap: 30px 10px;
  margin-bottom: 30px;
}
main .c-news-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main .c-news-list li {
    flex-direction: column;
    gap: 5px;
  }
}
main .c-news-list li .category {
  border-left: 5px solid transparent;
  width: 125px;
  height: 26px;
  display: flex;
  align-items: center;
  font-size: 13px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 0 13px 13px 0;
  padding-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .c-news-list li .category {
    padding-left: 7px;
  }
}
main .c-news-list li .category.ir {
  border-color: #27a600;
}
main .c-news-list li .category.release {
  border-color: #e60012;
}
main .c-news-list li .category.exhibition {
  border-color: #e6d800;
}
main .c-news-list li .category.products {
  border-color: #e67700;
}
main .c-news-list li a {
  font-size: 16px;
  width: calc(100% - 145px);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  main .c-news-list li a {
    font-size: 15px;
    width: 100%;
  }
}
@media (hover) {
  main .c-news-list li a:hover {
    opacity: 0.6;
  }
}
main .c-news-list li a span {
  font-size: 14px;
  color: #666;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  main .c-news-list li a span {
    font-size: 13px;
  }
}
main .c-table {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: 100%;
  margin-top: 30px;
}
main .c-table.mini tr th {
  font-size: 14px;
  padding: 7px 10px;
}
main .c-table.mini tr td {
  font-size: 14px;
  padding: 7px 10px;
}
main .c-table tr th {
  font-size: 15px;
  text-align: left;
  background-color: var(--gray);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 15px 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  main .c-table tr th {
    padding: 10px;
    font-size: 14px;
  }
}
main .c-table tr td {
  font-size: 15px;
  text-align: left;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  font-weight: normal;
  padding: 15px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  main .c-table tr td {
    padding: 10px;
    font-size: 14px;
  }
}
main .c-spec-table {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: 100%;
}
main .c-spec-table tr th {
  font-size: 18px;
  background-color: var(--gray);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  text-align: center;
  font-weight: normal;
  padding: 10px 20px;
  vertical-align: middle;
}
main .c-spec-table tr th:nth-child(1) {
  width: 35%;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main .c-spec-table tr th:nth-child(1) {
    width: 40%;
  }
}
main .c-spec-table tr th:nth-child(2) {
  width: 15%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main .c-spec-table tr th:nth-child(2) {
    width: 20%;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  main .c-spec-table tr th:nth-child(3), main .c-spec-table tr th:nth-child(4) {
    width: 20%;
  }
}
main .c-spec-table tr th .small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  main .c-spec-table tr th .small {
    font-size: 12px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .c-spec-table tr th {
    word-break: break-word;
    font-size: 15px !important;
    padding: 5px 10px;
  }
}
main .c-spec-table tr td {
  font-size: 18px;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  vertical-align: middle;
}
main .c-spec-table tr td:nth-child(1) {
  width: 25%;
}
main .c-spec-table tr td:nth-child(2) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  main .c-spec-table tr td {
    word-break: break-word;
    font-size: 14px;
    padding: 5px 10px;
  }
}
main .c-color-box {
  padding: 40px;
}
main .c-color-box.white {
  background-color: var(--white);
}
main .c-color-box.gray {
  background-color: var(--gray);
}
@media screen and (max-width: 767px) {
  main .c-color-box {
    padding: 20px 5%;
  }
}
main .c-color-box h2,
main .c-color-box h3 {
  margin-top: 0;
}
main .c-telephone span {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: var(--red);
  padding-left: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .c-telephone span {
    margin-top: 15px;
    font-size: 28px;
    padding-left: 28px;
  }
}
main .c-telephone span:before {
  content: "";
  position: absolute;
  background: url(https://www.nisseijushi.co.jp/common/img/icn_tel.svg) no-repeat center/contain;
  top: 10px;
  left: 0;
  width: 28px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  main .c-telephone span:before {
    top: 7px;
    width: 20px;
    height: 30px;
  }
}
main .c-fax span {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: var(--red);
  padding-left: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .c-fax span {
    margin-top: 15px;
    font-size: 28px;
    padding-left: 28px;
  }
}
main .c-fax span:before {
  content: "";
  position: absolute;
  background: url(https://www.nisseijushi.co.jp/common/img/icn_fax.svg) no-repeat center/contain;
  top: 10px;
  left: 0;
  width: 37px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  main .c-fax span:before {
    top: 8px;
    width: 20px;
    height: 30px;
  }
}
main .c-mail span {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: var(--red);
  padding-left: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .c-mail span {
    margin-top: 15px;
    font-size: 18px;
    padding-left: 30px;
  }
}
main .c-mail span:before {
  content: "";
  position: absolute;
  background: url(https://www.nisseijushi.co.jp/common/img/icn_mail.svg) no-repeat center/contain;
  top: 1px;
  left: 0;
  width: 37px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  main .c-mail span:before {
    top: 0px;
    width: 22px;
    height: 30px;
  }
}
main .c-contact-area {
  height: 160px;
  background-color: var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  main .c-contact-area {
    display: block;
    height: auto;
    padding: 20px 5% 30px;
    text-align: center;
  }
}
main .c-contact-area h2 {
  font-size: 32px;
  font-weight: bold;
  border-right: 2px solid var(--black);
  padding-right: 40px;
  margin-right: 40px;
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  main .c-contact-area h2 {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  main .c-contact-area h2 {
    font-size: 24px;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    height: auto;
    display: block;
  }
}
main .c-contact-area p {
  font-size: 16px;
}
main .c-contact-area .btn {
  margin-left: 45px;
}
@media screen and (max-width: 1000px) {
  main .c-contact-area .btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  main .c-contact-area .btn {
    margin: 0;
  }
}
main .c-contact-area .btn a {
  width: 230px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  main .c-contact-area .btn a {
    margin: 20px auto 0;
  }
}

.c-btn-white {
  width: 230px;
  height: 60px;
  background-color: var(--white);
  border-radius: 6px;
  color: var(--red) !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 30px;
  line-height: 1.5;
  box-shadow: 0 0 12px #bbb;
  transition: box-shadow 0.3s;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
.c-btn-white.big {
  width: 350px;
  height: 70px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn-white.big {
    width: 300px;
    font-size: 18px;
  }
}
.c-btn-white.center {
  margin: 0 auto;
}
.c-btn-white.right {
  margin-left: auto;
}
.c-btn-white:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  bottom: auto;
  translate: 0 -50%;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--red);
  border-right: 1px solid var(--red);
  transform: rotate(45deg);
  transition: right 0.15s linear;
}
@media (hover) {
  .c-btn-white:hover {
    box-shadow: 0 0 3px #bbb;
  }
  .c-btn-white:hover:after {
    right: 15px;
  }
}

.c-fix-bnr-school {
  width: 47px;
  position: fixed;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 4;
  background-color: var(--white);
  transition: opacity 0.3s;
}
@media screen and (max-width: 950px) {
  .c-fix-bnr-school {
    width: 50%;
    min-width: 250px;
    top: auto;
    left: 5%;
    bottom: 20px;
    translate: 0;
  }
}
@media screen and (max-width: 950px) {
  .c-fix-bnr-school.end {
    opacity: 0;
    pointer-events: none;
  }
}
.c-fix-bnr-school a {
  transition: opacity 0.3s;
}
@media (hover) {
  .c-fix-bnr-school a:hover {
    opacity: 0.7;
  }
  .c-fix-bnr-school a:hover p:after {
    left: calc(50% + 2px);
  }
}
@media screen and (hover) and (max-width: 767px) {
  .c-fix-bnr-school a:hover p:after {
    left: auto;
    right: 3%;
  }
}
@media screen and (max-width: 950px) {
  .c-fix-bnr-school a {
    display: flex;
    justify-content: center;
    height: 38px;
  }
}
.c-fix-bnr-school a .icn {
  width: 100%;
  background-color: var(--red);
  padding: 10px 10px 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .c-fix-bnr-school a .icn {
    width: 60px;
    height: 100%;
    padding: 8px 5px 8px 8px;
  }
  .c-fix-bnr-school a .icn img {
    width: 100%;
    height: 100%;
  }
}
.c-fix-bnr-school a p {
  width: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--black);
  padding: 15px 15px 37px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 950px) {
  .c-fix-bnr-school a p {
    writing-mode: horizontal-tb;
    padding: 10px 7% 14px 5%;
    line-height: 1;
  }
}
.c-fix-bnr-school a p:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 3px);
  translate: -50% -50%;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
  transition: left 0.2s, right 0.2s;
}
@media screen and (max-width: 950px) {
  .c-fix-bnr-school a p:after {
    left: auto;
    right: 5%;
  }
}

.c-footer {
  margin-top: 150px;
  background-color: var(--black);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer {
    margin-top: 80px;
  }
}
.c-footer * {
  color: var(--white);
}
.c-footer .c-btn-pagetop {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background-color: var(--white);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 4;
  box-shadow: 0 0 12px #bbb;
  opacity: 0;
  pointer-events: none;
  transition: box-shadow 0.2s, opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-footer .c-btn-pagetop {
    right: 5%;
    bottom: 20px;
  }
}
.c-footer .c-btn-pagetop:after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  left: 50%;
  translate: -50% -50%;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(-45deg);
}
.c-footer .c-btn-pagetop.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-footer .c-btn-pagetop.end {
  position: absolute;
  top: -18px;
  opacity: 1 !important;
  pointer-events: auto !important;
}
@media (hover) {
  .c-footer .c-btn-pagetop:hover {
    box-shadow: 0 0 1px #bbb;
  }
}
.c-footer .inner {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 0 120px;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .c-footer .inner {
    width: 90%;
    padding: 8vw 0;
    position: static;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .c-footer .inner {
    padding: 50px 5% 40px;
    width: 100%;
  }
}
.c-footer .inner .flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .about-area {
    width: 48%;
  }
}
.c-footer .inner .flex .about-area .logo {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .about-area .logo {
    width: 60%;
  }
}
.c-footer .inner .flex .about-area .company-name {
  font-size: 18px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .about-area .company-name {
    margin-top: 30px;
    font-size: 3.9vw;
  }
}
.c-footer .inner .flex .about-area .about {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .about-area .about {
    margin-top: 15px;
    font-size: 3vw;
  }
}
.c-footer .inner .flex .nav-box {
  margin-top: 10px;
  max-width: 710px;
  width: calc(100% - 110px);
  margin-left: 110px;
}
@media screen and (max-width: 1100px) {
  .c-footer .inner .flex .nav-box {
    width: 70%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box {
    width: 48%;
    margin: 0;
  }
}
.c-footer .inner .flex .nav-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box ul {
    gap: 3vw 0;
  }
}
.c-footer .inner .flex .nav-box ul.btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box ul.btn {
    margin: 20px 0 40px;
  }
}
.c-footer .inner .flex .nav-box ul > li {
  max-width: 145px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box ul > li {
    max-width: 100%;
  }
}
.c-footer .inner .flex .nav-box ul > li:nth-child(4) {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box ul > li:nth-child(4) {
    max-width: 100pc;
  }
}
.c-footer .inner .flex .nav-box ul > li.btn {
  width: 100%;
  max-width: 200px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box ul > li.btn {
    max-width: 100%;
    margin-top: 0;
  }
}
.c-footer .inner .flex .nav-box ul > li.btn a {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 200px;
  height: 50px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box ul > li.btn a {
    width: 100%;
    margin: 0;
    font-size: 4vw;
    height: 12vw;
  }
  .c-footer .inner .flex .nav-box ul > li.btn a:after {
    width: 2vw;
    height: 2vw;
  }
}
.c-footer .inner .flex .nav-box ul > li a {
  font-size: 16px;
  transition: opacity 0.3s;
  display: block;
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box ul > li a {
    padding-left: 3.5vw;
    font-size: 4vw;
  }
}
.c-footer .inner .flex .nav-box ul > li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-footer .inner .flex .nav-box ul > li a:before {
    top: 2.6vw;
    width: 2vw;
    height: 2vw;
  }
}
@media (hover) {
  .c-footer .inner .flex .nav-box ul > li a:hover {
    opacity: 0.8;
  }
}.c-footer .inner ul.bottom {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  gap: 0 25px;
}
@media screen and (max-width: 810px) {
  .c-footer .inner ul.bottom {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .inner ul.bottom {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    position: static;
    width: 100%;
    gap: 0 15px;
    margin-top: 1vw;
  }
}
.c-footer .inner ul.bottom li {
  margin-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  .c-footer .inner ul.bottom li {
    margin-top: 0;
  }
}
.c-footer .inner ul.bottom li a {
  font-size: 12px;
  transition: opacity 0.3s;
}
@media (hover) {
  .c-footer .inner ul.bottom li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .inner ul.bottom li a {
    font-size: 3vw;
  }
}
.c-footer .inner ul.bottom li:last-child {
  margin-left: 45px;
}
@media screen and (max-width: 810px) {
  .c-footer .inner ul.bottom li:last-child {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .inner ul.bottom li:last-child {
    width: 100%;
    margin: 3vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .inner ul.bottom li:last-child p {
    text-align: right;
  }
}
.c-footer .inner ul.bottom li:last-child p small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-footer .inner ul.bottom li:last-child p small {
    font-size: 2.8vw;
  }
}

.not-found-area {
  background-color: var(--white);
  margin-top: 100px !important;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .not-found-area {
    margin-top: 20px !important;
    padding: 30px 5% 40px;
  }
}
.not-found-area h1 {
  color: var(--red);
  font-size: 38px;
  text-align: center;
  font-family: var(--inter);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .not-found-area h1 {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
}
.not-found-area h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .not-found-area h2 {
    font-size: 18px;
  }
}
.not-found-area h2 br {
  display: none;
}
@media screen and (max-width: 500px) {
  .not-found-area h2 br {
    display: block;
  }
}
.not-found-area p {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .not-found-area p {
    text-align: left;
    margin-top: 30px;
  }
}
.not-found-area .btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .not-found-area .btn {
    margin-top: 30px;
  }
}
.not-found-area .btn a {
  margin: 0 auto;
}

/*google search*/
.gsib_a input {
  background: none !important;
}

.gsc-input-box table{
  border:none;
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-search-button {
  background: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  border: none !important;
  width:0!important;
}

.gsc-search-button-v2 {
  background: url(https://www.nisseijushi.co.jp/common/img/icn_search.svg) no-repeat center 20px !important;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
}
@media screen and (max-width: 500px) {
  .gsc-search-button-v2 {
    top: 55% !important;
  }
}
.gsc-search-button-v2 svg {
  display: none;
}

.gsc-control-cse {
  border: none !important;
  border-radius: 5px !important;
}

.gsc-search-box {
  margin: 0 !important;
}

.gsc-input-box {
  border: none !important;
  border-radius: 5px !important;
  padding:0!important;
}

.gsc-input {
  padding-right: 0 !important;
}

.gsib_b {
  display: none;
}
.gsib_a{
  padding:3px 34px 3px 9px!important;
}
@media screen and (max-width: 500px) {
  .gsib_a {
    padding: 0 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .gsc-results-wrapper-overlay {
    top: 70px !important;
    height: calc(100% - 80px) !important;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
.header,.footer{
  display:none!important;
}
.dnd-column{
  padding:0!important;
}
form{
  background-color: transparent!important;
  border: none!important;
  border-radius: 0!important;
  padding: 0!important;
}
.hs-tools-menu{display:none;}
.hamburger{border:none!important}

.c-btn-white:hover{
 font-weight:bold!important;
}
.body-container-wrapper .span12 .row-fluid-wrapper:nth-child(1){padding:0;}