@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* カラー============================== */
/* フォント============================== */
/* ブレイクポイント============================== */
/* フォントサイズ============================== */
html {
  font-size: 62.5%;
  /* 1rem = 10px;   100:x = 16:10*/
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 40%;
  }
}

.c-xSpDisplayBlock {
  display: none;
}
@media screen and (max-width: 360px) {
  .c-xSpDisplayBlock {
    display: block;
  }
}

.c-xSpDisplayNone {
  display: block;
}
@media screen and (max-width: 360px) {
  .c-xSpDisplayNone {
    display: none;
  }
}

.c-spDisplayBlock {
  display: none;
}
@media screen and (max-width: 480px) {
  .c-spDisplayBlock {
    display: block;
  }
}

.c-spDisplayNone {
  display: block;
}
@media screen and (max-width: 480px) {
  .c-spDisplayNone {
    display: none;
  }
}

.c-xTabDisplayBlock {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-xTabDisplayBlock {
    display: block;
  }
}

.c-xTabDisplayNone {
  display: block;
}
@media screen and (max-width: 600px) {
  .c-xTabDisplayNone {
    display: none;
  }
}

.c-tabDisplayBlock {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-tabDisplayBlock {
    display: block;
  }
}

.c-tabDisplayNone {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-tabDisplayNone {
    display: none;
  }
}

.c-pcDisplayBlock {
  display: none;
}
@media screen and (max-width: 1025px) {
  .c-pcDisplayBlock {
    display: block;
  }
}

.c-pcDisplayNone {
  display: block;
}
@media screen and (max-width: 1025px) {
  .c-pcDisplayNone {
    display: none;
  }
}

.c-lPcDisplayBlock {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-lPcDisplayBlock {
    display: block;
  }
}

