@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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*/
  font-size: 16px;
}

/* 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;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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: 0;
  border-top: 1px solid;
  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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #cff5ff;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

li {
  list-style-type: none;
}

.main-top {
  padding-top: 114px;
}
@media (max-width: 1500px) {
  .main-top {
    padding-top: 6.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .main-top {
    padding-top: 5.46875vw;
  }
}
@media (max-width: 768px) {
  .main-top {
    margin-top: 15.625vw;
    padding-top: 0;
  }
}

#chamo-window .chamo-chatlog-wrapper {
  overscroll-behavior: auto;
}

main .container {
  margin-left: auto;
  margin-right: auto;
}

.quotation {
  margin-left: -14px;
  margin-right: -14px;
}

.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 999;
}

body {
  position: relative;
  background-position: top center;
  font-variant-ligatures: none;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  color: #231815;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 768px) {
  body {
    background: url(../img/main-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

@media (max-width: 440px) {
  .pc-words {
    display: none !important;
  }
}

.sp-words {
  display: none !important;
}
@media (max-width: 440px) {
  .sp-words {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .recruit {
    padding-top: 17.7083333333vw;
  }
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 93.75vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 91%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* ボタンで表示・非表示JSで値操作 */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  animation: fadeUp 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* QRコードを表示する */
.line_qr_knob {
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 0.5px solid #000000;
  color: #000000;
  font-size: 0.65em;
  font-family: "base", sans-serif;
}

#line_qr_fix #line_mat, #line_qr_fix {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.7);
}

/* LINEのQRコード（普段は非表示）============*/
#line_qr_fix,
#tel_num_fix {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  width: 100vw;
  height: 100vh;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  /* 背景を暗く */
  /* 内容部分の枠 */
}
@media (max-width: 1280px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 440px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 7.9545454545vw;
  }
}
#line_qr_fix #line_mat,
#line_qr_fix #tel_mat,
#tel_num_fix #line_mat,
#tel_num_fix #tel_mat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.7);
}
#line_qr_fix .QR_wrap,
#line_qr_fix .num_wrap,
#tel_num_fix .QR_wrap,
#tel_num_fix .num_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 80vw;
  max-height: 80vw;
  /* 文字部分 */
  /* QR画像部分 */
}
#line_qr_fix .QR_wrap > *,
#line_qr_fix .num_wrap > *,
#tel_num_fix .QR_wrap > *,
#tel_num_fix .num_wrap > * {
  display: block;
}
#line_qr_fix .QR_wrap p,
#line_qr_fix .QR_wrap a,
#line_qr_fix .num_wrap p,
#line_qr_fix .num_wrap a,
#tel_num_fix .QR_wrap p,
#tel_num_fix .QR_wrap a,
#tel_num_fix .num_wrap p,
#tel_num_fix .num_wrap a {
  padding: 14px 0;
}
@media (max-width: 1280px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 1.09375vw 0;
  }
}
@media (max-width: 768px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 1.3020833333vw 0;
  }
}
@media (max-width: 440px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 2.2727272727vw 0;
  }
}
#line_qr_fix .QR_wrap a,
#line_qr_fix .num_wrap a,
#tel_num_fix .QR_wrap a,
#tel_num_fix .num_wrap a {
  font-size: 46px;
  font-weight: bold;
}
#line_qr_fix .QR_wrap a:hover,
#line_qr_fix .num_wrap a:hover,
#tel_num_fix .QR_wrap a:hover,
#tel_num_fix .num_wrap a:hover {
  color: inherit;
  opacity: 0.8;
}
#line_qr_fix .QR_wrap p,
#line_qr_fix .num_wrap p,
#tel_num_fix .QR_wrap p,
#tel_num_fix .num_wrap p {
  font-weight: bold;
  font-size: 31px !important;
}
#line_qr_fix .QR_wrap img,
#line_qr_fix .num_wrap img,
#tel_num_fix .QR_wrap img,
#tel_num_fix .num_wrap img {
  width: auto;
}

