@charset "UTF-8";
/* base color
--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}

article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3.headline, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}

:root {
  --main-color: #3D729F;
  --main-font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --main-font-bold: "游ゴシック体", YuGothic, "游ゴシック", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4em;
  color: #000;
  font-size: 1.4em;
  line-height: 1;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

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

output {
  display: inline-block;
}

/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- icon --*/
/* reset
-------------------------------------------------------*/
/*
*{
	outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

/*
.preload *{
	-webkit-transition: none !important;
	transition:none !important;
}
*/
div.pageWrap {
  position: relative;
  width: 100%;
  text-align: left;
}

/* layout
-------------------------------------------------------*/
.page-content {
  max-width: 1110px;
  margin: 0 auto;
  padding: 75px 15px 0;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tel-info-wrapper {
  text-align: center;
}
.p-tel-info-wrapper p {
  font-weight: 700;
}
.p-tel-info-wrapper p span {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 10px;
  color: #1E3FA2;
  font-family: "Barlow", sans-serif;
}
.p-tel-info-wrapper .tel {
  letter-spacing: 0.03em;
}
.p-tel-info-wrapper .tel p a {
  display: block;
  font-size: 3rem;
}
.p-tel-info-wrapper .tel p a span {
  font-size: 5rem;
  line-height: 1.2;
}
.p-tel-info-wrapper .tel em {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-tel-info-wrapper .fax {
  margin-top: 25px;
  letter-spacing: 0.065em;
}
.p-tel-info-wrapper .fax p {
  font-size: 2.6rem;
}
.p-tel-info-wrapper .fax p span {
  font-size: 3.6rem;
  line-height: 1.2;
}

.p-input-wrapper {
  position: relative;
}
.p-input-wrapper input[name=keyword] {
  padding: 13px 30px;
  background-color: #fff;
  border: 3px solid #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-input-wrapper input[name=keyword]::-moz-placeholder {
  color: #CCCCCC;
  font-size: 1.8rem;
  opacity: 1;
}
.p-input-wrapper input[name=keyword]:-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 1.8rem;
  opacity: 1;
}
.p-input-wrapper input[name=keyword]::placeholder {
  color: #CCCCCC;
  font-size: 1.8rem;
  opacity: 1;
}
.p-input-wrapper input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}
.p-input-wrapper button {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 18px;
  width: 52px;
  height: 52px;
  background-color: #000;
  border: none;
  cursor: pointer;
}
.p-input-wrapper button img {
  width: 22px;
  height: 22px;
}

.p-search-modal-btn {
  position: relative;
  background: #000;
  cursor: pointer;
}
.p-search-modal-btn::before, .p-search-modal-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
.p-search-modal-btn::before {
  width: 100%;
  background-color: #000;
}
.p-search-modal-btn::after {
  width: 0;
  background-color: #333333;
  transition: 0.3s ease;
}
.p-search-modal-btn span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 1;
}
.p-search-modal-btn span::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 25px;
  display: block;
  width: 10px;
  height: 17px;
  background: url(../common/images/arrow-head_white.svg) center/contain no-repeat;
}

.p-search-title {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0;
  font-weight: 700;
  font-size: 2.2rem;
}
.p-search-title::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: calc(50% + 1px);
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1E3FA2;
  z-index: -1;
}
.p-search-title span {
  padding-right: 12px;
  background-color: #fff;
}

.p-estimate-list {
  position: relative;
}
.p-estimate-list::before, .p-estimate-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
.p-estimate-list::before {
  width: 100%;
  background-color: #29C897;
}
.p-estimate-list::after {
  width: 0;
  background-color: #1AA97D;
  transition: 0.3s ease;
}
.p-estimate-list a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  font-size: 2.2rem;
  z-index: 1;
}
.p-estimate-list a::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 30px;
  width: 19px;
  height: 24px;
  display: block;
  background: url(../common/images/icon_clipboard.svg) center/contain no-repeat;
}
.p-estimate-list .num {
  position: absolute;
  top: -10px;
  right: -6px;
  min-width: 30px;
  min-height: 30px;
  padding: 8px 7px 9px;
  background-color: #fff;
  border-radius: 9999px;
  font-weight: 700;
  color: #29C897;
  font-size: 1.3rem;
  text-align: center;
  z-index: 5;
}

.p-contact-btn {
  position: relative;
}
.p-contact-btn::before, .p-contact-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
.p-contact-btn::before {
  width: 100%;
  background-color: #4C4C4C;
}
.p-contact-btn::after {
  width: 0;
  background-color: #333333;
  transition: 0.3s ease;
}
.p-contact-btn a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  font-size: 2.2rem;
  z-index: 1;
}
.p-contact-btn a::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 28px;
  display: block;
  width: 23px;
  height: 17px;
  background: url(../common/images/icon_mail.svg) center/contain no-repeat;
}