.c-lPcDisplayNone {
  display: block;
}
@media screen and (max-width: 1280px) {
  .c-lPcDisplayNone {
    display: none;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-size: max(12px, 1.6rem);
  font-family: Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #333333;
  overflow-x: hidden;
}

main {
  background-image: linear-gradient(-45deg, #fff 25%, rgba(192, 192, 192, 0.3) 25%, rgba(192, 192, 192, 0.3) 50%, #fff 50%, #fff 75%, rgba(192, 192, 192, 0.3) 75%, rgba(192, 192, 192, 0.3));
  background-size: 6px 6px;
  background-attachment: fixed;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

video {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}

a {
  color: #333333;
  text-decoration: none;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

.u-headingLv1Wrap {
  text-align: center;
  padding-top: 80px;
}

.u-headingLv1__en {
  display: inline-flex;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-family: Helvetica, Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: max(1vw, 10px) max(2vw, 20px);
  font-size: max(3vw, 24px);
}

.color--pink {
  color: #d89195;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
}

.pinkLine {
  position: relative;
}

.pinkLine::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #d69a9e;
  border-radius: 45px;
}

.firstView__textBox .u-headingLv1__en {
  overflow: hidden;
}

.visible-up {
  transform: translate(0, -105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  opacity: 0;
}

.visible-in {
  transform: translate(0, 0);
  opacity: 1;
}

.u-headingLv1__ja {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: #d69a9e;
}

.u-headingLv2__wrap {
  padding-top: 160px;
  padding-bottom: 40px;
  text-align: center;
}

.u-headingLv2__en {
  font-size: 4rem;
  font-weight: bold;
  font-family: Helvetica, Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
}

.u-headingLv2__ja {
  position: relative;
  display: inline;
  font-size: 2rem;
  text-align: center;
  color: #d89195;
  font-weight: bold;
}

.u-headingLv3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.u-headingLv3--textAlignLeft {
  text-align: left;
}

.u-headingLv4 {
  font-weight: bold;
  text-align: center;
}

.u-contentContainer {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}

@media (max-width: 1280px) {
  .u-contentContainer {
    width: 90%;
  }
}
.u-contentInner {
  padding-bottom: 160px;
}

.fade-in {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-500px, 0);
}

.fade-in-right {
  transform: translate(500px, 0);
}

.fade-in2 {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.wp-embed-responsive {
  margin-top: 0;
}

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

/*******************************
| header(header.php)
*******************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background-color 1s;
  width: 100%;
}

.header__scrollBg {
  background-color: #333333;
}

.header__container {
  display: block;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
  transition: 1s all;
}
@media screen and (max-width: 1280px) {
  .header__container {
    display: block;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
  }
}

.header__scrollContainer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__scrollContainer {
    justify-content: center;
  }
}

.header__logoLink {
  display: flex;
  align-items: center;
  margin-inline: auto;
  width: 128px;
  height: 56px;
  transition: 1s all;
}

.header__scrollLogo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-inline: 0;
}

.header__logoTitle {
  transition: 1s all;
}

.header__listMenu {
  display: flex;
  justify-content: space-between;
  font-family: Helvetica, Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
}
@media screen and (max-width: 1280px) {
  .header__listMenu {
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .header__listMenu {
    height: auto;
  }
}

.header__listItem {
  padding-right: 20px;
}
@media screen and (max-width: 1280px) {
  .header__listItem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
}

.header__listItem:last-child {
  padding-right: 0;
}

.header__listLink {
  display: block;
  margin: 5px;
  padding: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 1s all;
  color: #333333;
}

.header__listLink::before,
.header__listLink::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s;
  background-color: #d69a9e;
}

.header__listLink::before {
  top: 0;
  transform: translateX(-101%);
}

.header__listLink::after {
  bottom: 0;
  transform: translateX(101%);
}

.header__listLink:hover::before,
.header__listLink:hover::after {
  transform: translateX(0);
}

.header__scrollFont {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .header-listNav {
    display: none;
  }
}

.navActive {
  color: #d69a9e;
}

.navActive.header__scrollFont {
  color: #e6adb7;
}

.header__hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}

.header__hamburgerNav {
  width: 100%;
  height: 100vh;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  text-align: center;
  transition: 0.8s ease;
  background-color: #333333;
}

.header__hamburgerNav.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  color: #ffffff;
}

.header__hamburgerMenu {
  position: absolute;
  top: calc(50% - 56px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.header__hamburgerItem {
  padding-top: 40px;
}

.header__hamburgerItem:first-child {
  padding-top: 0;
}

.header__hamburgerLink {
  color: #ffffff;
}

.header__hamburgerBox {
  width: 30px;
  height: 23px;
  position: absolute;
  top: 20px;
  right: 28px;
  z-index: 100;
  cursor: pointer;
  transition: 0.4s;
}

.header__hamburgerLine {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .header__hamburgerLine {
    background-color: #333333;
  }
}

.header__hamburgerLine:nth-child(1) {
  top: 0px;
}

.header__hamburgerBox.active .header__hamburgerLine:nth-child(1) {
  top: 8px;
  left: 0px;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.header__hamburgerLine:nth-child(2) {
  top: 8px;
}

.header__hamburgerLine:nth-child(3) {
  top: 16px;
}

.header__hamburgerBox.active .header__hamburgerLine:nth-child(2),
.header__hamburgerBox.active .header__hamburgerLine:nth-child(3) {
  top: 8px;
  transform: rotate(45deg);
  background-color: #ffffff;
}

/*******************************
| footer(footer.php)
*******************************/
.footer {
  background-color: #333333;
}

.footer__recapchaWrap {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  padding-top: 20px;
}

.footer__recapchaLink {
  color: #d69a9e;
  transition: 0.3s all;
}

.footer__recapchaLink:hover {
  opacity: 0.7;
}

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

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

.footer__copyRightText {
  display: flex;
  justify-content: center;
  font-family: Helvetica, Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*******************************
| inquiry
*******************************/
.inquiry__inner {
  position: relative;
}

.inquiry__wrap {
  text-align: center;
}

.inquiry__text {
  text-align: center;
}

.inquiry__brSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .inquiry__brSp {
    display: block;
  }
}

.inquiry__itemBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-inline: auto;
  width: 100%;
  max-width: 400px;
  height: 100px;
  border-radius: 45px;
  font-size: 3rem;
  font-weight: bold;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  background-color: #e6adb7;
  overflow: hidden;
  transition: 0.3s all;
}
@media screen and (max-width: 1280px) {
  .inquiry__itemBtn {
    max-width: 340px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__itemBtn {
    max-width: 220px;
    height: 60px;
    font-size: 2.5rem;
  }
}

.inquiry__itemBtn:hover {
  background: #333333;
}
.inquiry__itemBtn:hover .inquiry__textBtn {
  display: inline-block;
  color: #e6adb7;
}

.inquiry__itemBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 45px;
  border: 2px solid #333333;
  width: 100%;
  max-width: 400px;
  height: 100px;
  transition: 0.3s all;
}
@media screen and (max-width: 1280px) {
  .inquiry__itemBtn::before {
    max-width: 340px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__itemBtn::before {
    max-width: 220px;
    height: 60px;
  }
}

.inquiry__itemBtn:hover::before {
  border: 2px solid #e6adb7;
}

.inquiry__itemBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*******************************
| firstView(front-page.php)
*******************************/
.firstView__container {
  position: relative;
}

.firstView__video {
  height: 100svh;
}

.firstView__textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .firstView__textBox {
    width: 90%;
    max-width: 300px;
  }
}

.firstView__subText {
  font-weight: bold;
  white-space: nowrap;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-family: Helvetica, Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  font-size: max(1.5vw, 14px);
  padding-top: max(1vw, 12px);
}

.firstView__subText:nth-of-type(1) {
  padding-top: max(2vw, 26px);
}

.firstView__scrollDownWrap {
  position: absolute;
  bottom: 1%;
  left: 49%;
  transform: translateX(-49%);
  -webkit-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  animation: arrowmove 2s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .firstView__scrollDownWrap {
    left: 47%;
    transform: translateX(-47%);
    -webkit-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
  }
}
@media screen and (max-width: 480px) {
  .firstView__scrollDownWrap {
    left: 45%;
    transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 4%;
  }
  100% {
    bottom: 1%;
  }
}
.arrow {
  opacity: 1;
}

.firstView__scrollDownText {
  position: absolute;
  left: 0;
  bottom: 1.25vw;
  color: #333333;
  font-size: max(0.7vw, 12px);
  font-family: Helvetica, Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  left: -0.2vw;
}

.firstView__scrollDownText:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -0.5vw;
  width: 4px;
  height: 20px;
  background-color: #333333;
  transform: skewX(-31deg);
}

.firstView__scrollDownText:after {
  content: "";
  position: absolute;
  bottom: -0.5vw;
  left: 24px;
  width: 4px;
  height: max(4.43vw, 76px);
  background-color: #333333;
}

/*******************************
| topWorks(front-page.php)
*******************************/
.topWorks__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topWorks__container {
    display: block;
  }
}

.topWorks__item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .topWorks__item {
    width: 100%;
    margin-inline: auto;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .topWorks__item:first-child {
    padding-top: 0;
  }
}

.rotate-scale-down-ver {
  -webkit-animation: rotate-scale-down-ver 0.65s linear both;
  animation: rotate-scale-down-ver 0.65s linear both;
}

.topWorks__item:nth-child(2).rotate-scale-down-ver {
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .topWorks__item:nth-child(2).rotate-scale-down-ver {
    animation-delay: 0s;
  }
}

.topWorks__item:nth-child(3).rotate-scale-down-ver {
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .topWorks__item:nth-child(3).rotate-scale-down-ver {
    animation-delay: 0s;
  }
}

@-webkit-keyframes rotate-scale-down-ver {
  0% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
  50% {
    -webkit-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
  }
}
@keyframes rotate-scale-down-ver {
  0% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
  50% {
    -webkit-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
  }
}
.topWorks__link {
  display: block;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.topWorks__thumbnail {
  border-radius: 15px;
  overflow: hidden;
}

.topWorks__thumbnail img {
  transition: 0.3s all;
  object-fit: cover;
  aspect-ratio: 5/3;
}

.topWorks__thumbnail img:hover {
  transform: scale(1.05, 1.05);
}

.topWorks__linkBtn {
  display: block;
  width: 140px;
  margin-inline: auto;
  max-width: 100%;
  margin-top: 40px;
  margin-inline: auto;
  font-family: Helvetica, Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  font-size: max(2.5rem, 20px);
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .topWorks__linkBtn {
    width: 116px;
  }
}
@media screen and (max-width: 767px) {
  .topWorks__linkBtn {
    width: 100px;
  }
}

.topWorks__textBtn {
  display: block;
  font-weight: bold;
  transition: 1s all;
  border-bottom: 4px solid #d89195;
}

.topWorks__linkBtn:hover .topWorks__textBtn {
  transform: rotateY(360deg);
}

/*******************************
| services(front-page.php)
*******************************/
.services__media {
  display: grid;
  grid-template-rows: 50px auto;
  grid-template-columns: 3.5fr 1fr;
  padding: 40px;
  margin-top: 20px;
  margin-inline: auto;
  width: 100%;
  border: 1px #333333 solid;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  min-height: 210px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .services__media {
    width: 100%;
    display: block;
    padding: 20px;
  }
}

.services__media:nth-of-type(1) {
  margin-top: 0;
}

.services__media:nth-of-type(2n) {
  grid-template-columns: 1fr 3.5fr;
}

.services__media:last-child {
  margin-bottom: 0;
}

.services__titleMedia {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 77%;
  height: 32px;
  border-bottom: 1px solid #333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .services__titleMedia {
    width: 100%;
    height: auto;
  }
}

