@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600;700&family=Zen+Maru+Gothic:wght@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: 2;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #49413E;
  background: url(../img/bkimg.png) center center repeat;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 3.625vw;
  }
}

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

li {
  list-style-type: none;
}

a {
  color: #49413E;
  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;
}

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

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
header .header-inner {
  padding: 0 0 0 23px;
  width: 100%;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 800px) {
  header .header-inner {
    padding: 6vw 4.125vw 0 4.125vw;
  }
}
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;
  position: relative;
  z-index: 81;
}
header .header__logo {
  max-width: 245px;
  width: 30%;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  header .header__logo {
    max-width: 100%;
    width: 65vw;
  }
}
header .header__menu {
  width: 70%;
}
@media screen and (max-width: 800px) {
  header .header__menu .menu-btn {
    position: fixed;
    top: 6.25vw;
    right: 6.25vw;
    background: url(../img/menu-back.png) center center no-repeat;
    height: 12.625vw;
    width: 12.625vw;
    background-size: cover;
    border-radius: 50%;
    z-index: 90;
  }
  header .header__menu .menu-btn span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  header .header__menu .menu-btn span::before, header .header__menu .menu-btn span::after {
    content: "";
    display: block;
    height: 0.625vw;
    width: 3.875vw;
    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: 5vw;
  }
  header .header__menu .menu-btn span::after {
    bottom: 5vw;
  }
}
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 {
  top: 6vw;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::after {
  bottom: 6vw;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
header .header__menu #menu-btn-check:checked ~ .nav-menu {
  top: 0;
  /*メニューを画面内へ*/
}
header .header__menu #menu-btn-check {
  display: none;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    overflow: auto;
    top: -100vh;
    left: 0;
    z-index: 80;
    background: url(../img/back-menu.png) bottom center no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: cover;
  }
}
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;
    text-align: center;
    background: url(../img/menu.png) bottom center no-repeat;
    background-size: cover;
    padding: 35vw 35vw;
  }
}
header .header__menu .nav-menu ul li a {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul li a {
    font-size: 4.25vw;
    text-align: center;
  }
}
header .header__menu .nav-menu ul li + li {
  margin-left: 24px;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul li + li {
    margin-left: unset;
    margin-top: 20px;
  }
}
header .header__menu .nav-menu ul .contact {
  margin-left: 42px;
  width: 116px;
  height: 99px;
  background: url(../img/mail-back.png) center center no-repeat;
  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;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul .contact {
    background: unset;
    width: 100%;
    margin-left: unset;
    height: auto;
  }
}
header .header__menu .nav-menu ul .contact a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul .contact a {
    color: #49413E;
  }
}
header .header__menu .nav-menu ul .contact img {
  width: 32px;
  display: block;
  margin: 0 auto 8px;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul .contact img {
    display: none;
  }
}

footer {
  position: relative;
}
@media screen and (max-width: 800px) {
  footer::before {
    content: "";
    background: url(../img/contact03.png) center center no-repeat;
    width: 30.125vw;
    height: 27.5vw;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4.25vw;
  }
  footer::after {
    content: "";
    background: url(../img/contact04.png) center center no-repeat;
    width: 29.375vw;
    height: 37.75vw;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
}
footer .f-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 87px;
  padding-bottom: 20px;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  footer .f-inner {
    padding-top: 18.375vw;
    padding-bottom: 5vw;
  }
}
footer .f-inner::before {
  content: "";
  background: url(../img/footer01.png) center center no-repeat;
  width: 266px;
  height: 202px;
  background-size: contain;
  position: absolute;
  left: 13px;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  footer .f-inner::before {
    width: 31.75vw;
    height: 27.75vw;
    background-size: contain;
    bottom: 7.625vw;
    left: -3.5vw;
  }
}
footer .f-inner::after {
  content: "";
  background: url(../img/footer02.png) center center no-repeat;
  width: 340px;
  height: 354px;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  footer .f-inner::after {
    width: 43.5vw;
    height: 42.5vw;
    background-size: contain;
    overflow: hidden;
  }
}
footer .f-inner .copy {
  margin-top: 65px;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 80;
}
footer .f-contents {
  max-width: 870px;
  margin: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  footer .f-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer .logo {
  width: 245px;
}
@media screen and (max-width: 800px) {
  footer .logo {
    width: 64.375vw;
    margin: 13.875vw auto 0;
  }
}
footer ul {
  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) {
  footer ul {
    display: block;
    text-align: center;
  }
}
footer ul li + li {
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  footer ul li + li {
    margin-left: unset;
    margin-top: 7.875vw;
  }
}
footer ul a {
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 800px) {
  footer ul a {
    font-size: 4.25vw;
  }
}

#page-home footer .f-inner {
  padding-top: 0;
}

@-webkit-keyframes sway1 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
            transform: translateY(0px) translateX(0px) scale(1);
  }
  20% {
    -webkit-transform: translateY(-6px) translateX(3px) scale(1.01);
            transform: translateY(-6px) translateX(3px) scale(1.01);
  }
  40% {
    -webkit-transform: translateY(4px) translateX(-5px) scale(0.99);
            transform: translateY(4px) translateX(-5px) scale(0.99);
  }
  60% {
    -webkit-transform: translateY(-7px) translateX(2px) scale(1);
            transform: translateY(-7px) translateX(2px) scale(1);
  }
  80% {
    -webkit-transform: translateY(5px) translateX(-3px) scale(0.99);
            transform: translateY(5px) translateX(-3px) scale(0.99);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
            transform: translateY(0px) translateX(0px) scale(1);
  }
}

