@charset "UTF-8";
/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------------------------------------------------
# mixin
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# html element
--------------------------------------------------------------*/
html {
  overscroll-behavior: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

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

a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  transition: filter 0.3s;
}
a:hover {
  filter: brightness(80%);
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  min-height: 1px;
}

svg {
  transform-box: fill-box;
}

li,
ol {
  list-style: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: filter 0.3s;
}
input[type=submit]:hover,
input[type=button]:hover {
  filter: brightness(80%);
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* site-titleやdiscriptionは基本表示しない */
.site-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
@media print, screen and (max-width: 1200px) {
  .over-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 860px) {
  .over-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 500px) {
  .over-sp {
    display: none !important;
  }
}

.under-pc {
  display: none !important;
}
@media print, screen and (max-width: 1200px) {
  .under-pc {
    display: inherit !important;
  }
}

.under-tab {
  display: none;
}
@media print, screen and (max-width: 860px) {
  .under-tab {
    display: inherit !important;
  }
}

.under-sp {
  display: none !important;
}
@media print, screen and (max-width: 500px) {
  .under-sp {
    display: inherit !important;
  }
}

body {
  background-color: #92A9B4;
}

.common-scroll {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1px;
  height: 229px;
  background-color: #838a8e;
  transition: opacity 0.3s, visibility 0.3s;
}
@media print, screen and (max-width: 1200px) {
  .common-scroll {
    height: 167px;
    right: 52.5px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-scroll {
    height: 105px;
    right: 23px;
  }
}
.common-scroll--disable {
  opacity: 0;
  visibility: hidden;
}
.common-scroll:before {
  content: "scroll down";
  white-space: nowrap;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -58px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 860px) {
  .common-scroll:before {
    font-size: 12px;
    top: -60px;
    right: -38px;
  }
}
.common-scroll:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: expand 2s linear infinite;
  transform-origin: top;
}
@keyframes expand {
  0% {
    transform-origin: top;
    transform: scale(1, 0);
    opacity: 1;
  }
  50% {
    transform-origin: top;
    transform: scale(1, 1);
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scale(1, 0);
    opacity: 0;
  }
}

.loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #92A9B4;
}
.loading__logo {
  width: 350px;
  transition: opacity 0.8s;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 1200px) {
  .loading__logo {
    width: 310px;
  }
}
@media print, screen and (max-width: 500px) {
  .loading__logo {
    width: 270px;
  }
}
.loading .loadingSpinner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.loading .loadingSpinner__circleBorder {
  width: 65px;
  height: 65px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63, 249, 220);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 55%, rgb(214, 255, 249) 100%);
  animation: spin 0.8s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.loading .loadingSpinner__circleBorder__core {
  width: 100%;
  height: 100%;
  background-color: #92A9B4;
  border-radius: 50%;
}

