@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2??family=Jomolhari&family=Noto+Sans+JP:wght@300;400;500&family=Josefin+Sans&family=Noto+Serif+JP:wght@400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
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; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #222426;
  font-weight: 300;
  letter-spacing: 0.16em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 800px) {
  body {
    letter-spacing: 0.15em;
  }
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
  pointer-events: none;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

._sp {
  display: none;
}
@media screen and (max-width: 800px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 800px) {
  ._pc {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

header {
  padding: 34px 60px;
  width: 100%;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  header {
    padding: 20px 25px 0;
  }
}
header .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  header .header {
    display: block;
  }
}
header .header__logo {
  max-width: 240px;
  width: 30%;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  header .header__logo {
    max-width: 100%;
    width: 160px;
  }
}
header .header__menu {
  width: 70%;
}
@media screen and (max-width: 800px) {
  header .header__menu .menu-btn {
    position: fixed;
    top: 20px;
    right: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 120;
    background-color: #000;
    border-radius: 50%;
  }
  header .header__menu .menu-btn span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    height: 1px;
    width: 14px;
    background-color: #fff;
  }
  header .header__menu .menu-btn span::before, header .header__menu .menu-btn span::after {
    content: "";
    display: block;
    height: 1px;
    width: 14px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .header__menu .menu-btn span::before {
    top: -5px;
  }
  header .header__menu .menu-btn span::after {
    bottom: -5px;
  }
}
header .header__menu #menu-btn-check:checked ~ .menu-btn {
  background-color: #fff;
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::before {
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  background-color: #000;
  width: 18px;
  left: -2px;
  top: 0;
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::after {
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
  background-color: #000;
  width: 18px;
  left: -1px;
  bottom: 0;
}
header .header__menu #menu-btn-check:checked ~ .nav-menu {
  left: 0;
  /*メニューを画面内へ*/
}
header .header__menu #menu-btn-check {
  display: none;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu {
    width: 100%;
    height: 102vh;
    display: block;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 110;
    background-color: #222426;
    padding: 120px 30px 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
header .header__menu .nav-menu .sp-logo {
  display: none;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu .sp-logo {
    display: block;
    width: 160px;
    margin-top: -100px;
    margin-left: -5px;
  }
}
header .header__menu .nav-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul {
    display: block;
    margin-top: 78px;
    width: 185px;
    margin: 84px auto 0;
  }
}
header .header__menu .nav-menu ul li a {
  font-family: "Jomolhari", serif;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.16em;
  font-size: min(1vw, 16px);
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul li a {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.22em;
    line-height: 1.6;
  }
}
header .header__menu .nav-menu ul li + li {
  margin-left: 2.2em;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul li + li {
    margin-left: unset;
    margin-top: 19px;
  }
}
header .header__menu .nav-menu ul li span {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul li span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
}
header .header__menu .nav-menu .sp-privacy {
  display: none;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu .sp-privacy {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: #fff;
    width: 185px;
    margin: 62px auto 0;
  }
}
header .header__menu .pc-hamburger {
  margin-left: 35px;
}
@media screen and (max-width: 800px) {
  header .header__menu .pc-hamburger {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  header .header__menu .pc-hamburger {
    position: relative;
  }
  header .header__menu .pc-hamburger input[type=checkbox] {
    display: none;
  }
  header .header__menu .pc-hamburger .pc-menu-btn {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 101;
  }
  header .header__menu .pc-hamburger .pc-menu-btn span,
  header .header__menu .pc-hamburger .pc-menu-btn span::before,
  header .header__menu .pc-hamburger .pc-menu-btn span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;
  }
  header .header__menu .pc-hamburger .pc-menu-btn span::before {
    top: -6px;
  }
  header .header__menu .pc-hamburger .pc-menu-btn span::after {
    top: 6px;
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-menu-btn {
    background-color: #fff;
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-menu-btn span {
    background-color: transparent;
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-menu-btn span::before {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    top: 0;
    background-color: #000;
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-menu-btn span::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    top: 0;
    background-color: #000;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #222426;
    color: #fff;
    z-index: 100;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1060px;
    margin: 0 auto;
    padding: 135px 0 130px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left {
    margin-top: 193px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__logo {
    width: 310px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__praivacy {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 220px;
    font-family: "Noto Sans JP", sans-serif;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right {
    width: calc(100% - 310px);
    margin-left: 34%;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right ul {
    display: block;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right ul li {
    margin-bottom: 44px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right ul li + li {
    margin-left: unset;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right ul li a {
    color: #fff;
    font-size: 2.6rem;
    font-family: "Jomolhari", serif;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right ul li a span {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: 0.16em;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right ul li a:hover {
    text-decoration: underline;
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-nav-dropdown {
    top: 0;
  }
}

main .p-top {
  background: url(../img/company/top-back.png) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding-top: 147px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  main .p-top {
    padding-top: 87px;
    padding-bottom: 83px;
  }
}
main .p-top__bread {
  margin-left: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  main .p-top__bread {
    margin-left: 25px;
  }
}
main .p-top__bread li {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #8A8A8A;
}
@media screen and (max-width: 800px) {
  main .p-top__bread li {
    font-size: 1.2rem;
  }
}
main .p-top__bread li a {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  text-align: left;
  color: #222426;
  border-bottom: 1px solid #222426;
}
@media screen and (max-width: 800px) {
  main .p-top__bread li a {
    font-size: 1.2rem;
  }
}
main .p-top__bread li + li {
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  main .p-top__bread li + li {
    margin-left: 24px;
  }
}
main .p-top__bread li + li::before {
  content: "";
  display: block;
  background: url(../img/bread-arrow.png) center center no-repeat;
  width: 8px;
  height: 8px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -20px;
}
@media screen and (max-width: 800px) {
  main .p-top__bread li + li::before {
    left: -16px;
  }
}
main .p-top__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  width: 90%;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 800px) {
  main .p-top__contents {
    display: block;
    margin: 64px 0 0 auto;
  }
}
main .p-top__title {
  width: 40%;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  main .p-top__title {
    width: 100%;
    position: relative;
    z-index: 50;
    margin-left: -10px;
    margin-top: unset;
  }
}
main .p-top__title h2 {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 5.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 14px 18px;
  color: #222426;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  main .p-top__title h2 {
    font-size: 3.2rem;
    padding: 8px 12px;
    letter-spacing: 0.1em;
  }
}
main .p-top__title .label {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
  display: block;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px 5px;
  color: #222426;
}
@media screen and (max-width: 800px) {
  main .p-top__title .label {
    font-size: 1.4rem;
    padding: 0 10px 3px;
  }
}
main .p-top__img {
  max-width: 880px;
  width: 63%;
  height: 511px;
}
@media screen and (max-width: 800px) {
  main .p-top__img {
    width: 98%;
    height: 193px;
    margin: -51px 0 0 auto;
    position: relative;
    z-index: 0;
  }
}
main .p-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 880/511;
}
main .side-menu {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 20px;
  bottom: 10%;
  z-index: 80;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 800px) {
  main .side-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #393B3D;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 5%;
  }
  main .side-menu a {
    color: #fff;
    font-size: 1.2rem;
  }
}
main .side-menu li + li {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  main .side-menu li + li {
    margin-top: 0;
    margin-left: 15px;
  }
}
main h2 {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 5rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  main h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
main .title-label {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.16em;
  font-weight: 400;
  font-size: 2.6rem;
}
@media screen and (max-width: 800px) {
  main .title-label {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
main .extarnal {
  position: relative;
  padding-right: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
}
main .extarnal::after {
  content: "";
  background: url(../img/extarnal.png) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .button-red {
  max-width: 400px;
  text-align: center;
}
main .button-red a {
  display: block;
  background-color: #ad292e;
  color: #fff;
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.18em;
  padding: 20px 23px 20px 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 800px) {
  main .button-red a {
    font-size: 1.8rem;
    padding: 20px 0;
  }
}
main .button-red a::after {
  content: "";
  background: url(../img/right-arrow-w.png) center center no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 800px) {
  main .button-red a::after {
    width: 9px;
    height: 17px;
    right: 24px;
  }
}
main .sec-contact a {
  background-color: #AD292E;
  color: #fff;
  text-align: center;
  padding: 108px 75px 101px 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  main .sec-contact a {
    padding: 52px 0 80px;
  }
}
main .sec-contact a::after {
  content: "";
  background: url(../img/contact-arrow.png) center center no-repeat;
  width: 140px;
  height: 28px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  main .sec-contact a::after {
    width: 67px;
    height: 15px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: unset;
    bottom: 50px;
  }
}
main .sec-contact h2 {
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  main .sec-contact h2 {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
  }
}
main .sec-contact__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 2px;
}
@media screen and (max-width: 800px) {
  main .sec-contact__label {
    font-size: 1.6rem;
    margin-top: 0px;
  }
}

footer {
  background-color: #222426;
  color: #fff;
  margin-top: -1px;
}
footer .f-inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 60px;
}
@media screen and (max-width: 800px) {
  footer .f-inner {
    padding: 56px 25px 19px;
    width: 100%;
  }
}
footer .f-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer .f-head {
    display: block;
  }
}
footer .f-head__logo {
  width: 260px;
}
@media screen and (max-width: 800px) {
  footer .f-head__logo {
    width: 170px;
  }
}
footer .f-head__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  footer .f-head__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 46px;
    gap: 12px 40px;
  }
}
footer .f-head__list a {
  color: #fff;
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.16em;
  font-size: min(1vw, 16px);
}
@media screen and (max-width: 800px) {
  footer .f-head__list a {
    font-size: 1.4rem;
    letter-spacing: 0.22em;
  }
}
footer .f-head__list li + li {
  margin-left: 33px;
}
@media screen and (max-width: 800px) {
  footer .f-head__list li + li {
    margin-left: unset;
  }
}
footer .f-under {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer .f-under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 34px;
  }
}
@media screen and (max-width: 800px) {
  footer .f-under__left {
    width: 100%;
  }
}
footer .f-under .address {
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  footer .f-under .address {
    font-size: 1.4rem;
    margin-top: 37px;
    padding: 16px 0 27px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    letter-spacing: 0.18em;
    line-height: 1.8;
  }
}
footer .f-under .copy {
  font-size: 1.4rem;
  margin-top: 8px;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 800px) {
  footer .f-under .copy {
    display: none;
  }
}
footer .f-under__right .policy {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 30px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 800px) {
  footer .f-under__right .policy {
    font-size: 1.4rem;
    margin-top: unset;
  }
}
footer .f-under__right .follow {
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  footer .f-under__right .follow {
    margin-left: unset;
    margin-top: 50px;
  }
}
footer .f-under__right .follow p {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 800px) {
  footer .f-under__right .follow p {
    font-size: 1.2rem;
  }
}
footer .f-under__right .follow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
footer .f-under__right .follow ul li {
  width: 42px;
}
@media screen and (max-width: 800px) {
  footer .f-under__right .follow ul li {
    width: 30px;
  }
}
footer .f-under__right .follow ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  footer .f-under__right .follow ul li + li {
    margin-left: 10px;
  }
}
footer .copy-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  footer .copy-sp {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    display: block;
    text-align: center;
    margin-top: 8px;
    font-family: "Josefin Sans", sans-serif;
  }
}

#page-home main {
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-home main header {
    padding: 11px 25px 0;
  }
}
#page-home main header .header__menu .menu-btn {
  top: 11px;
}
#page-home main .p-top {
  background: url(../img/top/top-back.png) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding-top: 244px;
  padding-bottom: 54px;
}
@media screen and (max-width: 800px) {
  #page-home main .p-top {
    background: url(../img/top/top-back-sp.png) center center no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 77px;
  }
}
#page-home main .p-top h2 {
  font-size: 7rem;
  color: #222426;
  font-weight: 500;
  margin-left: 160px;
  position: relative;
  letter-spacing: 0.2em;
  z-index: 50;
  line-height: 1.37;
}
@media screen and (max-width: 800px) {
  #page-home main .p-top h2 {
    font-size: 3.8rem;
    text-align: center;
    margin-left: unset;
    margin-top: 17px;
    line-height: 1.5;
  }
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-home main .p-top__line {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -26px;
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 800px) {
  #page-home main .p-top__line {
    margin-top: -90px;
  }
}
#page-home main .p-top__wrapper {
  white-space: nowrap;
  -webkit-animation: slide 13s linear infinite;
          animation: slide 13s linear infinite;
}
#page-home main .p-top__wrapper p {
  font-family: "Jomolhari", serif;
  font-size: 9rem;
  color: rgba(255, 255, 255, 0.3764705882);
  line-height: 1;
  font-weight: 500;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .p-top__wrapper p {
    font-size: 7rem;
    letter-spacing: 0.6rem;
  }
}
#page-home main .p-top__wrapper .line-white {
  color: rgba(255, 255, 255, 0);
  text-stroke: 1px #BDBDBE;
  -webkit-text-stroke: 1px #BDBDBE;
  position: relative;
}
#page-home main .p-top__text {
  color: #222426;
  margin-left: 160px;
  line-height: 2.5;
  margin-top: -37px;
  position: relative;
  z-index: 20;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  #page-home main .p-top__text {
    margin: 49px auto 0;
    text-align: center;
    width: 90%;
    line-height: 2.4;
  }
}
#page-home main .p-top__scroll {
  font-family: "Noto Serif JP", serif;
  position: relative;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5647058824);
  font-size: 1.2rem;
  text-align: center;
  color: #222426;
  padding-top: 32px;
}
@media screen and (max-width: 800px) {
  #page-home main .p-top__scroll {
    width: 74px;
    height: 74px;
    font-size: 1rem;
    padding-top: 20px;
    bottom: -48px;
  }
}
#page-home main .p-top__scroll::after {
  content: "";
  background: url(../img/down-arrow.png) center center no-repeat;
  width: 14px;
  height: 33px;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  #page-home main .p-top__scroll::after {
    width: 10px;
    height: 20px;
    bottom: 13px;
  }
}
#page-home main .title h2 {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 13px 19px 6px;
  line-height: 1.05;
  color: #222426;
}
@media screen and (max-width: 800px) {
  #page-home main .title h2 {
    font-size: 2.8rem;
    padding: 8px 10px 5px;
  }
}
#page-home main .title .label {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  display: block;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 19px 3px;
  color: #222426;
  margin-top: -1px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-home main .title .label {
    font-size: 1.8rem;
    padding: 0 12px;
  }
}
#page-home main .sec-company {
  background-color: #222426;
  padding-top: 135px;
  padding-bottom: 200px;
  margin: 0 auto 0;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company {
    padding-top: 54px;
    padding-bottom: 60px;
  }
}
#page-home main .sec-company .title {
  margin-left: 10%;
  margin-top: 13px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company .title {
    margin-top: 225px;
    margin-left: 25px;
  }
}
#page-home main .sec-company__back {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-size: 12rem;
  letter-spacing: 0.19em;
  width: 77%;
  margin: 0 0 0 auto;
  color: #222426;
  text-align: left;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__back {
    font-size: 4.2rem;
    width: 87%;
  }
}
#page-home main .sec-company__back::after {
  content: "";
  display: block;
  width: 99.5%;
  height: 700px;
  background-size: cover;
  background-color: #393B3D;
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__back::after {
    top: 5px;
    height: 880px;
  }
}
#page-home main .sec-company__detail {
  margin-left: 10%;
  margin-top: 60px;
  line-height: 2.8;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__detail {
    margin: 24px auto 0;
    padding: 0 25px;
    line-height: 2.45;
  }
}
#page-home main .sec-company .button-red {
  margin-top: 54px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company .button-red {
    margin-top: 24px;
  }
}
#page-home main .sec-company__image {
  max-width: 1000px;
  height: 568px;
  width: 80%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 17px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__image {
    width: 100%;
    height: 213px;
    bottom: unset;
    top: 131px;
  }
}
#page-home main .sec-company__image img {
  height: 100%;
  background-size: cover;
}
#page-home main .sec-business {
  background-color: #222426;
  padding-top: 113px;
  padding-bottom: 160px;
  margin: -1px auto 0;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business {
    padding-top: 70px;
    padding-bottom: 102px;
  }
}
#page-home main .sec-business::before {
  content: "";
  background: url(../img/top/logo-design.png) center center no-repeat;
  width: 474px;
  height: 510px;
  background-size: cover;
  position: absolute;
  top: -28px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business::before {
    width: 135px;
    height: 182px;
    top: 0;
  }
}
#page-home main .sec-business__back {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-size: 12rem;
  letter-spacing: 0.19em;
  width: 77%;
  margin: 0 auto 0 0;
  color: #222426;
  text-align: right;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business__back {
    font-size: 4.2rem;
    width: 87%;
  }
}
#page-home main .sec-business__back::after {
  content: "";
  display: block;
  width: 99.5%;
  height: 700px;
  background-size: cover;
  background-color: #393B3D;
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business__back::after {
    top: 4px;
    height: 780px;
  }
}
#page-home main .sec-business__contents {
  max-width: 1440px;
  width: 90%;
  margin: 19px auto 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 35px auto 0;
  }
}
#page-home main .sec-business__detail {
  max-width: 640px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business__detail {
    width: 100%;
    padding: 0 25px;
    margin: -25px auto 0;
    position: relative;
    z-index: 80;
  }
}
#page-home main .sec-business__head {
  margin-top: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  line-height: 1.78;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business__head {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-top: 30px;
    letter-spacing: 0.135em;
  }
}
#page-home main .sec-business__text {
  line-height: 2.8;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business__text {
    margin-top: 20px;
    line-height: 2.4;
    letter-spacing: 0.13em;
  }
}
#page-home main .sec-business__image {
  max-width: 700px;
  width: calc(100% - 640px);
  margin-top: 230px;
  margin-right: 7%;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business__image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