.header {
  background: #fff;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .header {
    position: relative;
    z-index: 999;
    background-size: contain;
  }
}
.header__logo {
  padding-right: 220px;
}
.header__logo img {
  width: 260px;
}
@media (max-width: 1500px) {
  .header__logo img {
    width: 17.3333333333vw;
  }
}
@media (max-width: 1500px) {
  .header__logo {
    padding-right: 14.6666666667vw;
  }
}
.header__nav {
  position: relative;
  width: 100%;
  background: #fff;
  background-position: top center;
  background-size: contain;
  height: 106px;
}
@media (max-width: 1500px) {
  .header__nav {
    height: 7.0666666667vw;
  }
}
.header__nav__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  height: 106px;
  color: #000;
}
@media (max-width: 1500px) {
  .header__nav__list {
    gap: 3.3333333333vw;
    height: 7.0666666667vw;
  }
}
.header__nav__list-link {
  width: 120px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media (max-width: 1500px) {
  .header__nav__list-link {
    width: 8vw;
    font-size: 1.2vw;
  }
}
.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.header__tabNav a {
  color: #000;
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4.4270833333vw;
  top: 4%;
  right: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(50%);
  text-align: center;
}
.header__tabNav__list-link {
  font-size: 3.3854166667vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .header__tabNav__list-link {
    font-weight: 400;
  }
}
.header__tabNav-active {
  right: 0 !important;
}
.header__tabButton {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  width: 11.9791666667vw;
  position: relative;
}
.header__tabButton::after {
  position: absolute;
  content: "MENU";
  font-size: 2.8645833333vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
  top: 54.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header__tabButton-active {
  position: relative;
}
.header__tabButton-active::after {
  position: absolute;
  content: "CLOSE";
  font-size: 2.8645833333vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
  top: 54.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header__tabButton-bg {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.8229166667vw;
  gap: 6.5104166667vw;
  height: 16.9270833333vw;
  width: 16.9270833333vw;
  border-radius: 0.6510416667vw;
  color: #fff;
}
.header__tabButton-bg p {
  width: 14.3229166667vw;
  font-size: 3.6458333333vw;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
}
.header__tabButton-bg-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header__tabButton-bg-outer {
    justify-content: right;
  }
}
.header__tab-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8229166667vw 6.25vw;
  position: relative;
  z-index: 999;
  box-shadow: 0px 0px 1.3020833333vw rgba(0, 0, 0, 0.4470588235);
}
.header__tab-flex .logo-sp img {
  width: 37.7604166667vw;
}

footer {
  background: #e0e7e8;
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}
@media (max-width: 1280px) {
  .footer__flex {
    padding-top: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .footer__flex {
    padding-top: 9.1145833333vw;
  }
}
.footer__flex .logo {
  padding-top: 50px;
  width: 240px;
}
@media (max-width: 1280px) {
  .footer__flex .logo {
    padding-top: 3.90625vw;
    width: 18.75vw;
  }
}
@media (max-width: 768px) {
  .footer__flex .logo {
    width: 26.0416666667vw;
  }
}
.footer__flex .footer__tel {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .footer__flex .footer__tel {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .footer__flex .footer__tel {
    margin-bottom: 0vw;
  }
}
.footer__flex .footer__tel img {
  width: 600px;
}
@media (max-width: 1280px) {
  .footer__flex .footer__tel img {
    width: 46.875vw;
  }
}
@media (max-width: 768px) {
  .footer__flex .footer__tel img {
    width: 57.2916666667vw;
  }
}
.footer__flex .footer__tel p {
  position: absolute;
  bottom: 12px;
  left: 140px;
  margin: 0 auto;
  font-size: 50px;
}
@media (max-width: 1280px) {
  .footer__flex .footer__tel p {
    bottom: 0.9375vw;
    left: 10.9375vw;
    font-size: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .footer__flex .footer__tel p {
    bottom: 0vw;
    font-size: 6.5104166667vw;
    left: 10.4166666667vw;
  }
}
.footer__bottom {
  text-align: right;
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .footer__bottom {
    padding-bottom: 6.25vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    margin-top: 13.0208333333vw;
    padding-bottom: 6.5104166667vw;
    line-height: 1.6;
    text-align: left;
    font-size: 3.7760416667vw;
  }
}

.main__top {
  background: url(../img/main-bg.png) no-repeat;
  max-height: 1434px;
  min-height: 1360px;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1280px) {
  .main__top {
    min-height: 120vh;
  }
}
@media (max-width: 768px) {
  .main__top {
    min-height: 58.59375vw;
    max-height: 78.125vw;
  }
}
.main__top p {
  padding-top: 140px;
  font-size: 36px;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 1500px) {
  .main__top p {
    padding-top: 9.3333333333vw;
    font-size: 2.4vw;
  }
}
.main__tab {
  margin-top: 2.6041666667vw;
  margin-bottom: 16.9270833333vw;
  font-size: 4.4270833333vw;
  line-height: 1.7;
}
.main__concept-first {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  width: 66%;
  margin: 160px auto 60px;
  min-width: 1434px;
}
@media (max-width: 1500px) {
  .main__concept-first {
    gap: 2.6666666667vw;
    margin: 10.6666666667vw auto 4vw;
    min-width: 95.6vw;
  }
}
@media (max-width: 768px) {
  .main__concept-first {
    flex-direction: column;
    min-width: 91%;
  }
}
.main__concept-first img {
  width: 540px;
}
@media (max-width: 1500px) {
  .main__concept-first img {
    width: 36vw;
  }
}
@media (max-width: 768px) {
  .main__concept-first img {
    width: 100%;
  }
}
.main__concept-first-txt {
  padding-top: 30px;
}
@media (max-width: 1500px) {
  .main__concept-first-txt {
    padding-top: 2vw;
  }
}
.main__concept-first h3 {
  margin-bottom: 20px;
  font-size: 40px;
}
@media (max-width: 1500px) {
  .main__concept-first h3 {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .main__concept-first h3 {
    margin-bottom: 2.6041666667vw;
    font-size: 5.9895833333vw;
  }
}
.main__concept-first p {
  font-size: 22px;
  line-height: 1.7;
}
@media (max-width: 1500px) {
  .main__concept-first p {
    font-size: 1.4666666667vw;
  }
}
@media (max-width: 768px) {
  .main__concept-first p {
    margin-bottom: 8.0729166667vw;
    font-size: 3.515625vw;
  }
}
.main__concept-second {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  width: 66%;
  margin: 60px auto 160px;
  min-width: 1434px;
}
@media (max-width: 1500px) {
  .main__concept-second {
    gap: 2vw;
    margin: 4vw auto 10.6666666667vw;
    min-width: 95.6vw;
  }
}
@media (max-width: 768px) {
  .main__concept-second {
    flex-direction: column-reverse;
    min-width: 91%;
  }
}
.main__concept-second img {
  width: 540px;
}
@media (max-width: 1500px) {
  .main__concept-second img {
    width: 36vw;
  }
}
@media (max-width: 768px) {
  .main__concept-second img {
    margin-left: -7.03125vw;
    width: 100%;
  }
}
.main__concept-second-txt {
  padding-top: 30px;
}
@media (max-width: 1500px) {
  .main__concept-second-txt {
    padding-top: 2vw;
  }
}
@media (max-width: 768px) {
  .main__concept-second-txt {
    padding-left: 1.3020833333vw;
  }
}
.main__concept-second h3 {
  margin-bottom: 20px;
  font-size: 40px;
}
@media (max-width: 1500px) {
  .main__concept-second h3 {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .main__concept-second h3 {
    margin-bottom: 2.6041666667vw;
    font-size: 5.9895833333vw;
  }
}
.main__concept-second p {
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 1500px) {
  .main__concept-second p {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  .main__concept-second p {
    margin-bottom: 1.5625vw;
    font-size: 3.515625vw;
  }
}
.main__concept-bg {
  min-height: 700px;
  max-height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1500px) {
  .main__concept-bg {
    min-height: 46.6666666667vw;
    max-height: 66.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .main__concept-bg {
    min-height: 37.5vw;
    max-height: 46.875vw;
  }
}
@media (max-width: 768px) {
  .main__concept-bg {
    display: none;
  }
}
.main__concept-bg-sp {
  display: none;
}
@media (max-width: 768px) {
  .main__concept-bg-sp {
    display: block;
  }
}
.main__service-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 90px;
}
@media (max-width: 1500px) {
  .main__service-flex {
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
}
@media (max-width: 768px) {
  .main__service-flex {
    margin-top: 11.71875vw;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.main__service-flex-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .main__service-flex-ttl {
    width: 90.8854166667vw;
  }
}
.main__service-flex-ttl h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 200px;
  font-size: 20px;
  padding-bottom: 0px;
  padding-bottom: 6px;
  padding-right: 2px;
  border-bottom: 5px solid #000;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .main__service-flex-ttl h3 {
    width: 13.3333333333vw;
    font-size: 1.3333333333vw;
    padding-bottom: 0.4vw;
    padding-right: 0.1333333333vw;
    border-bottom: 0.3333333333vw solid #000;
    margin-bottom: 0.6666666667vw;
  }
}
@media (max-width: 768px) {
  .main__service-flex-ttl h3 {
    width: 33.8541666667vw;
    font-size: 3.6458333333vw;
    padding-bottom: 0.78125vw;
    margin-bottom: 2.0833333333vw;
    border-bottom: 0.6510416667vw solid #000;
  }
}
.main__service-flex-ttl h3 span {
  font-size: 50px;
  margin-bottom: -12px;
}
@media (max-width: 1500px) {
  .main__service-flex-ttl h3 span {
    font-size: 3.3333333333vw;
    margin-bottom: -0.8vw;
  }
}
@media (max-width: 768px) {
  .main__service-flex-ttl h3 span {
    font-size: 8.0729166667vw;
    margin-bottom: -1.5625vw;
  }
}
.main__service-flex-ttl p {
  margin-bottom: 16px;
  background: #ffff00;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding: 1px 2px;
}
@media (max-width: 1500px) {
  .main__service-flex-ttl p {
    margin-bottom: 1.0666666667vw;
    font-size: 1.3333333333vw;
    padding: 0.0666666667vw 0.1333333333vw;
  }
}
@media (max-width: 768px) {
  .main__service-flex-ttl p {
    margin-top: 0 !important;
    margin-bottom: 2.34375vw !important;
    font-size: 3.125vw !important;
    padding: 0.1302083333vw 0.5208333333vw;
  }
}
.main__service-flex img {
  width: 560px;
  margin-bottom: 18px;
}
@media (max-width: 1500px) {
  .main__service-flex img {
    width: 37.3333333333vw;
    margin-bottom: 1.2vw;
  }
}
@media (max-width: 768px) {
  .main__service-flex img {
    width: 100%;
  }
}
.main__service-flex p {
  font-size: 21px;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .main__service-flex p {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .main__service-flex p {
    margin-top: 2.2727272727vw;
    margin-bottom: 11.71875vw;
    font-size: 3.2552083333vw;
  }
}
.main__service-mini {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media (max-width: 1500px) {
  .main__service-mini {
    margin-bottom: 9.3333333333vw;
  }
}
@media (max-width: 768px) {
  .main__service-mini {
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 768px) {
  .main__service-mini {
    flex-direction: column;
  }
}
.main__service-mini-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .main__service-mini-ttl {
    width: 90.8854166667vw;
  }
}
.main__service-mini-ttl h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 190px;
  font-size: 19px;
  padding-bottom: 0px;
  padding-bottom: 6px;
  padding-right: 2px;
  border-bottom: 5px solid #000;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .main__service-mini-ttl h3 {
    width: 12.6666666667vw;
    font-size: 1.2666666667vw;
    padding-bottom: 0.4vw;
    padding-right: 0.1333333333vw;
    border-bottom: 0.3333333333vw solid #000;
    margin-bottom: 0.6666666667vw;
  }
}
@media (max-width: 768px) {
  .main__service-mini-ttl h3 {
    width: 33.8541666667vw;
    font-size: 3.6458333333vw;
    padding-bottom: 0.78125vw;
    margin-bottom: 2.0833333333vw;
    border-bottom: 0.6510416667vw solid #000;
  }
}
.main__service-mini-ttl h3 span {
  font-size: 48px;
  margin-bottom: -12px;
}
@media (max-width: 1500px) {
  .main__service-mini-ttl h3 span {
    font-size: 3.2vw;
    margin-bottom: -0.8vw;
  }
}
@media (max-width: 768px) {
  .main__service-mini-ttl h3 span {
    font-size: 8.0729166667vw;
    margin-bottom: -1.5625vw;
  }
}
.main__service-mini-ttl p {
  margin-bottom: 8px;
  background: #ffff00;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  padding: 0px 2px;
}
@media (max-width: 1500px) {
  .main__service-mini-ttl p {
    margin-bottom: 0.5333333333vw;
    font-size: 1.1333333333vw;
    padding: 0 0.1333333333vw;
  }
}
@media (max-width: 768px) {
  .main__service-mini-ttl p {
    margin-top: 0 !important;
    margin-bottom: 2.34375vw !important;
    font-size: 3.125vw !important;
    padding: 0.1302083333vw 0.5208333333vw;
  }
}
.main__service-mini img {
  width: 384px;
  margin-bottom: 18px;
}
@media (max-width: 1500px) {
  .main__service-mini img {
    width: 25.6vw;
    margin-bottom: 1.2vw;
  }
}
@media (max-width: 768px) {
  .main__service-mini img {
    width: 100%;
  }
}
.main__service-mini .txt {
  width: 350px;
  padding: 0 0 0 4px;
  font-size: 19px;
  line-height: 1.5;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 1500px) {
  .main__service-mini .txt {
    width: 23.3333333333vw;
    padding: 0 0 0 0.2666666667vw;
    font-size: 1.2666666667vw;
  }
}
@media (max-width: 768px) {
  .main__service-mini .txt {
    width: 100%;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 2.2727272727vw;
    margin-bottom: 11.71875vw;
    font-size: 3.515625vw;
  }
}
.main__service-mini .txt span {
  display: inline-block;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  .main__service-mini .txt span {
    letter-spacing: normal;
  }
}
.main__company .container {
  display: flex;
  gap: 50px;
  margin-bottom: 200px;
}
@media (max-width: 1500px) {
  .main__company .container {
    gap: 3.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media (max-width: 768px) {
  .main__company .container {
    gap: 2.6041666667vw;
    flex-direction: column;
    margin-bottom: 3.90625vw;
  }
}
.main__company .container img {
  width: 600px;
}
@media (max-width: 1500px) {
  .main__company .container img {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .main__company .container img {
    width: 100%;
  }
}
.main__company-txt {
  padding-top: 50px;
}
@media (max-width: 1500px) {
  .main__company-txt {
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .main__company-txt {
    padding-top: 1.3020833333vw;
  }
}
.main__company-txt h3 {
  margin-bottom: 64px;
  font-size: 36px;
}
@media (max-width: 1500px) {
  .main__company-txt h3 {
    margin-bottom: 4.2666666667vw;
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .main__company-txt h3 {
    margin-bottom: 6.5104166667vw;
    font-size: 5.9895833333vw;
    letter-spacing: 0.1em;
  }
}
.main__company-txt ul {
  display: flex;
  align-items: center;
  margin-top: 23px;
  font-size: 19px;
}
@media (max-width: 1500px) {
  .main__company-txt ul {
    margin-top: 1.5333333333vw;
    font-size: 1.2666666667vw;
  }
}
@media (max-width: 768px) {
  .main__company-txt ul {
    flex-direction: column;
    align-items: flex-start;
    font-size: 3.90625vw;
    gap: 1.3020833333vw;
    margin-bottom: 9.1145833333vw;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.main__company-txt ul .ttl {
  width: 180px;
}
@media (max-width: 1500px) {
  .main__company-txt ul .ttl {
    width: 12vw;
  }
}
@media (max-width: 768px) {
  .main__company-txt ul .ttl {
    width: 100%;
  }
}

.kozuka {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.din {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto {
  font-family: "noto-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}