/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  line-height: 1.5;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  outline: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: serif;
}

.main {
  margin-top: 70px;
}

.common__title {
  margin: 40px 0;
  font-size: 42px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .common__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 1000px) {
  .common__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .common__title {
    font-size: 28px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 550px) {
  .common__title {
    font-size: 20px;
  }
}
.common__btn {
  position: relative;
  font-size: 20px;
  letter-spacing: 10px;
  padding: 15px 70px 15px 60px;
}
@media screen and (min-width: 1600px) {
  .common__btn {
    font-size: 25px;
  }
}
@media screen and (max-width: 650px) {
  .common__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .common__btn {
    padding: 15px 60px;
  }
}
.common__btn:hover::before {
  transform: scaleX(0);
  transform-origin: right bottom;
}
.common__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  transform: scaleX(1);
  background-color: #000;
  transition-property: transform;
  transition-duration: 0.5s;
  transform-origin: left bottom;
}
.common__btn::after {
  content: "";
  background-image: url("../img/allow.png");
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.common__banner {
  max-width: 1080px;
  margin: 100px auto 0;
}
@media screen and (min-width: 1600px) {
  .common__banner {
    max-width: initial;
    margin: 140px 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .common__banner {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 550px) {
  .common__banner {
    margin: 50px auto 0;
  }
}
.common__banner img {
  width: 100%;
}

.header {
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 0 20px;
  }
}
.header__logo {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 240px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hamburger__btn input {
  display: none;
}
.hamburger__btn input:checked ~ .hamburger__label span {
  z-index: 100;
  background-color: transparent;
}
.hamburger__btn input:checked ~ .hamburger__label span::before {
  top: 3px;
  transform: rotate(45deg);
  background-color: #FFFFFF;
}
.hamburger__btn input:checked ~ .hamburger__label span::after {
  top: 3px;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}
.hamburger__btn input:checked ~ .hamburger__nav {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  right: 0;
  transition: 0.5s;
  background-color: #FFFFFF;
}
.hamburger__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.hamburger__label span {
  display: block;
  position: relative;
  width: 40px;
  height: 3.5px;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .hamburger__label span {
    height: 3px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger__label span {
    width: 35px;
  }
}
.hamburger__label span::before {
  content: "";
  position: absolute;
  top: -13px;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.4s;
}
.hamburger__label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.4s;
}
.hamburger__nav {
  visibility: hidden;
  overflow: auto;
  opacity: 0;
  position: fixed;
  right: -40px;
  top: 0;
  z-index: 100;
  transition: 0.5s;
  background: url("../img/hamburger-background.webp") no-repeat;
  width: 40vw;
  height: 100vh;
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  .hamburger__nav {
    width: 100vw;
  }
}
.hamburger__list {
  margin: 100px 0 0 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-size: 20px;
  letter-spacing: 4px;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .hamburger__list {
    align-items: center;
    margin: initial;
  }
}
.hamburger__list-child {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 50px 0;
}
@media screen and (max-width: 1000px) {
  .hamburger__list-child {
    align-items: center;
  }
}
.hamburger__item {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .hamburger__item {
    font-size: 18px;
  }
}
.hamburger__item-child {
  position: relative;
  font-size: 16px;
  padding-left: 40px;
}
.hamburger__item-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27px;
  width: 5px;
  height: 2px;
  background-color: #FFFFFF;
}

.footer__top {
  background: url("../img/footer-background.webp") no-repeat;
  width: 100vw;
  padding: 50px 0;
}
.footer__top-inner {
  max-width: 900px;
  margin: auto;
}
.footer__top-company-page {
  background-color: #E5E5E5;
  background-image: none;
}
.footer__list {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 750px) {
  .footer__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.footer__item {
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 750px) {
  .footer__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .footer__item {
    font-size: 16px;
  }
}
.footer__desc {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .footer__desc {
    margin-top: 60px;
  }
}
.footer__name {
  font-size: 22px;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .footer__name {
    font-size: 16px;
  }
}
.footer__address {
  max-width: 460px;
  margin: 16px auto 0;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .footer__address {
    max-width: initial;
    text-align: center;
    line-height: 2;
  }
}
@media screen and (max-width: 550px) {
  .footer__address {
    font-size: 15px;
  }
}
.footer__address-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .footer__address-sp {
    display: block;
  }
}
.footer__address span {
  letter-spacing: 7px;
}
.footer__bottom {
  padding: 20px 0;
  background-image: url("../img/background.webp");
  background-size: contain;
  background-position: center;
}
.footer__bottom br {
  display: none;
}
@media screen and (max-width: 550px) {
  .footer__bottom br {
    display: block;
  }
}
.footer__bottom p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 550px) {
  .footer__bottom p {
    font-size: 12px;
  }
}

.fv {
  position: relative;
}
.fv__swiper {
  width: 100%;
  height: calc(100vh - 70px);
  position: relative;
}
.fv__swiper-slide img {
  width: 100%;
  height: calc(100vh - 70px);
  object-fit: cover;
}
.fv__logo {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 700px;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .fv__logo {
    width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .fv__logo {
    width: 600px;
  }
}
@media screen and (max-width: 750px) {
  .fv__logo {
    width: 450px;
  }
}
@media screen and (max-width: 550px) {
  .fv__logo {
    width: 320px;
  }
}
.fv__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv__logo img.monami {
  width: 80%;
}
.fv__scroll {
  height: 80px;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.fv__scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #FFFFFF;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.fv__scroll span {
  font-weight: 550;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 16px;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}
.about {
  padding: 80px 0 50px;
  background-image: url("../img/background.webp");
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .about__wrap {
    margin: 0 20px;
  }
}
.about__title {
  letter-spacing: 20px;
}
@media screen and (max-width: 550px) {
  .about__title {
    letter-spacing: 12px;
  }
}
.about__list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 120px;
}
@media screen and (max-width: 750px) {
  .about__list {
    gap: 80px;
  }
}
@media screen and (max-width: 550px) {
  .about__list {
    gap: 60px;
  }
}
.about__item {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .about__item {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.about__item:nth-of-type(even) {
  margin-right: 0;
  margin-left: auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .about__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.about__img {
  width: 70%;
  padding-top: 35px;
}
@media screen and (max-width: 1000px) {
  .about__img {
    width: 100%;
    padding-top: 0;
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__desc {
  width: 27%;
}
@media screen and (max-width: 1000px) {
  .about__desc {
    width: 100%;
  }
}
.about__desc-inner {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1000px) {
  .about__desc-inner {
    writing-mode: horizontal-tb;
    align-items: center;
  }
}
.about__subtitle {
  font-size: 35px;
  letter-spacing: 20px;
}
@media screen and (min-width: 1600px) {
  .about__subtitle {
    font-size: 45px;
  }
}
@media screen and (max-width: 750px) {
  .about__subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .about__subtitle {
    font-size: 18px;
    letter-spacing: 12px;
  }
}
.about__text {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 8px;
  padding-top: 35px;
}
@media screen and (min-width: 1600px) {
  .about__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about__text {
    padding-top: 0;
  }
  .about__text br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .about__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .about__text {
    font-size: 16px;
  }
}

.company {
  padding-top: 50px;
  background-image: url("../img/background.webp");
  background-size: contain;
  background-position: center;
}
.company__wrap {
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .company__wrap {
    max-width: initial;
    margin: 0 8%;
  }
}
@media screen and (max-width: 1200px) {
  .company__wrap {
    max-width: 980px;
  }
}
@media screen and (max-width: 1000px) {
  .company__wrap {
    margin: 0 20px;
  }
}
.company__block {
  padding: 50px 0;
}
.company__title {
  letter-spacing: 5px;
}
.company__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.company__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__img p {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 10px;
  padding: 10px 80px;
}
@media screen and (min-width: 1600px) {
  .company__img p {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .company__img p {
    font-size: 24px;
    padding: 10px 6%;
  }
}
@media screen and (max-width: 650px) {
  .company__img p {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .company__img p {
    font-size: 16px;
  }
}
.company__desc {
  max-width: 1040px;
  margin: 40px auto;
}
@media screen and (min-width: 1600px) {
  .company__desc {
    max-width: initial;
    margin: 40px 10%;
  }
}
.company__text {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1600px) {
  .company__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .company__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .company__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .company__text {
    font-size: 14px;
  }
}
.company__subtitle {
  font-size: 30px;
  text-align: center;
  letter-spacing: 15px;
  margin-bottom: 50px;
  padding-top: 20px;
}
@media screen and (min-width: 1600px) {
  .company__subtitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .company__subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 650px) {
  .company__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .company__subtitle {
    font-size: 18px;
  }
}
.company__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.company__item {
  width: calc(33.33333% - 33.4px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .company__item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 750px) {
  .company__item {
    width: 100%;
  }
}
.company__item img {
  width: 100%;
  object-fit: cover;
}
.company__item-name {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  letter-spacing: 5px;
  white-space: nowrap;
  padding: 8px 5% 8px 5%;
}
@media screen and (min-width: 1600px) {
  .company__item-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .company__item-name {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 550px) {
  .company__item-name {
    font-size: 14px;
  }
}
.company__item-name-lg {
  bottom: -30px;
}
.company__btn {
  margin: 70px 0 20px;
  text-align: center;
}

.inquiry {
  padding: 20px 0;
  background-image: url("../img/background.webp");
  background-size: contain;
  background-position: center;
}
.inquiry__company-page {
  padding: 40px 0;
  background-color: #FFFFFF;
}
.inquiry__wrap {
  max-width: 1040px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .inquiry__wrap {
    max-width: initial;
    margin: 0 10%;
  }
}
@media screen and (max-width: 1000px) {
  .inquiry__wrap {
    margin: 0 20px;
  }
}
.inquiry__title {
  letter-spacing: 5px;
}
.inquiry__top {
  padding: 60px 0 80px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .inquiry__top {
    padding: 40px 0 60px;
  }
}
.inquiry__top-company-page {
  background-color: transparent;
}
.inquiry__subtitle {
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1600px) {
  .inquiry__subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .inquiry__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .inquiry__subtitle {
    font-size: 17px;
  }
}
.inquiry__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.inquiry__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.inquiry__item h4 {
  font-size: 27px;
  letter-spacing: 5px;
  min-width: 350px;
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1600px) {
  .inquiry__item h4 {
    font-size: 32px;
    min-width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry__item h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 650px) {
  .inquiry__item h4 {
    font-size: 20px;
    min-width: 250px;
  }
}
@media screen and (max-width: 550px) {
  .inquiry__item h4 {
    font-size: 18px;
  }
}
.inquiry__manager {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .inquiry__manager {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.inquiry__manager p,
.inquiry__manager a {
  font-size: 20px;
  letter-spacing: 2px;
  min-width: 200px;
}
@media screen and (min-width: 1600px) {
  .inquiry__manager p,
  .inquiry__manager a {
    font-size: 25px;
    min-width: 250px;
  }
}
@media screen and (max-width: 650px) {
  .inquiry__manager p,
  .inquiry__manager a {
    font-size: 16px;
  }
}
.inquiry__info {
  display: flex;
  gap: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .inquiry__info {
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 750px) {
  .inquiry__info {
    flex-direction: column;
    gap: 15px;
  }
}
.inquiry__info a {
  font-size: 22px;
}
@media screen and (min-width: 1600px) {
  .inquiry__info a {
    font-size: 27px;
  }
}
@media screen and (max-width: 650px) {
  .inquiry__info a {
    font-size: 16px;
  }
}
.inquiry__info span {
  font-size: 32px;
}
@media screen and (min-width: 1600px) {
  .inquiry__info span {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inquiry__info span {
    font-size: 25px;
  }
}
@media screen and (max-width: 650px) {
  .inquiry__info span {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .inquiry__info span {
    font-size: 16px;
  }
}
.inquiry__tel {
  letter-spacing: 5px;
}
@media screen and (max-width: 1000px) {
  .inquiry__tel {
    letter-spacing: 3px;
  }
}
.inquiry__btn {
  width: fit-content;
  margin-top: 70px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .inquiry__btn {
    margin: 70px auto 0;
  }
}
.inquiry__btn-company-page {
  margin: auto;
}
.inquiry__bottom {
  padding: 100px 0;
}
@media screen and (max-width: 650px) {
  .inquiry__bottom {
    padding: 80px 0;
  }
}
.inquiry__container {
  display: flex;
  gap: 80px;
}
@media screen and (min-width: 1600px) {
  .inquiry__container {
    gap: 100px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry__container {
    flex-direction: column;
    gap: 50px;
  }
}
.inquiry__contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.inquiry__contact h6 {
  font-size: 20px;
  letter-spacing: 5px;
  min-width: 300px;
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1600px) {
  .inquiry__contact h6 {
    font-size: 28px;
    min-width: 400px;
  }
}
@media screen and (max-width: 550px) {
  .inquiry__contact h6 {
    font-size: 18px;
    min-width: 260px;
  }
}
.inquiry__contact span {
  font-size: 40px;
  letter-spacing: 5px;
}
@media screen and (min-width: 1600px) {
  .inquiry__contact span {
    font-size: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .inquiry__contact span {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .inquiry__contact span {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .inquiry__contact span {
    font-size: 18px;
  }
}
.inquiry__text {
  font-size: 35px;
}
@media screen and (min-width: 1600px) {
  .inquiry__text {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inquiry__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .inquiry__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .inquiry__text {
    font-size: 18px;
  }
}
.inquiry__time {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1600px) {
  .inquiry__time {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .inquiry__time {
    font-size: 18px;
  }
}

.contact-fv__inner {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .contact-fv__inner {
    height: auto;
  }
}
.contact-fv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .contact-fv__img {
    aspect-ratio: 1024/400;
    height: auto;
  }
}
.contact-fv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1024px) {
  .contact-fv__text {
    font-size: clamp(16px, 3vw, 35px);
  }
}

.contact {
  background-color: #FDFCF8;
}
.contact__inner {
  width: 50%;
  min-width: 600px;
  margin: auto;
  padding: 100px 0 300px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: 90%;
    min-width: auto;
    padding-bottom: 200px;
  }
}
.contact__inner .form__item {
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .contact__inner .form__item {
    margin-bottom: 2em;
  }
}
.contact__inner .form__input-wrapper {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .contact__inner .form__input-wrapper {
    font-size: 16px;
  }
}
.contact__inner .form__input-wrapper--two-column p {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contact__inner .form__input-wrapper--two-column p br {
  display: none;
}
@media screen and (max-width: 600px) {
  .contact__inner .form__input-wrapper--two-column p {
    gap: 20px;
  }
}
.contact__inner .form__input-wrapper--three-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact__inner .form__input-wrapper--three-column-confirmation {
  justify-content: start;
}
.contact__inner .form__input-wrapper input[type=text], .contact__inner .form__input-wrapper textarea, .contact__inner .form__input-wrapper input[type=tel], .contact__inner .form__input-wrapper input[type=email], .contact__inner .form__input-wrapper select {
  appearance: none;
  width: 100%;
  padding: 10px 20px 8px 20px;
  border-radius: 4px;
  background-color: whitesmoke;
  color: #111;
}
.contact__inner .form__input-wrapper input[type=text]::placeholder, .contact__inner .form__input-wrapper textarea::placeholder, .contact__inner .form__input-wrapper input[type=tel]::placeholder, .contact__inner .form__input-wrapper input[type=email]::placeholder, .contact__inner .form__input-wrapper select::placeholder {
  color: #a5a5a5;
  letter-spacing: 0.2em;
}
.contact__inner .form__input-hyphen {
  width: 1%;
  height: 1px;
  background-color: #111;
  display: inline-block;
  padding: 0 0.3em;
}
.contact__inner .form__select-wrapper {
  position: relative;
}
.contact__inner .form__select-wrapper::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 16px;
  top: 10px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}
.contact__inner .form__select-wrapper select[name=prefecture] {
  position: relative;
}
.contact__inner .form__select-wrapper select[name=prefecture]:invalid {
  color: #a5a5a5;
}
.contact__inner .form__select-wrapper select[name=prefecture] option {
  color: #111;
}
.contact__inner .form__select-wrapper select[name=prefecture] option:first-child {
  color: #a5a5a5;
}
.contact__inner .form__title {
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .contact__inner .form__title {
    font-size: 16px;
  }
}
.contact__inner .form__note {
  display: block;
  text-align: right;
  margin-top: 0.3em;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .contact__inner .form__note {
    font-size: 12px;
  }
}
.contact__inner .form__btn {
  display: inline-block;
  width: 40%;
  letter-spacing: 0.3em;
  font-size: 20px;
}
.contact__inner .form__btn input[type=submit],.contact__inner .form__btn input[type=button] {
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
	background-color: #fff;
  border: 1px solid #a5a5a5;
	display: inline-block;
}
@media screen and (max-width: 600px) {
  .contact__inner .form__btn {
    font-size: 16px;
  }
}
.contact__inner .form__btn-wrapper {
  text-align: center;
  margin: 100px 0 50px;
display: flex;
justify-content: space-around;
}
@media screen and (max-width: 600px) {
  .contact__inner .form__btn-wrapper {
    margin-bottom: 150px;
  }
}
.contact__home-link {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #a5a5a5;
  padding: 0.8em 4em;
  letter-spacing: 0.3em;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .contact__home-link {
    font-size: 16px;
  }
}
.contact__home-link::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 20px;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(45deg) translateY(-50%);
}
.contact__home-link-wrapper {
  margin-top: 50px;
  text-align: center;
}
.contact__input-flow {
  margin-bottom: 100px;
}
.contact .input-flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a5a5a5;
  letter-spacing: 0.2em;
}
.contact .input-flow__text {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .contact .input-flow__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .contact .input-flow__text {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.contact .input-flow__text--current-page {
  color: #111;
}
.contact .input-flow__hyphen {
  width: calc((100% - 312px) / 4);
  height: 1px;
  background-color: #111;
  display: inline-block;
  padding: 0 0.3em;
}

.screen-reader-response {
  margin-bottom: 50px;
}
.screen-reader-response p {
  text-align: center;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  display: block;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-f23-o1-ve-contact-company,
.wpcf7-f23-o1-ve-contact-about,
.wpcf7-f23-o1-ve-prefecture,
.wpcf7-f23-o1-ve-company-name,
.wpcf7-f23-o1-ve-division-name .wpcf7-f23-o1-ve-yourname1,
.wpcf7-f23-o1-ve-yourname2,
.wpcf7-f23-o1-ve-tel1,
.wpcf7-f23-o1-ve-tel2,
.wpcf7-f23-o1-ve-tel3,
.wpcf7-f23-o1-ve-email,
.wpcf7-f23-o1-ve-city-address,
.wpcf7-f23-o1-ve-inquiry {
  display: none;
}

.introduction {
  padding: 40px 0;
  background-image: url("../img/background.webp");
  background-size: contain;
  background-position: center;
}
.introduction__wrap {
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .introduction__wrap {
    max-width: initial;
    margin: 0 10%;
  }
}
@media screen and (max-width: 1200px) {
  .introduction__wrap {
    margin: 0 20px;
  }
}
.introduction__title {
  letter-spacing: 10px;
}
.introduction__block {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .introduction__block {
    flex-direction: column;
    gap: 40px;
  }
}
.introduction__img {
  width: 65%;
  padding-top: 20px;
}
@media screen and (max-width: 1000px) {
  .introduction__img {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .introduction__img {
    width: 100%;
  }
}
.introduction__img img {
  width: 100%;
  height: 94%;
  object-fit: cover;
}
.introduction__desc {
  width: 35%;
}
@media screen and (max-width: 1000px) {
  .introduction__desc {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .introduction__desc {
    width: 100%;
  }
}
.introduction__desc-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  writing-mode: vertical-rl;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .introduction__desc-inner {
    writing-mode: horizontal-tb;
    gap: 25px;
    align-items: center;
  }
}
.introduction__subtitle {
  font-size: 30px;
  letter-spacing: 15px;
}
@media screen and (min-width: 1600px) {
  .introduction__subtitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .introduction__subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .introduction__subtitle {
    font-size: 16px;
    letter-spacing: 12px;
  }
  .introduction__subtitle-kobaya {
    letter-spacing: 8px;
  }
  .introduction__subtitle-ozaki {
    letter-spacing: 4px;
  }
}
.introduction__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 8px;
  padding-top: 40px;
}
@media screen and (min-width: 1600px) {
  .introduction__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .introduction__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .introduction__text {
    padding: 0 10px;
  }
  .introduction__text br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .introduction__text {
    font-size: 15px;
  }
}
.introduction__text span {
  display: block;
  text-align: end;
  line-height: 2.5;
}

.commodity {
  padding: 40px 0;
  background-image: url("../img/background.webp");
  background-size: contain;
  background-position: center;
}
.commodity__wrap {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .commodity__wrap {
    max-width: initial;
    margin: 0 12%;
  }
}
@media screen and (max-width: 1000px) {
  .commodity__wrap {
    margin: 0 20px;
  }
}
.commodity__title {
  letter-spacing: 20px;
}
.commodity__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.commodity__item {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .commodity__item {
    width: 100%;
  }
}
.commodity__img {
  width: 100%;
  position: relative;
}
.commodity__img img {
  width: 100%;
}
.commodity__img p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content;
  background-color: #FFFFFF;
  letter-spacing: 10px;
  padding: 8px 8% 8px 4%;
}
@media screen and (min-width: 1600px) {
  .commodity__img p {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .commodity__img p {
    font-size: 15px;
  }
}
.commodity__desc {
  letter-spacing: 2px;
}
@media screen and (min-width: 1600px) {
  .commodity__desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .commodity__desc {
    font-size: 15px;
    padding: 0 10px;
  }
}
.commodity__text {
  line-height: 2;
}
.commodity__price {
  line-height: 2;
  letter-spacing: 3px;
  text-align: right;
}
.commodity__note {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1600px) {
  .commodity__note {
    font-size: 16px;
  }
}
.commodity__btn {
  margin: 100px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .commodity__btn {
    font-size: 15px;
  }
}

.concept {
  padding: 40px 0;
  background-image: url("../img/background.webp");
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .concept__wrap {
    margin: 0 20px;
  }
}
.concept__title {
  font-size: 35px;
  letter-spacing: 15px;
}
@media screen and (max-width: 1200px) {
  .concept__title {
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .concept__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .concept__title {
    font-size: 18px;
    letter-spacing: 6px;
  }
}
.concept__title br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .concept__title br {
    display: block;
  }
}
.concept__list {
  display: flex;
  flex-direction: column;
  gap: 150px;
  padding: 40px 0 100px;
}
@media screen and (max-width: 1000px) {
  .concept__list {
    gap: 80px;
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 550px) {
  .concept__list {
    gap: 60px;
  }
}
.concept__item {
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .concept__item {
    flex-direction: column;
    gap: 20px;
  }
}
.concept__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .concept__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.concept__img {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .concept__img {
    width: 100%;
  }
}
.concept__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept__desc {
  width: 24%;
}
@media screen and (max-width: 1000px) {
  .concept__desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.concept__subtitle {
  position: relative;
  font-size: 35px;
  letter-spacing: 15px;
  margin: auto;
  writing-mode: vertical-rl;
  padding-top: 20px;
}
.concept__subtitle.komonet {
  top: -40px;
}
.concept__subtitle.maeda {
  top: -70px;
}
@media screen and (min-width: 1600px) {
  .concept__subtitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .concept__subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .concept__subtitle {
    writing-mode: horizontal-tb;
  }
  .concept__subtitle.komonet {
    top: 0;
  }
  .concept__subtitle.maeda {
    top: 0;
  }
}
@media screen and (max-width: 550px) {
  .concept__subtitle {
    font-size: 16px;
  }
}
.concept__subtitle br {
  display: none;
}
@media screen and (max-width: 550px) {
  .concept__subtitle br {
    display: block;
  }
}
.concept__text {
  position: absolute;
  bottom: -65px;
  left: 10%;
  background-color: #FFFFFF;
  padding: 8px 5%;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 1600px) {
  .concept__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .concept__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .concept__text {
    position: initial;
  }
}
@media screen and (max-width: 750px) {
  .concept__text {
    white-space: pre-wrap;
  }
  .concept__text br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .concept__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .concept__banner {
    margin: 120px 12% 0;
  }
}

.overview {
  padding: 80px 0;
  background-color: #FCFCF8;
}
.overview__wrap {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .overview__wrap {
    max-width: initial;
    margin: 0 15%;
  }
}
@media screen and (max-width: 1000px) {
  .overview__wrap {
    margin: 0 20px;
  }
}
.overview__title {
  text-align: center;
}
.overview__title h2 {
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1600px) {
  .overview__title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .overview__title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .overview__title h2 {
    font-size: 20px;
  }
}
.overview__title p {
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (min-width: 1600px) {
  .overview__title p {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .overview__title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .overview__title p {
    font-size: 16px;
  }
}
.overview__block {
  display: flex;
  gap: 50px;
  margin: 40px 0;
}
@media screen and (max-width: 750px) {
  .overview__block {
    flex-direction: column;
  }
}
.overview__desc {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .overview__desc {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .overview__desc {
    font-size: 15px;
  }
}
.overview__info {
  display: flex;
  gap: 40px;
  line-height: 2.5;
}
@media screen and (min-width: 1600px) {
  .overview__info {
    font-size: 20px;
  }
}
.overview__info dt {
  width: calc(30% - 20px);
  text-align-last: justify;
}
.overview__info dd {
  width: calc(70% - 20px);
  letter-spacing: 2px;
}
.overview__map {
  width: calc(50% - 25px);
}
@media screen and (max-width: 750px) {
  .overview__map {
    width: 100%;
  }
}
.overview__map iframe {
  width: 100%;
}