#page-home main .sec-business .service {
  max-width: 980px;
  width: 90%;
  margin: 123px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business .service {
    margin: 100px auto 0;
  }
}
#page-home main .sec-business .service h3 {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business .service h3 {
    font-size: 1.8rem;
    letter-spacing: 0.17em;
  }
}
#page-home main .sec-business .service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 85px 75px;
  margin-top: 115px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business .service-list {
    gap: 56px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 50px;
  }
}
#page-home main .sec-business .service-list li {
  display: grid;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business .service-list li {
    width: 50%;
  }
}
#page-home main .sec-business .service-list__image {
  height: 100px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business .service-list__image {
    height: 90px;
  }
}
#page-home main .sec-business .service-list__en {
  font-size: 1rem;
  font-family: "Jomolhari", serif;
  letter-spacing: 0.016em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business .service-list__en {
    letter-spacing: 0.19em;
  }
}
#page-home main .sec-business .service-list__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin-top: 3px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business .service-list__title {
    font-size: 1.6rem;
    line-height: 1.45;
  }
}
#page-home main .sec-business .service .health {
  width: 66px;
}
#page-home main .sec-business .service .recruit {
  width: 50px;
}
#page-home main .sec-business .service .itsubsidy {
  width: 85px;
}
#page-home main .sec-business .service .electronic {
  width: 42px;
}
#page-home main .sec-business .service .delivery {
  width: 70px;
}
#page-home main .sec-business .service .adoperation {
  width: 78px;
}
#page-home main .sec-business .service .internet {
  width: 70px;
}
#page-home main .sec-business .button-red {
  margin: 100px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-business .button-red {
    margin: 60px auto 0;
  }
}
#page-home main .service-line {
  position: relative;
  margin-top: -39px;
}
@media screen and (max-width: 800px) {
  #page-home main .service-line {
    margin-top: -33px;
  }
}
#page-home main .sec-news {
  max-width: 1280px;
  width: 90%;
  margin: 129px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news {
    width: 100%;
    margin: 49px auto 0;
    padding: 0 25px;
  }
}
#page-home main .sec-news .title h2 {
  color: #fff;
  background-color: #222426;
}
#page-home main .sec-news .title h2 span {
  letter-spacing: 0;
}
#page-home main .sec-news .title .label {
  color: #fff;
  background-color: #222426;
}
#page-home main .sec-news__contents {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news__contents {
    display: block;
    margin-top: 24px;
  }
}
#page-home main .sec-news__left {
  width: 313px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news__left {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news__left .cat-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px 20px;
  }
}
#page-home main .sec-news__left .cat-list li {
  position: relative;
  padding-left: 23px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news__left .cat-list li {
    padding-left: 18px;
  }
}
#page-home main .sec-news__left .cat-list li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #222426;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-home main .sec-news__left .cat-list li + li {
  margin-top: 18px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news__left .cat-list li + li {
    margin-top: unset;
  }
}
#page-home main .sec-news__left .cat-list .current::before {
  width: 9px;
  height: 9px;
  background-color: #AD292E;
  left: -2px;
}
#page-home main .sec-news__left .cat-list .current a {
  color: #AD292E;
}
#page-home main .sec-news__left .button-red {
  margin-top: 70px;
}
#page-home main .sec-news__right {
  width: calc(100% - 313px - 12%);
  margin-left: 12%;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news__right {
    width: 100%;
    margin-left: unset;
  }
}
#page-home main .sec-news .news li {
  position: relative;
}
#page-home main .sec-news .news li + li {
  border-top: 1px solid rgba(34, 36, 38, 0.3137254902);
}
#page-home main .sec-news .news li::after {
  content: "";
  background: url(../img/right-arrow-bl.png) center center no-repeat;
  width: 70px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 47%;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news li::after {
    content: none;
  }
}
#page-home main .sec-news .news li:last-child a {
  padding-bottom: 0;
}
#page-home main .sec-news .news a {
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page-home main .sec-news .news-thumb {
  width: 200px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news-thumb {
    width: 120px;
    height: 92px;
    margin-top: 10px;
  }
}
#page-home main .sec-news .news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/153;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news-thumb img {
    aspect-ratio: 120/92;
  }
}
#page-home main .sec-news .news-detail {
  width: calc(100% - 200px - 54px);
  margin-left: 54px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news-detail {
    width: calc(100% - 137px);
    margin-left: 18px;
  }
}
#page-home main .sec-news .news-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news-head {
    display: block;
    margin-top: 0;
  }
}
#page-home main .sec-news .news-head .date {
  color: #AD292E;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news-head .date {
    font-size: 1.2rem;
  }
}
#page-home main .sec-news .news-head .cat {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news-head .cat {
    margin-left: unset;
    margin-top: 5px;
  }
}
#page-home main .sec-news .news-head .cat li {
  background-color: #222426;
  border-radius: 17px;
  padding: 2px 14px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