.header {
  width: 100%;
  height: 64px;
}
.header__logo {
  display: flex;
  position: fixed;
  z-index: 9998;
  left: 15px;
  top: 15px;
}
.header__logo img {
  width: 206px;
}
@media print, screen and (max-width: 1200px) {
  .header__logo img {
    width: 183px;
    left: 12px;
    top: 13px;
  }
}
@media print, screen and (max-width: 500px) {
  .header__logo img {
    width: 160px;
    left: 9px;
    top: 11px;
  }
}
.header__btn {
  position: fixed;
  z-index: 9998;
  right: 64px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  width: 200px;
  height: 64px;
  background: #3b81ac;
}
@media print, screen and (max-width: 1200px) {
  .header__btn {
    width: 156px;
    height: 59px;
    right: 59px;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 500px) {
  .header__btn {
    width: 112px;
    height: 54px;
    right: 54px;
    font-size: 12px;
  }
}
.header__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 9998;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: #373c3e;
  transition: filter 0.3s;
}
.header__hamburger:hover {
  filter: brightness(150%);
}
@media print, screen and (max-width: 1200px) {
  .header__hamburger {
    width: 59px;
    height: 59px;
  }
}
@media print, screen and (max-width: 500px) {
  .header__hamburger {
    width: 54px;
    height: 54px;
  }
}
.header__hamburger__inner {
  position: relative;
  width: 23px;
  height: 12px;
}
@media print, screen and (max-width: 1200px) {
  .header__hamburger__inner {
    width: 21.5px;
    height: 11px;
  }
}
@media print, screen and (max-width: 500px) {
  .header__hamburger__inner {
    width: 20px;
    height: 11px;
  }
}
.header__hamburger__inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.header__hamburger__inner span:nth-of-type(1) {
  top: 0;
}
.header__hamburger__inner span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger__inner span:nth-of-type(3) {
  width: 56.5%;
  bottom: 0;
}
.header__hamburger--active span:nth-of-type(1) {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-30deg);
}
.header__hamburger--active span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger--active span:nth-of-type(3) {
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(30deg);
}
.header__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9997;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #373C3E;
  transform: translateY(-20px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  padding: 0 83px;
}
@media print, screen and (max-width: 1200px) {
  .header__nav {
    padding: 0 53px;
  }
}
@media print, screen and (max-width: 860px) {
  .header__nav {
    overflow-y: scroll;
    justify-content: flex-start;
    padding: 100px 0 47px 0;
  }
}
@media print, screen and (max-width: 500px) {
  .header__nav {
    padding: 100px 23px 47px 23px;
  }
}
.header__nav--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__nav__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
@media print, screen and (max-width: 860px) {
  .header__nav__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 390px) {
  .header__nav__inner {
    align-items: flex-start;
  }
}
.header__nav__pp {
  position: absolute;
  left: 0;
  bottom: -8px;
}
@media print, screen and (max-width: 860px) {
  .header__nav__pp {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 59px;
    width: 100%;
    max-width: 304.4px;
  }
}
.header__nav .header-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-flow: column;
  gap: 58px 0;
  margin-top: 38px;
}
@media print, screen and (max-width: 1365px) {
  .header__nav .header-list {
    gap: 58px 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media print, screen and (max-width: 860px) {
  .header__nav .header-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px 65px;
    width: 304.44px;
    margin-top: 0;
  }
}
.header__nav .header-list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.header__nav .header-list__item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__nav .header-list__item span:nth-of-type(1) {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 14px;
  white-space: nowrap;
}
@media print, screen and (max-width: 1200px) {
  .header__nav .header-list__item span:nth-of-type(1) {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 860px) {
  .header__nav .header-list__item span:nth-of-type(1) {
    margin-top: 2px;
  }
}
@media print, screen and (max-width: 500px) {
  .header__nav .header-list__item span:nth-of-type(1) {
    font-size: 24px;
  }
}
.header__nav .header-list__item span:nth-of-type(2) {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  white-space: nowrap;
}
@media print, screen and (max-width: 500px) {
  .header__nav .header-list__item span:nth-of-type(2) {
    font-size: 12px;
  }
}
.header__nav .header-list__item:not(.header-list__item--home) {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
@media print, screen and (max-width: 500px) {
  .header__nav .header-list__item:not(.header-list__item--home) {
    padding-left: 16px;
  }
}
@media print, screen and (max-width: 860px) {
  .header__nav .header-list__item--home {
    margin-bottom: 6px;
  }
}
.header__nav .header-list__item--about-us, .header__nav .header-list__item--business {
  grid-column-start: 3;
  transform: translateX(-48px);
}
@media print, screen and (max-width: 1365px) {
  .header__nav .header-list__item--about-us, .header__nav .header-list__item--business {
    grid-column-start: 2;
    transform: translateX(0);
  }
}
@media print, screen and (max-width: 860px) {
  .header__nav .header-list__item--about-us, .header__nav .header-list__item--business {
    grid-column-start: auto;
    margin-left: 46px;
  }
}
@media print, screen and (max-width: 500px) {
  .header__nav .header-list__item--about-us, .header__nav .header-list__item--business {
    margin-left: 23px;
  }
}
@media print, screen and (max-width: 860px) {
  .header__nav .header-list__item--business {
    margin-bottom: 50px;
  }
}
.header__nav .header-list__item:nth-of-type(4), .header__nav .header-list__item:nth-of-type(5), .header__nav .header-list__item:nth-of-type(6) {
  grid-column-start: 4;
  transform: translateX(24px);
}
@media print, screen and (max-width: 1365px) {
  .header__nav .header-list__item:nth-of-type(4), .header__nav .header-list__item:nth-of-type(5), .header__nav .header-list__item:nth-of-type(6) {
    grid-column-start: 3;
    transform: translateX(0);
  }
}
@media print, screen and (max-width: 860px) {
  .header__nav .header-list__item:nth-of-type(4), .header__nav .header-list__item:nth-of-type(5), .header__nav .header-list__item:nth-of-type(6) {
    grid-column-start: auto;
    margin-left: 46px;
  }
}
@media print, screen and (max-width: 500px) {
  .header__nav .header-list__item:nth-of-type(4), .header__nav .header-list__item:nth-of-type(5), .header__nav .header-list__item:nth-of-type(6) {
    margin-left: 23px;
  }
}
.header__nav .header-list__item:nth-of-type(7), .header__nav .header-list__item:nth-of-type(8), .header__nav .header-list__item:nth-of-type(9) {
  grid-column-start: 5;
  transform: translateX(62px);
}
@media print, screen and (max-width: 1365px) {
  .header__nav .header-list__item:nth-of-type(7), .header__nav .header-list__item:nth-of-type(8), .header__nav .header-list__item:nth-of-type(9) {
    grid-column-start: 4;
    transform: translateX(-18px);
  }
}
@media print, screen and (max-width: 860px) {
  .header__nav .header-list__item:nth-of-type(7), .header__nav .header-list__item:nth-of-type(8), .header__nav .header-list__item:nth-of-type(9) {
    grid-column-start: auto;
    transform: translateX(0);
    margin-left: 46px;
  }
}
@media print, screen and (max-width: 500px) {
  .header__nav .header-list__item:nth-of-type(7), .header__nav .header-list__item:nth-of-type(8), .header__nav .header-list__item:nth-of-type(9) {
    margin-left: 23px;
  }
}
.header__nav .header-sublist {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: -29px;
  transform: translateY(100%);
  gap: 26px 0;
}
@media print, screen and (max-width: 860px) {
  .header__nav .header-sublist {
    transform: translateX(calc(100% + 40px));
    bottom: auto;
    top: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 500px) {
  .header__nav .header-sublist {
    transform: translateX(calc(100% + 33px));
  }
}
.header__nav .header-sublist__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (max-width: 500px) {
  .header__nav .header-sublist__item a {
    font-size: 14px;
  }
}
.header__nav .header-sublist__item a:before {
  content: "";
  width: 13px;
  height: 1px;
  margin-right: 12px;
  background-color: #fff;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 94px 84px 80px 84px;
  background-color: #373C3E;
}
@media print, screen and (max-width: 1200px) {
  .footer {
    padding: 85px 53px 75px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  .footer {
    padding: 76px 23px 66px 23px;
  }
}
.footer__inner {
  width: 100%;
}
.footer__nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 860px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav__items {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 31px 104px;
  max-width: 469px;
  padding-bottom: 62px;
}
.footer__nav__items li a {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
.footer__other {
  position: relative;
  padding-top: 50px;
}
@media print, screen and (max-width: 860px) {
  .footer__other {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
}
.footer__other__logo {
  position: absolute;
  top: 54px;
  right: 0;
  width: 218px;
}
@media print, screen and (max-width: 860px) {
  .footer__other__logo {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 50px;
  }
}
.footer__other__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 860px) {
  .footer__other .common-link {
    margin-top: 12px;
    margin-bottom: 57px;
  }
}
.footer__other__copyright {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  opacity: 0.5;
}
@media print, screen and (max-width: 860px) {
  .footer__other__copyright {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.common-link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 199px;
  height: 45px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
}
.common-link:hover {
  filter: none;
}
.common-link:hover .common-link__eng {
  transform: translateY(-45px);
}
.common-link:hover .common-link__jpn {
  transform: translateY(0);
}
.common-link:hover .common-link__line--over {
  clip-path: inset(0);
}
.common-link:hover svg {
  right: 0;
}
.common-link__eng {
  transition: transform 0.3s;
  position: absolute;
}
.common-link__jpn {
  transition: transform 0.3s;
  transform: translateY(45px);
  position: absolute;
}
.common-link__line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 1px;
}
.common-link__line--over {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 1px;
  transition: clip-path 0.3s;
  background-color: rgba(255, 255, 255, 0.6);
  clip-path: inset(0 100% 0 0);
}
.common-link svg {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s, right 0.3s, left 0.3s;
}
.common-link--mini {
  width: 156px;
  height: 40px;
  font-size: 14px;
}
.common-link--mini svg {
  width: 14px;
}
.common-link--reverse {
  justify-content: flex-end;
}
.common-link--reverse .common-link__line--over {
  clip-path: inset(0 0 0 100%);
}
.common-link--reverse svg {
  right: auto;
  left: 5px;
  transform-origin: center;
  transform: rotate(180deg) translateY(50%);
}
.common-link--reverse:hover svg {
  left: 0px;
  transform: rotate(180deg) translateY(50%);
}

.common-business {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100svw;
  height: 600px;
  margin: 0 calc(50% - 50vw);
}
@media print, screen and (max-width: 860px) {
  .common-business {
    display: flex;
    flex-direction: column;
    grid-template-columns: auto;
    height: auto;
  }
}
.common-business__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 860px) {
  .common-business__item {
    aspect-ratio: 375/240;
    width: 100%;
    height: auto;
  }
}
.common-business__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common-business__item__link .common-business__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-business__item__link:hover {
  filter: brightness(120%);
}
.common-business__item__link:hover .common-business__item__heading__number {
  opacity: 1;
}
.common-business__item__link:hover .common-business__item__img {
  transform: scale(1.05);
}
.common-business__item__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.common-business__item__heading__number {
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  color: #fff;
  opacity: 0.33;
  margin-top: 32px;
  margin-bottom: 36px;
  transition: opacity 0.3s;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .common-business__item__heading__number {
    font-size: 60px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-business__item__heading__number {
    font-size: 40px;
    margin-top: -6px;
    margin-bottom: 18px;
  }
}
.common-business__item__heading__number span {
  display: inline-block;
}
.common-business__item__heading__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.04em;
  line-height: 1;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .common-business__item__heading__title {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-business__item__heading__title {
    font-size: 22px;
  }
}
.common-business__item__heading__title span {
  display: inline-block;
}
.common-business__item__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  background: #3b81ac;
}
@media print, screen and (max-width: 1200px) {
  .common-business__item__arrow {
    width: 75px;
    height: 75px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-business__item__arrow {
    width: 50px;
    height: 50px;
  }
}
.common-business__item__arrow svg {
  width: 28px;
}
@media print, screen and (max-width: 1200px) {
  .common-business__item__arrow svg {
    width: 22px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-business__item__arrow svg {
    width: 16px;
  }
}
.common-business__item__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  pointer-events: none;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}

.common-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
.common-slide .common-slide__inner {
  position: relative;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 160px;
  line-height: 1;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  margin-top: 32px;
}
@media print, screen and (max-width: 1200px) {
  .common-slide .common-slide__inner {
    font-size: 130px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-slide .common-slide__inner {
    font-size: 100px;
  }
}
.common-slide__loop {
  animation: loop 40s linear infinite;
  width: 100%;
  opacity: 0.1;
}
.common-slide__loop2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 40s -20s linear infinite;
  opacity: 0.1;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.common-hero {
  position: relative;
  width: 100svw;
  height: 100svh;
  padding: 0 83px 0 0;
}
@media print, screen and (max-width: 1200px) {
  .common-hero {
    padding: 0 53px 0 0;
  }
}
@media print, screen and (max-width: 1000px) {
  .common-hero {
    padding: 0 68px;
    height: auto;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero {
    padding: 0 23px 0 23px;
  }
}
.common-hero .common-hero__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.5212298682svw;
  height: 100%;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
  overflow: hidden;
}
@media print, screen and (max-width: 1000px) {
  .common-hero .common-hero__left {
    display: none;
  }
}
.common-hero .common-hero__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-hero .common-hero__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  padding-left: 21.5959004392svw;
  padding-top: 2.1svh;
  height: 100%;
}
@media print, screen and (max-width: 1000px) {
  .common-hero .common-hero__heading {
    padding-left: 0;
    padding-top: 66px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading {
    padding-top: 64px;
  }
}
.common-hero .common-hero__heading--business .common-hero__heading__txt1 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}
@media print, screen and (max-width: 1200px) {
  .common-hero .common-hero__heading--business .common-hero__heading__txt1 {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 860px) {
  .common-hero .common-hero__heading--business .common-hero__heading__txt1 {
    margin-top: 5px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading--business .common-hero__heading__txt1 {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.common-hero .common-hero__heading--business .common-hero__heading__line {
  width: 600px;
}
@media print, screen and (max-width: 1300px) {
  .common-hero .common-hero__heading--business .common-hero__heading__line {
    width: 580px;
  }
}
@media print, screen and (max-width: 1200px) {
  .common-hero .common-hero__heading--business .common-hero__heading__line {
    width: 419px;
    margin-left: -120px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading--business .common-hero__heading__line {
    width: 269px;
    margin-left: -23px;
  }
}
.common-hero .common-hero__heading--business .common-hero__heading__txt2 {
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  letter-spacing: 0.04em;
  margin-top: 35px;
}
@media print, screen and (max-width: 1300px) {
  .common-hero .common-hero__heading--business .common-hero__heading__txt2 {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 1200px) {
  .common-hero .common-hero__heading--business .common-hero__heading__txt2 {
    font-size: 42px;
    margin-bottom: 95px;
  }
}
@media print, screen and (max-width: 1000px) {
  .common-hero .common-hero__heading--business .common-hero__heading__txt2 {
    margin-bottom: 130px;
    font-size: 44px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading--business .common-hero__heading__txt2 {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading--privacy-policy .common-hero__heading__txt1 {
    margin-top: -22px;
  }
}
.common-hero .common-hero__heading--privacy-policy .common-hero__heading__txt2 {
  line-height: 1.1527777778;
  margin-top: 10px;
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading--privacy-policy .common-hero__heading__txt2 {
    line-height: 1.0909090909;
    margin-top: 16px;
  }
}
.common-hero .common-hero__heading__txt1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  overflow: hidden;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 1200px) {
  .common-hero .common-hero__heading__txt1 {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading__txt1 {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.common-hero .common-hero__heading__txt1 span {
  display: inline-block;
}
.common-hero .common-hero__heading__line {
  width: 569px;
  height: 1px;
  background-color: #fff;
  transform-origin: left;
  margin-left: -212px;
}
@media print, screen and (max-width: 1200px) {
  .common-hero .common-hero__heading__line {
    width: 419px;
    margin-left: -120px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading__line {
    width: 269px;
    margin-left: -23px;
  }
}
.common-hero .common-hero__heading__txt2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 72px;
  overflow: hidden;
  margin-top: 18px;
}
@media print, screen and (max-width: 1000px) {
  .common-hero .common-hero__heading__txt2 {
    margin-bottom: 130px;
  }
}
@media print, screen and (max-width: 1200px) {
  .common-hero .common-hero__heading__txt2 {
    font-size: 58px;
    margin-bottom: 95px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__heading__txt2 {
    font-size: 44px;
    margin-top: 16px;
    margin-bottom: 60px;
  }
}
.common-hero .common-hero__heading__txt2 span {
  display: inline-block;
}
.common-hero .common-hero__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 45.7540263543svw;
  height: 100%;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
  overflow: hidden;
}
@media print, screen and (max-width: 1000px) {
  .common-hero .common-hero__right {
    width: calc(100svw - 53px);
    height: 433px;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media print, screen and (max-width: 500px) {
  .common-hero .common-hero__right {
    width: calc(100svw - 23px);
  }
}
.common-hero .common-hero__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common-heading {
  position: relative;
  padding-top: 4px;
  padding-left: 38px;
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .common-heading {
    padding-left: 27px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-heading {
    padding-left: 16px;
  }
}
.common-heading__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 116px;
  background-color: #fff;
  transform-origin: top;
}
@media print, screen and (max-width: 500px) {
  .common-heading__line {
    height: 69px;
  }
}
.common-heading p:nth-of-type(1) {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 18px;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .common-heading p:nth-of-type(1) {
    font-size: 55px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-heading p:nth-of-type(1) {
    font-size: 40px;
    margin-bottom: 14px;
    margin-top: -6px;
    margin-bottom: 12px;
  }
}
.common-heading p:nth-of-type(1) span {
  display: inline-block;
}
.common-heading p:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .common-heading p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-heading p:nth-of-type(2) {
    font-size: 16px;
  }
}
.common-heading p:nth-of-type(2) span {
  display: inline-block;
}

.common-pnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-top: 50px;
}
.common-pnav span, .common-pnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #4C5157;
  background-color: #E3E3E3;
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.common-pnav .current {
  color: #fff;
  background-color: #3b81ac;
}
.common-pnav .dots {
  color: rgba(76, 81, 87, 0.3);
}

.common-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 37px 0;
}
@media print, screen and (max-width: 1200px) {
  .common-list li {
    padding: 33px 0;
  }
}
@media print, screen and (max-width: 860px) {
  .common-list li {
    flex-direction: column;
    gap: 10px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-list li {
    padding: 24px 0 20px 0;
  }
}
.common-list li span:nth-of-type(1) {
  font-weight: 500;
  font-size: 18px;
  min-width: 204px;
}
.common-list li span:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.75;
}

.common-recruit-img {
  position: relative;
  overflow: hidden;
  width: 105.5svw;
  margin: 72px calc(50% - 50vw) 0 calc(50% - 50vw);
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 860px) {
  .common-recruit-img {
    margin-top: 54px;
  }
}
@media print, screen and (max-width: 500px) {
  .common-recruit-img {
    width: 218.6svw;
    height: 306px;
    margin-top: 36px;
  }
}
.common-recruit-img img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 500px) {
  .common-recruit-img img {
    width: auto;
    height: 306px;
  }
}
.common-recruit-img img:nth-of-type(1) {
  animation: loop 50s -25s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.common-recruit-img img:nth-of-type(2) {
  position: absolute;
  animation: loop2 50s linear infinite;
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  height: 70px;
  color: #fff;
  background: #3b81ac;
  line-height: 1;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
.common-btn--eng {
  font-size: 22px;
}
.common-btn--jpn {
  font-size: 20px;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# front-page
--------------------------------------------------------------*/
body.front-page .hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 83px;
  width: 100svw;
  overflow-x: clip;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .hero {
    padding: 0 53px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .hero {
    align-items: flex-start;
    padding-bottom: 310px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .hero {
    padding: 0 23px 310px 23px;
  }
}
body.front-page .hero__bg1 {
  display: flex;
  width: 44.9487554905svw;
  max-height: 36.8960468521svw;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 860px) {
  body.front-page .hero__bg1 {
    position: relative;
    width: 77.8666666667svw;
    max-height: 239px;
    margin-left: -53.5px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .hero__bg1 {
    max-height: 239px;
    margin-left: -23px;
  }
}
body.front-page .hero__bg1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media print, screen and (max-width: 860px) {
  body.front-page .hero__bg1 img {
    object-position: top center;
  }
}
body.front-page .hero__bg2 {
  display: flex;
  width: 37.9941434846svw;
  max-height: 594px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 34.5534407028svw;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .hero__bg2 {
    max-height: 452px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .hero__bg2 {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 72.2666666667svw;
    max-height: 310px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .hero__bg2 {
    max-height: 310px;
  }
}
body.front-page .hero__bg2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body.front-page .hero .hero__heading {
  font-family: Poppins, sans-serif;
  font-size: 14.6412884334svw;
  line-height: 15.5197657394svw;
  font-weight: 200;
  opacity: 0.1;
  position: absolute;
  top: 6.588579795svw;
  right: -1.756954612svw;
}
@media print, screen and (max-width: 860px) {
  body.front-page .hero .hero__heading {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 24.5333333333svw;
    line-height: 23.4666666667svw;
    margin-top: -4.8svw;
  }
}
body.front-page .hero .hero__sentence {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 42.4597364568svw;
  padding-left: 48px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .hero .hero__sentence {
    padding-left: 35px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .hero .hero__sentence {
    margin-top: 16px;
    margin-bottom: 42px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .hero .hero__sentence {
    padding-left: 22px;
  }
}
body.front-page .hero .hero__sentence__line {
  width: 1px;
  height: 227px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: top;
}
@media print, screen and (max-width: 860px) {
  body.front-page .hero .hero__sentence__line {
    height: 102%;
    bottom: -2px;
  }
}
body.front-page .hero .hero__sentence p:nth-of-type(1) {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  overflow: hidden;
  margin-bottom: 14px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .hero .hero__sentence p:nth-of-type(1) {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .hero .hero__sentence p:nth-of-type(1) {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -2px;
  }
}
body.front-page .hero .hero__sentence p:nth-of-type(2) {
  display: flex;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.04em;
  overflow: hidden;
}
body.front-page .hero .hero__sentence p:nth-of-type(2) br {
  display: none;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .hero .hero__sentence p:nth-of-type(2) br {
    display: inherit;
  }
}
@media print, screen and (max-width: 1200px) {
  body.front-page .hero .hero__sentence p:nth-of-type(2) {
    font-size: 33px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.front-page .hero .hero__sentence p:nth-of-type(2) {
    font-size: 30px;
  }
}
body.front-page .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 294px;
  width: 100%;
  padding: 0 83px;
  overflow-x: clip;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .about {
    margin-top: 200px;
    padding: 0 53px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.front-page .about {
    margin-top: 170px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .about {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .about {
    margin-top: 50px;
    padding: 0 23px;
  }
}
body.front-page .about__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
  width: 100%;
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__inner {
    align-items: flex-start;
  }
}
body.front-page .about__bg1 {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 33.0893118594svw;
  max-width: 452px;
  height: 566px;
  overflow: hidden;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .about__bg1 {
    height: 375px;
    left: -53.5px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__bg1 {
    width: 63.4666666667svw;
    height: 298px;
    position: relative;
    left: auto;
    margin-left: -53.5px;
  }
}
body.front-page .about__bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 80%;
}
body.front-page .about__bg2 {
  position: absolute;
  z-index: 1;
  top: 378px;
  left: min(203px, 14.8609077599svw);
  width: 26.2079062958svw;
  max-width: 358px;
  height: 347px;
  overflow: hidden;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .about__bg2 {
    height: 432px;
    left: 10svw;
    top: 260px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__bg2 {
    width: 46.4svw;
    height: 168px;
    top: 211px;
    left: auto;
    right: 0;
  }
}
body.front-page .about__bg2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body.front-page .about__txts {
  width: 526px;
  position: relative;
  z-index: 2;
  margin-top: 200px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .about__txts {
    width: 50%;
    margin-top: 120px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__txts {
    width: 100%;
    margin-top: 134px;
  }
}
body.front-page .about__txts .about-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__txts .about-heading {
    padding-left: 35px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .about__txts .about-heading {
    padding-left: 24px;
  }
}
body.front-page .about__txts .about-heading__sub {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .about__txts .about-heading__sub {
    font-size: 19px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__txts .about-heading__sub {
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .about__txts .about-heading__sub {
    font-size: 18px;
  }
}
body.front-page .about__txts .about-heading__sub span {
  display: inline-block;
}
body.front-page .about__txts .about-heading__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 1.636;
  margin-bottom: 36px;
  white-space: nowrap;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .about__txts .about-heading__title {
    font-size: 33px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__txts .about-heading__title {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .about__txts .about-heading__title {
    font-size: 30px;
    line-height: 1.6666666667;
  }
}
body.front-page .about__txts .about-heading__title__inner {
  overflow: hidden;
}
body.front-page .about__txts .about-heading__title__inner span {
  display: inline-block;
}
body.front-page .about__txts__line {
  width: 688px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
}
@media print, screen and (max-width: 1365px) {
  body.front-page .about__txts__line {
    width: 50svw;
  }
}
@media print, screen and (max-width: 1200px) {
  body.front-page .about__txts__line {
    width: 60svw;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__txts__line {
    top: -158px;
    left: 0;
    width: 1px;
    height: 289px;
  }
}
body.front-page .about__txts__sentence {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 2.22;
  margin-top: 36px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .about__txts__sentence {
    font-size: 17px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .about__txts__sentence {
    margin-top: 38px;
    margin-bottom: 34px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .about__txts__sentence {
    font-size: 16px;
    line-height: 2;
  }
}
body.front-page .about .common-slide {
  margin-top: 32px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .about .common-slide {
    margin-top: 56px;
  }
}
body.front-page .business {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 83px 83px 0 83px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .business {
    padding: 74px 53px 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .business {
    padding: 64px 23px 0 23px;
  }
}
body.front-page .business__inner {
  width: 100%;
}
body.front-page .business__inner .common-heading {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 500px) {
  body.front-page .business__inner .common-heading {
    margin-bottom: 44px;
  }
}
body.front-page .works {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 115px;
  padding: 115px 83px 0 83px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .works {
    padding: 78px 53px 0 53px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .works {
    padding: 78px 53px 149px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .works {
    padding: 72px 23px 149px 23px;
  }
}
body.front-page .works__inner {
  position: relative;
  width: 100%;
}
body.front-page .works__inner .common-link {
  position: absolute;
  right: 0;
  top: 76px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .works__inner .common-link {
    top: auto;
    bottom: -96px;
    left: 0;
    right: auto;
  }
}
body.front-page .works .swiper {
  margin: 0 calc(50% - 50vw);
  width: 100svw !important;
  margin-top: 67px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .works .swiper {
    margin-top: 53.5px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .works .swiper {
    margin-top: 44px;
  }
}
body.front-page .works .swiper .swiper-wrapper {
  width: 480px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .works .swiper .swiper-wrapper {
    width: 385px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .works .swiper .swiper-wrapper {
    width: 290px;
  }
}
body.front-page .works__items__item__thumbnail {
  overflow: hidden;
  display: flex;
}
body.front-page .works__items__item__thumbnail:hover ~ .works__items__item__title p span {
  opacity: 0.6;
}
body.front-page .works__items__item__thumbnail:hover ~ .works__items__item__title p svg rect {
  fill: #fff;
}
body.front-page .works__items__item__thumbnail:hover ~ .works__items__item__title p svg line, body.front-page .works__items__item__thumbnail:hover ~ .works__items__item__title p svg path {
  transition: all 0.3s;
  stroke: #92A9B4;
}
body.front-page .works__items__item__thumbnail:has(~ .works__items__item__title:hover) {
  filter: brightness(80%);
}
body.front-page .works__items__item__thumbnail:has(~ .works__items__item__title:hover) img {
  transform: scale(1.05);
}
body.front-page .works__items__item__thumbnail img {
  transition: transform 0.3s;
}
body.front-page .works__items__item__thumbnail img:hover {
  transform: scale(1.05);
}
body.front-page .works__items__item__tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
  gap: 0 20px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .works__items__item__tag {
    align-items: center;
    justify-content: flex-start;
    margin-top: 13px;
    gap: 0 11px;
  }
}
body.front-page .works__items__item__tag .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.front-page .works__items__item__tag .post-categories li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 111px;
  height: 30px;
  background: #3b81ac;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .works__items__item__tag .post-categories li a {
    font-size: 13px;
    width: 104px;
    height: 28px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .works__items__item__tag .post-categories li a {
    font-size: 12px;
    width: 97px;
    height: 26px;
  }
}
body.front-page .works__items__item__tag p {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .works__items__item__tag p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .works__items__item__tag p {
    font-size: 14px;
  }
}
body.front-page .works__items__item__title:hover {
  filter: none;
}
body.front-page .works__items__item__title:hover ~ .works__items__item__thumbnail {
  transform: scale(1.05);
}
body.front-page .works__items__item__title:hover ~ .works__items__item__thumbnail img {
  transform: scale(1.05);
}
body.front-page .works__items__item__title p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  margin-top: 12px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .works__items__item__title p {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 10px;
  }
  body.front-page .works__items__item__title p svg {
    margin-top: 13px;
  }
}
body.front-page .works__items__item__title p span {
  line-height: 1.7;
  transition: opacity 0.3s;
}
body.front-page .works__items__item__title p svg rect {
  transition: all 0.3s;
}
body.front-page .works__items__item__title p:hover span {
  opacity: 0.6;
}
body.front-page .works__items__item__title p:hover svg rect {
  transition: fill 0.3s;
  fill: #fff;
}
body.front-page .works__items__item__title p:hover svg line, body.front-page .works__items__item__title p:hover svg path {
  transition: all 0.3s;
  stroke: #92A9B4;
}
body.front-page .voice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 83px 0 83px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .voice {
    padding: 161px 53px 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .voice {
    padding: 161px 23px 0 23px;
  }
}
body.front-page .voice__img2 {
  position: absolute;
  top: 127px;
  right: 0;
  width: 31.0395314788svw;
  min-width: 424px;
  height: 206px;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .voice__img2 {
    min-width: 370px;
    height: 157px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.front-page .voice__img2 {
    top: 63px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .voice__img2 {
    top: 0;
    width: 59.7333333333svw;
    height: 120px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .voice__img2 {
    height: 108px;
  }
}
body.front-page .voice__img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.front-page .voice__inner {
  max-width: 1200px;
  width: 100%;
}
body.front-page .voice__inner .voice__content {
  width: 46.1666666667%;
}
@media print, screen and (max-width: 860px) {
  body.front-page .voice__inner .voice__content {
    width: 415px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .voice__inner .voice__content {
    width: 276px;
  }
}
body.front-page .voice__inner .voice__content .voice__img1 {
  overflow: hidden;
  display: block;
  margin-top: 44px;
  margin-bottom: 22px;
  pointer-events: all;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 500px) {
  body.front-page .voice__inner .voice__content .voice__img1 {
    margin-top: 36px;
    margin-bottom: 16px;
  }
}
body.front-page .voice__inner .voice__content .voice__img1 img {
  transition: transform 0.3s;
}
body.front-page .voice__inner .voice__content .voice__img1:hover img {
  transform: scale(1.05);
}
body.front-page .voice__inner .voice__content .voice__img1:hover + .common-link .common-link__eng {
  transform: translateY(-45px);
}
body.front-page .voice__inner .voice__content .voice__img1:hover + .common-link .common-link__jpn {
  transform: translateY(0);
}
body.front-page .voice__inner .voice__content .voice__img1:hover + .common-link .common-link__line--over {
  width: 100%;
}
body.front-page .voice__inner .voice__content .voice__img1:hover + .common-link svg {
  right: 0;
}
body.front-page .voice__inner .voice__content .voice__img1:has(+ .common-link:hover) {
  filter: brightness(80%);
}
body.front-page .voice__inner .voice__content .voice__img1:has(+ .common-link:hover) img {
  transform: scale(1.05);
}
body.front-page .company {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  padding: 0 83px 0 83px;
  margin-top: -304px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .company {
    margin-top: -250px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .company {
    padding: 0 53px 0 53px;
    margin-top: 75px;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .company {
    padding: 0 23px 0 23px;
  }
}
body.front-page .company__img2 {
  position: absolute;
  bottom: -58px;
  left: 16.4166666667%;
  width: 24.75%;
  max-width: 297px;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
@media print, screen and (max-width: 860px) {
  body.front-page .company__img2 {
    position: relative;
    bottom: auto;
    left: 0;
    right: auto;
    width: 49.8666666667svw;
    margin-top: 90px;
  }
}
body.front-page .company__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
  width: 100%;
}
body.front-page .company__inner .company__content {
  pointer-events: all;
  width: 43.5833333333%;
}
@media print, screen and (max-width: 860px) {
  body.front-page .company__inner .company__content {
    width: 413.5px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .company__inner .company__content {
    width: 273px;
  }
}
body.front-page .company__inner .company__content .company__img1 {
  overflow: hidden;
  display: block;
  margin-top: 42px;
  margin-bottom: 22px;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.front-page .company__inner .company__content .company__img1 img {
  transition: transform 0.3s;
}
body.front-page .company__inner .company__content .company__img1:hover img {
  transform: scale(1.05);
}
body.front-page .company__inner .company__content .company__img1:hover + .common-link .common-link__eng {
  transform: translateY(-45px);
}
body.front-page .company__inner .company__content .company__img1:hover + .common-link .common-link__jpn {
  transform: translateY(0);
}
body.front-page .company__inner .company__content .company__img1:hover + .common-link .common-link__line--over {
  width: 100%;
}
body.front-page .company__inner .company__content .company__img1:hover + .common-link svg {
  right: 0;
}
body.front-page .company__inner .company__content .company__img1:has(+ .common-link:hover) {
  filter: brightness(80%);
}
body.front-page .company__inner .company__content .company__img1:has(+ .common-link:hover) img {
  transform: scale(1.05);
}
body.front-page .recruit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 95px;
  padding: 115px 83px 0 83px;
  overflow-x: clip;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .recruit {
    padding: 104.5px 53px 0 53px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .recruit {
    padding: 104.5px 53px 0 53px;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .recruit {
    padding: 94px 23px 0 23px;
  }
}
body.front-page .recruit__inner {
  position: relative;
  width: 100%;
}
body.front-page .recruit__inner .common-link {
  position: absolute;
  right: 0;
  top: 76px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .recruit__inner .common-link {
    position: relative;
    top: auto;
    r: auto;
    margin-top: 36px;
  }
}
body.front-page .news {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 126px 83px 89px 83px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .news {
    padding: 107px 53px 69px 53px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .news {
    padding: 107px 53px 69px 53px;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .news {
    padding: 88px 23px 49px 23px;
  }
}
body.front-page .news__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
body.front-page .news__inner .common-link {
  position: absolute;
  right: 0;
  top: 76px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .news__inner .common-link {
    position: relative;
    top: auto;
    r: auto;
    margin-top: 36px;
  }
}
body.front-page .news__inner .news__items {
  margin-top: 75px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .news__inner .news__items {
    margin-top: 62px;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .news__inner .news__items {
    margin-top: 50px;
  }
}
body.front-page .news__inner .news__items__item {
  border-bottom: 1px solid #fff;
}
body.front-page .news__inner .news__items__item:first-of-type {
  border-top: 1px solid #fff;
}
body.front-page .news__inner .news__items__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 112px;
  gap: 0 120px;
}
@media print, screen and (max-width: 860px) {
  body.front-page .news__inner .news__items__item a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 162px;
    gap: 0;
  }
}
body.front-page .news__inner .news__items__item a:hover {
  filter: none;
}
body.front-page .news__inner .news__items__item a:hover .news__items__item__tag {
  filter: brightness(80%);
}
body.front-page .news__inner .news__items__item a:hover .news__items__item__title {
  filter: brightness(80%);
}
body.front-page .news__inner .news__items__item a:hover svg rect {
  fill: #fff;
}
body.front-page .news__inner .news__items__item a:hover svg line, body.front-page .news__inner .news__items__item a:hover svg path {
  transition: all 0.3s;
  stroke: #92A9B4;
}
body.front-page .news__inner .news__items__item__tag {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  transition: filter 0.3s;
}
body.front-page .news__inner .news__items__item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  transition: filter 0.3s;
}
@media print, screen and (max-width: 860px) {
  body.front-page .news__inner .news__items__item__title {
    margin-top: 8px;
    margin-bottom: 14px;
    line-height: 2;
  }
}
body.front-page .news__inner .news__items__item svg {
  position: absolute;
  right: 0;
}
body.front-page .news__inner .news__items__item svg rect {
  transition: all 0.3s;
}
@media print, screen and (max-width: 860px) {
  body.front-page .news__inner .news__items__item svg {
    position: relative;
    margin-bottom: 5px;
  }
}
body.front-page .contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 640px;
  overflow-x: clip;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .contact {
    height: 570px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .contact {
    height: 500px;
  }
}
body.front-page .contact__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.front-page .contact__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.front-page .contact .common-slide {
  margin-top: 166px;
  margin-bottom: 142px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .contact .common-slide {
    margin-top: 170px;
    margin-bottom: 105px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .contact .common-slide {
    margin-top: 80px;
    margin-bottom: 70px;
  }
}
body.front-page .contact .common-slide__loop, body.front-page .contact .common-slide__loop2 {
  opacity: 0.4;
}
body.front-page .contact__txts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 0 83px;
}
@media print, screen and (max-width: 1200px) {
  body.front-page .contact__txts {
    padding: 0 53px;
  }
}
@media print, screen and (max-width: 860px) {
  body.front-page .contact__txts {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 500px) {
  body.front-page .contact__txts {
    padding: 0 23px;
  }
}
body.front-page .contact__txts p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.0625;
}
@media print, screen and (max-width: 500px) {
  body.front-page .contact__txts p {
    line-height: 1.875;
  }
}
body.front-page .contact__txts .common-link {
  transform: translateY(4px);
}
@media print, screen and (max-width: 860px) {
  body.front-page .contact__txts .common-link {
    margin-top: 44px;
  }
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# about-us
--------------------------------------------------------------*/
body.about-us .overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 36px 83px 0 83px;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview {
    padding: 0 83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .overview {
    padding: 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .overview {
    padding: 0 23px;
  }
}
body.about-us .overview__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
body.about-us .overview__txts {
  margin-top: 28px;
  margin-bottom: 167px;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__txts {
    margin-bottom: 56px;
    margin-top: 44px;
  }
}
body.about-us .overview__txts__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 1.7045454545;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .overview__txts__heading {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .overview__txts__heading {
    font-size: 30px;
    margin-bottom: 34px;
  }
}
body.about-us .overview__txts__heading__line {
  position: relative;
  overflow: hidden;
}
body.about-us .overview__txts__heading__line span {
  display: inline-block;
}
body.about-us .overview__txts p {
  font-size: 16px;
  line-height: 2.125;
  max-width: min(572px, 50%);
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__txts p {
    max-width: inherit;
  }
}
body.about-us .overview__imgs {
  position: absolute;
  right: 0;
  top: -36px;
}
@media print, screen and (max-width: 1365px) {
  body.about-us .overview__imgs {
    right: -83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .overview__imgs {
    top: 30px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__imgs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
body.about-us .overview__imgs__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.about-us .overview__imgs__img:nth-of-type(1) {
  width: 391px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .overview__imgs__img:nth-of-type(1) {
    width: 302.5px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__imgs__img:nth-of-type(1) {
    width: 61.3333333333svw;
    height: 400px;
  }
  body.about-us .overview__imgs__img:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .overview__imgs__img:nth-of-type(1) {
    height: 328px;
  }
}
body.about-us .overview__imgs__img:nth-of-type(2) {
  position: absolute;
  width: 297px;
  right: 257px;
  bottom: -76px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .overview__imgs__img:nth-of-type(2) {
    width: 236px;
    right: 200px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__imgs__img:nth-of-type(2) {
    width: 30svw;
    right: auto;
    left: 53px;
    height: auto;
    aspect-ratio: 175/160;
  }
  body.about-us .overview__imgs__img:nth-of-type(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .overview__imgs__img:nth-of-type(2) {
    width: 40svw;
    left: 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .overview__imgs__img:nth-of-type(2) {
    width: 46.6666666667svw;
    left: 0;
    bottom: -46px;
  }
}
body.about-us .overview__figure {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: -100px;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__figure {
    flex-direction: column;
    margin-top: 82px;
  }
}
body.about-us .overview__figure__svg1 {
  margin-left: -30px;
  width: 59.5%;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__figure__svg1 {
    width: 100%;
    max-width: 600px;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .overview__figure__svg1 {
    min-width: 380px;
  }
}
body.about-us .overview__figure__line {
  position: absolute;
  top: 50%;
  right: 35.6666666667%;
  width: 20.9166666667%;
  height: 1px;
  background-color: #fff;
  transform-origin: left center;
  transform: translateY(-40px);
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__figure__line {
    transform: rotate(90deg);
    right: calc(50% - 113px);
    top: auto;
    bottom: 210px;
    width: 111px;
  }
}
body.about-us .overview__figure__svg2 {
  display: inline-block;
  width: 33%;
  transform: translateY(-40px);
}
@media print, screen and (max-width: 1000px) {
  body.about-us .overview__figure__svg2 {
    width: 260px;
    transform: none;
    margin-top: 62px;
  }
}
body.about-us .business {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 150px 0 0 0;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business {
    padding: 150px 0 0 0;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .business {
    padding: 130px 0 0 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business {
    padding: 130px 53px 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .business {
    padding: 114px 23px 0 23px;
  }
}
body.about-us .business__inner {
  position: relative;
  width: 100%;
}
body.about-us .business-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 121px 0;
  width: 100%;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list {
    gap: 90px 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .business-list {
    gap: 77px 0;
  }
}
body.about-us .business-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (max-width: 1366px) {
  body.about-us .business-list__item {
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item {
    flex-direction: column;
  }
}
body.about-us .business-list__item__txts {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 34px;
  max-width: 525px;
}
@media print, screen and (max-width: 1366px) {
  body.about-us .business-list__item__txts {
    padding-top: 34px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .business-list__item__txts {
    padding-top: 0;
    padding-left: 53px;
    padding-right: 53px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item__txts {
    width: 100%;
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}
body.about-us .business-list__item__txts__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 23px;
  margin-bottom: 46px;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item__txts__heading {
    margin-bottom: 35px;
  }
}
body.about-us .business-list__item__txts__heading__word {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
body.about-us .business-list__item__txts__heading__word span {
  display: inline-block;
}
body.about-us .business-list__item__txts__heading__word:nth-of-type(1) {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 4px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .business-list__item__txts__heading__word:nth-of-type(1) {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .business-list__item__txts__heading__word:nth-of-type(1) {
    font-size: 16px;
  }
}
body.about-us .business-list__item__txts__heading__word:nth-of-type(2) {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .business-list__item__txts__heading__word:nth-of-type(2) {
    font-size: 34px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .business-list__item__txts__heading__word:nth-of-type(2) {
    font-size: 30px;
  }
}
body.about-us .business-list__item__txts__line {
  width: calc(100% + 18svw);
  height: 1px;
  background-color: #fff;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1366px) {
  body.about-us .business-list__item__txts__line {
    width: calc(100% + 166px);
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item__txts__line {
    width: 100%;
  }
}
body.about-us .business-list__item__txts__desc {
  font-size: 16px;
  line-height: 2.125;
  margin-bottom: 56px;
  max-width: 525px;
  width: 100%;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item__txts__desc {
    margin-bottom: 28px;
    max-width: inherit;
  }
}
body.about-us .business-list__item__img {
  width: 50svw;
  min-width: 50svw;
  height: auto;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item__img {
    width: calc(100% + 53px);
    height: auto;
    margin-bottom: 22px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .business-list__item__img {
    width: calc(100% + 23px);
    margin-right: -23px;
  }
}
body.about-us .business-list__item__img.under-1000 {
  display: none;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item__img.under-1000 {
    display: inherit;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item__img.over-1000 {
    display: none;
  }
}
body.about-us .business-list__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.about-us .business-list__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item:nth-of-type(even) {
    flex-direction: column;
  }
}
body.about-us .business-list__item:nth-of-type(even) .business-list__item__txts__line {
  margin-left: -18svw;
}
@media print, screen and (max-width: 1366px) {
  body.about-us .business-list__item:nth-of-type(even) .business-list__item__txts__line {
    margin-left: -166px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item:nth-of-type(even) .business-list__item__txts__line {
    margin-left: 0;
  }
}
body.about-us .business-list__item:nth-of-type(even) .business-list__item__img {
  margin-right: 0;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .business-list__item:nth-of-type(even) .business-list__item__img {
    width: calc(100% + 53px);
    height: auto;
    margin-left: -53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .business-list__item:nth-of-type(even) .business-list__item__img {
    width: calc(100% + 23px);
    margin-left: -23px;
  }
}
body.about-us .strength {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 189px 83px 164px 83px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .strength {
    padding: 132.5px 53px 117px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .strength {
    padding: 76px 23px 70px 23px;
  }
}
body.about-us .strength__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding-top: 95px;
  gap: 0 53px;
}
@media print, screen and (max-width: 860px) {
  body.about-us .strength__inner {
    flex-direction: column-reverse;
    padding-top: 54px;
  }
}
body.about-us .strength__list {
  width: 57.0833333333%;
  min-height: 856px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .strength__list {
    width: 60%;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .strength__list {
    width: 100%;
    min-height: inherit;
  }
}
body.about-us .strength__list__item {
  padding: 54px 0 44px 0;
  border-bottom: 1px solid #fff;
}
body.about-us .strength__list__item:first-of-type {
  border-top: 1px solid #fff;
}
@media print, screen and (max-width: 860px) {
  body.about-us .strength__list__item {
    padding: 47px 0 44px 0;
  }
}
body.about-us .strength__list__item p:nth-of-type(1) {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 38px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .strength__list__item p:nth-of-type(1) {
    font-size: 33px;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .strength__list__item p:nth-of-type(1) {
    text-align: center;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .strength__list__item p:nth-of-type(1) {
    font-size: 30px;
  }
}
body.about-us .strength__list__item p:nth-of-type(2) {
  font-size: 16px;
  line-height: 2.125;
}
body.about-us .strength__imgs {
  position: relative;
  width: 39.897510981svw;
  margin-left: -83px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .strength__imgs {
    margin-left: -53px;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .strength__imgs {
    width: 100%;
    margin-left: 0;
    margin-top: 46px;
  }
}
body.about-us .strength__imgs__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.about-us .strength__imgs__img:nth-of-type(1) {
  height: 592px;
}
@media print, screen and (max-width: 1365px) {
  body.about-us .strength__imgs__img:nth-of-type(1) {
    height: 69.1588785047%;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .strength__imgs__img:nth-of-type(1) img {
    object-position: right center;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .strength__imgs__img:nth-of-type(1) {
    width: 81.0397553517%;
    height: auto;
  }
  body.about-us .strength__imgs__img:nth-of-type(1) img {
    height: auto;
  }
}
body.about-us .strength__imgs__img:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.about-us .strength__imgs__img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28.2576866764svw;
  height: 212px;
}
@media print, screen and (max-width: 1365px) {
  body.about-us .strength__imgs__img:nth-of-type(2) {
    height: 24.7663551402%;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .strength__imgs__img:nth-of-type(2) {
    position: relative;
    bottom: auto;
    right: auto;
    width: 64.2201834862%;
    margin-left: 35.7798165138%;
    height: auto;
    margin-top: 25px;
  }
  body.about-us .strength__imgs__img:nth-of-type(2) img {
    height: auto;
  }
}
body.about-us .strength__imgs__img:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.about-us .trust {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 0 83px 0 83px;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .trust {
    padding: 0 83px 0 83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .trust {
    padding: 0 53px 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .trust {
    padding: 0 23px 0 23px;
  }
}
body.about-us .trust__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100svw;
  height: 100%;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.about-us .trust__bg__img {
  width: 100%;
  height: 100%;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.about-us .trust__bg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.about-us .trust__logo {
  position: absolute;
  z-index: 1;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
}
body.about-us .trust__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
body.about-us .trust__txts {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 170px 0 46px 0;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .trust__txts {
    padding: 100px 0 46px 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .trust__txts {
    padding: 82px 0 0 0;
  }
}
body.about-us .trust__txts h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.04em;
  margin-bottom: 38px;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .trust__txts h2 {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .trust__txts h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 31px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .trust__txts h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
body.about-us .trust__txts h2__word {
  position: relative;
}
body.about-us .trust__txts h2__word span {
  display: inline-block;
}
body.about-us .trust__txts p:nth-of-type(1) {
  font-size: 16px;
  line-height: 2.125;
  max-width: 800px;
}
body.about-us .trust__txts p:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 104px;
  gap: 0 18px;
  width: 100%;
  white-space: nowrap;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .trust__txts p:nth-of-type(2) {
    margin-top: 85px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .trust__txts p:nth-of-type(2) {
    flex-direction: column;
    margin-top: 66px;
  }
}
body.about-us .trust__txts p:nth-of-type(2):before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 500px) {
  body.about-us .trust__txts p:nth-of-type(2):before {
    display: none;
  }
}
body.about-us .trust__txts p:nth-of-type(2):after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 500px) {
  body.about-us .trust__txts p:nth-of-type(2):after {
    margin-top: 28px;
    margin-bottom: 24px;
  }
}
body.about-us .trust__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px 26px;
  position: relative;
  z-index: 2;
  padding-bottom: 97px;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .trust__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .trust__list {
    grid-template-columns: 1fr;
  }
}
body.about-us .trust__list__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background: #3b81ac;
  padding-left: 21px;
  padding-right: 17px;
}
body.about-us .trust__list__item a svg {
  transition: transform 0.3s;
}
body.about-us .trust__list__item a:hover svg {
  transform: translateX(3px);
}
body.about-us .location {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: clip;
  padding: 133px 83px 0 83px;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .location {
    padding: 133px 83px 0 83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .location {
    padding: 100px 53px 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .location {
    padding: 67px 23px 0 23px;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .location .common-heading__line {
    height: 162px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .location .common-heading__line {
    height: 112px;
  }
}
body.about-us .location__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100svw;
  height: 800px;
}
@media print, screen and (max-width: 1600px) {
  body.about-us .location__map {
    height: 1089px;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .location__map {
    top: 100px;
    width: 120svw;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__map {
    width: 746px;
    height: 595px;
    top: 80px;
  }
}
body.about-us .location__map__bg, body.about-us .location__map__point {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 100svw;
  transform: translateX(-50%) translateY(-50%);
}
@media print, screen and (max-width: 1365px) {
  body.about-us .location__map__bg, body.about-us .location__map__point {
    top: 0;
    transform: translateX(-50%) translateY(0);
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .location__map__bg, body.about-us .location__map__point {
    width: 120svw;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__map__bg, body.about-us .location__map__point {
    width: 746px;
    height: 595px;
    transform: translateX(-560px);
  }
}
body.about-us .location__map__bg img, body.about-us .location__map__point img {
  width: 100%;
  height: 100%;
}
body.about-us .location__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-top: 50svw;
}
@media print, screen and (max-width: 1600px) {
  body.about-us .location__inner {
    margin-top: 64svw;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .location__inner {
    flex-direction: column;
    align-items: center;
    gap: 54px 0;
    margin-top: 76svw;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__inner {
    margin-top: 516px;
  }
}
body.about-us .location__list {
  width: 46.0833333333%;
}
@media print, screen and (max-width: 860px) {
  body.about-us .location__list {
    width: 100%;
  }
}
body.about-us .location__list li {
  padding: 32px 0 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__list li {
    padding: 28px 0 27px 0;
  }
}
body.about-us .location__list li:nth-of-type(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
body.about-us .location__list li p:nth-of-type(1) {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__list li p:nth-of-type(1) {
    margin-bottom: 12px;
  }
}
body.about-us .location__list li p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.75;
}
body.about-us .location__circles {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -144px;
  gap: 39px 0;
  margin-right: 18.5%;
}
@media print, screen and (max-width: 1300px) {
  body.about-us .location__circles {
    margin-right: 13.3333333333%;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .location__circles {
    margin-right: 8.3333333333%;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .location__circles {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }
}
body.about-us .location__circles__circle__pie {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 296px;
  height: 296px;
  line-height: 1;
  text-align: center;
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__circles__circle__pie {
    width: 184px;
    height: 184px;
  }
}
body.about-us .location__circles__circle__pie__baseline {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 296px;
  height: 296px;
  border: 1px solid #C6D2D8;
  border-radius: 50%;
  z-index: -2;
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__circles__circle__pie__baseline {
    width: 184px;
    height: 184px;
  }
}
body.about-us .location__circles__circle__pie__percent {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#92A9B4 69%, transparent 70%), conic-gradient(#3B81AC 0% 50%, transparent 50% 100%);
  border-radius: 50%;
  z-index: -1;
}
body.about-us .location__circles__circle__pie p:nth-of-type(1) {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: -16px;
  position: relative;
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__circles__circle__pie p:nth-of-type(1) {
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 8px;
    line-height: 1.4285714286;
  }
}
body.about-us .location__circles__circle__pie p:nth-of-type(1) span {
  display: inline-block;
}
body.about-us .location__circles__circle__pie p:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: Manrope, sans-serif;
  font-weight: normal;
  gap: 0 4px;
}
body.about-us .location__circles__circle__pie p:nth-of-type(2) span:nth-of-type(1) {
  font-size: 83px;
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__circles__circle__pie p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 54px;
  }
}
body.about-us .location__circles__circle__pie p:nth-of-type(2) span:nth-of-type(2) {
  font-size: 36px;
}
@media print, screen and (max-width: 500px) {
  body.about-us .location__circles__circle__pie p:nth-of-type(2) span:nth-of-type(2) {
    font-size: 23px;
    margin-bottom: 5px;
  }
}
body.about-us .location__circles__circle__pie--kantou .location__circles__circle__pie__percent {
  background-image: radial-gradient(#92A9B4 69%, transparent 70%), conic-gradient(#3B81AC 0% 100%, transparent 50% 100%);
}
body.about-us .location__circles__circle__pie--kantou p:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: Manrope, sans-serif;
  font-weight: normal;
  gap: 0 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  margin-top: 12px;
  padding-bottom: 22px;
}
body.about-us .keyword {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 172px 83px 135px 83px;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .keyword {
    padding: 0 83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .keyword {
    padding: 152px 53px 104px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .keyword {
    padding: 132px 23px 73px 23px;
  }
}
body.about-us .keyword__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
body.about-us .keyword__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 29px;
  margin-top: 87px;
}
@media print, screen and (max-width: 1229px) {
  body.about-us .keyword__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 66px;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .keyword__list {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }
}
body.about-us .keyword__list__item {
  position: relative;
  text-align: center;
  padding: 72px 0 53px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
body.about-us .keyword__list__item:nth-of-type(4), body.about-us .keyword__list__item:nth-of-type(5), body.about-us .keyword__list__item:nth-of-type(6) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 1200px) {
  body.about-us .keyword__list__item {
    padding: 53px 0 43px 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .keyword__list__item {
    padding: 34px 0 33px 0;
  }
}
body.about-us .keyword__list__item__txt1 {
  position: relative;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 52px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 43px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .keyword__list__item__txt1 {
    font-size: 46px;
    margin-bottom: 33px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .keyword__list__item__txt1 {
    font-size: 40px;
    margin-bottom: 23px;
  }
}
body.about-us .keyword__list__item__txt1 span {
  display: inline-block;
}
body.about-us .keyword__list__item__txt2 {
  font-size: 16px;
  line-height: 1.75;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .keyword__list__item__txt2 {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .keyword__list__item__txt2 {
    font-size: 14px;
  }
}
body.about-us .keyword__list__item__txt3 {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1200px) {
  body.about-us .keyword__list__item__txt3 {
    font-size: 11px;
    bottom: 22px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .keyword__list__item__txt3 {
    font-size: 10px;
    bottom: 16px;
  }
}
body.about-us .partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 74px 83px 77px 83px;
  background-color: #fff;
}
@media print, screen and (max-width: 1000px) {
  body.about-us .partner {
    padding: 0 83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.about-us .partner {
    padding: 59px 53px 69px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .partner {
    padding: 38px 23px 61px 23px;
  }
}
body.about-us .partner__heading {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
@media print, screen and (max-width: 500px) {
  body.about-us .partner__heading {
    padding-bottom: 5px;
  }
}
body.about-us .partner__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 220px;
  padding-top: 68px;
}
@media print, screen and (max-width: 1200px) {
  body.about-us .partner__inner {
    gap: 0 165px;
  }
}
@media print, screen and (max-width: 860px) {
  body.about-us .partner__inner {
    gap: 0 80px;
  }
}
@media print, screen and (max-width: 500px) {
  body.about-us .partner__inner {
    flex-direction: column;
    align-items: center;
    gap: 43px 0;
    padding-top: 47px;
  }
}
body.about-us .partner__logo {
  transition: filter 0.3s;
}
body.about-us .partner__logo:hover {
  filter: brightness(150%);
}
@media print, screen and (max-width: 500px) {
  body.about-us .partner__logo:nth-of-type(1) {
    width: 187px;
  }
}
body.about-us .partner__logo:nth-of-type(2) {
  width: 170px;
}
@media print, screen and (max-width: 500px) {
  body.about-us .partner__logo:nth-of-type(2) {
    width: 124px;
  }
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# about-us
--------------------------------------------------------------*/
body.business1 .overview, body.business2 .overview, body.business3 .overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 22px 83px 126px 83px;
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview, body.business2 .overview, body.business3 .overview {
    padding: 0 83px 126px 83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview, body.business2 .overview, body.business3 .overview {
    padding: 0 53px 126px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .overview, body.business2 .overview, body.business3 .overview {
    padding: 0 23px 132px 23px;
  }
}
body.business1 .overview__inner, body.business2 .overview__inner, body.business3 .overview__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
body.business1 .overview__heading, body.business2 .overview__heading, body.business3 .overview__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 1.7727272727;
  margin-top: 30px;
  white-space: nowrap;
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview__heading, body.business2 .overview__heading, body.business3 .overview__heading {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__heading, body.business2 .overview__heading, body.business3 .overview__heading {
    margin-top: 42px;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .overview__heading, body.business2 .overview__heading, body.business3 .overview__heading {
    font-size: 30px;
    line-height: 1.6666666667;
  }
}
body.business1 .overview__heading__word, body.business2 .overview__heading__word, body.business3 .overview__heading__word {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: auto;
}
body.business1 .overview__heading__word span, body.business2 .overview__heading__word span, body.business3 .overview__heading__word span {
  display: inline-block;
}
body.business1 .overview__block, body.business2 .overview__block, body.business3 .overview__block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  margin-top: 54px;
  gap: 0 96px;
  margin-bottom: 83px;
}
@media print, screen and (max-width: 1260px) {
  body.business1 .overview__block, body.business2 .overview__block, body.business3 .overview__block {
    gap: 0 48px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview__block, body.business2 .overview__block, body.business3 .overview__block {
    gap: 0 48px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__block, body.business2 .overview__block, body.business3 .overview__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px 0;
    margin-top: 89px;
    margin-bottom: 106px;
  }
}
body.business1 .overview__block__imgs__img, body.business2 .overview__block__imgs__img, body.business3 .overview__block__imgs__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.business1 .overview__block__imgs__img:nth-of-type(1), body.business2 .overview__block__imgs__img:nth-of-type(1), body.business3 .overview__block__imgs__img:nth-of-type(1) {
  width: calc(50svw - 600px + 473px);
  height: 414px;
  margin-left: calc(-50svw + 600px);
}
@media print, screen and (max-width: 1365px) {
  body.business1 .overview__block__imgs__img:nth-of-type(1), body.business2 .overview__block__imgs__img:nth-of-type(1), body.business3 .overview__block__imgs__img:nth-of-type(1) {
    width: 556px;
    margin-left: -83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview__block__imgs__img:nth-of-type(1), body.business2 .overview__block__imgs__img:nth-of-type(1), body.business3 .overview__block__imgs__img:nth-of-type(1) {
    width: 493px;
    margin-left: -53px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__block__imgs__img:nth-of-type(1), body.business2 .overview__block__imgs__img:nth-of-type(1), body.business3 .overview__block__imgs__img:nth-of-type(1) {
    width: 72.2666666667svw;
  }
}
@media print, screen and (max-width: 860px) {
  body.business1 .overview__block__imgs__img:nth-of-type(1), body.business2 .overview__block__imgs__img:nth-of-type(1), body.business3 .overview__block__imgs__img:nth-of-type(1) {
    height: auto;
  }
}
body.business1 .overview__block__imgs__img:nth-of-type(1) img, body.business2 .overview__block__imgs__img:nth-of-type(1) img, body.business3 .overview__block__imgs__img:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (max-width: 860px) {
  body.business1 .overview__block__imgs__img:nth-of-type(1) img, body.business2 .overview__block__imgs__img:nth-of-type(1) img, body.business3 .overview__block__imgs__img:nth-of-type(1) img {
    height: auto;
  }
}
body.business1 .overview__block__imgs__img:nth-of-type(2), body.business2 .overview__block__imgs__img:nth-of-type(2), body.business3 .overview__block__imgs__img:nth-of-type(2) {
  width: 274px;
  position: absolute;
  right: 0;
  top: -288px;
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview__block__imgs__img:nth-of-type(2), body.business2 .overview__block__imgs__img:nth-of-type(2), body.business3 .overview__block__imgs__img:nth-of-type(2) {
    top: -288px;
    right: -23px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__block__imgs__img:nth-of-type(2), body.business2 .overview__block__imgs__img:nth-of-type(2), body.business3 .overview__block__imgs__img:nth-of-type(2) {
    width: 38.6666666667svw;
    max-width: 274px;
    top: -46px;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .overview__block__imgs__img:nth-of-type(2), body.business2 .overview__block__imgs__img:nth-of-type(2), body.business3 .overview__block__imgs__img:nth-of-type(2) {
    right: 0;
    width: 38.6666666667svw;
  }
}
body.business1 .overview__block__imgs__img--business3, body.business2 .overview__block__imgs__img--business3, body.business3 .overview__block__imgs__img--business3 {
  top: -288px;
}
@media print, screen and (max-width: 1088px) {
  body.business1 .overview__block__imgs__img--business3, body.business2 .overview__block__imgs__img--business3, body.business3 .overview__block__imgs__img--business3 {
    top: -350px !important;
  }
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__block__imgs__img--business3, body.business2 .overview__block__imgs__img--business3, body.business3 .overview__block__imgs__img--business3 {
    top: -46px !important;
  }
}
body.business1 .overview__block__txt, body.business2 .overview__block__txt, body.business3 .overview__block__txt {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 2.125;
  padding-bottom: 62px;
}
@media print, screen and (max-width: 1365px) {
  body.business1 .overview__block__txt, body.business2 .overview__block__txt, body.business3 .overview__block__txt {
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview__block__txt, body.business2 .overview__block__txt, body.business3 .overview__block__txt {
    padding-bottom: 0;
  }
}
body.business1 .overview__block__txt--business3, body.business2 .overview__block__txt--business3, body.business3 .overview__block__txt--business3 {
  padding-bottom: 0;
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview__block__txt--business3, body.business2 .overview__block__txt--business3, body.business3 .overview__block__txt--business3 {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 860px) {
  body.business1 .overview__block__txt--business3, body.business2 .overview__block__txt--business3, body.business3 .overview__block__txt--business3 {
    letter-spacing: 0;
  }
}
body.business1 .overview__list__item, body.business2 .overview__list__item, body.business3 .overview__list__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 70px 0 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview__list__item, body.business2 .overview__list__item, body.business3 .overview__list__item {
    padding: 57px 0 45px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__list__item, body.business2 .overview__list__item, body.business3 .overview__list__item {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .overview__list__item, body.business2 .overview__list__item, body.business3 .overview__list__item {
    padding: 45px 0 45px 0;
  }
}
body.business1 .overview__list__item:first-of-type, body.business2 .overview__list__item:first-of-type, body.business3 .overview__list__item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
body.business1 .overview__list__item__number, body.business2 .overview__list__item__number, body.business3 .overview__list__item__number {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-right: 24px;
  margin-top: 14px;
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__list__item__number, body.business2 .overview__list__item__number, body.business3 .overview__list__item__number {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
body.business1 .overview__list__item__heading, body.business2 .overview__list__item__heading, body.business3 .overview__list__item__heading {
  white-space: nowrap;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.04em;
  line-height: 1.5294117647;
  min-width: 477px;
}
@media print, screen and (max-width: 1200px) {
  body.business1 .overview__list__item__heading, body.business2 .overview__list__item__heading, body.business3 .overview__list__item__heading {
    font-size: 32px;
    min-width: 450px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__list__item__heading, body.business2 .overview__list__item__heading, body.business3 .overview__list__item__heading {
    text-align: center;
    min-width: inherit;
    margin-bottom: 36px;
    line-height: 1.4666666667;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .overview__list__item__heading, body.business2 .overview__list__item__heading, body.business3 .overview__list__item__heading {
    font-size: 30px;
  }
}
body.business1 .overview__list__item__heading__word, body.business2 .overview__list__item__heading__word, body.business3 .overview__list__item__heading__word {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: auto;
}
body.business1 .overview__list__item__heading__word span, body.business2 .overview__list__item__heading__word span, body.business3 .overview__list__item__heading__word span {
  display: inline-block;
}
body.business1 .overview__list__item__txt, body.business2 .overview__list__item__txt, body.business3 .overview__list__item__txt {
  font-size: 16px;
  line-height: 2.125;
  margin-top: -4px;
}
@media print, screen and (max-width: 1000px) {
  body.business1 .overview__list__item__txt, body.business2 .overview__list__item__txt, body.business3 .overview__list__item__txt {
    margin-top: 0;
  }
}
body.business1 .case, body.business2 .case, body.business3 .case {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 133px 83px 133px 83px;
}
@media print, screen and (max-width: 1200px) {
  body.business1 .case, body.business2 .case, body.business3 .case {
    padding: 100px 53px 90.5px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .case, body.business2 .case, body.business3 .case {
    padding: 67px 23px 48px 23px;
  }
}
body.business1 .case__bg, body.business2 .case__bg, body.business3 .case__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.business1 .case__bg img, body.business2 .case__bg img, body.business3 .case__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.business1 .case__heading, body.business2 .case__heading, body.business3 .case__heading {
  display: inline-block;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 70px;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
}
@media print, screen and (max-width: 1200px) {
  body.business1 .case__heading, body.business2 .case__heading, body.business3 .case__heading {
    font-size: 55px;
    top: -40px;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .case__heading, body.business2 .case__heading, body.business3 .case__heading {
    font-size: 40px;
    top: -30px;
  }
}
body.business1 .case__heading span, body.business2 .case__heading span, body.business3 .case__heading span {
  display: inline-block;
}
body.business1 .case__inner, body.business2 .case__inner, body.business3 .case__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
@media print, screen and (max-width: 860px) {
  body.business1 .case__inner, body.business2 .case__inner, body.business3 .case__inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
body.business1 .case__txts, body.business2 .case__txts, body.business3 .case__txts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
@media print, screen and (max-width: 860px) {
  body.business1 .case__txts, body.business2 .case__txts, body.business3 .case__txts {
    width: 100%;
    align-items: center;
  }
}
body.business1 .case__txts__txt1, body.business2 .case__txts__txt1, body.business3 .case__txts__txt1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  height: 45px;
  border: 1px solid #fff;
  margin-bottom: 46px;
  padding: 0 11px;
}
@media print, screen and (max-width: 1200px) {
  body.business1 .case__txts__txt1, body.business2 .case__txts__txt1, body.business3 .case__txts__txt1 {
    font-size: 17px;
    height: 32px;
    margin-bottom: 39px;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .case__txts__txt1, body.business2 .case__txts__txt1, body.business3 .case__txts__txt1 {
    font-size: 16px;
    height: 39px;
    margin-bottom: 32px;
  }
}
body.business1 .case__txts__heading, body.business2 .case__txts__heading, body.business3 .case__txts__heading {
  position: relative;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.4666666667;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 1365px) {
  body.business1 .case__txts__heading, body.business2 .case__txts__heading, body.business3 .case__txts__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 1200px) {
  body.business1 .case__txts__heading, body.business2 .case__txts__heading, body.business3 .case__txts__heading {
    font-size: 32px;
    margin-bottom: 33px;
  }
}
@media print, screen and (max-width: 860px) {
  body.business1 .case__txts__heading, body.business2 .case__txts__heading, body.business3 .case__txts__heading {
    align-items: center;
  }
}
@media print, screen and (max-width: 500px) {
  body.business1 .case__txts__heading, body.business2 .case__txts__heading, body.business3 .case__txts__heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
body.business1 .case__txts__heading span, body.business2 .case__txts__heading span, body.business3 .case__txts__heading span {
  display: inline-block;
}
body.business1 .case__txts__txt2, body.business2 .case__txts__txt2, body.business3 .case__txts__txt2 {
  font-size: 16px;
  line-height: 2.125;
}
body.business1 .case__img, body.business2 .case__img, body.business3 .case__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
  width: 45.33%;
}
@media print, screen and (max-width: 860px) {
  body.business1 .case__img, body.business2 .case__img, body.business3 .case__img {
    width: 100%;
    margin-top: 30px;
  }
}
body.business1 .case__img img, body.business2 .case__img img, body.business3 .case__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# voice
--------------------------------------------------------------*/
body.voice .collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 118px 83px 0 83px;
}
@media print, screen and (max-width: 1000px) {
  body.voice .collection {
    padding: 118px 83px 0 83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.voice .collection {
    padding: 96px 53px 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.voice .collection {
    padding: 74px 23px 0 23px;
  }
}
body.voice .collection__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
body.voice .collection-item:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 76px;
}
@media print, screen and (max-width: 1200px) {
  body.voice .collection-item:not(:first-of-type) {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 500px) {
  body.voice .collection-item:not(:first-of-type) {
    padding-top: 44px;
  }
}
body.voice .collection-item__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.voice .collection-item__heading__txt1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  body.voice .collection-item__heading__txt1 {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 500px) {
  body.voice .collection-item__heading__txt1 {
    font-size: 20px;
  }
}
body.voice .collection-item__heading__line {
  width: 1px;
  height: 40px;
  background-color: #fff;
  margin-top: 22px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 500px) {
  body.voice .collection-item__heading__line {
    height: 34px;
    margin-top: 18px;
    margin-bottom: 16px;
  }
}
body.voice .collection-item__heading__txt2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 62px;
}
@media print, screen and (max-width: 1200px) {
  body.voice .collection-item__heading__txt2 {
    font-size: 36px;
  }
}
@media print, screen and (max-width: 860px) {
  body.voice .collection-item__heading__txt2 {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 500px) {
  body.voice .collection-item__heading__txt2 {
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
body.voice .collection-item__heading__txt2__word {
  overflow: hidden;
  display: inline-block;
}
body.voice .collection-item__heading__txt2__word span {
  display: inline-block;
}
body.voice .collection-item__block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 1000px) {
  body.voice .collection-item__block {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
body.voice .collection-item__block__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
  max-width: 46.6666666667%;
}
@media print, screen and (max-width: 1000px) {
  body.voice .collection-item__block__img {
    width: 100%;
    margin-bottom: 36px;
    max-width: inherit;
  }
}
body.voice .collection-item__block__img img {
  width: 100%;
}
body.voice .collection-item__block__info {
  width: 50%;
}
@media print, screen and (max-width: 1000px) {
  body.voice .collection-item__block__info {
    width: 100%;
  }
}
body.voice .collection-item__block__info p:nth-of-type(1), body.voice .collection-item__block__info p:nth-of-type(2), body.voice .collection-item__block__info p:nth-of-type(3) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  line-height: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 22px 0 22px 0;
}
@media print, screen and (max-width: 860px) {
  body.voice .collection-item__block__info p:nth-of-type(1), body.voice .collection-item__block__info p:nth-of-type(2), body.voice .collection-item__block__info p:nth-of-type(3) {
    flex-direction: column;
    gap: 14px 0;
  }
}
body.voice .collection-item__block__info p:nth-of-type(1) span:nth-of-type(1), body.voice .collection-item__block__info p:nth-of-type(2) span:nth-of-type(1), body.voice .collection-item__block__info p:nth-of-type(3) span:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  min-width: 138px;
  display: inline-block;
}
body.voice .collection-item__block__info p:nth-of-type(1) span:nth-of-type(2), body.voice .collection-item__block__info p:nth-of-type(2) span:nth-of-type(2), body.voice .collection-item__block__info p:nth-of-type(3) span:nth-of-type(2) {
  font-size: 14px;
}
body.voice .collection-item__block__info p:nth-of-type(4) {
  font-size: 16px;
  line-height: 2.125;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 34px 0 111px 0;
}
@media print, screen and (max-width: 1200px) {
  body.voice .collection-item__block__info p:nth-of-type(4) {
    padding: 34px 0 80px 0;
  }
}
@media print, screen and (max-width: 500px) {
  body.voice .collection-item__block__info p:nth-of-type(4) {
    padding: 34px 0 42px 0;
  }
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# works
--------------------------------------------------------------*/
body.works .works, body.category .works {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 115px;
  padding: 73px 83px 110px 83px;
}
@media print, screen and (max-width: 1200px) {
  body.works .works, body.category .works {
    padding: 73px 53px 88px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.works .works, body.category .works {
    padding: 50px 23px 66px 23px;
  }
}
body.works .works__inner, body.category .works__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
body.works .works__category, body.category .works__category {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 35px 0 33px 0;
  line-height: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 58px;
}
@media print, screen and (max-width: 1200px) {
  body.works .works__category, body.category .works__category {
    padding: 30px 0 30px 0;
    margin-bottom: 47px;
  }
}
@media print, screen and (max-width: 1052px) {
  body.works .works__category, body.category .works__category {
    justify-content: center;
  }
}
@media print, screen and (max-width: 945px) {
  body.works .works__category, body.category .works__category {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media print, screen and (max-width: 812px) {
  body.works .works__category, body.category .works__category {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media print, screen and (max-width: 500px) {
  body.works .works__category, body.category .works__category {
    grid-template-columns: 1fr 1fr;
    padding: 26px 0 26px 0;
    margin-bottom: 40px;
    gap: 7px;
  }
}
body.works .works__category:before, body.category .works__category:before {
  content: "CATEGORY";
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-right: 11px;
}
@media print, screen and (max-width: 1052px) {
  body.works .works__category:before, body.category .works__category:before {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 945px) {
  body.works .works__category:before, body.category .works__category:before {
    grid-column: 1/5;
  }
}
@media print, screen and (max-width: 812px) {
  body.works .works__category:before, body.category .works__category:before {
    grid-column: 1/4;
  }
}
@media print, screen and (max-width: 500px) {
  body.works .works__category:before, body.category .works__category:before {
    grid-column: 1/3;
  }
}
body.works .works__category__item a, body.category .works__category__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 34px;
  background: #e3e3e3;
  color: #4c5157;
}
@media print, screen and (max-width: 945px) {
  body.works .works__category__item a, body.category .works__category__item a {
    width: 100%;
  }
}
body.works .works__category__item--active a, body.category .works__category__item--active a {
  background: #3b81ac;
  color: #fff;
}
body.works .works__items, body.category .works__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 58px 30px;
}
@media print, screen and (max-width: 1053px) {
  body.works .works__items, body.category .works__items {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
@media print, screen and (max-width: 650px) {
  body.works .works__items, body.category .works__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
}
@media print, screen and (max-width: 650px) {
  body.works .works__items__item, body.category .works__items__item {
    width: 100%;
  }
}
body.works .works__items__item__thumbnail, body.category .works__items__item__thumbnail {
  overflow: hidden;
  display: flex;
}
body.works .works__items__item__thumbnail:hover ~ .works__items__item__title p span, body.category .works__items__item__thumbnail:hover ~ .works__items__item__title p span {
  opacity: 0.6;
}
body.works .works__items__item__thumbnail:hover ~ .works__items__item__title p svg rect, body.category .works__items__item__thumbnail:hover ~ .works__items__item__title p svg rect {
  fill: #fff;
}
body.works .works__items__item__thumbnail:hover ~ .works__items__item__title p svg line, body.works .works__items__item__thumbnail:hover ~ .works__items__item__title p svg path, body.category .works__items__item__thumbnail:hover ~ .works__items__item__title p svg line, body.category .works__items__item__thumbnail:hover ~ .works__items__item__title p svg path {
  transition: all 0.3s;
  stroke: #92A9B4;
}
body.works .works__items__item__thumbnail:has(~ .works__items__item__title:hover), body.category .works__items__item__thumbnail:has(~ .works__items__item__title:hover) {
  filter: brightness(80%);
}
body.works .works__items__item__thumbnail:has(~ .works__items__item__title:hover) img, body.category .works__items__item__thumbnail:has(~ .works__items__item__title:hover) img {
  transform: scale(1.05);
}
body.works .works__items__item__thumbnail img, body.category .works__items__item__thumbnail img {
  transition: transform 0.3s;
}
@media print, screen and (max-width: 650px) {
  body.works .works__items__item__thumbnail img, body.category .works__items__item__thumbnail img {
    width: 100%;
  }
}
body.works .works__items__item__thumbnail img:hover, body.category .works__items__item__thumbnail img:hover {
  transform: scale(1.05);
}
body.works .works__items__item__tag, body.category .works__items__item__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
  gap: 0 20px;
}
@media print, screen and (max-width: 860px) {
  body.works .works__items__item__tag, body.category .works__items__item__tag {
    align-items: center;
    justify-content: flex-start;
    margin-top: 13px;
    gap: 0 11px;
  }
}
body.works .works__items__item__tag .post-categories, body.category .works__items__item__tag .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.works .works__items__item__tag .post-categories li a, body.category .works__items__item__tag .post-categories li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 111px;
  height: 30px;
  background: #3b81ac;
}
@media print, screen and (max-width: 1200px) {
  body.works .works__items__item__tag .post-categories li a, body.category .works__items__item__tag .post-categories li a {
    font-size: 13px;
    width: 104px;
    height: 28px;
  }
}
@media print, screen and (max-width: 500px) {
  body.works .works__items__item__tag .post-categories li a, body.category .works__items__item__tag .post-categories li a {
    font-size: 12px;
    width: 97px;
    height: 26px;
  }
}
body.works .works__items__item__tag p, body.category .works__items__item__tag p {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  body.works .works__items__item__tag p, body.category .works__items__item__tag p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 500px) {
  body.works .works__items__item__tag p, body.category .works__items__item__tag p {
    font-size: 14px;
  }
}
body.works .works__items__item__title:hover, body.category .works__items__item__title:hover {
  filter: none;
}
body.works .works__items__item__title:hover ~ .works__items__item__thumbnail, body.category .works__items__item__title:hover ~ .works__items__item__thumbnail {
  transform: scale(1.05);
}
body.works .works__items__item__title:hover ~ .works__items__item__thumbnail img, body.category .works__items__item__title:hover ~ .works__items__item__thumbnail img {
  transform: scale(1.05);
}
body.works .works__items__item__title p, body.category .works__items__item__title p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  margin-top: 12px;
}
@media print, screen and (max-width: 860px) {
  body.works .works__items__item__title p, body.category .works__items__item__title p {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 10px;
  }
  body.works .works__items__item__title p svg, body.category .works__items__item__title p svg {
    margin-top: 13px;
  }
}
body.works .works__items__item__title p span, body.category .works__items__item__title p span {
  line-height: 1.7;
  transition: opacity 0.3s;
}
body.works .works__items__item__title p svg rect, body.category .works__items__item__title p svg rect {
  transition: all 0.3s;
}
body.works .works__items__item__title p:hover span, body.category .works__items__item__title p:hover span {
  opacity: 0.6;
}
body.works .works__items__item__title p:hover svg rect, body.category .works__items__item__title p:hover svg rect {
  transition: fill 0.3s;
  fill: #fff;
}
body.works .works__items__item__title p:hover svg line, body.works .works__items__item__title p:hover svg path, body.category .works__items__item__title p:hover svg line, body.category .works__items__item__title p:hover svg path {
  transition: all 0.3s;
  stroke: #92A9B4;
}

body.single .article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 149px 83px 91px 83px;
}
@media print, screen and (max-width: 1200px) {
  body.single .article {
    padding: 127px 53px 91px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.single .article {
    padding: 105px 23px 91px 23px;
  }
}
body.single .article__inner {
  max-width: 800px;
  width: 100%;
}
body.single .article__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
  width: 100%;
}
body.single .article__img img {
  width: 100%;
}
body.single .article__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 34px;
  gap: 0 20px;
}
@media print, screen and (max-width: 860px) {
  body.single .article__tag {
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
    gap: 0 11px;
  }
}
body.single .article__tag .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.single .article__tag .post-categories li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 111px;
  height: 30px;
  background: #3b81ac;
}
body.single .article__tag p {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  body.single .article__tag p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 500px) {
  body.single .article__tag p {
    font-size: 14px;
  }
}
body.single .article__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  margin-top: 28px;
  margin-bottom: 42px;
}
@media print, screen and (max-width: 1200px) {
  body.single .article__title {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 35px;
  }
}
@media print, screen and (max-width: 500px) {
  body.single .article__title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 28px;
  }
}
body.single .article__content {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 860px) {
  body.single .article__content {
    margin-bottom: 63px;
  }
}
body.single .article__content p {
  font-size: 16px;
  line-height: 2.125;
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
body.news .news {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 83px 114px 83px;
}
@media print, screen and (max-width: 1200px) {
  body.news .news {
    padding: 16px 53px 110px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.news .news {
    padding: 16px 23px 105px 23px;
  }
}
body.news .news__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
body.news .news__inner .common-link {
  position: absolute;
  right: 0;
  top: 76px;
}
@media print, screen and (max-width: 860px) {
  body.news .news__inner .common-link {
    position: relative;
    top: auto;
    r: auto;
    margin-top: 36px;
  }
}
body.news .news__inner .news__items {
  margin-top: 75px;
}
@media print, screen and (max-width: 860px) {
  body.news .news__inner .news__items {
    margin-top: 62px;
  }
}
@media print, screen and (max-width: 500px) {
  body.news .news__inner .news__items {
    margin-top: 50px;
  }
}
body.news .news__inner .news__items__item {
  border-bottom: 1px solid #fff;
}
body.news .news__inner .news__items__item:first-of-type {
  border-top: 1px solid #fff;
}
body.news .news__inner .news__items__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 112px;
  gap: 0 120px;
}
@media print, screen and (max-width: 860px) {
  body.news .news__inner .news__items__item a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 162px;
    gap: 0;
  }
}
body.news .news__inner .news__items__item a:hover {
  filter: none;
}
body.news .news__inner .news__items__item a:hover .news__items__item__tag {
  filter: brightness(80%);
}
body.news .news__inner .news__items__item a:hover .news__items__item__title {
  filter: brightness(80%);
}
body.news .news__inner .news__items__item a:hover svg rect {
  fill: #fff;
}
body.news .news__inner .news__items__item a:hover svg line, body.news .news__inner .news__items__item a:hover svg path {
  transition: all 0.3s;
  stroke: #92A9B4;
}
body.news .news__inner .news__items__item__tag {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  transition: filter 0.3s;
}
body.news .news__inner .news__items__item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  transition: filter 0.3s;
}
@media print, screen and (max-width: 860px) {
  body.news .news__inner .news__items__item__title {
    margin-top: 8px;
    margin-bottom: 14px;
    line-height: 2;
  }
}
body.news .news__inner .news__items__item svg {
  position: absolute;
  right: 0;
}
body.news .news__inner .news__items__item svg rect {
  transition: all 0.3s;
}
@media print, screen and (max-width: 860px) {
  body.news .news__inner .news__items__item svg {
    position: relative;
    margin-bottom: 5px;
  }
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/
body.company .message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 398px 83px 0 83px;
  overflow-x: clip;
}
@media print, screen and (max-width: 1200px) {
  body.company .message {
    padding: 398px 53px 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message {
    padding: 296px 23px 0 23px;
  }
}
body.company .message__inner {
  max-width: 1300px;
  width: 100%;
}
body.company .message__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -420px;
  margin-bottom: 86px;
}
@media print, screen and (max-width: 1200px) {
  body.company .message__heading {
    margin-top: -cvalue(346, 420)px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__heading {
    margin-top: -346px;
    margin-bottom: 66px;
  }
}
body.company .message__heading__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
  max-width: 508px;
  min-width: 240px;
}
@media print, screen and (max-width: 1200px) {
  body.company .message__heading__img {
    width: 64%;
  }
}
body.company .message__heading__line {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 1px;
  height: 102px;
  margin-top: -50px;
  margin-bottom: 34px;
}
@media print, screen and (max-width: 1200px) {
  body.company .message__heading__line {
    margin-top: -41px;
    margin-bottom: 27px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__heading__line {
    margin-top: -32px;
    margin-bottom: 20px;
  }
}
body.company .message__heading__txt {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1;
}
body.company .message__heading__txt span {
  display: inline-block;
}
@media print, screen and (max-width: 1200px) {
  body.company .message__heading__txt {
    font-size: 27px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__heading__txt {
    font-size: 24px;
  }
}
body.company .message__block {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 1000px) {
  body.company .message__block {
    flex-direction: column;
    justify-content: flex-start;
  }
}
body.company .message__block__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
  width: calc(50svw - 600px + 45.25%);
  margin-left: calc(-50svw + 600px);
  height: 523px;
}
@media print, screen and (max-width: 1365px) {
  body.company .message__block__img {
    width: calc(45.25% + 83px);
    margin-left: -83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.company .message__block__img {
    width: calc(36% + 53px);
    margin-left: -53px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.company .message__block__img {
    width: calc(100% + 53px);
    margin-left: -53px;
    height: 408px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__block__img {
    height: 293px;
  }
}
body.company .message__block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.company .message__block__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 638px;
  left: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (max-width: 1000px) {
  body.company .message__block__name {
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 42px;
    margin-bottom: 52px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__block__name {
    margin-bottom: 52px;
  }
}
body.company .message__block__name__word {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
body.company .message__block__name__word span {
  display: inline-block;
}
body.company .message__block__name__word:nth-of-type(1) {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1200px) {
  body.company .message__block__name__word:nth-of-type(1) {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__block__name__word:nth-of-type(1) {
    font-size: 14px;
  }
}
body.company .message__block__name__word:nth-of-type(2) {
  font-size: 28px;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1200px) {
  body.company .message__block__name__word:nth-of-type(2) {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__block__name__word:nth-of-type(2) {
    font-size: 24px;
  }
}
body.company .message__block__txt {
  width: 50%;
  font-size: 16px;
  line-height: 2.125;
  margin-top: -4px;
  margin-right: -9svw;
}
@media print, screen and (max-width: 1920px) {
  body.company .message__block__txt {
    margin-right: -4.5svw;
  }
}
@media print, screen and (max-width: 1700px) {
  body.company .message__block__txt {
    margin-right: 0svw;
  }
}
@media print, screen and (max-width: 1365px) {
  body.company .message__block__txt {
    width: 50%;
  }
}
@media print, screen and (max-width: 1200px) {
  body.company .message__block__txt {
    width: 60%;
  }
}
@media print, screen and (max-width: 1000px) {
  body.company .message__block__txt {
    width: 100%;
  }
}
body.company .message__philosophy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 172px;
  gap: 0 56px;
}
@media print, screen and (max-width: 1000px) {
  body.company .message__philosophy {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 70px 0;
    margin-top: 100px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__philosophy {
    margin-top: 68px;
  }
}
body.company .message__philosophy__item {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  width: 50%;
}
@media print, screen and (max-width: 1000px) {
  body.company .message__philosophy__item {
    width: 100%;
  }
}
body.company .message__philosophy__item p:nth-of-type(1) {
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 33px;
}
body.company .message__philosophy__item p:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 237px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  word-break: break-all;
}
@media print, screen and (max-width: 500px) {
  body.company .message__philosophy__item p:nth-of-type(2) {
    min-height: 200px;
  }
}
body.company .message__philosophy__item p:nth-of-type(2) span:nth-of-type(1) {
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-top: 0px;
}
@media print, screen and (max-width: 1200px) {
  body.company .message__philosophy__item p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .message__philosophy__item p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 28px;
  }
}
body.company .message__philosophy__item p:nth-of-type(2) span:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}
body.company .overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  padding: 143px 83px 152px 83px;
}
@media print, screen and (max-width: 1000px) {
  body.company .overview {
    padding: 143px 83px 126px 83px;
  }
}
@media print, screen and (max-width: 1200px) {
  body.company .overview {
    padding: 143px 53px 108px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .overview {
    padding: 146px 23px 64px 23px;
  }
}
body.company .overview__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding-top: 121px;
}
body.company .overview__imgs {
  position: absolute;
  left: 495px;
  top: 0;
}
@media print, screen and (max-width: 1200px) {
  body.company .overview__imgs {
    left: auto;
    right: 0;
  }
}
@media print, screen and (max-width: 1100px) {
  body.company .overview__imgs {
    position: relative;
    right: auto;
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .overview__imgs {
    margin-top: 45px;
  }
}
body.company .overview__imgs__img {
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.company .overview__imgs__img:nth-of-type(1) {
  max-width: 596px;
}
@media print, screen and (max-width: 1200px) {
  body.company .overview__imgs__img:nth-of-type(1) {
    width: 596px;
  }
}
@media print, screen and (max-width: 1100px) {
  body.company .overview__imgs__img:nth-of-type(1) {
    width: 75.5351681957%;
    max-width: inherit;
  }
}
body.company .overview__imgs__img:nth-of-type(2) {
  position: absolute;
  right: -83px;
  bottom: -93px;
  max-width: 342px;
}
@media print, screen and (max-width: 1200px) {
  body.company .overview__imgs__img:nth-of-type(2) {
    width: 342px;
    right: -53px;
    bottom: -20%;
  }
}
@media print, screen and (max-width: 1100px) {
  body.company .overview__imgs__img:nth-of-type(2) {
    width: 44.9541284404%;
    right: 0;
    max-width: inherit;
  }
}
body.company .overview .common-list {
  margin-top: 322px;
}
@media print, screen and (max-width: 1200px) {
  body.company .overview .common-list {
    margin-top: min(26%, 322px);
  }
}
@media print, screen and (max-width: 1100px) {
  body.company .overview .common-list {
    margin-top: 18%;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .overview .common-list {
    margin-top: 74px;
  }
}
body.company .history {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 133px 83px 122px 83px;
}
@media print, screen and (max-width: 1200px) {
  body.company .history {
    padding: 108px 53px 104px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.company .history {
    padding: 83px 23px 86px 23px;
  }
}
body.company .history__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-image: url("./img/mask.webp");
  mask-mode: alpha;
  mask-position: 50% 0%;
  mask-size: auto 500%;
}
body.company .history__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.company .history__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.company .history__timeline {
  position: relative;
  width: 43.0833333333%;
  margin-top: -116px;
}
@media print, screen and (max-width: 860px) {
  body.company .history__timeline {
    width: 100%;
    margin-top: 60px;
  }
}
body.company .history__timeline__line {
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: calc(100% - 40px);
}
body.company .history__timeline__line__bg {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
body.company .history__timeline__line__over {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: white;
}
body.company .history__timeline__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 61px 0;
}
body.company .history__timeline__list__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 24px;
}
body.company .history__timeline__list__item:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 6px;
}
body.company .history__timeline__list__item p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  gap: 9px 0;
}
body.company .history__timeline__list__item p span:nth-of-type(1) {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 20px;
}
body.company .history__timeline__list__item p span:nth-of-type(2) {
  font-size: 16px;
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# recruit
--------------------------------------------------------------*/
body.recruit .message {
  overflow-x: clip;
  padding: 92px 83px 0 83px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .message {
    padding: 78px 53px 0 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .message {
    padding: 64px 23px 0 23px;
  }
}
body.recruit .message__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 92px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .message__heading {
    margin-bottom: 69px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .message__heading {
    margin-bottom: 43px;
  }
}
body.recruit .message__heading__word {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .message__heading__word {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 860px) {
  body.recruit .message__heading__word {
    text-align: center;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .message__heading__word {
    font-size: 30px;
  }
}
body.recruit .message__heading__word span {
  display: inline-block;
}
body.recruit .message__heading__line {
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin-top: 26px;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .message__heading__line {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 860px) {
  body.recruit .message__heading__line {
    margin-top: 10px;
    margin-bottom: 8px;
    height: 41px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .message__heading__line {
    font-size: 30px;
    height: 32px;
  }
}
body.recruit .message__heading__sub {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 38px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .message__heading__sub {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 860px) {
  body.recruit .message__heading__sub {
    line-height: 2;
    text-align: center;
    margin-top: 16px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .message__heading__sub {
    font-size: 12px;
  }
}
body.recruit .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 97px 83px 145px 83px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .info {
    padding: 77px 53px 110.5px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .info {
    padding: 57px 23px 76px 23px;
  }
}
body.recruit .info .info__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 112px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .info .info__inner {
    gap: 85px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .info .info__inner {
    gap: 58px;
  }
}
body.recruit .info .info-block {
  width: 100%;
}
body.recruit .info .info-block h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .info .info-block h2 {
    margin-bottom: 45px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .info .info-block h2 {
    margin-bottom: 40px;
  }
}
body.recruit .info .info-block h2 span:nth-of-type(1) {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 44px;
  letter-spacing: 0.04em;
  margin-right: 21px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .info .info-block h2 span:nth-of-type(1) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .info .info-block h2 span:nth-of-type(1) {
    font-size: 30px;
    margin-right: 17px;
  }
}
body.recruit .info .info-block h2 span:nth-of-type(2) {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding-top: 4px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .info .info-block h2 span:nth-of-type(2) {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .info .info-block h2 span:nth-of-type(2) {
    font-size: 14px;
  }
}
body.recruit .info .info-block .common-list {
  margin-bottom: 63px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .info .info-block .common-list {
    margin-bottom: 52px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .info .info-block .common-list {
    margin-bottom: 40px;
  }
}
body.recruit .info .info-block .common-btn {
  margin: 0 auto;
}
@media print, screen and (max-width: 860px) {
  body.recruit .info .tabs {
    display: flex;
    flex-direction: column;
  }
}
body.recruit .info .tabs__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 15px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .info .tabs__list {
    gap: 0 10px;
  }
}
@media print, screen and (max-width: 860px) {
  body.recruit .info .tabs__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 300px;
    width: 100%;
    gap: 15px;
  }
}
@media print, screen and (max-width: 500px) {
  body.recruit .info .tabs__list {
    max-width: inherit;
  }
}
body.recruit .info .tabs__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  white-space: nowrap;
  font-size: 18px;
  height: 50px;
  transition: background-color 0.3s;
  border: 1px solid #fff;
}
@media print, screen and (max-width: 1200px) {
  body.recruit .info .tabs__list__item {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.recruit .info .tabs__list__item {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 860px) {
  body.recruit .info .tabs__list__item {
    width: 100%;
  }
}
body.recruit .info .tabs__list__item--active {
  border-width: 0;
  background: #3b81ac;
}
body.recruit .info .tabs__content {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease-out;
}
body.recruit .info .tabs__content--active {
  display: block;
  opacity: 1;
}
@starting-style {
  body.recruit .info .tabs__content {
    opacity: 0;
  }
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
body.contact .contact-form, body.confirm .contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 83px 144px 83px;
  overflow-x: clip;
}
@media print, screen and (max-width: 1200px) {
  body.contact .contact-form, body.confirm .contact-form {
    padding: 90px 53px 120px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.contact .contact-form, body.confirm .contact-form {
    padding: 64px 23px 96px 23px;
  }
}
body.contact .contact-form__inner, body.confirm .contact-form__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 82px;
  max-width: 1200px;
  width: 100%;
}
@media print, screen and (max-width: 1000px) {
  body.contact .contact-form__inner, body.confirm .contact-form__inner {
    gap: 0 41px;
  }
}
@media print, screen and (max-width: 860px) {
  body.contact .contact-form__inner, body.confirm .contact-form__inner {
    gap: 45px 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
body.contact .contact-form__link, body.confirm .contact-form__link {
  min-width: 418px;
  width: 418px;
}
@media print, screen and (max-width: 1000px) {
  body.contact .contact-form__link, body.confirm .contact-form__link {
    width: 340px;
    min-width: 340px;
  }
}
body.contact .contact-form__link p, body.confirm .contact-form__link p {
  font-size: 16px;
  line-height: 2.0625;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1200px) {
  body.contact .contact-form__link p, body.confirm .contact-form__link p {
    margin-bottom: 36px;
  }
}
@media print, screen and (max-width: 500px) {
  body.contact .contact-form__link p, body.confirm .contact-form__link p {
    margin-bottom: 22px;
  }
}
body.contact .contact-form .mw_wp_form, body.confirm .contact-form .mw_wp_form {
  width: 100%;
}
body.contact .contact-form .mw_wp_form table, body.confirm .contact-form .mw_wp_form table {
  width: 100%;
}
body.contact .contact-form .mw_wp_form table tr, body.confirm .contact-form .mw_wp_form table tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 0 36px 0;
  gap: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 1200px) {
  body.contact .contact-form .mw_wp_form table tr, body.confirm .contact-form .mw_wp_form table tr {
    padding: 32px 0 31px 0;
    gap: 22px 0;
  }
}
body.contact .contact-form .mw_wp_form table tr:nth-of-type(1), body.confirm .contact-form .mw_wp_form table tr:nth-of-type(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  gap: 40px 0;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 1200px) {
  body.contact .contact-form .mw_wp_form table tr:nth-of-type(1), body.confirm .contact-form .mw_wp_form table tr:nth-of-type(1) {
    padding: 40px 0 36px 0;
    gap: 42px 0;
  }
}
body.contact .contact-form .mw_wp_form table tr:nth-of-type(1) label, body.confirm .contact-form .mw_wp_form table tr:nth-of-type(1) label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.contact .contact-form .mw_wp_form table tr th, body.confirm .contact-form .mw_wp_form table tr th {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
body.contact .contact-form .mw_wp_form table tr td, body.confirm .contact-form .mw_wp_form table tr td {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0 69px;
}
@media print, screen and (max-width: 1350px) {
  body.contact .contact-form .mw_wp_form table tr td, body.confirm .contact-form .mw_wp_form table tr td {
    flex-direction: column;
    align-items: flex-start;
    gap: 27px 0;
  }
}
body.contact .contact-form .mw_wp_form table tr td .horizontal-item + .horizontal-item, body.confirm .contact-form .mw_wp_form table tr td .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
body.contact .contact-form .mw_wp_form .submit-block, body.confirm .contact-form .mw_wp_form .submit-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 63px;
}
@media print, screen and (max-width: 1350px) {
  body.contact .contact-form .mw_wp_form .submit-block, body.confirm .contact-form .mw_wp_form .submit-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 59px 0;
  }
}
@media print, screen and (max-width: 860px) {
  body.contact .contact-form .mw_wp_form .submit-block, body.confirm .contact-form .mw_wp_form .submit-block {
    margin: 63px auto 0 auto;
  }
}
@media print, screen and (max-width: 500px) {
  body.contact .contact-form .mw_wp_form .submit-block, body.confirm .contact-form .mw_wp_form .submit-block {
    margin-top: 55px;
  }
}
body.contact .contact-form .mw_wp_form .submit-block__privacy-policy, body.confirm .contact-form .mw_wp_form .submit-block__privacy-policy {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.contact .contact-form .mw_wp_form .submit-block__privacy-policy:before, body.confirm .contact-form .mw_wp_form .submit-block__privacy-policy:before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  width: 24px;
  height: 24px;
  background: url("img/contact-radio.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
body.contact .contact-form .mw_wp_form .submit-block__privacy-policy--active:before, body.confirm .contact-form .mw_wp_form .submit-block__privacy-policy--active:before {
  background-image: url("img/contact-radio-selected.svg");
}
body.contact .contact-form .mw_wp_form .submit-block__privacy-policy a, body.confirm .contact-form .mw_wp_form .submit-block__privacy-policy a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (max-width: 500px) {
  body.contact .contact-form .mw_wp_form .submit-block .common-btn, body.confirm .contact-form .mw_wp_form .submit-block .common-btn {
    max-width: 100%;
  }
}

body.confirm .common-heading {
  max-width: 363px;
}
body.confirm .mw_wp_form {
  max-width: 700px !important;
}
body.confirm .submit-block {
  gap: 10px !important;
}
@media print, screen and (max-width: 1350px) {
  body.confirm .submit-block .common-btn {
    max-width: 100%;
  }
}
body.confirm .submit-block__privacy-policy {
  display: none !important;
}

body.thanks .contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 83px 144px 83px;
  overflow-x: clip;
}
@media print, screen and (max-width: 1200px) {
  body.thanks .contact-form {
    padding: 90px 53px 120px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.thanks .contact-form {
    padding: 64px 23px 96px 23px;
  }
}
body.thanks .contact-form__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 90px;
}
body.thanks .contact-form__message p {
  font-size: 16px;
  line-height: 2.0625;
  margin-bottom: 60px;
}

input[type=text],
input[type=email],
input[type=password],
input[name=mail],
input[name=phone],
textarea {
  -webkit-appearance: none;
  border-radius: 4px;
  width: 100%;
  padding: 9px 16px;
  background-color: #e6eef2;
  font-size: 16px;
  line-height: 1.75;
}

input[type=submit]:disabled {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
input[type=submit]:disabled:hover {
  filter: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b2b2b2;
}

textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #b2b2b2;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b2b2b2;
}

textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #b2b2b2;
}

textarea::placeholder,
select::placeholder {
  color: #b2b2b2;
}

input::-webkit-input-placeholder {
  color: #b2b2b2;
}

input::-moz-placeholder {
  color: #b2b2b2;
}

input:-ms-input-placeholder {
  color: #b2b2b2;
}

input::-ms-input-placeholder {
  color: #b2b2b2;
}

input::placeholder {
  color: #b2b2b2;
}

/*radio styles*/
input[type=radio] {
  appearance: none;
  display: none;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

input[type=radio] + span:before {
  content: "";
  display: inline-block;
  margin-top: -2px;
  margin-right: 14px;
  width: 24px;
  height: 24px;
  background: url("img/contact-radio.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

input[type=radio]:checked + span:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  background: url("img/contact-radio-selected.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# privacy-policy
--------------------------------------------------------------*/
body.privacy-policy .provisions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 83px 120px 83px;
  overflow-x: clip;
}
@media print, screen and (max-width: 1200px) {
  body.privacy-policy .provisions {
    padding: 0 53px 120px 53px;
  }
}
@media print, screen and (max-width: 500px) {
  body.privacy-policy .provisions {
    padding: 0 23px 120px 23px;
  }
}
body.privacy-policy .provisions__inner {
  max-width: 1200px;
  width: 100%;
}
body.privacy-policy .provisions__txt {
  font-size: 16px;
  line-height: 2.125;
  margin-top: 78px;
  margin-bottom: 58px;
}
@media print, screen and (max-width: 1000px) {
  body.privacy-policy .provisions__txt {
    margin-top: 36px;
    margin-bottom: 44px;
    line-height: 2.0625;
  }
}
body.privacy-policy .provisions__list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 57px 0;
}
@media print, screen and (max-width: 1200px) {
  body.privacy-policy .provisions__list li {
    padding: 47px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.privacy-policy .provisions__list li {
    flex-direction: column;
    gap: 34px;
  }
}
@media print, screen and (max-width: 500px) {
  body.privacy-policy .provisions__list li {
    padding: 38px 0 40px 0;
  }
}
body.privacy-policy .provisions__list li p:nth-of-type(1) {
  font-weight: 500;
  font-size: 30px;
  min-width: 545px;
}
@media print, screen and (max-width: 1200px) {
  body.privacy-policy .provisions__list li p:nth-of-type(1) {
    font-size: 24px;
    min-width: 370px;
  }
}
@media print, screen and (max-width: 500px) {
  body.privacy-policy .provisions__list li p:nth-of-type(1) {
    font-size: 24px;
  }
}
body.privacy-policy .provisions__list li p:nth-of-type(2) {
  font-size: 16px;
  line-height: 2.0625;
}

/*
Theme Name: 協和産業
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# recruit
--------------------------------------------------------------*/
body.error404 .error {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100svh - 547px);
  padding: 170px 83px 0 83px;
}
@media print, screen and (max-width: 1200px) {
  body.error404 .error {
    padding: 124px 53px 0 53px;
    min-height: calc(100svh - 533px);
  }
}
@media print, screen and (max-width: 860px) {
  body.error404 .error {
    min-height: calc(100svh - 465.84px);
  }
}
@media print, screen and (max-width: 500px) {
  body.error404 .error {
    padding: 124px 23px 0 23px;
    min-height: calc(100svh - 447.84px);
  }
}
body.error404 .error__inner {
  max-width: 1000px;
  width: 100%;
}
body.error404 .error__title__txt1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  overflow: hidden;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 1200px) {
  body.error404 .error__title__txt1 {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 500px) {
  body.error404 .error__title__txt1 {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
body.error404 .error__title__txt1 span {
  display: inline-block;
}
body.error404 .error__title__line {
  width: 500px;
  height: 1px;
  background-color: #fff;
  transform-origin: left;
  margin-left: 0;
}
@media print, screen and (max-width: 1200px) {
  body.error404 .error__title__line {
    width: 419px;
    margin-left: -120px;
  }
}
@media print, screen and (max-width: 500px) {
  body.error404 .error__title__line {
    width: 269px;
    margin-left: -23px;
  }
}
body.error404 .error__title__txt2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 72px;
  overflow: hidden;
  margin-top: 18px;
}
@media print, screen and (max-width: 1200px) {
  body.error404 .error__title__txt2 {
    font-size: 58px;
  }
}
@media print, screen and (max-width: 500px) {
  body.error404 .error__title__txt2 {
    font-size: 44px;
    margin-top: 16px;
  }
}
body.error404 .error__title__txt2 span {
  display: inline-block;
}
body.error404 .error__message {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 2.75;
}
@media print, screen and (max-width: 860px) {
  body.error404 .error__message {
    padding-top: 70px;
  }
}
body.error404 .error__message p {
  margin-bottom: 50px;
}/*# sourceMappingURL=style.css.map */