.services__media:nth-last-of-type(2n) .services__titleMedia {
  order: 2;
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
}

.services__imgWrap {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .services__imgWrap {
    display: block;
    max-width: 120px;
    margin-top: 20px;
    margin-inline: auto;
    padding-left: 0;
  }
}

.services__media:nth-last-of-type(2n) .services__imgWrap {
  order: 1;
  grid-column: 1/2;
  grid-row: 1/3;
  padding-left: 0;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .services__text {
    margin-top: 20px;
  }
}

.services__media:nth-last-of-type(2n) .services__text {
  order: 3;
  grid-column: 2/3;
  grid-row: 2/3;
}

/*******************************
| about(front-page.php)
*******************************/
.about__media {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .about__media {
    display: block;
  }
}

.about__imgWrap {
  width: 30%;
}
@media screen and (max-width: 1280px) {
  .about__imgWrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about__imgWrap {
    margin-top: 0;
    width: 60%;
    margin-inline: auto;
  }
}

.about__img {
  border-radius: 15px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.about__body {
  width: 50%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about__body {
    width: 100%;
  }
}

.about__text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about__text {
    min-height: 78px;
  }
}

.TextTyping span {
  display: none;
}

.TextTyping br {
  display: none;
}

.TextTyping br.show {
  display: block;
}