#page-home main .sec-news .news-head .cat li::after {
  content: unset;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news-head .cat li {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
}
#page-home main .sec-news .news-head .cat li + li {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news-head .cat li + li {
    margin-left: 6px;
  }
}
#page-home main .sec-news .news h3 {
  margin-top: 15px;
  font-weight: 400;
  max-width: 380px;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .news h3 {
    margin-top: 7px;
    line-height: 1.7;
  }
}
#page-home main .sec-news .button-red {
  margin: 71px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-news .button-red {
    margin: 55px auto 0;
  }
}
#page-home main .sec-partner {
  margin-top: 237px;
  padding-top: 175px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner {
    margin-top: 90px;
  }
}
#page-home main .sec-partner::before {
  content: "";
  height: 62%;
  width: 62.5%;
  background: url(../img/top/partner01.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner::before {
    height: 170px;
    width: 80%;
  }
}
#page-home main .sec-partner::after {
  content: "";
  background: url(../img/top/partner02.jpg) center center no-repeat;
  height: 33.5%;
  width: 33.7%;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 17px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner::after {
    width: 200px;
    height: 114px;
    bottom: 117px;
  }
}
#page-home main .sec-partner__contents {
  max-width: 1020px;
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background-color: #393B3D;
  padding: 134px 140px 120px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner__contents {
    width: 81.5%;
    padding: 74px 29px 58px;
    margin: -105px auto 0;
  }
}
#page-home main .sec-partner__contents .title {
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner__contents .title {
    top: -26px;
  }
}
#page-home main .sec-partner__text {
  line-height: 2.8;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner__text {
    line-height: 2.4;
    letter-spacing: 0.16em;
  }
}
#page-home main .sec-partner .button-red {
  margin-top: 54px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner .button-red {
    margin: 37px auto 0;
    width: 86.5%;
  }
}
#page-home main .sec-partner__catch {
  font-size: min(7.5vw, 120px);
  color: #393B3D;
  font-family: "Jomolhari", serif;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  position: absolute;
  right: 26px;
  bottom: 160px;
  z-index: 80;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner__catch {
    font-size: 4.2rem;
    color: #C5C5C5;
    bottom: unset;
    top: -34px;
    letter-spacing: 0.19em;
    right: 0;
  }
}
#page-home main .sec-partner__bottom {
  font-family: "Jomolhari", serif;
  max-width: 1280px;
  width: 90%;
  margin: 60px auto 0;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner__bottom {
    margin-left: 25px;
    margin-top: -20px;
  }
}
#page-home main .sec-partner__bottom p {
  font-family: "Jomolhari", serif;
  font-size: 5.6rem;
  color: #222426;
  border-bottom: 1px solid #393B3D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-partner__bottom p {
    font-size: 2.4rem;
    letter-spacing: 0.16em;
    line-height: 1.56;
  }
}
#page-home main .sec-recruit {
  background: url(../img/top/recruit-back.png) center center no-repeat;
  background-size: cover;
  padding: 243px 0 233px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-recruit {
    padding: 120px 0 95px;
  }
}
#page-home main .sec-recruit__inner {
  width: 90%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-recruit__inner {
    width: 100%;
    display: block;
  }
}
#page-home main .sec-recruit__detail {
  margin-top: 103px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-recruit__detail {
    margin-top: 0;
    padding: 0 25px;
  }
}
#page-home main .sec-recruit .title h2 {
  background-color: #222426;
  color: #fff;
}
#page-home main .sec-recruit .title .label {
  background-color: #222426;
  color: #fff;
}
#page-home main .sec-recruit__text {
  margin-top: 60px;
  line-height: 2.8;
  color: #222426;
  font-weight: 300;
  max-width: 640px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-recruit__text {
    margin-top: 30px;
    line-height: 2.36;
  }
}
#page-home main .sec-recruit .button-red {
  margin-top: 55px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-recruit .button-red {
    width: 86.5%;
    margin: 60px auto 0;
  }
}
#page-home main .sec-recruit__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-recruit__image {
    width: 100%;
    margin-top: 48px;
  }
}
#page-home main .sec-recruit .recruit-line {
  margin-top: 0;
  bottom: -10px;
  position: absolute;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-recruit .recruit-line {
    bottom: -37px;
  }
}