.p-category-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  aspect-ratio: 1.42/1;
  padding: 20px;
  cursor: pointer;
}
.p-category-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #1E3FA2;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.3s ease;
}
.p-category-list li.title-column {
  padding-bottom: 10px;
}
.p-category-list li span {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Barlow", sans-serif;
  color: #EEEEEE;
  font-weight: 700;
  font-size: 5rem;
}
.p-category-list li p {
  font-weight: 700;
  font-size: 1.8rem;
  word-break: break-all;
}
.p-category-list li figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-category-list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.function-adminbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 0 50px;
  background: #1E3FA2;
}
.function-adminbar .admin-status {
  color: #fff;
  letter-spacing: 0.1em;
}
.function-adminbar .admin-status span.user-name {
  font-size: 1.6rem;
}
.function-adminbar .admin-status span.current-status {
  font-size: 1.8rem;
  font-weight: 700;
}
.function-adminbar .function-adminbar-button {
  position: relative;
}
.function-adminbar .function-adminbar-button button {
  border: none;
  outline: none;
  background: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  border: 1px solid #fff;
  padding: 0 20px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  cursor: pointer;
  transition: 0.5s ease;
}
.function-adminbar .function-adminbar-button button:hover {
  opacity: 0.5;
}

header {
  position: absolute;
  width: 100%;
  height: 75px;
  background-color: #000;
  z-index: 50;
}
header.admin {
  height: 130px;
}
header:not(.no-fixed):not(.mv-show) {
  position: fixed;
}
header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding: 0 125px 0 50px;
}
header .header-inner .tel-link {
  display: none;
}
header .header-inner .header-logo {
  width: 140px;
  height: 100%;
}
header .header-inner .header-logo a {
  display: block;
  height: 100%;
}
header .header-inner .header-logo a img {
  -o-object-fit: contain;
     object-fit: contain;
}
header .header-inner .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-inner .header-right .search-link {
  position: relative;
  margin-right: 15px;
}
header .header-inner .header-right .search-link::before, header .header-inner .header-right .search-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
header .header-inner .header-right .search-link::before {
  width: 100%;
  background-color: #4C4C4C;
}
header .header-inner .header-right .search-link::after {
  width: 0;
  background-color: #333333;
  transition: 0.3s ease;
}
header .header-inner .header-right .search-link a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  z-index: 2;
}
header .header-inner .header-right .search-link a::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: calc(50% + 1px);
  left: 30px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../common/images/icon_search.svg) center/contain no-repeat;
}
header .header-inner .header-right .p-estimate-list {
  width: 220px;
  height: 45px;
}
header .header-inner .header-right .p-estimate-list a {
  font-size: 1.8rem;
}
header .header-inner .header-right .p-estimate-list a::before {
  left: 40px;
}
header.mv-show .header-inner {
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
header.mv-show .header-inner .header-right {
  display: none;
}
header.mv-after-show {
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
}

.trigger {
  position: absolute;
  top: 0;
  right: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  z-index: 100 !important;
  cursor: pointer;
}
.trigger.active {
  top: 0 !important;
}
.trigger:not(.no-fixed):not(.mv-show) {
  position: fixed;
}
.trigger .menu-trigger,
.trigger .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
}
.trigger .menu-trigger {
  position: relative;
  top: 2px;
  width: 36px;
  height: 36px;
}
.trigger .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.trigger .menu-trigger span:nth-of-type(1) {
  top: 12px;
}
.trigger .menu-trigger span:nth-of-type(2) {
  bottom: 12px;
}
.trigger .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(32deg);
}
.trigger .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(-32deg);
}

.admin + .trigger {
  top: 55px;
}

.admin .tel-link {
  top: 78px !important;
}

.hamburger-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  visibility: hidden;
}
.hamburger-overlay.is-fixed {
  visibility: visible;
}
.hamburger-overlay.is-fixed .hamburger-wrapper {
  transform: translateX(0);
}