.TextTyping::after {
  content: "|";
  animation: typinganime 0.1s ease infinite;
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loding__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100svh;
  background-color: #333333;
  visibility: hidden;
}

.showLoading {
  opacity: 1;
  visibility: visible;
}

.showLoadingAnime {
  animation: lodingOpacity 1s ease;
}

@keyframes lodingOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loding__container--disyplayNone {
  display: none;
}

.loding__box {
  width: 200px;
  height: 60px;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
}

.loding__text {
  display: none;
}

.loding__text--disyplayBlock {
  display: block;
}

.loding__circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #d69a9e;
  left: 15%;
  transform-origin: 50%;
  animation: lodingCircle 0.5s alternate infinite ease;
}

@keyframes lodingCircle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.loding__circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.loding__circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.loding__shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: lodingShadow 0.5s alternate infinite ease;
}

@keyframes lodingShadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.loding__shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.loding__shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.loding__box span {
  position: absolute;
  top: 75px;
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 12px;
  color: #ffffff;
  left: 15%;
}

/*******************************
|price(page-price.php)
*******************************/
.price {
  padding-top: 80px;
  margin-inline: auto;
  max-width: 1000px;
}

.price__imgWrap {
  padding-top: 20px;
  margin-inline: auto;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .price__imgWrap {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .price__imgWrap {
    width: 120px;
  }
}

.price__tableContainer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .price__tableContainer {
    display: block;
  }
}