@keyframes sway1 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
            transform: translateY(0px) translateX(0px) scale(1);
  }
  20% {
    -webkit-transform: translateY(-6px) translateX(3px) scale(1.01);
            transform: translateY(-6px) translateX(3px) scale(1.01);
  }
  40% {
    -webkit-transform: translateY(4px) translateX(-5px) scale(0.99);
            transform: translateY(4px) translateX(-5px) scale(0.99);
  }
  60% {
    -webkit-transform: translateY(-7px) translateX(2px) scale(1);
            transform: translateY(-7px) translateX(2px) scale(1);
  }
  80% {
    -webkit-transform: translateY(5px) translateX(-3px) scale(0.99);
            transform: translateY(5px) translateX(-3px) scale(0.99);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
            transform: translateY(0px) translateX(0px) scale(1);
  }
}
@-webkit-keyframes sway2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
            transform: translateY(0px) translateX(0px) scale(1);
  }
  20% {
    -webkit-transform: translateY(-6px) translateX(6px) scale(1.02);
            transform: translateY(-6px) translateX(6px) scale(1.02);
  }
  40% {
    -webkit-transform: translateY(4px) translateX(-10px) scale(0.98);
            transform: translateY(4px) translateX(-10px) scale(0.98);
  }
  60% {
    -webkit-transform: translateY(-7px) translateX(4px) scale(1.01);
            transform: translateY(-7px) translateX(4px) scale(1.01);
  }
  80% {
    -webkit-transform: translateY(5px) translateX(-6px) scale(0.99);
            transform: translateY(5px) translateX(-6px) scale(0.99);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
            transform: translateY(0px) translateX(0px) scale(1);
  }
}
@keyframes sway2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
            transform: translateY(0px) translateX(0px) scale(1);
  }
  20% {
    -webkit-transform: translateY(-6px) translateX(6px) scale(1.02);
            transform: translateY(-6px) translateX(6px) scale(1.02);
  }
  40% {
    -webkit-transform: translateY(4px) translateX(-10px) scale(0.98);
            transform: translateY(4px) translateX(-10px) scale(0.98);
  }
  60% {
    -webkit-transform: translateY(-7px) translateX(4px) scale(1.01);
            transform: translateY(-7px) translateX(4px) scale(1.01);
  }
  80% {
    -webkit-transform: translateY(5px) translateX(-6px) scale(0.99);
            transform: translateY(5px) translateX(-6px) scale(0.99);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
            transform: translateY(0px) translateX(0px) scale(1);
  }
}
#page-home .p-main {
  position: relative;
}
#page-home .p-main::before {
  content: "";
  background: url(../img/main-top.png) center right no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 510px;
  height: 510px;
  position: absolute;
  top: -1px;
  right: 0;
  overflow: hidden;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-home .p-main::before {
    background: url(../img/main-top-sp.png) center right no-repeat;
    width: 63.75vw;
    height: 70vw;
    background-size: contain;
    top: -15vw;
    top: 0;
    z-index: 80;
    right: -2vw;
  }
}
#page-home .p-main::after {
  content: "";
  background: url(../img/main-top-bird.png) center right no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 184px;
  height: 195px;
  position: absolute;
  top: 145px;
  right: 105px;
  overflow: hidden;
  z-index: 0;
  -webkit-animation: sway1 8s infinite cubic-bezier(0.42, 0, 0.58, 1);
          animation: sway1 8s infinite cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 800px) {
  #page-home .p-main::after {
    width: 17.875vw;
    height: 18.875vw;
    background-size: contain;
    top: 22.5vw;
    right: 10vw;
    z-index: 80;
    -webkit-animation: sway2 8s infinite cubic-bezier(0.42, 0, 0.58, 1);
            animation: sway2 8s infinite cubic-bezier(0.42, 0, 0.58, 1);
  }
}
#page-home .p-main__inner {
  padding-top: 98px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__inner {
    padding-top: 17.5vw;
  }
}
#page-home .p-main__kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 56px 150px 0 auto;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__kv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
    width: 84.75vw;
    margin: 10vw auto 0;
  }
}
#page-home .p-main__title {
  position: relative;
  max-width: 386px;
  width: 60%;
  top: 60px;
  right: -16.7%;
  z-index: 81;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__title {
    position: static;
    margin-top: 6.5vw;
    text-align: left;
    max-width: 100%;
    width: 100%;
  }
}
#page-home .p-main__title h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 3.9rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__title h2 {
    font-size: 7.25vw;
  }
}
#page-home .p-main__title p {
  margin-top: 28px;
}
#page-home .p-main__title .sign {
  max-width: 367px;
  margin-top: 36px;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__title .sign {
    max-width: 100%;
    width: 69.75vw;
    margin: 5vw auto 0 0;
  }
}
#page-home .p-main__image {
  max-width: 100%;
  width: 900px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__image {
    width: 100%;
    position: relative;
    z-index: 0;
  }
}
#page-home .p-main__hear {
  position: fixed;
  bottom: 20px;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  -webkit-transition: bottom 0.2s ease-out;
  transition: bottom 0.2s ease-out;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__hear {
    display: none;
  }
}
#page-home .p-main__pod {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
#page-home .p-main__fix-read {
  text-align: center;
  margin-bottom: 10px;
}
#page-home .p-main__top {
  text-align: center;
  margin-top: 185px;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top {
    margin: 51.625vw auto 0;
    padding-top: 3.75vw;
  }
}
#page-home .p-main__top::after {
  content: "";
  background: url(../img/main-bottom.png) center right no-repeat;
  background-size: contain;
  width: 440px;
  height: 637px;
  position: absolute;
  bottom: -52px;
  left: -7px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top::after {
    background: url(../img/main-bottom-sp.png) center center no-repeat;
    width: 79.5vw;
    height: 67vw;
    background-size: contain;
    top: -57.5vw;
    left: -5px;
  }
}
#page-home .p-main__top::before {
  content: "";
  background: url(../img/main-bottom-bird.png) center right no-repeat;
  background-size: contain;
  width: 129px;
  height: 87px;
  position: absolute;
  top: -347px;
  left: 20px;
  z-index: 1;
  overflow: hidden;
  -webkit-animation: sway1 6s ease-in-out infinite;
          animation: sway1 6s ease-in-out infinite;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top::before {
    width: 18.125vw;
    height: 18.875vw;
    background-size: contain;
    top: -48.75vw;
    left: 13.75vw;
  }
}
#page-home .p-main__top h3 {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top h3 {
    font-size: 6.25vw;
  }
}
#page-home .p-main__top h3::before {
  content: "";
  background: url(../img/line-left.png) center center no-repeat;
  width: 14.5px;
  height: 27px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top h3::before {
    width: 3.75vw;
    height: 7.125vw;
    left: -6.25vw;
  }
}
#page-home .p-main__top h3::after {
  content: "";
  background: url(../img/line-right.png) center center no-repeat;
  width: 14.5px;
  height: 27px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -32px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top h3::after {
    width: 3.75vw;
    height: 7.125vw;
    right: -6.25vw;
  }
}
#page-home .p-main__top-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top-contents {
    display: block;
    margin: 5vw auto 0;
    width: 77.5vw;
    max-width: 100%;
  }
}
#page-home .p-main__top-prof {
  width: 288px;
  height: 74px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top-prof {
    width: 77.5vw;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
}
#page-home .p-main__top-prof a {
  display: block;
  width: 100%;
  height: 100%;
}
#page-home .p-main__top-salon {
  margin-left: 13px;
  width: 288px;
  height: 74px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top-salon {
    width: 77.5vw;
    max-width: 100%;
    margin: 2.625vw auto 0;
    height: auto;
  }
}
#page-home .p-main__top-salon a {
  display: block;
  width: 100%;
  height: 100%;
}
#page-home .p-main__top-salon .salon-arrow {
  margin-top: 7px;
  width: 295px;
  height: 58px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main__top-salon .salon-arrow {
    width: 77.5vw;
    height: 15.25vw;
    margin-top: 2.625vw;
  }
}
#page-home .p-main .sec-about {
  margin-top: 146px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about {
    margin: 18.125vw auto 0;
  }
}
#page-home .p-main .sec-about::before {
  content: "";
  background: url(../img/about01.png) center center no-repeat;
  width: 290px;
  height: 361px;
  background-size: contain;
  position: absolute;
  top: -32px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #page-home .p-main .sec-about::before {
    background: url(../img/about02-sp.png) center center no-repeat;
    width: 38.5vw;
    height: 47vw;
    background-size: contain;
    top: 22%;
    right: 0;
  }
}
#page-home .p-main .sec-about::after {
  content: "";
  background: url(../img/about02.png) center center no-repeat;
  width: 350px;
  height: 605px;
  background-size: contain;
  position: absolute;
  top: 185px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #page-home .p-main .sec-about::after {
    content: unset;
  }
}
#page-home .p-main .sec-about h2 {
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  padding-top: 70px;
  line-height: 1.9;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about h2 {
    font-size: 5.25vw;
    padding-top: 0;
  }
}
#page-home .p-main .sec-about h2::before {
  content: "";
  background: url(../img/dotted.png) center center no-repeat;
  width: 100%;
  max-width: 1200px;
  height: 4px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 70;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about h2::before {
    background: url(../img/about01-sp.png) center center no-repeat;
    background-size: contain;
    width: 27.5vw;
    height: 47.5vw;
    top: -8.125vw;
    left: 0;
    z-index: -1;
    -webkit-transform: unset;
            transform: unset;
  }
}
#page-home .p-main .sec-about__read {
  position: relative;
  z-index: 80;
  width: 100%;
  max-width: 1440px;
  margin: 51px auto 0;
  line-height: 2.05;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__read {
    margin: 10.5vw auto 0;
    width: 84.75vw;
    max-width: 100%;
  }
}
#page-home .p-main .sec-about__read p {
  position: relative;
  z-index: 80;
}
#page-home .p-main .sec-about__read p + p {
  margin-top: 34px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__read p + p {
    margin-top: 5vw;
  }
}
#page-home .p-main .sec-about__follow {
  margin: 46px auto 0;
  background-size: contain;
  position: relative;
  top: 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__follow {
    margin: 14.5vw auto 0;
  }
}
#page-home .p-main .sec-about__follow::before {
  content: "";
  background: url(../img/about03.png) center center no-repeat;
  width: 336px;
  height: 408px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -200px;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #page-home .p-main .sec-about__follow::before {
    content: unset;
  }
}
#page-home .p-main .sec-about__follow::after {
  content: "";
  background: url(../img/about04.png) center center no-repeat;
  width: 300px;
  height: 361px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__follow::after {
    bottom: unset;
    top: -62.5vw;
    left: -3.125vw;
    width: 42vw;
    height: 56.875vw;
  }
}
#page-home .p-main .sec-about__inner {
  background: url(../img/follow-back.png) center center no-repeat;
  max-width: 100%;
  width: 730px;
  height: 578px;
  margin: 0 auto;
  background-size: contain;
  position: relative;
  top: 0;
  z-index: 80;
  padding-right: 12.5px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__inner {
    width: 93.875vw;
    height: 126vw;
    background: url(../img/follow-back-sp.png) center center no-repeat;
    background-size: 100% 100%;
    padding-right: 0;
    margin: 0 0.625vw 0 auto;
  }
}
#page-home .p-main .sec-about__inner h3 {
  padding-top: 72px;
  font-size: 2.1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__inner h3 {
    padding-top: 12.5vw;
    font-size: 5.5vw;
  }
}
#page-home .p-main .sec-about__inner h3::before {
  content: "";
  background: url(../img/line-left.png) center center no-repeat;
  width: 14.5px;
  height: 27px;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: -32px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__inner h3::before {
    width: 3.75vw;
    height: 7.125vw;
    left: -6.25vw;
  }
}
#page-home .p-main .sec-about__inner h3::after {
  content: "";
  background: url(../img/line-right.png) center center no-repeat;
  width: 14.5px;
  height: 27px;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: -32px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__inner h3::after {
    width: 3.75vw;
    height: 7.125vw;
    right: -6.25vw;
  }
}
#page-home .p-main .sec-about__contents {
  margin-top: 36px;
  max-width: 383px;
  margin: 36px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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 .p-main .sec-about__contents {
    gap: 2.625vw;
    margin: 6.875vw auto 0 10vw;
    max-width: 71.625vw;
  }
}
#page-home .p-main .sec-about__contents li {
  width: 115px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__contents li {
    width: calc(33.3333333333% - 1.875vw);
  }
}
#page-home .p-main .sec-about__contents p {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__contents p {
    font-size: 3.125vw;
  }
}
#page-home .p-main .sec-about .bottom-item {
  margin-top: 6px;
}
#page-home .p-main .sec-about__other {
  width: 288px;
  margin: 45px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-about__other {
    width: 75.625vw;
    margin: 8.625vw auto 0 8.125vw;
  }
}
#page-home .p-main .sec-about__other a {
  display: block;
  width: 100%;
  height: 100%;
}
#page-home .p-main .sec-news {
  margin-top: 90px;
  padding: 142px 0;
  background: url(../img/news-back.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news {
    background: url(../img/news-back-sp.png) center center no-repeat;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    margin-top: 28.125vw;
    padding: 30.375vw 7.875vw 19.125vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#page-home .p-main .sec-news::before {
  content: "";
  background: url(../img/news-des.png) center center no-repeat;
  width: 356px;
  height: 340px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -61px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news::before {
    width: 58.75vw;
    height: 57.5vw;
    top: -10vw;
  }
}
#page-home .p-main .sec-news::after {
  content: "";
  background: url(../img/news-des-bird.png) center center no-repeat;
  width: 107px;
  height: 112px;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 66px;
  -webkit-animation: sway2 8s infinite cubic-bezier(0.42, 0, 0.58, 1);
          animation: sway2 8s infinite cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news::after {
    width: 18.875vw;
    height: 18.125vw;
    top: 12.5vw;
    right: 12.5vw;
  }
}
#page-home .p-main .sec-news__inner {
  max-width: 100%;
  width: 658px;
  margin: 0 auto;
}
#page-home .p-main .sec-news h2 {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news h2 {
    font-size: 7.375vw;
  }
}
#page-home .p-main .sec-news h2 span {
  color: #FF7F29;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news h2 span {
    font-size: 3.375vw;
  }
}
#page-home .p-main .sec-news__list {
  margin-top: 56px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news__list {
    margin-top: 7.125vw;
  }
}
#page-home .p-main .sec-news__list li {
  padding: 26px 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news__list li {
    padding: 4.25vw 0;
  }
}
#page-home .p-main .sec-news__list li + li::before {
  content: "";
  background: url(../img/dotted.png) center center no-repeat;
  width: 100%;
  height: 3px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news__list li + li::before {
    height: 1vw;
  }
}
#page-home .p-main .sec-news__list a {
  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 .p-main .sec-news__list a {
    display: block;
  }
}
#page-home .p-main .sec-news__list .date {
  width: 95px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news__list .date {
    display: inline-block;
    width: unset;
    font-size: 3.625vw;
    line-height: 1.5;
  }
}
#page-home .p-main .sec-news__list .cat {
  color: #fff;
  background-color: #FF7F29;
  padding: 4px 10px;
  border-radius: 10px;
  margin-left: 24px;
  line-height: 1;
  max-width: 106px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news__list .cat {
    display: inline-block;
    padding: 0 3.375vw;
    border-radius: 2.625vw;
    margin-left: 3.125vw;
    line-height: 1.5;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
#page-home .p-main .sec-news__list h3 {
  font-size: 1.6rem;
  margin-left: 24px;
  width: calc(100% - 106px - 95px);
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news__list h3 {
    margin-left: 0;
    font-size: 3.625vw;
    margin-top: 8px;
    width: 100%;
  }
}
#page-home .p-main .sec-news__more {
  text-align: right;
  padding-right: 53px;
  position: relative;
  margin-top: 42px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news__more {
    padding-right: 13.875vw;
    margin-top: 8.375vw;
  }
}
#page-home .p-main .sec-news__more::after {
  content: "";
  background: url(../img/arrow-button.png) center center no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-news__more::after {
    width: 9.25vw;
    height: 9.25vw;
    top: -0.625vw;
  }
}
#page-home .p-main .sec-contact {
  margin-top: 150px;
  padding-bottom: 87px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact {
    margin-top: 17.375vw;
  }
}
#page-home .p-main .sec-contact::before {
  content: "";
  background: url(../img/contact01.png) center center no-repeat;
  width: 156px;
  height: 185px;
  background-size: contain;
  position: absolute;
  top: -51px;
  left: 60px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact::before {
    content: unset;
  }
}
#page-home .p-main .sec-contact::after {
  content: "";
  background: url(../img/contact02.png) center center no-repeat;
  width: 235px;
  height: 326px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact::after {
    background: url(../img/contact02-sp.png) center center no-repeat;
    background-size: contain;
    width: 40.125vw;
    height: 40.125vw;
    background-size: contain;
  }
}
#page-home .p-main .sec-contact__des {
  position: relative;
}
#page-home .p-main .sec-contact__des::before {
  content: "";
  content: "";
  background: url(../img/contact03.png) center center no-repeat;
  width: 290px;
  height: 225px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact__des::before {
    content: unset;
  }
}
#page-home .p-main .sec-contact__des::after {
  content: "";
  background: url(../img/contact04.png) center center no-repeat;
  width: 250px;
  height: 230px;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 23%;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact__des::after {
    content: unset;
  }
}
#page-home .p-main .sec-contact__inner {
  max-width: 658px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact__inner {
    max-width: 84.75vw;
  }
}
#page-home .p-main .sec-contact h2 {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact h2 {
    font-size: 7.375vw;
  }
}
#page-home .p-main .sec-contact h2 span {
  color: #FF7F29;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact h2 span {
    font-size: 3.375vw;
  }
}
#page-home .p-main .sec-contact__contents {
  margin-top: 60px;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact__contents {
    margin-top: 11.5vw;
  }
}
#page-home .p-main .sec-contact__read {
  text-align: center;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 29px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact__read {
    text-align: left;
    padding-bottom: 6.5vw;
    margin-bottom: 6.5vw;
  }
}
#page-home .p-main .sec-contact__read::after {
  content: "";
  background: url(../img/dotted.png) center center no-repeat;
  max-width: 634px;
  width: 100%;
  height: 3px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact__read::after {
    height: 0.75vw;
    max-width: unset;
  }
}
#page-home .p-main .sec-contact .form-radio {
  max-width: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form-radio {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5vw;
  }
}
#page-home .p-main .sec-contact .form-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form-radio input[type=radio] {
    width: 4.75vw;
    height: 4.75vw;
    margin-right: 2.625vw;
    top: 0.75vw;
  }
}
#page-home .p-main .sec-contact .form-radio input[type=radio]:checked {
  background: #fff;
}
#page-home .p-main .sec-contact .form-radio input[type=radio]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF7F29;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#page-home .p-main .sec-contact .form .item {
  padding-top: 34px;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form .item {
    padding-top: 9.25vw;
  }
}
#page-home .p-main .sec-contact .form .label span {
  color: #FF7F29;
  font-size: 1.2rem;
  vertical-align: super;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form .label span {
    font-size: 2.625vw;
  }
}
#page-home .p-main .sec-contact .form .input-box {
  margin-top: 7px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form .input-box {
    margin-top: 1.875vw;
  }
}
#page-home .p-main .sec-contact .form .input-box input {
  background-color: #fff;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form .input-box input {
    height: 15.75vw;
  }
}
#page-home .p-main .sec-contact .form .input-box textarea {
  background-color: #fff;
  width: 100%;
  height: 276px;
  border-radius: 10px;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form .input-box textarea {
    height: 70vw;
  }
}
#page-home .p-main .sec-contact .form .button {
  margin: 74px auto 0;
  width: 288px;
  height: 76px;
  display: block;
  position: relative;
}
#page-home .p-main .sec-contact .form .button::after {
  content: "";
  background: url(../img/button-back.png) center center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form .button::after {
    width: 75.625vw;
    height: 20vw;
  }
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form .button {
    margin: 14.125vw auto 0;
    width: 75.625vw;
    height: 20vw;
  }
}
#page-home .p-main .sec-contact .form input[type=submit] {
  margin: 0 auto;
  width: 288px;
  height: 76px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-home .p-main .sec-contact .form input[type=submit] {
    width: 75.625vw;
    height: 20vw;
  }
}
#page-home .p-main .sec-contact .form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #FF7F29;
  background-color: #fff;
}