#page-company main {
  background-color: #222426;
  color: #fff;
}
#page-company main .catch {
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.9rem;
  line-height: 1.3;
  width: 90%;
  margin: -41px auto 0;
  font-size: min(5.625vw, 90px);
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-company main .catch {
    font-size: 3.4rem;
    margin: -60px auto 0;
    letter-spacing: 0.33rem;
    line-height: 1.26;
  }
}
#page-company main .catch span {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
#page-company main .sec-message {
  max-width: 1280px;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin: 130px auto 0;
  color: #222426;
  padding: min(8.4375vw, 135px) min(8.4375vw, 135px) min(7.8125vw, 125px) min(8.75vw, 140px);
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message {
    margin: 38px auto 0;
    padding: 42px 30px;
    width: 86.5%;
  }
}
#page-company main .sec-message .message {
  margin-top: 90px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message .message {
    margin-top: 50px;
  }
}
#page-company main .sec-message .message-head {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.16em;
  font-weight: 400;
  font-size: 2.8rem;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message .message-head {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.26em;
  }
}
#page-company main .sec-message .message-contents {
  margin-top: 45px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message .message-contents {
    margin-top: 20px;
  }
}
#page-company main .sec-message .message-contents p {
  letter-spacing: 0.16em;
  line-height: 2.8;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message .message-contents p {
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
#page-company main .sec-message .message-contents p + p {
  margin-top: 32px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message .message-contents p + p {
    margin-top: 19px;
  }
}
#page-company main .sec-overview {
  margin: 138px auto 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview {
    margin: 74px auto 0;
    padding: 0 25px;
  }
}
#page-company main .sec-overview::after {
  content: "";
  background: url(../img/company/line.png) center center no-repeat;
  width: 365px;
  height: 518px;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -45px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview::after {
    background: url(../img/company/line-sp.png) center center no-repeat;
    background-size: cover;
    width: 145px;
    height: 225px;
    bottom: unset;
    top: 0;
    left: unset;
    right: 0;
  }
}
#page-company main .sec-overview__inner {
  max-width: 1280px;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__inner {
    display: block;
    width: 100%;
  }
}
#page-company main .sec-overview__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-company main .sec-overview__table {
  max-width: 720px;
  width: 60%;
  text-align: left;
  position: relative;
  z-index: 60;
  margin-top: 17px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table {
    width: 100%;
    margin: 40px auto 0;
  }
}
#page-company main .sec-overview__table .table {
  display: block;
  width: 100%;
}
#page-company main .sec-overview__table .table tbody {
  width: 100%;
  display: block;
}
#page-company main .sec-overview__table tr {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.8;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table tr {
    padding: 29px 15px 31px 36px;
    display: block;
  }
}
#page-company main .sec-overview__table .last {
  border-bottom: 1px solid #fff;
}
#page-company main .sec-overview__table th {
  width: 189px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table th {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1;
  }
}
#page-company main .sec-overview__table td {
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table td {
    display: block;
    margin-top: 13px;
    line-height: 1;
  }
}
#page-company main .sec-overview__table td a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table td a {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
}
#page-company main .sec-overview__table td a::after {
  top: 60%;
}
#page-company main .sec-overview__table .lh-2 {
  line-height: 2.3;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table .lh-2 {
    line-height: 2;
  }
}
#page-company main .line-image {
  margin-top: 208px;
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 800px) {
  #page-company main .line-image {
    margin-top: 75px;
  }
}
#page-company main .sec-location {
  margin: 197px auto 0;
  padding-bottom: 207px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location {
    padding: 71px 25px 80px;
    margin: 0 auto;
  }
}
#page-company main .sec-location::after {
  content: "";
  background: url(../img/company/logo-line.png) center center no-repeat;
  width: 698px;
  height: 574px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location::after {
    background: url(../img/company/logo-line-sp.png) center center no-repeat;
    width: 284px;
    height: 335px;
    background-size: contain;
    bottom: 226px;
  }
}
#page-company main .sec-location__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location__inner {
    width: 100%;
  }
}
#page-company main .sec-location .location {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  font-weight: 300;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location .location {
    display: block;
    margin-top: 60px;
    padding: 0 45px;
  }
}
#page-company main .sec-location .location-adress {
  margin-top: 19px;
  line-height: 2.1;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location .location-adress {
    margin-top: 12px;
    line-height: 2;
  }
}
#page-company main .sec-location .location-link {
  margin-top: 29px;
  color: #fff;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location .location-link {
    margin-top: 17px;
  }
}
#page-company main .sec-location li {
  width: calc(33.3333333333% - 65px);
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location li {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location li + li {
    margin-top: 80px;
  }
}
#page-company main .sec-location h3 {
  margin-top: 37px;
  font-size: 2.6rem;
  font-family: "Jomolhari", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location h3 {
    margin-top: 23px;
    font-size: 2rem;
    letter-spacing: 0.25em;
  }
}

#page-business main .p-top__title h2 {
  letter-spacing: 0.15em;
}
#page-business main .sec-about {
  margin: 0 auto;
  padding: 153px 0 144px;
  position: relative;
  background-color: #222426;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about {
    padding: 73px 0 70px;
  }
}
#page-business main .sec-about::after {
  content: "";
  background: url(../img/business/line-des.png) center center no-repeat;
  width: 934px;
  height: 1097px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -186px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about::after {
    background: url(../img/business/line-des-sp.png) center center no-repeat;
    background-size: contain;
    width: 323px;
    height: 425px;
    top: -172px;
  }
}
#page-business main .sec-about__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about__inner {
    width: 100%;
    padding: 0 25px;
  }
}
#page-business main .sec-about__read {
  margin-top: 90px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about__read {
    margin-top: 50px;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
  }
}
#page-business main .sec-about__text {
  margin-top: 47px;
  line-height: 2.8;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about__text {
    margin-top: 21px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
#page-business main .sec-product {
  position: relative;
  padding: 152px 0 0;
  margin-bottom: 200px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product {
    padding: 75px 0 0;
    margin-bottom: 100px;
  }
}
#page-business main .sec-product::before {
  content: "";
  background: url(../img/business/product-back.png) center center no-repeat;
  width: 100%;
  height: 800px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product::before {
    background: url(../img/business/product-back-sp.png) center center no-repeat;
    width: 100%;
    height: 800px;
    background-size: cover;
  }
}
#page-business main .sec-product h2 {
  letter-spacing: 0.17em;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product h2 {
    font-size: 2.6rem;
    letter-spacing: 0.13em;
  }
}
#page-business main .sec-product__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product__inner {
    width: 100%;
    padding: 0 25px;
  }
}
#page-business main .sec-product__read {
  margin-top: 90px;
  letter-spacing: 0.16em;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product__read {
    margin-top: 50px;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0.14em;
  }
}
#page-business main .sec-product__text {
  margin-top: 46px;
  line-height: 2.8;
  margin-bottom: 104px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product__text {
    margin-top: 19px;
    line-height: 2;
    letter-spacing: 0.19rem;
    margin-bottom: 42px;
  }
}
#page-business main .sec-product .product-list {
  border: 1px solid #C5C5C5;
  height: 390px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 72px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product .product-list {
    height: unset;
    padding: 38px 39px 32px;
    display: block;
  }
}
#page-business main .sec-product .product-list + .product-list {
  border-top: none;
}
#page-business main .sec-product .product-list__image {
  width: 25%;
  margin-right: 72px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product .product-list__image {
    width: 180px;
    margin: 25px auto 0;
  }
}
#page-business main .sec-product .product-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 260/230;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product .product-list__image img {
    aspect-ratio: 180/125;
  }
}
#page-business main .sec-product .product-list__contents {
  width: 74%;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product .product-list__contents {
    width: 100%;
  }
}
#page-business main .sec-product .product-list__label {
  font-size: 1.4rem;
  font-family: "Jomolhari", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product .product-list__label {
    font-size: 1rem;
  }
}
#page-business main .sec-product .product-list h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 3px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product .product-list h3 {
    font-size: 2rem;
    margin-top: 0;
    letter-spacing: 0.15em;
  }
}
#page-business main .sec-product .product-list__text {
  margin-top: 33px;
  line-height: 2;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product .product-list__text {
    margin-top: 30px;
    line-height: 2;
    letter-spacing: 0.01em;
  }
}
#page-business main .sec-product .product-list__text a {
  display: inline-block;
  word-wrap: break-word;
}
#page-business main .sec-product .product-list__text + a {
  margin-top: 20px;
  font-size: 1.5rem;
  font-family: "Jomolhari", serif;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-product .product-list__text + a {
    font-size: 1.4rem;
    white-space: nowrap;
    margin-top: 18px;
  }
}