.price__table {
  margin-top: 80px;
  width: 48%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  border: 1px solid #333333;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .price__table {
    margin-top: 40px;
    width: 100%;
  }
}

.price__tableRow {
  height: 80px;
  border-top: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .price__tableRow {
    height: 60px;
  }
}

.price__tableHeader {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price__tableHeader {
    height: 60px;
  }
}

.price__tableBodyHeader {
  text-align: center;
  vertical-align: middle;
  width: 140px;
  background-color: #e6adb7;
  border-top: 1px solid #333333;
}

.price__tableBodyText {
  padding: 12px;
  background-color: #ffffff;
  font-size: 3rem;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #333333;
}

.price__table .price__tableBodyText {
  border-top: 1px solid #333333;
}

.price__table .price__tableBodyText:last-child {
  border-bottom: none;
}

.price__cautionTitle {
  padding-top: 20px;
  text-align: left;
}

.price__cautionText {
  padding-left: max(12px, 1.6rem);
  text-indent: max(-12px, -1.6rem);
}

.price__cautionItem {
  padding-left: max(12px, 1.6rem);
  text-indent: max(-12px, -1.6rem);
}

/*******************************
| contact(page-contact.php)
*******************************/
.contact {
  padding-top: 80px;
}

.contact__imgWrap {
  padding-top: 20px;
  margin-inline: auto;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .contact__imgWrap {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .contact__imgWrap {
    width: 120px;
  }
}

.contact__container {
  margin-top: 80px;
  border: solid 1px #333333;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .contact__container {
    margin-top: 40px;
  }
}

.contact__stepFlowMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-inline: auto;
  width: 90%;
}

.contact__stepFlowItem {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  color: #333333;
}

.contact__stepFlowItem .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 0.5em;
  border-radius: 1000px;
  background-color: #b0bec5;
}

.contact__stepFlowItem .bubble::after,
.contact__stepFlowItem .bubble::before {
  content: "";
  position: absolute;
  top: 9px;
  display: block;
  margin-left: 20px;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #b0bec5;
}

.contact__stepCompleted .bubble,
.contact__stepCompleted .bubble::after,
.contact__stepCompleted .bubble::before {
  background-color: #b0bec5;
}

.contact__stepFlowItem:last-child .bubble::after,
.contact__stepFlowItem:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}

.contact__stepFlowItem.contact__stepFlowActive,
.contact__stepFlowItem.contact__stepFlowActive .bubble {
  font-weight: bold;
  color: #333333;
  font-weight: bold;
}

.contact__stepFlowItem.contact__stepFlowActive .bubble {
  background-color: #d69a9e;
}