#page-news .p-main {
  margin: 130px auto 0;
  padding-top: 54px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-news .p-main {
    padding-top: 0;
    width: 95%;
    margin: 30.75vw auto 0;
  }
}
#page-news .p-main::before {
  content: "";
  background: url(../img/about04.png) center center no-repeat;
  width: 303px;
  height: 363px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-news .p-main::before {
    content: unset;
  }
}
#page-news .p-main::after {
  content: "";
  background: url(../img/about03.png) center center no-repeat;
  width: 359px;
  height: 426px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-news .p-main::after {
    content: unset;
  }
}
#page-news .p-main__inner {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 81;
}
#page-news .p-main h2 {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-news .p-main h2 {
    font-size: 7.375vw;
  }
}
#page-news .p-main h2 span {
  color: #FF7F29;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-news .p-main h2 span {
    font-size: 3.375vw;
  }
}
#page-news .p-main .sec-news {
  margin-top: 77px;
  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-news .p-main .sec-news {
    display: block;
    margin-top: 10vw;
  }
}
#page-news .p-main .sec-news__cat {
  width: 125px;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__cat {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__cat ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.125vw;
  }
}
#page-news .p-main .sec-news__cat li + li {
  margin-top: 9px;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__cat li + li {
    margin-top: 0;
  }
}
#page-news .p-main .sec-news__cat li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  color: #FF7F29;
  line-height: normal;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__cat li a {
    padding: 0.75vw 5.25vw;
    min-width: 23.125vw;
    font-size: 3.625vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#page-news .p-main .sec-news__cat .active a {
  background-color: #FF7F29;
  color: #fff;
}
#page-news .p-main .sec-news__contents {
  width: calc(100% - 175px);
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__contents {
    width: 100%;
  }
}
#page-news .p-main .sec-news__contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 31px 27px;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__contents ul {
    gap: 5.25vw 2.5vw;
    margin-top: 10vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page-news .p-main .sec-news__contents li {
  width: calc(33.3333333333% - 18px);
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__contents li {
    width: calc(50% - 2.5vw);
  }
}
#page-news .p-main .sec-news__contents .thumbnail {
  max-width: 277px;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__contents .thumbnail {
    max-width: 41vw;
  }
}
#page-news .p-main .sec-news__contents .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 226/159;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__contents .thumbnail img {
    border-radius: 5.25vw;
    aspect-ratio: 41vw 41.75vw;
  }
}
#page-news .p-main .sec-news__contents .detel {
  margin-top: 12px;
  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-news .p-main .sec-news__contents .detel {
    margin-top: 4.75vw;
  }
}
#page-news .p-main .sec-news__contents .date {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__contents .date {
    font-size: 3.125vw;
  }
}
#page-news .p-main .sec-news__contents .cat {
  margin-left: 9px;
  color: #fff;
  background-color: #FF7F29;
  line-height: unset;
  font-size: 14px;
  padding: 0 14px;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__contents .cat {
    margin-left: 1.625vw;
    font-size: 3.125vw;
    padding: 0 1.75vw;
    border-radius: 2.625vw;
  }
}
#page-news .p-main .sec-news__contents h3 {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .sec-news__contents h3 {
    font-size: 3.625vw;
    margin-top: 2.625vw;
    line-height: 1.85;
  }
}
#page-news .p-main .pagination {
  margin-top: 100px;
}
#page-news .p-main .pagination .page-numbers {
  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;
}
#page-news .p-main .pagination .page-numbers > li {
  margin: 0 4px;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .pagination .page-numbers > li {
    margin: 0 1.875vw;
  }
}
#page-news .p-main .pagination .page-numbers > li .page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #FF7F29;
  background-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;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .pagination .page-numbers > li .page-numbers {
    width: 13.125vw;
    height: 13.125vw;
    font-size: 3.5vw;
  }
}
#page-news .p-main .pagination .page-numbers > li .page-numbers:hover {
  background-color: #FF7F29;
  color: #fff;
  border: none;
  opacity: unset;
}
#page-news .p-main .pagination .page-numbers > li .page-numbers.dots {
  border: none;
  margin: 0 -8px;
  font-size: 1.6rem;
  color: #FF7F29;
  background-color: unset;
  cursor: default;
}
@media screen and (max-width: 800px) {
  #page-news .p-main .pagination .page-numbers > li .page-numbers.dots {
    font-size: 4vw;
    margin: 0 -3vw;
  }
}
#page-news .p-main .pagination .page-numbers > li .page-numbers.dots:hover {
  background-color: unset;
  font-size: 4vw;
}
#page-news .p-main .pagination .page-numbers > li .page-numbers.current {
  background-color: #FF7F29;
  color: #fff;
  border: none;
}