#page-blog main .p-top {
  padding-bottom: 247px;
}
@media screen and (max-width: 800px) {
  #page-blog main .p-top {
    padding-bottom: 223px;
  }
}
#page-blog main .p-top__img {
  max-width: 716px;
  height: 694px;
  width: 100%;
  position: absolute;
  right: 0;
  top: -168px;
}
@media screen and (max-width: 800px) {
  #page-blog main .p-top__img {
    height: 431px;
    top: -17px;
    right: 7px;
  }
}
#page-blog main .p-top__title {
  width: unset;
  margin-top: unset;
}
#page-blog main .p-top__contents {
  margin: 0 0 0 auto;
  padding-top: 253px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-blog main .p-top__contents {
    padding-top: 66px;
  }
}
#page-blog main .sec-news {
  max-width: 1280px;
  width: 90%;
  margin: 159px auto 198px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news {
    margin: 50px auto 100px;
    width: 100%;
    padding: 0 25px;
  }
}
#page-blog main .sec-news .cat,
#page-blog main .sec-news .year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .cat,
  #page-blog main .sec-news .year {
    display: block;
  }
}
#page-blog main .sec-news .cat .label,
#page-blog main .sec-news .year .label {
  font-family: "Jomolhari", serif;
  margin-right: 16px;
  width: 129px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .cat .label,
  #page-blog main .sec-news .year .label {
    font-size: 1.4rem;
    width: unset;
    margin: unset;
    text-align: left;
    letter-spacing: 0.2em;
  }
}
#page-blog main .sec-news .cat-list,
#page-blog main .sec-news .year-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .cat-list,
  #page-blog main .sec-news .year-list {
    gap: 10px 9px;
    margin-top: 10px;
  }
}
#page-blog main .sec-news .cat-list a,
#page-blog main .sec-news .year-list a {
  padding: 2px 21px;
  color: #fff;
  font-weight: 500;
  background-color: #222426;
  border: 1px solid #222426;
  border-radius: 17px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .cat-list a,
  #page-blog main .sec-news .year-list a {
    font-size: 1.4rem;
    padding: 1px 13px;
    letter-spacing: 0.06em;
  }
}
#page-blog main .sec-news .cat .culent a,
#page-blog main .sec-news .year .culent a {
  background-color: #AD292E;
  border: 1px solid #AD292E;
}
#page-blog main .sec-news .year {
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .year {
    margin-top: 29px;
  }
}
#page-blog main .sec-news .news {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 8%;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news {
    margin-top: 60px;
    gap: 40px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#page-blog main .sec-news .news-list {
  width: 27.9333333333%;
  position: relative;
  padding-bottom: 50px;
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news-list {
    width: calc(50% - 10px);
    padding-bottom: 25px;
    margin: unset;
  }
}
#page-blog main .sec-news .news-list::after {
  content: "";
  background: url(../img/right-arrow-bl.png) center center no-repeat;
  width: 80px;
  height: 14px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news-list::after {
    width: 61px;
    height: 13px;
  }
}
#page-blog main .sec-news .news-list h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 26px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news-list h3 {
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.16em;
  }
}
#page-blog main .sec-news .news-thumbnail {
  width: 100%;
  height: 275px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news-thumbnail {
    height: 116px;
  }
}
#page-blog main .sec-news .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/275;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news-thumbnail img {
    aspect-ratio: 152/116;
  }
}
#page-blog main .sec-news .news-head {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news-head {
    display: block;
    margin-top: 11px;
    letter-spacing: 0.05em;
  }
}
#page-blog main .sec-news .news .date {
  font-family: "Jomolhari", serif;
  color: #AD292E;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news .date {
    font-size: 1.2rem;
  }
}
#page-blog main .sec-news .news .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 28px;
  margin-top: -2px;
  gap: 5px 10px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news .cat {
    margin-top: 4px;
    margin-left: unset;
    gap: 7px;
  }
}
#page-blog main .sec-news .news .cat li {
  font-size: 1.4rem;
  border: 1px solid #222426;
  background-color: #222426;
  color: #fff;
  width: unset;
  margin: unset;
  border-radius: 17px;
  padding: 1px 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news .news .cat li {
    font-size: 1.2rem;
    padding: 3px 5px;
    margin: unset;
    line-height: 1;
  }
}
#page-blog main .sec-news__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 138px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news__number {
    margin: 60px auto 0;
  }
}
#page-blog main .sec-news__number li {
  font-family: "Jomolhari", serif;
  font-size: 2.2rem;
  margin: 0 23px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news__number li {
    font-size: 1.8rem;
    margin: 0 15px;
  }
}
#page-blog main .sec-news__number .culent {
  width: 45px;
  height: 45px;
  background-color: #AD292E;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  margin: 0 15px;
}
@media screen and (max-width: 800px) {
  #page-blog main .sec-news__number .culent {
    width: 36px;
    height: 36px;
    padding-top: 3px;
  }
}
#page-blog main .sec-news__number .dotted {
  line-height: 1;
  margin-top: -10px;
}

#page-blog-detail main .p-top {
  padding-top: 150px;
  background: unset;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .p-top {
    padding-top: 88px;
    padding-bottom: 0;
  }
}
#page-blog-detail main .sec-detail {
  max-width: 1280px;
  width: 90%;
  margin: 65px auto 190px;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail {
    margin: 97px auto 91px;
    width: 100%;
    padding: 0 25px;
  }
}
#page-blog-detail main .sec-detail__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__top {
    display: block;
  }
}
#page-blog-detail main .sec-detail__top .date {
  font-family: "Jomolhari", serif;
  color: #AD292E;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__top .date {
    font-size: 1.4rem;
    letter-spacing: 0.13em;
    line-height: 1.8;
  }
}
#page-blog-detail main .sec-detail__top .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__top .cat {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
#page-blog-detail main .sec-detail__top .cat li {
  font-size: 1.4rem;
  border: 1px solid #222426;
  background-color: #222426;
  color: #fff;
  width: unset;
  margin: unset;
  border-radius: 20px;
  padding: 8px 15px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__top .cat li {
    padding: 6px 15px;
    margin: unset;
  }
}
#page-blog-detail main .sec-detail__top .cat li + li {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__top .cat li + li {
    margin-left: 8px;
  }
}
#page-blog-detail main .sec-detail .title {
  margin-top: 52px;
  font-size: 2.8rem;
  padding-bottom: 56px;
  letter-spacing: 0.16em;
  border-bottom: 1px solid #C5C5C5;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail .title {
    font-size: 2.2rem;
    margin-top: 27px;
    line-height: 1.6;
    padding-bottom: 32px;
  }
}
#page-blog-detail main .sec-detail img {
  width: 100%;
  height: 500px;
  -o-object-fit: fill;
     object-fit: fill;
  aspect-ratio: 860/500;
  margin: 90px auto 0;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail img {
    margin: 49px auto 0;
    height: 189px;
    aspect-ratio: 325/189;
  }
}
#page-blog-detail main .sec-detail__inner {
  max-width: 860px;
  width: 90%;
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__inner {
    width: 100%;
    margin: 50px auto 0;
    letter-spacing: 0.12em;
  }
}
#page-blog-detail main .sec-detail p {
  line-height: 2;
}
#page-blog-detail main .sec-detail h2 {
  font-size: 2.6rem;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail h2 {
    font-size: 2.2rem;
  }
}
#page-blog-detail main .sec-detail h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail h3 {
    font-size: 1.8rem;
  }
}
#page-blog-detail main .sec-detail ul {
  line-height: 2.2;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail ul {
    line-height: 1.62;
  }
}
#page-blog-detail main .sec-detail__links {
  max-width: 1280px;
  width: 90%;
  margin: 107px auto 0;
  padding-top: 86px;
  border-top: 1px solid #C5C5C5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__links {
    width: 100%;
    margin: 2px auto 0;
    padding-top: 50px;
  }
}
#page-blog-detail main .sec-detail__links a {
  font-size: 2.2rem;
  font-family: "Jomolhari", serif;
  position: relative;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__links a {
    font-size: 1.8rem;
  }
}
#page-blog-detail main .sec-detail__links a + a {
  margin-left: 79px;
}
@media screen and (max-width: 800px) {
  #page-blog-detail main .sec-detail__links a + a {
    margin-left: 22px;
  }
}
#page-blog-detail main .sec-detail__links .prev {
  padding-left: 23px;
}
#page-blog-detail main .sec-detail__links .prev::after {
  content: "";
  background: url(../img/blog/right-arrow.png) center center no-repeat;
  width: 8px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-blog-detail main .sec-detail__links .next {
  padding-right: 20px;
}
#page-blog-detail main .sec-detail__links .next::after {
  content: "";
  background: url(../img/blog/left-arow.png) center center no-repeat;
  width: 8px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-blog-detail main .sec-detail__links .is-disabled {
  display: none;
}

#page-partner main .form-button {
  position: fixed;
  bottom: 60px;
  right: 58px;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  #page-partner main .form-button {
    right: 25px;
    bottom: 82px;
  }
}
#page-partner main .form-button a {
  width: 160px;
  height: 160px;
  background-color: #AD292E;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-partner main .form-button a {
    width: 84px;
    height: 84px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
