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

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

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

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

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

/* 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%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.6;
  scroll-behavior: smooth;
  scroll-padding-top: 165px;
  background-color: #00803A;
}

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

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 599px) {
  .l-inner {
    max-width: 1000px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-mv {
  margin-top: 100px;
}
@media screen and (min-width: 599px) {
  .l-mv {
    margin-top: 160px;
  }
}

.l-sub-mv {
  margin-top: 100px;
}
@media screen and (min-width: 599px) {
  .l-sub-mv {
    margin-top: 160px;
  }
}

.l-information {
  padding-top: 40px;
}
@media screen and (min-width: 599px) {
  .l-information {
    padding-top: 88px;
  }
}

.l-news {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 599px) {
  .l-news {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.l-service {
  padding-top: 64px;
}
@media screen and (min-width: 599px) {
  .l-service {
    padding-top: 96px;
  }
}

.l-company {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 599px) {
  .l-company {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.l-cta {
  padding-top: 96px;
}

.l-news-post {
  padding: 80px 0;
}
@media screen and (min-width: 599px) {
  .l-news-post {
    padding: 96px 0;
  }
}

.l-page-link {
  margin-top: 80px;
}
@media screen and (min-width: 599px) {
  .l-page-link {
    margin-top: 98px;
  }
}

.l-page-privacy {
  padding: 128px 0;
}

.c-section-head {
  font-weight: bold;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #008000;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (min-width: 599px) {
  .c-section-head {
    font-size: 3.2rem;
  }
}

.c-section-head__ja {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (min-width: 599px) {
  .c-section-head__ja {
    font-size: 1.4rem;
  }
}

.c-service-head {
  font-weight: bold;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

@media screen and (min-width: 599px) {
  .c-service-head.reverse {
    text-align: center;
    padding-left: 212px;
  }
}

.c-service-head span {
  font-size: 6.4rem;
  position: relative;
  padding-left: 5px;
}

.c-service-head span::after {
  content: "";
  display: block;
  width: 36px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 31px;
  background-image: url(./public/assets/img/service-ashirai.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-button {
  width: 200px;
  background-color: #00803A;
  display: inline-block;
  padding: 14px 0;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 128, 0, 0.25);
}

.c-cta-button {
  max-width: 400px;
  width: 100%;
  background-color: #00803A;
  display: inline-block;
  padding: 19px 0;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 599px) {
  .c-cta-button {
    font-size: 3.2rem;
    padding: 18px 0;
  }
}

.c-cta-button span {
  text-transform: uppercase;
  font-size: 1.8rem;
  padding-right: 10px;
}

.c-cta-button.mail {
  margin-top: 16px;
  font-size: 1.6rem;
  padding: 24px 0;
}
@media screen and (min-width: 599px) {
  .c-cta-button.mail {
    padding: 28px 0;
    font-size: 2rem;
  }
}

.c-hamburger {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.c-hamburger.is-active {
  border-radius: 50%;
}

.c-hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 100%;
}

.c-hamburger span:nth-of-type(1) {
  top: 7px;
}

.c-hamburger span:nth-of-type(2) {
  top: 15px;
}

.c-hamburger span:nth-of-type(3) {
  top: 23px;
}

.c-hamburger.is-active span {
  height: 1px;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 9px;
  left: 3px;
  transform: translateY(6px) rotate(-45deg);
  width: 22px;
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: 20px;
  left: 3px;
  transform: translateY(-6px) rotate(45deg);
  width: 22px;
}

.c-hamburger.p-header__hamburger.is-scroll span {
  background-color: #333;
}

.c-page-link__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 599px) {
  .c-page-link__wrap {
    gap: 80px;
  }
}

.c-page-link__wrap a {
  transition: opacity 0.3s;
}

.c-page-link__wrap a:hover {
  opacity: 0.7;
}

.c-page-link__prev,
.c-page-link__next {
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 599px) {
  .c-page-link__prev,
  .c-page-link__next {
    font-size: 1.4rem;
  }
}

.c-page-link__prev a {
  display: block;
  width: 100%;
  padding: 10px 30px;
  color: #00803A;
}

.c-page-link__next a {
  display: block;
  width: 100%;
  padding: 10px 30px;
  color: #00803A;
}

.c-page-link__archive {
  text-align: center;
  font-size: 1.6rem;
  background: #00803A;
  color: #fff;
  border-radius: 40px;
}

.c-page-link__archive a {
  display: block;
  width: 100%;
  padding: 10px 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  background: #00803A;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 599px) {
  .p-header {
    height: 160px;
  }
}

.p-header__inner {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 1099px) {
  .p-header__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.p-header__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__logo {
  width: 150px;
}
@media screen and (min-width: 599px) {
  .p-header__logo {
    max-width: 340px;
    width: 100%;
  }
}

.p-header__nav {
  display: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 599px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__nav a:hover {
  color: #E95513;
}

.p-header__items {
  display: flex;
  align-items: center;
}

.p-header__item a {
  display: inline-block;
  padding: 24px;
  font-weight: bold;
}

@media screen and (min-width: 599px) {
  .p-header__sp-nav {
    display: none;
  }
}

.p-mv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 599px) {
  .p-mv {
    height: 100vh;
  }
}

.p-mv__swiper-wrapper {
  aspect-ratio: 16/9;
  height: auto;
}
@media screen and (min-width: 599px) {
  .p-mv__swiper-wrapper {
    height: 100vh;
  }
}

.p-mv__img {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-mv__img {
    height: 100vh;
  }
}

.p-mv__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 599px) {
  .p-mv__img img {
    object-fit: cover;
    height: 100vh;
  }
}

.p-mv__catch {
  position: absolute;
  top: 31%;
  left: 50%;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  z-index: 100;
  text-align: center;
  line-height: 1.7;
  transform: translate(-50%, -50%);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 599px) {
  .p-mv__catch {
    top: 25%;
    font-size: 4rem;
  }
}

.p-mv__catch p {
  white-space: nowrap;
}

.p-mv__svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
}

.p-mv__svg-left {
  display: none;
}
@media screen and (min-width: 599px) {
  .p-mv__svg-left {
    display: block;
    height: 156px;
    position: absolute;
    top: -1%;
    left: 0;
  }
}

.p-mv__svg-right {
  display: none;
  height: 30px;
}
@media screen and (min-width: 599px) {
  .p-mv__svg-right {
    display: block;
    position: absolute;
    height: 143px;
    right: -8%;
    top: -1%;
  }
}

.p-mv__svg-bottom {
  position: absolute;
  bottom: 0;
  background-image: url(./public/assets/img/mv-bottom.svg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 599px) {
  .p-mv__svg-bottom {
    height: 220px;
  }
}

.p-mv__svg-bird {
  position: absolute;
  top: 2%;
  background-image: url(./public/assets/img/mv-bird.svg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 45px;
}
@media screen and (min-width: 599px) {
  .p-mv__svg-bird {
    height: 220px;
  }
}

.p-mv__svg-child {
  position: absolute;
  width: 100%;
  bottom: 2%;
  height: 70px;
  z-index: 10;
}
@media screen and (min-width: 599px) {
  .p-mv__svg-child {
    bottom: 3%;
    height: 200px;
  }
}

.p-sub-mv {
  width: 100%;
  position: relative;
  height: 200px;
}
@media screen and (min-width: 599px) {
  .p-sub-mv {
    height: 400px;
  }
}

.p-sub-mv__inner {
  height: 100%;
}

.p-sub-mv__header {
  position: relative;
  height: 100%;
}

.p-sub-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-sub-mv__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-sub-mv__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-news {
  background-color: #fff;
}

.p-news__head {
  text-align: center;
}

.p-news__wrapper {
  margin-top: 32px;
}

.p-news__list {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #333;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 599px) {
  .p-news__list {
    display: flex;
    align-items: center;
  }
}

.p-news__list:hover {
  opacity: 0.7;
}

.p-news__meta {
  display: flex;
  align-items: center;
}

.p-news__date {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-news__category {
  display: inline-block;
  text-transform: uppercase;
  color: green;
  font-size: 1.2rem;
  border: 1px solid green;
  font-weight: bold;
  border-radius: 15px;
  padding: 5px 20px;
  margin-left: 16px;
}

.p-news__title {
  font-size: 1.6rem;
  margin-top: 16px;
}
@media screen and (min-width: 599px) {
  .p-news__title {
    margin-left: 16px;
    margin-top: 0;
  }
}

.p-news__button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00803A;
  margin-top: 48px;
  text-align: right;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 599px) {
  .p-news__button {
    font-size: 2rem;
  }
}

.p-news__button:hover {
  opacity: 0.7;
}

.p-service {
  background-color: #00803A;
  padding: 56px 0;
}

.p-service__head {
  color: #fff;
  text-align: center;
}

.p-service__container {
  max-width: 1200px;
  width: 100%;
  margin: 48px auto 0;
}

.p-service__item {
  background-color: #fff;
  padding: 54px 0;
  border-radius: 60px 60px 60px 0;
}

.p-service__item.reverse {
  border-radius: 60px 60px 0 60px;
}

.p-service__item + .p-service__item {
  margin-top: 32px;
}

@media screen and (min-width: 599px) {
  .p-service__wrapper {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }
}

.p-service__wrapper.reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 599px) {
  .p-service__main,
  .p-service__sub {
    width: 50%;
  }
}

.p-service__sub {
  margin-top: 40px;
}
@media screen and (min-width: 599px) {
  .p-service__sub {
    margin-top: 0;
  }
}

.p-service__title {
  color: #00803A;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.p-service__catch {
  margin-top: 16px;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (min-width: 599px) {
  .p-service__catch {
    margin-top: 24px;
    font-size: 2rem;
  }
}

.p-service__img {
  margin-top: 24px;
}

.p-service__text {
  font-size: 1.5rem;
  margin-top: 24px;
}
@media screen and (min-width: 599px) {
  .p-service__text {
    font-size: 1.6rem;
  }
}

.p-service__sup {
  color: red;
}

.p-service__sup-span {
  color: red;
  font-weight: bold;
}

.p-service__ginen {
  font-size: 1.4rem;
  margin-top: 16px;
}

.p-service__subTitle {
  color: #00803A;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-service__subTitle.print {
  margin-top: 32px;
}

.p-service__print-text {
  font-size: 1.6rem;
  margin-top: 8px;
}
@media screen and (min-width: 599px) {
  .p-service__print-text {
    font-size: 1.8rem;
  }
}

.p-service__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 599px) {
  .p-service__price {
    padding: 16px 20px;
  }
}

.p-service__price dt {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p-service__price dt {
    font-size: 1.6rem;
  }
}

.p-service__price dd {
  color: #E95513;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p-service__price dd {
    font-size: 2.4rem;
  }
}

.p-service__price dd span {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 5px;
}

.p-service__price-notice {
  margin-top: 18px;
  font-size: 1.2rem;
}
@media screen and (min-width: 599px) {
  .p-service__price-notice {
    font-size: 1.4rem;
  }
}

.p-service__subTitle.id-picture {
  margin-top: 20px;
  text-align: center;
}

.p-service__id-dl {
  margin-top: 12px;
}

.p-service__size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  border-bottom: 1px solid #333;
}

.p-service__size dt {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p-service__size dt {
    font-size: 1.5rem;
  }
}

.p-service__size dd {
  color: #E95513;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p-service__size dd {
    font-size: 1.6rem;
  }
}

.p-service__text.id-picture {
  font-size: 1.6rem;
  margin-top: 0;
}
@media screen and (min-width: 599px) {
  .p-service__text.id-picture {
    font-size: 1.8rem;
  }
}

.p-service__text.id-picture span {
  color: #E95513;
}

.p-service__price-imgWrapper {
  margin-top: 64px;
}

.p-service__price-img {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0 0 10px;
}

.p-service__price-img img {
  border-radius: 10px 0 0 10px;
}

.p-service__price-img + .p-service__price-img {
  margin-top: 20px;
}

.p-service__yakimashi {
  margin-top: 40px;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.p-service__yakimashi .count {
  font-size: 1.4rem;
  padding-left: 25px;
}
@media screen and (min-width: 599px) {
  .p-service__yakimashi .count {
    padding-left: 80px;
  }
}

.p-service__yakimashi .yen {
  font-size: 2rem;
  color: #E95513;
  padding-left: 5px;
}

.p-service__yakimashi .number {
  font-size: 3rem;
  color: #E95513;
}
@media screen and (min-width: 599px) {
  .p-service__yakimashi .number {
    font-size: 4rem;
  }
}

.p-service__yakimashi .tax {
  font-size: 1.2rem;
  color: #E95513;
  padding-left: 5px;
}

.p-service__dubbing {
  margin-top: 32px;
}

.p-service__dubbing-title {
  font-size: 1.6rem;
  color: #00803A;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (min-width: 599px) {
  .p-service__dubbing-title {
    font-size: 2rem;
  }
}

.p-service__dubbing-detail {
  margin-top: 4px;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (min-width: 599px) {
  .p-service__dubbing-detail {
    font-size: 2rem;
  }
}

.p-service__dubbing-detail .count {
  font-size: 1.4rem;
}
@media screen and (min-width: 599px) {
  .p-service__dubbing-detail .count {
    padding-left: 80px;
  }
}

.p-service__dubbing-detail .yen {
  font-size: 2rem;
  color: #E95513;
  padding-left: 5px;
}

.p-service__dubbing-detail .number {
  font-size: 3rem;
  color: #E95513;
}
@media screen and (min-width: 599px) {
  .p-service__dubbing-detail .number {
    font-size: 4rem;
  }
}

.p-service__dubbing-detail .tax {
  font-size: 1.2rem;
  color: #E95513;
  padding-left: 5px;
}

.p-service__cdr-wrapper {
  border-bottom: 1px solid #333;
  padding-bottom: 14px;
  margin-top: 8px;
}
@media screen and (min-width: 599px) {
  .p-service__cdr-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-service__cdr-price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.p-service__cdr-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-service__cdr-price-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #00803A;
  border-radius: 5px;
  width: 100px;
  text-align: center;
}

.p-service__cdr-detail {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.p-service__cdr-detail .yen {
  font-size: 1.2rem;
  color: #E95513;
  padding-left: 5px;
}

.p-service__cdr-detail .number {
  font-size: 2rem;
  color: #E95513;
}

.p-service__cdr-detail .tax {
  font-size: 1.2rem;
  color: #E95513;
  padding-left: 5px;
}

.p-service__cdr-notice {
  margin-top: 8px;
  font-size: 1.2rem;
}
@media screen and (min-width: 599px) {
  .p-service__cdr-notice {
    font-size: 1.6rem;
  }
}

.p-service__memory-price {
  margin-top: 32px;
}

.p-service__price-absence {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (min-width: 599px) {
  .p-service__price-absence {
    font-size: 1.4rem;
  }
}

.p-service__price-absence span {
  font-size: 2rem;
  color: #E95513;
  padding-left: 4px;
}

.p-service__printtoprint-price {
  margin-top: 32px;
}

.p-service__img.ptop {
  max-width: 370px;
  margin-top: 4px;
}

.p-service__card-price {
  margin-top: 32px;
}

.p-service__subTitle {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.p-service__subTitle.decoration {
  margin-top: 24px;
}

.p-information {
  background: #fff;
}

.p-information__inner {
  height: 100%;
}

.p-information__wrapper {
  background: #00803A;
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 599px) {
  .p-information__wrapper {
    flex-direction: row;
    justify-content: center;
    border-radius: 10px;
  }
}

.p-information__img {
  max-width: 200px;
}
@media screen and (min-width: 599px) {
  .p-information__img {
    max-width: 100%;
  }
}

.p-information__link {
  transition: all 0.3s ease;
  border-radius: 20px;
}

.p-information__link:hover {
  opacity: 0.7;
}

.p-company {
  background: #fff;
}

.p-company__head {
  text-align: center;
}

.p-company__wrapper {
  margin-top: 32px;
}
@media screen and (min-width: 599px) {
  .p-company__wrapper {
    display: flex;
    margin-top: 64px;
  }
}

@media screen and (min-width: 599px) {
  .p-company__message {
    width: 50%;
    padding-right: 100px;
  }
}

.p-company__title {
  font-size: 2.4rem;
  color: #E95513;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.p-company__text {
  font-size: 1.6rem;
  margin-top: 16px;
}

.p-company__img {
  margin-top: 32px;
}
@media screen and (min-width: 599px) {
  .p-company__img {
    width: 50%;
    margin-top: 20px;
  }
}

.p-company__img img {
  border-radius: 20px;
}

.p-company__outline {
  margin-top: 48px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p-company__outline {
    margin-top: 96px;
    font-size: 1.6rem;
  }
}

.p-company__block {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 599px) {
  .p-company__block {
    padding: 24px 0;
  }
}

.p-company__block dd {
  margin-left: 8px;
}
@media screen and (min-width: 599px) {
  .p-company__block dd {
    margin-left: 48px;
  }
}

.p-company__map {
  margin-top: 32px;
  width: 100%;
  height: 100%;
  max-height: 480px;
}

.p-company__map iframe {
  margin-top: 32px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/480;
}

.p-cta {
  background-color: #F1F1F1;
  padding: 70px 0;
}

@media screen and (min-width: 599px) {
  .p-cta__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 599px) {
  .p-cta__message {
    width: 50%;
    padding-right: 36px;
  }
}

.p-cta__title {
  font-size: 1.8rem;
  color: #E95513;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (min-width: 599px) {
  .p-cta__title {
    font-size: 3rem;
    text-align: left;
  }
}

.p-cta__text {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #333;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (min-width: 599px) {
  .p-cta__text {
    font-size: 1.6rem;
  }
}

.p-cta__link {
  margin-top: 32px;
}
@media screen and (min-width: 599px) {
  .p-cta__link {
    margin-top: 0;
    width: 50%;
    padding-left: 100px;
  }
}

.p-footer {
  background-color: #00803A;
  padding: 58px 0 48px;
}

.p-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
@media screen and (min-width: 599px) {
  .p-footer__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }
}

.p-footer__nav a {
  display: inline-block;
  padding: 16px 0;
  transition: color 0.3s ease;
}
@media screen and (min-width: 599px) {
  .p-footer__nav a {
    padding: 22px 0 28px;
  }
}

.p-footer__nav a:hover {
  color: #E95513;
}

.p-footer__wrapper {
  margin-top: 32px;
  color: #fff;
}
@media screen and (min-width: 599px) {
  .p-footer__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.p-footer__address-name {
  font-size: 2rem;
  font-weight: bold;
}

.p-footer__address-name span {
  font-size: 1.4rem;
  display: block;
}

.p-footer__address-text {
  font-size: 1.6rem;
  margin-top: 24px;
  font-weight: bold;
}

.p-footer__address-text span {
  display: block;
}

.p-footer__title {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-footer__contact {
  margin-top: 32px;
}
@media screen and (min-width: 599px) {
  .p-footer__contact {
    margin-top: 0;
  }
}

.p-footer__contact-tel {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 8px;
  display: block;
}

.p-footer__contact-tel span {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 4px;
}

.p-footer__contact-fax {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 4px;
  display: block;
}

.p-footer__contact-fax span {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 4px;
}

.p-footer__privacy {
  display: block;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (min-width: 599px) {
  .p-footer__privacy {
    text-align: right;
  }
}

.p-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 40px;
  color: #fff;
}

.p-footer__copyright small {
  font-size: 1.4rem;
}

.p-main-link {
  position: fixed;
  top: 474px;
  right: 10px;
  z-index: 1000;
  display: none;
}
@media screen and (min-width: 599px) {
  .p-main-link {
    display: block;
  }
}

.p-main-link__event,
.p-main-link__print {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.p-main-link__event {
  border: 4px solid #fff;
  background-color: #00803A;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.p-main-link__event a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-main-link__print {
  margin-top: 16px;
  border: 4px solid #00803A;
  background-color: #fff;
  color: #00803A;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.p-main-link__print a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  color: #fff;
  font-size: 2rem;
  transition: 0.3s;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 100px;
}
@media screen and (min-width: 599px) {
  .p-drawer-menu {
    margin-top: 150px;
  }
}

.p-drawer-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.p-drawer-menu__inner {
  height: 100%;
}

.p-drawer-menu__items {
  padding: 40px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-transform: capitalize;
  background-color: #00803A;
}

.p-drawer-menu__item {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3C3C3C;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}

.p-drawer-menu__item + .p-drawer-menu__item {
  margin-top: 16px;
}

.p-drawer-menu__item a {
  display: block;
  padding: 24px 12px;
}

.p-drawer-menu__link {
  position: relative;
  background-color: #fff;
  color: #00803A;
  border-radius: 5px;
}

.p-drawer-menu__cta {
  background-color: #fff;
  padding-top: 40px;
  height: 500px;
}

.p-drawer-menu__cta-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.p-drawer-menu__cta-event,
.p-drawer-menu__cta-print {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.p-drawer-menu__cta-event {
  border: 4px solid #fff;
  background-color: #00803A;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.p-drawer-menu__cta-event a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-drawer-menu__cta-print {
  border: 4px solid #00803A;
  background-color: #fff;
  color: #00803A;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.p-drawer-menu__cta-print a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-drawer-menu__contact {
  text-align: center;
}

.p-drawer-menu__cta-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #00803A;
  margin-top: 20px;
}

.p-drawer-menu__cta-tel {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #00803A;
  padding: 4px 0;
  border-bottom: 1px dotted #00803A;
}

.p-news-post {
  font-size: 1.6rem;
  background: #fff;
}

.p-news-post__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 599px) {
  .p-news-post__inner {
    max-width: 1000px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-news-post__meta {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-news-post__category {
  display: inline-block;
  background-color: #E95513;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 5px 20px;
}

.p-news-post__title {
  font-size: 2.4rem;
  padding: 24px 0;
  border-bottom: 1px solid #999;
}

.p-news-post__body {
  margin-top: 32px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (min-width: 599px) {
  .p-news-post__body {
    margin-top: 56px;
  }
}

.p-news-post__body figure {
  display: block;
  margin-top: 20px;
}

.p-news-post__body p {
  margin-top: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-page-privacy {
  font-size: 1.6rem;
  counter-reset: section-counter;
  line-height: 1.6;
  background: #fff;
}

.p-page-privacy__lead {
  padding: 40px 0;
}

.p-page-privacy__head {
  font-size: 2.4rem;
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: 64px;
}

.p-page-privacy__block {
  margin-top: 40px;
  border-bottom: 1px solid #00803A;
  padding-bottom: 32px;
}

.p-page-privacy__title {
  font-size: 2.8rem;
}

.p-page-privacy__text {
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */