@charset "UTF-8";
/*f-リセット*/
*,
::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;
}

main {
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

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

caption {
  text-align: left;
}

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

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

/*g-variable*/
/*g-mixin*/
@-webkit-keyframes bdr-l-r {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}
@keyframes bdr-l-r {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny-long {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
@keyframes shiny-long {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
@-webkit-keyframes header-language-btn-pc {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: 132px;
  }
}
@keyframes header-language-btn-pc {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: 132px;
  }
}
@-webkit-keyframes header-contact-btn-pc {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: 200px;
  }
}
@keyframes header-contact-btn-pc {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: 200px;
  }
}
@-webkit-keyframes fade-in-item {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in-item {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-out-item {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade-out-item {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*f-ベース*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html body {
  font-size: 1.4rem;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  html body {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

/*マージン5px～100px*/
.top5 {
  margin-top: 5px;
}

.btm5 {
  margin-bottom: 5px;
}

.top10 {
  margin-top: 10px;
}

.btm10 {
  margin-bottom: 10px;
}

.top15 {
  margin-top: 15px;
}

.btm15 {
  margin-bottom: 15px;
}

.top20 {
  margin-top: 20px;
}

.btm20 {
  margin-bottom: 20px;
}

.top25 {
  margin-top: 25px;
}

.btm25 {
  margin-bottom: 25px;
}

.top30 {
  margin-top: 30px;
}

.btm30 {
  margin-bottom: 30px;
}

.top35 {
  margin-top: 35px;
}

.btm35 {
  margin-bottom: 35px;
}

.top40 {
  margin-top: 40px;
}

.btm40 {
  margin-bottom: 40px;
}

.top45 {
  margin-top: 45px;
}

.btm45 {
  margin-bottom: 45px;
}

.top50 {
  margin-top: 50px;
}

.btm50 {
  margin-bottom: 50px;
}

.top55 {
  margin-top: 55px;
}

.btm55 {
  margin-bottom: 55px;
}

.top60 {
  margin-top: 60px;
}

.btm60 {
  margin-bottom: 60px;
}

.top65 {
  margin-top: 65px;
}

.btm65 {
  margin-bottom: 65px;
}

.top70 {
  margin-top: 70px;
}

.btm70 {
  margin-bottom: 70px;
}

.top75 {
  margin-top: 75px;
}

.btm75 {
  margin-bottom: 75px;
}

.top80 {
  margin-top: 80px;
}

.btm80 {
  margin-bottom: 80px;
}

.top85 {
  margin-top: 85px;
}

.btm85 {
  margin-bottom: 85px;
}

.top90 {
  margin-top: 90px;
}

.btm90 {
  margin-bottom: 90px;
}

.top95 {
  margin-top: 95px;
}

.btm95 {
  margin-bottom: 95px;
}

.top100 {
  margin-top: 100px;
}

.btm100 {
  margin-bottom: 100px;
}

/*マージンSP-PC*/
.top40-50 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top40-50 {
    margin-top: 50px;
  }
}

.top30-40 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top30-40 {
    margin-top: 40px;
  }
}

.top20-30 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top20-30 {
    margin-top: 30px;
  }
}

.btm50-100 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .btm50-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  a:hover:hover {
    outline: none;
  }
}
body.drawer-on {
  overflow-y: hidden;
}

/*l-header*/
.l-header {
  width: 100%;
  height: 58px;
  position: fixed;
  z-index: 5;
  transition: 0.5s ease-in-out;
}
.l-header::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 58px;
  position: absolute;
  top: -58px;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 1100px) {
  .l-header::after {
    height: 91px;
    top: -91px;
  }
}
@media screen and (min-width: 1100px) {
  .l-header {
    height: 91px;
  }
}
.l-header.change-color::after {
  top: 0;
}
.l-header--inner {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.l-header--inner a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header--inner a .l-header-logo {
  max-width: 178px;
  width: calc(100vw - 190px);
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 7px;
}
@media screen and (min-width: 880px) {
  .l-header--inner a .l-header-logo {
    max-width: 250px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner a .l-header-logo {
    max-width: 280px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header--inner a .l-header-logo {
    max-width: 387px;
    margin-left: 37px;
  }
}
.l-header--inner--right {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right {
    width: 100%;
    margin-right: 10px;
    max-width: 960px;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right {
    width: calc(100% - 185px);
    max-width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
  .l-header--inner--right {
    margin-right: 25px;
  }
}
.l-header--inner--right .l-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav {
    display: block;
    width: calc(100% - 112px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .l-header--inner--right .l-header-nav {
    width: calc(100% - 185px);
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul {
    display: flex;
    justify-content: space-around;
    margin-left: 10px;
  }
  .l-header--inner--right .l-header-nav > ul > li {
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    min-height: 483px;
    left: 0;
    right: 0;
    top: 58px;
    background: rgb(255, 255, 255);
    border-top: 1px solid #CFCFCF;
    transition: 0.3s ease-in-out;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .l-header--inner--right .l-header-nav > ul > li .mega {
    top: 91px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li .mega:hover {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap {
    max-width: 1390px;
    padding-inline: 20px;
    margin-inline: auto;
    display: flex;
    gap: 7.7%;
    justify-content: center;
    align-items: flex-start;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-ttl {
    width: 136px;
    font-size: 3.4rem;
    font-weight: bold;
    margin-top: 90px;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-ttl a {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 30px;
    position: relative;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-ttl a::after {
    content: "";
    background: url(../images/common/arrow.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 14px;
    display: inline-block;
    position: absolute;
    transition: 0.3s;
    top: 3px;
    right: 0;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-ttl a:hover::after {
    right: -5px;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap:has(.mega-menu-company-list) {
    max-width: 1100px;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-company-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-block: 50px;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-company-list .box {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-company-list .box:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-company-list .box img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-company-list .box .mega-ttl {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-block: 50px;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list .c-card-drawer {
    width: calc((100% - 20px) / 3);
    height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #EFEFEF;
    padding: 15px;
    position: relative;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list .c-card-drawer {
    width: 214px;
    height: 185px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list .c-card-drawer:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list .c-card-drawer .item-img {
    max-width: 124px;
    height: calc(100% - 40px);
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list .c-card-drawer .item-img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list .c-card-drawer .item-name {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    height: 40px;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list .c-card-drawer .item-name .icon {
    width: 20px;
    margin-right: 5px;
  }
  .l-header--inner--right .l-header-nav > ul > li .mega .mega-wrap .mega-menu-products-list .c-card-drawer .item-name .icon img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-header--inner--right .l-header-nav > ul > li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .l-header--inner--right .l-header-nav > ul > li {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .l-header--inner--right .l-header-nav > ul > li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li > a {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    transition: ease-in-out 0.3s;
    padding-inline: 3px;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-header--inner--right .l-header-nav > ul > li > a {
    justify-content: center;
    padding-left: 3px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li > a.mega-hover::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #E85400;
    border-right: 2px solid #E85400;
    transform: rotate(135deg);
    display: inline-block;
    right: 10px;
    top: 50% px;
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li > a.current::before {
    content: "";
    width: 95%;
    height: 5px;
    background: #E85400;
    left: 2%;
    bottom: 0;
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-header--inner--right .l-header-nav > ul > li > a.current:hover::before {
    width: 95%;
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li > a.current.mega-hover::before {
    left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li > a:hover {
    color: #E85400;
  }
  .l-header--inner--right .l-header-nav > ul > li > a:hover + .mega {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .l-header--inner--right .l-header-nav > ul > li > a {
    height: 91px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li > a.change-color {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li.news {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-header--inner--right .l-header-nav > ul > li.news {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .l-header--inner--right .l-header-nav > ul > li.news {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li.recruit span {
    padding-right: 20px;
    position: relative;
  }
  .l-header--inner--right .l-header-nav > ul > li.recruit span::after {
    content: "";
    background: url(../images/common/link.svg) no-repeat;
    background-size: contain;
    width: 17px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 2px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .l-header--inner--right .l-header-nav > ul > li.recruit span::after {
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li.recruit .change-color span::after {
    background: url(../images/common/link.svg) no-repeat;
    background-size: contain;
    width: 17px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li.book {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (min-width: 880px) {
  .l-header--inner--right .l-header-nav > ul > li.book {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .l-header--inner--right .l-header-nav > ul > li.book {
    margin-top: 26px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  .l-header--inner--right .l-header-nav > ul > li.book {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .l-header--inner--right .l-header-nav > ul > li.book {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li.book a {
    background: #E85400;
    max-width: 70px;
    height: 40px;
    color: #fff;
    font-size: 1.4rem;
    padding: 2px 5px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 880px) {
  .l-header--inner--right .l-header-nav > ul > li.book a {
    max-width: 100px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  .l-header--inner--right .l-header-nav > ul > li.book a {
    max-width: 231px;
    height: 57px;
    font-size: 1.8rem;
    padding: 2px 10px;
  }
  .l-header--inner--right .l-header-nav > ul > li.book a br.tb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .l-header-nav > ul > li.book a img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 880px) {
  .l-header--inner--right .l-header-nav > ul > li.book a img {
    display: inline-block;
    width: 28px;
    margin-right: 5px;
    -o-object-fit: contain;
       object-fit: contain;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .l-header--inner--right .l-header-nav > ul > li.book a img {
    width: 33px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-header--inner--right .l-header-nav > ul > li.book a:hover {
    background: #ff5c00;
  }
}
.l-header--inner--right .language {
  position: fixed;
  width: 58px;
  height: 58px;
  background: #fff;
  top: 0;
  right: 116px;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .language {
    right: 58px;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .language {
    right: 91px;
  }
}
@media (hover: hover) {
  .l-header--inner--right .language:hover .language-button {
    background: #f7f7f7;
  }
}
.l-header--inner--right .language .language-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  background: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .language .language-button {
    transition: 0.3s ease-in-out;
  }
}
.l-header--inner--right .language .language-button span {
  color: #000;
  font-size: 1rem;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .language .language-button span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .language .language-button span {
    padding-bottom: 15px;
  }
}
.l-header--inner--right .language .language-button img {
  max-width: 25px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .language .language-button img {
    max-width: 33px;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .language {
    width: 91px;
    height: 91px;
    right: 91px;
  }
}
.l-header--inner--right .language .language-choice {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .language .language-choice {
    top: 58px;
    width: 273px;
    left: inherit;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .language .language-choice {
    top: 91px;
  }
}
.l-header--inner--right .language .language-choice.is-active {
  opacity: 1;
  visibility: visible;
  height: 132px;
  display: flex;
}
.l-header--inner--right .language .language-choice.is-active a > span {
  width: 100%;
  text-align: center;
}
.l-header--inner--right .language .language-choice.is-active a > span::after {
  content: "";
  background: url(../images/common/link.svg) no-repeat;
  width: 1.762rem;
  height: 1.451rem;
  display: inline-block;
  margin-left: 10px;
}
.l-header--inner--right .language .language-choice.is-active a:first-of-type {
  position: relative;
  width: 100%;
}
.l-header--inner--right .language .language-choice.is-active a:first-of-type::after {
  content: "";
  border-bottom: 1px solid #EFEFEF;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.l-header--inner--right .header-contact {
  position: fixed;
  top: 0;
  right: 58px;
  width: 58px;
  height: 58px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .header-contact {
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .header-contact {
    right: 0;
    width: 91px;
    height: 91px;
  }
}
.l-header--inner--right .header-contact .header-contactform {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  padding: 20px;
  background: #3E3E3E;
  gap: 20px;
  height: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .header-contact .header-contactform {
    transition: 0s;
    height: 0;
    width: 560px;
  }
}
.l-header--inner--right .header-contact .header-contactform a {
  background: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100px;
  gap: 15px;
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .header-contact .header-contactform a {
    flex-direction: column;
  }
}
.l-header--inner--right .header-contact .header-contactform a span {
  font-weight: bold;
  font-size: 1.8rem;
}
.l-header--inner--right .header-contact .header-contactform.is-active {
  opacity: 1;
  visibility: visible;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .header-contact .header-contactform.is-active {
    left: inherit;
    right: 0;
    top: 58px;
    height: 200px;
    background: #3E3E3E;
    padding: 20px;
    gap: 20px;
    width: 560px;
    flex-direction: row;
  }
  .l-header--inner--right .header-contact .header-contactform.is-active a {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 160px;
    width: 250px;
    gap: 20px;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-header--inner--right .header-contact .header-contactform.is-active a:hover {
    color: #E85400;
  }
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .header-contact .header-contactform.is-active a span {
    font-weight: bold;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .header-contact .header-contactform.is-active {
    top: 91px;
  }
}
.l-header--inner--right .header-contact .l-header-mail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 58px;
  height: 58px;
  background: #3E3E3E;
  margin-right: 58px;
  transition: ease-in-out 0.2s;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 1.2rem;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header--inner--right .header-contact .l-header-mail {
    width: 58px;
    height: 58px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .header-contact .l-header-mail {
    width: 91px;
    height: 91px;
    margin-right: 0;
  }
}
@media (hover: hover) {
  .l-header--inner--right .header-contact .l-header-mail:hover {
    background: #5d5d5d;
  }
}
.l-header--inner--right .header-contact .l-header-mail img {
  width: 23px;
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .header-contact .l-header-mail img {
    width: 35px;
  }
}
.l-header--inner--right .header-contact .l-header-mail img + span {
  margin-block: 10px 7px;
  font-size: 0.88rem;
}
@media screen and (min-width: 1100px) {
  .l-header--inner--right .header-contact .l-header-mail img + span {
    margin-block: 12px 14px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header:has(a.mega-hover:hover, .mega:hover) + .mega-bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 1100px) {
  .l-header:has(a.mega-hover:hover, .mega:hover) + .mega-bg {
    top: 91px;
  }
}

@-webkit-keyframes arrow-hover {
  0% {
    opacity: 0;
  }
  100% {
    margin-right: -10px;
    opacity: 1;
  }
}

@keyframes arrow-hover {
  0% {
    opacity: 0;
  }
  100% {
    margin-right: -10px;
    opacity: 1;
  }
}
@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*object-c-ボタン*/
.c-drawer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  background: #E85400;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-drawer-button {
    display: none;
  }
}
.c-drawer-button b {
  font-weight: normal;
  color: #fff;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  word-break: keep-all;
}
@media screen and (min-width: 1100px) {
  .c-drawer-button b {
    bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .c-drawer-button {
    width: 91px;
    height: 91px;
  }
}
.c-drawer-button span {
  background: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 1100px) {
  .c-drawer-button span {
    width: 29px;
  }
}
.c-drawer-button span::before, .c-drawer-button span::after {
  content: "";
  background: #fff;
  width: 18px;
  height: 2px;
  display: inline-block;
  position: absolute;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 1100px) {
  .c-drawer-button span::before, .c-drawer-button span::after {
    width: 29px;
  }
}
.c-drawer-button span::before {
  top: 8px;
}
@media screen and (min-width: 1100px) {
  .c-drawer-button span::before {
    top: 11px;
  }
}
.c-drawer-button span::after {
  bottom: 8px;
}
@media screen and (min-width: 1100px) {
  .c-drawer-button span::after {
    bottom: 11px;
  }
}
.c-drawer-button.is-active {
  z-index: 7;
}
.c-drawer-button.is-active span {
  background: transparent;
}
.c-drawer-button.is-active span::before {
  transform: rotate(-45deg);
  top: 0;
}
.c-drawer-button.is-active span::after {
  transform: rotate(45deg);
  bottom: 0;
}
@media (hover: hover) {
  .c-drawer-button:hover {
    cursor: pointer;
  }
  .c-drawer-button:hover span {
    scale: 1.05;
  }
}

/*ボタン*/
.c-button {
  width: 100%;
  max-width: 335px;
  height: 85px;
}
@media screen and (min-width: 768px) {
  .c-button {
    max-width: 360px;
  }
}
.c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100%;
  width: 100%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.c-button a.wh {
  border: 2px solid #EFEFEF;
}
.c-button a::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 3px;
  height: 35px;
  background: #E85400;
  display: inline-block;
  transition: 0.3s;
  border-radius: 2px;
}
.c-button a::after {
  content: "";
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 30px;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-button a:hover span {
    color: #E85400;
  }
  .c-button a:hover.wh {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
  .c-button a:hover::after {
    right: 20px;
  }
  .c-button a:hover.pdf::before {
    left: 5px;
  }
  .c-button a:hover.pdf::after {
    right: 30px;
  }
}
.c-button a span {
  color: #000;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.c-button a.mail::after {
  content: "";
  background: url(../images/common/mail_og.svg) no-repeat;
  width: 17px;
  height: 13px;
  display: inline-block;
}
@media (hover: hover) {
  .c-button a.mail:hover::after {
    right: 30px;
  }
}
.c-button a.form::after {
  content: "";
  background: url(../images/common/contact_form.svg) no-repeat;
  width: 16px;
  height: 17px;
  display: inline-block;
}
@media (hover: hover) {
  .c-button a.form:hover::after {
    right: 30px;
  }
}
.c-button a.pdf::after {
  content: "";
  background: url(../images/common/pdf.svg) no-repeat;
  display: inline-block;
  width: 22px;
  height: 27px;
  transform: translate(5px, 5px);
}
/* 2025/06/09追記 */
.p-contact-button.c-button.w-100 a.pdf-contact span {
  font-size: 2rem;
}
@media screen and (max-width: 1100px){
.p-contact-button.c-button.w-100 a.pdf-contact span {
  font-size: 1.6rem;
}
.p-contact.p-contact-sub .p-contact-box .p-contact-button.c-button.w-100 a.pdf-contact span {
  font-size: 1.6rem;
}
}
.c-button a.pdf-contact::after {
  content: "";
  background: url(../images/common/pdf.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
  transform: translate(-10px, 2px);
  position: static;
}
@media screen and (max-width: 768px) {
  .c-button a.pdf-contact::after {
  width: 18px;
  height: 18px;
  transform: translate(-10px, 2px);
}
}
.c-button.c-button18-sp-min {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-button.c-button18-sp-min {
    height: 60px;
    font-size: 1.4rem;
    width: 70%;
    min-width: 250px;
  }
  .c-button.c-button18-sp-min a::after {
    right: 20px;
  }
}

/*トップへ戻るボタン*/
.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #EFEFEF;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .page-top {
    transform: translateY(50px);
  }
}
@media screen and (min-width: 1100px) {
  .page-top {
    transition: opacity 1s, visibility 1s, transform 1s;
    width: 60px;
    height: 60px;
    right: 50px;
  }
}
.page-top::before {
  content: "";
  border-top: 2px solid #3E3E3E;
  border-right: 2px solid #3E3E3E;
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  top: 15px;
  left: 46%;
}
@media screen and (min-width: 1100px) {
  .page-top::before {
    top: 20px;
  }
}
.page-top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .page-top.show {
    transform: translateY(0px);
  }
}

.c-ttlimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-ttlimg {
    text-align: left;
    gap: 40px;
  }
}
.c-ttlimg img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-ttlimg img {
    height: 66px;
  }
}
.c-ttlimg--ttl {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-ttlimg--ttl {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.c-ttlimg--ttl.wh {
  color: #fff;
}

.c-bold-ttl {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/*下層タイトル*/
.border-ttl-h1 {
  border-bottom: 1px solid #EFEFEF;
}

.ttl-h1 {
  display: flex;
  height: 140px;
  align-items: center;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px) {
  .ttl-h1 {
    height: 200px;
    font-size: 5rem;
  }
}

.ttl-left-border {
  border-left: 4px solid #E85400;
  padding: 13px 20px;
  line-height: 1;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-block: 40px;
}
@media screen and (min-width: 768px) {
  .ttl-left-border {
    padding: 13px 40px;
    margin-block: 60px 40px;
    letter-spacing: 0.1em;
  }
  .ttl-left-border.ttl_pc_center {
    border-left: none;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
    font-size: 4rem;
    margin-bottom: 70px;
  }
  .ttl-left-border.ttl_pc_center::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #E85400;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
  }
  .ttl-left-border.ttl_pc_u_border {
    border-left: none;
    border-bottom: 2px solid #EFEFEF;
    position: relative;
    font-size: 2.4rem;
    padding: 20px;
    margin-top: 0;
  }
  .ttl-left-border.ttl_pc_u_border::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #E85400;
    position: absolute;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
}

.ttl-left-bar {
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.7777777778;
  padding: 5px 20px;
  margin-bottom: 30px;
}
.ttl-left-bar.one {
  padding: 15px 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ttl-left-bar.one {
    padding: 5px 20px 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ttl-left-bar {
    line-height: 1.5714285714;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
  }
}
.ttl-left-bar::before {
  content: "";
  width: 4px;
  height: 41px;
  background: #E85400;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ttl-left-bar::before {
    width: 70px;
    height: 2px;
    top: inherit;
    left: 0;
    bottom: -2px;
  }
}

.ttl-left-border-sub {
  border-left: 4px solid #E85400;
  padding: 0 20px;
  line-height: 1.4;
  font-size: clamp(4rem, 4vw, 5.6rem);
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-block: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ttl-left-border-sub span {
  font-weight: bold;
  color: #E85400;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.1;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .ttl-left-border-sub span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .ttl-left-border-sub {
    padding: 0 40px;
    margin-block: 60px 40px;
  }
}

.ttl-u-bar {
  border-bottom: 2px solid #EFEFEF;
  padding-block: 30px;
  line-height: 1;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-block: 10px 30px;
  position: relative;
}
.ttl-u-bar::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #E85400;
  position: absolute;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

/*下層お問い合わせ*/
.ttl-contact {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  font-size: clamp(2.2rem, 3vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.08em;
}
.ttl-contact::after {
  content: "";
  width: 45px;
  height: 2px;
  background: #E85400;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ttl-contact::after {
    width: 70px;
    margin-top: 30px;
  }
}

/*テキスト*/
.c-read {
  font-weight: bold;
  text-align: left;
}
.c-read__ind {
  text-indent: 1em;
}

.c-text {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-text {
    line-height: 2;
  }
}

.c-al-right {
  text-align: right;
}

.c-al-center {
  text-align: center;
}

.c-card-container {
  width: 100%;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.c-card-container .c-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
}
@media screen and (min-width: 768px) {
  .c-card-container .c-card {
    background: #fff;
    transition: ease-in-out 0.3s;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-card-container .c-card:hover {
    box-shadow: rgba(255, 255, 255, 0.7) 0px 2px 4px 0px, rgba(255, 255, 255, 0.9) 0px 2px 16px 0px;
  }
  .c-card-container .c-card:hover .item-img {
    overflow: hidden;
  }
  .c-card-container .c-card:hover .item-img img {
    transform: scale(1.08);
  }
}
.c-card-container .c-card .item-img {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.c-card-container .c-card .item-img img {
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .c-card-container .c-card .item-img img {
    max-width: 240px;
    height: 200px;
    transition: 0.5s 0s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.c-card-container .c-card .item-name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-card-container .c-card .item-name img {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .c-card-container .c-card .item-name {
    font-size: 3rem;
    background: none;
  }
}
.c-card-container .c-card .item-sub {
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  padding-block: 10px 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-card-container .c-card .item-sub {
    color: #3E3E3E;
    background: none;
  }
}
.c-card-container .c-card .item-txt {
  padding-block: 15px;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-card-container .c-card .item-txt {
    color: #000;
    padding: 0 20px 20px 20px;
    max-width: 280px;
    margin-inline: auto;
  }
}

.c-card-img-txt.col2-3 {
  display: flex;
  justify-content: space-between;
  gap: 5.215%;
  flex-wrap: wrap;
}
.c-card-img-txt.col2-3 .box {
  width: 47.3925%;
}
@media screen and (min-width: 768px) {
  .c-card-img-txt {
    display: flex;
    justify-content: space-between;
  }
  .c-card-img-txt .box {
    display: flex;
    flex-direction: column;
  }
  .c-card-img-txt.col2 {
    gap: 2.677%;
  }
  .c-card-img-txt.col2 .box {
    width: 48.6615%;
  }
  .c-card-img-txt.col3 {
    gap: 2.7555%;
  }
  .c-card-img-txt.col3 .box {
    width: 31.4963333333%;
  }
}

.c-list-news li {
  border-bottom: 1px solid #CFCFCF;
}
.c-list-news li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
}
.c-list-news li a.pdf .ttl::after {
  content: "";
  background: url(../images/common/pdf.svg) no-repeat;
  display: inline-block;
  width: 22px;
  height: 27px;
  transform: translate(5px, 5px);
}
@media screen and (min-width: 1300px) {
  .c-list-news li a {
    justify-content: space-between;
    align-items: flex-start;
    padding-block: 40px;
    position: relative;
    transition: ease-in-out 0.3s;
  }
  .c-list-news li a .ttl {
    transition: 1s;
  }
  .c-list-news li a::after {
    content: "";
    background: url(../images/common/arrow.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 1300px) and (hover: hover) {
  .c-list-news li a:hover .ttl {
    color: #E85400;
  }
  .c-list-news li a:hover::before {
    content: "";
    width: 0;
    height: 1px;
    background: #E85400;
    -webkit-animation-name: line;
            animation-name: line;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-list-news li a:hover::after {
    right: 10px;
  }
}
.c-list-news li a .date {
  width: 95px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #3E3E3E;
}
@media screen and (min-width: 768px) {
  .c-list-news li a .date {
    width: 115px;
  }
}
@media screen and (min-width: 1300px) {
  .c-list-news li a .date {
    font-size: 1.8rem;
    position: relative;
  }
}
.c-list-news li a .cat {
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  font-size: 1.2rem;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .c-list-news li a .cat {
    font-size: 1.4rem;
  }
}
.c-list-news li a .cat.info {
  background: #3E3E3E;
}
.c-list-news li a .cat.products {
  background: #216ABD;
}
.c-list-news li a .cat.new-product {
  background: #E85400;
}
@media screen and (min-width: 768px) {
  .c-list-news li a .cat {
    padding: 5px 20px;
    position: relative;
  }
}
.c-list-news li a .ttl {
  width: 100%;
  padding-block: 10px 20px;
  display: block;
  line-height: 1.6;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  color: #3E3E3E;
}
@media screen and (min-width: 1300px) {
  .c-list-news li a .ttl {
    width: calc(100% - 20px - 250px);
    line-height: 2;
    padding-block: 0;
    transform: translateY(-10px);
    padding-right: 50px;
  }
}

.c-list-og li::before {
  content: "●";
  color: #E85400;
  display: inline-block;
  font-size: 0.7rem;
  padding-right: 0.9em;
}

.c-list-og-marker {
  list-style: disc;
}
.c-list-og-marker li::marker {
  color: #E85400;
}

.c-ol-og {
  list-style: decimal;
  margin-left: 1.5em;
  margin: -10px 0 50px 2.5em;
}
@media screen and (min-width: 768px) {
  .c-ol-og {
    max-width: 1200px;
    margin-inline: auto;
    padding-left: 2.5em;
    margin-block: 0 30px;
  }
}
.c-ol-og > li {
  margin-bottom: 10px;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .c-ol-og > li {
    margin-bottom: 25px;
  }
}
.c-ol-og > li::marker {
  color: #E85400;
  font-weight: bold;
  font-size: 2.4rem;
  padding-right: 5px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .c-ol-og > li::marker {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .c-ol-og > li {
    line-height: 1.7777777778;
  }
}

.c-ol {
  list-style: decimal;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-block: 40px;
  gap: 6px;
}
.pagination li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F7F1;
  border: 1px solid #EFEFEF;
  font-size: clamp(1.8rem, 1.8vw, 2rem);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .pagination li a {
    width: 45px;
    height: 45px;
  }
}
.pagination li a.current {
  background: #E85400;
  color: #fff;
}
.pagination li a.prev, .pagination li a.next {
  width: 60px;
  background: none;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.pagination li a.prev {
  margin-right: 5px;
}
.pagination li a.next {
  margin-left: 5px;
}
@media (hover: hover) {
  .pagination li a:hover:hover {
    background: #E85400;
    color: #fff;
  }
}

.c-list-bk-marker {
  font-size: 18px;
  list-style: disc;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}
.c-list-bk-marker > li {
  margin-bottom: 10px;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .c-list-bk-marker > li {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-list-bk-marker > li {
    line-height: 1.7777777778;
  }
}

.hero-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.hero-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  font-size: 0;
  line-height: 0;
  margin-inline: 8px;
  background: #f7f7f7;
  cursor: pointer;
}
.hero-dots li.slick-active button {
  background: #E85400;
}

/*l-footer*/
footer .inner {
  max-width: 1230px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  footer .inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer .inner .f-logo {
  max-width: 270px;
  display: block;
  margin-inline: auto;
  padding-block: 40px;
}
footer .inner .f-logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .inner .f-logo {
    max-width: 411px;
  }
}
footer .inner .f-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .inner .f-left .mirai {
  display: none;
}
@media screen and (min-width: 1100px) {
  footer .inner .f-left .mirai {
    display: inline-block;
    max-width: 280px;
  }
}
footer .inner .f-right {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer .inner .f-right {
    align-items: center;
  }
}
footer .inner .f-right .f-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EFEFEF;
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-nav {
    border-bottom: none;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1150px) {
  footer .inner .f-right .f-nav {
    margin-left: -50px;
  }
}
footer .inner .f-right .f-nav li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-nav li {
    width: auto;
  }
}
footer .inner .f-right .f-nav li a {
  display: flex;
  padding-left: 10px;
  align-items: center;
  border-top: 1px solid #EFEFEF;
  height: 68px;
  width: 100%;
  transition: ease-in-out 0.2s;
}
@media (hover: hover) {
  footer .inner .f-right .f-nav li a:hover {
    color: #E85400;
  }
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-nav li a {
    border-top: none;
    padding-left: 0;
    padding-right: 18px;
    font-weight: bold;
    height: auto;
  }
}
footer .inner .f-right .f-nav li a::before {
  content: "";
  width: 10px;
  height: 3px;
  background: #E85400;
  display: inline-block;
  margin-inline: 10px;
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-nav li a::before {
    width: 2px;
    height: 20px;
    margin-inline: 0 18px;
  }
}
footer .inner .f-right .f-nav li a[target=_blank]::after {
  content: "";
  background: url(../images/common/link.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
}
footer .inner .f-right .f-nav li:nth-of-type(odd) {
  border-right: 1px solid #EFEFEF;
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-nav li:nth-of-type(odd) {
    border-right: none;
  }
}
footer .inner .f-right .f-branch {
  padding: 20px;
}
footer .inner .f-right .f-branch li {
  text-indent: -0.5em;
  margin-left: 1.5em;
  margin-bottom: 17px;
  line-height: 1.6;
  font-size: 1.2rem;
}
footer .inner .f-right .f-branch li a {
  position: relative;
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-branch li a br {
    display: none;
  }
}
@media (hover: hover) {
  footer .inner .f-right .f-branch li a:hover {
    color: #E85400;
  }
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-branch li {
    text-indent: inherit;
    margin-left: 0;
    line-height: 1.6;
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  footer .inner .f-right .f-branch li::before {
    margin-top: 10px;
  }
}
footer .inner .f-right .f-branch li span {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-branch li span {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-branch li span:first-of-type {
    font-weight: bold;
    width: 180px;
    display: inline-block;
  }
}
footer .inner .f-right .f-branch li span:last-of-type {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-branch li span:last-of-type {
    width: calc(100% - 180px);
    max-width: 444px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  footer .inner .f-right .f-branch li > br {
    display: none;
  }
}
footer .mirai_sp {
  display: flex;
  justify-content: center;
  margin-block: 5px 50px;
}
footer .mirai_sp img {
  max-width: 280px;
}
@media screen and (min-width: 1100px) {
  footer .mirai_sp {
    display: none;
  }
}
footer small {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

.p-contact {
  background: url(../images/common/bg_contact_sp.jpg) no-repeat;
  padding-block: 80px 1px;
  background-size: cover;
}
@media screen and (min-width: 1100px) {
  .p-contact {
    background: url(../images/common/bg_contact.jpg) no-repeat center top;
    /* padding-block: 110px 100px; */
    padding-block: 70px 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .c-ttlimg {
    gap: 38px;
  }
}
.p-contact .l-col2--w1150 {
  margin-block: 40px;
}
@media screen and (min-width: 768px) {
  .p-contact .l-col2--w1150 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-ttl {
    margin-bottom: 58px;
  }
}
.p-contact .p-contact-inner {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-inner {
    width: 300px;
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .p-contact .p-contact-inner {
    width: 396px;
  }
}
.p-contact .p-contact-box {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px 18px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-box {
    padding-block: 36px 30px;
  }
}
.p-contact .p-contact-box p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-box {
    max-width: 520px;
    align-items: center;
  }
  .p-contact .p-contact-box.tel {
    max-width: 490px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-box.l-col2--right {
    padding-top: 66px;
  }
}
@media screen and (min-width: 1100px) {
  .p-contact .p-contact-box.l-col2--right {
    padding-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-box.l-col2--right .p-contact-inner {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-box .p-contact-inner .c-column-row-contact.front {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-box .p-contact-inner .c-column-row-contact.front dd {
    margin-bottom: 15px;
  }
  .p-contact .p-contact-box .p-contact-inner .c-column-row-contact.front dd a {
    font-size: 3.2rem;
  }
}
.p-contact .c-bold-ttl {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact .c-bold-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-text {
    margin-top: 30px;
  }
}
.p-contact .p-contact-button {
  height: 64px;
  margin-block: 5px 20px;
  width: 302px;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .p-contact .p-contact-button {
    width: 360px;
  }
}
.p-contact .p-contact-button a span {
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
/* 2025/06/09追記 */
.p-contact-button.c-button.w-100 {
    width: 100%;
  }
    .p-contact.p-contact-sub .p-contact-box .p-contact-button.c-button {
  width: 100%;
}
  @media screen and (max-width: 768px){
    .p-contact-button.c-button.w-100 {
    max-width: 302px;
    height: 64px;
  }
  .p-contact.p-contact-sub .p-contact-box .p-contact-button.c-button {
  width: 100%;
  max-width: 330px;
  height: 64px;
  }
  }
@media (hover: hover) {
  .p-contact .p-contact-button a:hover {
    box-shadow: rgba(255, 255, 255, 0.7) 0px 2px 4px 0px, rgba(255, 255, 255, 0.9) 0px 2px 16px 0px;
  }
}
.p-contact .p-contact-button.last {
  margin-bottom: 12px;
}
.p-contact .p-contact-button.middle {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-button.middle {
    margin-bottom: 15px;
  }
}
.p-contact .p-contact-button + .al-c {
  text-align: center;
  line-height: 1.65;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-button + .al-c {
    width: 100%;
  }
}
.p-contact .p-contact-button + .al-c .mailaddress {
  letter-spacing: 0.15em;
}

.p-contact.p-contact-sub {
  background-image: none;
  background: #EFEFEF;
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .p-contact.p-contact-sub {
    padding-block: 60px 30px;
  }
}
.p-contact.p-contact-sub .l-col2--w1000 {
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 1100px) {
  .p-contact.p-contact-sub .l-col2--w1000.l-inner {
    padding-inline: 10px;
    margin-top: 20px;
  }
}
.p-contact.p-contact-sub .l-col2--w1000 .l-col2--left .p-contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .p-contact.p-contact-sub .l-col2--w1000 .l-col2--left .p-contact-inner {
    display: block;
    margin-left: 0;
  }
}
.p-contact.p-contact-sub .l-col2--w1000 .l-col2--left .p-contact-inner .c-bold-ttl {
  color: #000;
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-contact.p-contact-sub .l-col2--w1000 .l-col2--left .p-contact-inner .c-bold-ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact.p-contact-sub .l-col2--w1000 .l-col2--left .p-contact-inner .p-contact-text {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .p-contact.p-contact-sub .l-col2--w1000 .l-col2--left .p-contact-inner .c-column-row-contact dd {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact.p-contact-sub .l-col2--w1000 .l-col2--right .p-contact-inner {
    width: 360px;
  }
}
@media screen and (min-width: 1100px) {
  .p-contact.p-contact-sub .l-col2--w1000 .l-col2--right .p-contact-inner {
    margin-right: 0;
    width: 440px;
  }
}
.p-contact.p-contact-sub .l-col2--w1000 .l-col2--right .p-contact-inner p {
  margin-bottom: 0;
}
.p-contact.p-contact-sub .p-contact-box {
  background: none;
  color: #000;
  padding: 20px 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-contact.p-contact-sub .p-contact-box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px){
  .p-contact.p-contact-sub .p-contact-box {
  padding: 0 10px 20px 10px;
}
}
.p-contact.p-contact-sub .p-contact-box .p-contact-button {
  width: 440px;
  height: 68px;
  margin-block: 5px 20px;
}
.p-contact.p-contact-sub .p-contact-box .p-contact-button.middle {
  margin-bottom: 20px;
}
.p-contact.p-contact-sub .p-contact-box .p-contact-button.last {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-contact.p-contact-sub .p-contact-box .p-contact-button a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact.p-contact-sub .p-contact-box .p-contact-button a span {
    font-size: 1.8rem;
  }
}
.p-contact.p-contact-sub .p-contact-box .p-contact-button + .al-c {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-contact.p-contact-sub .p-contact-box.l-col2--right .l-center {
    align-items: flex-start;
  }
}
.p-contact.p-contact-sub + footer {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .p-contact.p-contact-sub + footer .inner {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1100px){
.p-contact-button.c-button.w-100 a.pdf-contact span {
  font-size: 1.6rem;
}
.p-contact.p-contact-sub .p-contact-box .p-contact-button.c-button.w-100 a.pdf-contact span {
  font-size: 1.6rem;
}
}

.c-column-row-contact {
  margin-top: 30px;
}
.c-column-row-contact dt {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.c-column-row-contact dd {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-column-row-contact dd::before {
  content: "";
  background: url(../images/common/free_dial.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 22px;
  display: inline-block;
}
.c-column-row-contact dd a {
  padding-left: 10px;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-column-row-contact dd a {
    pointer-events: none;
  }
}
@media screen and (min-width: 1100px) {
  .c-column-row-contact {
    display: flex;
    flex-wrap: wrap;
  }
  .c-column-row-contact dt {
    width: 125px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .c-column-row-contact dd {
    width: calc(100% - 125px);
    margin-bottom: 0;
  }
}

.l-drawer {
  opacity: 0;
  visibility: hidden;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EFEFEF;
  color: #fff;
  z-index: 6;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.l-drawer.is-active-dw {
  opacity: 1;
  visibility: visible;
}
.l-drawer .drawer-logo {
  width: calc(100% - 70px);
  max-width: 224px;
  margin-block: 20px;
  padding-inline: 5px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-logo {
    width: 100%;
    max-width: 100%;
    height: 100px;
    display: flex;
    margin-block: 0;
  }
}
.l-drawer .drawer-logo img {
  width: 100%;
  max-width: 180px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-logo img {
    max-width: 378px;
  }
}
.l-drawer .drawer-inner {
  color: #000;
}
@media screen and (min-width: 600px) {
  .l-drawer .drawer-inner .drawer-bnr {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-block: 40px;
  }
  .l-drawer .drawer-inner .drawer-bnr a {
    min-width: calc(50% - 10px);
  }
  .l-drawer .drawer-inner .drawer-bnr a img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-inner {
    display: flex;
    flex-wrap: wrap;
    padding-inline: 30px;
    max-width: 1000px;
    margin-inline: auto;
    justify-content: space-between;
  }
  .l-drawer .drawer-inner .drawer-logo {
    width: 100%;
  }
  .l-drawer .drawer-inner .drawer-logo img {
    width: 360px;
  }
  .l-drawer .drawer-inner .drawer-products {
    width: calc(100% - 300px);
  }
  .l-drawer .drawer-inner .drawer-menu {
    width: 270px;
  }
  .l-drawer .drawer-inner .drawer-menu .drawer-menu-pc-left, .l-drawer .drawer-inner .drawer-menu .drawer-menu-pc-right {
    width: 100%;
  }
  .l-drawer .drawer-inner .drawer-menu .drawer-menu-children {
    display: none;
  }
  .l-drawer .drawer-inner .drawer-contact {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .l-drawer .drawer-inner {
    display: grid;
    margin-top: 50px;
    grid-template-rows: 100px 400px 30px 400px;
    grid-template-columns: 60% 40%;
    max-width: 1500px;
    margin-inline: auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-drawer .drawer-inner .drawer-logo {
    grid-row: 1/4;
    grid-column: 2;
    text-align: center;
    justify-content: center;
    height: 100px;
  }
  .l-drawer .drawer-inner .drawer-products {
    grid-row: 1/5;
    grid-column: 1;
    width: 100%;
  }
  .l-drawer .drawer-inner .drawer-menu {
    grid-row: 2/5;
    grid-column: 2;
    display: flex;
    justify-content: center;
    width: inherit;
  }
  .l-drawer .drawer-inner .drawer-menu .drawer-menu-children {
    display: block;
  }
  .l-drawer .drawer-inner .drawer-bnr {
    grid-row: 3/5;
    grid-column: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 0;
  }
  .l-drawer .drawer-inner .drawer-contact {
    grid-row: 4/5;
    grid-column: 1;
  }
}
.l-drawer .drawer-products {
  padding-inline: 20px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-products {
    padding-inline: 0;
  }
}
.l-drawer .drawer-products h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 40px 0 10px 10px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-products h2 {
    display: none;
  }
}
.l-drawer .drawer-products-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1px;
}
.l-drawer .drawer-products-list .c-card-drawer .icon {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-products-list .c-card-drawer .icon {
    display: inline-block;
    height: 18px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-products-list {
    border: none;
    gap: 10px;
    background: none;
  }
}
.l-drawer .drawer-products-list a {
  width: calc((100% - 2px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  min-height: 90px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-products-list a {
    width: calc((100% - 30px) / 4);
    min-height: 110px;
    font-size: 1.6rem;
    padding-block: 15px;
    border: none;
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .l-drawer .drawer-products-list a:hover:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
}
@media screen and (min-width: 1400px) {
  .l-drawer .drawer-products-list a {
    min-height: 170px;
  }
}
.l-drawer .drawer-products-list a .item-img {
  height: 100%;
  display: flex;
  align-items: center;
}
.l-drawer .drawer-products-list a .item-img img {
  max-width: 55px;
}
@media screen and (min-width: 1400px) {
  .l-drawer .drawer-products-list a .item-img img {
    max-width: 120px;
  }
}
.l-drawer .drawer-products-list a.last {
  width: calc((100% - 1px) * 2 / 3);
  height: 100%;
  justify-content: center;
  position: relative;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-products-list a.last::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background: #E85400;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-drawer .drawer-products-list a.last::after {
  content: "";
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  display: inline-block;
  width: 20px;
  height: 19px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: ease-in-out 0.3s;
}
@media (hover: hover) {
  .l-drawer .drawer-products-list a.last:hover::after {
    right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-products-list a.last {
    width: calc((100% - 10px) * 1 / 2);
  }
}
.l-drawer .drawer-menu {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .drawer-menu-pc-left, .l-drawer .drawer-menu .drawer-menu-pc-right {
    width: 50%;
    max-width: 270px;
  }
}
.l-drawer .drawer-menu p {
  height: 60px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-drawer .drawer-menu p.pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .l-drawer .drawer-menu p.pc {
    display: block;
  }
}
.l-drawer .drawer-menu p a {
  width: calc(100% - 60px);
  padding-left: 30px;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .l-drawer .drawer-menu p a:hover {
    color: #E85400;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu p a {
    height: auto;
    display: block;
    transition: ease-in-out 0.3s;
    width: 100%;
    height: 40px;
  }
  .l-drawer .drawer-menu p a::before {
    content: "-";
    color: #E85400;
    font-weight: bold;
    font-size: 2rem;
    margin-right: 10px;
  }
}
.l-drawer .drawer-menu p .plus {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  justify-content: space-between;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.l-drawer .drawer-menu p .plus::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #E85400;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 60%;
}
.l-drawer .drawer-menu p .plus::after {
  content: "";
  width: 2px;
  height: 15px;
  background: #E85400;
  display: inline-block;
  transform: translateX(-8px);
  position: absolute;
  right: 18px;
  top: 50%;
}
.l-drawer .drawer-menu p .plus.is-active::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu p .plus {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu p {
    height: inherit;
    border: none;
  }
}
.l-drawer .drawer-menu .drawer-menu-children {
  display: none;
}
@media screen and (min-width: 1100px) {
  .l-drawer .drawer-menu .drawer-menu-children li.sp {
    display: none;
  }
}
.l-drawer .drawer-menu .drawer-menu-children li a {
  border-bottom: 1px solid #ccc;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #e2e2e2;
  padding-left: 50px;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .drawer-menu-children li a {
    border: none;
    background: none;
    height: 37px;
    display: block;
    position: relative;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .l-drawer .drawer-menu .drawer-menu-children li a:hover {
    color: #E85400;
  }
  .l-drawer .drawer-menu .drawer-menu-children li a:hover::after {
    content: "";
    background: url(../images/common/arrow.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 14px;
    display: inline-block;
    -webkit-animation-name: arrow-hover;
            animation-name: arrow-hover;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    position: absolute;
    right: 90px;
    top: 5px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .drawer-menu-children li a span {
    display: block;
    padding-left: 1em;
    line-height: 1.6;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .drawer-menu-children {
    display: block;
    margin-top: 20px;
    border-left: 2px solid #ccc;
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-drawer .drawer-menu .drawer-menu-children {
    margin-top: 0;
  }
}
.l-drawer .drawer-menu .drawer-menu-children.right li a:hover::after {
  right: 90px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .other-menu {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-drawer .drawer-menu .other-menu {
    margin-top: 15px;
  }
}
.l-drawer .drawer-menu .other-menu a {
  height: 60px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .other-menu a {
    position: inherit;
    height: 35px;
    border: none;
    display: block;
    transition: ease-in-out 0.3s;
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .l-drawer .drawer-menu .other-menu a:hover {
    color: #E85400;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .other-menu a::before {
    content: "-";
    color: #E85400;
    font-weight: bold;
    font-size: 2rem;
    margin-right: 10px;
  }
}
.l-drawer .drawer-menu .other-menu a::after {
  content: "";
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .other-menu a::after {
    display: none;
  }
}
.l-drawer .drawer-menu .other-menu a[target=_blank]::after {
  content: "";
  background: url(../images/common/link.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-menu .other-menu a[target=_blank]::after {
    position: inherit;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .l-drawer .drawer-contact {
    margin-top: 60px;
  }
}
.l-drawer .drawer-contact .l-inner .p-contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .l-drawer .drawer-contact .l-inner .p-contact-inner {
    width: 100%;
  }
}
.l-drawer .drawer-contact .l-inner .p-contact-inner .c-bold-ttl {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-contact .l-inner .p-contact-inner .c-bold-ttl {
    margin-bottom: 35px;
  }
}
.l-drawer .drawer-contact .l-inner .p-contact-inner .p-contact-text {
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-contact .l-inner.l-col2 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-contact .l-inner .l-col2--left .p-contact-inner {
    align-items: flex-start;
  }
  .l-drawer .drawer-contact .l-inner .l-col2--left .p-contact-inner .c-bold-ttl {
    width: 100%;
    text-align: center;
  }
}
.l-drawer .drawer-contact .l-inner .l-col2--right {
  justify-content: flex-end;
  margin-block: 30px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-inner {
    width: 100%;
  }
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button {
  margin: 10px auto 20px;
  max-width: 302px;
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button span {
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button {
    max-width: 100%;
  }
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button.middle {
  margin-bottom: 15px;
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button.last {
  margin-bottom: 5px;
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button + .al-c {
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button + .al-c .mailaddress {
  letter-spacing: 0.15em;
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button.c-button {
  height: 64px;
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button.c-button a {
  transition: 0.3s ease-in-out;
}
.l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button.c-button a span {
  font-weight: bold;
}
@media (hover: hover) {
  .l-drawer .drawer-contact .l-inner .l-col2--right .p-contact-button.c-button a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-contact .l-inner .l-col2--right {
    margin-top: 0;
    width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-contact .c-column-row-contact {
    display: flex;
    flex-wrap: wrap;
  }
  .l-drawer .drawer-contact .c-column-row-contact dt {
    width: 125px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .l-drawer .drawer-contact .c-column-row-contact dd {
    width: calc(100% - 125px);
    margin-bottom: 0;
  }
}
.l-drawer .drawer-bnr {
  padding: 30px 20px;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-bnr {
    width: 100%;
    padding: 0;
  }
}
.l-drawer .drawer-bnr a {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 960px) {
  .l-drawer .drawer-bnr a {
    margin-bottom: 0;
  }
}
.l-drawer .drawer-bnr a img {
  width: 100%;
  max-width: 450px;
  transition: ease-in-out 0.3s;
}
@media (hover: hover) {
  .l-drawer .drawer-bnr a img:hover:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
}

/*l-main*/
.l-inner {
  padding-inline: 20px;
  margin-inline: auto;
}
.l-inner--1600 {
  max-width: 1640px;
}
.l-inner--1800 {
  max-width: 1840px;
}
.l-inner--1270 {
  max-width: 1310px;
  margin-inline: auto;
}
.l-inner--1000 {
  max-width: 1040px;
  margin-inline: auto;
}
.l-inner--947 {
  max-width: 987px;
  margin-inline: auto;
}
.l-inner.sub-padding {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .l-inner.sub-padding {
    padding-block: 100px;
  }
}
.l-inner.sub-padding-min {
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .l-inner.sub-padding-min {
    padding-block: 60px 100px;
  }
}
.l-inner.sub-padding-bottom {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-inner.sub-padding-bottom {
    padding-bottom: 100px;
  }
}
.l-inner.bg {
  background: #EFEFEF;
}

@media screen and (min-width: 768px) {
  .l-col2 {
    display: flex;
  }
  .l-col2.rev {
    flex-direction: row-reverse;
  }
  .l-col2.bw {
    justify-content: space-between;
  }
  .l-col2--left, .l-col2--right {
    width: 50%;
  }
  .l-col2--w1150 {
    max-width: 1150px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-col2 .col73--left {
    width: 70%;
  }
  .l-col2 .col73--right {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .l-col2 .col75--left {
    width: 55%;
  }
  .l-col2 .col75--right {
    width: 39.371%;
  }
}

.l-col2-gap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-col2-gap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5.5%;
  }
  .l-col2-gap.al-c {
    align-items: center;
  }
  .l-col2-gap--left, .l-col2-gap--right {
    width: 47.25%;
  }
}
@media screen and (min-width: 768px) {
  .l-col2-gap.rev {
    flex-direction: row-reverse;
  }
}

.l-col2-both {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-col2-both--left, .l-col2-both--right {
  width: 47.25%;
}

.l-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*スマホで無効化、PCでflex*/
.l-contents {
  display: contents;
}
@media screen and (min-width: 768px) {
  .l-contents {
    display: flex;
  }
}

/*下層main*/
.l-subpage {
  position: relative;
  top: 58px;
  padding-bottom: 58px;
}
@media screen and (min-width: 1100px) {
  .l-subpage {
    top: 91px;
    padding-bottom: 91px;
  }
}
.l-subpage .inner-h1 {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .l-subpage .inner-h1 {
    max-width: 1510px;
    margin-inline: auto;
  }
}
.l-subpage p {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
.l-subpage p.jus {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-subpage p {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.l-subpage p.fs40-24 {
  font-size: clamp(2.4rem, 3.2vw, 4rem);
}
.l-subpage p.fs36-20 {
  font-size: clamp(2rem, 3vw, 3.6rem);
}
.l-subpage p.fs18-28 {
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
}
.l-subpage p.fs18-24 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.l-subpage p.fs18-20 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.l-subpage p.fs16-20 {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
.l-subpage img {
  max-width: 100%;
}

.fs40-24 {
  font-size: clamp(2.4rem, 3.2vw, 4rem);
}

.fs36-20 {
  font-size: clamp(2rem, 3vw, 3.6rem);
}

.fs18-28 {
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
}

.fs18-24 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.fs18-20 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}

.fs16-20 {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

.bread-area {
  position: relative;
  top: 58px;
  width: 100%;
  background: #EFEFEF;
  z-index: 0;
}
@media screen and (min-width: 1100px) {
  .bread-area {
    top: 91px;
  }
}
.bread-area .bread .bread-inner {
  min-height: 40px;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .bread-area .bread .bread-inner {
    padding-block: 5px;
    max-width: 1500px;
    margin-inline: auto;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .bread-area .bread .bread-inner {
    min-height: 46px;
    line-height: 1.8;
  }
}
.bread-area .bread .bread-inner a span::after {
  content: ">";
  padding-inline: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .bread-area .bread .bread-inner a span::after {
    font-size: 1.8rem;
    padding-inline: 15px;
  }
}

.post .border-ttl-h1 {
  padding: 20px;
  border-bottom-color: transparent;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .post .border-ttl-h1 {
    min-height: 180px;
    display: flex;
    align-items: center;
    border-bottom-color: #EFEFEF;
    padding-block: 40px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .post .border-ttl-h1 .post-h1 {
    margin-inline: calc(50% - 500px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1040px) {
  .post .border-ttl-h1 .post-h1 {
    margin-inline: 0;
  }
}
.post .border-ttl-h1 .post-h1 .date-cat {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .post .border-ttl-h1 .post-h1 .date-cat {
    margin-bottom: 15px;
  }
}
.post .border-ttl-h1 .post-h1 .date-cat .date {
  font-size: 1.8rem;
  color: #3E3E3E;
}
.post .border-ttl-h1 .post-h1 .date-cat .cat {
  color: #fff;
  font-size: 1.2rem;
  width: 100px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .post .border-ttl-h1 .post-h1 .date-cat .cat {
    font-size: 1.4rem;
    width: 124px;
    height: 30px;
  }
}
.post .border-ttl-h1 .post-h1 .date-cat .cat.info {
  background: #3E3E3E;
}
.post .border-ttl-h1 .post-h1 .date-cat .cat.products {
  background: #216ABD;
}
.post .border-ttl-h1 .post-h1 .date-cat .cat.new-product {
  background: #E85400;
}
.post .border-ttl-h1 .post-h1 .inner-h1 {
  padding-inline: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .post .border-ttl-h1 .post-h1 .inner-h1 {
    max-width: 1080px;
    margin-inline: auto;
  }
}
.post .border-ttl-h1 .post-h1 .inner-h1 .ttl-h1 {
  font-size: clamp(2rem, 2.4vw, 3rem);
  border-bottom: none;
  line-height: 2;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .post .border-ttl-h1 .post-h1 .inner-h1 .ttl-h1 {
    line-height: 1.4;
  }
}
.post .l-inner.sub-padding-min {
  padding-block: 0;
}
.post .post-box {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .post .post-box {
    margin-bottom: 60px;
  }
}
.post .post-box h2, .post .post-box h3, .post .post-box h4, .post .post-box strong {
  font-weight: bold;
}
.post .post-box a {
  text-decoration: underline;
  color: #216ABD;
}
.post .post-box .txt {
  margin-top: 20px;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .post .post-box .txt {
    line-height: 2.1111111111;
  }
}
.post .post-box .txt p {
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .post .post-box .txt p {
    line-height: 2.1111111111;
  }
}
.post .post-box.type-a h2, .post .post-box.type-a h3 {
  line-height: 1.8;
  padding-bottom: 20px;
  margin-top: 30px;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
}
.post .post-box.type-a .img {
  text-align: center;
}
.post .post-box.type-b, .post .post-box.type-c, .post .post-box.type-d, .post .post-box.type-e {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post .post-box.type-b .img, .post .post-box.type-c .img, .post .post-box.type-d .img, .post .post-box.type-e .img {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.post .post-box.type-b .img p, .post .post-box.type-c .img p, .post .post-box.type-d .img p, .post .post-box.type-e .img p {
  text-align: left;
}
.post .post-box.type-b .txt, .post .post-box.type-c .txt, .post .post-box.type-d .txt, .post .post-box.type-e .txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post .post-box.type-b, .post .post-box.type-c, .post .post-box.type-d, .post .post-box.type-e {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .post .post-box.type-b .img, .post .post-box.type-b .txt, .post .post-box.type-c .img, .post .post-box.type-c .txt, .post .post-box.type-d .img, .post .post-box.type-d .txt, .post .post-box.type-e .img, .post .post-box.type-e .txt {
    width: 47%;
  }
  .post .post-box.type-b .txt, .post .post-box.type-c .txt, .post .post-box.type-d .txt, .post .post-box.type-e .txt {
    margin-top: 0;
  }
  .post .post-box.type-b.type-c, .post .post-box.type-c.type-c, .post .post-box.type-d.type-c, .post .post-box.type-e.type-c {
    flex-direction: row-reverse;
  }
}
.post .post-box.type-b h2, .post .post-box.type-b h3, .post .post-box.type-c h2, .post .post-box.type-c h3, .post .post-box.type-d h2, .post .post-box.type-d h3, .post .post-box.type-e h2, .post .post-box.type-e h3 {
  line-height: 1.8;
  margin-bottom: 10px;
  padding-block: 20px;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .post .post-box.type-b h2, .post .post-box.type-b h3, .post .post-box.type-c h2, .post .post-box.type-c h3, .post .post-box.type-d h2, .post .post-box.type-d h3, .post .post-box.type-e h2, .post .post-box.type-e h3 {
    margin-bottom: 30px;
    padding-block: 0;
  }
}
@media screen and (min-width: 768px) {
  .post .post-box.type-b + .type-e, .post .post-box.type-c + .type-e {
    margin-top: 50px;
  }
}
.post .post-box.type-d {
  flex-wrap: wrap;
}
.post .post-box.type-d > .img {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .post .post-box.type-d > .img {
    margin-bottom: 20px;
  }
}
.post .post-box.type-d > .img > div {
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 1.7142857143;
  min-height: 20px;
}
@media screen and (min-width: 768px) {
  .post .post-box.type-d > .img > div {
    line-height: 1.5555555556;
  }
}
.post .post-box.type-d > .img > div > p {
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .post .post-box.type-d > .img > div > p {
    line-height: 1.5555555556;
  }
}
.post .post-box.type-e {
  flex-wrap: wrap;
  align-items: stretch;
}
.post .post-box.type-e .c-button {
  margin-bottom: 20px;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .post .post-box.type-e .c-button {
    width: 47%;
    max-width: 47%;
  }
}
.post .post-box.type-e .c-button > a {
  color: #000;
  text-decoration: none;
  height: 100%;
  justify-content: flex-start;
  padding: 10px 50px 10px 20px;
  min-height: 64px;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .post .post-box.type-e .c-button > a {
    line-height: 1.3333333333;
    padding-inline: 30px 40px;
    font-size: 1.8rem;
    min-height: 84px;
  }
}
.post .post-box.type-e .c-button > a::before {
  width: 2px;
  left: 10px;
}
.post .post-box.type-e .c-button > a::after {
  right: 20px;
}
.post .post-box.type-e .c-button > a.wh {
  border-width: 2px;
  transition: 0.3s;
}
@media (hover: hover) {
  .post .post-box.type-e .c-button > a.wh:hover:hover {
    border-color: #E85400;
  }
}
.post .post-box:has(+ .type-e) {
  margin-bottom: 20px;
}

/*object-p-トップ*/
.c-text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 2rem;
  }
}

@-webkit-keyframes sliderContentsItem {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes sliderContentsItem {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  25% {
    transform: translate3d(-50%, 7px, 0);
  }
  50% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes scroll {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  25% {
    transform: translate3d(-50%, 7px, 0);
  }
  50% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.swiper-pagination-bullet {
  background: #f7f7f7;
  opacity: 0.85;
}

.swiper-pagination-bullet-active {
  background: #E85400;
}

.swiper-button-next, .swiper-button-prev {
  bottom: 0;
  top: auto;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    bottom: auto;
    top: 50%;
  }
}

.swiper {
  width: 100%;
  position: relative;
  top: 58px;
  left: 0;
  right: 0;
  bottom: -58px;
  height: calc(100svh - 58px);
  margin-bottom: 100px;
}
@media screen and (min-width: 1100px) {
  .swiper {
    top: 91px;
    height: calc(100svh - 91px);
  }
}
.swiper::before, .swiper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 14px;
  text-align: center;
  z-index: 2;
}
.swiper::before {
  content: "scroll down";
  bottom: 70px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .swiper::before {
    font-size: 1.4rem;
  }
}
.swiper::after {
  background: url(../images/top/slide/scroll-arrow.svg) no-repeat center center;
  background-size: contain;
}
.swiper .swiper-wrapper {
  width: 100%;
}
.swiper .swiper-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: inline;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.swiper .swiper-wrapper .swiper-slide {
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100svh - 58px);
  pointer-events: none;
}
@media screen and (min-width: 1100px) {
  .swiper .swiper-wrapper .swiper-slide {
    height: calc(100svh - 91px);
  }
}
.swiper .swiper-wrapper .swiper-slide.slide03 {
  flex-direction: column;
}
.swiper .swiper-wrapper .swiper-slide .title, .swiper .swiper-wrapper .swiper-slide .subtitle, .swiper .swiper-wrapper .swiper-slide .image, .swiper .swiper-wrapper .swiper-slide .btn {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.swiper .swiper-wrapper .swiper-slide .image {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.swiper .swiper-wrapper .swiper-slide .title {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.swiper .swiper-wrapper .swiper-slide .subtitle {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.swiper .swiper-wrapper .swiper-slide .btn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title, .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .subtitle, .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image, .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .btn {
  visibility: visible;
  -webkit-animation-name: sliderContentsItem;
          animation-name: sliderContentsItem;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.swiper .swiper-wrapper .swiper-slide.slide01 {
  background-image: url(../images/top/slide/slide_01_bg_sp.jpg);
  background-size: cover;
  background-position: right top;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide01 {
    background-image: url(../images/top/slide/slide_01_bg.jpg);
    padding-bottom: 0;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents {
  width: 95%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .image {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .image {
    width: 45%;
    text-align: left;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .image img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .image img {
    width: 100%;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text {
    width: 48%;
    align-items: flex-start;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text .title {
  font-size: clamp(34px, 9vw, 74px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text .title {
    text-align: left;
    font-size: clamp(40px, 5vw, 74px);
  }
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text .title:first-letter {
  color: #E85400;
  text-shadow: 1px 1px 0px #fff, -1px 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text .subtitle {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text .subtitle {
    text-align: left;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text .subtitle img {
  width: 80%;
}
.swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text .btn {
  font-size: 16px;
  border: solid 1px #fff;
  display: inline-block;
  padding: 12px 0;
  min-width: 240px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide01 .slide-contents .text .btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 {
  background-image: url(../images/top/slide/slide_02_bg_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 {
    background-image: url(../images/top/slide/slide_02_bg.jpg);
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .image {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .image {
    width: 50%;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .image img {
  width: 48vh;
  max-width: 86vw;
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .image img {
    width: 100%;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text {
    width: 40%;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .title {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .title {
    font-size: clamp(4rem, 5.2vw, 5.8rem);
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .title:first-letter {
  color: #E85400;
  text-shadow: 1px 1px 0px #fff, -1px 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .title span {
  font-size: clamp(5rem, 12vw, 9rem);
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .title span {
    font-size: clamp(5rem, 8.6vw, 12rem);
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .subtitle {
  margin-bottom: 25px;
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .subtitle img {
  width: 50vh;
  max-width: 86vw;
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .subtitle img {
    width: 80%;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .btn {
  font-size: 1.6rem;
  border: solid 1px #fff;
  display: inline-block;
  padding: 12px 0;
  min-width: 240px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide02 .slide-contents .text .btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.swiper .swiper-wrapper .swiper-slide.slide03 {
  background-image: url(../images/top/slide/slide_03_bg_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide03 {
    background-image: url(../images/top/slide/slide_03_bg.jpg);
    background-position: center top;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  margin-top: -50px;
}
.swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents .title {
  width: 12%;
  margin-top: 20%;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents .title {
    width: 4%;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents .title img {
  width: 100%;
  max-width: 14px;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
}
.swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents .subtitle {
  width: 40%;
  margin-top: 20%;
}
.swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents .subtitle img {
  width: 100%;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
}
.swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents .image {
  width: 45%;
  margin-top: 65%;
  margin-right: -40px;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents .image {
    width: 54%;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide03 .slide-contents .image img {
  width: 100%;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
}
.swiper .swiper-wrapper .swiper-slide.slide03 .btn {
  font-size: 1.6rem;
  border: solid 1px #fff;
  display: inline-block;
  padding: 12px 0;
  min-width: 240px;
  text-align: center;
}
.swiper .swiper-wrapper .swiper-slide.slide04 {
  background-image: url(../images/top/slide/slide_04_bg_sp.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide04 {
    background-image: url(../images/top/slide/slide_04_bg.jpg);
    background-position: center center;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide04 .slide-contents {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.swiper .swiper-wrapper .swiper-slide.slide04 .slide-contents .title {
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
}
.swiper .swiper-wrapper .swiper-slide.slide04 .slide-contents .subtitle {
  position: absolute;
  right: -20px;
  top: -70px;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide04 .slide-contents .subtitle {
    top: 0;
    left: -316px;
    right: auto;
  }
}
.swiper .swiper-wrapper .swiper-slide.slide04 .slide-contents .image {
  position: absolute;
  left: -20px;
  bottom: -70px;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide.slide04 .slide-contents .image {
    bottom: 0;
    right: -330px;
    left: auto;
  }
}

.hero-news {
  display: flex;
  flex-direction: column;
  border: 1px solid #CFCFCF;
  margin: 0 20px 60px;
  opacity: 0;
  -webkit-animation: fade-in-item 1s 1s ease-in forwards;
          animation: fade-in-item 1s 1s ease-in forwards;
}
@media screen and (min-width: 1100px) {
  .hero-news {
    margin: inherit;
    border: none;
    position: relative;
    top: -110px;
    left: 0;
    max-width: 60%;
    background: #fff;
    z-index: 1;
    height: 64px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1300px) {
  .hero-news {
    max-width: 50%;
  }
}
.hero-news .news-link {
  display: flex;
  align-items: center;
  background: #EFEFEF;
  width: 100%;
  height: 56px;
  padding-inline: 10px;
  text-decoration: underline;
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px) {
  .hero-news .news-link {
    width: 131px;
    height: 100%;
    font-size: 1.6rem;
    transition: 0.3s;
    word-break: keep-all;
  }
  .hero-news .news-link::before {
    transition: 0.3s;
  }
  .hero-news .news-link:hover::before {
    scale: 1.05;
  }
}
@media (hover: hover) {
  .hero-news .news-link:hover {
    color: #E85400;
  }
}
.hero-news .news-link::before {
  content: "";
  background: url(../images/top/icon-hero-news.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}
.hero-news .hero-news-date-ttl {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1100px) {
  .hero-news .hero-news-date-ttl {
    display: inline-flex;
  }
}
.hero-news .hero-news-date-ttl.pdf .ttl::after {
  content: "";
  background: url(../images/common/pdf.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
  transform: translateY(3px);
}
@media screen and (min-width: 1100px) {
  .hero-news .hero-news-date-ttl.pdf .ttl {
    padding-right: 50px;
  }
  .hero-news .hero-news-date-ttl.pdf .ttl::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 38%;
    margin-left: 0;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1100px) {
  .hero-news .hero-news-date-ttl {
    flex-direction: row;
    align-items: center;
    padding: inherit;
    transition: 0.3s;
    height: 100%;
  }
}
@media (hover: hover) {
  .hero-news .hero-news-date-ttl:hover {
    color: #E85400;
  }
}
.hero-news .hero-news-date-ttl .date {
  font-size: 1.2rem;
  width: 100px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1100px) {
  .hero-news .hero-news-date-ttl .date {
    font-size: 1.4rem;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
}
.hero-news .hero-news-date-ttl .ttl {
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  padding-right: 25px;
  font-weight: bold;
}
.hero-news .hero-news-date-ttl .ttl::before {
  content: "";
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 0;
}
@media screen and (min-width: 1100px) {
  .hero-news .hero-news-date-ttl .ttl {
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 30px;
    padding-block: 20px;
    position: relative;
    max-width: calc(33vw - 100px);
  }
  .hero-news .hero-news-date-ttl .ttl::before {
    display: inline-block;
    transition: 0.2s;
    top: 38%;
    right: 12px;
  }
  .hero-news .hero-news-date-ttl .ttl:hover::before {
    right: 7px;
  }
}

.p-about {
  min-height: 800px;
  background: url(../images/top/bg_okage.jpg) no-repeat;
  background-size: 80%;
  background-position: left top 400px;
}
@media screen and (min-width: 768px) {
  .p-about {
    background-size: 40%;
    background-position: right bottom 100px;
    padding-top: 180px;
  }
}
@media screen and (min-width: 1100px) {
  .p-about {
    min-height: 1080px;
    background-size: 40%;
    background-position: left 82% bottom -10px;
  }
}
@media screen and (min-width: 768px) {
  .p-about .c-ttlimg {
    width: 50%;
    max-width: 600px;
    margin-bottom: 30px;
  }
}
.p-about .l-col2 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about .l-col2 {
    flex-direction: row;
  }
}
.p-about .l-col2--left {
  max-width: 750px;
  order: 2;
}
.p-about .l-col2--left .p-about-text .c-read {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-about .l-col2--left .p-about-text .c-read {
    max-width: 600px;
  }
}
.p-about .l-col2--left .p-about-text .c-read + .c-text {
  letter-spacing: 0.1em;
}
.p-about .l-col2--left .p-about-text + .c-button {
  margin-block: 30px 80px;
}
@media screen and (min-width: 768px) {
  .p-about .l-col2--left .p-about-text + .c-button {
    margin: 50px auto 150px;
  }
}
@media screen and (min-width: 768px) {
  .p-about .l-col2--left {
    flex-direction: column;
    order: 1;
  }
}
.p-about .l-col2--right {
  order: 1;
  text-align: right;
  margin-block: 30px 180px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-about .l-col2--right {
    order: 2;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -230px;
  }
}
@media screen and (min-width: 1100px) {
  .p-about .l-col2--right {
    margin-top: -330px;
  }
}
.p-about .l-col2--right .read {
  writing-mode: vertical-rl;
  position: relative;
  letter-spacing: 0.3em;
  margin: 75px 20px 0 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-about .l-col2--right .read {
    font-size: 1.8rem;
    margin-right: 0;
  }
}
.p-about .l-col2--right .read::before, .p-about .l-col2--right .read::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 8px;
  background: #000;
  width: 1px;
  height: 40px;
  display: inline-block;
}
.p-about .l-col2--right .read::after {
  top: inherit;
  bottom: -50px;
}
.p-about .l-col2--right img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about .l-col2--right img {
    max-width: 625px;
    width: 100%;
  }
}
.p-about .c-read {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-about .c-read {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.p-products {
  background: #000;
  padding-block: 100px 25px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-products {
    background: url(../images/top/bg_product.jpg) no-repeat top center;
    background-size: cover;
    padding-block: 160px 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-products .c-ttlimg {
    width: 374px;
  }
}
.p-products .c-ttlimg__ttl {
  color: #fff;
}
.p-products .c-card-container {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-products .c-card-container {
    margin-top: 100px;
  }
}
.p-products .c-button {
  margin-inline: auto;
  margin-block: 50px;
}
@media screen and (min-width: 768px) {
  .p-products .c-button {
    margin-block: 60px 40px;
  }
}

.p-news {
  padding-block: 90px 50px;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-block: 150px 120px;
  }
}
.p-news .p-news-contents {
  display: flex;
  flex-direction: column;
}
.p-news .p-news-contents .p-news-ttl {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-news .p-news-contents .p-news-ttl {
    margin-top: 50px;
    margin-left: 60px;
  }
}
.p-news .p-news-contents .p-news-button {
  order: 3;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-news .p-news-contents .p-news-button {
    margin-top: 0;
    margin-left: 0;
  }
}
.p-news .p-news-contents .p-news-text {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-news .p-news-contents {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-news .p-news-contents .l-contents {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 400px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  .p-news .p-news-contents .l-contents {
    width: 530px;
  }
}
@media screen and (min-width: 768px) {
  .p-news .p-news-contents .p-news-text {
    width: calc(100% - 440px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  .p-news .p-news-contents .p-news-text {
    width: calc(100% - 550px);
  }
}
@media screen and (min-width: 768px) {
  .p-news .p-news-contents .p-news-text li {
    max-width: 975px;
  }
}

.p-banner-link {
  background: #EFEFEF;
}
.p-banner-link .p-banner-flex {
  display: flex;
  flex-direction: column;
  padding-block: 70px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-banner-link .p-banner-flex {
    flex-direction: row;
    justify-content: space-between;
    padding-block: 110px;
  }
}
.p-banner-link .p-banner-flex a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-banner-link .p-banner-flex a {
    width: 27.8%;
    transition: 0.3s;
  }
  .p-banner-link .p-banner-flex a:first-of-type {
    width: 37.8%;
  }
}
.p-banner-link .p-banner-flex a img {
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-banner-link .p-banner-flex a img:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
}

.p-recruit {
  padding-block: 90px 50px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding-block: 110px;
    padding-inline: 0;
    max-width: 1920px;
    margin-inline: auto;
  }
}
.p-recruit .p-recruit-contents {
  display: flex;
  flex-direction: column;
}
.p-recruit .p-recruit-contents .p-recruit-button {
  order: 3;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit .p-recruit-contents .p-recruit-button {
    margin-top: 0;
  }
}
.p-recruit .p-recruit-contents .p-recruit-text {
  order: 2;
  line-height: 2;
}
.p-recruit .p-recruit-contents .p-recruit-text .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-recruit .p-recruit-contents .p-recruit-text {
    max-width: 570px;
    line-height: 2;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    margin-block: 30px 60px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .p-recruit .p-recruit-contents .p-recruit-text {
    max-width: 600px;
    line-height: 2.4;
    padding-inline: 0;
  }
  .p-recruit .p-recruit-contents .p-recruit-text .pc {
    display: block;
  }
}
.p-recruit .p-recruit-contents .p-recruit-img {
  margin-block: 50px 20px;
}
.p-recruit .p-recruit-contents .p-recruit-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit .p-recruit-contents .p-recruit-img {
    margin-block: 0;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .p-recruit-contents {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .p-recruit .p-recruit-contents .l-contents {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    align-items: center;
  }
}

.compamy_top .sub-padding {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .compamy_top .sub-padding {
    padding-top: 83px;
  }
}
@media (hover: hover) {
  .compamy_top .box:hover {
    transition: 0.3s;
  }
  .compamy_top .box:hover:hover {
    position: relative;
    opacity: 0.8;
  }
  .compamy_top .box:hover:hover .ttl-u-bar::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(../images/common/arrow.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 14px;
    display: inline-block;
    -webkit-animation-name: arrow-hover;
            animation-name: arrow-hover;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.compamy_top .ttl-u-bar {
  font-size: clamp(2rem, 2.4vw, 3rem);
  margin-block: 0 40px;
  padding-block: 21px 18px;
}
.compamy_top .ttl-u-bar::after {
  width: 65px;
}
@media screen and (min-width: 768px) {
  .compamy_top .ttl-u-bar {
    padding-block: 42px 36px;
    margin-bottom: 80px;
    padding-left: 10px;
  }
}
.compamy_top .col2-3 .ttl-u-bar {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  padding-block: 14px 10px;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .compamy_top .col2-3 .ttl-u-bar.long {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .compamy_top .col2-3 .ttl-u-bar {
    padding-block: 28px 24px;
    margin-bottom: 70px;
    padding-left: 10px;
  }
}
.compamy_top .col2-3 .ttl-u-bar::after {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .compamy_top .col2-3 .ttl-u-bar::after {
    width: 40px;
  }
}

.profile .company-data {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .profile .company-data {
    border: 1px solid #EFEFEF;
    margin-bottom: 80px;
  }
}
.profile .company-data dl {
  padding: 1.25rem 15px;
  display: flex;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .profile .company-data dl {
    padding-block: 25px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.profile .company-data dl:nth-of-type(odd) {
  background: #F9F8F8;
}
.profile .company-data dl dt, .profile .company-data dl dd {
  padding-block: 5px;
}
@media screen and (min-width: 768px) {
  .profile .company-data dl dt, .profile .company-data dl dd {
    padding-block: 0;
  }
}
.profile .company-data dl dt {
  width: 78px;
}
@media screen and (min-width: 768px) {
  .profile .company-data dl dt {
    width: 189px;
    padding-inline: 10px;
  }
}
.profile .company-data dl dd {
  border-left: 1px solid #CFCFCF;
  width: calc(100% - 78px);
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .profile .company-data dl dd {
    width: calc(100% - 189px);
    padding-left: 30px;
    padding-block: 5px;
  }
}
.profile .col3 .box:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .profile .col3 .box:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.profile .col3 .box .ttl-u-bar {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .profile .col3 .box .ttl-u-bar {
    height: 88px;
  }
}
.profile .col3 .box .ttl-u-bar::after {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .profile .col3 .box .ttl-u-bar::after {
    width: 40px;
  }
}
.profile .col3 .box .ttl-u-bar.long {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .profile .col3 .box .ttl-u-bar.long {
    margin-top: 10px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1300px) {
  .profile .col3 .box .ttl-u-bar.long {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .profile .col3 .box .ttl-u-bar.long {
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 1.8;
    padding-left: 5px;
  }
}
.profile .col3 .box p {
  text-align: center;
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .profile .col3 .box p {
    font-size: 1.4rem;
  }
}
.profile .c-button {
  margin: 50px 0 90px;
}
@media screen and (min-width: 768px) {
  .profile .c-button {
    margin: 77px 0 134px;
  }
}
.profile .c-button a {
  transition: 0.3s;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .profile .c-button a {
    justify-content: flex-start;
    padding-left: 58px;
  }
}
.profile .c-button a.wh {
  border-width: 2px;
}
@media (hover: hover) {
  .profile .c-button a:hover:hover {
    border-color: #E85400;
  }
}
@media screen and (min-width: 768px) {
  .profile .c-button {
    font-size: 1.8rem;
    min-width: 415px;
  }
}

.message .sub-padding {
  padding-block: 40px 100px;
}
@media screen and (min-width: 768px) {
  .message .sub-padding {
    padding-block: 90px 200px;
  }
}
.message .l-col2 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .message .l-col2 {
    flex-direction: row;
    align-items: center;
  }
}
.message .col73--left p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .message .col73--left p {
    line-height: 1.7777777778;
  }
}
.message .col73--left .c-al-right {
  margin-block: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .message .col73--left .c-al-right {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .message .col73--left {
    width: 61%;
  }
}
.message .col73--right {
  text-align: center;
  margin-block: 0 50px;
}
@media screen and (min-width: 768px) {
  .message .col73--right {
    margin-left: 3.5vw;
    margin-block: 0;
    width: 38%;
    text-align: right;
  }
}
.message .col73--right img {
  width: 100%;
  max-width: 246px;
}
@media screen and (min-width: 768px) {
  .message .col73--right img {
    max-width: 400px;
    margin-top: -100px;
  }
}

.philosophy .l-col2-gap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .philosophy .l-col2-gap {
    align-items: center;
  }
}
.philosophy .fs40-24 {
  margin-block: 60px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .philosophy .fs40-24 {
    margin-block: 90px 40px;
  }
}
.philosophy .okage {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .philosophy .okage {
    padding-bottom: 70px;
  }
}

.business_details {
  margin-bottom: 80px;
}
.business_details .sanmi {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .business_details .sanmi {
    line-height: 1.7857142857;
    margin-bottom: 36px;
    text-indent: -0.5em;
  }
}
.business_details .sanmi span {
  color: #E85400;
  font-size: clamp(3rem, 5vw, 4.6rem);
  padding-left: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .business_details .sanmi span {
    padding-left: 0;
  }
}
.business_details .fs18-24 {
  font-weight: bold;
  line-height: 1.7777777778;
  margin-block: 30px 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .business_details .fs18-24 {
    line-height: 1.7916666667;
    margin-bottom: 10px;
  }
}
.business_details .ttl-left-border + .btm100 {
  margin-bottom: 120px;
}
.business_details .l-col2-gap--left > img {
  max-width: 82%;
}
@media screen and (min-width: 768px) {
  .business_details .l-col2-gap--left > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .business_details .eary-box {
    position: relative;
    top: -100px;
    padding-bottom: 50px;
  }
  .business_details .eary-box.btm-plus {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 768px) {
  .business_details .eary-box .eary-box-inner {
    position: absolute;
    right: 0;
    max-width: 784px;
    padding: 0 40px 40px;
    background: #fff;
  }
  .business_details .eary-box .eary-box-inner.sales {
    right: inherit;
    left: 0;
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .business_details .ttl-u-bar {
    margin-block: 0 40px;
    padding-top: 0;
  }
}
.business_details .pro-no-te {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .business_details .pro-no-te {
    max-width: 1200px;
    margin-inline: auto 0;
    transform: translateY(50px);
    padding-bottom: 100px;
  }
  .business_details .pro-no-te .l-col2-gap--left {
    width: 44.5%;
    display: flex;
    align-items: flex-end;
  }
  .business_details .pro-no-te .l-col2-gap--right {
    width: 52%;
  }
}
.business_details .ttl-left-border-sub.sales {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .business_details .ttl-left-border-sub.sales {
    margin-top: 90px;
  }
}

.quality .c-ol-og li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .quality .c-ol-og li {
    margin-bottom: 25px;
  }
}
.quality .l-col2 + .ttl-left-border {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .quality .l-col2 + .ttl-left-border {
    margin-bottom: 40px;
  }
}
.quality .fs16-20 {
  margin-bottom: 20px;
}
.quality .col75--right {
  text-align: center;
}
.quality .col75--right > p {
  font-size: 1.6rem;
}
.quality .col75--right > p.top15 {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .quality .col75--right > p.top15 {
    margin-top: 15px;
  }
}
.quality .col75--right img {
  max-width: 275px;
  width: 100%;
  border: 3px solid #eee;
}
@media screen and (min-width: 768px) {
  .quality .col75--right img {
    max-width: 500px;
  }
}
.quality .c-al-right {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .quality .c-al-right {
    line-height: 1.5555555556;
  }
}

.environment .col75--right {
  text-align: center;
}
.environment .col75--right > p {
  font-size: 1.6rem;
}
.environment .col75--right > p.top15 {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .environment .col75--right > p.top15 {
    margin-top: 15px;
  }
}
.environment .col75--right img {
  max-width: 275px;
  width: 100%;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .environment .col75--right img {
    max-width: 500px;
    border: 1px solid #ddd;
  }
}
.environment .ttl-left-border + .btm40 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .environment .ttl-left-border + .btm40 {
    margin-bottom: 40px;
  }
}
.environment .c-ol-og > li .c-ol {
  position: relative;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .environment .c-ol-og > li .c-ol {
    margin-left: 57px;
    padding-block: 10px;
    margin-block: 10px;
  }
}
.environment .c-ol-og > li .c-ol::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #E85400;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .environment .c-ol-og > li .c-ol::before {
    left: -50px;
  }
}
.environment .c-ol-og > li .c-ol > li {
  margin-bottom: 10px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .environment .c-ol-og > li .c-ol > li {
    margin-bottom: 0;
    line-height: 2.4444444444;
  }
}
.environment .c-ol-og + p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .environment .c-ol-og + p {
    margin-bottom: 30px;
  }
}
.environment .c-ol-og + p + p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .environment .c-ol-og + p + p {
    margin-bottom: 30px;
  }
}
.environment .c-al-right {
  line-height: 2;
}
.environment .c-al-right.top40 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .environment .c-al-right.top40 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .environment .c-al-right {
    line-height: 1.5555555556;
  }
}

.mtc .col75--right {
  text-align: center;
}
.mtc .col75--right > p {
  font-size: 1.6rem;
}
.mtc .col75--right > p.top15 {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .mtc .col75--right > p.top15 {
    margin-top: 15px;
  }
}
.mtc .col75--right img {
  max-width: 275px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mtc .col75--right img {
    max-width: 500px;
  }
}
.mtc .ttl_pc_u_border {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .mtc .ttl_pc_u_border {
    margin-top: 20px;
  }
}
.mtc .fs18-20 {
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .mtc .fs18-20 {
    line-height: 2.5;
  }
}
.mtc .bg {
  background: #EFEFEF;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .mtc .bg {
    padding: 38px;
  }
}
.mtc .bg > h4 {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .mtc .bg > h4 {
    text-align: left;
    margin-bottom: 15px;
  }
}
.mtc .l-col2-gap + h2 {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .mtc .l-col2-gap + h2 {
    margin-top: 60px;
  }
}
.mtc .c-al-right {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .mtc .c-al-right {
    line-height: 1.5555555556;
  }
}

.history .l-inner {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .history .l-inner {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .history .history-pc {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .history .history-pc--left {
    width: 550px;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .history .history-pc--left {
    width: 700px;
  }
}
.history .history-pc--right {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .history .history-pc--right {
    margin-block: 5px 60px;
    width: calc(100% - 550px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .history .history-pc--right {
    width: calc(100% - 700px);
  }
}
.history .history-pc--right .history-img {
  margin-block: 40px 20px;
}
.history .history-pc--right .history-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .history .history-pc--right .history-img img {
    max-width: 400px;
  }
}
.history .history-pc--right .history-img p {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .history .history-pc--right .history-img p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .history .history-pc--right .history-img p {
    font-size: 1.6rem;
  }
}
.history .history-list {
  margin-top: 40px;
}
.history .history-list li {
  min-height: 80px;
  position: relative;
  padding-left: 50px;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
}
@media screen and (min-width: 768px) {
  .history .history-list li {
    min-height: 85px;
  }
}
.history .history-list li dl {
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .history .history-list li dl {
    display: flex;
    gap: 50px;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px) {
  .history .history-list li dl {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .history .history-list li dl dt {
    width: 130px;
  }
}
@media screen and (min-width: 1100px) {
  .history .history-list li dl dt {
    width: 160px;
  }
}
.history .history-list li dl dd {
  padding: 10px 10px 30px;
}
@media screen and (min-width: 768px) {
  .history .history-list li dl dd {
    width: calc(100% - 130px);
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .history .history-list li dl dd {
    width: calc(100% - 160px);
  }
}
.history .history-list li .border-line {
  position: absolute;
  width: 2px;
  height: 0;
  background: #E85400;
  top: 10px;
  left: 4px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .history .history-list li .border-line {
    top: 15px;
  }
}
.history .history-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #EFEFEF;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .history .history-list li::before {
    top: 1.5rem;
  }
}
.history .history-list li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #EFEFEF;
  left: 4px;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .history .history-list li::after {
    top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .history .history-list li:last-of-type::after {
    display: none;
  }
}
.history .history-list li:nth-last-of-type(2) {
  height: 100px;
}
.history .history-list li:nth-last-of-type(2)::after {
  height: 110%;
}
.history .history-list li.active::before {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  top: -0.3rem;
  left: -0.9rem;
  background: radial-gradient(circle, #E85400 0%, #E85400 25%, rgba(232, 84, 0, 0.2) 30%, rgba(232, 84, 0, 0.2) 100%);
}
@media screen and (min-width: 768px) {
  .history .history-list li.active::before {
    top: 1px;
  }
}

.news_top .c-list-news li {
  border-bottom-color: #EFEFEF;
}
.news_top .c-list-news li:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .news_top .c-list-news li:last-of-type {
    border-bottom: 1px solid #EFEFEF;
  }
}
.news_top .c-list-news li a {
  padding-block: 30px 15px;
}
@media screen and (min-width: 768px) {
  .news_top .c-list-news li a {
    padding-block: 30px 20px;
    position: relative;
  }
  .news_top .c-list-news li a::after {
    content: "";
    background: url(../images/common/arrow.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (hover: hover) {
  .news_top .c-list-news li a:hover:hover::after {
    right: 30px;
  }
}
.news_top .c-list-news li a .ttl {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .news_top .c-list-news li a .ttl {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1300px) {
  .news_top .c-list-news li a {
    padding-left: 15px;
    padding-block: 40px 30px;
  }
  .news_top .c-list-news li a:hover {
    background-color: #F9F7F1;
  }
}
@media screen and (min-width: 768px) {
  .news_top .c-list-news li a .date {
    width: 116px;
  }
}
.news_top .c-list-news li a .cat {
  color: #fff;
  border: none;
  width: 99px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 3.6428571429;
}
@media screen and (min-width: 768px) {
  .news_top .c-list-news li a .cat {
    width: 124px;
    height: 30px;
    margin-top: -5px;
  }
}

.error .inner-error {
  max-width: 625px;
  margin-inline: auto;
  padding-bottom: 50px;
}
.error .c-button {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .error .c-button {
    margin-top: 80px;
  }
}