#page-partner main .form-button .image {
  width: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  #page-partner main .form-button .image {
    width: 16px;
  }
}
#page-partner main .form-button .arrow {
  width: 32px;
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #page-partner main .form-button .arrow {
    width: 17px;
  }
}
#page-partner main .sec-philosophy {
  position: relative;
  padding-top: 160px;
}
#page-partner main .sec-philosophy__back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-philosophy__back {
    height: 155px;
  }
  #page-partner main .sec-philosophy__back img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 375/155;
  }
}
#page-partner main .sec-philosophy__contents {
  max-width: 1120px;
  width: 90%;
  background-color: #AD292E;
  color: #fff;
  padding: 135px 0 123px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-philosophy__contents {
    width: 93%;
    margin: -80px auto 0 0;
    padding: 73px 25px 70px;
  }
}
#page-partner main .sec-philosophy__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#page-partner main .sec-philosophy__read {
  margin-top: 90px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.78;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-philosophy__read {
    font-size: 2.2rem;
    line-height: 1.59;
    letter-spacing: 0.16em;
    margin-top: 42px;
  }
}
#page-partner main .sec-philosophy__text {
  margin-top: 48px;
  line-height: 2.8;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-philosophy__text {
    margin-top: 21px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
#page-partner main .sec-philosophy__image {
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-philosophy__image {
    padding: 14px;
  }
}
#page-partner main .sec-philosophy__image::before {
  content: "";
  width: 70%;
  height: 780px;
  background-color: #F3F3F3;
  position: absolute;
  top: -320px;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-philosophy__image::before {
    height: 600px;
    width: 86%;
    top: -205px;
  }
}
#page-partner main .sec-philosophy__map {
  max-width: 1015px;
  width: 90%;
  margin: 160px auto 0;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-philosophy__map {
    width: 100%;
    margin: 47px auto 0;
  }
}
#page-partner main .sec-requirements {
  margin: 158px auto 0;
  background-color: #222426;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements {
    margin: 126px auto 0;
  }
}
#page-partner main .sec-requirements__inner {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  padding: 155px 0 200px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__inner {
    width: 100%;
    padding: 73px 25px 83px;
  }
}
#page-partner main .sec-requirements__inner h2 {
  text-align: center;
}
#page-partner main .sec-requirements__inner .title-label {
  text-align: center;
}
#page-partner main .sec-requirements__table {
  margin: 92px auto 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__table {
    margin: 40px auto 0;
  }
}
#page-partner main .sec-requirements__table div {
  padding: 25px 30px 27px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__table div {
    padding: 24px 25px 25px 35px;
  }
}
#page-partner main .sec-requirements__table div p {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__table div p {
    letter-spacing: 0.17em;
    line-height: 1.8;
  }
}
#page-partner main .sec-requirements__table .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__table .flex {
    display: block;
  }
}
#page-partner main .sec-requirements__table dt {
  width: 160px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__table dt {
    width: 100%;
  }
}
#page-partner main .sec-requirements__table dd {
  width: calc(100% - 160px);
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__table dd {
    width: 100%;
    margin-top: 3px;
  }
}
#page-partner main .sec-requirements__table ul {
  margin-top: 12px;
  margin-left: 50px;
  font-weight: 400;
  line-height: 2.1;
  padding-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__table ul {
    margin-left: unset;
    font-weight: unset;
    margin-top: 15px;
  }
}
#page-partner main .sec-requirements__table ul li {
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements__table ul li {
    padding-left: 15px;
    line-height: 1.7;
    letter-spacing: 0.16em;
  }
  #page-partner main .sec-requirements__table ul li + li {
    margin-top: 6px;
  }
}
#page-partner main .sec-requirements__table ul li::before {
  content: "・";
  position: absolute;
  left: -4px;
}
#page-partner main .sec-requirements .sec-flow {
  margin-top: 111px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements .sec-flow {
    margin-top: 44px;
    letter-spacing: 0.18em;
  }
}
#page-partner main .sec-requirements .sec-flow h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements .sec-flow h3 {
    font-size: 1.8rem;
  }
}
#page-partner main .sec-requirements .sec-flow__list {
  margin-top: 36px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements .sec-flow__list {
    margin-top: 14px;
  }
}
#page-partner main .sec-requirements .sec-flow li {
  background-color: #393B3D;
  padding: 52px 78px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements .sec-flow li {
    padding: 36px 30px 30px;
  }
}
#page-partner main .sec-requirements .sec-flow li + li {
  margin-top: 65px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements .sec-flow li + li {
    margin-top: 52px;
  }
}
#page-partner main .sec-requirements .sec-flow li + li::before {
  content: "";
  background: url(../img/partner/partner-down-arrow.png) center center no-repeat;
  width: 35px;
  height: 25px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -42px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements .sec-flow li + li::before {
    top: -36px;
  }
}
#page-partner main .sec-requirements .sec-flow li h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements .sec-flow li h4 {
    font-size: 1.6rem;
  }
}
#page-partner main .sec-requirements .sec-flow__text {
  margin-top: 19px;
  line-height: 2;
  position: relative;
  z-index: 50;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-requirements .sec-flow__text {
    margin-top: 12px;
  }
}
#page-partner main .sec-requirements .sec-flow .num {
  color: #222426;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  font-weight: 500;
  position: absolute;
  right: -5px;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  z-index: 0;
  letter-spacing: 0.16em;
}
#page-partner main .sec-requirements .sec-flow .num span {
  font-size: 7rem;
}
#page-partner main .sec-material {
  margin-top: 182px;
  margin-bottom: 198px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material {
    margin-top: 68px;
    margin-bottom: 0;
  }
}
#page-partner main .sec-material h2 {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material h2 {
    font-size: 2.6rem;
  }
}
#page-partner main .sec-material__read {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 24px;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__read {
    margin-top: 18px;
  }
}
#page-partner main .sec-material__read span {
  color: #AD292E;
}
#page-partner main .sec-material__form {
  max-width: 915px;
  width: 90%;
  margin: 52px auto 0;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form {
    margin: 10px auto 98px;
    padding: 0 3px;
  }
}
#page-partner main .sec-material__form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 0;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .item {
    display: block;
    padding: 10px 0;
  }
}
#page-partner main .sec-material__form .item span {
  font-size: 1.2rem;
  vertical-align: super;
  color: #AD292E;
}
#page-partner main .sec-material__form .item .label {
  width: 200px;
  text-align: right;
  margin-right: 20px;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .item .label {
    width: 100%;
    text-align: left;
    margin-right: unset;
    font-size: 1.6rem;
    letter-spacing: 0.19em;
  }
}
#page-partner main .sec-material__form .doui {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -11px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .doui {
    padding: 0;
    margin-top: 6px;
  }
}
#page-partner main .sec-material__form .doui .input-box {
  margin: 0 auto;
}
#page-partner main .sec-material__form .doui .input-box input {
  height: auto;
  margin-top: 25px;
}
#page-partner main .sec-material__form .doui .check {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #F7F7F7;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .doui .check {
    width: 16px;
    height: 16px;
  }
}
#page-partner main .sec-material__form .doui p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .doui p {
    font-size: 1.4rem;
    margin-left: 3px;
  }
}
#page-partner main .sec-material__form .doui p a {
  display: inline;
  color: #404040;
  border-bottom: 1px solid #404040;
  padding-bottom: 3px;
}
#page-partner main .sec-material__form .input-box {
  width: 660px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .input-box {
    margin-top: 8px;
    width: 100%;
  }
}
#page-partner main .sec-material__form .input-box input {
  width: 100%;
  height: 65px;
  padding: 0 20px;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 0 15px;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .input-box input {
    height: 50px;
  }
}
#page-partner main .sec-material__form .input-box input::-webkit-input-placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box input::-moz-placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box input:-ms-input-placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box input::-ms-input-placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box input::placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box select {
  width: 100%;
  height: 45px;
  height: 55px;
  padding: 0 20px;
  background-color: #F7F7F7;
  border-radius: 4px;
  font-weight: 300;
}
#page-partner main .sec-material__form .input-box .select {
  position: relative;
}
#page-partner main .sec-material__form .input-box .select::after {
  content: "";
  background: url(/img/contact/down-arrow.png) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-partner main .sec-material__form .input-box .detail {
  font-size: 1.2rem;
  margin-top: 8px;
}
#page-partner main .sec-material__form .input-box textarea {
  width: 100%;
  height: 260px;
  padding: 15px 20px;
  background-color: #F7F7F7;
  border-radius: 4px;
}
#page-partner main .sec-material__form .input-box textarea::-webkit-input-placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box textarea::-moz-placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box textarea:-ms-input-placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box textarea::-ms-input-placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .input-box textarea::placeholder {
  color: #C0C0C0;
}
#page-partner main .sec-material__form .submit {
  max-width: 400px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  margin: 62px auto 0;
  text-align: center;
  position: relative;
}
#page-partner main .sec-material__form .submit::after {
  content: "";
  width: 12px;
  height: 16px;
  background: url(/img/right-arrow-w.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .submit::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .submit {
    margin: 60px auto 0;
    max-width: 100%;
  }
}
#page-partner main .sec-material__form .submit .button {
  color: #fff;
  width: 100%;
  padding: 17px 12px 17px 0;
  letter-spacing: 0.16em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 2rem;
  background-color: #AD292E;
  border: 2px solid #AD292E;
}
#page-partner main .sec-material__form .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 130px auto 0;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .links {
    display: block;
  }
}
#page-partner main .sec-material__form .back {
  max-width: 150px;
  margin-bottom: 29px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .back {
    max-width: 280px;
    margin: 0 auto;
  }
}
#page-partner main .sec-material__form .back .back-button {
  border: 2px solid #000;
  color: #000;
  width: 100%;
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block !important;
}
@media screen and (max-width: 800px) {
  #page-partner main .sec-material__form .back .back-button {
    padding: 10px 0;
    margin: 0 auto;
  }
}
#page-partner main .sec-material__form .back .back-button:hover {
  background-color: #000;
  color: #fff;
}
#page-partner main .sec-material__thanks {
  margin-top: 60px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
}
#page-partner main .sec-material__thanks p + p {
  margin-top: 20px;
}
#page-partner main .confirm .item .label {
  margin-top: 0;
}
#page-partner main .confirm .submit {
  margin: 0 0 0 50px;
}