#page-news-detail .p-main {
  width: 100%;
  margin: 130px auto 0;
  padding-top: 54px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main {
    padding-top: 0;
    margin: 30.75vw auto 0;
    width: 95%;
  }
}
#page-news-detail .p-main::before {
  content: "";
  background: url(../img/about04.png) center center no-repeat;
  width: 303px;
  height: 363px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main::before {
    content: unset;
  }
}
#page-news-detail .p-main::after {
  content: "";
  background: url(../img/about03.png) center center no-repeat;
  width: 359px;
  height: 426px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main::after {
    content: unset;
  }
}
#page-news-detail .p-main__inner {
  width: 90%;
  max-width: 616px;
  margin: 0 auto;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main__inner {
    max-width: 100%;
  }
}
#page-news-detail .p-main .sec-detail__head-top {
  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;
}
#page-news-detail .p-main .sec-detail__head-top .date {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main .sec-detail__head-top .date {
    font-size: 3.125vw;
  }
}
#page-news-detail .p-main .sec-detail__head-top .cat {
  margin-left: 9px;
  color: #fff;
  background-color: #FF7F29;
  line-height: unset;
  font-size: 14px;
  padding: 0 14px;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main .sec-detail__head-top .cat {
    margin-left: 1.625vw;
    font-size: 3.125vw;
    padding: 0 1.75vw;
    border-radius: 2.625vw;
  }
}
#page-news-detail .p-main .sec-detail__head h2 {
  margin-top: 15px;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main .sec-detail__head h2 {
    font-size: 5.25vw;
    margin-top: 3.75vw;
    line-height: 1.3;
  }
}
#page-news-detail .p-main .sec-detail .thumbnail {
  margin-top: 37px;
  max-width: 616px;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main .sec-detail .thumbnail {
    max-width: 88vw;
  }
}
#page-news-detail .p-main .sec-detail .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 616/335;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main .sec-detail .thumbnail img {
    border-radius: 5.25vw;
    aspect-ratio: 88vw 43.5vw;
  }
}
#page-news-detail .p-main .sec-detail__contents {
  margin-top: 37px;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main .sec-detail__contents {
    margin-top: 7.25vw;
    letter-spacing: 0.05em;
  }
}
#page-news-detail .p-main .sec-detail__contents p + p {
  margin-top: 15px;
}
#page-news-detail .p-main .sec-detail__more {
  max-width: 288px;
  width: 100%;
  margin: 53px auto 0;
}
@media screen and (max-width: 800px) {
  #page-news-detail .p-main .sec-detail__more {
    max-width: 75.625vw;
    margin: 8.375vw auto 0;
  }
}