.hamburger-wrapper {
  transform: translateX(100%);
  width: clamp(420px, 34.2%, 500px);
  margin-left: auto;
  height: 100%;
  padding: 25px 45px;
  background: #000;
  transition: 0.5s ease;
  overflow-y: auto;
}
.hamburger-wrapper .catchcopy {
  margin-bottom: 45px;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: 0.1em;
}
.hamburger-wrapper .global-hamburger-menu {
  margin-bottom: 60px;
}
.hamburger-wrapper .global-hamburger-menu .nav-global li:not(:last-child) {
  margin-bottom: 40px;
}
.hamburger-wrapper .global-hamburger-menu .nav-global li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  transition: 0.3s ease;
}
.hamburger-wrapper .global-hamburger-menu .nav-global li a::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%) rotate(-90deg);
  top: 50%;
  right: 0;
  display: block;
  width: 19px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.8 14.3' %3E%3Cpath d='M2.8,0l8.8,8.6L20,0l2.9,2.8-11.2,11.4L0,2.9,2.8,0Z' fill='%231E3FA2'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.hamburger-wrapper .global-hamburger-menu .nav-global li a .en {
  display: inline-block;
  margin-right: 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
}
.hamburger-wrapper .global-hamburger-menu .nav-global li a .ja {
  position: relative;
  top: 1px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.hamburger-wrapper .hamburger-contact {
  padding: 20px;
  background-color: #fff;
}
.hamburger-wrapper .hamburger-contact .p-estimate-list {
  height: 70px;
  margin-bottom: 20px;
}
.hamburger-wrapper .hamburger-contact .p-estimate-list a {
  padding-left: 10px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.hamburger-wrapper .hamburger-contact .p-estimate-list a::before {
  left: 20px;
  width: 19px;
  height: 24px;
}
.hamburger-wrapper .hamburger-contact .p-estimate-list a::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%) rotate(-90deg);
  top: 50%;
  right: 18px;
  display: block;
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.8 14.3' %3E%3Cpath d='M2.8,0l8.8,8.6L20,0l2.9,2.8-11.2,11.4L0,2.9,2.8,0Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.hamburger-wrapper .hamburger-contact .p-estimate-list .num {
  padding: 6px 5px;
  border: 2px solid #29C897;
}
.hamburger-wrapper .hamburger-contact .p-tel-info-wrapper div p {
  letter-spacing: 0.03em;
}
.hamburger-wrapper .hamburger-contact .p-tel-info-wrapper div p span {
  margin-left: 5px;
}
.hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .tel p a {
  font-size: 2.2rem;
}
.hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .tel p a span {
  font-size: 3.2rem;
}
.hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .tel em {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .fax {
  margin-top: 10px;
}
.hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .fax p {
  font-size: 2.2rem;
}
.hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .fax p span {
  font-size: 3.2rem;
}

.breadcrumbs {
  position: relative;
  padding: 17px 0;
}
.breadcrumbs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 2px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  top: auto;
  bottom: 0;
  background-color: #F5F5F5;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: calc(50% + 1px);
  right: -13px;
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../common/images/arrow-head_blue.svg) center/contain no-repeat;
}
.breadcrumbs ul li:last-child a {
  pointer-events: none;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.page-head-title-block {
  padding: 25px 0;
}
.page-head-title-block h1 {
  text-align: center;
}
.page-head-title-block h1 .en {
  font-family: "Barlow", sans-serif;
  color: #1E3FA2;
  font-weight: 700;
  font-size: 5.8rem;
}
.page-head-title-block h1 .ja {
  display: inline-block;
  font-weight: 700;
  font-size: 2.2rem;
}
.page-head-title-block h1 .ja::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -33px;
  transform: rotate(34deg);
  display: block;
  width: 2px;
  height: 23px;
  background-color: #000;
}

/* ここからDify関連 */
.fixed-function {
  position: fixed;
  bottom: 20px;
  right: 95px;
  width: 170px;
  height: 60px;
  z-index: 50;
}
.fixed-function .ai-chat {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fixed-function .ai-chat::before, .fixed-function .ai-chat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  z-index: -1;
}
.fixed-function .ai-chat::before {
  width: 100%;
  background-color: #1E3FA2;
}
.fixed-function .ai-chat::after {
  width: 0;
  background-color: #142b70;
  transition: 0.3s ease;
}
.fixed-function .ai-chat p {
  position: relative;
  padding-left: 33px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.fixed-function .ai-chat p::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: calc(50% + 1px);
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../common/images/icon_chat.svg) center/contain no-repeat;
}

/* ここまでDify関連 */
/* チャットボット開くボタン */
#open-chat-btn {
  cursor: pointer;
}

/* 閉じるボタン */
#close-chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  background: #ff5c5c;
  color: white;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 60 !important;
  width: 60px;
  height: 60px;
  display: none; /* 初期状態では非表示 */
}

/* チャットウィンドウの調整 */
#dify-chatbot-bubble-window {
  position: fixed !important;
  top: auto !important;
  bottom: -45px !important;
  left: auto !important;
  right: 95px !important;
  width: 400px !important;
  height: calc(100vh + 75px) !important;
  z-index: 50 !important;
}

/* Dify標準バブルは非表示 */
#dify-chatbot-bubble-button {
  display: none;
}

.pagetop-grid {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #000;
  z-index: 20;
  cursor: pointer;
}
.pagetop-grid::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.54 28.44' %3E%3Cpath d='M19.54,10.13l-1.44,1.39L9.77,2.88,1.44,11.52l-1.44-1.39L9.77,0l9.77,10.13Z' fill='%23fff'/%3E%3Cpath d='M10.77,1.88v26.56h-2V1.88h2Z' fill='%23fff'/%3E%3Cpath d='M10.27,1.44v1.44c0,.28-.22.5-.5.5s-.5-.22-.5-.5v-1.44c0-.28.22-.5.5-.5s.5.22.5.5Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pagetop-grid a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease;
}