.wpcf7-form {
  text-align: left;
  margin-inline: auto;
  width: 80%;
}
.wpcf7-form .contact__tr--form {
  border-top: 1px #ddd solid;
  text-align: center;
}
.wpcf7-form .contact__tr--form label {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wpcf7-form .contact__tr--form label .contact__th--form,
.wpcf7-form .contact__tr--form label .contact__td--form {
  text-align: left;
}
.wpcf7-form .contact__tr--form label .contact__th--form {
  display: flex;
  align-items: center;
  width: 200px;
  padding-right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .wpcf7-form .contact__tr--form label .contact__th--form {
    width: 184px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form .contact__tr--form label .contact__th--form {
    width: 172px;
    margin-right: auto;
  }
}
.wpcf7-form .contact__tr--form label .contact__th--form .required {
  color: #ffffff;
  display: inline-block;
  padding: 0.2px 0.2px 0.2px;
  margin-left: 8px;
  border-radius: 2px;
  background-color: #d69a9e;
}
.wpcf7-form .contact__tr--form label .contact__th--formRequired::after {
  content: "必須";
  position: static;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  background-color: #d69a9e;
}
@media (max-width: 767px) {
  .wpcf7-form .contact__tr--form label .contact__th--formRequired::after {
    margin-left: 8px;
  }
}
.wpcf7-form .contact__tr--form label .contact__td--form {
  display: flex;
  width: 60%;
  align-items: center;
}
.wpcf7-form .contact__tr--form label .contact__td--form .contact__item--form {
  border: 1px solid #333333;
  background: #ffffff;
  width: 100%;
  padding: 4px;
}
@media (max-width: 767px) {
  .wpcf7-form .contact__tr--form label .contact__td--form {
    width: 100%;
    padding-top: 8px;
  }
}
.wpcf7-form .contact__tr--form label .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .contact__tr--form label br {
  display: none;
}
@media (max-width: 767px) {
  .wpcf7-form .contact__tr--form label {
    display: block;
  }
}
.wpcf7-form .contact__tr--form:nth-child(5) {
  border-bottom: 1px #ddd solid;
}

@media (max-width: 767px) {
  .wpcf7-form {
    width: 90%;
  }
}
.contact__privacyLink {
  display: block;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 172px;
  font-family: Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  font-weight: bold;
  color: #d69a9e;
  text-align: center;
  transition: 0.3s all;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .contact__privacyLink {
    width: 128px;
  }
}

.contact__privacyLink:hover {
  opacity: 0.7;
}

.contact__wrapper--button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.wpcf7-spinner {
  display: none;
}

.contact__item--button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 2rem;
  font-weight: bold;
  width: 200px;
  padding: 10px;
  border-radius: 15px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  transition: 0.3s all;
  background-color: #d69a9e;
}

@media (max-width: 767px) {
  .contact__item--button {
    width: 120px;
  }
}
.contact__item--button:hover {
  opacity: 0.7;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7cp-form-hide {
  display: none;
}
.wpcf7cp-form-hide .contact__tr--form {
  border-top: 1px #ddd solid;
}

button.wpcf7cp-cfm-edit-btn {
  margin-bottom: 0;
}

button.wpcf7cp-cfm-submit-btn {
  margin-bottom: 0;
}

div#wpcf7cpcnf {
  height: auto;
  position: static;
}
div#wpcf7cpcnf table {
  margin-inline: auto;
  width: 80%;
  word-break: break-all;
  word-wrap: break-all;
}
div#wpcf7cpcnf table tr {
  display: flex;
  justify-content: flex-start;
  border-top: 1px #ddd solid;
  padding-top: 40px;
  padding-bottom: 40px;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  text-align: left;
}
div#wpcf7cpcnf table tr th {
  display: flex;
  margin-right: 20px;
  width: 240px;
  white-space: nowrap;
}
div#wpcf7cpcnf table tr th::after {
  content: "必須";
  position: static;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: auto;
  line-height: 1.5;
  max-height: 22px;
  font-size: 12px;
  color: #ffffff;
  background-color: #d69a9e;
}
div#wpcf7cpcnf table tr td {
  display: flex;
  align-items: center;
  width: 100%;
}
div#wpcf7cpcnf table tr td p {
  pointer-events: none;
  text-decoration: none;
}
div#wpcf7cpcnf table tr:last-child {
  border-bottom: 1px #ddd solid;
}
div#wpcf7cpcnf table tr:last-child td {
  overflow-y: scroll;
  align-items: flex-start;
  height: auto;
  max-height: 120px;
  padding-bottom: 0;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
  margin-top: 0;
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 2rem;
  font-weight: bold;
  width: 200px;
  margin-top: 40px;
  padding: 10px;
  border-radius: 15px;
  background-color: #d69a9e;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s all;
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control:hover {
  opacity: 0.7;
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  background-color: #64e5cc;
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  div#wpcf7cpcnf table {
    width: 90%;
  }
  div#wpcf7cpcnf table tr {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    padding-bottom: 0;
  }
  div#wpcf7cpcnf table tr th {
    width: 140px;
  }
  div#wpcf7cpcnf table tr th p {
    display: flex;
    align-items: center;
  }
  div#wpcf7cpcnf table tr td {
    padding-top: 8px;
  }
  div#wpcf7cpcnf .wpcf7cp-btns {
    text-align: center;
  }
  div#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control {
    max-width: 120px;
    width: 100%;
  }
}
.wpcf7cp-form-hide .contact__item--button {
  display: none !important;
}