#page-not .p-main {
  width: 100%;
  margin: 130px auto 40px;
  padding-top: 54px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-not .p-main {
    padding-top: 0;
    margin: 30.75vw auto 0;
    width: 95%;
  }
}
#page-not .p-main::before {
  content: "";
  background: url(../img/about04.png) center center no-repeat;
  width: 303px;
  height: 363px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-not .p-main::before {
    content: unset;
  }
}
#page-not .p-main__inner {
  width: 90%;
  max-width: 616px;
  margin: 0 auto;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 800px) {
  #page-not .p-main__inner {
    max-width: 100%;
  }
}
#page-not .p-main .sec-not__head {
  text-align: center;
}
#page-not .p-main .sec-not__head h2 {
  font-size: 4.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #FF7F29;
}
@media screen and (max-width: 800px) {
  #page-not .p-main .sec-not__head h2 {
    font-size: 8.375vw;
  }
}
#page-not .p-main .sec-not__head p {
  margin-top: 10px;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.16;
}
@media screen and (max-width: 800px) {
  #page-not .p-main .sec-not__head p {
    font-size: 4.75vw;
  }
}
#page-not .p-main .sec-not__text {
  margin-top: 59px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-not .p-main .sec-not__text {
    font-size: 3.625vw;
  }
}
#page-not .p-main .sec-not__button {
  max-width: 288px;
  margin: 59px auto 0;
}
@media screen and (max-width: 800px) {
  #page-not .p-main .sec-not__button {
    max-width: 75.625vw;
    margin: 9.25vw auto 0;
  }
}