.sec-contact {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 60px 15px 90px;
  text-align: center;
}
.sec-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: #333333;
}
.sec-contact hgroup {
  margin-bottom: 40px;
  color: #F5F5F5;
}
.sec-contact hgroup span {
  display: block;
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 8.1rem;
}
.sec-contact hgroup h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
}
.sec-contact > p {
  margin-bottom: 40px;
  font-size: 1.3rem;
  color: #F5F5F5;
  line-height: 1.46;
}
.sec-contact ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-contact ul li {
  width: calc((100% - 2px) / 2);
  background: #fff;
}
.sec-contact ul li:not(:last-child) {
  margin-right: 2px;
}
.sec-contact ul li dl dt {
  font-weight: 700;
  font-size: 1.8rem;
}
.sec-contact ul li.email-info-wrapper {
  padding: 30px 80px 45px;
}
.sec-contact ul li.email-info-wrapper dd {
  max-width: 380px;
  margin: 0 auto;
}
.sec-contact ul li.email-info-wrapper .p-estimate-list {
  height: 70px;
  margin-top: 20px;
}
.sec-contact ul li.email-info-wrapper .p-estimate-list a::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%) rotate(-90deg);
  top: 50%;
  right: 28px;
  display: block;
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.8 14.3' %3E%3Cpath d='M2.8,0l8.8,8.6L20,0l2.9,2.8-11.2,11.4L0,2.9,2.8,0Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.sec-contact ul li.email-info-wrapper .p-contact-btn {
  height: 70px;
  margin-top: 10px;
}
.sec-contact ul li.email-info-wrapper .p-contact-btn a::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%) rotate(-90deg);
  top: 50%;
  right: 28px;
  display: block;
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.8 14.3' %3E%3Cpath d='M2.8,0l8.8,8.6L20,0l2.9,2.8-11.2,11.4L0,2.9,2.8,0Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.sec-contact ul li.p-tel-info-wrapper {
  padding: 30px 70px 45px;
}
.sec-contact ul li.p-tel-info-wrapper .tel {
  margin-top: 16px;
}