/*******************************
| notFound(404.php)
*******************************/
.notFound {
  height: calc(100svh - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.notFound__button {
  display: block;
  padding-top: 40px;
  color: #1a73e8;
  text-decoration: underline solid 1px;
  text-underline-offset: 0.15em;
}

/*******************************
| allWorks(archive-allworks.php)
*******************************/
.allWorks {
  padding-top: 80px;
}

.allWorks__imgWrap {
  padding-top: 20px;
  margin-inline: auto;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .allWorks__imgWrap {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .allWorks__imgWrap {
    width: 120px;
  }
}

.allWorks__inner {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .allWorks__inner {
    padding-top: 40px;
  }
}

.allWorks__container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .allWorks__container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.allWorks__card {
  width: 30%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .allWorks__card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .allWorks__card:last-child {
    padding-bottom: 0;
  }
}

.allWorks__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 15px;
}

.allWorks__thumbnail img {
  transition: 0.3s all;
  object-fit: cover;
  aspect-ratio: 5/3;
}

.allWorks__card:hover .allWorks__thumbnail img {
  transform: scale(1.05, 1.05);
}

.allWorks__body {
  padding-top: 20px;
  margin-left: 12px;
  margin-right: 12px;
  border-top: solid #333333 1px;
  transition: 0.3s all;
}

.allWorks__card:hover .allWorks__body {
  opacity: 0.7;
}

.allWorks__text {
  font-weight: bold;
  word-break: break-all;
}

.allWorks__wrapPagination {
  margin-top: 40px;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s all;
}

.page-link:hover {
  background-color: #d69a9e;
  color: #ffffff;
}

.page-item.active .page-link {
  background-color: #d69a9e;
  color: #ffffff;
}

/*******************************
| singleAllWorks(single-all-works.php)
*******************************/
.singleAllWorks {
  padding-top: 80px;
  max-width: 640px;
  margin-inline: auto;
}

.singleAllWorks__headingLv1 {
  padding-top: 80px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .singleAllWorks__headingLv1 {
    font-size: 2rem;
  }
}

.singleAllWorks__imgWrap {
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.singleAllWorks__menu {
  margin-top: 20px;
}

.singleAllWorks__item {
  position: relative;
  padding-left: 16px;
  margin-top: 8px;
}

.singleAllWorks__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #333333;
}

.singleAllWorks__link {
  font-weight: bold;
  color: #e6adb7;
  transition: 0.3s all;
}

.singleAllWorks__link:hover {
  opacity: 0.7;
}

/*******************************
| privacy(page-privacy.php)
*******************************/
.privacy {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.privacy__headingLv2 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.privacy__wrap {
  padding-top: 20px;
}

.privacy__text {
  color: #333333;
  font-size: 1.8rem;
  font-family: Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  line-height: 1.143;
  letter-spacing: 0.05em;
}

.privacy__text--paddingTop {
  padding-top: 40px;
}

.privacy__menu {
  color: #333333;
  font-size: 1.8rem;
  font-family: Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  line-height: 1.143;
  letter-spacing: 0.05em;
}

ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  color: #333333;
  font-size: 1.8rem;
  font-family: Yu Gothic, Meiryo, MS PGothic, Noto Sans JP, sans-serif;
  line-height: 1.143;
  letter-spacing: 0.05em;
}

.privacy__item {
  padding-top: 16px;
}/*# sourceMappingURL=style.css.map */