#page-profile .p-main {
  padding-top: 60px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main {
    padding-top: 0;
    margin: 25vw auto 0;
  }
}
#page-profile .p-main__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#page-profile .p-main__inner::before {
  content: "";
  background: url(../img/about04.png) center center no-repeat;
  width: 303px;
  height: 363px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main__inner::before {
    content: unset;
  }
}
#page-profile .p-main__inner::after {
  content: "";
  background: url(../img/about03.png) center center no-repeat;
  width: 359px;
  height: 426px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main__inner::after {
    content: unset;
  }
}
#page-profile .p-main .sec-profile {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 81;
  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-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-profile {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#page-profile .p-main .sec-profile__detail {
  max-width: 530px;
  width: 100%;
  background: url(../img/profile-back.png) center center no-repeat;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-size: 100% 100%;
  padding: 60px 79px;
  margin-top: 206px;
  margin-left: -145px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-profile__detail {
    margin: -12.5vw auto;
    max-width: 90%;
    padding: 18.625vw 9vw 14.125vw;
  }
}
#page-profile .p-main .sec-profile__detail-top h2 {
  max-width: 197px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-profile__detail-top h2 {
    max-width: 44.875vw;
  }
}
#page-profile .p-main .sec-profile__detail-top p {
  margin-top: 29px;
  font-size: 1.4rem;
  line-height: 2.3;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-profile__detail-top p {
    margin-top: 6vw;
    font-size: 3.625vw;
  }
}
#page-profile .p-main .sec-profile__detail-bottom {
  margin-top: 30px;
  padding-top: 29px;
  position: relative;
  line-height: 2.1;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-profile__detail-bottom {
    margin-top: 6vw;
    padding-top: 6vw;
  }
}
#page-profile .p-main .sec-profile__detail-bottom::after {
  content: "";
  background: url(../img/dotted.png) center center no-repeat;
  width: 100%;
  height: 3px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-profile__detail-bottom::after {
    height: 0.75vw;
  }
}
#page-profile .p-main .sec-profile__image {
  max-width: 674px;
  width: calc(100% - 526px);
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-profile__image {
    width: 100%;
    max-width: 100%;
  }
}
#page-profile .p-main .sec-career {
  margin-top: 82px;
  background: url(../img/career-back.png) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  padding: 143px 0 155px;
  overflow: hidden;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career {
    background: url(../img/career-back-sp.png) center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    margin-top: 26.25vw;
    padding: 22.5vw 0 35.625vw;
    border-radius: 2.5vw;
  }
}
#page-profile .p-main .sec-career::before {
  content: "";
  background: url(../img/career01.png) center center no-repeat;
  width: 290px;
  height: 225px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 178px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career::before {
    width: 37.5vw;
    height: 25vw;
    top: 32.5vw;
  }
}
#page-profile .p-main .sec-career::after {
  content: "";
  background: url(../img/career02.png) center center no-repeat;
  width: 224px;
  height: 359px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career::after {
    width: 31.25vw;
    height: 50vw;
  }
}
#page-profile .p-main .sec-career__inner {
  max-width: 786px;
  width: 90%;
  margin: 0 auto 0 27.6%;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 1200px) {
  #page-profile .p-main .sec-career__inner {
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career__inner {
    width: 100%;
    padding: 0 5.5vw 0 10.5vw;
    margin: 0 auto;
  }
}
#page-profile .p-main .sec-career h2 {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career h2 {
    font-size: 7.375vw;
  }
}
#page-profile .p-main .sec-career h2 span {
  color: #FF7F29;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career h2 span {
    font-size: 3.375vw;
  }
}
#page-profile .p-main .sec-career__contents {
  margin-top: 73px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career__contents {
    padding-left: 4.25vw;
    margin-top: 12.5vw;
  }
}
#page-profile .p-main .sec-career__contents::before {
  content: "";
  border-left: 2px #49413E dotted;
  position: absolute;
  width: 2px;
  height: 92%;
  left: 64px;
  top: 17px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career__contents::before {
    width: 2px;
    border-left: 2px #49413E dotted;
    left: 0;
    top: 5vw;
    height: 91%;
  }
}
#page-profile .p-main .sec-career .career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career .career {
    display: block;
  }
}
#page-profile .p-main .sec-career .career dt {
  color: #FF7F29;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career .career dt {
    font-size: 5.25vw;
  }
  #page-profile .p-main .sec-career .career dt::before {
    content: "";
    width: 2.375vw;
    height: 2.375vw;
    border-radius: 50%;
    background-color: #49413E;
    position: absolute;
    left: -5.125vw;
    top: 3.25vw;
  }
}
#page-profile .p-main .sec-career .career dd {
  padding-left: 43px;
  margin-left: 20.5px;
  width: 100%;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career .career dd {
    padding-left: unset;
    margin-left: unset;
    margin-top: 2.5vw;
  }
}
#page-profile .p-main .sec-career .career dd::before {
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #49413E;
  position: absolute;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career .career dd::before {
    content: unset;
  }
}
#page-profile .p-main .sec-career .career p + p {
  margin-top: 20px;
}
#page-profile .p-main .sec-career .career + .career {
  padding-top: 28px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-career .career + .career {
    padding-top: 8.125vw;
  }
}
#page-profile .p-main .sec-works {
  margin: 139px auto 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works {
    margin: 26.25vw auto 0;
    padding: 0 7.25vw;
  }
}
#page-profile .p-main .sec-works::before {
  content: "";
  background: url(../img/career03.png) center center no-repeat;
  width: 311px;
  height: 366px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -478px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works::before {
    width: 37.5vw;
    height: 50vw;
    top: -35%;
  }
}
#page-profile .p-main .sec-works__inner {
  max-width: 685px;
  margin: 0 auto 0 27.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 1200px) {
  #page-profile .p-main .sec-works__inner {
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works__inner {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
#page-profile .p-main .sec-works__inner::before {
  content: "";
  background: url(../img/work01.png) center center no-repeat;
  width: 54px;
  height: 41px;
  background-size: contain;
  position: absolute;
  right: -65px;
  top: -38px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works__inner::before {
    width: 13.875vw;
    height: 10.75vw;
    right: 0;
    top: -15.75vw;
  }
}
#page-profile .p-main .sec-works__inner::after {
  content: "";
  background: url(../img/work01.png) center center no-repeat;
  width: 54px;
  height: 41px;
  background-size: contain;
  position: absolute;
  left: -60px;
  bottom: -30px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works__inner::after {
    width: 13.875vw;
    height: 10.75vw;
    left: -3.75vw;
    bottom: -15.75vw;
  }
}
#page-profile .p-main .sec-works__appear {
  width: 50%;
  min-height: 291px;
  background-color: #fff;
  padding-bottom: 15px;
  border-radius: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works__appear {
    width: 100%;
    min-height: 76.375vw;
  }
}
#page-profile .p-main .sec-works__interview {
  width: 50%;
  min-height: 291px;
  background-color: #fff;
  padding-bottom: 15px;
  border-radius: 30px;
  text-align: center;
  margin-left: 43px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works__interview {
    width: 100%;
    margin: 16.25vw auto 0;
    min-height: 76.375vw;
  }
}
#page-profile .p-main .sec-works h2 {
  position: absolute;
  top: -14%;
  left: 50%;
  font-size: 2.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works h2 {
    margin-top: unset;
    font-size: 7.375vw;
  }
}
#page-profile .p-main .sec-works ul {
  padding-top: 36px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works ul {
    padding-top: 10.5vw;
  }
}
#page-profile .p-main .sec-works ul .dotted {
  font-size: 1.3rem;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works ul .dotted {
    font-size: 3.875vw;
  }
}
#page-profile .p-main .sec-works p {
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-works p {
    font-size: 3.625vw;
  }
}
#page-profile .p-main .sec-write {
  margin: 120px auto 0 -5.7%;
}
@media screen and (max-width: 1200px) {
  #page-profile .p-main .sec-write {
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write {
    margin: 16.25vw auto 0;
  }
}
#page-profile .p-main .sec-write__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 81;
}
#page-profile .p-main .sec-write__inner::before {
  content: "";
  background: url(../img/contact03.png) center center no-repeat;
  width: 290px;
  height: 225px;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write__inner::before {
    display: none;
  }
}
#page-profile .p-main .sec-write__inner::after {
  content: "";
  background: url(../img/about04.png) center center no-repeat;
  width: 300px;
  height: 361px;
  background-size: contain;
  position: absolute;
  left: 80px;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #page-profile .p-main .sec-write__inner::after {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write__inner::after {
    content: unset;
  }
}
#page-profile .p-main .sec-write h2 {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write h2 {
    font-size: 7.375vw;
  }
}
#page-profile .p-main .sec-write h2 span {
  color: #FF7F29;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write h2 span {
    font-size: 3.375vw;
  }
}
#page-profile .p-main .sec-write-book {
  margin: 0 auto 0 31%;
  max-width: 760px;
}
@media screen and (max-width: 1200px) {
  #page-profile .p-main .sec-write-book {
    margin: 0 auto;
  }
}
#page-profile .p-main .sec-write-book__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 576px;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-book__inner {
    display: block;
    max-width: 100%;
    padding: 0 6.875vw;
  }
}
#page-profile .p-main .sec-write-book ul {
  max-width: 442px;
  width: 100%;
  margin-left: 76px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-book ul {
    font-size: 4.75vw;
    max-width: 100%;
    margin-left: unset;
    margin-top: 11vw;
  }
}
#page-profile .p-main .sec-write-book li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-profile .p-main .sec-write-book li + li {
  margin-top: 60px;
  padding-top: 60px;
  background-size: 9px 3px;
  background-image: -webkit-linear-gradient(left, #49413E 3px, transparent 3px);
  background-image: linear-gradient(to right, #49413E 3px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left top;
  padding-bottom: 5px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-book li + li {
    margin-top: 10.75vw;
    padding-top: 10.75vw;
  }
}
#page-profile .p-main .sec-write-book__image {
  max-width: 162px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-book__image {
    max-width: 34.625vw;
  }
}
#page-profile .p-main .sec-write-book__title {
  margin-left: 40px;
  max-width: 209px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-book__title {
    max-width: 100%;
    font-size: 3.625vw;
    margin-left: 4.125vw;
    line-height: 2.3;
  }
}
#page-profile .p-main .sec-write-magazine {
  margin: 171px auto 0 31%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 1200px) {
  #page-profile .p-main .sec-write-magazine {
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-magazine {
    margin: 26.25vw auto 0;
    padding: 0 6.875vw;
    display: block;
  }
}
#page-profile .p-main .sec-write-magazine ul {
  margin-left: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 15px;
  max-width: 623px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-magazine ul {
    display: block;
    max-width: 100%;
    margin-left: unset;
    margin-top: 10.25vw;
  }
}
#page-profile .p-main .sec-write-magazine li {
  width: calc(50% - 8px);
  height: 124px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-magazine li {
    width: 100%;
    height: 32.5vw;
    border-radius: 7.875vw;
  }
  #page-profile .p-main .sec-write-magazine li + li {
    margin-top: 4.125vw;
  }
}
#page-profile .p-main .sec-write-magazine li a {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
#page-profile .p-main .sec-write-magazine li a::after {
  content: "";
  background: url(../img/arrow-button-ns.png) center center no-repeat;
  width: 31px;
  height: 31px;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 11px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-write-magazine li a::after {
    width: 8.125vw;
    height: 8.125vw;
    right: 3.875vw;
    bottom: 2.875vw;
  }
}
#page-profile .p-main .sec-sns {
  margin-top: 142px;
  padding: 78px 0 148px;
  text-align: center;
  background: url(../img/sns-back.png) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  z-index: 81;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-sns {
    margin-top: 25.625vw;
    background: url(../img/career-back-sp.png) center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    padding: 14.375vw 0 18.375vw;
  }
}
#page-profile .p-main .sec-sns h2 {
  line-height: 1.5;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-sns h2 {
    font-size: 7.375vw;
  }
}
#page-profile .p-main .sec-sns h2 span {
  color: #FF7F29;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-sns h2 span {
    font-size: 3.375vw;
  }
}
#page-profile .p-main .sec-sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 653px;
  margin: 54px auto 0;
  gap: 21px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-sns__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 14.375vw auto 0;
    max-width: 73.75vw;
    gap: 0 3.375vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.125vw;
  }
  #page-profile .p-main .sec-sns__list li {
    width: calc(33.3333333333% - 2.5vw);
  }
}
#page-profile .p-main .sec-sns__list p {
  font-size: 1.4rem;
  line-height: 1.5;
}
#page-profile .p-main .sec-sns__radio {
  margin-top: 20px;
  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;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-sns__radio {
    display: block;
    margin-top: 5vw;
  }
}
#page-profile .p-main .sec-sns__radio li {
  width: 265px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-sns__radio li {
    width: 69.5vw;
    margin: 0 auto;
  }
}
#page-profile .p-main .sec-sns__radio li + li {
  margin-left: 18px;
}
@media screen and (max-width: 800px) {
  #page-profile .p-main .sec-sns__radio li + li {
    margin: 3.375vw auto 0;
  }
}