#page-recruit main .sec-philosophy {
  max-width: 1280px;
  width: 90%;
  margin: 178px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-philosophy {
    width: 100%;
    padding: 0 25px;
    margin: 73px auto 0;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-philosophy h2 {
    letter-spacing: 0.07em;
  }
}
#page-recruit main .sec-philosophy__image {
  width: 63%;
  margin-right: 9.4%;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-philosophy__image {
    margin: 33px auto 0;
    width: 82%;
  }
}
#page-recruit main .sec-philosophy__contents {
  margin-top: 15px;
}
#page-recruit main .sec-philosophy__text {
  font-family: "Noto Serif JP", serif;
  margin-top: 89px;
  font-size: 2.8rem;
  line-height: 1.78;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-philosophy__text {
    margin-top: 50px;
    font-size: 2.2rem;
    line-height: 1.59;
  }
}
#page-recruit main .sec-philosophy__detail {
  margin-top: 48px;
  line-height: 2.8;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-philosophy__detail {
    margin-top: 38px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
#page-recruit main .sec-voice {
  margin-top: 182px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice {
    margin-top: 70px;
  }
}
#page-recruit main .sec-voice__head {
  background-color: #222426;
  color: #fff;
  padding: 156px 0 298px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice__head {
    padding: 73px 25px 138px;
  }
}
#page-recruit main .sec-voice__head-inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice__head-inner {
    width: 100%;
  }
}
#page-recruit main .sec-voice__contents {
  max-width: 1280px;
  width: 90%;
  margin: -205px auto 0;
  background-color: #fff;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice__contents {
    padding-top: 50px;
    margin: -88px auto 0;
    width: 87%;
  }
}
#page-recruit main .sec-voice .voice {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 91px 63px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice .voice {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
}
#page-recruit main .sec-voice .voice li {
  width: calc(33.3333333333% - 42px);
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice .voice li {
    width: 100%;
  }
  #page-recruit main .sec-voice .voice li + li {
    margin-top: 54px;
  }
}
#page-recruit main .sec-voice .voice-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice .voice-title {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.17rem;
  }
}
#page-recruit main .sec-voice .voice-text {
  margin-top: 19px;
  line-height: 2;
  letter-spacing: 0.2rem;
  min-height: 221px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice .voice-text {
    margin-top: 19px;
    letter-spacing: 0.17rem;
    font-weight: 400;
    min-height: unset;
  }
}
#page-recruit main .sec-voice .voice-detail {
  padding-top: 21px;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice .voice-detail {
    margin-top: 19px;
  }
}
#page-recruit main .sec-voice .voice-label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice .voice-label {
    font-size: 1.2rem;
  }
}
#page-recruit main .sec-voice .voice-name {
  margin-top: -2px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice .voice-name {
    margin-top: 2px;
    font-size: 2rem;
  }
}
#page-recruit main .sec-voice .voice-name span {
  display: inline-block;
  margin-left: 18px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-voice .voice-name span {
    margin-left: 10px;
  }
}
#page-recruit main .line-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 194px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .line-swiper {
    margin-top: 74px;
  }
}
#page-recruit main .line-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#page-recruit main .line-swiper .swiper-slide {
  width: calc(28.5714285714% - 60px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  #page-recruit main .line-swiper .swiper-slide {
    height: 164px;
  }
}
#page-recruit main .line-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
}
#page-recruit main .sec-recruit {
  background-color: #222426;
  color: #fff;
  padding: 357px 0 160px;
  position: relative;
  margin-top: -162px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit {
    padding: 235px 25px 100px;
  }
}
#page-recruit main .sec-recruit::before {
  content: "";
  background: url(../img/recruit/circle01.png) center center no-repeat;
  width: 340px;
  height: 480px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 342px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit::before {
    background: url(../img/recruit/circle01-sp.png) center center no-repeat;
    background-size: contain;
    width: 160px;
    height: 260px;
    top: 292px;
  }
}
#page-recruit main .sec-recruit::after {
  content: "";
  background: url(../img/recruit/circle02.png) center center no-repeat;
  width: 236px;
  height: 374px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 380px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit::after {
    background: url(../img/recruit/circle02-sp.png) center center no-repeat;
    width: 130px;
    height: 326px;
    background-size: contain;
    bottom: 863px;
  }
}
#page-recruit main .sec-recruit__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__inner {
    width: 100%;
  }
}
#page-recruit main .sec-recruit h2 {
  text-align: center;
}
#page-recruit main .sec-recruit .title-label {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit .title-label {
    margin-bottom: 0;
  }
}
#page-recruit main .sec-recruit__detail {
  margin: 80px auto 0;
  max-width: 723px;
  width: 90%;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__detail {
    margin: 54px auto 0;
    width: 100%;
  }
}
#page-recruit main .sec-recruit__detail + .sec-recruit__detail {
  margin-top: 47px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__detail + .sec-recruit__detail {
    margin-top: 43px;
  }
}
#page-recruit main .sec-recruit__title {
  font-weight: 500;
}
#page-recruit main .sec-recruit__text {
  margin-top: 23px;
  line-height: 2.8;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__text {
    line-height: 2;
    margin-top: 21px;
  }
}
#page-recruit main .sec-recruit__table {
  max-width: 720px;
  width: 90%;
  margin: 84px auto 0;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__table {
    width: 100%;
    margin: 52px auto 0;
  }
}
#page-recruit main .sec-recruit__table div {
  padding: 25px 30px 20px 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__table div {
    padding: 22px 0 22px 35px;
  }
}
#page-recruit main .sec-recruit__table .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__table .flex {
    display: block;
  }
}
#page-recruit main .sec-recruit__table dt {
  width: 131px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__table dt {
    width: 100%;
    text-align: left;
  }
}
#page-recruit main .sec-recruit__table dd {
  font-weight: 300;
  margin-left: 57px;
  line-height: 2.1;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__table dd {
    width: 100%;
    margin-top: 0px;
    margin-left: unset;
  }
  #page-recruit main .sec-recruit__table dd .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #page-recruit main .sec-recruit__table dd .first {
    width: 131px;
  }
  #page-recruit main .sec-recruit__table dd .first + span {
    width: calc(100% - 131px);
  }
  #page-recruit main .sec-recruit__table dd .first02 {
    width: 342px;
  }
  #page-recruit main .sec-recruit__table dd .br span {
    display: block;
    margin-left: 80px;
  }
}
#page-recruit main .sec-recruit__table dd p + p {
  margin-top: 18px;
}
@media screen and (max-width: 800px) {
  #page-recruit main .sec-recruit__table dd p + p {
    margin-top: 21px;
    line-height: 2;
  }
}
#page-recruit main .sec-recruit__table .other p + p {
  margin-top: 0;
}
#page-recruit main .sec-recruit__table .other .mgt-25 {
  margin-top: 25px;
}
#page-recruit main .sec-recruit__table ul {
  margin-top: 18px;
  margin-left: 50px;
  font-weight: 400;
  line-height: 2;
  padding-left: 10px;
}
#page-recruit main .sec-recruit__table ul li {
  position: relative;
}
#page-recruit main .sec-recruit__table ul li::before {
  content: "・";
}

