@charset "UTF-8";
/*
Theme Name: Licenser
Author: PlatinumCode inc.
Version: 0.1
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

::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
    # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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

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

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

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

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

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in 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;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

/* # =================================================================
    # Selection
    # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ---------------------------
          初期設定
-----------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  width: 100%;
}
input:focus {
  outline: 0;
  outline-offset: unset;
}

textarea {
  width: 100%;
  resize: none;
}
textarea:focus {
  outline: 0;
  outline-offset: unset;
}

p, h1, h2, h3, h4, h5 {
  max-height: 100%;
}

.hiddenPC {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .display-none-1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .display-1200 {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .display-none-1100 {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .display-1100 {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .display-none-1000 {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .display-1000 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .display-none-900 {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .display-900 {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .display-none-800 {
    display: none !important;
  }
}
@media screen and (min-width: 801px) {
  .display-800 {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .display-none-700 {
    display: none !important;
  }
}
@media screen and (min-width: 701px) {
  .display-700 {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .display-none-600 {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .display-600 {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .display-none-500 {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .display-500 {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .display-none-400 {
    display: none !important;
  }
}
@media screen and (min-width: 401px) {
  .display-400 {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .display-none-350 {
    display: none !important;
  }
}
@media screen and (min-width: 351px) {
  .display-350 {
    display: none !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/wp-content/themes/bukken-press/fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/wp-content/themes/bukken-press/fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/wp-content/themes/bukken-press/fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 100px;
}

html {
  scroll-padding-top: 100px;
}

.yellow {
  color: #fff342;
}

.marker {
  background-color: #fff342;
}

.btn {
  border-radius: 40px;
  background-color: #fff;
  color: #D36B00;
  font-weight: bold;
  padding: 20px;
  width: 300px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn__wrap {
  text-align: center;
  margin: 40px 0;
}

.red {
  color: #ea3636;
}

.header {
  background-color: #fff;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header__headline {
  background-color: #eee;
  padding: 10px 0;
}
.header__headline p {
  font-size: 12px;
  font-weight: bold;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.header__inner h1 {
  display: block;
  height: 100%;
}
.header__inner h1 a {
  display: block;
  height: 100%;
}
.header__inner h1 a img {
  width: 180px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header__btn {
  background-color: #D36B00;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.header__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.global__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}
.global__menu li {
  display: block;
  padding: 0 10px;
}
.global__menu li a {
  display: block;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global__menu li a:hover {
  color: #D36B00;
}

.mv {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.mv__inner {
  background-color: #1f8608;
  border-radius: 30px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
  z-index: 2;
}
.mv::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FAF7F0;
  z-index: 1;
}
.mv__text {
  position: relative;
  z-index: 3;
}
.mv__text p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
.mv__text h1 {
  color: #fff;
  font-size: 52px;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.mv__text h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.mv__text > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.mv h3 {
  color: #000;
  text-align: center;
  display: block;
  margin: 80px auto 20px;
  position: relative;
  z-index: 100;
  font-size: 28px;
}
.mv__btn {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  padding: 20px 50px;
  color: #fff;
  background-color: #ea3636;
  border: 2px solid #fff;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
}
.mv__btn img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv__caption {
  position: absolute;
  right: 60px;
  bottom: 60px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
.mv__caption p {
  color: #D36B00;
  font-weight: bold;
  font-size: 24px;
}
.mv__caption p strong {
  font-size: 40px;
  margin: 0 5px;
  display: inline-block;
}
.mv__img {
  position: absolute;
  top: 60px;
  right: 80px;
  width: 500px;
  height: 300px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__swiper {
  margin: 40px 0 0;
  position: relative;
  z-index: 2;
}
.mv__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.mv__swiper .swiper-slide {
  width: auto;
}

.problem {
  padding: 80px 0;
  text-align: center;
  background-color: #575757;
}
.problem__inner h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}
.problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.problem__list li {
  width: 32%;
  padding: 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #fff;
}
.problem__list li img {
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  display: block;
}
.problem__list li h3 {
  font-size: 19px;
  white-space: nowrap;
}
.problem__list li p {
  text-align: left;
  line-height: 2;
  font-size: 14px;
}

.about {
  background-color: #fff;
  padding: 80px 0 0;
  text-align: center;
}
.about__inner h2 {
  color: #D36B00;
  font-size: 28px;
}
.about__flex {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.about__flex:first-of-type .about__flex__img img {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -o-object-fit: contain;
     object-fit: contain;
}
.about__flex__img {
  width: 45%;
}
.about__flex__text {
  width: 50%;
  padding-top: 40px;
  text-align: left;
  max-width: 520px;
}
.about__flex__text h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.about__flex__text h3 span {
  display: block;
  font-size: 40px;
  color: #D36B00;
}
.about__flex__text p {
  font-size: 16px;
  line-height: 2;
}
.about__flex__text p strong {
  background-color: #fff342;
}
.about__flex__reverse {
  padding-left: 40px;
}
.about__flex__wrap {
  background-color: #FAF7F0;
}
.about__flex__wrap .about__flex__img img {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template {
  background-color: #c68b2d;
  padding: 60px 0;
}
.template__inner h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.template__inner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.template__swiper {
  margin: 40px 0;
}
.template__swiper .swiper-slide img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.template__title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  line-height: 1.6;
}
.template__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 !important;
}
.template__list li {
  list-style: none !important;
  width: 30%;
}
.template__list li a {
  display: block;
}
.template__list li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.template__list li a picture {
  overflow: hidden;
  height: 200px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.template__list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.template__list li a h4 {
  font-size: 18px;
  text-align: center;
}

.feature {
  padding: 60px 0;
  background-color: #fff;
}
.feature__inner {
  text-align: center;
}
.feature__inner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.feature__inner p {
  line-height: 1.6;
  margin-bottom: 40px;
}
.feature__inner h3 {
  font-size: 22px;
  margin-bottom: 40px;
}
.feature .btn {
  background-color: #D36B00;
  color: #fff;
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.feature__list > li {
  border-top: 8px solid #D36B00;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 31%;
  padding: 20px;
}
.feature__list > li > img {
  height: 150px;
  margin-bottom: 20px;
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature__list > li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.feature__list > li p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
}
.feature__detail {
  text-align: left;
  border: 1px solid #D36B00;
}
.feature__detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 10px;
  line-height: 1.6;
  font-size: 14px;
}
.feature__detail li img {
  width: 14px;
}

.seo {
  padding: 80px 0;
  background-image: url(/wp-content/themes/bukken-press/img/seo-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.seo::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.seo__inner {
  text-align: center;
  position: relative;
  z-index: 10;
}
.seo__inner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #fff;
}
.seo__inner p {
  line-height: 1.6;
  margin-bottom: 40px;
  color: #fff;
}
.seo__inner > h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}
.seo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.seo__list > li {
  padding: 40px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
          box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
}
.seo__list > li h3 {
  color: #D36B00;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.seo__list > li p {
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.seo__list__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 0 20px;
}
.seo__list__list > li {
  color: #000;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding: 5px 0;
  gap: 10px;
}
.seo__list__list > li img {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.case {
  padding: 60px 0;
}
.case__inner {
  text-align: center;
}
.case__inner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.case__inner p {
  line-height: 1.6;
  margin-bottom: 40px;
}
.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case__list li {
  width: 48%;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #D36B00;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.case__list li img {
  width: 200px;
  margin-bottom: 20px;
}
.case__list li h3 {
  font-size: 22px;
  line-height: 1.6;
}
.case__list li h4 {
  font-size: 24px;
  color: #D36B00;
  line-height: 1.6;
}
.case__list li p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  text-align: justify;
}

.price {
  padding: 60px 0 200px;
  background-color: #fff;
}
.price__inner {
  text-align: center;
  width: 1100px;
}
.price__inner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.price__inner p {
  line-height: 1.6;
  margin-bottom: 40px;
}
.price__inner h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}
.price__table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  margin-bottom: 80px;
  width: 100%;
}
.price__table thead th {
  padding: 20px 10px;
  text-align: center;
}
.price__table tr {
  background-color: #fff;
  padding: 10px;
}
.price__table tr:nth-child(even) {
  background-color: #eee;
}
.price__table th, .price__table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
.price__table th img, .price__table td img {
  width: 28px;
}
.price__table td {
  text-align: center;
}
.price__table i {
  font-size: 18px;
}
.price__plan1 {
  background: #00abbb;
}
.price__plan1 .price__plan1_i {
  color: #00abbb;
}
.price__plan2 {
  background: #c68b2d;
}
.price__plan2 .price__plan2_i {
  color: #c68b2d;
}
.price__plan3 {
  background: #575757;
}
.price__plan3 .price__plan3_i {
  color: #575757;
}
.price__price {
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.price__price span {
  font-size: 14px;
}
.price__big {
  font-size: 22px !important;
  line-height: 1.6 !important;
  color: #ea3636;
  font-weight: bold;
}
.price__big strong {
  font-size: 140%;
}
.price__big small {
  color: #333;
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin: 10px 0;
}
.price__btn {
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
.price__option {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 40px;
}
.price__option dl {
  width: 25%;
}
.price__option dl dt, .price__option dl dd {
  padding: 10px;
  line-height: 1.4;
}
.price__option dl dt {
  background-color: #D36B00;
  color: #fff;
  font-weight: bold;
}
.price__option dl dd {
  border-bottom: 1px solid #ccc;
}
.price .btn {
  background-color: #D36B00;
  color: #fff;
}

.flow {
  background-color: #FAF7F0;
  padding: 60px 0;
  position: relative;
}
.flow::before {
  content: "";
  background-image: url(/wp-content/themes/bukken-press/img/flow-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 0;
}
.flow__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.flow__inner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.flow__inner p {
  line-height: 1.6;
  margin-bottom: 40px;
}
.flow__box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.flow__list {
  padding: 0 40px;
  border-bottom: solid 1px #E1E8ED;
  width: 100%;
}
.flow__list > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}
.flow__list > li:last-of-type .flow__num::after {
  display: none;
}
.flow__list > li dl {
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
.flow__list > li dl dt {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}
.flow__list > li dl dd {
  margin: 0;
  line-height: 1.4;
}
.flow__num {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  color: #ea3636;
  text-align: center;
  width: 70px;
  position: relative;
  margin: 0 !important;
  padding: 10px;
  z-index: 1;
}
.flow__num::before {
  content: "STEP";
  font-size: 10px;
  display: block;
  letter-spacing: 1px;
}
.flow__num::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  margin: auto;
}

.faq {
  padding: 60px 0;
  background-color: #fff;
}
.faq__inner {
  text-align: center;
}
.faq__inner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.faq__inner p {
  line-height: 1.6;
  margin-bottom: 40px;
}
.faq__item {
  max-width: 1000px;
  margin: 0 auto;
}
.faq__item h3 {
  background-color: #1f8608;
  border-radius: 30px;
  padding: 15px 25px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.6;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.faq__item p {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0 !important;
}
.faq__item p.active {
  display: block;
  max-height: 200px;
  padding: 0 0 40px;
}

.contact {
  padding: 60px 0;
  background-color: #c68b2d;
}
.contact__inner {
  text-align: center;
}
.contact__inner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #fff;
}
.contact__inner > p {
  line-height: 1.6;
  margin-bottom: 40px;
  color: #fff;
}
.contact__form {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
}
.contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.contact__flex__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact__flex__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact__item {
  margin-bottom: 20px;
}
.contact__item h3 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact__item input, .contact__item select, .contact__item textarea {
  font-size: 15px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #D36B00;
  line-height: 1.6;
}
.contact__item textarea {
  height: 200px;
}
.contact__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 20px;
  width: 100%;
}
.contact__confirm span, .contact__confirm label {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__confirm input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 10px;
}
.contact__submit input {
  background-color: #D36B00;
  padding: 15px;
  width: 200px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 0;
}
.contact__submit__wrap {
  text-align: center;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  margin: 10px 0;
}

.footer {
  border-top: 1px solid #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #333;
}
.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.footer__upper h2 {
  display: inline-block;
}
.footer__upper h2 a {
  display: block;
}
.footer__upper h2 a img {
  width: 200px;
}
.footer__upper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer__upper__list a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.footer__upper__list a:hover {
  text-decoration: underline;
}
.footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__lower__item {
  margin-bottom: 40px;
  width: 30%;
}
.footer__lower__item h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 100%;
}
.footer__lower__list li {
  padding: 10px;
}
.footer__lower__list li a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-right: 10px;
}
.footer__lower__list li a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.campaign {
  background-color: #D36B00;
  border-top: 5px solid #fff342;
  border-bottom: 5px solid #fff342;
  padding: 60px 0;
}
.campaign__inner {
  text-align: center;
}
.campaign__inner h2 {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
}
.campaign__inner h3 {
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}
.campaign__inner h3 strong {
  font-size: 70px;
}
.campaign__inner > small {
  color: #fff;
  text-align: right;
  display: block;
  max-width: 900px;
  margin: 0 auto 20px;
}
.campaign__inner p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
}
.campaign__box {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 80px;
  max-width: 900px;
  margin: 0 auto 40px;
}
.campaign__box h4 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.campaign__box h4 img {
  width: 150px;
}
.campaign__box h5 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #ea3636;
}
.campaign__box small {
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.campaign__list {
  margin-bottom: 20px;
}
.campaign__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 0;
  font-weight: bold;
}
.campaign__list li img {
  width: 30px;
}

.notfound {
  min-height: calc(100vh - 650px);
}
.notfound__inner {
  padding: 60px 0;
  text-align: center;
}
.notfound__inner h2 {
  margin-bottom: 40px;
  font-size: 28px;
}
.notfound__inner p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 40px;
}

.page {
  padding: 60px 0;
}
.page__inner {
  max-width: 900px;
}
.page__inner > p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}
.page__inner > h2 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.page__inner > ul {
  list-style: disc;
  padding-left: 40px;
}
.page__inner > ul > li {
  padding: 5px 0;
  line-height: 1.8;
  list-style: disc;
  list-style-position: inside;
  font-size: 15px;
}
.page__inner a {
  color: #D36B00;
}

.hero {
  background-image: url(/wp-content/themes/bukken-press/img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
}
.hero::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.hero__inner {
  position: relative;
  z-index: 2;
}
.hero__inner h1 {
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__inner h1 span {
  display: block;
  font-size: 20px;
  line-height: 1.6;
}

.post-password-form {
  padding: 80px 40px;
  margin: 60px auto !important;
  max-width: 900px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}
.post-password-form p {
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.post-password-form p label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.post-password-form p label input {
  border: 1px solid #c68b2d;
  padding: 5px 15px;
}
.post-password-form p > input {
  background-color: #D36B00;
  padding: 15px;
  width: 200px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 0;
}

@media screen and (max-width: 1240px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mv {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mv__text h1 {
    font-size: 44px;
  }
  .mv__img {
    width: 400px;
    height: 250px;
  }
  .feature__list > li p {
    font-size: 14px;
  }
  .seo__list > li p {
    font-size: 12px;
  }
  .price__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .global__menu li {
    padding: 0 5px;
  }
  .global__menu li a {
    font-size: 12px;
  }
  .mv__text h1 {
    font-size: 36px;
  }
  .mv__img {
    width: 300px;
    height: 200px;
  }
  .mv__btn {
    font-size: 18px;
  }
  .mv__caption p {
    font-size: 20px;
  }
  .campaign__inner h3 {
    font-size: 32px;
  }
  .campaign__box {
    padding: 40px;
  }
  .problem__list li h3 {
    font-size: 16px;
  }
  .problem__list li p {
    font-size: 12px;
  }
  .about__flex__text {
    padding-top: 0;
  }
  .about__flex__text p {
    font-size: 14px;
  }
  .feature__list > li h3 {
    font-size: 16px;
  }
  .feature__list > li p {
    font-size: 12px;
  }
  .feature__detail li {
    font-size: 12px;
  }
  .seo__list > li {
    padding: 40px 20px 20px;
  }
  .seo__list > li h3 {
    font-size: 18px;
  }
  .seo__list__list {
    padding: 0;
  }
  .seo__list__list li {
    font-size: 14px;
  }
  .case__list li img {
    width: 150px;
  }
  .case__list li h3 {
    font-size: 18px;
  }
  .case__list li h4 {
    font-size: 22px;
  }
  .price__table th, .price__table td {
    font-size: 14px;
  }
  .price__price {
    font-size: 20px;
  }
  .price__price span {
    font-size: 12px;
  }
  .price__option dl dt, .price__option dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .header__inner h1 {
    width: 150px;
  }
  .global__menu {
    margin-right: 10px;
  }
  .mv__inner {
    padding: 40px 20px;
  }
  .mv__img {
    right: 20px;
  }
  .mv__caption {
    right: 20px;
    bottom: 40px;
  }
  .about__flex__text h3 {
    font-size: 20px;
  }
  .case__list li h3 {
    font-size: 16px;
  }
  .price__price {
    font-size: 18px;
  }
  .price__big {
    font-size: 18px !important;
  }
  .price__option dl dt, .price__option dl dd {
    font-size: 13px;
  }
  .flow__list > li dl dd {
    font-size: 15px;
  }
  .faq__item h3 {
    font-size: 16px;
  }
  .faq__item p {
    font-size: 14px;
    width: 95%;
  }
  .footer__lower {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .hiddenSP {
    display: none !important;
  }
  html {
    scroll-padding-top: 15.7894736842vw;
  }
  body {
    padding-top: 10.5263157895vw;
  }
  .wrapper {
    padding-left: 5.2631578947vw !important;
    padding-right: 5.2631578947vw !important;
  }
  .hiddenPC {
    display: block !important;
  }
  .btn {
    padding: 5.2631578947vw;
    width: 78.9473684211vw;
    max-width: 100%;
    border-radius: 10.5263157895vw;
    font-size: 4.2105263158vw;
  }
  .btn__wrap {
    margin: 0;
  }
  .header {
    height: 18.4210526316vw;
  }
  .header__headline {
    padding: 1.3157894737vw 0;
  }
  .header__headline p {
    font-size: 2.6315789474vw;
  }
  .header__inner {
    padding: 2.6315789474vw 5.2631578947vw;
  }
  .header__inner h1 {
    width: 31.5789473684vw;
  }
  .header__inner h1 a img {
    width: 31.5789473684vw;
  }
  .header__btn {
    border-radius: 5.2631578947vw;
    padding: 2.1052631579vw 5.2631578947vw;
    font-size: 3.6842105263vw;
  }
  .header__btn span {
    display: inline-block !important;
  }
  .mv {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 5.2631578947vw;
    padding-top: 0;
  }
  .mv__inner {
    padding: 5.2631578947vw;
    width: 100%;
    border-radius: 0;
  }
  .mv__text {
    padding-top: 7.8947368421vw;
    width: 100%;
  }
  .mv__text p {
    font-size: 4.7368421053vw;
  }
  .mv__text h1 {
    font-size: 7.8947368421vw;
  }
  .mv__text h2 {
    font-size: 3.6842105263vw;
    margin-bottom: 5.2631578947vw;
  }
  .mv__text > img {
    border-radius: 2.6315789474vw;
    height: 47.3684210526vw;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 10.5263157895vw;
  }
  .mv__caption {
    right: 2.6315789474vw;
    z-index: 10;
    top: 89.4736842105vw;
    bottom: auto;
  }
  .mv__caption p {
    font-size: 4.2105263158vw;
  }
  .mv__caption p strong {
    font-size: 5.2631578947vw;
    margin: 0 0.7894736842vw;
  }
  .mv__btn {
    width: 100%;
    padding: 3.9473684211vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.7368421053vw;
  }
  .mv__btn img {
    width: 4.7368421053vw;
  }
  .mv__swiper {
    margin-top: 5.2631578947vw;
  }
  .campaign {
    padding: 10.5263157895vw 0;
  }
  .campaign__inner h2 {
    font-size: 4.2105263158vw;
    margin-bottom: 5.2631578947vw;
  }
  .campaign__inner h3 {
    font-size: 6.3157894737vw;
    margin-bottom: 5.2631578947vw;
  }
  .campaign__inner h3 strong {
    font-size: 7.3684210526vw;
  }
  .campaign__inner > small {
    font-size: 2.6315789474vw;
    margin-bottom: 5.2631578947vw;
  }
  .campaign__inner p {
    font-size: 4.7368421053vw;
    margin-bottom: 2.6315789474vw;
  }
  .campaign__box {
    padding: 10.5263157895vw 5.2631578947vw;
    margin-bottom: 10.5263157895vw;
  }
  .campaign__box h4 {
    font-size: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .campaign__box h4 img {
    width: 39.4736842105vw;
  }
  .campaign__box h5 {
    font-size: 4.4736842105vw;
  }
  .campaign__box h5 small {
    font-size: 2.6315789474vw;
  }
  .campaign__list {
    margin-bottom: 5.2631578947vw;
  }
  .campaign__list li {
    font-size: 4.2105263158vw;
    gap: 2.6315789474vw;
    padding: 2.6315789474vw 0;
    text-align: left;
  }
  .campaign__list li img {
    width: 4.2105263158vw;
  }
  .problem {
    padding: 10.5263157895vw 0;
  }
  .problem__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 5.2631578947vw;
    line-height: 1.6;
  }
  .problem__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2631578947vw;
  }
  .problem__list li {
    width: 100%;
    padding: 5.2631578947vw;
    gap: 2.6315789474vw;
  }
  .problem__list li img {
    height: 21.0526315789vw;
    margin-bottom: 5.2631578947vw;
  }
  .problem__list li h3 {
    font-size: 4.7368421053vw;
  }
  .problem__list li p {
    font-size: 3.6842105263vw;
  }
  .about {
    padding: 10.5263157895vw 0 0;
  }
  .about__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .about__flex {
    display: block;
    padding: 10.5263157895vw 0;
  }
  .about__flex__text {
    width: 100%;
  }
  .about__flex__text h3 {
    margin-bottom: 2.6315789474vw;
    font-size: 4.7368421053vw;
    gap: 1.3157894737vw;
  }
  .about__flex__text h3 span {
    font-size: 10.5263157895vw;
  }
  .about__flex__text p {
    font-size: 3.6842105263vw;
  }
  .about__flex__text img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 2.6315789474vw;
  }
  .template {
    padding: 10.5263157895vw 0;
  }
  .template__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .template__inner p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .template__title {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    line-height: 1.6;
  }
  .template__list {
    padding: 10.5263157895vw 0 !important;
  }
  .template__list li {
    width: 48%;
  }
  .template__list li a picture {
    height: 26.3157894737vw;
    margin-bottom: 5.2631578947vw;
  }
  .template__list li a h4 {
    font-size: 4.2105263158vw;
  }
  .feature {
    padding: 10.5263157895vw 0;
  }
  .feature__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .feature__inner p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .feature__inner h3 {
    font-size: 4.2105263158vw;
    margin-bottom: 5.2631578947vw;
  }
  .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2631578947vw;
    margin-bottom: 10.5263157895vw;
  }
  .feature__list > li {
    width: 100%;
    padding: 5.2631578947vw;
    gap: 2.6315789474vw;
  }
  .feature__list > li > img {
    height: 21.0526315789vw;
    margin-bottom: 5.2631578947vw;
  }
  .feature__list > li h3 {
    font-size: 4.7368421053vw;
  }
  .feature__list > li p {
    font-size: 3.6842105263vw;
    margin-bottom: 5.2631578947vw;
  }
  .feature__detail {
    padding: 2.6315789474vw 0;
  }
  .feature__detail li {
    padding: 1.3157894737vw 2.6315789474vw;
    font-size: 3.1578947368vw;
  }
  .seo {
    padding: 10.5263157895vw 0;
  }
  .seo__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .seo__inner p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .seo__inner h3 {
    font-size: 4.2105263158vw;
    margin-bottom: 5.2631578947vw;
    line-height: 1.4;
  }
  .seo__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2631578947vw;
    margin-bottom: 10.5263157895vw;
  }
  .seo__list > li {
    width: 100%;
    padding: 5.2631578947vw;
    gap: 2.6315789474vw;
  }
  .seo__list > li h3 {
    font-size: 4.7368421053vw;
  }
  .seo__list > li p {
    font-size: 3.6842105263vw;
    margin-bottom: 0;
  }
  .seo__list__list li {
    padding: 1.3157894737vw 5.2631578947vw;
    font-size: 3.6842105263vw;
    gap: 2.6315789474vw;
  }
  .seo__list__list li img {
    width: 3.1578947368vw;
  }
  .case {
    padding: 10.5263157895vw 0;
  }
  .case__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .case__inner p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2631578947vw;
  }
  .case__list > li {
    width: 100%;
    padding: 5.2631578947vw;
    gap: 2.6315789474vw;
  }
  .case__list > li img {
    width: 39.4736842105vw;
    margin-bottom: 5.2631578947vw;
  }
  .case__list > li h3 {
    font-size: 4.2105263158vw;
  }
  .case__list > li h4 {
    font-size: 5.2631578947vw;
  }
  .case__list > li p {
    font-size: 3.6842105263vw;
    margin-bottom: 0;
  }
  .price {
    padding: 10.5263157895vw 0 36.8421052632vw;
  }
  .price__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .price__inner p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .price__inner h3 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
  }
  .price__table {
    margin-bottom: 10.5263157895vw;
  }
  .price__table thead th {
    padding: 3.9473684211vw 1.3157894737vw;
  }
  .price__table th, .price__table td {
    font-size: 2.8947368421vw;
    padding: 2.6315789474vw 1.3157894737vw;
  }
  .price__table td img {
    width: 5.2631578947vw;
  }
  .price__price {
    font-size: 3.6842105263vw;
    gap: 1.3157894737vw;
    line-height: 1.4;
  }
  .price__price span {
    font-size: 2.6315789474vw;
    white-space: nowrap;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .price__big {
    font-size: 2.6315789474vw !important;
    line-height: 1.2 !important;
  }
  .price__big strong {
    margin: 1.3157894737vw 0 2.6315789474vw;
    font-size: 4.2105263158vw;
    display: block;
    white-space: nowrap;
  }
  .price__big small {
    margin: 1.3157894737vw 0;
    font-size: 2.6315789474vw;
    line-height: 1.2;
  }
  .price__option dl {
    width: 50%;
  }
  .price__option dl dt, .price__option dl dd {
    padding: 2.1052631579vw;
    font-size: 2.8947368421vw;
  }
  .flow {
    padding: 0 0 10.5263157895vw;
  }
  .flow__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .flow__inner > p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .flow__list {
    padding: 0 5.2631578947vw 2.6315789474vw;
  }
  .flow__list > li {
    padding: 2.6315789474vw 0;
    gap: 5.2631578947vw;
  }
  .flow__list > li dl dt {
    font-size: 4.7368421053vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.4;
  }
  .flow__list > li dl dd {
    font-size: 3.6842105263vw;
  }
  .flow__num {
    width: 18.4210526316vw;
    font-size: 7.8947368421vw;
    padding: 2.6315789474vw;
  }
  .flow__num::before {
    font-size: 2.6315789474vw;
    letter-spacing: 0.2631578947vw;
  }
  .flow__num::after {
    height: calc(100% - 15.7894736842vw);
    top: 21.0526315789vw;
  }
  .faq {
    padding: 10.5263157895vw 0;
  }
  .faq__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .faq__inner > p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .faq__item h3 {
    font-size: 3.9473684211vw;
    padding: 3.9473684211vw 5.2631578947vw;
    border-radius: 7.8947368421vw;
    margin-bottom: 5.2631578947vw;
  }
  .faq__item p.active {
    font-size: p(15);
    max-height: 52.6315789474vw;
    padding: 0 0 10.5263157895vw;
  }
  .contact {
    padding: 10.5263157895vw 0;
  }
  .contact__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .contact__inner > p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .contact__form {
    padding: 5.2631578947vw 5.2631578947vw 10.5263157895vw;
  }
  .contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .contact__item h3 {
    font-size: 3.9473684211vw;
    margin-bottom: 2.6315789474vw;
  }
  .contact__item input, .contact__item textarea, .contact__item select {
    font-size: 16px;
  }
  .contact__confirm {
    font-size: 3.9473684211vw;
  }
  .contact__submit {
    border-radius: 1.3157894737vw;
    font-size: 4.7368421053vw;
  }
  .contact__submit input {
    font-size: 3.9473684211vw;
    width: 52.6315789474vw;
    font-size: 4.7368421053vw;
  }
  .footer {
    padding: 10.5263157895vw 0 5.2631578947vw;
  }
  .footer__upper {
    margin-bottom: 10.5263157895vw;
  }
  .footer__upper h2 a img {
    width: 39.4736842105vw;
  }
  .footer__upper__list {
    margin-top: 2.6315789474vw;
    gap: 2.6315789474vw;
  }
  .footer__upper__list a {
    font-size: 3.1578947368vw;
  }
  .footer__lower {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer__lower__item {
    width: 100%;
    margin-bottom: 5.2631578947vw;
  }
  .footer__lower__item h3 {
    font-size: 3.9473684211vw;
    margin-bottom: 2.6315789474vw;
  }
  .footer__lower__list {
    margin-bottom: 5.2631578947vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .footer__lower__list li {
    padding: 1.0526315789vw;
  }
  .footer__lower__list li a {
    font-size: 3.1578947368vw;
    padding: 0.5263157895vw 1.3157894737vw;
  }
  .copyright {
    font-size: 3.1578947368vw;
  }
  .page {
    padding: 13.1578947368vw 0;
    background-color: #fff;
  }
  .page__inner {
    padding: 0;
    background: none;
    border: none;
  }
  .page__inner > h2 {
    font-size: 4.2105263158vw;
    margin-bottom: 2.6315789474vw;
  }
  .page__inner > p {
    font-size: 3.6842105263vw;
    margin-bottom: 2.6315789474vw;
  }
  .page__inner > ul {
    padding-left: 5.2631578947vw;
  }
  .page__inner > ul > li {
    padding: 0;
    font-size: 3.1578947368vw;
  }
  .hero {
    margin-top: 7.8947368421vw;
    padding: 15.7894736842vw 0;
  }
  .hero__inner h1 {
    font-size: 7.3684210526vw;
  }
  .hero__inner h1 span {
    font-size: 3.6842105263vw;
  }
}