#page-privacy .p-main {
  margin: 130px auto 0;
  padding-top: 54px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main {
    padding-top: 0;
    width: 95%;
    margin: 30.75vw auto 0;
  }
}
#page-privacy .p-main::before {
  content: "";
  background: url(../img/about04.png) center center no-repeat;
  width: 303px;
  height: 363px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main::before {
    content: unset;
  }
}
#page-privacy .p-main::after {
  content: "";
  background: url(../img/about03.png) center center no-repeat;
  width: 359px;
  height: 426px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main::after {
    content: unset;
  }
}
#page-privacy .p-main__inner {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 81;
}
#page-privacy .p-main h2 {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main h2 {
    font-size: 7.375vw;
  }
}
#page-privacy .p-main h2 span {
  color: #FF7F29;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main h2 span {
    font-size: 3.375vw;
  }
}
#page-privacy .p-main .sec-privacy__text {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main .sec-privacy__text {
    margin-top: 12.5vw;
  }
}
#page-privacy .p-main .sec-privacy__contents {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main .sec-privacy__contents {
    margin-top: 12.5vw;
  }
}
#page-privacy .p-main .sec-privacy__contents .item {
  margin-left: unset;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main .sec-privacy__contents .item {
    margin-top: 12.5vw;
  }
}
#page-privacy .p-main .sec-privacy__contents .item p + p {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main .sec-privacy__contents .item p + p {
    margin-top: 2.5vw;
  }
}
#page-privacy .p-main .sec-privacy__contents h3 + * {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main .sec-privacy__contents h3 + * {
    margin-top: 6.25vw;
  }
}
#page-privacy .p-main .sec-privacy__contents ol, #page-privacy .p-main .sec-privacy__contents ul {
  margin-top: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main .sec-privacy__contents ol, #page-privacy .p-main .sec-privacy__contents ul {
    margin-top: 7.5vw;
    margin-left: 0;
  }
}
#page-privacy .p-main .sec-privacy__contents ol li + li, #page-privacy .p-main .sec-privacy__contents ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main .sec-privacy__contents ol li + li, #page-privacy .p-main .sec-privacy__contents ul li + li {
    margin-top: 5vw;
  }
}
#page-privacy .p-main .sec-privacy__contents ol .title, #page-privacy .p-main .sec-privacy__contents ul .title {
  margin-bottom: 8px;
}
#page-privacy .p-main .sec-privacy__contents div {
  margin-top: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  #page-privacy .p-main .sec-privacy__contents div {
    margin-top: 7.5vw;
    margin-left: 0;
  }
}
#page-privacy .p-main .sec-privacy__contents div p {
  font-weight: bold;
}
#page-privacy .p-main .sec-privacy__contents div a {
  word-wrap: break-word;
}/*# sourceMappingURL=style.css.map */