footer {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 70px 15px 50px;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: #000;
}
footer .upper-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
footer .upper-row .logo-wrapper {
  margin-right: 60px;
}
footer .upper-row .logo-wrapper .foot-logo {
  width: 260px;
  aspect-ratio: 5.62/1;
  margin-bottom: 10px;
}
footer .upper-row .logo-wrapper .foot-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .upper-row .logo-wrapper p {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
footer .upper-row .text-wrapper {
  color: #fff;
}
footer .upper-row .text-wrapper p {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
footer .upper-row .text-wrapper span {
  font-size: 1.4rem;
}
footer .global-foot-menu {
  margin-bottom: 20px;
}
footer .global-foot-menu .nav-global {
  display: flex;
  flex-wrap: wrap;
}
footer .global-foot-menu .nav-global li:not(:last-child) {
  position: relative;
}
footer .global-foot-menu .nav-global li:not(:last-child)::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
}
footer .global-foot-menu .nav-global li a {
  padding: 0 20px 0 25px;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #fff;
}
footer .global-foot-menu .nav-global li.ex-link a {
  position: relative;
}
footer .global-foot-menu .nav-global li.ex-link a::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 25px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../common/images/icon_separate-tab.svg) center/contain no-repeat;
}
footer .product-print-info {
  display: none;
}
footer .copyright {
  font-size: 1rem;
  color: #AAAAAA;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  /*
  -------------------------------------------------------*/
  br.spbr {
    display: none;
  }
  .p-tel-info-wrapper .tel p a {
    pointer-events: none;
  }
  .p-input-wrapper button {
    transition: 0.2s ease;
  }
  .p-input-wrapper button:hover {
    background-color: #1E3FA2;
  }
  .p-search-modal-btn:hover::after {
    width: 100%;
  }
  .p-estimate-list:hover::after {
    width: 100%;
  }
  .p-contact-btn:hover::after {
    width: 100%;
  }
  .p-category-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
    gap: 10px;
  }
  .p-category-list li:hover::after {
    opacity: 1;
  }
  .sec-contact ul li.email-info-wrapper .p-estimate-list a::before {
    left: 30px;
    width: 19px;
    height: 24px;
  }
  /* ここからDify関連 */
  .fixed-function .ai-chat:hover::after {
    width: 100%;
  }
  /* ここまでDify関連 */
  header .header-inner .header-right .search-link {
    width: 164px;
    height: 45px;
  }
  header .header-inner .header-right .search-link:hover::after {
    width: 100%;
  }
  header .header-inner .header-right .search-link a {
    transition: 0.3s ease;
    padding: 13px 35px 13px 55px;
    color: #fff;
  }
  header .header-inner .header-right .p-estimate-list a {
    padding-left: 25px;
  }
  header .header-inner .header-right .p-estimate-list a::before {
    width: 16px;
    height: 21px;
  }
  .hamburger-wrapper .global-hamburger-menu .nav-global li a:hover {
    color: #1E3FA2;
  }
  .hamburger-wrapper .global-hamburger-menu .nav-global li a:hover::after {
    right: -4px;
  }
  .hamburger-wrapper .hamburger-contact .p-estimate-list .num {
    transition: 0.3s ease;
  }
  .hamburger-wrapper .hamburger-contact .p-estimate-list:hover .num {
    border-color: #1AA97D;
  }
  footer .global-foot-menu .nav-global {
    margin-left: -25px;
  }
  footer .global-foot-menu .nav-global li.ex-link a {
    padding-left: 50px;
  }
  .page-head-title-block h1 .ja {
    position: relative;
    top: -5px;
    margin-left: 65px;
  }
}
@media screen and (max-width: 959px) {
  /*
  -------------------------------------------------------*/
  br.pcbr {
    display: none;
  }
  .page-content {
    padding-top: 55px;
  }
  .admin .tel-link {
    top: 49px !important;
  }
  .p-tel-info-wrapper .tel p a {
    font-size: 1.5rem;
  }
  .p-tel-info-wrapper .tel p a span {
    font-size: 3.5rem;
  }
  .p-tel-info-wrapper .tel em {
    font-size: 1.1rem;
    line-height: 1.45;
  }
  .p-tel-info-wrapper .fax {
    margin-top: 15px;
  }
  .p-tel-info-wrapper .fax p {
    font-size: 1.3rem;
  }
  .p-tel-info-wrapper .fax p span {
    font-size: 2.8rem;
  }
  .p-input-wrapper input[name=keyword] {
    padding: 13px 10px;
    font-size: 1.6rem;
  }
  .p-input-wrapper input[name=keyword]::-moz-placeholder {
    font-size: 1.6rem;
  }
  .p-input-wrapper input[name=keyword]:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .p-input-wrapper input[name=keyword]::placeholder {
    font-size: 1.6rem;
  }
  .p-input-wrapper button {
    right: 11px;
    width: 49px;
    height: 49px;
  }
  .p-input-wrapper button img {
    width: 18px;
    height: 18px;
  }
  .p-search-modal-btn span {
    font-size: 1.6rem;
  }
  .p-search-modal-btn span::after {
    right: 20px;
    width: 9px;
    height: 14px;
  }
  .p-search-title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-estimate-list a {
    font-size: 1.6rem;
  }
  .p-estimate-list a::before {
    left: 25px;
    width: 14px;
    height: 18px;
  }
  .p-estimate-list .num {
    font-size: 1.2rem;
  }
  .p-contact-btn a {
    font-size: 1.6rem;
  }
  .p-contact-btn a::before {
    left: 25px;
    width: 17px;
    height: 12px;
  }
  .p-category-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: -5px auto 0;
  }
  .p-category-list li {
    width: 32.3%;
    margin-top: 5px;
    aspect-ratio: 1.17/1;
    padding: 18px 10px;
  }
  .p-category-list li:not(:nth-child(3n)) {
    margin-right: 1.55%;
  }
  .p-category-list li::after {
    border-width: 2px;
  }
  .p-category-list li figure {
    overflow: hidden;
    background-color: #fff;
  }
  .p-category-list li figure img {
    position: relative;
    top: -4px;
  }
  .p-category-list li span {
    top: 12px;
    left: 10px;
    font-size: 2.9rem;
  }
  .p-category-list li p {
    font-size: 1.3rem;
    line-height: 1.08;
  }
  .p-category-list li.title-column p, .p-category-list li.--s-title-column p {
    position: absolute;
    left: 10px;
    bottom: 8px;
    letter-spacing: -0.05em;
  }
  .p-category-list li.--s-title-column {
    padding-bottom: 10px;
  }
  .function-adminbar {
    height: 40px;
    padding: 0 15px;
  }
  .function-adminbar .admin-status {
    letter-spacing: 0.05em;
  }
  .function-adminbar .admin-status span.user-name {
    font-size: 1.2rem;
  }
  .function-adminbar .admin-status span.current-status {
    font-size: 1.3rem;
  }
  .function-adminbar .function-adminbar-button button {
    height: 25px;
    padding: 0 10px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  header {
    height: 55px;
  }
  header.admin {
    height: 95px;
  }
  header .header-inner {
    height: 55px;
    padding: 0 70px 0 15px;
  }
  header .header-inner .header-logo {
    width: 120px;
  }
  header .header-inner .header-right .search-link {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  header .header-inner .header-right .search-link::before {
    border-radius: 9999px;
    overflow: hidden;
  }
  header .header-inner .header-right .search-link a {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  header .header-inner .header-right .search-link a::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background: url(../common/images/icon_search.svg) 13px center/16px 16px no-repeat;
    background-color: #4C4C4C;
  }
  header .header-inner .header-right .p-estimate-list {
    width: 40px;
    height: 40px;
  }
  header .header-inner .header-right .p-estimate-list::before {
    content: none;
  }
  header .header-inner .header-right .p-estimate-list a {
    justify-content: flex-start;
    color: #000;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  header .header-inner .header-right .p-estimate-list a::before {
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 13px 16px;
    background-color: #29C897;
    border-radius: 9999px;
  }
  header .header-inner .header-right .p-estimate-list .num {
    top: -5px;
    right: auto;
    left: 25px;
    min-width: 18px;
    min-height: 15px;
    padding: 3px 7px 5px;
  }
  header.mv-show .header-inner {
    justify-content: center;
    align-items: center;
    padding: 0 50px;
  }
  header.mv-after-show {
    -webkit-animation: fadeIn 0.5s forwards;
            animation: fadeIn 0.5s forwards;
  }
  .trigger {
    right: 0;
    width: 60px;
    height: 55px;
  }
  .trigger .menu-trigger {
    top: 0;
    width: 30px;
    height: 12px;
  }
  .trigger .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .trigger .menu-trigger span:nth-of-type(2) {
    bottom: 0;
  }
  .admin + .trigger {
    top: 40px !important;
  }
  .admin + .trigger.active {
    top: 0 !important;
  }
  .hamburger-wrapper {
    width: 100%;
    padding: 20px 25px 75px 30px;
  }
  .hamburger-wrapper .catchcopy {
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.64;
  }
  .hamburger-wrapper .global-hamburger-menu {
    margin-bottom: 30px;
  }
  .hamburger-wrapper .global-hamburger-menu .nav-global li:not(:last-child) {
    margin-bottom: 25px;
  }
  .hamburger-wrapper .global-hamburger-menu .nav-global li a::after {
    width: 11px;
    height: 7px;
  }
  .hamburger-wrapper .global-hamburger-menu .nav-global li a .en {
    font-size: 2.3rem;
  }
  .hamburger-wrapper .global-hamburger-menu .nav-global li a .ja {
    top: 0;
    font-size: 1rem;
  }
  .hamburger-wrapper .hamburger-contact {
    padding: 15px 25px 20px;
  }
  .hamburger-wrapper .hamburger-contact .p-estimate-list {
    height: 50px;
    margin-bottom: 12px;
  }
  .hamburger-wrapper .hamburger-contact .p-estimate-list a {
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .hamburger-wrapper .hamburger-contact .p-estimate-list a::before {
    width: 11px;
    height: 14px;
  }
  .hamburger-wrapper .hamburger-contact .p-estimate-list a::after {
    right: 20px;
    width: 9px;
    height: 6px;
  }
  .hamburger-wrapper .hamburger-contact .p-tel-info-wrapper p span {
    top: 1px;
  }
  .hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .tel p a {
    font-size: 2rem;
  }
  .hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .tel p a span {
    font-size: 2.8rem;
  }
  .hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .tel em {
    font-size: 1.1rem;
  }
  .hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .fax {
    margin-top: 15px;
  }
  .hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .fax p {
    font-size: 2rem;
  }
  .hamburger-wrapper .hamburger-contact .p-tel-info-wrapper .fax p span {
    font-size: 2.5rem;
  }
  .breadcrumbs {
    padding: 7px 0 9px;
  }
  .breadcrumbs::after {
    height: 1px;
  }
  .breadcrumbs ul li:not(:last-child) {
    margin-right: 15px;
  }
  .breadcrumbs ul li:not(:last-child)::after {
    top: calc(50% + 2px);
    right: -10px;
    width: 5px;
    height: 7px;
  }
  .breadcrumbs ul li a {
    font-size: 1.1rem;
  }
  .page-head-title-block {
    padding: 30px 0;
  }
  .page-head-title-block h1 span {
    display: block;
  }
  .page-head-title-block h1 .en {
    margin-bottom: 10px;
    font-size: 4rem;
  }
  .page-head-title-block h1 .ja {
    font-size: 1.8rem;
  }
  .page-head-title-block h1 .ja::before {
    content: none;
  }
  /* ここからDify関連 */
  .fixed-function {
    position: fixed;
    bottom: 65px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 50;
  }
  .fixed-function .ai-chat::before {
    border-radius: 9999px;
  }
  .fixed-function .ai-chat p {
    width: 100%;
    height: 100%;
    padding-left: 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    color: transparent;
  }
  .fixed-function .ai-chat p::before {
    top: 50%;
    width: 100%;
    height: 100%;
    background-size: 25px 25px;
  }
  /* 閉じるボタン */
  #close-chat-btn {
    bottom: 15px;
    right: 15px;
    padding-bottom: 1px;
    font-size: 2rem;
    width: 45px;
    height: 45px;
    border-radius: 9999px;
  }
  /* チャットウィンドウの調整 */
  #dify-chatbot-bubble-window {
    bottom: 5px !important;
    right: 15px !important;
    width: calc(100% - 30px) !important;
    height: calc(100vh - 75px) !important;
    max-height: calc(100vh - 75px) !important;
  }
  /* Dify標準バブルは非表示 */
  #dify-chatbot-bubble-button {
    display: none;
  }
  /* ここまでDify関連 */
  .pagetop-grid {
    bottom: 15px;
    right: 15px;
    width: 85px;
    height: 40px;
  }
  .pagetop-grid::before {
    width: 12px;
    height: 16px;
  }
  .pagetop-grid a {
    border: 2px solid #333333;
  }
  .pagetop-grid.product-detail, .pagetop-grid.recruit {
    bottom: 0;
    right: 0;
    width: 100px;
    height: 50px;
  }
  .sec-contact {
    max-width: 100%;
    padding: 40px 20px;
  }
  .sec-contact hgroup {
    margin-bottom: 30px;
  }
  .sec-contact hgroup span {
    margin-bottom: 5px;
    font-size: 4.5rem;
  }
  .sec-contact hgroup h2 {
    font-size: 1.6rem;
    line-height: 1.44;
  }
  .sec-contact > p {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .sec-contact ul {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
  .sec-contact ul li {
    width: 100%;
    background: #fff;
  }
  .sec-contact ul li:not(:last-child) {
    margin: 0 0 20px;
  }
  .sec-contact ul li dl dt {
    font-weight: 700;
    font-size: 1.8rem;
  }
  .sec-contact ul li.email-info-wrapper {
    padding: 20px 10px 25px;
  }
  .sec-contact ul li.email-info-wrapper .p-estimate-list {
    height: 55px;
    margin-top: 15px;
  }
  .sec-contact ul li.email-info-wrapper .p-estimate-list a::after {
    right: 23px;
    width: 12px;
    height: 8px;
  }
  .sec-contact ul li.email-info-wrapper .p-contact-btn {
    height: 55px;
    margin-top: 15px;
  }
  .sec-contact ul li.email-info-wrapper .p-contact-btn a::after {
    right: 23px;
    width: 12px;
    height: 8px;
  }
  .sec-contact ul li.p-tel-info-wrapper {
    padding: 25px 10px;
  }
  .sec-contact ul li.p-tel-info-wrapper p span {
    top: 4px;
    margin-left: 5px;
  }
  .sec-contact ul li.p-tel-info-wrapper .tel {
    margin-top: 15px;
  }
  footer {
    max-width: 100%;
    padding: 35px 20px 80px;
  }
  footer .upper-row {
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .upper-row .logo-wrapper {
    margin: 0 0 15px;
  }
  footer .upper-row .logo-wrapper .foot-logo {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  footer .upper-row .logo-wrapper p {
    font-size: 1rem;
  }
  footer .upper-row .text-wrapper {
    width: 100%;
  }
  footer .upper-row .text-wrapper p {
    margin-bottom: 35px;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
  footer .upper-row .text-wrapper span {
    font-size: 1.4rem;
    line-height: 1.43;
  }
  footer .upper-row .text-wrapper span b {
    display: inline-block;
    margin-bottom: 10px;
  }
  footer .upper-row .text-wrapper span em {
    display: none;
  }
  footer .global-foot-menu {
    margin-bottom: 40px;
  }
  footer .global-foot-menu .nav-global {
    flex-direction: column;
  }
  footer .global-foot-menu .nav-global li:not(:last-child) {
    margin-bottom: 25px;
  }
  footer .global-foot-menu .nav-global li:not(:last-child)::after {
    content: none;
  }
  footer .global-foot-menu .nav-global li:not(.ex-link) {
    position: relative;
  }
  footer .global-foot-menu .nav-global li:not(.ex-link)::before {
    content: "";
    position: absolute;
    transform: translate(0, -50%) rotate(-90deg);
    top: 50%;
    left: 0;
    display: block;
    width: 10px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.8 14.3' %3E%3Cpath d='M2.8,0l8.8,8.6L20,0l2.9,2.8-11.2,11.4L0,2.9,2.8,0Z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease;
  }
  footer .global-foot-menu .nav-global li a {
    padding: 0 0 0 25px;
    font-size: 1.3rem;
    line-height: 1.42;
  }
  footer .global-foot-menu .nav-global li.ex-link a::before {
    left: 0;
    width: 10px;
    height: 10px;
  }
  footer .copyright {
    text-align: center;
  }
}
/* layout
-------------------------------------------------------*/
.sales-item-sec {
  width: 100%;
  margin: 0 auto 150px;
}
.sales-item-sec .sales-about-notes {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 70px;
  background: #FFF7E3;
  padding: 65px 60px;
}
.sales-item-sec .sales-about-notes p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.sales-item-sec .sales-about-notes p a {
  text-decoration: underline;
}
.sales-item-sec .sales-about-notes .flexbanner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.6em 0;
}
.sales-item-sec .sales-about-notes .flexbanner p {
  position: relative;
  flex: 1;
}
.sales-item-sec .sales-about-notes .flexbanner span {
  position: relative;
  display: block;
  max-width: 348px;
}
.sales-item-sec .sales-about-notes .flexbanner span a {
  position: relative;
  display: block;
  width: 100%;
}
.sales-item-sec .sales-about-notes .flexbanner span a img {
  width: 100%;
}
.sales-item-sec .sales-about-notes .notes-element-title {
  position: absolute;
  top: -26px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sales-item-sec .sales-about-notes .notes-element-title::before {
  content: "";
  position: relative;
  display: block;
  width: 38px;
  height: 52px;
  background-color: #f05128;
  scale: -1 1;
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.sales-item-sec .sales-about-notes .notes-element-title::after {
  content: "";
  position: relative;
  display: block;
  width: 38px;
  height: 52px;
  background-color: #f05128;
  scale: 1 -1;
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.sales-item-sec .sales-about-notes h2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  background: #f05128;
  color: #fff;
  font-size: 1.8rem;
}
.sales-item-sec .sales-item-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 55px 35px;
}
.sales-item-sec .sales-item-list li {
  position: relative;
  width: calc((100% - 140px) / 5);
}
.sales-item-sec .sales-item-list li h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.sales-item-sec .sales-item-list li .item-category-thumb {
  width: 100%;
  border: 1px solid #D9D9D9;
  margin-bottom: 8px;
}
.sales-item-sec .sales-item-list li .item-category-thumb a {
  display: block;
  width: 100%;
}
.sales-item-sec .sales-item-list li .item-category-thumb a figure {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/0.833;
  background: #fff;
}
.sales-item-sec .sales-item-list li .item-category-thumb a figure img {
  max-width: 120px;
  max-height: 100px;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
.sales-item-sec .sales-item-list li .item-category-thumb a figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: transparent;
  transform: scale(0.5);
}
.sales-item-sec .sales-item-list li .item-category-thumb a:hover figure::before {
  background: #FFF7E3;
  transform: scale(1);
}
.sales-item-sec .sales-item-list li .item-category-thumb a:hover figure img {
  transform: scale(1.15);
}
.sales-item-sec .sales-item-list li .item-category-thumb a p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
  padding: 8px 2px;
  border-top: 1px solid #D9D9D9;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: -0.05em;
}
.sales-item-sec .sales-item-list li .item-category-thumb a p .em-orange {
  color: #f05128;
  font-weight: 700;
}
.sales-item-sec .sales-item-list li .item-category-thumb a p::after {
  content: "\f08e";
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #f05128;
}

.section-title h2 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.43;
}
.section-title h2::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: calc(50% + 1px);
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1E3FA2;
  z-index: -1;
}
.section-title h2 span {
  padding-right: 30px;
  background-color: #fff;
}

.about-company-block {
  margin: 0 0 70px;
}
.about-company-block .text-box {
  padding: 0 20px;
}
.about-company-block .text-box p {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
.about-company-block .text-box p:not(:last-child) {
  margin: 0 0 25px;
}

.company-information-block .section-title {
  margin: 0 0 20px;
}
.company-information-block .registration-number {
  margin: 0 0 20px;
  padding: 5px 0 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
.company-information-block .registration-number span {
  margin: 0 0 5px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.company-information-block .registration-number .pc-block {
  display: inline-block;
}
.company-information-block .information-list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.company-information-block .information-list li dl {
  display: flex;
  flex-wrap: wrap;
}
.company-information-block .information-list li dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 185px;
  padding: 13px 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.company-information-block .information-list li dl dd {
  flex: 1;
  -webkit-flex: 1;
  background: #fff;
  padding: 13px 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.company-information-block .information-list li dl dd a {
  color: #000;
}

@media screen and (max-width: 1023px) {
  /* ------------------------------------------------------*/
  .sales-item-sec .sales-item-list {
    gap: 40px 25px;
  }
  .sales-item-sec .sales-item-list li {
    width: calc((100% - 100px) / 5);
  }
}
@media screen and (min-width: 960px) {
  /* ------------------------------------------------------*/
  .page-head-title-block {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  .sales-item-sec {
    padding: 26px 0 0;
  }
  .sales-item-sec .sales-about-notes {
    margin: 0 auto 50px;
    padding: 40px 20px 30px;
  }
  .sales-item-sec .sales-about-notes p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sales-item-sec .sales-about-notes .flexbanner {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 0;
  }
  .sales-item-sec .sales-about-notes .flexbanner p {
    margin-bottom: 15px;
  }
  .sales-item-sec .sales-about-notes .notes-element-title {
    top: -20px;
    left: 10px;
  }
  .sales-item-sec .sales-about-notes .notes-element-title::before, .sales-item-sec .sales-about-notes .notes-element-title::after {
    width: 29px;
    height: 40px;
  }
  .sales-item-sec .sales-about-notes h2 {
    height: 40px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  .sales-item-sec .sales-item-list {
    gap: 40px 25px;
  }
  .sales-item-sec .sales-item-list li {
    position: relative;
    width: calc((100% - 75px) / 4);
  }
  .sales-item-sec .sales-item-list li .item-category-thumb a p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 869px) {
  /* ------------------------------------------------------*/
  .sales-item-sec .sales-item-list {
    gap: 40px 20px;
  }
  .sales-item-sec .sales-item-list li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 679px) {
  /* ------------------------------------------------------*/
  .sales-item-sec .sales-item-list li {
    width: calc((100% - 20px) / 2);
  }
}