#page-contact main .p-top {
  padding-bottom: 247px;
}
@media screen and (max-width: 800px) {
  #page-contact main .p-top {
    padding-bottom: 223px;
  }
}
#page-contact main .p-top__img {
  max-width: 1090px;
  height: 648px;
  width: 100%;
  position: absolute;
  right: 0;
  top: -21px;
}
@media screen and (max-width: 800px) {
  #page-contact main .p-top__img {
    height: 431px;
    top: -17px;
    right: 7px;
  }
}
#page-contact main .p-top__title {
  width: unset;
  margin-top: unset;
}
#page-contact main .p-top__contents {
  margin: 0 0 0 auto;
  padding-top: 253px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact main .p-top__contents {
    padding-top: 66px;
  }
}
#page-contact main .sec-form {
  max-width: 1040px;
  width: 90%;
  margin: 140px auto 200px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form {
    margin: 60px auto 0;
    width: 100%;
    padding: 0 25px;
  }
}
#page-contact main .sec-form__text {
  text-align: center;
  line-height: 2.6;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__text {
    line-height: 2.18;
    letter-spacing: 0.07em;
  }
}
#page-contact main .sec-form__text + p {
  margin-top: 24px;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__text + p {
    margin-top: 19px;
  }
}
#page-contact main .sec-form__text + p span {
  color: #AD292E;
}
#page-contact main .sec-form__contents {
  width: 917px;
  width: 90%;
  margin: 85px auto 0;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents {
    margin: 36px auto 100px;
    width: 100%;
    padding: 0 5px;
  }
}
#page-contact main .sec-form__contents .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 0;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .item {
    display: block;
    padding: 14px 0 21px;
  }
}
#page-contact main .sec-form__contents .item span {
  font-size: 1.2rem;
  vertical-align: super;
  color: #AD292E;
}
#page-contact main .sec-form__contents .item .label {
  width: 200px;
  text-align: right;
  margin-right: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .item .label {
    width: 100%;
    text-align: left;
    margin-right: unset;
    margin-top: 0;
  }
}
#page-contact main .sec-form__contents .doui {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -11px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .doui {
    padding: 0;
    margin-top: -5px;
  }
}
#page-contact main .sec-form__contents .doui .input-box {
  margin: 0 auto;
}
#page-contact main .sec-form__contents .doui .input-box input {
  height: auto;
  margin-top: 25px;
}
#page-contact main .sec-form__contents .doui .check {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #F7F7F7;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .doui .check {
    width: 16px;
    height: 16px;
  }
}
#page-contact main .sec-form__contents .doui p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .doui p {
    font-size: 1.4rem;
    margin-left: 3px;
  }
}
#page-contact main .sec-form__contents .doui p a {
  display: inline;
  color: #404040;
  border-bottom: 1px solid #404040;
  padding-bottom: 3px;
}
#page-contact main .sec-form__contents .input-box {
  width: 660px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .input-box {
    margin-top: 6px;
    width: 100%;
  }
}
#page-contact main .sec-form__contents .input-box input {
  width: 100%;
  height: 65px;
  padding: 0 20px;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 0 15px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .input-box input {
    height: 50px;
  }
}
#page-contact main .sec-form__contents .input-box input::-webkit-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box input::-moz-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box input:-ms-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box input::-ms-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box input::placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box select {
  width: 100%;
  height: 45px;
  height: 55px;
  padding: 0 20px;
  background-color: #F7F7F7;
  border-radius: 4px;
  font-weight: 300;
}
#page-contact main .sec-form__contents .input-box .select {
  position: relative;
}
#page-contact main .sec-form__contents .input-box .select::after {
  content: "";
  background: url(../img/contact/down-arrow.png) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-contact main .sec-form__contents .input-box .detail {
  font-size: 1.2rem;
  margin-top: 8px;
}
#page-contact main .sec-form__contents .input-box textarea {
  width: 100%;
  height: 260px;
  padding: 15px 20px;
  background-color: #F7F7F7;
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .input-box textarea {
    height: 200px;
  }
}
#page-contact main .sec-form__contents .input-box textarea::-webkit-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box textarea::-moz-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box textarea:-ms-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box textarea::-ms-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .input-box textarea::placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form__contents .submit {
  max-width: 400px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  margin: 62px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .submit {
    margin: 60px auto 0;
    max-width: 100%;
  }
}
#page-contact main .sec-form__contents .submit::after {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/right-arrow-w.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 35%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .submit::after {
    width: 12px;
    height: 12px;
  }
}
#page-contact main .sec-form__contents .submit .button {
  color: #fff;
  width: 100%;
  padding: 17px 12px 17px 0;
  letter-spacing: 0.16em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 2rem;
  background-color: #AD292E;
  border: 2px solid #AD292E;
  position: relative;
}
#page-contact main .sec-form__contents .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 130px auto 0;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#page-contact main .sec-form__contents .back {
  max-width: 150px;
  margin-bottom: 29px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .back {
    max-width: 100%;
    margin: 0 auto;
  }
}
#page-contact main .sec-form__contents .back .back-button {
  border: 2px solid #000;
  color: #000;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents .back .back-button {
    padding: 10px 0;
    margin: 0 auto;
  }
}
#page-contact main .sec-form__contents .back .back-button:hover {
  background-color: #000;
  color: #fff;
}
#page-contact main .sec-form .confirm .item .label {
  margin-top: 0;
}
#page-contact main .sec-form .confirm .submit {
  margin: 0 0 0 50px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .confirm .submit {
    margin: 50px auto 0;
  }
}
#page-contact main .sec-form-thanks {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form-thanks {
    font-size: 1.4rem;
    margin-bottom: 100px;
  }
}
#page-contact main .sec-form-thanks p + p {
  margin-top: 30px;
}
#page-contact main .sec-form-thanks .button-red {
  margin: 100px auto 0;
}

#page-privacy main .p-top {
  background: none;
  padding-top: 150px;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  #page-privacy main .p-top {
    padding-top: 80px;
  }
}
#page-privacy main .p-top__title {
  margin-top: 243px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .p-top__title {
    width: 100%;
    position: relative;
    z-index: 50;
    margin-left: -10px;
    margin-top: 0;
  }
}
#page-privacy main .p-top__title h2 {
  color: #fff;
  padding: unset;
}
@media screen and (max-width: 800px) {
  #page-privacy main .p-top__title h2 {
    line-height: 1.5;
  }
}
#page-privacy main .p-top__title h2 span {
  background-color: #222426;
  padding: 17px 20px 10px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  #page-privacy main .p-top__title h2 span {
    display: block;
    padding: 1px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-privacy main .p-top__title h2 span + span {
  margin-left: -19px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .p-top__title h2 span + span {
    margin-left: unset;
  }
}
#page-privacy main .p-top__title .label {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
  display: block;
  background-color: #222426;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px 5px;
  color: #fff;
  margin-top: 9px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .p-top__title .label {
    font-size: 1.4rem;
    letter-spacing: 0.09em;
    padding: 0 10px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 800px) {
  #page-privacy main .p-top__contents {
    margin: 71px 0 0 auto;
  }
}
#page-privacy main .sec-privacy {
  max-width: 1280px;
  width: 90%;
  margin: 116px auto 198px;
  line-height: 2.8;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy {
    margin: 90px auto 88px;
    width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy__text {
    margin-top: 90px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
#page-privacy main .sec-privacy .item {
  margin-top: 88px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy .item {
    margin-top: 31px;
  }
}
#page-privacy main .sec-privacy .item + .item {
  margin-top: 95px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy .item + .item {
    margin-top: 35px;
  }
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy .item-contact {
    margin-top: 20px;
  }
}
#page-privacy main .sec-privacy .item-contact p {
  line-height: 2.2;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy .item-contact p + p {
    margin-top: 15px;
  }
}
#page-privacy main .sec-privacy h3 {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-bottom: 1px solid #222426;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.13em;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy h3 {
    font-size: 2rem;
    line-height: 2.2;
    letter-spacing: 0.15em;
  }
}
#page-privacy main .sec-privacy h3 span {
  font-size: 2.8rem;
  margin-right: 5px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy h3 span {
    font-size: 2.6rem;
    margin-right: 10px;
  }
}
#page-privacy main .sec-privacy h3 + * {
  margin-top: 44px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy h3 + * {
    margin-top: 30px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
#page-privacy main .sec-privacy ul {
  margin-top: 24px;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy ul {
    margin-top: 20px;
    line-height: 1.6;
  }
}
#page-privacy main .sec-privacy ul li {
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy ul li {
    letter-spacing: 0.17em;
  }
}
#page-privacy main .sec-privacy ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy ul li + li {
    margin-top: 15px;
  }
}
#page-privacy main .sec-privacy div {
  margin-top: 19px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy div {
    margin-top: 0px;
    line-height: 2;
  }
}
#page-privacy main .sec-privacy div p + p {
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  #page-privacy main .sec-privacy div p + p {
    margin-top: 35px;
  }
}
#page-privacy main .sec-privacy div a {
  display: inline-block;
  font-weight: 400;
  border-bottom: 1px solid #222426;
}
#page-privacy main .sec-privacy div span {
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */