@charset "UTF-8";
/*
setting

ここには変数の定義と値の設定を記述してください。

読み込み順もどのファイルよりも早くする必要があります。
*/
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
setting

ここには変数の定義と値の設定を記述してください。

読み込み順もどのファイルよりも早くする必要があります。
*/
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
function

サイト全体で使えるmixinなどを定義。
*/
/* =====================
    リセット
===================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

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

body {
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  body.is-no-scroll {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.75;
}

ul,
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:not([class]) {
  color: #006CFF;
}
a:not([class]):hover {
  color: #065CA4;
}

address,
em {
  font-style: normal;
}

pre,
code {
  font-size: 1.4rem;
  background-color: #fff;
}

pre {
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  font-size: inherit;
  line-height: 0;
}

a img {
  transition: 0.25s;
}
a img:hover {
  opacity: 0.5;
}

sup,
sub {
  font-size: smaller;
}

* {
  outline: none;
}

main {
  display: block;
}

table {
  max-width: 100%;
  color: inherit;
  border-spacing: 0;
  border-collapse: collapse;
}

.grecaptcha-badge {
  display: none;
}

a.icon--hide::after {
  display: none !important;
}

.c-icon-link {
  position: relative;
}
.c-icon-link.-blank::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  margin-left: 0.5em;
  font-size: 1em;
}
.c-icon-link.-dl::before {
  content: "";
  background: url(../../assets/images/common/icon-download.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 0.5em;
}

.c-icon-up-right {
  position: relative;
}
.c-icon-up-right::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-up-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: 0px;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.5em;
}

a[class~=c-icon-up-right] {
  transition: all 0.3s;
  position: relative;
}
a[class~=c-icon-up-right]::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a[class~=c-icon-up-right]::after {
    right: 10px;
  }
}
a[class~=c-icon-up-right].-txt::after {
  right: -20px;
}
@media only screen and (max-width: 768px) {
  a[class~=c-icon-up-right].-txt::after {
    right: -10px;
  }
}
@media only screen and (min-width: 769px) {
  a[class~=c-icon-up-right].-txt:hover::after {
    top: calc(50% - 10px);
    right: -30px;
  }
}
@media only screen and (min-width: 769px) {
  a[class~=c-icon-up-right]:hover::after {
    top: calc(50% - 10px);
    right: 10px;
  }
}

.c-icon-pin {
  position: relative;
}
.c-icon-pin::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 1.25em;
  margin-right: 0.5em;
  color: inherit;
}

.c-icon-zip {
  position: relative;
}
.c-icon-zip::before {
  content: "";
  background: url(../../assets/images/common/icon-zip-code.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: 100%;
}

.c-icon-grid {
  position: relative;
}
.c-icon-grid::before {
  content: "";
  background: url(../../assets/images/common/icon-grid.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: 0px;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.25em;
}

li.c-icon-right {
  list-style-type: none !important;
}
li.c-icon-right a {
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  li.c-icon-right a {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.c-icon-down:before {
  content: "\f13a";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: inherit;
  margin-right: 16px;
  padding-left: 16px;
}

li.c-icon-down {
  list-style-type: none !important;
}
@media only screen and (max-width: 820px) {
  li.c-icon-down {
    text-indent: -3em;
    padding-left: 3em;
  }
}

.c-accordion-item {
  padding-bottom: 6px;
  list-style: none;
}
.c-accordion-ttl {
  cursor: pointer;
  position: relative;
}
.c-accordion-content {
  display: none;
}
.c-accordion-icon__wrap {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translatey(-50%);
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 768px) {
  .c-accordion-icon__wrap {
    width: 25px;
    height: 25px;
    right: 0;
  }
}
.c-accordion-icon__icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.c-accordion-icon__icon::before, .c-accordion-icon__icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 3px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .c-accordion-icon__icon::before, .c-accordion-icon__icon::after {
    height: 2px;
  }
}
.c-accordion-icon__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion-icon__icon.open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-accordion__item {
  border: 2px solid #000000;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-accordion__item {
    margin-bottom: 10px;
  }
}

.c-accordion__title {
  padding: 1em;
  padding: 1em;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .c-accordion__title {
    font-size: 1.6rem;
  }
}
.c-accordion__title::before, .c-accordion__title::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  right: 15px;
  top: 50%;
  width: 20px;
  border-radius: 5px;
  height: 3px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .c-accordion__title::before, .c-accordion__title::after {
    width: 12px;
    height: 2px;
    right: 5px;
  }
}
.c-accordion__title::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.is-open > .c-accordion__title::after {
  content: none;
}
.is-open > .c-accordion__title::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-accordion__content {
  display: none;
  padding: 0 1em 1em;
  margin-top: 0;
}

.c-accordion-shadow-green {
  position: relative;
  border-radius: 16px;
  border: 3px solid #000;
  box-shadow: 10px 10px 0 rgba(43, 255, 181, 0.3);
  transition: all 0.5s;
  color: #000;
  height: 100%;
}
.c-accordion-shadow-green:hover {
  box-shadow: 0 0 0;
  background: rgba(43, 255, 181, 0.3);
}
.c-accordion-shadow-green .c-accordion__title {
  padding: 10px;
}

@media only screen and (max-width: 820px) {
  .c-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .c-inner {
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .c-inner.c-inner--980 {
    width: auto;
    max-width: 1080px;
  }
}
@media only screen and (min-width: 769px) {
  .c-inner.c-inner--994 {
    width: auto;
    max-width: 1094px;
  }
}
@media only screen and (min-width: 769px) {
  .c-inner.c-inner--1000 {
    width: auto;
    max-width: 1100px;
  }
}
@media only screen and (min-width: 769px) {
  .c-inner.c-inner--1090 {
    width: auto;
    max-width: 1190px;
  }
}
@media only screen and (min-width: 769px) {
  .c-inner.c-inner--1320 {
    width: auto;
    max-width: 1420px;
  }
}

@media only screen and (max-width: 820px) {
  .c-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .c-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

button {
  border: none;
}

.c-btn-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .c-btn-container {
    align-items: center;
  }
}

.c-btn-green,
.is-style-c-btn-green .wp-block-button__link {
  text-decoration: none;
  background: #2BF9B5;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  color: #000000;
  transition: 0.25s;
}
@media only screen and (min-width: 769px) {
  .c-btn-green,
  .is-style-c-btn-green .wp-block-button__link {
    height: 70px;
    min-width: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-green,
  .is-style-c-btn-green .wp-block-button__link {
    height: 55px;
    min-width: 260px;
  }
}
.c-btn-green:hover,
.is-style-c-btn-green .wp-block-button__link:hover {
  opacity: 0.5;
}

.c-btn-green-border,
.is-style-c-btn-green-border .wp-block-button__link {
  text-decoration: none;
  background: #2BF9B5;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  min-width: 276px;
  padding-left: 3em;
  padding-right: 3em;
  color: #000000;
  border: 2px solid #000;
  transition: 0.25s;
}
.c-btn-green-border:hover,
.is-style-c-btn-green-border .wp-block-button__link:hover {
  opacity: 0.5;
}

.c-btn-yellow,
.is-style-c-btn-yellow .wp-block-button__link {
  text-decoration: none;
  background: #EDFF00;
  border-radius: 70px;
  font-weight: 700;
  font-size: 2.2rem;
  min-width: 450px;
  padding-left: 1em;
  padding-right: 1em;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: 0.25s;
}
@media only screen and (max-width: 768px) {
  .c-btn-yellow,
  .is-style-c-btn-yellow .wp-block-button__link {
    height: 76px;
    width: 100%;
    min-width: unset;
    font-size: 1.8rem;
  }
}
.c-btn-yellow::before,
.is-style-c-btn-yellow .wp-block-button__link::before {
  content: "";
  background: url(../../assets/images/common/icon-pen.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.c-btn-yellow.-mail::before,
.is-style-c-btn-yellow .wp-block-button__link.-mail::before {
  background: url(../../assets/images/common/icon-mail.png) no-repeat;
  width: 16px;
  height: 12px;
}
.c-btn-yellow:hover,
.is-style-c-btn-yellow .wp-block-button__link:hover {
  opacity: 0.5;
}

.c-btn-border-yellow,
.is-style-c-btn-border-yellow .wp-block-button__link {
  text-decoration: none;
  background: #EDFF00;
  border-radius: 70px;
  font-weight: 700;
  font-size: 1.6rem;
  min-width: 230px;
  padding-left: 1em;
  padding-right: 1em;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 2px solid #000;
  box-sizing: border-box;
  transition: 0.25s;
}
@media only screen and (max-width: 768px) {
  .c-btn-border-yellow,
  .is-style-c-btn-border-yellow .wp-block-button__link {
    height: 46px;
    width: 100%;
    min-width: unset;
    font-size: 1.4rem;
    padding-left: 3em;
    padding-right: 3em;
  }
}
.c-btn-border-yellow:hover,
.is-style-c-btn-border-yellow .wp-block-button__link:hover {
  opacity: 0.5;
}

.c-btn-border-yellow.-mail::before,
.is-style-c-btn-border-yellow.-mail .wp-block-button__link::before {
  content: "";
  background: url(../../assets/images/common/icon-mail.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 16px;
  height: 12px;
}
.c-btn-border-yellow.-mail:hover,
.is-style-c-btn-border-yellow.-mail .wp-block-button__link:hover {
  opacity: 0.5;
}

.c-btn-normal-yellow,
.is-style-c-btn-normal-yellow .wp-block-button__link {
  text-decoration: none;
  background: #EDFF00;
  border-radius: 70px;
  font-weight: 700;
  font-size: 2.2rem;
  min-width: 450px;
  padding-left: 1em;
  padding-right: 1em;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 2rem;
  border: none;
  transition: 0.25s;
}
@media only screen and (max-width: 768px) {
  .c-btn-normal-yellow,
  .is-style-c-btn-normal-yellow .wp-block-button__link {
    height: 76px;
    width: 100%;
    font-size: 1.8rem;
    min-width: 260px;
  }
}
.c-btn-normal-yellow:hover,
.is-style-c-btn-normal-yellow .wp-block-button__link:hover {
  opacity: 0.5;
}

.c-btn-a,
.is-style-c-btn-a .wp-block-button__link {
  text-decoration: none;
  border: 2px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 70px;
  min-width: 280px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000000;
  border-radius: 70px;
}
@media only screen and (min-width: 769px) {
  .c-btn-a,
  .is-style-c-btn-a .wp-block-button__link {
    padding: 0 40px;
    min-width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-a,
  .is-style-c-btn-a .wp-block-button__link {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: calc(55px - 2em);
    min-width: 230px;
    height: unset;
  }
}
.c-btn-a::after,
.is-style-c-btn-a .wp-block-button__link::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-up-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-btn-a::after,
  .is-style-c-btn-a .wp-block-button__link::after {
    right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .c-btn-a:hover::after,
  .is-style-c-btn-a .wp-block-button__link:hover::after {
    top: calc(50% - 10px);
    right: 10px;
  }
}

.c-btn-c,
.is-style-c-btn-c .wp-block-button__link {
  text-decoration: none;
  border: 2px solid #000000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 70px;
  min-width: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000000;
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .c-btn-c,
  .is-style-c-btn-c .wp-block-button__link {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-c,
  .is-style-c-btn-c .wp-block-button__link {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: calc(55px - 2em);
    min-width: 230px;
    height: unset;
  }
}
.c-btn-c::after,
.is-style-c-btn-c .wp-block-button__link::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-up-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-btn-c::after,
  .is-style-c-btn-c .wp-block-button__link::after {
    right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .c-btn-c:hover::after,
  .is-style-c-btn-c .wp-block-button__link:hover::after {
    top: calc(50% - 10px);
    right: 10px;
  }
}

.c-btn-b,
.is-style-c-btn-b .wp-block-button__link {
  position: relative;
  border-radius: 10px;
  border: 2px solid #000;
  box-shadow: 10px 10px 0 rgba(43, 255, 181, 0.3);
  display: flex;
  flex-direction: column;
  padding: 40px 28px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #fff;
  transition: all 0.5s;
}
@media only screen and (min-width: 769px) {
  .c-btn-b,
  .is-style-c-btn-b .wp-block-button__link {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-b,
  .is-style-c-btn-b .wp-block-button__link {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.c-btn-b .-sub,
.is-style-c-btn-b .wp-block-button__link .-sub {
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .c-btn-b .-sub,
  .is-style-c-btn-b .wp-block-button__link .-sub {
    font-size: 1.2rem;
  }
}
.c-btn-b::after,
.is-style-c-btn-b .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-btn-b::after,
  .is-style-c-btn-b .wp-block-button__link::after {
    right: 10px;
  }
}
.c-btn-b:hover,
.is-style-c-btn-b .wp-block-button__link:hover {
  box-shadow: 0 0 0;
  background: rgba(43, 255, 181, 0.3);
  color: #000;
}

@media only screen and (min-width: 769px) {
  .-sm[class*=c-btn]:not([class*=is-style-c-btn]),
  .-sm[class*=is-style-c-btn] .wp-block-button__link {
    min-width: unset;
    padding-left: 2em;
    padding-right: 2em;
    height: 55px;
  }
}

@media only screen and (min-width: 769px) {
  .-md[class*=c-btn]:not([class*=is-style-c-btn]),
  .-md[class*=is-style-c-btn] .wp-block-button__link {
    min-width: unset;
    padding-left: 2em;
    padding-right: 2em;
    height: 74px;
  }
}

.c-btn-icon--none .wp-block-button__link::before, .c-btn-icon--none .wp-block-button__link::after {
  content: none;
}
.c-btn-icon--bnone .wp-block-button__link::before {
  content: none;
}
.c-btn-icon--anone .wp-block-button__link::after {
  content: none;
}
.c-btn-icon--blank .wp-block-button__link {
  position: relative;
}
.c-btn-icon--blank .wp-block-button__link::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-up-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .c-btn-icon--blank .wp-block-button__link:hover::after {
    top: calc(50% - 10px);
    right: 10px;
  }
}

.c-btn-icon-border,
.is-style-c-btn-icon-border .wp-block-button__link {
  border-radius: 70px;
  border: 2px solid #000;
  min-height: 55px;
  min-width: 240px;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.25s;
}
.c-btn-icon-border[href$=".pdf"], .c-btn-icon-border[href$=".xlsx"], .c-btn-icon-border[href$=".xls"], .c-btn-icon-border[href$=".doc"], .c-btn-icon-border[href$=".docx"],
.is-style-c-btn-icon-border .wp-block-button__link[href$=".pdf"],
.is-style-c-btn-icon-border .wp-block-button__link[href$=".xlsx"],
.is-style-c-btn-icon-border .wp-block-button__link[href$=".xls"],
.is-style-c-btn-icon-border .wp-block-button__link[href$=".doc"],
.is-style-c-btn-icon-border .wp-block-button__link[href$=".docx"] {
  position: relative;
}
.c-btn-icon-border[href$=".pdf"]::before, .c-btn-icon-border[href$=".xlsx"]::before, .c-btn-icon-border[href$=".xls"]::before, .c-btn-icon-border[href$=".doc"]::before, .c-btn-icon-border[href$=".docx"]::before,
.is-style-c-btn-icon-border .wp-block-button__link[href$=".pdf"]::before,
.is-style-c-btn-icon-border .wp-block-button__link[href$=".xlsx"]::before,
.is-style-c-btn-icon-border .wp-block-button__link[href$=".xls"]::before,
.is-style-c-btn-icon-border .wp-block-button__link[href$=".doc"]::before,
.is-style-c-btn-icon-border .wp-block-button__link[href$=".docx"]::before {
  content: "";
  background: url(../../assets/images/common/icon-download.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-btn-icon-border[href$=".pdf"]::before, .c-btn-icon-border[href$=".xlsx"]::before, .c-btn-icon-border[href$=".xls"]::before, .c-btn-icon-border[href$=".doc"]::before, .c-btn-icon-border[href$=".docx"]::before,
  .is-style-c-btn-icon-border .wp-block-button__link[href$=".pdf"]::before,
  .is-style-c-btn-icon-border .wp-block-button__link[href$=".xlsx"]::before,
  .is-style-c-btn-icon-border .wp-block-button__link[href$=".xls"]::before,
  .is-style-c-btn-icon-border .wp-block-button__link[href$=".doc"]::before,
  .is-style-c-btn-icon-border .wp-block-button__link[href$=".docx"]::before {
    left: 10px;
  }
}
.c-btn-icon-border[href^="#"],
.is-style-c-btn-icon-border .wp-block-button__link[href^="#"] {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .c-btn-icon-border[href^="#"],
  .is-style-c-btn-icon-border .wp-block-button__link[href^="#"] {
    padding: 0 40px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-icon-border[href^="#"],
  .is-style-c-btn-icon-border .wp-block-button__link[href^="#"] {
    padding: 0 40px;
  }
}
.c-btn-icon-border[href^="#"]::after,
.is-style-c-btn-icon-border .wp-block-button__link[href^="#"]::after {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-btn-icon-border:hover,
.is-style-c-btn-icon-border .wp-block-button__link:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .is-style-c-btn-icon-border {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .is-style-c-btn-icon {
    width: 100%;
  }
}

.c-btn-icon--search::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 1.25em;
  margin-right: 0.5em;
}

@media only screen and (min-width: 769px) {
  .c-btn-order-area:not(:first-child) {
    margin-top: 50px !important;
  }
}
.c-btn-order-area__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-btn-order-area__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .c-btn-order-area__ttl:not(.-sp_display)::after, .c-btn-order-area__ttl:not(.-sp_display)::before {
    display: none;
  }
}
.c-btn-order-area__ttl::before {
  content: "";
  background: url(/assets/images/page/icon-biz-before.png) no-repeat;
  background-size: 100%;
  width: 34px;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .c-btn-order-area__ttl::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: -15px;
  }
}
.c-btn-order-area__ttl::after {
  content: "";
  background: url(/assets/images/page/icon-biz-after.png) no-repeat;
  background-size: 100%;
  width: 34px;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .c-btn-order-area__ttl::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: -15px;
  }
}
.c-btn-order-area__btn {
  position: relative;
}
.c-btn-order-area__btn::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

.c-box {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .c-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.c-box-sm {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .c-box-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c-box-sm .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.c-box-md {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .c-box-md {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.c-box-md .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.c-box-border {
  border: 1px solid #000;
  padding: 40px 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .c-box-border {
    padding: 1em;
  }
}

.c-bg {
  background: #F3F3F3;
}

.c-bg-green {
  background: #E0F2EC;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .c-bg-green {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.c-bg-w {
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .c-bg-w {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .c-bg-w {
    padding: 2em 1em;
  }
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-grid__item {
  display: flex;
  flex-direction: column;
}
.c-grid__item > * {
  min-height: 0%;
}

.c-grid__item[data-grid~=auto] {
  flex-basis: auto;
  width: auto;
}
.c-grid__item[data-grid~="1"] {
  width: 8.3333333333%;
}
.c-grid__item[data-grid~="2"] {
  width: 16.6666666667%;
}
.c-grid__item[data-grid~="3"] {
  width: 25%;
}
.c-grid__item[data-grid~="4"] {
  width: 33.3333333333%;
}
.c-grid__item[data-grid~="5"] {
  width: 41.6666666667%;
}
.c-grid__item[data-grid~="6"] {
  width: 50%;
}
.c-grid__item[data-grid~="7"] {
  width: 58.3333333333%;
}
.c-grid__item[data-grid~="8"] {
  width: 66.6666666667%;
}
.c-grid__item[data-grid~="9"] {
  width: 75%;
}
.c-grid__item[data-grid~="10"] {
  width: 83.3333333333%;
}
.c-grid__item[data-grid~="11"] {
  width: 91.6666666667%;
}
.c-grid__item[data-grid~="12"] {
  width: 100%;
}
@media (max-width: 1200px) {
  .c-grid__item[data-grid~="lg:auto"] {
    width: auto;
  }
  .c-grid__item[data-grid~="lg:1"] {
    width: 8.3333333333%;
  }
  .c-grid__item[data-grid~="lg:2"] {
    width: 16.6666666667%;
  }
  .c-grid__item[data-grid~="lg:3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="lg:4"] {
    width: 33.3333333333%;
  }
  .c-grid__item[data-grid~="lg:5"] {
    width: 41.6666666667%;
  }
  .c-grid__item[data-grid~="lg:6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="lg:7"] {
    width: 58.3333333333%;
  }
  .c-grid__item[data-grid~="lg:8"] {
    width: 66.6666666667%;
  }
  .c-grid__item[data-grid~="lg:9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="lg:10"] {
    width: 83.3333333333%;
  }
  .c-grid__item[data-grid~="lg:11"] {
    width: 91.6666666667%;
  }
  .c-grid__item[data-grid~="lg:12"] {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .c-grid__item[data-grid~="md:auto"] {
    width: auto;
  }
  .c-grid__item[data-grid~="md:1"] {
    width: 8.3333333333%;
  }
  .c-grid__item[data-grid~="md:2"] {
    width: 16.6666666667%;
  }
  .c-grid__item[data-grid~="md:3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="md:4"] {
    width: 33.3333333333%;
  }
  .c-grid__item[data-grid~="md:5"] {
    width: 41.6666666667%;
  }
  .c-grid__item[data-grid~="md:6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="md:7"] {
    width: 58.3333333333%;
  }
  .c-grid__item[data-grid~="md:8"] {
    width: 66.6666666667%;
  }
  .c-grid__item[data-grid~="md:9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="md:10"] {
    width: 83.3333333333%;
  }
  .c-grid__item[data-grid~="md:11"] {
    width: 91.6666666667%;
  }
  .c-grid__item[data-grid~="md:12"] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-grid__item[data-grid~="sm:auto"] {
    width: auto;
  }
  .c-grid__item[data-grid~="sm:1"] {
    width: 8.3333333333%;
  }
  .c-grid__item[data-grid~="sm:2"] {
    width: 16.6666666667%;
  }
  .c-grid__item[data-grid~="sm:3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="sm:4"] {
    width: 33.3333333333%;
  }
  .c-grid__item[data-grid~="sm:5"] {
    width: 41.6666666667%;
  }
  .c-grid__item[data-grid~="sm:6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="sm:7"] {
    width: 58.3333333333%;
  }
  .c-grid__item[data-grid~="sm:8"] {
    width: 66.6666666667%;
  }
  .c-grid__item[data-grid~="sm:9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="sm:10"] {
    width: 83.3333333333%;
  }
  .c-grid__item[data-grid~="sm:11"] {
    width: 91.6666666667%;
  }
  .c-grid__item[data-grid~="sm:12"] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .c-grid__item[data-grid~="xs:auto"] {
    width: auto;
  }
  .c-grid__item[data-grid~="xs:1"] {
    width: 8.3333333333%;
  }
  .c-grid__item[data-grid~="xs:2"] {
    width: 16.6666666667%;
  }
  .c-grid__item[data-grid~="xs:3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="xs:4"] {
    width: 33.3333333333%;
  }
  .c-grid__item[data-grid~="xs:5"] {
    width: 41.6666666667%;
  }
  .c-grid__item[data-grid~="xs:6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="xs:7"] {
    width: 58.3333333333%;
  }
  .c-grid__item[data-grid~="xs:8"] {
    width: 66.6666666667%;
  }
  .c-grid__item[data-grid~="xs:9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="xs:10"] {
    width: 83.3333333333%;
  }
  .c-grid__item[data-grid~="xs:11"] {
    width: 91.6666666667%;
  }
  .c-grid__item[data-grid~="xs:12"] {
    width: 100%;
  }
}

.c-grid[data-gutter] > .c-grid__item {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.c-grid[data-gutter~="0"] {
  margin: 0px;
}
.c-grid[data-gutter~="0"] > .c-grid__item {
  border-width: 0px;
}
.c-grid[data-gutter~=x-0] {
  margin-right: 0px;
  margin-left: 0px;
}
.c-grid[data-gutter~=x-0] > .c-grid__item {
  border-right-width: 0px;
  border-left-width: 0px;
}
.c-grid[data-gutter~=y-0] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.c-grid[data-gutter~=y-0] > .c-grid__item {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.c-grid[data-gutter~="5"] {
  margin: 2.5px;
}
.c-grid[data-gutter~="5"] > .c-grid__item {
  border-width: 2.5px;
}
.c-grid[data-gutter~=x-5] {
  margin-right: -2.5px;
  margin-left: -2.5px;
}
.c-grid[data-gutter~=x-5] > .c-grid__item {
  border-right-width: 2.5px;
  border-left-width: 2.5px;
}
.c-grid[data-gutter~=y-5] {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}
.c-grid[data-gutter~=y-5] > .c-grid__item {
  border-top-width: 2.5px;
  border-bottom-width: 2.5px;
}
.c-grid[data-gutter~="10"] {
  margin: 5px;
}
.c-grid[data-gutter~="10"] > .c-grid__item {
  border-width: 5px;
}
.c-grid[data-gutter~=x-10] {
  margin-right: -5px;
  margin-left: -5px;
}
.c-grid[data-gutter~=x-10] > .c-grid__item {
  border-right-width: 5px;
  border-left-width: 5px;
}
.c-grid[data-gutter~=y-10] {
  margin-top: -5px;
  margin-bottom: -5px;
}
.c-grid[data-gutter~=y-10] > .c-grid__item {
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.c-grid[data-gutter~="20"] {
  margin: 10px;
}
.c-grid[data-gutter~="20"] > .c-grid__item {
  border-width: 10px;
}
.c-grid[data-gutter~=x-20] {
  margin-right: -10px;
  margin-left: -10px;
}
.c-grid[data-gutter~=x-20] > .c-grid__item {
  border-right-width: 10px;
  border-left-width: 10px;
}
.c-grid[data-gutter~=y-20] {
  margin-top: -10px;
  margin-bottom: -10px;
}
.c-grid[data-gutter~=y-20] > .c-grid__item {
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.c-grid[data-gutter~="30"] {
  margin: 15px;
}
.c-grid[data-gutter~="30"] > .c-grid__item {
  border-width: 15px;
}
.c-grid[data-gutter~=x-30] {
  margin-right: -15px;
  margin-left: -15px;
}
.c-grid[data-gutter~=x-30] > .c-grid__item {
  border-right-width: 15px;
  border-left-width: 15px;
}
.c-grid[data-gutter~=y-30] {
  margin-top: -15px;
  margin-bottom: -15px;
}
.c-grid[data-gutter~=y-30] > .c-grid__item {
  border-top-width: 15px;
  border-bottom-width: 15px;
}
.c-grid[data-gutter~="40"] {
  margin: 20px;
}
.c-grid[data-gutter~="40"] > .c-grid__item {
  border-width: 20px;
}
.c-grid[data-gutter~=x-40] {
  margin-right: -20px;
  margin-left: -20px;
}
.c-grid[data-gutter~=x-40] > .c-grid__item {
  border-right-width: 20px;
  border-left-width: 20px;
}
.c-grid[data-gutter~=y-40] {
  margin-top: -20px;
  margin-bottom: -20px;
}
.c-grid[data-gutter~=y-40] > .c-grid__item {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.c-grid[data-gutter~="50"] {
  margin: 25px;
}
.c-grid[data-gutter~="50"] > .c-grid__item {
  border-width: 25px;
}
.c-grid[data-gutter~=x-50] {
  margin-right: -25px;
  margin-left: -25px;
}
.c-grid[data-gutter~=x-50] > .c-grid__item {
  border-right-width: 25px;
  border-left-width: 25px;
}
.c-grid[data-gutter~=y-50] {
  margin-top: -25px;
  margin-bottom: -25px;
}
.c-grid[data-gutter~=y-50] > .c-grid__item {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
.c-grid[data-gutter~="60"] {
  margin: 30px;
}
.c-grid[data-gutter~="60"] > .c-grid__item {
  border-width: 30px;
}
.c-grid[data-gutter~=x-60] {
  margin-right: -30px;
  margin-left: -30px;
}
.c-grid[data-gutter~=x-60] > .c-grid__item {
  border-right-width: 30px;
  border-left-width: 30px;
}
.c-grid[data-gutter~=y-60] {
  margin-top: -30px;
  margin-bottom: -30px;
}
.c-grid[data-gutter~=y-60] > .c-grid__item {
  border-top-width: 30px;
  border-bottom-width: 30px;
}
@media (max-width: 1200px) {
  .c-grid[data-gutter~="lg:0"] {
    margin: 0px;
  }
  .c-grid[data-gutter~="lg:0"] > .c-grid__item {
    border-width: 0px;
  }
  .c-grid[data-gutter~="lg:x-0"] {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-grid[data-gutter~="lg:x-0"] > .c-grid__item {
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .c-grid[data-gutter~="lg:y-0"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-grid[data-gutter~="lg:y-0"] > .c-grid__item {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .c-grid[data-gutter~="lg:5"] {
    margin: -2.5px;
  }
  .c-grid[data-gutter~="lg:5"] > .c-grid__item {
    border-width: 2.5px;
  }
  .c-grid[data-gutter~="lg:x-5"] {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .c-grid[data-gutter~="lg:x-5"] > .c-grid__item {
    border-right-width: 2.5px;
    border-left-width: 2.5px;
  }
  .c-grid[data-gutter~="lg:y-5"] {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .c-grid[data-gutter~="lg:y-5"] > .c-grid__item {
    border-top-width: 2.5px;
    border-bottom-width: 2.5px;
  }
  .c-grid[data-gutter~="lg:10"] {
    margin: -5px;
  }
  .c-grid[data-gutter~="lg:10"] > .c-grid__item {
    border-width: 5px;
  }
  .c-grid[data-gutter~="lg:x-10"] {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-grid[data-gutter~="lg:x-10"] > .c-grid__item {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .c-grid[data-gutter~="lg:y-10"] {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .c-grid[data-gutter~="lg:y-10"] > .c-grid__item {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .c-grid[data-gutter~="lg:20"] {
    margin: -10px;
  }
  .c-grid[data-gutter~="lg:20"] > .c-grid__item {
    border-width: 10px;
  }
  .c-grid[data-gutter~="lg:x-20"] {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-grid[data-gutter~="lg:x-20"] > .c-grid__item {
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .c-grid[data-gutter~="lg:y-20"] {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-grid[data-gutter~="lg:y-20"] > .c-grid__item {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .c-grid[data-gutter~="lg:30"] {
    margin: -15px;
  }
  .c-grid[data-gutter~="lg:30"] > .c-grid__item {
    border-width: 15px;
  }
  .c-grid[data-gutter~="lg:x-30"] {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-grid[data-gutter~="lg:x-30"] > .c-grid__item {
    border-right-width: 15px;
    border-left-width: 15px;
  }
  .c-grid[data-gutter~="lg:y-30"] {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .c-grid[data-gutter~="lg:y-30"] > .c-grid__item {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .c-grid[data-gutter~="lg:40"] {
    margin: -20px;
  }
  .c-grid[data-gutter~="lg:40"] > .c-grid__item {
    border-width: 20px;
  }
  .c-grid[data-gutter~="lg:x-40"] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-grid[data-gutter~="lg:x-40"] > .c-grid__item {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .c-grid[data-gutter~="lg:y-40"] {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .c-grid[data-gutter~="lg:y-40"] > .c-grid__item {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .c-grid[data-gutter~="lg:50"] {
    margin: -25px;
  }
  .c-grid[data-gutter~="lg:50"] > .c-grid__item {
    border-width: 25px;
  }
  .c-grid[data-gutter~="lg:x-50"] {
    margin-right: -25px;
    margin-left: -25px;
  }
  .c-grid[data-gutter~="lg:x-50"] > .c-grid__item {
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .c-grid[data-gutter~="lg:y-50"] {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .c-grid[data-gutter~="lg:y-50"] > .c-grid__item {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .c-grid[data-gutter~="lg:60"] {
    margin: -30px;
  }
  .c-grid[data-gutter~="lg:60"] > .c-grid__item {
    border-width: 30px;
  }
  .c-grid[data-gutter~="lg:x-60"] {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-grid[data-gutter~="lg:x-60"] > .c-grid__item {
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .c-grid[data-gutter~="lg:y-60"] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .c-grid[data-gutter~="lg:y-60"] > .c-grid__item {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
}
@media (max-width: 1024px) {
  .c-grid[data-gutter~="md:0"] {
    margin: 0px;
  }
  .c-grid[data-gutter~="md:0"] > .c-grid__item {
    border-width: 0px;
  }
  .c-grid[data-gutter~="md:x-0"] {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-grid[data-gutter~="md:x-0"] > .c-grid__item {
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .c-grid[data-gutter~="md:y-0"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-grid[data-gutter~="md:y-0"] > .c-grid__item {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .c-grid[data-gutter~="md:5"] {
    margin: -2.5px;
  }
  .c-grid[data-gutter~="md:5"] > .c-grid__item {
    border-width: 2.5px;
  }
  .c-grid[data-gutter~="md:x-5"] {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .c-grid[data-gutter~="md:x-5"] > .c-grid__item {
    border-right-width: 2.5px;
    border-left-width: 2.5px;
  }
  .c-grid[data-gutter~="md:y-5"] {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .c-grid[data-gutter~="md:y-5"] > .c-grid__item {
    border-top-width: 2.5px;
    border-bottom-width: 2.5px;
  }
  .c-grid[data-gutter~="md:10"] {
    margin: -5px;
  }
  .c-grid[data-gutter~="md:10"] > .c-grid__item {
    border-width: 5px;
  }
  .c-grid[data-gutter~="md:x-10"] {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-grid[data-gutter~="md:x-10"] > .c-grid__item {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .c-grid[data-gutter~="md:y-10"] {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .c-grid[data-gutter~="md:y-10"] > .c-grid__item {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .c-grid[data-gutter~="md:20"] {
    margin: -10px;
  }
  .c-grid[data-gutter~="md:20"] > .c-grid__item {
    border-width: 10px;
  }
  .c-grid[data-gutter~="md:x-20"] {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-grid[data-gutter~="md:x-20"] > .c-grid__item {
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .c-grid[data-gutter~="md:y-20"] {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-grid[data-gutter~="md:y-20"] > .c-grid__item {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .c-grid[data-gutter~="md:30"] {
    margin: -15px;
  }
  .c-grid[data-gutter~="md:30"] > .c-grid__item {
    border-width: 15px;
  }
  .c-grid[data-gutter~="md:x-30"] {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-grid[data-gutter~="md:x-30"] > .c-grid__item {
    border-right-width: 15px;
    border-left-width: 15px;
  }
  .c-grid[data-gutter~="md:y-30"] {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .c-grid[data-gutter~="md:y-30"] > .c-grid__item {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .c-grid[data-gutter~="md:40"] {
    margin: -20px;
  }
  .c-grid[data-gutter~="md:40"] > .c-grid__item {
    border-width: 20px;
  }
  .c-grid[data-gutter~="md:x-40"] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-grid[data-gutter~="md:x-40"] > .c-grid__item {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .c-grid[data-gutter~="md:y-40"] {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .c-grid[data-gutter~="md:y-40"] > .c-grid__item {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .c-grid[data-gutter~="md:50"] {
    margin: -25px;
  }
  .c-grid[data-gutter~="md:50"] > .c-grid__item {
    border-width: 25px;
  }
  .c-grid[data-gutter~="md:x-50"] {
    margin-right: -25px;
    margin-left: -25px;
  }
  .c-grid[data-gutter~="md:x-50"] > .c-grid__item {
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .c-grid[data-gutter~="md:y-50"] {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .c-grid[data-gutter~="md:y-50"] > .c-grid__item {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .c-grid[data-gutter~="md:60"] {
    margin: -30px;
  }
  .c-grid[data-gutter~="md:60"] > .c-grid__item {
    border-width: 30px;
  }
  .c-grid[data-gutter~="md:x-60"] {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-grid[data-gutter~="md:x-60"] > .c-grid__item {
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .c-grid[data-gutter~="md:y-60"] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .c-grid[data-gutter~="md:y-60"] > .c-grid__item {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
}
@media (max-width: 768px) {
  .c-grid[data-gutter~="sm:0"] {
    margin: 0px;
  }
  .c-grid[data-gutter~="sm:0"] > .c-grid__item {
    border-width: 0px;
  }
  .c-grid[data-gutter~="sm:x-0"] {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-grid[data-gutter~="sm:x-0"] > .c-grid__item {
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .c-grid[data-gutter~="sm:y-0"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-grid[data-gutter~="sm:y-0"] > .c-grid__item {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .c-grid[data-gutter~="sm:5"] {
    margin: -2.5px;
  }
  .c-grid[data-gutter~="sm:5"] > .c-grid__item {
    border-width: 2.5px;
  }
  .c-grid[data-gutter~="sm:x-5"] {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .c-grid[data-gutter~="sm:x-5"] > .c-grid__item {
    border-right-width: 2.5px;
    border-left-width: 2.5px;
  }
  .c-grid[data-gutter~="sm:y-5"] {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .c-grid[data-gutter~="sm:y-5"] > .c-grid__item {
    border-top-width: 2.5px;
    border-bottom-width: 2.5px;
  }
  .c-grid[data-gutter~="sm:10"] {
    margin: -5px;
  }
  .c-grid[data-gutter~="sm:10"] > .c-grid__item {
    border-width: 5px;
  }
  .c-grid[data-gutter~="sm:x-10"] {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-grid[data-gutter~="sm:x-10"] > .c-grid__item {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .c-grid[data-gutter~="sm:y-10"] {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .c-grid[data-gutter~="sm:y-10"] > .c-grid__item {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .c-grid[data-gutter~="sm:20"] {
    margin: -10px;
  }
  .c-grid[data-gutter~="sm:20"] > .c-grid__item {
    border-width: 10px;
  }
  .c-grid[data-gutter~="sm:x-20"] {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-grid[data-gutter~="sm:x-20"] > .c-grid__item {
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .c-grid[data-gutter~="sm:y-20"] {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-grid[data-gutter~="sm:y-20"] > .c-grid__item {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .c-grid[data-gutter~="sm:30"] {
    margin: -15px;
  }
  .c-grid[data-gutter~="sm:30"] > .c-grid__item {
    border-width: 15px;
  }
  .c-grid[data-gutter~="sm:x-30"] {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-grid[data-gutter~="sm:x-30"] > .c-grid__item {
    border-right-width: 15px;
    border-left-width: 15px;
  }
  .c-grid[data-gutter~="sm:y-30"] {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .c-grid[data-gutter~="sm:y-30"] > .c-grid__item {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .c-grid[data-gutter~="sm:40"] {
    margin: -20px;
  }
  .c-grid[data-gutter~="sm:40"] > .c-grid__item {
    border-width: 20px;
  }
  .c-grid[data-gutter~="sm:x-40"] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-grid[data-gutter~="sm:x-40"] > .c-grid__item {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .c-grid[data-gutter~="sm:y-40"] {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .c-grid[data-gutter~="sm:y-40"] > .c-grid__item {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .c-grid[data-gutter~="sm:50"] {
    margin: -25px;
  }
  .c-grid[data-gutter~="sm:50"] > .c-grid__item {
    border-width: 25px;
  }
  .c-grid[data-gutter~="sm:x-50"] {
    margin-right: -25px;
    margin-left: -25px;
  }
  .c-grid[data-gutter~="sm:x-50"] > .c-grid__item {
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .c-grid[data-gutter~="sm:y-50"] {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .c-grid[data-gutter~="sm:y-50"] > .c-grid__item {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .c-grid[data-gutter~="sm:60"] {
    margin: -30px;
  }
  .c-grid[data-gutter~="sm:60"] > .c-grid__item {
    border-width: 30px;
  }
  .c-grid[data-gutter~="sm:x-60"] {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-grid[data-gutter~="sm:x-60"] > .c-grid__item {
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .c-grid[data-gutter~="sm:y-60"] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .c-grid[data-gutter~="sm:y-60"] > .c-grid__item {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
}
@media (max-width: 480px) {
  .c-grid[data-gutter~="xs:0"] {
    margin: 0px;
  }
  .c-grid[data-gutter~="xs:0"] > .c-grid__item {
    border-width: 0px;
  }
  .c-grid[data-gutter~="xs:x-0"] {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-grid[data-gutter~="xs:x-0"] > .c-grid__item {
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .c-grid[data-gutter~="xs:y-0"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-grid[data-gutter~="xs:y-0"] > .c-grid__item {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .c-grid[data-gutter~="xs:5"] {
    margin: -2.5px;
  }
  .c-grid[data-gutter~="xs:5"] > .c-grid__item {
    border-width: 2.5px;
  }
  .c-grid[data-gutter~="xs:x-5"] {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .c-grid[data-gutter~="xs:x-5"] > .c-grid__item {
    border-right-width: 2.5px;
    border-left-width: 2.5px;
  }
  .c-grid[data-gutter~="xs:y-5"] {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .c-grid[data-gutter~="xs:y-5"] > .c-grid__item {
    border-top-width: 2.5px;
    border-bottom-width: 2.5px;
  }
  .c-grid[data-gutter~="xs:10"] {
    margin: -5px;
  }
  .c-grid[data-gutter~="xs:10"] > .c-grid__item {
    border-width: 5px;
  }
  .c-grid[data-gutter~="xs:x-10"] {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-grid[data-gutter~="xs:x-10"] > .c-grid__item {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .c-grid[data-gutter~="xs:y-10"] {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .c-grid[data-gutter~="xs:y-10"] > .c-grid__item {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .c-grid[data-gutter~="xs:20"] {
    margin: -10px;
  }
  .c-grid[data-gutter~="xs:20"] > .c-grid__item {
    border-width: 10px;
  }
  .c-grid[data-gutter~="xs:x-20"] {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-grid[data-gutter~="xs:x-20"] > .c-grid__item {
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .c-grid[data-gutter~="xs:y-20"] {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-grid[data-gutter~="xs:y-20"] > .c-grid__item {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .c-grid[data-gutter~="xs:30"] {
    margin: -15px;
  }
  .c-grid[data-gutter~="xs:30"] > .c-grid__item {
    border-width: 15px;
  }
  .c-grid[data-gutter~="xs:x-30"] {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-grid[data-gutter~="xs:x-30"] > .c-grid__item {
    border-right-width: 15px;
    border-left-width: 15px;
  }
  .c-grid[data-gutter~="xs:y-30"] {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .c-grid[data-gutter~="xs:y-30"] > .c-grid__item {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .c-grid[data-gutter~="xs:40"] {
    margin: -20px;
  }
  .c-grid[data-gutter~="xs:40"] > .c-grid__item {
    border-width: 20px;
  }
  .c-grid[data-gutter~="xs:x-40"] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-grid[data-gutter~="xs:x-40"] > .c-grid__item {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .c-grid[data-gutter~="xs:y-40"] {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .c-grid[data-gutter~="xs:y-40"] > .c-grid__item {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .c-grid[data-gutter~="xs:50"] {
    margin: -25px;
  }
  .c-grid[data-gutter~="xs:50"] > .c-grid__item {
    border-width: 25px;
  }
  .c-grid[data-gutter~="xs:x-50"] {
    margin-right: -25px;
    margin-left: -25px;
  }
  .c-grid[data-gutter~="xs:x-50"] > .c-grid__item {
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .c-grid[data-gutter~="xs:y-50"] {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .c-grid[data-gutter~="xs:y-50"] > .c-grid__item {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .c-grid[data-gutter~="xs:60"] {
    margin: -30px;
  }
  .c-grid[data-gutter~="xs:60"] > .c-grid__item {
    border-width: 30px;
  }
  .c-grid[data-gutter~="xs:x-60"] {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-grid[data-gutter~="xs:x-60"] > .c-grid__item {
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .c-grid[data-gutter~="xs:y-60"] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .c-grid[data-gutter~="xs:y-60"] > .c-grid__item {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
}

.c-grid[data-align~=start] {
  justify-content: flex-start;
}
.c-grid[data-align~=center] {
  justify-content: center;
}
.c-grid[data-align~=end] {
  justify-content: flex-end;
}
.c-grid[data-align~=justify] {
  justify-content: space-between;
}
.c-grid[data-align~=top] {
  align-items: flex-start;
}
.c-grid[data-align~=middle] {
  align-items: center;
}
.c-grid[data-align~=bottom] {
  align-items: flex-end;
}
.c-grid[data-align~=baseline] {
  align-items: baseline;
}
.c-grid__item[data-align~=start] {
  align-items: flex-start;
}
.c-grid__item[data-align~=center] {
  align-items: center;
}
.c-grid__item[data-align~=end] {
  align-items: flex-end;
}
.c-grid__item[data-align~=top] {
  justify-content: flex-start;
  align-self: stretch;
}
.c-grid__item[data-align~=middle] {
  justify-content: center;
  align-self: stretch;
}
.c-grid__item[data-align~=bottom] {
  justify-content: flex-end;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .c-grid[data-align~="lg:start"] {
    justify-content: flex-start;
  }
  .c-grid[data-align~="lg:center"] {
    justify-content: center;
  }
  .c-grid[data-align~="lg:end"] {
    justify-content: flex-end;
  }
  .c-grid[data-align~="lg:justify"] {
    justify-content: space-between;
  }
  .c-grid[data-align~="lg:top"] {
    align-items: flex-start;
  }
  .c-grid[data-align~="lg:middle"] {
    align-items: center;
  }
  .c-grid[data-align~="lg:bottom"] {
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .c-grid[data-align~="md:start"] {
    justify-content: flex-start;
  }
  .c-grid[data-align~="md:center"] {
    justify-content: center;
  }
  .c-grid[data-align~="md:end"] {
    justify-content: flex-end;
  }
  .c-grid[data-align~="md:justify"] {
    justify-content: space-between;
  }
  .c-grid[data-align~="md:top"] {
    align-items: flex-start;
  }
  .c-grid[data-align~="md:middle"] {
    align-items: center;
  }
  .c-grid[data-align~="md:bottom"] {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .c-grid[data-align~="sm:start"] {
    justify-content: flex-start;
  }
  .c-grid[data-align~="sm:center"] {
    justify-content: center;
  }
  .c-grid[data-align~="sm:end"] {
    justify-content: flex-end;
  }
  .c-grid[data-align~="sm:justify"] {
    justify-content: space-between;
  }
  .c-grid[data-align~="sm:top"] {
    align-items: flex-start;
  }
  .c-grid[data-align~="sm:middle"] {
    align-items: center;
  }
  .c-grid[data-align~="sm:bottom"] {
    align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .c-grid[data-align~="xs:start"] {
    justify-content: flex-start;
  }
  .c-grid[data-align~="xs:center"] {
    justify-content: center;
  }
  .c-grid[data-align~="xs:end"] {
    justify-content: flex-end;
  }
  .c-grid[data-align~="xs:justify"] {
    justify-content: space-between;
  }
  .c-grid[data-align~="xs:top"] {
    align-items: flex-start;
  }
  .c-grid[data-align~="xs:middle"] {
    align-items: center;
  }
  .c-grid[data-align~="xs:bottom"] {
    align-items: flex-end;
  }
}

/* ======================================================================
  見出しスタイル
  ブロックエディタに反映させる場合は、/assets/scss/wordpress/html-elements/_heading.scss
  ====================================================================== */
.is-style-c-heading-left-border,
.c-heading-left-border {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.05em;
  padding-top: 2.5em;
  margin-bottom: 2.5em;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .is-style-c-heading-left-border,
  .c-heading-left-border {
    font-size: 1.8rem;
    margin-bottom: 1em;
    padding-top: 1em;
  }
}
.is-style-c-heading-left-border::before,
.c-heading-left-border::before {
  content: "";
  background: url(../../assets/images/common/icon-heading-left-border.png) no-repeat;
  width: 3px;
  height: 40px;
  margin-right: 0.5em;
  background-size: 100%;
  display: inline-block;
  vertical-align: -9px;
}
.is-style-c-heading-left-border:first-child,
.c-heading-left-border:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .is-style-c-heading-left-border:first-child,
  .c-heading-left-border:first-child {
    padding-top: 0;
  }
}

.is-style-c-heading-left-sankaku,
.c-heading-left-sankaku {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding-top: 2em;
  margin-bottom: 2em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .is-style-c-heading-left-sankaku,
  .c-heading-left-sankaku {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.is-style-c-heading-left-sankaku::before,
.c-heading-left-sankaku::before {
  content: "";
  background: url(../../assets/images/common/icon-heading-left-sankaku.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  background-size: 100%;
  display: inline-block;
  vertical-align: 5px;
}
.is-style-c-heading-left-sankaku:first-child,
.c-heading-left-sankaku:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .is-style-c-heading-left-sankaku:first-child,
  .c-heading-left-sankaku:first-child {
    padding-top: 0;
  }
}

.is-style-c-heading-border,
.c-heading-border {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
  padding-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .is-style-c-heading-border,
  .c-heading-border {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.is-style-c-heading-border::before,
.c-heading-border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: inherit;
  border-bottom: 1px solid #2BF9B5;
}
.is-style-c-heading-border:first-child,
.c-heading-border:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .is-style-c-heading-border:first-child,
  .c-heading-border:first-child {
    padding-top: 0;
  }
}

.c-heading-step,
.is-style-c-heading-step {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-top: 2em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .c-heading-step,
  .is-style-c-heading-step {
    font-size: 2.4rem;
  }
}
.c-heading-step::before,
.is-style-c-heading-step::before {
  content: "";
  margin-right: 0.5em;
  width: 40px;
  height: 50px;
  background: url(/assets/images/page/step01.png) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: -4px;
}
.c-heading-step.-step02::before,
.is-style-c-heading-step.-step02::before {
  background: url(/assets/images/page/step02.png) no-repeat;
  background-size: cover;
  vertical-align: -10px;
}
.c-heading-step.-step03::before,
.is-style-c-heading-step.-step03::before {
  background: url(/assets/images/page/step03.png) no-repeat;
  background-size: cover;
  vertical-align: -11px;
}
.c-heading-step.-step04::before,
.is-style-c-heading-step.-step04::before {
  background: url(/assets/images/page/step04.png) no-repeat;
  background-size: cover;
  vertical-align: -10px;
}
.c-heading-step.-step05::before,
.is-style-c-heading-step.-step05::before {
  background: url(/assets/images/page/step05.png) no-repeat;
  background-size: cover;
  vertical-align: -12px;
}
.c-heading-step.-step06::before,
.is-style-c-heading-step.-step06::before {
  background: url(/assets/images/page/step06.png) no-repeat;
  background-size: cover;
  vertical-align: -12px;
}
.c-heading-step.-start::before,
.is-style-c-heading-step.-start::before {
  background: url(/assets/images/page/icon-start.png) no-repeat;
  width: 49px;
  height: 16px;
  background-size: cover;
  vertical-align: 1px;
}
@media only screen and (min-width: 769px) {
  .c-heading-step__content,
  .is-style-c-heading-step__content {
    padding-left: 50px;
  }
}

*[class*=c-heading]:has(+ [class*=c-heading]) {
  margin-bottom: 0;
}

.c-accordion__item .c-heading-step {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.c-accordion__item .c-heading-step::before {
  vertical-align: -15px;
}

.c-heading-num,
.is-style-c-heading-num {
  letter-spacing: 0.05em;
  padding-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .c-heading-num,
  .is-style-c-heading-num {
    font-size: 2rem;
  }
}
.c-heading-num:first-child,
.is-style-c-heading-num:first-child {
  padding-top: 0;
}
.c-heading-num::before,
.is-style-c-heading-num::before {
  content: "";
  margin-right: 0.5em;
  width: 30px;
  height: 31px;
  background: url(/assets/images/page/num-01.png) no-repeat;
  background-size: cover;
  display: block;
}
.c-heading-num.-num02::before,
.is-style-c-heading-num.-num02::before {
  width: 36px;
  background: url(/assets/images/page/num-02.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num03::before,
.is-style-c-heading-num.-num03::before {
  width: 35px;
  background: url(/assets/images/page/num-03.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num04::before,
.is-style-c-heading-num.-num04::before {
  width: 36px;
  background: url(/assets/images/page/num-04.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num05::before,
.is-style-c-heading-num.-num05::before {
  width: 35px;
  background: url(/assets/images/page/num-05.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num06::before,
.is-style-c-heading-num.-num06::before {
  width: 36px;
  background: url(/assets/images/page/num-06.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num07::before,
.is-style-c-heading-num.-num07::before {
  width: 34px;
  background: url(/assets/images/page/num-07.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num08::before,
.is-style-c-heading-num.-num08::before {
  width: 35px;
  background: url(/assets/images/page/num-08.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num09::before,
.is-style-c-heading-num.-num09::before {
  width: 36px;
  background: url(/assets/images/page/num-09.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num10::before,
.is-style-c-heading-num.-num10::before {
  width: 30px;
  background: url(/assets/images/page/num-10.png) no-repeat;
  background-size: cover;
}
.c-heading-num.-num11::before,
.is-style-c-heading-num.-num11::before {
  width: 21px;
  background: url(/assets/images/page/num-11.png) no-repeat;
  background-size: cover;
}

.c-table-simple {
  border: 1px solid #D5D5D5;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-table-simple {
    flex-direction: column;
  }
}
.c-table-simple dt {
  font-weight: 700;
  padding: 1em;
  display: flex;
  align-items: center;
  background: #F3F3F3;
}
@media only screen and (min-width: 769px) {
  .c-table-simple dt {
    width: 235px;
  }
}
@media only screen and (max-width: 768px) {
  .c-table-simple dt {
    border-bottom: 1px solid #D5D5D5;
  }
}
.c-table-simple dd {
  padding: 1em;
}
@media only screen and (min-width: 769px) {
  .c-table-simple dd {
    width: calc(100% - 235px);
  }
}

@media only screen and (max-width: 768px) {
  .c-sp-table-scroll,
  .is-style-c-sp-table-scroll {
    overflow-x: auto !important;
    white-space: nowrap !important;
    width: 100%;
  }
  .c-sp-table-scroll table,
  .is-style-c-sp-table-scroll table {
    width: 600px;
  }
}
/* 以下、スクロールバーを追加 */
.c-sp-table-scroll::-webkit-scrollbar,
.is-style-c-sp-table-scroll::-webkit-scrollbar {
  height: 5px;
}

.c-sp-table-scroll::-webkit-scrollbar-track,
.is-style-c-sp-table-scroll::-webkit-scrollbar-track {
  background: #333;
}

.c-sp-table-scroll::-webkit-scrollbar-thumb,
.is-style-c-sp-table-scroll::-webkit-scrollbar-thumb {
  background: #999;
}

@media only screen and (max-width: 820px) {
  .c-table-yoko,
  .is-style-c-table-yoko {
    display: block;
    -webkit-overflow-scrolling: touch;
  }
}
.c-table-yoko table,
.is-style-c-table-yoko table {
  width: 100%;
}
.c-table-yoko table,
.c-table-yoko td,
.c-table-yoko th,
.is-style-c-table-yoko table,
.is-style-c-table-yoko td,
.is-style-c-table-yoko th {
  border: none;
  border-collapse: separate;
  border-spacing: 4px;
}
.c-table-yoko tr > *:first-child,
.is-style-c-table-yoko tr > *:first-child {
  background: #F3F3F3;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  .c-table-yoko tr > *:first-child,
  .is-style-c-table-yoko tr > *:first-child {
    min-width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .c-table-yoko tr > *:first-child,
  .is-style-c-table-yoko tr > *:first-child {
    min-width: 8em;
  }
}
.c-table-yoko td,
.is-style-c-table-yoko td {
  vertical-align: top;
  background: #fff;
}
.c-table-yoko th,
.is-style-c-table-yoko th {
  background: #F3F3F3;
  border: none;
  font-weight: 500;
}

@media only screen and (max-width: 820px) {
  .c-table-yoko--w30,
  .is-style-c-table-yoko--w30 {
    display: block;
    -webkit-overflow-scrolling: touch;
  }
}
.c-table-yoko--w30 table,
.is-style-c-table-yoko--w30 table {
  width: 100%;
}
.c-table-yoko--w30 table,
.c-table-yoko--w30 td,
.c-table-yoko--w30 th,
.is-style-c-table-yoko--w30 table,
.is-style-c-table-yoko--w30 td,
.is-style-c-table-yoko--w30 th {
  border: none;
  border-collapse: separate;
  border-spacing: 4px;
}
.c-table-yoko--w30 tr > *:first-child,
.is-style-c-table-yoko--w30 tr > *:first-child {
  background: #F3F3F3;
  vertical-align: top;
  width: 30%;
}
.c-table-yoko--w30 td,
.is-style-c-table-yoko--w30 td {
  vertical-align: top;
  background: #fff;
}
.c-table-yoko--w30 th,
.is-style-c-table-yoko--w30 th {
  background: #F3F3F3;
  border: none;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .c-sp-table-tate,
  .is-style-c-sp-table-tate {
    overflow-x: unset;
    white-space: normal;
  }
}
@media only screen and (max-width: 768px) {
  .c-sp-table-tate table,
  .is-style-c-sp-table-tate table {
    border-top: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
  }
}
@media only screen and (max-width: 768px) {
  .c-sp-table-tate th,
  .c-sp-table-tate td,
  .is-style-c-sp-table-tate th,
  .is-style-c-sp-table-tate td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .c-sp-table-tate td,
  .is-style-c-sp-table-tate td {
    border-bottom: 1px solid #D5D5D5;
  }
}

.c-table-head-green,
.is-style-c-table-head-green table {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: separate !important;
}
@media only screen and (max-width: 768px) {
  .c-table-head-green, .c-table-head-green thead, .c-table-head-green tbody, .c-table-head-green tr, .c-table-head-green tr th, .c-table-head-green tr td,
  .is-style-c-table-head-green table,
  .is-style-c-table-head-green table thead,
  .is-style-c-table-head-green table tbody,
  .is-style-c-table-head-green table tr,
  .is-style-c-table-head-green table tr th,
  .is-style-c-table-head-green table tr td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .c-table-head-green tr th, .c-table-head-green tr td,
  .is-style-c-table-head-green table tr th,
  .is-style-c-table-head-green table tr td {
    margin: -1px;
  }
}
.c-table-head-green th,
.c-table-head-green td,
.is-style-c-table-head-green table th,
.is-style-c-table-head-green table td {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .c-table-head-green thead,
  .is-style-c-table-head-green table thead {
    display: none;
  }
}
.c-table-head-green thead th:empty,
.is-style-c-table-head-green table thead th:empty {
  border: none;
  background: none;
}
.c-table-head-green thead th:not(:empty),
.is-style-c-table-head-green table thead th:not(:empty) {
  border-radius: 10px 0 0 0;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  background: #BFFDE9;
  padding: 20px 30px;
  font-weight: 700;
  border-bottom: none;
}
@media only screen and (min-width: 769px) {
  .c-table-head-green thead th:not(:empty),
  .is-style-c-table-head-green table thead th:not(:empty) {
    width: 40%;
  }
}
.c-table-head-green thead th:last-child,
.is-style-c-table-head-green table thead th:last-child {
  border-radius: 0 10px 0 0;
  background: #2BF9B5;
  border-right: 1px solid #D5D5D5;
  border-left: none;
  border-bottom: none;
}
@media only screen and (min-width: 769px) {
  .c-table-head-green thead th:last-child,
  .is-style-c-table-head-green table thead th:last-child {
    width: 40%;
  }
}
.c-table-head-green tbody th,
.c-table-head-green tbody td,
.is-style-c-table-head-green table tbody th,
.is-style-c-table-head-green table tbody td {
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  border-bottom: none;
}
@media only screen and (min-width: 769px) {
  .c-table-head-green tbody th,
  .c-table-head-green tbody td,
  .is-style-c-table-head-green table tbody th,
  .is-style-c-table-head-green table tbody td {
    border-right: none;
  }
}
.c-table-head-green tbody th,
.c-table-head-green tbody td:first-child,
.is-style-c-table-head-green table tbody th,
.is-style-c-table-head-green table tbody td:first-child {
  background: #F3F3F3;
  font-weight: 700;
}
.c-table-head-green tbody td:last-child,
.is-style-c-table-head-green table tbody td:last-child {
  border-right: 1px solid #D5D5D5;
}
@media only screen and (max-width: 768px) {
  .c-table-head-green tbody td[data-th],
  .is-style-c-table-head-green table tbody td[data-th] {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .c-table-head-green tbody td[data-th]::before,
  .is-style-c-table-head-green table tbody td[data-th]::before {
    content: attr(data-th);
    font-weight: bold;
    padding: 0 1em;
    display: inline-block;
    border: 1px solid #D5D5D5;
    background: #BFFDE9;
    border-radius: 20px;
    padding: 0.25em 1em;
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .c-table-head-green tbody td[data-th]:last-child::before,
  .is-style-c-table-head-green table tbody td[data-th]:last-child::before {
    background: #2BF9B5;
  }
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 769px) {
  .c-youtube-box {
    max-width: 560px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box1 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box1 .wp-block-column {
    flex-basis: calc((100% - 2em * 0) / 1) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box1 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box1 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box1 .wp-block-column {
    flex-basis: calc((100% - 2em * 1) / 1) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box1 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box2 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box2 .wp-block-column {
    flex-basis: calc((100% - 2em * 1) / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box2 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box2 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box2 .wp-block-column {
    flex-basis: calc((100% - 2em * 2) / 2) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box2 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box3 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box3 .wp-block-column {
    flex-basis: calc((100% - 2em * 2) / 3) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box3 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box3 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box3 .wp-block-column {
    flex-basis: calc((100% - 2em * 3) / 3) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box3 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box4 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box4 .wp-block-column {
    flex-basis: calc((100% - 2em * 3) / 4) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box4 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box4 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box4 .wp-block-column {
    flex-basis: calc((100% - 2em * 4) / 4) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box4 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box5 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box5 .wp-block-column {
    flex-basis: calc((100% - 2em * 4) / 5) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box5 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box5 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box5 .wp-block-column {
    flex-basis: calc((100% - 2em * 5) / 5) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box5 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box6 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box6 .wp-block-column {
    flex-basis: calc((100% - 2em * 5) / 6) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box6 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box6 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box6 .wp-block-column {
    flex-basis: calc((100% - 2em * 6) / 6) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box6 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box7 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box7 .wp-block-column {
    flex-basis: calc((100% - 2em * 6) / 7) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box7 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box7 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box7 .wp-block-column {
    flex-basis: calc((100% - 2em * 7) / 7) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box7 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box8 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box8 .wp-block-column {
    flex-basis: calc((100% - 2em * 7) / 8) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box8 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box8 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box8 .wp-block-column {
    flex-basis: calc((100% - 2em * 8) / 8) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box8 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box9 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box9 .wp-block-column {
    flex-basis: calc((100% - 2em * 8) / 9) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box9 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box9 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box9 .wp-block-column {
    flex-basis: calc((100% - 2em * 9) / 9) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box9 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box10 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box10 .wp-block-column {
    flex-basis: calc((100% - 2em * 9) / 10) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .is-style-c-tb-columns-box10 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box10 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box10 .wp-block-column {
    flex-basis: calc((100% - 2em * 10) / 10) !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-c-sp-columns-box10 .wp-block-column:not(:first-child) {
    margin-top: 0 !important;
    margin-left: 2em;
  }
}

.c-slider-pickup__thum-area img {
  max-width: 380px;
  height: 253px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .c-slider-pickup__thum-area img {
    max-width: 295px;
    height: 197px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-slider-pickup__box {
  padding: 0 15px;
  margin-top: 15px;
}
.c-slider-pickup__catname {
  font-size: 1.3rem;
  border: 1px solid #000;
  border-radius: 42px;
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  margin-bottom: 15px;
}
.c-slider-pickup__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.c-slider-case .slick-track {
  height: 100%;
}
.c-slider-case__thum-area {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .c-slider-case__thum-area {
    flex-shrink: 0;
    order: 2;
  }
}
@media only screen and (max-width: 1109px) {
  .c-slider-case__thum-area {
    order: 1;
  }
}
.c-slider-case__thum-area img {
  max-width: 390px;
  height: 290px;
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-slider-case__thum-area img {
    max-width: 265px;
    height: 197px;
    border-radius: 40px;
  }
}
.c-slider-case__btn {
  border-radius: 70px;
  right: -20px;
  bottom: -20px;
  min-width: 210px;
  position: absolute;
  height: 54px;
}
@media only screen and (max-width: 1109px) {
  .c-slider-case__btn {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    min-width: 170px;
    height: 46px;
    font-size: 1.4rem;
    padding: 1em;
  }
}
.c-slider-case__grid {
  padding: 70px 60px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-left: 25px;
  margin-right: 25px;
  height: 100%;
  margin-bottom: 30px;
  transition: 0.25s;
}
@media only screen and (max-width: 1109px) {
  .c-slider-case__grid {
    padding: 30px;
    border-radius: 10px;
    max-width: 355px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    height: auto !important;
    min-height: 550px !important;
  }
}
.c-slider-case__grid:hover {
  opacity: 0.5;
}
.c-slider-case__inner {
  display: flex;
}
@media only screen and (max-width: 1109px) {
  .c-slider-case__inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1110px) {
  .c-slider-case__box {
    padding-right: 60px;
    order: 1;
  }
}
@media only screen and (max-width: 1109px) {
  .c-slider-case__box {
    order: 0;
  }
}
.c-slider-case__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.58;
  margin-bottom: 2em;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .c-slider-case__ttl {
    margin-bottom: 1em;
  }
}
.c-slider-case__sama {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 0.5em;
  color: #000;
}
.c-slider-case__number {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.25em 2em;
  border: 1px solid #000;
  border-radius: 42px;
  background: #2BF9B5;
  display: inline-block;
  margin-bottom: 1.5em;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .c-slider-case__number {
    padding: 0 0.5em;
  }
}
.c-slider-case__catname {
  font-size: 1.2rem;
  color: #909090;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.c-slider-column .slick-list {
  overflow-x: hidden;
  overflow-y: unset;
}
.c-slider-column .slick-track {
  height: 100%;
}

.c-slider-afi__box {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 1em;
}
.c-slider-afi__txt {
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #000;
  text-decoration: none;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .c-slider-afi__txt {
    font-size: 1.8rem;
  }
}
.c-slider-afi .slick-slide {
  margin: 0 5px;
}
.c-slider-afi .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-slider-afi button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-slider-afi .slide-arrow::before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.c-slider-afi .prev-arrow::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-size: 1.6rem;
  font-weight: 900;
  left: -10px;
  display: block;
}
.c-slider-afi .next-arrow::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 1.6rem;
  font-weight: 900;
  right: -10px;
  display: block;
}

.c-slider-app__thum {
  padding: 0 5px;
}
.c-slider-app button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-slider-app .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.c-slider-app .prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.c-slider-app .next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.c-slider-app .slider-num {
  display: flex;
  justify-content: center;
}

.c-list-attention,
.is-style-c-list-attention {
  padding-left: 0.75em;
}
.c-list-attention li,
.is-style-c-list-attention li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.c-list-attention li::before,
.is-style-c-list-attention li::before {
  content: "※";
  display: inline-block;
  vertical-align: 1px;
  margin-right: 0.25em;
}

.c-list-attention02,
.is-style-c-list-attention02 {
  padding-left: 0.75em;
}
.c-list-attention02 li,
.is-style-c-list-attention02 li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.c-list-attention02 li::before,
.is-style-c-list-attention02 li::before {
  content: "";
  background: url(/assets/images/page/icon-attention.png) no-repeat;
  display: inline-block;
  vertical-align: -5px;
  margin-right: 0.5em;
  width: 25px;
  height: 25px;
  background-size: cover;
}

.c-list-dots,
.is-style-c-list-dots {
  padding-left: 1em;
}
.c-list-dots li,
.is-style-c-list-dots li {
  list-style: circle;
}

.c-list-disc,
.is-style-c-list-disc {
  padding-left: 1em;
}
.c-list-disc li,
.is-style-c-list-disc li {
  list-style: disc;
}

.c-list-square-green,
.is-style-c-list-square-green {
  padding-left: 0.25em;
}
.c-list-square-green li,
.is-style-c-list-square-green li {
  list-style: none;
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.c-list-square-green li::before,
.is-style-c-list-square-green li::before {
  content: "";
  background: #2BF9B5;
  width: 10px;
  height: 10px;
  background-size: 100%;
  display: inline-block;
  vertical-align: 0px;
  margin-right: 0.5em;
}
.c-list-square-green li ul li::before,
.is-style-c-list-square-green li ul li::before {
  content: "";
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #2BF9B5;
  width: 10px;
  height: 10px;
  background-size: 100%;
  display: inline-block;
  vertical-align: 0px;
  margin-right: 0.5em;
}
.c-list-square-green li + li,
.is-style-c-list-square-green li + li {
  margin-top: 0.25em;
}

.c-list-check,
.is-style-c-list-check {
  padding-left: 0.25em;
}
.c-list-check li,
.is-style-c-list-check li {
  list-style: none;
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.c-list-check li::before,
.is-style-c-list-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 1em;
  color: #2BF9B5;
  padding-right: 0.5em;
}
.c-list-check li ul,
.is-style-c-list-check li ul {
  padding-left: 1em;
}
.c-list-check li ul li::before,
.is-style-c-list-check li ul li::before {
  color: #59dac9;
}
.c-list-check li + li,
.is-style-c-list-check li + li {
  margin-top: 0.25em;
}

.c-list-tag,
.is-style-c-list-tag {
  padding-left: 0.75em;
}
.c-list-tag li,
.is-style-c-list-tag li {
  font-weight: 700;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media only screen and (min-width: 769px) {
  .c-list-tag li,
  .is-style-c-list-tag li {
    font-size: 2rem;
  }
}
.c-list-tag li::before,
.is-style-c-list-tag li::before {
  content: "";
  background: url(/assets/images/common/icon-tag.png) no-repeat;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0.5em;
  width: 20px;
  height: 15px;
  background-size: cover;
}

ul[class*=c-list-attention] ul[class*=c-list-disc] li::before {
  content: none;
}

ul[class*=c-list-disc] ul[class*=c-list-attention] li {
  list-style: none;
}

.c-news-list__list {
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 8px 8px 0 rgba(43, 249, 181, 0.3);
  padding: 23px 60px 23px 30px;
  display: flex;
  align-items: center;
  width: calc(100% - 8px);
}
.c-news-list__list:hover {
  box-shadow: 0 0 0;
  background: rgba(43, 255, 181, 0.3);
}
@media only screen and (max-width: 768px) {
  .c-news-list__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 30px;
  }
}
.c-news-list__list + .c-news-list__list {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .c-news-list__list + .c-news-list__list {
    margin-top: 50px;
  }
}
.c-news-list__list::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-news-list__list::after {
    top: 17px;
    right: 13px;
  }
}
.c-news-list__info {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .c-news-list__info {
    flex-shrink: 0;
  }
}
.c-news-list__info dt {
  width: 20%;
}
.c-news-list__info dd {
  width: 80%;
}
.c-news-list__time {
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 18px;
  flex-shrink: 0;
}
.c-news-list__cat {
  font-size: 1.4rem;
  font-weight: 400;
  color: #414141;
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  .c-news-list__content {
    border-left: 1px solid #ddd;
    padding-left: 20px;
    margin-left: 20px;
  }
}
.c-news-list__ttl a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.c-link-txt {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.c-link-icon--blank::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-size: 0.75em;
  margin-left: 0.5em;
  display: inline-block;
}

.c-txt-marker {
  background: linear-gradient(transparent 60%, #EDFF00 60%);
}

.c-txt-price {
  font-weight: 700;
}
.c-txt-price > *:not([class*=grid]) {
  margin-top: 0 !important;
  display: inline-block;
  vertical-align: baseline;
}
.c-txt-price__num {
  font-family: "Lato", sans-serif;
  margin-left: 0.05em;
}
@media only screen and (min-width: 769px) {
  .c-txt-price__num {
    vertical-align: -6px;
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-txt-price__num {
    font-size: 1.8rem;
  }
}
.c-txt-price__arrow {
  margin: 0 1em;
}
@media only screen and (min-width: 769px) {
  .c-txt-price__txt {
    font-size: 1.8rem;
  }
}
.c-txt-price .-pink {
  color: #FF3180;
  font-weight: 700;
}

.c-txt-bgpink {
  background-color: #FF3180;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  margin-left: 0.5em;
}
.c-txt-bgpink .-lg {
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 769px) {
  .c-txt-bgpink .-lg {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .c-txt-bgpink .-md {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .c-txt-bgpink .-sm {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .c-txt-bgpink .-xs {
    font-size: 1.3rem;
  }
}

@media (min-width: 700px) and (max-width: 899px) {
  .ub-tablet-hide {
    display: none;
  }
  .ub-tablet-display {
    display: block;
  }
}
.wp-block-ub-tabbed-content-tab-content-wrap {
  display: none;
}
.wp-block-ub-tabbed-content-tab-content-wrap.active {
  display: block;
}

.wp-block-ub-tabbed-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
  border: 1px solid #d3d3d3;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
  border: 1px solid #d3d3d3;
  border-bottom: 0;
}

.wp-block-ub-tabbed-content-holder .blocks-rich-text__tinymce.mce-content-body {
  font-size: 14px;
}

.wp-block-ub-tabbed-content-holder.vertical-holder {
  display: flex;
}

.wp-block-ub-tabbed-content-tab-holder {
  position: relative;
}

.wp-block-ub-tabbed-content-tab-holder.vertical-tab-width {
  position: relative;
  width: 21%;
}

.wp-block-ub-tabbed-content-tabs-title {
  display: flex;
  overflow-x: hidden;
}

.wp-block-ub-tabbed-content-tabs-title:hover,
.wp-block-ub-tabbed-content-tabs-title:focus {
  overflow-x: auto;
}

@media (max-width: 699px) {
  .wp-block-ub-tabbed-content-tabs-title.ub-mobile-hide {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .wp-block-ub-tabbed-content-tabs-title.ub-tablet-hide {
    display: none;
  }
}
.wp-block-ub-tabbed-content-tabs-content {
  padding: 25px;
}

.wp-block-ub-tabbed-content-tabs-content.vertical-content-width {
  width: 79%;
}

.wp-block-ub-tabbed-content-tab-title {
  word-break: initial;
  color: #000;
}

.wp-block-ub-tabbed-content-tab-title-wrap {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 10px 15px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.wp-block-ub-tabbed-content-tab-title-wrap.active {
  color: #fff;
}

.wp-block-ub-tabbed-content-tab-title-vertical-wrap {
  border: 1px solid #d3d3d3;
  border-top-left-radius: 5px;
  padding: 10px 15px;
  border-right: 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.wp-block-ub-tabbed-content-tab-title-vertical-wrap.active {
  color: #000;
}

@media (max-width: 699px) {
  .ub-tabbed-content-mobile-accordion {
    padding: 0;
    border: none;
  }
  .ub-tabbed-content-mobile-accordion > .wp-block-ub-tabbed-content-tab-content-wrap {
    border: 1px solid #d3d3d3;
    padding: 20px;
  }
  .ub-tabbed-content-mobile-accordion > .wp-block-ub-tabbed-content-tab-content-wrap.active {
    border-color: #a9a9a9;
  }
  .wp-block-ub-tabbed-content-tab-title-mobile-vertical-wrap {
    border: 1px solid #d3d3d3;
    border-top-left-radius: 5px;
    padding: 10px 15px;
    border-right: 0;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .wp-block-ub-tabbed-content-tab-title-mobile-vertical-wrap.active {
    color: #000;
  }
  .wp-block-ub-tabbed-content-tabs-content.vertical-content-width-mobile {
    width: 79%;
  }
  .wp-block-ub-tabbed-content-tabs-content.horizontal-content-width-mobile {
    width: 100;
  }
  .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width-mobile {
    width: 21%;
  }
  .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-mobile {
    width: 100%;
  }
  .wp-block-ub-tabbed-content-tabs-title-mobile-vertical-tab {
    display: initial;
  }
  .wp-block-ub-tabbed-content-tabs-title-mobile-vertical-tab .wp-block-ub-tabbed-content-tab-title-tablet-vertical-wrap {
    border-bottom: 1px solid #d3d3d3;
  }
  .wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab {
    display: flex;
  }
  .wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab .wp-block-ub-tabbed-content-tab-title-vertical-wrap {
    border-right: 1px solid #d3d3d3;
  }
  .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-mobile {
    display: block;
  }
  .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-mobile > .wp-block-ub-tabbed-content-tabs-content {
    width: 100%;
  }
  .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-vertical-holder-mobile {
    display: flex;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .ub-tabbed-content-tablet-accordion {
    padding: 0;
    border: none;
  }
  .ub-tabbed-content-tablet-accordion > .wp-block-ub-tabbed-content-tab-content-wrap {
    border: 1px solid #d3d3d3;
    padding: 20px;
  }
  .ub-tabbed-content-tablet-accordion > .wp-block-ub-tabbed-content-tab-content-wrap.active {
    border-color: #a9a9a9;
  }
  .wp-block-ub-tabbed-content-tab-title-tablet-vertical-wrap {
    border: 1px solid #d3d3d3;
    border-top-left-radius: 5px;
    padding: 10px 15px;
    border-right: 0;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .wp-block-ub-tabbed-content-tab-title-tablet-vertical-wrap.active {
    color: #000;
  }
  .wp-block-ub-tabbed-content-tabs-content.vertical-content-width-tablet {
    width: 79%;
  }
  .wp-block-ub-tabbed-content-tabs-content.horizontal-content-width-tablet {
    width: 100%;
  }
  .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width-tablet {
    width: 21%;
  }
  .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-tablet {
    width: 100%;
  }
  .wp-block-ub-tabbed-content-tabs-title-tablet-vertical-tab {
    display: initial;
  }
  .wp-block-ub-tabbed-content-tabs-title-tablet-vertical-tab .wp-block-ub-tabbed-content-tab-title-tablet-vertical-wrap {
    border-bottom: 1px solid #d3d3d3;
  }
  .wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab {
    display: flex;
  }
  .wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab .wp-block-ub-tabbed-content-tab-title-vertical-wrap {
    border-right: 1px solid #d3d3d3;
  }
  .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-tablet {
    display: block;
  }
  .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-tablet > .wp-block-ub-tabbed-content-tabs-content {
    width: 100%;
  }
  .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-vertical-holder-tablet {
    display: flex;
  }
}
.wp-block-ub-tabbed-content-accordion-toggle {
  border: 1px solid #d3d3d3;
  padding: 10px 15px;
  display: none;
}

.wp-block-ub-tabbed-content-accordion-toggle.active {
  border-bottom: none;
}

@media (max-width: 699px) {
  .wp-block-ub-tabbed-content-accordion-toggle.ub-mobile-display {
    display: block;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .wp-block-ub-tabbed-content-accordion-toggle.ub-tablet-display {
    display: block;
  }
}
@media (max-width: 374.98px) {
  .wp-block-ub-tabbed-content-tab-title-wrap {
    padding: 10px 5px;
  }
  .wp-block-ub-tabbed-content-tabs-content {
    padding: 10px;
  }
  .wp-block-ub-tabbed-content-tabs-content p {
    margin: 0 0 10px 0;
  }
  .wp-block-ub-tabbed-content-scroll-button-container > button {
    top: -30px;
  }
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-holder {
  display: flex;
  justify-content: center;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-title {
  width: 100%;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #000 !important;
}

@media only screen and (max-width: 768px) {
  .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap.active {
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #ececec !important;
  border-radius: 10px 10px 0 0;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 8%;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .is-stacked-on-mobile .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .ub-tablet-hide {
    display: none;
  }
  .ub-tablet-display {
    display: block;
  }
}
.ub_table-of-contents {
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.ub_table-of-contents ul,
.ub_table-of-contents ol {
  margin-bottom: 0;
  margin-left: 1.3em;
  padding-inline-start: 0;
  padding-left: 0;
}

.ub_table-of-contents ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.ub_table-of-contents ol > li {
  display: table;
  counter-increment: item;
}

.ub_table-of-contents ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.ub_table-of-contents li ol > li {
  margin: 0;
}

.ub_table-of-contents li ol > li:before {
  content: counters(item, ".") " ";
}

.ub_table-of-contents-header {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: grid;
  grid-template-columns: minmax(10px, 1fr) auto;
  transition: all 0.5s ease-in-out;
}

.ub_table-of-contents-header-toggle {
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.ub_table-of-contents-collapsed {
  padding: 10px;
}

.ub_table-of-contents-1-column {
  column-count: 1;
}

.ub_table-of-contents-2-column {
  column-count: 2;
}

.ub_table-of-contents-3-column {
  column-count: 3;
}

.ub_table-of-contents-container {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.ub_table-of-contents .ub_table-of-contents-container ul > li:before {
  content: none;
}

.ub_table-of-contents-header-container,
.ub_table-of-contents-extra-container {
  padding: 15px 30px;
  transition: all 0.5s ease-in-out;
}

.ub_table-of-contents-header-container {
  display: grid;
}

.ub_table-of-contents,
.ub_table-of-contents-collapsed {
  padding: 0;
}

.ub_table-of-contents-collapsed .ub_table-of-contents-extra-container {
  padding: 0;
}

@media screen and (max-width: 600px) {
  .ub_table-of-contents-1-column,
  .ub_table-of-contents-2-column,
  .ub_table-of-contents-3-column {
    column-count: 1;
  }
}
.js-more__hide {
  display: none;
  padding-top: 50px;
}
.js-more__btn {
  background: none;
  margin: 20px auto;
  display: block;
  color: #006CFF;
  text-align: center;
  outline: 0;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
}
.js-more__btn::before {
  content: "もっと見る";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}
.js-more__btn.on-click::before {
  content: "閉じる";
}
.js-more__btn::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: block;
  font-size: 1em;
}
.js-more__btn.on-click::after {
  content: "\f077";
}

.c-fb {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media only screen and (max-width: 768px) {
  .c-fb {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .c-fb.-re {
    flex-direction: row-reverse;
  }
}
.c-fb__thum {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .c-fb__thum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.c-fb__thum figcaption {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025;
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .c-fb__content.-w490 {
    flex: 0 0 490px;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30;
}
@media only screen and (min-width: 1201px) {
  .l-header {
    min-height: 120px;
    background: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.l-header-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
}
@media only screen and (min-width: 769px) {
  .l-header-inner {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .l-header-inner {
    display: none;
  }
}

.l-header-logo {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 30px 0;
}
.l-header-logo::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 260px 360px 0 0;
  border-color: #343942 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1440px) {
  .l-header-logo::before {
    border-width: 140px 230px 0 0;
  }
}
@media only screen and (max-width: 1440px) {
  .l-header-logo img {
    width: 100px;
  }
}
.l-header-logo__txt {
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1440px) {
  .l-header-logo__txt {
    display: none;
  }
}
.l-header-logo a {
  position: relative;
  z-index: 1;
}

.l-header-info__grid {
  display: flex;
  align-items: center;
}
.l-header-info__tel {
  display: flex;
  align-items: baseline;
}
.l-header-info__tel dt {
  font-family: "Lato", sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-right: 9px;
}
.l-header-info__tel dt::before {
  content: "";
  background: url(../../assets/images/common/icon-header-tel.png) no-repeat;
  width: 17px;
  height: 18px;
  background-size: cover;
  display: inline-block;
  margin-right: 6px;
}
.l-header-info__tel dd {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}
.l-header-info__user {
  display: flex;
  align-items: baseline;
  margin-left: 28px;
}
.l-header-info__item {
  line-height: 1.25;
}
.l-header-info__item + .l-header-info__item {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #000000;
}
.l-header-info__item a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  color: #000000;
}
.l-header-info__item a:hover {
  text-decoration: underline;
  color: #065ca4;
}
.l-header-info__icon::before {
  content: "";
  background: url(../../assets/images/common/icon-header-user.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
  margin-right: 6px;
}
.l-header-info__btn-area {
  margin-left: 10px;
}
.l-header-info__btn-list {
  display: flex;
  align-items: center;
}
.l-header-info__btn-item + .l-header-info__btn-item {
  margin-left: 10px;
}
.l-header-info__yellow-btn {
  min-width: 165px;
  height: 46px;
  font-size: 1.5rem;
}
.l-header-info__green-btn {
  min-width: 215px;
  height: 46px;
  font-size: 1.5rem;
}

.l-header-menu {
  margin-top: 26px;
}
.l-header-menu ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.l-header-menu li {
  margin: 0 1em;
}
.l-header-menu li a {
  text-decoration: none;
  color: #000000;
}
.l-header-menu .sub-menu {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  max-width: 1300px;
  border-radius: 10px;
  padding: 50px;
  width: max-content;
  white-space: nowrap;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  margin-top: 10px;
}
.l-header-menu .sub-menu.-sm {
  width: 70vw;
}
.l-header-menu .menu-item-has-children {
  position: relative;
}
.l-header-menu .menu-item-has-children::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-down.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
}
.l-header-menu .menu-item-has-children:hover {
  cursor: pointer;
}
.l-header-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

.l-sp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #343942;
  padding: 0 20px;
  height: 60px;
}
@media only screen and (min-width: 1201px) {
  .l-sp-header {
    display: none;
  }
}

.l-header-child-menu__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 0.5em;
}
.l-header-child-menu__grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.l-header-child-menu__box {
  flex: 0 0 240px;
}
.l-header-child-menu__box.-menu {
  flex: 0 0 285px;
  margin-top: 20px;
}
.l-header-child-menu__box.-link {
  flex: 0 0 255px;
}
.l-header-child-menu__list {
  flex-direction: column;
  gap: 40px 0;
}
.l-header-child-menu__list.-link {
  gap: 10px 0;
}
.l-header-child-menu__item {
  margin: 0 !important;
  width: 100%;
}
.l-header-child-menu__item a {
  border-bottom: 1px solid #D5D5D5;
  width: 100%;
  display: block;
  transition: 0.25s;
}
.l-header-child-menu__item a:hover {
  color: #065ca4;
  text-decoration: underline;
}
.l-header-child-menu__item + .l-header-child-menu__item:last-child a {
  border-bottom: 1px solid #D5D5D5;
}
.l-header-child-menu__link {
  padding: 5px 0;
}
.l-header-child-menu__link::after {
  vertical-align: -7px;
  position: static !important;
}

.l-header-side {
  position: fixed;
  right: 0;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  z-index: 3;
}
@media only screen and (max-width: 900px) {
  .l-header-side {
    bottom: 0;
    gap: 0;
    flex-direction: row;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}
.l-header-side.visible {
  opacity: 1;
}
.l-header-side__btn {
  width: 54px;
  height: 165px;
  display: flex;
  border-radius: 8px 0 0 8px;
  align-items: center;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #000;
  transition: 0.25s;
}
@media only screen and (max-width: 900px) {
  .l-header-side__btn {
    width: 50%;
    height: 60px;
    writing-mode: unset;
  }
}
.l-header-side__btn.-order {
  background: #EDFF00;
}
@media only screen and (max-width: 900px) {
  .l-header-side__btn.-order {
    border-radius: 8px 0 0 0;
  }
}
.l-header-side__btn.-order::before {
  content: "";
  background: url(../../assets/images/common/icon-pen.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 901px) {
  .l-header-side__btn.-order::before {
    margin-bottom: 5px;
  }
}
.l-header-side__btn.-contact {
  background: #2D323A;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .l-header-side__btn.-contact {
    display: none;
  }
}
.l-header-side__btn.-contact::before {
  content: "";
  background: url(../../assets/images/common/icon-mail-white.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
}
@media only screen and (min-width: 901px) {
  .l-header-side__btn.-contact::before {
    margin-bottom: 5px;
  }
}
.l-header-side__btn.-estimates {
  background: #2bf9b5;
  font-size: 1.4rem;
}
@media only screen and (max-width: 900px) {
  .l-header-side__btn.-estimates {
    border-radius: 0 8px 0 0;
  }
}
.l-header-side__btn.-estimates::before {
  content: "";
  background: url(../../assets/images/common/icon-yen.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 901px) {
  .l-header-side__btn.-estimates::before {
    margin-bottom: 5px;
  }
}
.l-header-side__btn:hover {
  opacity: 0.5;
}

.l-footer-attention {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #D5D5D5;
}
.l-footer-attention__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.l-footer-attention__txt {
  padding: 0 1em;
  letter-spacing: 0.025em;
}
.l-footer-attention__list li {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.l-footer-biz {
  display: none;
}

.l-footer-estimates {
  display: none;
}

.l-main:has(.p-page-footer) + #footer .l-footer-attention,
.l-main--home + #footer.l-footer-attention,
.l-main + .l-footer-attention {
  border-top: none;
}

.l-footer {
  background: #343942;
  padding: 80px 0;
}

.l-footer-info {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .l-footer-info {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-logo {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 769px) {
  .l-footer-twitter {
    margin-right: 15px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-twitter {
    text-align: center;
    margin: 0 12px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-fb {
    text-align: center;
    margin: 0 12px;
  }
}

.l-footer-menu ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
@media only screen and (max-width: 768px) {
  .l-footer-menu ul {
    flex-wrap: wrap;
  }
}
.l-footer-menu li {
  margin-right: 30px;
}
.l-footer-menu li:last-child {
  margin-right: 0;
}
.l-footer-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}

.l-footer-middle {
  display: flex;
  gap: 20px 90px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .l-footer-middle {
    flex-direction: column;
  }
}
.l-footer-middle__list.-content {
  display: none;
}
.l-footer-middle__item {
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
}
.l-footer-middle__item.-child {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-footer-middle__item.-label {
  cursor: pointer;
}
.l-footer-middle__item .-arrow {
  position: relative;
}
.l-footer-middle__item .-arrow::after {
  content: "";
  transition: all 0.4s;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #2BF9B5;
  border-right: solid 3px #2BF9B5;
  position: absolute;
  top: 36%;
  right: -30px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.l-footer-middle__item .-arrow.open::after {
  top: 67%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-footer-middle__link {
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
}
.l-footer-middle__link.-child {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-footer-middle__link .-pink {
  color: #FF3180;
}
.l-footer-middle__link:hover {
  text-decoration: underline;
}

.l-footer-bottom {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .l-footer-bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-bottom {
    align-items: flex-start;
  }
}

.l-footer-copy {
  font-size: 1rem;
  color: #919191;
}
@media only screen and (max-width: 1000px) {
  .l-footer-copy {
    margin-top: 80px;
  }
}

.l-footer-page-top {
  margin: 0 auto;
  position: fixed;
  bottom: 50px;
  display: flex;
  justify-content: flex-end;
  right: 10vw;
}
@media only screen and (max-width: 900px) {
  .l-footer-page-top {
    bottom: 65px;
    right: 5px;
  }
}

.l-footer-faq {
  position: fixed;
  bottom: 130px;
  right: 20px;
}
@media only screen and (min-width: 769px) {
  .l-footer-faq {
    max-width: 300px;
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-faq {
    bottom: 140px;
    right: 5px;
    z-index: 1001;
  }
}
.l-footer-faq__box {
  display: none;
}
.l-footer-faq__btn-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .l-footer-faq__btn-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    z-index: 2;
  }
}
.l-footer-faq__list {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}
.l-footer-faq__btn {
  min-height: 54px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  position: relative;
  padding-right: 22px;
  height: auto;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .l-footer-faq__btn {
    min-width: 144px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-faq__btn {
    padding: 5px 24px 5px 16px;
    font-size: 1.4rem;
  }
}
.l-footer-faq__btn::after {
  content: "";
  background: url(../images/common/icon-faq-arrow.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .l-footer-faq__btn::after {
    right: 10px;
  }
}
.l-footer-faq__icon {
  display: flex;
  justify-content: flex-end;
}
.l-footer-faq__thum {
  cursor: pointer;
  transition: box-shadow 0.5s ease-out, transform 0.2s;
  width: 99px;
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E8FF00;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .l-footer-faq__thum {
    width: 60px;
    height: 60px;
    z-index: 1;
  }
}
.l-footer-faq__thum:hover {
  box-shadow: 0 3px 15px rgb(194, 194, 194);
  transform: rotate(20deg);
}
@media only screen and (max-width: 768px) {
  .l-footer-faq__thum img {
    width: 40px;
  }
}
.l-footer-faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer-faq__ttl {
  font-size: 2.5rem;
  font-weight: 700;
}
.l-footer-faq__icon-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 48px;
  position: relative;
  height: 48px;
}
.l-footer-faq__line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 18px;
  left: 50%;
  transform-origin: center;
  transition: all 0.3s ease;
}
.l-footer-faq__line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-footer-faq__line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-footer-faq__close {
  margin-top: 28px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

.l-main {
  margin-top: 70px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
.l-main--home {
  margin-top: 0;
  margin-bottom: 0;
}
.l-main--mb0 {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .l-main-ttl {
    font-size: 4rem;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .l-main-ttl {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .l-main-ttl:has(+ .l-main-sub) {
    margin-bottom: 0;
  }
}
.l-main-sub {
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .l-main-sub {
    margin-bottom: 1em;
  }
}
.l-main-sub .-eng {
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  color: #2BF9B5;
}
@media only screen and (min-width: 769px) {
  .l-main-sub .-eng {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-main-sub .-eng {
    font-size: 4rem;
    display: block;
    line-height: 1;
  }
}
.l-main-content {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .l-main-content {
    margin-top: 20px;
  }
}
.l-main:has(.p-page-footer) {
  margin-bottom: 0;
}

.l-spmenu__hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 38px;
  height: 32px;
  cursor: pointer;
  text-align: center;
}
.l-spmenu__hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 26px;
  height: 2px;
  left: 6px;
  background: #2BF9B5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.l-spmenu__hamburger span:nth-child(1) {
  top: 0;
}
.l-spmenu__hamburger span:nth-child(2) {
  top: 10px;
}
.l-spmenu__hamburger span:nth-child(3) {
  top: 20px;
}
.l-spmenu__hamburger::after {
  content: "MENU";
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.8rem;
  color: #2BF9B5;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 32px;
}
.l-spmenu__globalMenuSp {
  transform: translateY(-245%);
  transition: all 0.6s;
  position: fixed;
  z-index: 0;
  top: 60px;
  left: 0;
  color: #fff;
  background: #343942;
  width: 100%;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 100px;
}
.l-spmenu__globalMenuSp ul {
  margin: 0 auto;
  width: 100%;
}
.l-spmenu__globalMenuSp li {
  list-style-type: none;
  width: 100%;
  transition: 0.4s all;
  padding: 22px 45px;
}
.l-spmenu__globalMenuSp li:last-child {
  border-bottom: 1px solid #565C64;
}
.l-spmenu__globalMenuSp li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
}
.l-spmenu__globalMenuSp li + li {
  border-top: 1px solid #565C64;
}
.l-spmenu .sub-menu {
  display: none;
  transition: all 0.5s ease;
}
.l-spmenu .sub-menu li {
  padding: 1em;
}
.l-spmenu .sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.l-spmenu .sub-menu li + li {
  border-top: none;
}
.l-spmenu .menu-item-has-children {
  position: relative;
}
.l-spmenu .menu-item-has-children::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-down.png) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.l-spmenu .menu-item-has-children.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-spmenu__btn-area {
  padding: 92px 20px 50px;
}
.l-spmenu__btn {
  border-radius: 12px;
  font-size: 1.6rem;
  width: 100%;
  height: 70px;
  min-width: none;
}
@media only screen and (min-width: 769px) {
  .l-spmenu__btn {
    max-width: 315px;
  }
}
@media only screen and (max-width: 768px) {
  .l-spmenu__btn {
    width: 100%;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* ナビ開いてる時のボタン */
.l-spmenu__hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #2BF9B5;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.l-spmenu__hamburger.active span:nth-child(2),
.l-spmenu__hamburger.active span:nth-child(3) {
  top: 16px;
  background: #2BF9B5;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* このクラスを、jQueryで付与・削除する */
.l-spmenu__globalMenuSp.active {
  opacity: 100;
  transform: translateY(0);
  z-index: 2;
}

.l-breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.l-breadcrumb-list {
  width: 100%;
  display: flex;
  text-decoration: none;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.l-breadcrumb-list a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #B4B4B4;
  display: flex;
  align-items: center;
}
.l-breadcrumb-list a:after {
  content: "";
  margin-right: 1em;
  margin-left: 1em;
  width: 1px;
  height: 17px;
  background: #D5D5D5;
}

@media only screen and (max-width: 768px) {
  .l-pagination {
    margin: 40px 0 0;
  }
}
.l-pagination-box {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-pagination-box {
    margin: 40px 0 0;
  }
}
.l-pagination-box a {
  text-decoration: none;
  padding: 5px 20px;
}
.l-pagination-box a i {
  font-size: 1.25rem;
  color: #065ca8;
}
.l-pagination-current {
  background: #d1e9ff;
  padding: 10px 16px;
  border-radius: 50%;
  margin: 0 10px;
}

:root {
  --s-base: 1em;
  --s-xxs: calc(0.5 * var(--s-base));
  --s-xs: calc(1 * var(--s-base));
  --s-sm: calc(2 * var(--s-base));
  --s-n: calc(5 * var(--s-base));
  --s-md: calc(7 * var(--s-base));
  --s-lg: calc(13 * var(--s-base));
  --s-xl: calc(15 * var(--s-base));
}

@media only screen and (max-width: 768px) {
  :root {
    --s-n: calc(2 * var(--s-base));
    --s-md: calc(3 * var(--s-base));
    --s-lg: calc(4 * var(--s-base));
    --s-xl: calc(6 * var(--s-base));
  }
}
[class^=l-stack] + [class^=l-stack],
[class^=l-stack] + [class*=" l-stack"],
[class*=" l-stack"] + [class^=l-stack],
[class*=" l-stack"] + [class*=" l-stack"] {
  padding-top: var(--s-n);
  margin-top: 0;
}
[class^=l-stack] + .l-stack-xs,
[class*=" l-stack"] + .l-stack-xs {
  margin-top: 0;
  padding-top: var(--s-xs);
}
[class^=l-stack] + .l-stack-sm,
[class*=" l-stack"] + .l-stack-sm {
  margin-top: 0;
  padding-top: var(--s-sm);
}
[class^=l-stack] + .l-stack-lg,
[class*=" l-stack"] + .l-stack-lg {
  margin-top: 0;
  padding-top: var(--s-lg);
}
[class^=l-stack] + .l-stack-xl,
[class*=" l-stack"] + .l-stack-xl {
  margin-top: 0;
  padding-top: var(--s-xl);
}

.l-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-home a {
  color: #000;
  text-decoration: none;
}

.p-home-btn {
  border-radius: 10px;
}

.p-home-fv {
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .p-home-fv {
    margin-top: 210px;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-fv__top {
    background: url(../../assets/images/top/main_bg.webp) no-repeat;
    padding: 15px 0;
    background-size: 50% auto;
    background-position: right top;
  }
}
@media only screen and (min-width: 1200px) {
  .p-home-fv__top {
    background-size: 808px 590px;
    background-position: top right;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-fv__top {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.p-home-fv__ttl {
  font-size: 5.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media only screen and (max-width: 1000px) {
  .p-home-fv__ttl {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 968px) {
  .p-home-fv__ttl {
    width: 50%;
  }
}
@media only screen and (max-width: 820px) {
  .p-home-fv__ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-fv__ttl {
    margin-top: 21px;
    order: 2;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-fv__btn-container {
    margin-top: 44px;
    padding-left: 27px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-home-fv__btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-fv__btn-container {
    order: 4;
    margin-top: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-fv__btn {
    margin-top: 11px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-fv__btn {
    min-width: 335px;
  }
}
.p-home-fv__btn-txt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .p-home-fv__btn-txt {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-fv__btn-txt {
    font-size: 1.6rem;
  }
}
.p-home-fv__btn-txt::before, .p-home-fv__btn-txt::after {
  content: "";
  display: inline-block;
  vertical-align: -17px;
  width: 34px;
  height: 49px;
}
@media only screen and (max-width: 768px) {
  .p-home-fv__btn-txt::before, .p-home-fv__btn-txt::after {
    width: 20px;
    height: 35px;
  }
}
.p-home-fv__btn-txt::before {
  background: url(../../assets/images/common/dots-left.png) no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
.p-home-fv__btn-txt::after {
  background: url(../../assets/images/common/dots-right.png) no-repeat;
  background-size: 100%;
  margin-left: 12px;
}
@media only screen and (max-width: 768px) {
  .p-home-fv__btn-txt img {
    width: calc(100% - 72px);
  }
}
@media only screen and (max-width: 1050px) {
  .p-home-fv__content {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-fv__content {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-fv__use {
    position: absolute;
    right: 91px;
    bottom: 14px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-home-fv__use {
    position: unset;
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-fv__use {
    order: 1;
  }
}

@media only screen and (min-width: 769px) {
  .p-sp-home-fv__img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-sp-home-fv__img {
    order: 3;
  }
}

.p-home-fv-news {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .p-home-fv-news {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-home-fv-news__ttl {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .p-home-fv-news__ttl {
    margin-right: 40px;
  }
}
.p-home-fv-news__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .p-home-fv-news__list {
    flex-wrap: wrap;
  }
}
.p-home-fv-news__item {
  display: flex;
  align-items: center;
}
.p-home-fv-news__time {
  font-family: "Rubik", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #6A6A6A;
  letter-spacing: 0.025em;
}
.p-home-fv-news__cat {
  font-size: 1.3rem;
  font-weight: 700;
  color: #6A6A6A;
}
.p-home-fv-news__cat::before, .p-home-fv-news__cat::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #C1C1C1;
  margin-left: 1em;
  margin-right: 1em;
}
.p-home-fv-news__content {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-home-fv-news__content {
    width: 100%;
    margin-top: 1em;
  }
}

.p-home-pickup {
  max-width: 1600px;
  margin-left: auto;
  position: relative;
}
.p-home-pickup__ttl {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-home-pickup__ttl {
    left: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-pickup__ttl img {
    width: 31px;
    height: 115px;
  }
}
.p-home-pickup__slider {
  padding-left: 130px;
}
@media only screen and (max-width: 768px) {
  .p-home-pickup__slider {
    padding-left: 48px;
  }
}

.p-home-section__ttl-area {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .p-home-section__ttl-area {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1001px) {
  .p-home-section__ttl {
    margin-right: 70px;
    flex-shrink: 0;
  }
}
.p-home-section__ttl span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .p-home-section__ttl span {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-section__ttl .-about {
    max-width: 185px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-section__ttl .-flow {
    max-width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-section__ttl .-price {
    max-width: 155px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-section__ttl .-column {
    max-width: 248px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-section__ttl .-news {
    max-width: 164px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-section__txt-area {
    margin-top: 40px;
  }
}
.p-home-section__txt {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
  display: block;
}

.p-home-about__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-home-about__grid.-re {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .p-home-about__grid.-re {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__grid {
    flex-direction: column;
  }
}
.p-home-about__img {
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  .p-home-about__img {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__img {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .-re .p-home-about__img {
    margin-right: 121px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-home-about__img {
    flex-shrink: 1;
  }
}
.p-home-about__box {
  max-width: 650px;
}
.p-home-about__sub-ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl {
    font-size: 2.2rem;
    padding-top: 2em;
  }
}
.p-home-about__sub-ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl.-app {
    padding-left: 1em;
  }
}
.p-home-about__sub-ttl.-app::before {
  background: url(../../assets/images/top/ttl-app.png) no-repeat;
  background-size: 100%;
  width: 154px;
  height: 81px;
  top: -45px;
  left: -121px;
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl.-app::before {
    width: 88px;
    height: 47px;
    top: 0px;
    left: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl.-fixed {
    text-align: center;
  }
}
.p-home-about__sub-ttl.-fixed::before {
  background: url(../../assets/images/top/ttl-fixed.webp) no-repeat;
  background-size: 100%;
  width: 568px;
  height: 80px;
  top: -46px;
  left: -119px;
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl.-fixed::before {
    width: 327px;
    height: 47px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl.-share {
    text-align: center;
  }
}
.p-home-about__sub-ttl.-share::before {
  background: url(../../assets/images/top/ttl-share.png) no-repeat;
  background-size: 100%;
  width: 272px;
  height: 81px;
  top: -45px;
  left: -118px;
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl.-share::before {
    width: 156px;
    height: 47px;
    top: 0;
    left: -10px;
  }
}
.p-home-about__sub-ttl.-ability {
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl.-ability {
    margin-bottom: 1em;
  }
}
.p-home-about__sub-ttl.-ability::before {
  background: url(../../assets/images/top/ttl-ability.png) no-repeat;
  background-size: 100%;
  width: 310px;
  height: 81px;
  top: -45px;
  left: 25%;
}
@media only screen and (max-width: 768px) {
  .p-home-about__sub-ttl.-ability::before {
    width: 178px;
    height: 47px;
    top: 0;
    left: -10px;
  }
}
.p-home-about__txt {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 769px) {
  .p-home-about__ability-img img {
    height: 160px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__ability-img img {
    height: 102px;
    width: auto;
  }
}
.p-home-about__ability-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 20px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .p-home-about__ability-ttl {
    margin-top: 38px;
    margin-bottom: 22px;
    font-size: 1.8rem;
  }
}
.p-home-about__ability-txt {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .p-home-about__ability-txt {
    text-align: center;
  }
}
.p-home-about__btn {
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 10px;
}

.p-home-service__box {
  position: relative;
  border-radius: 16px;
  border: 3px solid #000;
  box-shadow: 10px 10px 0 rgba(43, 255, 181, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 17px 16px 0;
  transition: all 0.5s;
  gap: 10px;
}
@media only screen and (min-width: 769px) {
  .p-home-service__box {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-service__box {
    height: auto;
    padding: 10px;
  }
}
.p-home-service__box::after {
  position: absolute;
  top: 17px;
  right: 17px;
}
.p-home-service__box:hover {
  box-shadow: 0 0 0;
  background: rgba(43, 255, 181, 0.3);
  color: #000;
}
.p-home-service__box:hover::after {
  top: 7px;
  right: 7px;
}
.p-home-service__icon {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-home-service__icon {
    width: 70px;
    height: 70px;
  }
}
.p-home-service__ttl {
  font-size: 1.8rem;
  margin-top: 15px;
  letter-spacing: 0.025em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-home-service__ttl {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.p-home-service__txt {
  letter-spacing: 0.025em;
  line-height: 1.85;
}
@media only screen and (min-width: 769px) {
  .p-home-service__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-service__txt {
    font-size: 1.2rem;
  }
}

.p-home-available__box {
  max-width: 450px;
}
@media only screen and (min-width: 769px) {
  .p-home-available__btn {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.p-home-case {
  padding: 180px 0 140px;
}

.p-home-flow__box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .p-home-flow__box {
    flex-direction: column;
  }
}
.p-home-flow__box + .p-home-flow__box {
  padding-top: 20px;
}
.p-home-flow__time {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .p-home-flow__time {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-flow__time {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .p-home-flow__time::after {
    content: "";
    background: #2BF9B5;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
  }
}
.p-home-flow__time.-last::after {
  content: none;
}
.p-home-flow__content {
  padding-top: 7px;
}
@media only screen and (min-width: 769px) {
  .p-home-flow__content {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-flow__content {
    padding-left: 74px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-flow__content {
    padding-left: 0;
  }
}
.p-home-flow__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-home-flow__ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-flow__ttl .-step {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-flow__ttl .-step {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-flow__ttl .-step img {
    max-width: 81px;
  }
}
.p-home-flow__ttl .-sm {
  font-size: 2.4rem;
}
.p-home-flow__btn {
  min-width: 280px;
  height: 74px;
  font-size: 1.6rem;
}

.p-home-price__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .p-home-price__ttl {
    font-size: 1.8rem;
  }
}
.p-home-price__box {
  border-radius: 10px;
  border: 1px solid #000;
}
@media only screen and (min-width: 769px) {
  .p-home-price__box {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-price__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-home-price__sub-ttl {
  text-align: center;
  background: #000;
  color: #fff;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-home-price__sub-ttl {
    width: 100%;
  }
}
.p-home-price__num {
  display: flex;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 5.2rem;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .p-home-price__num {
    width: 90px;
    font-size: 4rem;
  }
}
.p-home-price__num-txt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-home-price__num-txt {
    font-size: 1.8rem;
  }
}
.p-home-price__price {
  background: #FEF868;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-home-price__price {
    width: calc(100% - 90px);
  }
}
.p-home-price__getsugaku {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-home-price__getsugaku {
    font-size: 1.8rem;
  }
}
.p-home-price__price-num {
  line-height: 1.25;
  font-size: 6.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-home-price__price-num {
    font-size: 4.8rem;
  }
}
.p-home-price__en {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-home-price__en {
    font-size: 1.8rem;
  }
}
.p-home-price__detail {
  padding: 31px 40px;
}
@media only screen and (max-width: 768px) {
  .p-home-price__detail {
    padding: 12px 20px;
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-home-area-search {
  padding: 40px;
  background: #E0F2EC;
}
@media only screen and (max-width: 768px) {
  .p-home-area-search {
    padding: 30px 20px 50px;
  }
}
.p-home-area-search__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-home-area-search__input {
  width: 100%;
}
.p-home-area-search__input::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.p-home-area-search__input input {
  border: 2px solid #000;
  padding: 0.5em;
  position: relative;
  border-radius: 6px;
  width: 100%;
  padding: 25px 20px 25px 50px;
  background: #F3F3F3;
}
@media only screen and (min-width: 769px) {
  .p-home-area-search__input input {
    min-width: 570px;
  }
}
.p-home-area-search__btn {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 70px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  transition: 0.25s;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .p-home-area-search__btn {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-area-search__btn {
    height: 64px;
    min-width: 285px;
  }
}
.p-home-area-search__btn:hover {
  opacity: 0.5;
}

.p-home-area-list__ttl {
  font-size: 3rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .p-home-area-list__ttl {
    font-size: 2.2rem;
  }
}
.p-home-area-list__accordion {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 20px 40px;
}
@media only screen and (max-width: 768px) {
  .p-home-area-list__accordion {
    padding: 25px;
  }
}
.p-home-area-list__accordion + .p-home-area-list__accordion {
  margin-top: 10px;
}
.p-home-area-list__sub-ttl {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-home-area-list__sub-ttl {
    font-size: 1.8rem;
  }
}
.p-home-area-list__content {
  margin-top: 3em;
  padding: 0 40px 20px;
}

.p-home-area-info__box {
  background: #fff;
  padding: 1em;
}
.p-home-area-info__txt {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}
.p-home-area-info__strong {
  font-size: 2.2rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.p-home-column {
  padding: 141px 0 88px;
}
@media only screen and (max-width: 768px) {
  .p-home-column {
    padding: 70px 0 50px;
  }
}
.p-home-column__box {
  border-radius: 16px;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .p-home-column__box {
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-column__box {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
  }
}
.p-home-column__ttl {
  margin-top: 29px;
  margin-bottom: 41px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
@media only screen and (max-width: 768px) {
  .p-home-column__ttl {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-column__thum-area {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-home-column__thum-area img {
  border-radius: 16px;
  border: 10px solid #FFF;
  height: 220px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-home-column__thum-area img {
    width: 100%;
    height: 197px;
    border: 5px solid #FFF;
  }
}

.p-home-btn-area {
  padding: 90px 0;
}
.p-home-btn-area__btn {
  min-width: 380px;
  height: 120px;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .p-home-btn-area__btn {
    min-width: 250px;
    height: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-btn-area__btn {
    min-width: 335px;
    height: 100px;
  }
}
.p-home-btn-area__btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-home-btn-area__btn::after {
  width: 14px;
  height: 14px;
}
.p-home-btn-area__btn.-info::before {
  content: "";
  background: url(../../assets/images/top/icon-info.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}
.p-home-btn-area__btn.-seminar::before {
  content: "";
  background: url(../../assets/images/top/icon-semi.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}
.p-home-btn-area__btn.-iten::before {
  content: "";
  background: url(../../assets/images/top/icon-iten.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}

.p-home-bnr__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-home-bnr__ttl {
    font-size: 1.6rem;
  }
}
.p-home-bnr__ttl span {
  border-left: 1px solid #000;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

.p-home-news-scroll {
  overflow-y: auto;
}
@media only screen and (min-width: 769px) {
  .p-home-news-scroll {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-news-scroll {
    height: 50vh;
  }
}

.p-home-ttl__main {
  margin-top: 70px;
  margin-bottom: 47px;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .p-home-ttl__main {
    font-size: 2rem;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
.p-home-ttl__sub {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-home-ttl__sub {
    font-size: 1.8rem;
  }
}

.p-home-link {
  color: #000 !important;
  font-size: 1.8rem;
}

.p-home-company_slide {
  margin-bottom: 40px;
}
.p-home-company_slide__item img {
  display: block;
  height: 110px;
  object-fit: contain;
}

.p-page-order-btn {
  margin-top: 2em !important;
}

.p-page-footer {
  margin-top: 160px !important;
}
@media only screen and (max-width: 768px) {
  .p-page-footer {
    margin-top: 2em !important;
  }
}

.p-page-bnr-enterprise {
  margin-top: 80px !important;
}
@media only screen and (max-width: 768px) {
  .p-page-bnr-enterprise {
    margin-top: 2em !important;
  }
}

.p-page-price-guide {
  margin-top: 70px !important;
}
@media only screen and (max-width: 768px) {
  .p-page-price-guide {
    margin-top: 2em !important;
  }
}

.p-page-tc {
  border-radius: 10px;
  border: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .p-page-tc {
    padding: 1em;
  }
}
.p-page-tc .ub_table-of-contents-container ul {
  margin: 0;
}
.p-page-tc .ub_table-of-contents-container li {
  margin-top: 0.5em;
}
.p-page-tc .ub_table-of-contents-container li a {
  color: #000000;
}
.p-page-tc .ub_table-of-contents-container li a::before {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.p-page-tc .ub_table-of-contents-container li ul {
  margin-left: 1.5em;
}
.p-page-tc .ub_table-of-contents-container li:first-child {
  margin-top: 0;
}
.p-page-tc .ub_table-of-contents-container li + li {
  margin-top: 0.5em;
}

.p-category a,
.p-archive a {
  color: #000;
  text-decoration: none;
}

.p-single-data {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.p-single-ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-single-ttl {
    font-size: 2.3rem;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
}
.p-help-contact-box {
  border: 1px solid #000;
  border-radius: 10px;
  height: 100%;
}
.p-help-contact-box__ttl {
  font-size: 1.8rem;
  background: #9FFFDF;
  border-radius: 10px 10px 0 0;
  padding: 0.5em;
}
.p-help-contact-box__content {
  background: #fff;
  padding: 0 40px;
  margin-top: 0 !important;
  height: 100%;
  border-radius: 0 0 10px 10px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-help-contact-box__content {
    height: auto;
    padding: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-btn-faq .wp-block-button__link {
    min-width: 330px;
    height: 55px;
  }
}

.p-help-after-box {
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
}
.p-help-after-box__ttl {
  font-size: 1.8rem;
  background: #F3F3F3;
  border-radius: 10px 10px 0 0;
  padding: 0.5em;
}
.p-help-after-box__content {
  padding: 40px;
  margin-top: 0 !important;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-help-after-box__content {
    padding: 10px;
  }
}

.p-column-archive__ttl .-ttl {
  color: #000;
  margin-bottom: 0;
}
.p-column-archive + .p-column-archive {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-column-archive + .p-column-archive {
    margin-top: 40px;
  }
}

.p-column-border-thum img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
  padding: 50px;
}

#share .p-column-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#share:not(:has(+ [class*=heading])) {
  margin-bottom: 2em;
}

.p-case-archive-pickup-box {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 50px;
  color: #000;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-case-archive-pickup-box {
    padding: 10px;
  }
}
.p-case-archive-pickup-box__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-case-archive-pickup-box__grid {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .p-case-archive-pickup-box__thum {
    flex: 0 0 420px;
    max-width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case-archive-pickup-box__thum {
    order: 1;
  }
}
.p-case-archive-pickup-box__thum img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-case-archive-pickup-box__content {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case-archive-pickup-box__content {
    order: 2;
  }
}
.p-case-archive-pickup-box__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-case-archive-pickup-box__ttl {
    font-size: 1.8rem;
    margin-top: 1em;
  }
}
.p-case-archive-pickup-box__sub-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 768px) {
  .p-case-archive-pickup-box__sub-ttl {
    font-size: 1.4rem;
    margin-top: 0.5em;
  }
}

.p-case-archive-box {
  display: block;
  color: #000;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #000;
}
@media only screen and (min-width: 769px) {
  .p-case-archive-box {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-case-archive-box {
    padding: 10px;
  }
}
.p-case-archive-box__thum img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.p-case-archive-box__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .p-case-archive-box__ttl {
    margin-bottom: 0.5em;
  }
}
.p-case-archive-box__category {
  font-size: 1.3rem;
  color: #B4B4B4;
  letter-spacing: 0.025em;
  display: block;
}
@media only screen and (min-width: 769px) {
  .p-case-archive-box__category {
    margin-bottom: 0.5em;
  }
}
.p-case-archive-box__name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-case-single-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-case-single-ttl {
    font-size: 1.6rem;
  }
}

.p-case-single-info {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-case-single-info {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .p-case-single-info__content {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case-single-info__content {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .p-case-single-info__thum {
    max-width: 300px;
    flex: 0 0 300px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case-single-info__thum {
    margin-bottom: 20px;
  }
}
.p-case-single-info__thum img {
  width: 100%;
}
.p-case-single-info__ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-case-single-info__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.p-case-single-info__tag {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  padding: 0 1em;
  background: #2BF9B5;
  border: 1px solid #000;
  border-radius: 42px;
  text-align: center;
}
.p-case-single-info__border-box {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .p-case-single-info__border-box {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-case-single-info__name {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.p-case-single-info__url {
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.025em;
}
.p-case-single-info__list {
  display: flex;
}

.p-case-single-post {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-case-single-post {
    margin-top: 20px;
  }
}

.p-seminer-archive-box {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 40px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .p-seminer-archive-box {
    padding: 10px;
  }
}
.p-seminer-archive-box__thum {
  margin-bottom: 1em;
}
.p-seminer-archive-box__thum img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-seminer-archive-box__thum {
    margin-bottom: 0.5em;
  }
}
.p-seminer-archive-box__data {
  font-weight: 500;
  letter-spacing: 0.025em;
}
.p-seminer-archive-box__view {
  border-radius: 42px;
  border: 1px solid #000;
  background: #2BF9B5;
  text-align: center;
  padding: 0 1.5em;
  font-size: 1.3rem;
}
.p-seminer-archive-box__ttl {
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .p-seminer-archive-box__ttl {
    font-size: 2.4rem;
  }
}
.p-case-questionnaire_top-reason-list {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.p-case-questionnaire_top-reason-list__ttl {
  background: #D5D5D5;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 0.25em;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-case-questionnaire_top-reason-list__ttl {
    font-size: 1.6rem;
  }
}
.p-case-questionnaire_top-reason-list__content {
  background: #F3F3F3;
  padding: 20px 40px;
}
@media only screen and (max-width: 768px) {
  .p-case-questionnaire_top-reason-list__content {
    padding: 10px;
  }
}
.p-case-questionnaire_top-reason-list__item {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  background: #fff;
  padding: 0.25em 0.5em;
}
.p-case-questionnaire_top-reason-list__item + .p-case-questionnaire_top-reason-list__item {
  margin-top: 10px;
}

.p-case-questionnaire_top-company {
  background: #F3F3F3;
  border-radius: 10px;
  height: 100%;
}
.p-case-questionnaire_top-company dt {
  background: #2BF9B5;
  border-radius: 10px 10px 0 0;
  padding: 30px 20px;
  border-bottom: 1px solid #D5D5D5;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-case-questionnaire_top-company dt {
    padding: 10px;
  }
}
.p-case-questionnaire_top-company__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.p-case-questionnaire_top-company dd {
  padding: 30px 20px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-case-questionnaire_top-company dd {
    padding: 10px;
  }
}

.p-case-questionnaire_top-more .ub-expand-toggle-button {
  color: #006CFF;
}
.p-case-questionnaire_top-more .ub-expand-toggle-button::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  display: block;
  text-align: center;
  color: #006CFF;
  font-weight: 700;
  font-size: 1em;
}
.p-case-questionnaire_top-more .ub-expand-partial .ub-expand-toggle-button::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  display: block;
  text-align: center;
  color: #006CFF;
  font-weight: 700;
  font-size: 1em;
}

.p-identification-attention__grid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-identification-attention__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-left: 11px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-identification-attention__ttl {
    font-size: 1.6rem;
  }
}
.p-identification-attention__sub-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-identification-attention__sub-ttl {
    font-size: 1.4rem;
  }
}

.p-identification-page-btn__btn {
  border-radius: 10px;
  border: 2px solid #000;
  min-height: 120px;
  position: relative;
  color: #000;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .p-identification-page-btn__btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-identification-page-btn__btn::after {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-identification-page-btn__btn::after {
    right: 10px;
  }
}
.p-identification-page-btn__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.p-identification-page-btn__txt {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.p-identification-document__ttl {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .p-identification-document__ttl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-identification-document__ttl.-line2 {
    margin-bottom: 1.7em;
  }
}
.p-identification-document__pic {
  margin: 20px auto 30px;
}
@media only screen and (max-width: 768px) {
  .p-identification-document__pic {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 769px) {
  .p-identification-document__list {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-identification-document__list {
    font-size: 1.3rem;
  }
}

.p-form-table {
  display: flex;
  padding: 2em 0;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .p-form-table {
    padding: 20px 0;
  }
}
.p-form-table:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.p-form-table:has(+ .-error) {
  border-bottom: 1px solid #D5D5D5;
}
@media only screen and (max-width: 768px) {
  .p-form-table {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (min-width: 769px) {
  .p-form-table dt {
    flex: 1 0 300px;
    max-width: 300px;
    flex-shrink: 0;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form-table dt {
    margin-bottom: 1em;
  }
}
.p-form-table dd {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-form-table dd {
    max-width: calc(100% - 300px);
  }
}
.p-form-table__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-form-table__red {
  font-size: 1.3rem;
  border: 1px solid #FF3180;
  padding: 0 2px;
  color: #FF3180;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-form-table__red {
    margin-left: 1em;
  }
}
.p-form-table__info {
  font-size: 1.3rem;
}
.p-form-table input,
.p-form-table textarea {
  letter-spacing: 0.025em;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-form-table input,
  .p-form-table textarea {
    width: inherit;
  }
}
.p-form-table input {
  border-radius: 6px;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .p-form-table input {
    border: 2px solid #000;
    padding: 25px;
    max-width: 570px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form-table input {
    border: 1px solid #000;
    padding: 1em 0.5em;
  }
}
.p-form-table input:placeholder-shown {
  background: #F3F3F3;
}
.p-form-table textarea {
  border-radius: 6px;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .p-form-table textarea {
    border: 2px solid #000;
    padding: 25px;
    max-width: 570px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form-table textarea {
    border: 1px solid #000;
    padding: 0.5em;
  }
}
.p-form-table textarea:placeholder-shown {
  background: #F3F3F3;
}
.p-form-table select {
  border: none;
  font-size: 1.6rem;
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 768px) {
  .p-form-table select {
    padding: 1em 0.5em;
  }
}
.p-form-table select ::-ms-expand {
  display: none;
}
.p-form-table__select {
  border-radius: 6px;
  letter-spacing: 0.025em;
  font-size: 1.6rem;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-form-table__select {
    border: 2px solid #000;
    max-width: 570px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form-table__select {
    border: 1px solid #000;
  }
}
.p-form-table__select::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #2BF9B5;
}
@media only screen and (max-width: 768px) {
  .p-form-table__select::after {
    right: 10px;
  }
}
.p-form-table .mwform-radio-field.vertical-item {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-form-table__kiyaku label input[type=checkbox] {
  display: none;
}
.p-form-table__kiyaku label::before {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  content: "\f096";
  letter-spacing: 0.025em;
}
.p-form-table__kiyaku label:has(input[type=checkbox]:checked)::before {
  content: "\f046";
}

.-error:not(.p-form-faq__content) {
  display: none;
}

.p-form-table + .p-form-table {
  border-top: 1px solid #D5D5D5;
}

.p-form-btn {
  display: flex;
  justify-content: center;
}
.p-form-btn__backbtn {
  margin-right: 3em;
}
.p-form-btn__dl {
  position: relative;
}
.p-form-btn__dl::before {
  content: "";
  background: url(../../assets/images/common/icon-download.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-form-btn__dl::before {
    left: 10px;
  }
}

.p-form-btn-green {
  position: relative;
}
.p-form-btn-green::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-up-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-form-tel-box {
  border-radius: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .p-form-tel-box {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-form-tel-box__ttl {
  text-align: center;
  background: #F3F3F3;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  padding: 21px 10px;
}
@media only screen and (min-width: 769px) {
  .p-form-tel-box__ttl {
    font-size: 1.8rem;
  }
}
.p-form-tel-box__content {
  padding: 20px 40px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-form-tel-box__content {
    padding: 10px;
  }
}
.p-form-tel-box__num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .p-form-tel-box__num {
    font-size: 3rem;
  }
}
.p-form-tel-box__txt {
  font-size: 1.3rem;
}

.p-form-faq__ttl {
  margin-top: 2em;
  margin-bottom: 1em;
}
.p-form-faq__ttl::before {
  content: "";
  background: #2BF9B5;
  width: 10px;
  height: 10px;
  background-size: 100%;
  display: inline-block;
  vertical-align: 0px;
  margin-right: 0.5em;
}
.p-form-faq__content {
  display: none;
}
.p-form-faq__content.open {
  display: block;
}

.p-confirm .p-form-table__info {
  display: none;
}
.p-confirm .p-form-table__select {
  border: none;
}
.p-confirm .p-form-table__select::after {
  content: none;
}
.p-confirm .p-form-btn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-confirm .p-form-btn {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-confirm .p-form-btn__backbtn {
    margin-left: auto;
    margin-right: auto;
  }
}

#support_faq_area {
  display: block !important;
}

.p-sitemap-menu .wp-block-navigation__container {
  gap: 40px 13px;
}
@media only screen and (max-width: 768px) {
  .p-sitemap-menu .wp-block-navigation__container {
    gap: 20px 0;
  }
}
.p-sitemap-menu .wp-block-navigation-item {
  border-bottom: 1px solid #D5D5D5;
}
@media only screen and (min-width: 769px) {
  .p-sitemap-menu .wp-block-navigation-item {
    width: 24%;
  }
}
@media only screen and (max-width: 768px) {
  .p-sitemap-menu .wp-block-navigation-item {
    width: 100%;
  }
}
.p-sitemap-menu .wp-block-navigation-item a {
  letter-spacing: 0.025em;
  font-weight: 700;
}
.p-sitemap-menu .wp-block-navigation-item a::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-up-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: 1px;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.5em;
}

.js-slider__item {
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .js-slider__item {
    font-size: 1.8rem;
  }
}
.js-slider .slick-slide {
  margin: 0 5px;
}
.js-slider .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .js-slider .slick-slide img {
    height: 173px;
    object-fit: cover;
  }
}
.js-slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.js-slider .slide-arrow::before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.js-slider .prev-arrow::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-size: 1.6rem;
  font-weight: 900;
  left: -10px;
  display: block;
}
.js-slider .next-arrow::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 1.6rem;
  font-weight: 900;
  right: -10px;
  display: block;
}

#affiliate .check {
  display: none;
}
#affiliate .check__label {
  display: block;
}
#affiliate .check__content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
#affiliate .check:checked + .check__label + .check__content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
#affiliate .marker {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #EDFF00 60%);
}
#affiliate .kv .ttl {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  #affiliate .kv .ttl {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  #affiliate .kv .ttl .-sm {
    font-size: 2.4rem;
  }
}
#affiliate .intro .attention {
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  #affiliate .intro .link-ok {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #affiliate .intro .link-ok {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 769px) {
  #affiliate .intro .box {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #affiliate .intro .box {
    width: 100%;
  }
}
#affiliate .intro .cicle {
  background: #E77574;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #affiliate .intro .cicle {
    width: 150px;
    height: 150px;
    font-size: 1rem;
  }
}
#affiliate .gift {
  background: #E0F2EC;
  position: relative;
}
#affiliate .gift .sarani {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#affiliate .gift .ttl {
  margin-bottom: 1em;
}
#affiliate .gift .info {
  background: #fff;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  #affiliate .gift .info {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  #affiliate .flow .txt {
    font-size: 1.8rem;
  }
}
.p-share-office-marker {
  background: linear-gradient(transparent 60%, #EDFF00 60%);
}

.p-share-office-kv__grid {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .p-share-office-kv__grid {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-share-office-kv__thum {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
.p-share-office-kv__ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-share-office-kv__ttl {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .p-share-office-kv__main-ttl {
    font-size: 2rem;
  }
}

.p-share-office-ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-share-office-ttl {
    font-size: 2rem;
  }
}
.p-share-office-heading--f20 {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .p-share-office-heading--f20 {
    font-size: 2rem;
  }
}
.p-share-office-heading--f24 {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .p-share-office-heading--f24 {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 769px) {
  .p-share-office-features {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-share-office-features {
    margin-top: 30px;
  }
}
.p-share-office-features__box {
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .p-share-office-features__box {
    padding-top: 20px;
    height: 100%;
  }
}
.p-share-office-features__ttl {
  letter-spacing: 0.05em;
}
.p-share-office-features__txt {
  letter-spacing: 0.025em;
  margin-top: 1em;
}

.lity {
  background: rgba(0, 0, 0, 0.5);
}

.lity-container {
  height: 80vh;
  overflow: auto;
  overflow-y: auto;
  border-radius: 16px;
}
.lity-container .p-share-office-popup__content {
  letter-spacing: 0.025em;
  max-width: 800px;
}
.lity-container .p-share-office-popup__ttl {
  font-size: 2rem;
  margin: 1em 0;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .lity-container .p-share-office-popup__ttl {
    font-size: 1.8rem;
    margin: 0.5em 0;
  }
}
@media only screen and (max-width: 900px) {
  .lity-container {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .lity-container {
    width: 80%;
  }
}

.lity-close {
  position: absolute;
  color: #000;
  top: 3px;
  right: 3px;
}
.lity-close:active {
  top: 3px;
}

.p-share-office-plan-table {
  border-collapse: separate;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.p-share-office-plan-table th {
  font-weight: 700;
  padding: 22px 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-share-office-plan-table th {
    padding: 1em;
  }
}
.p-share-office-plan-table .-yellow {
  border-radius: 6px 6px 0 0;
  background: #FCE07B;
}
.p-share-office-plan-table .-orange {
  border-radius: 6px 6px 0 0;
  background: #FFBE6A;
}
.p-share-office-plan-table td {
  letter-spacing: 0.05em;
  padding: 22px 20px;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
@media only screen and (min-width: 769px) {
  .p-share-office-plan-table td {
    width: calc((100% - 250px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .p-share-office-plan-table td {
    padding: 1em;
  }
}
.p-share-office-plan-table td:first-child {
  background: #F3F3F3;
}
@media only screen and (min-width: 769px) {
  .p-share-office-plan-table td:first-child {
    width: 250px;
  }
}

.p-share-office-plan {
  display: flex;
  gap: 0 50px;
}
@media only screen and (max-width: 768px) {
  .p-share-office-plan {
    flex-direction: column;
    gap: 10px 0;
  }
}
.p-share-office-plan__thum {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-share-office-plan__thum {
    margin: 0 auto 1em;
  }
}
.p-share-office-plan__icon {
  border-radius: 42px;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  padding: 0.25em 2em;
}
@media only screen and (max-width: 768px) {
  .p-share-office-plan__icon {
    text-align: center;
  }
}
.p-share-office-plan__icon.-yellow {
  background: #FCE07B;
}
.p-share-office-plan__icon.-orange {
  background: #FFBE6A;
}
.p-share-office-plan__txt {
  margin-top: 1em;
}

.p-share-office-yubin__txt {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .p-share-office-yubin__txt {
    padding: 10px;
  }
}

.p-share-office-info-box {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .p-share-office-info-box {
    padding: 2em 1em;
  }
}

.p-share-office-contact {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media only screen and (max-width: 768px) {
  .p-share-office-contact {
    gap: 20px 0;
    flex-direction: column;
  }
}
.p-share-office-contact__box {
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 478px;
  background: #fff;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-share-office-contact__box {
    min-height: 274px;
  }
}
.p-share-office-contact__ttl {
  font-size: 1.8rem;
  background: #9FFFDF;
  border-radius: 10px 10px 0 0;
  padding: 0.5em;
  text-align: center;
}
.p-share-office-contact__ttl.-yellow {
  background: #EDFF00;
}
.p-share-office-contact__content {
  padding: 40px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 768px) {
  .p-share-office-contact__content {
    padding: 2em 1em;
  }
}
.p-share-office-contact__btn {
  position: relative;
  border-radius: 70px;
  height: 55px;
  padding-right: 37px;
}
.p-share-office-contact__btn::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-up-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-share-office-contact__tel {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 3rem;
}
.p-share-office-contact__sub {
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  text-align: center;
}

.p-estimates-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-estimates-list {
    flex-direction: column;
  }
}
.p-estimates-list:first-child {
  border-top: 1px solid #000;
}
.p-estimates-list + .-gray-line {
  border-top: 1px solid #D5D5D5;
}
.p-estimates-list__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 769px) {
  .p-estimates-list__ttl {
    flex: 0 0 295px;
    padding-right: 1em;
    padding-left: 1em;
    margin-right: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .p-estimates-list__item {
    width: calc(100% - 295px);
  }
}
.p-estimates-list__sub-list + .p-estimates-list__sub-list {
  border-top: 1px solid #D5D5D5;
  margin-top: 30px;
  padding-top: 30px;
}
.p-estimates-list__icon {
  font-size: 1.3rem;
  font-weight: 700;
  background: #EDFF00;
  padding: 0.25em 1em;
}
.p-estimates-list__sub-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-estimates-option-area {
  border-bottom: 1px solid #D5D5D5;
}

.p-estimates-marker {
  background: linear-gradient(transparent 60%, #EDFF00 60%);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-estimates-kadomaru {
  border: 1px solid #000;
  border-radius: 42px;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  padding: 0.25em 0.5em;
}

.p-estimates-radio-normal {
  padding-left: 1.7em;
}
.p-estimates-radio-normal input[type=radio] {
  display: none;
}
.p-estimates-radio-normal input:checked + label::before {
  background: #fff;
}
.p-estimates-radio-normal input:checked + label::after {
  opacity: 1;
}
.p-estimates-radio-normal__label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.p-estimates-radio-normal__label::before, .p-estimates-radio-normal__label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -1em;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-estimates-radio-normal__label:before {
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.p-estimates-radio-normal__label::after {
  background-color: #2BF9B5;
  border-radius: 50%;
  opacity: 0;
  width: 13px;
  height: 13px;
}

.p-estimates-label-txt {
  border: 2px solid #000;
  padding: 0.25em 0.5em;
  appearance: none;
  border-radius: 6px;
}
.p-estimates-label-txt.-pulldown {
  background: url(./../../assets/images/estimates/icon-pulldown.svg) no-repeat;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  padding: 0.25em 2em 0.25em 1em;
  height: 65px;
  min-width: 140px;
}
@media only screen and (max-width: 768px) {
  .p-estimates-label-txt.-pulldown {
    width: 100%;
  }
}
.p-estimates-label-txt.-full {
  width: 100%;
}
.p-estimates-label-txt.-half {
  width: 60%;
  max-width: 843px;
}

.p-estimates-option-ttl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000000;
  padding: 1em 1.5em;
  display: flex;
  background: #F3F3F3;
}
@media only screen and (min-width: 769px) {
  .p-estimates-option-ttl {
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .p-estimates-option-ttl {
    flex-direction: column;
  }
}
.p-estimates-option-ttl dt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  flex: 0 0 26%;
}
.p-estimates-option-ttl dd {
  flex: 0 0 74%;
}

.p-estimates-radio-check label::before {
  content: "";
  background: url(./../../assets/images/estimates/icon-check-off.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
}
.p-estimates-radio-check input:checked + label::before {
  content: "";
  background: url(./../../assets/images/estimates/icon-check-on.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
}
.p-estimates-radio-check input:disabled + label {
  color: #000000;
  cursor: default;
}
.p-estimates-radio-check input[type=radio] {
  display: none;
}
.p-estimates-radio-check input[type=checkbox] {
  display: none;
}

.p-estimates-hide {
  display: none;
}

.p-estimates-btn__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
}
@media only screen and (max-width: 768px) {
  .p-estimates-btn__grid {
    flex-direction: column;
    gap: 20px 0;
  }
}

.p-estimates-price {
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-estimates-price {
    z-index: 4;
    padding: 10px 0;
  }
}
.p-estimates-price__inner {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .p-estimates-price__inner {
    gap: 0 48px;
  }
}
@media only screen and (max-width: 768px) {
  .p-estimates-price__inner {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-estimates-price__grid {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .p-estimates-price__grid {
    gap: 0 50px;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-estimates-price__grid {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .p-estimates-price__block {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p-estimates-price__list {
  display: flex;
  justify-content: space-between;
}
.p-estimates-price__name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.p-estimates-price__num {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.p-estimates-price__red {
  color: #ff0000;
}
.p-estimates-price__total {
  border-top: 1px dotted #000;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.p-estimates-price__ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.p-estimates-price__goukei-list {
  display: flex;
  align-items: baseline;
  letter-spacing: 0.025em;
  justify-content: space-between;
}
.p-estimates-price__goukei-list dt {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-estimates-price__goukei-list dd {
  color: #FF3180;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-estimates-price__goukei-list dd .-yen {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-estimates-price__goukei {
  border: 1px solid #000;
  padding: 1em;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .p-estimates-price__goukei {
    flex: 0 0 250px;
  }
}
@media only screen and (max-width: 768px) {
  .p-estimates-price__goukei {
    width: 100%;
  }
}
.p-estimates-price__info {
  font-size: 1.3rem;
}

.p-payment-table {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.p-payment-table th {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: #D5D5D5;
  padding: 0.25em;
}
.p-payment-table td {
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  font-size: 1.4rem;
  padding: 0.25em;
  vertical-align: top;
}
.p-payment-table td:last-child {
  border-right: 1px solid #D5D5D5;
}
.p-payment-table .main-header {
  border-radius: 10px 10px 0 0;
  padding: 0.5em;
}
.p-payment-table .kana {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  height: 34px;
  padding: 0;
  vertical-align: middle;
}
.p-payment-table .name {
  font-weight: 700;
  padding: 0.5em;
}

.p-payment__border {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .p-payment__border {
    padding: 0.5em 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-compare-table {
    display: none;
  }
}
.p-compare-table table {
  border-collapse: separate;
  border-bottom: 1px solid #D5D5D5;
}
.p-compare-table thead th {
  padding: 1em 0.5em;
  border-radius: 6px 6px 0 0;
  text-align: left;
}
.p-compare-table thead .green {
  border-left: 1px solid #D5D5D5;
  background: #BFFDE9;
  border-right: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
}
.p-compare-table thead .border {
  border-top: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.p-compare-table tbody th,
.p-compare-table tbody td {
  padding: 1em 0.5em;
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
}
.p-compare-table tbody td:last-child {
  border-right: 1px solid #D5D5D5;
}
.p-compare-table tbody .gray {
  vertical-align: middle;
  background: #F3F3F3;
  text-align: left;
}
.p-compare-table tbody .green {
  background: #E0F2EC;
}
.p-compare-table tbody .name {
  font-weight: 700;
}
.p-compare-table tbody .center {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .p-sp-compare-table {
    display: none;
  }
}
.p-sp-compare-table table {
  border-collapse: separate;
  border-bottom: 1px solid #D5D5D5;
}
.p-sp-compare-table thead th {
  padding: 0.5em;
  border-radius: 6px 6px 0 0;
  text-align: left;
  width: 33.3333333333%;
}
.p-sp-compare-table thead .green {
  border-left: 1px solid #D5D5D5;
  background: #BFFDE9;
  border-right: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
}
.p-sp-compare-table thead .border {
  border-top: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.p-sp-compare-table tbody th,
.p-sp-compare-table tbody td {
  padding: 0.25em;
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
}
.p-sp-compare-table tbody td {
  padding: 0.25em 1em;
  vertical-align: top;
}
.p-sp-compare-table tbody td:last-child {
  border-right: 1px solid #D5D5D5;
}
.p-sp-compare-table tbody .gray {
  vertical-align: middle;
  background: #D5D5D5;
  text-align: center;
}
.p-sp-compare-table tbody .green {
  background: #E0F2EC;
}
.p-sp-compare-table tbody .name {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  padding-left: 1em;
  padding-right: 1em;
}
.p-sp-compare-table tbody .name::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #2BF9B5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}
.p-sp-compare-table tbody .center {
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  .p-biz_plus-ttl {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}

.p-biz_plus-btn .wp-block-button__link[href^="#"] {
  padding: 0 30px;
}
.p-biz_plus-btn .wp-block-button__link[href^="#"]::after {
  right: 10px;
}

.p-biz_plus-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-biz_plus-nav__list {
    flex-direction: column;
    width: 100%;
    gap: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-biz_plus-nav__item {
    width: 100%;
  }
}
.p-biz_plus-nav__item a {
  color: #000;
  border: 2px solid #000;
  border-radius: 70px;
  line-height: 2;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
}
@media only screen and (min-width: 769px) {
  .p-biz_plus-nav__item a {
    min-width: 238px;
  }
}
.p-biz_plus-nav__item a::after {
  content: "\f175";
  font-family: "Font Awesome 6 Free";
  font-size: 0.75em;
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-biz_plus-acc {
  display: flex;
  gap: 0 30px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .p-biz_plus-acc {
    flex-direction: column;
    align-items: center;
  }
}
.p-biz_plus-acc__ttl::before, .p-biz_plus-acc__ttl::after {
  top: 30px;
}
.p-biz_plus-acc__thum {
  flex-shrink: 1;
}
@media only screen and (min-width: 769px) {
  .p-biz_plus-acc__content {
    padding-top: 0.5em;
  }
}
.p-biz_plus-acc__ttl {
  padding-top: 0.5em;
  margin-top: 0 !important;
  margin-bottom: 0.5em;
}
.p-biz_plus-acc__grid {
  display: flex;
  align-items: center;
  gap: 0 14px;
  margin-bottom: 0.5em;
}
.p-biz_plus-acc__icon {
  border-radius: 42px;
  background: #2BF9B5;
  border: 1px solid #000;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.25em 1em;
}
.p-biz_plus-acc__icon.-white {
  background: #fff;
}
.p-biz_plus-acc__txt {
  margin-top: 0 !important;
}
.p-biz_plus-acc__info {
  color: #FF0000;
  font-size: 1.8rem;
}

#biz_plus .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 60px;
}
@media only screen and (max-width: 768px) {
  #biz_plus .top-section {
    gap: 30px;
    flex-direction: column-reverse;
  }
}
#biz_plus .top-section .sub-ttl {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  #biz_plus .top-section .sub-ttl {
    font-size: 2.2rem;
  }
}
#biz_plus .top-section .ttl {
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 700;
}
#biz_plus .top-section .icon {
  border-radius: 42px;
  border: 1px solid #000;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 0 2em;
}
#biz_plus .service .wp-block-table {
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  #biz_plus .service .wp-block-table th {
    width: 25%;
  }
}
#biz_plus .voice .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border: 1px solid #000;
  border-radius: 16px;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  #biz_plus .voice .box {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
#biz_plus .voice .box.-jirei {
  background: #fff;
  align-items: flex-start;
}
#biz_plus .voice .box + .box {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #biz_plus .voice .box + .box {
    margin-top: 20px;
  }
}
#biz_plus .voice .ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 769px) {
  #biz_plus .voice .ttl {
    font-size: 2.4rem;
  }
}
#biz_plus .voice .sub {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  color: #B4B4B4;
}
#biz_plus .voice .right {
  flex-shrink: 0;
}
#biz_plus .voice .link {
  color: #000;
}
#biz_plus .case .slick-slide {
  margin: 0 5px;
}
#biz_plus .case .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#biz_plus .case button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#biz_plus .case .slide-arrow::before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#biz_plus .case .prev-arrow::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-size: 1.6rem;
  font-weight: 900;
  left: -10px;
  display: block;
}
#biz_plus .case .next-arrow::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 1.6rem;
  font-weight: 900;
  right: -10px;
  display: block;
}
#biz_plus .case .slider {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 30px 28px;
  height: 100%;
}
#biz_plus .case .slider a {
  color: #000;
}
#biz_plus .case .slider .ttl {
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  #biz_plus .case .slider .ttl {
    font-size: 1.8rem;
  }
}
#biz_plus .case .slider .txt {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}

.p-biz_plus-ttl-num {
  display: flex;
  margin-bottom: 0;
}

.p-appverup-icon {
  margin: 0 0.25em;
  vertical-align: -8px;
}

.p-guide-box {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 60px;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .p-guide-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-guide-box {
    padding: 20px;
    flex-direction: column;
  }
}
.p-guide-box__thum {
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  .p-guide-box__thum {
    max-width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .p-guide-box__thum {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.p-guide-box__ttl {
  margin-bottom: 1em;
}
.p-guide-box__btn-container {
  margin-top: 1.5em;
}
.p-guide-box__btn {
  border-radius: 4px;
}
@media only screen and (min-width: 769px) {
  .p-guide-box__btn.-w250 {
    padding: 0;
  }
}

.p-app-step {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 0 33px;
}
@media only screen and (max-width: 768px) {
  .p-app-step {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-app-step::before {
  content: "";
  width: 90%;
  height: 10px;
  background: #2BF9B5;
  display: block;
  position: absolute;
  top: 100px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .p-app-step::before {
    width: 10px;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.p-app-step__item {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-app-step__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-app-step__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 20px;
  }
}
.p-app-step__ttl .-icon {
  display: block;
}

.p-app-gamen__ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .p-app-gamen__ttl {
    font-size: 1.6rem;
  }
}
.p-app-gamen__txt {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-app-gamen__txt {
    font-size: 1.4rem;
  }
}
.p-app-gamen__btn {
  border-radius: 70px;
  min-width: 154px;
  height: 55px;
}
@media only screen and (max-width: 768px) {
  .p-app-gamen__thum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-app-gamen__thum img {
    width: 55%;
  }
}

.p-app-use + .p-app-use {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-app-use + .p-app-use {
    margin-top: 20px;
  }
}
.p-app-use__ttl {
  margin-bottom: 1em;
}
.p-app-use__grid {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 40px;
}
@media only screen and (max-width: 768px) {
  .p-app-use__grid {
    flex-direction: column;
    gap: 20px;
  }
}
.p-app-use__thum {
  flex-shrink: 0;
}
.p-app-use__cap {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-app-use__cap {
    font-size: 1.2rem;
  }
}

.p-app-rireki__grid {
  display: flex;
  gap: 30px 40px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .p-app-rireki__grid {
    flex-direction: column;
  }
}
.p-app-rireki__right {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 769px) {
  .p-app-rireki__right {
    flex: 0 0 640px;
  }
}
@media only screen and (max-width: 768px) {
  .p-app-rireki__right {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .p-app-rireki__item {
    width: calc((100% - 40px) / 3);
  }
}
.p-app-rireki__thum {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .p-app-rireki__thum {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .p-app-rireki__thum {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-app-rireki__thum img {
    width: 35%;
  }
}
.p-app-rireki__caption {
  text-align: center;
  font-weight: 700;
  margin-top: 0.5em;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .p-app-rireki__caption {
    font-size: 1.2rem;
  }
}

.p-shoukai-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 50px;
}
@media only screen and (max-width: 768px) {
  .p-shoukai-about {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-shoukai-about__thum {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-shoukai-about__thum {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .p-shoukai-about__thum + .p-shoukai-about__thum {
    margin-top: 1em;
  }
}
.p-shoukai-about__thum + .p-shoukai-about__thum::before {
  content: "";
  background: url(/assets/images/page/shokai-arrow.png) no-repeat;
  background-size: 100%;
  width: 11px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-shoukai-about__thum + .p-shoukai-about__thum::before {
    background: url(/assets/images/page/shokai-arrow02.png) no-repeat;
    position: absolute;
    width: 22px;
    height: 11px;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-size: cover;
  }
}

.p-shoukai-howto__ttl {
  display: flex;
  align-items: flex-end;
  padding-top: 3em;
  margin-bottom: 1em;
}
.p-shoukai-howto__ttl-txt {
  padding-bottom: 0.25em;
  display: block;
  border-bottom: 1px solid #D5D5D5;
  flex-grow: 1;
  margin-bottom: 1em;
  padding-left: 1.5em;
  margin-left: -1em;
  z-index: -1;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .p-shoukai-iphone__thum {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }
}
.p-shoukai-iphone__cap {
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 1em;
}

.p-shoukai-amazon {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 40px;
}
@media only screen and (max-width: 768px) {
  .p-shoukai-amazon {
    flex-direction: column;
    gap: 10px 0;
  }
}
.p-shoukai-amazon__ttl {
  padding-top: 0;
  margin-bottom: 1em;
}
.p-shoukai-amazon__sub-ttl {
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .p-shoukai-amazon__sub-ttl {
    font-size: 1.8rem;
  }
}

.p-shokai-sarani__txt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.p-shokai-sarani__num {
  font-size: 4rem;
}

.p-shokai-sns {
  margin-top: 1em;
  background: #9FFFDF;
  padding: 1.5em;
}
@media only screen and (max-width: 768px) {
  .p-shokai-sns {
    padding: 10px;
  }
}
.p-shokai-sns__btn {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-shokai-sns__btn {
    max-width: 420px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-shokai-sns__btn {
    padding: 1em;
    font-size: 1.6rem;
    justify-content: flex-start;
    height: 64px;
  }
}
.p-shokai-sns__btn::before {
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .p-shokai-sns__btn::before {
    margin-right: 0.25em;
  }
}
.p-shokai-sns__btn.-fb::before {
  content: "";
  background: url("/assets/images/page/icon-btn-fb.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .p-shokai-sns__btn.-fb::before {
    width: 30px;
    height: 30px;
  }
}
.p-shokai-sns__btn.-tw::before {
  content: "";
  background: url("/assets/images/page/icon-btn-twitter.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .p-shokai-sns__btn.-tw::before {
    width: 30px;
    height: 30px;
  }
}

.p-shoukai-btn .wp-block-button__link {
  border-radius: 70px;
}
@media only screen and (min-width: 769px) {
  .p-shoukai-btn .wp-block-button__link {
    min-height: 55px;
  }
}

.p-shokai_gude-moraeru__txt {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .p-shokai_gude-moraeru__txt {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-shokai_gude-moraeru__txt .-lg {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-shokai_gude-moraeru__txt .-lg {
    font-size: 1.6rem;
  }
}

.p-shoukai_guide-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 50px;
}
@media only screen and (max-width: 768px) {
  .p-shoukai_guide-about {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-shoukai_guide-about__thum {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-shoukai_guide-about__thum {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .p-shoukai_guide-about__thum + .p-shoukai_guide-about__thum {
    margin-top: 1em;
  }
}
.p-shoukai_guide-about__thum + .p-shoukai_guide-about__thum::before {
  content: "";
  background: url(/assets/images/page/shokai-arrow.png) no-repeat;
  background-size: 100%;
  width: 11px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-shoukai_guide-about__thum + .p-shoukai_guide-about__thum::before {
    background: url(/assets/images/page/shokai-arrow02.png) no-repeat;
    position: absolute;
    width: 22px;
    height: 11px;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-size: cover;
  }
}

@media only screen and (min-width: 769px) {
  .p-manual_pc-ttl {
    margin-top: 50px !important;
  }
}

.p-service-can__ttl {
  letter-spacing: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .p-service-can__ttl {
    font-size: 2rem;
  }
}
.p-service-can__txt {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 769px) {
  .p-service-can__txt {
    font-size: 1.5rem;
  }
}

.p-service-option__link {
  color: #000;
}
.p-service-option__box {
  position: relative;
  border-radius: 16px;
  border: 3px solid #000;
  box-shadow: 10px 10px 0 rgba(43, 255, 181, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 21px;
  transition: all 0.5s;
}
@media only screen and (min-width: 769px) {
  .p-service-option__box {
    height: 226px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-option__box {
    height: 155px;
    padding: 10px;
  }
}
.p-service-option__box::after {
  position: absolute;
  top: 17px;
  right: 17px;
  transition: all 0.5s;
}
.p-service-option__box:hover {
  box-shadow: 0 0 0;
  background: rgba(43, 255, 181, 0.3);
}
.p-service-option__box:hover::after {
  top: 7px;
  right: 7px;
}
@media only screen and (max-width: 768px) {
  .p-service-option__icon {
    width: 70px;
    height: 70px;
  }
}
.p-service-option__ttl {
  font-size: 1.8rem;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .p-service-option__ttl {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.p-service-basic__item {
  position: relative;
  border-radius: 16px;
  border: 3px solid #000;
  box-shadow: 10px 10px 0 rgba(43, 255, 181, 0.3);
  padding: 26px;
  transition: all 0.5s;
  color: #000;
  height: 100%;
}
.p-service-basic__item::after {
  position: absolute;
  top: 17px !important;
  right: 17px !important;
}
.p-service-basic__item:hover {
  box-shadow: 0 0 0;
  background: rgba(43, 255, 181, 0.3);
}
.p-service-basic__item:hover::after {
  top: 7px !important;
  right: 7px !important;
}
.p-service-basic__item.-simple {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .p-service-basic__item.-simple {
    padding: 37px 28px;
  }
}
.p-service-basic__ttl {
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .p-service-basic__ttl {
    font-size: 2rem;
  }
}
.p-service-basic__ttl:first-child {
  margin-top: 0;
}
.p-service-basic__txt {
  letter-spacing: 0.025em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .p-service-basic__txt {
    font-size: 1.5rem;
  }
}

.p-basic-btn {
  height: 55px;
}

.p-basic-table th {
  width: 20%;
}
.p-basic-table td {
  width: 40%;
}

.p-option-bgpink {
  background-color: #FF3180;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  margin-left: 0.5em;
}
.p-option-bgpink.-lg {
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 769px) {
  .p-option-bgpink.-lg {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-option-bgpink.-md {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-option-bgpink.-sm {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-option-bgpink.-xs {
    font-size: 1.3rem;
  }
}

.p-option-price {
  font-weight: 700;
}
.p-option-price > * {
  margin-top: 0 !important;
  display: inline-block;
  vertical-align: baseline;
}
.p-option-price__num {
  font-family: "Lato", sans-serif;
  margin-left: 0.05em;
}
@media only screen and (min-width: 769px) {
  .p-option-price__num {
    vertical-align: -6px;
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-option-price__num {
    font-size: 1.8rem;
  }
}
.p-option-price__arrow {
  margin: 0 1em;
}
@media only screen and (min-width: 769px) {
  .p-option-price__txt {
    font-size: 1.8rem;
  }
}
.p-option-price .-pink {
  color: #FF3180;
  font-weight: 700;
}

.p-price-order__btn::after {
  content: "";
  background: url(../../assets/images/common/icon-arrow-up-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
}

.p-price-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 8px;
}
@media only screen and (max-width: 768px) {
  .p-price-plan {
    flex-direction: column;
    gap: 20px;
  }
}
.p-price-plan__wrap {
  margin-top: 0 !important;
}
.p-price-plan__box {
  border-radius: 10px;
  border: 1px solid #000000;
}
@media only screen and (min-width: 769px) {
  .p-price-plan__box {
    width: 298px;
  }
}
@media only screen and (min-width: 769px) {
  .p-price-plan__box.-option {
    width: 387px;
  }
}
.p-price-plan__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 25px 10px;
  background: #9FFFDF;
  border-radius: 10px 10px 0 0;
}
.p-price-plan__content {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.p-price-plan__dai {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 0;
}
.p-price-plan__dai .-num {
  font-size: 5.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.p-price-plan__price {
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .p-price-plan__price {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.p-price-plan__getsu {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 5px;
}
.p-price-plan__num {
  font-size: 6.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  margin-top: 0 !important;
  line-height: 1em;
}
.p-price-plan__yen {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0 !important;
}
.p-price-plan__shoki {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin-top: 0 !important;
  flex: 1 0 100%;
  text-align: center;
}
.p-price-plan__info {
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 0 !important;
  padding-top: 36px;
  padding-bottom: 28px;
  padding-left: 18px;
  padding-right: 18px;
}
.p-price-plan__or {
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.3rem;
  border: 2px solid #000;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: #fff;
  margin-top: 0 !important;
}
@media only screen and (min-width: 769px) {
  .p-price-plan__or {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -35px;
  }
}
.p-price-plan__plus {
  z-index: 2;
  margin-top: 0 !important;
}
@media only screen and (min-width: 769px) {
  .p-price-plan__plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -35px;
  }
}
.p-price-plan__inner {
  padding: 22px 28px 18px;
}
.p-price-plan__inner.-sm {
  padding-top: 13px;
  padding-bottom: 13px;
}
.p-price-plan__bg {
  background: #F3F3F3;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 769px) {
  .p-price-plan__btn {
    min-width: 300px;
    height: 70px;
  }
}

.p-price-choice__ttl {
  letter-spacing: 0;
  margin-bottom: 1em;
}
.p-price-choice__txt {
  letter-spacing: 0.025em;
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .p-price-choice__txt {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-price-choice__btn {
    width: 100%;
  }
}

.p-price-which__box {
  background: #C4EFE0;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #000;
}
@media only screen and (min-width: 769px) {
  .p-price-which__box {
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-which__box {
    padding: 10px;
  }
}
.p-price-which__inbox {
  border-radius: 10px;
  background: #fff;
  border: 4px solid #9DDDC8;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-price-which__inbox {
    border: 1px solid #9DDDC8;
  }
}

.p-price-option__ttl {
  font-weight: 700;
  letter-spacing: 0.025em;
  border-radius: 20px;
  padding: 0 2em;
  border: 1px solid #000;
  background: #F3F3F3;
  display: inline-block;
}
.p-price-option__thum {
  margin-top: 17px;
  margin-bottom: 16px;
}
.p-price-option__list {
  line-height: 1.25em;
  font-size: 1.2rem;
}

@media only screen and (min-width: 769px) {
  .p-number_transfer-yesno__btn {
    width: 49%;
  }
}

.p-number_transfer-yes__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #9FFFDF;
  border: 1px solid #000;
  padding: 0 0.25em;
}
@media only screen and (min-width: 769px) {
  .p-number_transfer-yes__ttl {
    font-size: 2.4rem;
    display: inline-block;
  }
}
.p-number_transfer-yes__ttl + * {
  margin-top: 0 !important;
}
.p-number_transfer-yes__step-ttl .-icon {
  margin-right: 0.5em;
}
@media only screen and (min-width: 769px) {
  .p-number_transfer-yes__step-ttl .-icon img {
    vertical-align: -11px;
  }
}
h3 + .p-number_transfer-yes__step-ttl {
  padding-top: 0;
}

.p-number_transfer-no__merit-ttl {
  margin-bottom: 1em;
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .p-number_transfer-no__merit-ttl {
    font-size: 2rem;
  }
}
.p-number_transfer-no__merit-ttl .-icon {
  margin-right: 0.5em;
}
@media only screen and (min-width: 769px) {
  .p-number_transfer-no__merit-ttl .-icon img {
    vertical-align: -11px;
  }
}
.p-number_transfer-no__merit-txt {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 769px) {
  .p-number_transfer-no__merit-txt.-sm {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-number_transfer-no__merit-txt.-sm {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-number_transfer-no__info {
    font-size: 2rem;
  }
}

.p-number_transfer-table tr td:first-child {
  width: 40%;
  vertical-align: middle;
}
.p-number_transfer-table .-num {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .p-number_transfer-table .-num {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-number_transfer-table .-num {
    font-size: 3rem;
  }
}
.p-number_transfer-table .-en {
  margin-right: 0.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .p-number_transfer-table .-en {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-number_transfer-table .-en {
    font-size: 1.6rem;
  }
}

.p-deployguide-grid {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .p-deployguide-grid {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-deployguide-grid.-price {
    flex-direction: row;
  }
}
@media only screen and (min-width: 769px) {
  .p-deployguide-grid__item {
    max-width: 300px;
  }
}
@media only screen and (min-width: 769px) {
  .p-deployguide-grid__item.-arrow {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-deployguide-grid__item.-arrow {
    margin: 20px 0;
    transform: rotate(90deg);
  }
}

.p-procedure-main__ttl {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .p-procedure-main__ttl {
    font-size: 2.4rem;
  }
}

.p-procedure-step-ttl {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .p-procedure-step-ttl {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 769px) {
  .p-procedure-order__inner {
    padding-left: 50px;
  }
}

.p-application_guide-accordion .-icon::before {
  content: "";
  background: url(/assets/images/page/icon-attention.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  vertical-align: -5px;
  margin-right: 0.5em;
}

@media only screen and (min-width: 769px) {
  .p-application_guide-txt__md {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-usage-top__btn {
    width: 100%;
  }
}
.p-usage-top__btn .wp-block-button__link {
  position: relative;
  border-radius: 10px;
  font-weight: 700;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  .p-usage-top__btn .wp-block-button__link {
    font-size: 1.8rem;
    padding-left: 120px;
    padding-right: 120px;
    min-height: 120px;
    min-width: 490px;
  }
}
@media only screen and (max-width: 768px) {
  .p-usage-top__btn .wp-block-button__link {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.p-usage-top__btn .wp-block-button__link .-txt {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-usage-top__btn .wp-block-button__link .-txt {
    font-size: 1.3rem;
  }
}
.p-usage-top__btn .wp-block-button__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-usage-top__btn .wp-block-button__link::before {
    left: 10px;
  }
}
.p-usage-top__btn .wp-block-button__link::after {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-usage-top__btn .wp-block-button__link::after {
    right: 10px;
  }
}
.p-usage-top__btn.-app .wp-block-button__link::before {
  content: "";
  background: url(/assets/images/page/icon-btn-phone.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .p-usage-top__btn.-app .wp-block-button__link::before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .p-usage-top__btn.-phone .wp-block-button__link {
    padding-right: 100px;
  }
}
.p-usage-top__btn.-phone .wp-block-button__link::before {
  content: "";
  background: url(/assets/images/page/icon-btn-kotei.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 56px;
}
@media only screen and (max-width: 768px) {
  .p-usage-top__btn.-phone .wp-block-button__link::before {
    width: 29px;
    height: 28px;
  }
}

.p-usage-order-btn .wp-block-button__link {
  border: none;
  font-size: 1.6rem;
}

.p-zeroen-list__section02 {
  padding-left: 1em;
}
.p-zeroen-list__section03 {
  padding-left: 1.75em;
}
.p-zeroen-list__section03 li {
  list-style: none;
}
.p-zeroen-list__section03 li::before {
  content: "";
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #2BF9B5;
  width: 10px;
  height: 10px;
  background-size: 100%;
  display: inline-block;
  vertical-align: 0px;
  margin-right: 0.5em;
}

#denwadaikou {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#denwadaikou .marker {
  background: linear-gradient(transparent 60%, #EDFF00 60%);
}
#denwadaikou .bg-green {
  background: #E0F2EC;
  padding: 100px 0;
}
#denwadaikou .bg-gray {
  background: #F3F3F3;
  padding: 100px 0;
}
#denwadaikou .pink {
  color: #FF3180;
  font-weight: 700;
}
#denwadaikou .link {
  color: #006CFF;
}
#denwadaikou .ac {
  background: #fff;
}
#denwadaikou .ttl-point {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  text-align: center;
}
#denwadaikou .ttl-point::after {
  content: "";
  background: url(../../assets/images/denwadaikou/icon-hukidashi.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 218px;
  height: 25px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#denwadaikou .ttl-step {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
  padding-top: 2em;
  margin-bottom: 2em;
}
#denwadaikou .ttl-step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: inherit;
  border-bottom: 1px solid #2BF9B5;
}
#denwadaikou #kv {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kv {
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #kv {
    flex-direction: column;
    align-items: center;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #kv .left {
    margin-top: 2em;
  }
}
#denwadaikou #kv .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kv .ttl {
    margin-top: -2px;
    margin-left: 4px;
    line-height: 1.64;
    letter-spacing: 0.05em;
  }
}
#denwadaikou #kv .ttl .-lg {
  font-size: 3rem;
}
#denwadaikou #kv .sub-txt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kv .sub-txt {
    margin-top: 32px;
  }
}
#denwadaikou #kv .grid {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kv .grid {
    margin-top: 38px;
    margin-left: 15px;
    width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #kv .grid {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
#denwadaikou #kv .option {
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kv .option {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #kv .option {
    margin-top: 1em;
  }
}
#denwadaikou #kv .btn-container {
  display: flex;
  justify-content: space-between;
  gap: 0 45px;
}
#denwadaikou #kv .btn-container .btn-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kv .btn-container .btn-box {
    max-width: 234px;
  }
}
#denwadaikou #kv .btn-container .sub-ttl {
  font-weight: 700;
}
#denwadaikou #kv .btn-container .sub-ttl::before, #denwadaikou #kv .btn-container .sub-ttl::after {
  content: "";
  display: inline-block;
  vertical-align: -8px;
  width: 18px;
  height: 26px;
}
#denwadaikou #kv .btn-container .sub-ttl::before {
  background: url(../../assets/images/denwadaikou/dots-left.png) no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
#denwadaikou #kv .btn-container .sub-ttl::after {
  background: url(../../assets/images/denwadaikou/dots-right.png) no-repeat;
  background-size: 100%;
  margin-left: 12px;
}
#denwadaikou #kv .btn-container .btn {
  min-width: 234px;
  height: 53px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
#denwadaikou #kv .btn-container .btn.-yellow {
  background: #EDFF00;
}
#denwadaikou #kv .btn-container .btn.-yellow::before {
  content: "";
  background: url(../../assets/images/common/icon-pen.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
#denwadaikou #nayami {
  position: relative;
  padding-top: 82px;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #nayami {
    padding: 2em 0;
  }
}
#denwadaikou #nayami .ttl {
  margin-bottom: 40px;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
#denwadaikou #nayami .ttl .-lg {
  font-size: 4rem;
}
#denwadaikou #nayami .grid {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #nayami .grid {
    flex-direction: column;
  }
}
#denwadaikou #nayami .item {
  background: #fff;
  border-radius: 18px;
  border: 2px solid #2E3239;
  padding: 36px 12px 45px 12px;
  line-height: 1.73em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #nayami .item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #nayami .item {
    width: 100%;
    padding: 20px 50px 40px 20px;
  }
}
#denwadaikou #nayami .item::after {
  content: "";
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: -21px;
  right: -5px;
}
#denwadaikou #nayami .item.-icon01::after {
  background: url(../../assets/images/denwadaikou/icon-nayami01.png) no-repeat;
  width: 81px;
  height: 81px;
  background-size: 100%;
}
#denwadaikou #nayami .item.-icon02::after {
  background: url(../../assets/images/denwadaikou/icon-nayami02.png) no-repeat;
  width: 80px;
  height: 85px;
  background-size: 100%;
}
#denwadaikou #nayami .item.-icon03::after {
  background: url(../../assets/images/denwadaikou/icon-nayami03.png) no-repeat;
  width: 80px;
  height: 80px;
  background-size: 100%;
}
#denwadaikou #nayami .item.-icon04::after {
  background: url(../../assets/images/denwadaikou/icon-nayami04.png) no-repeat;
  width: 80px;
  height: 81px;
  background-size: 100%;
}
#denwadaikou #nayami .txt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#denwadaikou #nayami .down {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#denwadaikou #help {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #help {
    padding: 2em 0;
  }
}
#denwadaikou #help .ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 57px;
}
#denwadaikou #help .grid {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #help .grid {
    flex-direction: column;
  }
}
#denwadaikou #help .list {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#denwadaikou #help .list .-lg {
  font-size: 3rem;
}
#denwadaikou #help .sub-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #help .sub-ttl {
    margin-bottom: 21px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #help .sub-ttl {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #help .btn-container {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #help .btn-container {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #help .btn {
    min-width: 270px;
  }
}
#denwadaikou #basic {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #basic {
    padding: 2em 0;
  }
}
#denwadaikou #basic .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #basic .list {
    max-width: 922px;
    margin: 0 auto;
    padding-top: 26px;
  }
}
#denwadaikou #basic .list + .list {
  margin-top: 20px;
}
#denwadaikou #basic .icon {
  flex-shrink: 0;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #basic .icon {
    width: 100px;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #basic .fukidashi {
    flex: 0 0 717px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #basic .fukidashi {
    flex: auto;
  }
}
#denwadaikou #basic .border {
  border: 2px solid #2E3239;
  border-radius: 20px;
  padding: 30px 35px;
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1.5;
}
#denwadaikou #basic .txt {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #basic .sns {
    margin-top: 45px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #basic .sns {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #basic .point {
    margin-top: 71px;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kantan {
    padding-top: 66px;
    padding-bottom: 47px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #kantan {
    padding: 2em 0;
  }
}
#denwadaikou #kantan .grid {
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kantan .grid {
    max-width: 876px;
    margin: auto;
  }
}
#denwadaikou #kantan .grid.-re {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #kantan .grid.-re {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #kantan .grid {
    flex-direction: column;
    align-items: center;
  }
}
#denwadaikou #kantan .grid .pic {
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #kantan .grid .pic {
    width: 375px;
  }
}
#denwadaikou #kantan .grid .txt {
  flex: auto;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #order {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #order {
    padding: 2em 0;
  }
}
#denwadaikou #order .txt {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2em;
}
#denwadaikou #order .ttl {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#denwadaikou #order .ttl.-gray {
  background: #F3F3F3;
}
#denwadaikou #order .content {
  height: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#denwadaikou #order .login-btn .wp-block-button__link {
  height: 55px;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #order .login-btn .wp-block-button__link {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #price {
    padding-top: 67px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #price {
    padding: 2em 0;
  }
}
#denwadaikou #benri .grid {
  display: flex;
  align-items: center;
}
#denwadaikou #benri .accordion {
  background: #fff;
}
#denwadaikou #benri .icon {
  flex-shrink: 0;
  margin-right: 18px;
}
#denwadaikou #benri .recomend {
  border: 1px solid #000000;
  border-radius: 42px;
  text-align: center;
  padding: 5px 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  background: #2BF9B5;
  margin-right: 13px;
}
#denwadaikou #benri .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#denwadaikou #benri .ac-ttl {
  padding: 4px 30px;
}
#denwadaikou #benri .ac-box {
  padding: 0 40px 35px;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #hikaku {
    padding-top: 74px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #hikaku {
    padding: 2em 0;
  }
}
#denwadaikou #hikaku .table table {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px solid #D5D5D5;
  line-height: 1.5;
}
#denwadaikou #hikaku .table table thead th {
  text-align: left;
  padding: 28px 18px 15px;
  width: 20%;
  vertical-align: top;
}
#denwadaikou #hikaku .table table thead .border,
#denwadaikou #hikaku .table table thead .green {
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  border-radius: 6px 6px 0 0;
}
#denwadaikou #hikaku .table table thead .green {
  background: #BFFDE9;
}
#denwadaikou #hikaku .table table thead .green:last-child {
  border-right: 1px solid #D5D5D5;
}
#denwadaikou #hikaku .table table thead .green .-sm {
  font-size: 1.3rem;
}
#denwadaikou #hikaku .table table tbody td {
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  padding: 28px 20px;
}
#denwadaikou #hikaku .table table tbody td:last-child {
  border-right: 1px solid #D5D5D5;
}
#denwadaikou #hikaku .table table tbody .green {
  background: #E0F2EC;
}
#denwadaikou #hikaku .table table tbody .center {
  text-align: center;
}
#denwadaikou #hikaku .table .sub {
  font-size: 1.3rem;
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #otoku {
    padding-top: 54px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #otoku {
    padding: 2em 0;
  }
}
#denwadaikou #otoku .ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #otoku .point {
    margin-top: 62px;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #riyou {
    padding-top: 75px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #riyou {
    padding: 2em 0;
  }
}
#denwadaikou #riyou .grid {
  display: flex;
  gap: 0 56px;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #riyou .grid {
    max-width: 926px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #riyou .grid {
    flex-direction: column;
    gap: 40px 0;
  }
}
#denwadaikou #riyou .pic {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #denwadaikou #riyou .pic {
    margin-left: auto;
    margin-right: auto;
  }
}
#denwadaikou #riyou .txt {
  flex: auto;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  #denwadaikou #riyou .box {
    max-width: 926px;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #bnr {
    padding-top: 42px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #bnr {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #e-hisho {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #e-hisho {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 769px) {
  #denwadaikou #faq {
    padding-top: 94px;
  }
}
@media only screen and (max-width: 768px) {
  #denwadaikou #faq {
    padding: 2em 0;
  }
}

#hankoya .red {
  color: #FF3180;
}
#hankoya .marker {
  background: linear-gradient(transparent 60%, #edff00 60%);
}
#hankoya .attention {
  background: #FF3180;
  color: #fff;
  padding: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
#hankoya .attention a {
  color: #fff;
  text-decoration: underline;
}
#hankoya .caption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  #hankoya .caption {
    font-size: 1.6rem;
  }
}
#hankoya .c-box {
  border-radius: 18px;
  background: #fff;
  border: 2px solid #2e3239;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px 14px;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  #hankoya .c-box {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya .c-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya .c-box.-houjin .thum {
    width: 213px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  #hankoya .c-box.-houjin .thum {
    width: 150px;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya .c-box.-houjin02 .thum {
    width: 255px;
    top: 148px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  #hankoya .c-box.-houjin02 .thum {
    width: 150px;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya .c-box.-houjin03 .thum {
    width: 255px;
    top: 134px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  #hankoya .c-box.-houjin03 .thum {
    width: 150px;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya .c-box.-jushoin .thum {
    width: 263px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  #hankoya .c-box.-jushoin .thum {
    width: 150px;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya .c-box .thum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 769px) {
  #hankoya .c-order-area-ttl {
    font-size: 1.8rem;
  }
}
#hankoya #h_header .inner {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #hankoya #h_header .inner {
    padding: 20px 0 10px;
  }
}
#hankoya #fv {
  background: #CCDFE7;
  padding: 30px 0;
  overflow-x: hidden;
}
#hankoya #fv .inner {
  position: relative;
}
#hankoya #fv .inner::after {
  content: "";
  background: url(../images/hanko/bg-kv02.webp) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 200px;
  height: 144px;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 769px) {
  #hankoya #fv .inner::after {
    bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #fv .inner::after {
    top: 250px;
    left: -12px;
    z-index: 0;
  }
}
#hankoya #fv .wrap {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  #hankoya #fv .wrap {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
#hankoya #fv .fukidashi {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media only screen and (min-width: 769px) {
  #hankoya #fv .fukidashi {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #fv .fukidashi {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
#hankoya #fv .fukidashi::after {
  content: "";
  background: url(../images/hanko/heading_bottom.webp) no-repeat;
  background-size: 100%;
  display: block;
  max-width: 451px;
  height: 27px;
}
@media only screen and (max-width: 768px) {
  #hankoya #fv .fukidashi::after {
    width: 100%;
  }
}
#hankoya #fv .yellow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hankoya #fv .obi {
  display: block;
}
#hankoya #fv .ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: right;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 3.7rem;
  letter-spacing: 0.03em;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #000;
  position: relative;
  z-index: 1;
}
#hankoya #fv .ttl .-price {
  position: relative;
  margin-bottom: -20px;
}
#hankoya #fv .ttl .-price .num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 17.5rem;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1;
}
#hankoya #fv .ttl .-price .yen {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 39px;
  text-align: left;
  color: #000;
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: -10px;
  font-weight: 700;
}
#hankoya #fv .box {
  border-radius: 18px;
  background: #fff;
  border: 2px solid #2e3239;
  position: relative;
  display: flex;
  padding: 38px 14px;
  justify-content: center;
  gap: 15px;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  #hankoya #fv .box {
    max-width: 389px;
    height: 167px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #fv .box {
    padding: 38px 14px 7px;
    margin-bottom: 33px;
  }
}
#hankoya #fv .box .houjin {
  margin-bottom: 22px;
  display: block;
}
#hankoya #fv .box .jusho {
  margin-bottom: 2px;
  margin-top: -20px;
  display: block;
}
#hankoya #fv .and {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  color: #000;
  margin-top: 25px;
}
#hankoya #fv .shiki {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #hankoya #fv .shiki {
    flex-direction: column;
    margin-top: 40px;
  }
}
#hankoya #fv .zero {
  position: relative;
}
#hankoya #fv .zero .num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 32rem;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1;
}
#hankoya #fv .zero .yen {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 5.4rem;
  letter-spacing: 0.03em;
  color: #000;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 60px;
  right: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #hankoya #fv .wa {
    transform: rotate(90deg);
  }
}
#hankoya #fv .subttl {
  position: relative;
  display: inline-block;
}
#hankoya #fv .subttl::before {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#hankoya #fv .subttl::after {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#hankoya #attention {
  padding: 20px 0;
}
#hankoya #slider {
  padding: 32px 0 40px;
}
#hankoya #slider .list {
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  #hankoya #slider .list .item {
    width: fit-content !important;
  }
}
#hankoya #slider .list .line {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media only screen and (max-width: 768px) {
  #hankoya #slider .list .line {
    font-size: 1.2rem;
  }
}
#hankoya #slider .column {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #hankoya #slider .column {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #slider .box {
    width: 33.3333333333%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #slider .thum img {
    width: 100%;
  }
}
#hankoya #slider .txt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  #hankoya #slider .txt {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #gaiyo .list {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #gaiyo .list .-lg {
    font-size: 3rem;
  }
}
#hankoya #gaiyo .txt {
  line-height: 2.5;
}
#hankoya #menu {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #hankoya #menu {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#hankoya #menu .column {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #hankoya #menu .column {
    flex-direction: column;
  }
}
#hankoya #menu .txt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
#hankoya #h_campaign {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #hankoya #h_campaign {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#hankoya #h_campaign .txt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
}
@media only screen and (min-width: 769px) {
  #hankoya #h_campaign .txt {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #h_campaign .txt {
    margin-bottom: 20px;
  }
}
#hankoya #flow {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #hankoya #flow {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#hankoya #flow .ttl-step {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  padding-top: 2em;
  margin-bottom: 2em;
}
#hankoya #flow .ttl-step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: inherit;
  border-bottom: 1px solid #2bf9b5;
}
#hankoya #flow .content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.75em;
  color: #000;
}
#hankoya #flow .content .-lg {
  font-size: 2rem;
  font-weight: 900;
}
#hankoya #flow .grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row-reverse;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #hankoya #flow .grid {
    flex-direction: column-reverse;
  }
}
#hankoya #flow .thum {
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  #hankoya #flow .step04_thum {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #flow .step05_content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #flow .box + .box {
    margin-top: 50px;
  }
}
#hankoya #taisho {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #hankoya #taisho {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#hankoya #taisho .txt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  #hankoya #taisho .txt {
    font-size: 1.8rem;
  }
}
#hankoya #cv {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #hankoya #cv {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #cv {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#hankoya #about .grid {
  display: flex;
  max-width: 869px;
  gap: 20px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .grid {
    flex-direction: column-reverse;
  }
}
#hankoya #about .reason {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .reason {
    flex-direction: column;
  }
}
#hankoya #about .reason li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 215px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  #hankoya #about .content {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #about .thum {
    text-align: center;
  }
}
#hankoya #about .point {
  margin-top: 33px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .point {
    margin-top: 20px;
  }
}
#hankoya #about .kaiketsu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  #hankoya #about .kaiketsu {
    font-size: 2rem;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #about .kaiketsu {
    margin-top: 30px;
  }
}
#hankoya #about .down {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .down {
    margin-top: 20px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}
#hankoya #about .kadai {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .kadai {
    flex-direction: column;
  }
}
#hankoya #about .arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .arrow {
    transform: rotate(90deg);
  }
}
#hankoya #about .box {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  color: #000;
  background: #fff;
  border: 2px solid #2e3239;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 12px;
  position: relative;
  border-radius: 18px;
}
@media only screen and (min-width: 769px) {
  #hankoya #about .box {
    font-size: 1.8rem;
    max-width: 313px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #about .box {
    padding: 15px 12px;
    gap: 10px;
    align-items: flex-start;
  }
}
#hankoya #about .box::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .box::after {
    width: 60px;
    height: 60px;
  }
}
#hankoya #about .box.-icon01::after {
  content: "";
  background: url(../images/hanko/icon01.svg) no-repeat;
  background-size: 100%;
}
#hankoya #about .box.-icon02::after {
  content: "";
  background: url(../images/hanko/icon02.svg) no-repeat;
  background-size: 100%;
}
#hankoya #about .box.-icon03::after {
  content: "";
  background: url(../images/hanko/icon03.svg) no-repeat;
  background-size: 100%;
}
#hankoya #about .box.-icon04::after {
  content: "";
  background: url(../images/hanko/icon04.svg) no-repeat;
  background-size: 100%;
  right: -40px;
  bottom: -30px;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .box.-icon04::after {
    right: -20px;
    bottom: -41px;
  }
}
#hankoya #about .box.-icon05::after {
  content: "";
  background: url(../images/hanko/icon05.svg) no-repeat;
  background-size: 100%;
}
#hankoya #about .box.-icon06::after {
  content: "";
  background: url(../images/hanko/icon06.svg) no-repeat;
  background-size: 100%;
}
#hankoya #about .txt {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .txt {
    margin-top: 60px;
  }
}
#hankoya #about .txt a {
  color: #000;
}
#hankoya #about .ttl-wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #hankoya #about .ttl-wrap {
    display: none;
  }
}
#hankoya #about .w50 {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hankoya #about .koremade {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #000;
  background: #f3f3f3;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #hankoya #about .koremade {
    height: 50px;
    padding: 18px;
    max-width: 347px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #about .koremade {
    font-size: 1.8rem;
    padding: 2px 15px;
  }
}
#hankoya #about .ttlplus {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #000;
  background: #9FFFDF;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #hankoya #about .ttlplus {
    height: 50px;
    padding: 18px 0;
    max-width: 214px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #about .ttlplus {
    padding: 2px 15px;
    font-size: 1.8rem;
  }
}
#hankoya #help {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  #hankoya #help {
    padding: 2em 0;
  }
}
#hankoya #help .ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 57px;
}
#hankoya #help .grid {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #hankoya #help .grid {
    flex-direction: column;
  }
}
#hankoya #help .list {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#hankoya #help .list .-lg {
  font-size: 3rem;
}
#hankoya #help .sub-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  #hankoya #help .sub-ttl {
    margin-bottom: 21px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #help .sub-ttl {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #help .btn-container {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #help .btn-container {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #help .btn {
    min-width: 270px;
  }
}
#hankoya #h_about {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #hankoya #h_about {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#hankoya #h_about .grid {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 70px;
  justify-content: space-between;
  max-width: 869px;
}
@media only screen and (max-width: 768px) {
  #hankoya #h_about .grid {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
#hankoya #h_about .txt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
#hankoya #h_about .txt_sm {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  color: #000;
}
#hankoya #h_about .wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #hankoya #h_about .wrap {
    flex-direction: column;
  }
}
#hankoya #h_about .wrap.-start {
  justify-content: flex-start;
}
@media only screen and (min-width: 769px) {
  #hankoya #h_about .wrap .hanko-thum {
    flex: 0 0 300px;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #h_about .wrap .hanko-thum img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #h_about .-lg {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #h_about .small-text {
    font-size: 1.2rem;
  }
}
#hankoya #h_contact .ttl {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  #hankoya #h_contact .ttl {
    padding: 27px 1em;
  }
}
#hankoya #h_contact .ttl.hanko {
  background: #F3F3F3;
}
@media only screen and (min-width: 769px) {
  #hankoya #h_contact .content {
    padding: 28px 40px;
  }
}
@media only screen and (max-width: 768px) {
  #hankoya #h_contact .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 769px) {
  #hankoya #h_contact .thum_hanko {
    margin: 36px 0;
  }
}
#hankoya #h_contact .copy {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
}
@media only screen and (max-width: 768px) {
  #hankoya #h_contact .copy {
    margin-top: 30px;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
}
#hankoya #h_contact .copy a {
  color: #000;
}
#hankoya #h_contact .copy .copyrighttxt {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 19.5px;
  text-align: right;
  color: #000;
}

.p-chatbot-btn {
  position: fixed;
  bottom: 140px;
  right: 4vw;
  z-index: 2;
}
.p-chatbot-btn__btn {
  color: #fff;
  background-color: #32b9b3;
  border-bottom: 5px solid #22837f;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 65px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  min-width: 200px;
  border-radius: 40px;
  justify-content: center;
  cursor: pointer;
}
.p-chatbot-btn__btn:hover {
  transform: translateY(-5px);
}
.p-chatbot-btn__btn::before {
  content: "\f590";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  background-size: 100%;
  display: inline-block;
  vertical-align: -12px;
  margin-right: 10px;
  font-size: 2.3rem;
  color: #32b9b3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-chatbot {
  display: none;
}
.p-chatbot.is-active {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 80px;
  z-index: 3;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
  /* is-activeクラスが付いたら表示 */
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-chatbot.is-active {
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
  }
}
.p-chatbot__content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0 25px -5px #888;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-chatbot__content {
    max-width: 400px;
    width: 100%;
  }
}
.p-chatbot__top {
  background: #32b9b3;
  padding: 10px 15px;
  position: relative;
}
.p-chatbot__ttl {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-chatbot__ttl {
    font-size: 1.3rem;
  }
}
.p-chatbot__close {
  position: absolute;
  right: 15px;
  font-size: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: none;
  cursor: pointer;
  color: #fff;
}
.p-chatbot__message {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .p-chatbot__message {
    max-height: 410px;
  }
}
@media only screen and (max-width: 768px) {
  .p-chatbot__message {
    height: 66vh;
  }
}
.p-chatbot__send {
  width: 100%;
  height: 5em;
}
.p-chatbot__textarea {
  border: none;
  border-top: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  height: 100%;
  resize: none;
}
.p-chatbot__send-btn {
  background: none;
  font-size: 2.5rem;
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #6e6e6e;
  cursor: pointer;
}
.p-chatbot__chatarea {
  padding: 15px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-chatbot__customer {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.p-chatbot__bot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-chatbot__time {
  font-size: 1.3rem;
  text-align: right;
}
.p-chatbot__text {
  padding: 15px;
  font-size: 1.4rem;
}
.p-chatbot__text.-customer {
  background: #bfffea;
  border-radius: 15px 15px 0 15px;
}
.p-chatbot__text.-bot {
  background: #ececec;
  border-radius: 0 15px 15px 15px;
}
.p-chatbot__loader {
  transition: all 1s;
  position: relative;
  width: 18%;
  min-width: 66px;
}
.p-chatbot__loader .-loader {
  color: #ffffff;
  font-size: 1rem;
  position: relative;
  text-indent: -9999em;
  left: 12px;
}
.p-chatbot__loader .-loader, .p-chatbot__loader .-loader::before, .p-chatbot__loader .-loader::after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load 1.8s infinite ease-in-out;
  animation: load 1.8s infinite ease-in-out;
  top: -25px;
}
.p-chatbot__loader .-loader::before, .p-chatbot__loader .-loader::after {
  content: "";
  position: absolute;
  top: 0;
}
.p-chatbot__loader .-loader {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.p-chatbot__loader .-loader::before {
  left: -15px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.p-chatbot__loader .-loader::after {
  left: 15px;
}
@-webkit-keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.p-chatbot__icon {
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border: 2px solid #2bf9b5;
}
.p-chatbot__solve {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.p-chatbot__item {
  border: 1px solid #2bf9b5;
  text-align: center;
  padding: 10px 15px;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
}
.p-chatbot__item:hover {
  background: #2bf9b5;
  color: #fff;
}

.p-help-contact-box {
  border: 1px solid #000;
  border-radius: 10px;
  height: 100%;
}
.p-help-contact-box__ttl {
  font-size: 1.8rem;
  background: #9FFFDF;
  border-radius: 10px 10px 0 0;
  padding: 0.5em;
}
.p-help-contact-box__content {
  background: #fff;
  padding: 0 40px;
  margin-top: 0 !important;
  height: 100%;
  border-radius: 0 0 10px 10px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-help-contact-box__content {
    height: auto;
    padding: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .p-home-btn-faq .wp-block-button__link {
    min-width: 330px;
    height: 55px;
  }
}

.p-help-after-box {
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
}
.p-help-after-box__ttl {
  font-size: 1.8rem;
  background: #F3F3F3;
  border-radius: 10px 10px 0 0;
  padding: 0.5em;
}
.p-help-after-box__content {
  padding: 40px;
  margin-top: 0 !important;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-help-after-box__content {
    padding: 10px;
  }
}

#faqhome #before {
  padding-bottom: 60px;
}
#faqhome #before .attention {
  font-size: 1.8rem;
  font-weight: 700;
}
#faqhome #before input:-internal-autofill-selected {
  background-color: unset;
}
#faqhome #before .search_input {
  border-radius: 6px;
  background: #f3f3f3;
  border: 2px solid #000;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #faqhome #before .search_input {
    padding: 10px;
  }
}
#faqhome #before .search_input::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #c7c7c7;
  position: absolute;
  top: 18px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  #faqhome #before .search_input::before {
    top: 15px;
  }
}
#faqhome #before .search_input:has(input:focus)::before {
  color: #000;
}
#faqhome #before .search_input .search_box {
  width: 100%;
  border: none;
  background: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  padding-left: 40px;
}
@media only screen and (min-width: 769px) {
  #faqhome #before .search_input .search_box {
    height: 64px;
  }
}
@media only screen and (max-width: 768px) {
  #faqhome #before .search_input .search_box {
    padding: 10px 10px 10px 30px;
  }
}
#faqhome #before .search_input .search_box::placeholder {
  letter-spacing: 0.05em;
  color: #c7c7c7;
  font-size: 1.6rem;
}
#faqhome #before .search_input .search_box:focus::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #c7c7c7;
  position: absolute;
  top: 18px;
  left: 20px;
}
#faqhome #before .btn {
  width: 134px;
  height: 70px;
  border-radius: 6px;
  background: #000;
  border: 1px solid #000;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #faqhome #before .btn {
    width: 70px;
    height: 40px;
  }
}
#faqhome #before .btn:disabled {
  background: #ccc;
  opacity: 0.6;
  border-color: #ccc;
}
#faqhome #before .input-box {
  display: flex;
  gap: 7px;
}
#faqhome #before .wrap {
  display: flex;
  gap: 20px 40px;
}
@media only screen and (max-width: 768px) {
  #faqhome #before .wrap {
    flex-direction: column;
  }
}
#faqhome #before .box {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  #faqhome #before .box {
    flex: 0 0 50%;
    max-width: 480px;
  }
}
@media only screen and (min-width: 769px) {
  #faqhome #before .box.-full {
    flex: 0 0 100%;
    max-width: unset;
  }
}
#faqhome #before .ttl {
  background: #F3F3F3;
  padding: 25px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 74px;
  font-size: 1.8rem;
  font-weight: 700;
}
#faqhome #before .content {
  padding: 28px 20px;
}
#faqhome #before .keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 14px;
}
@media only screen and (max-width: 768px) {
  #faqhome #before .keyword-list {
    flex-direction: column;
  }
}
#faqhome #before .keyword-item {
  margin-top: 0 !important;
}
#faqhome #before .keyword-link {
  border: 2px solid #000;
  letter-spacing: 0.03em;
  color: #000;
  border-radius: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  #faqhome #before .keyword-link {
    min-height: 55px;
    min-width: 124px;
  }
}
#faqhome #before .search-keyword {
  cursor: pointer;
}
#faqhome #before .question-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#faqhome #before .question-item {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
#faqhome #before .question-item::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: inline-block;
}
#faqhome #before .faq-link {
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 700;
}
#faqhome #before .faq-link:hover {
  color: #006CFF;
  text-decoration: underline;
}
#faqhome #before .check_area {
  margin-top: 28px;
  padding: 0 5px;
}
#faqhome #before .checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 1.8rem;
}
#faqhome #before .checkbox_icon {
  position: relative;
  width: 20px;
  height: 20px;
  appearance: none;
  background: #FFFFFF;
  border: solid 2px #000;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  /* アイコン：選択済みの見た目 */
  /* チェックマーク */
  /* チェックマーク：選択済みの見た目 */
}
#faqhome #before .checkbox_icon:checked {
  background: #2BF9B5;
  border-color: #2BF9B5;
}
#faqhome #before .checkbox_icon::before {
  position: absolute;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  opacity: 0;
  color: #FFFFFF;
  font-size: 1.25em;
  margin-left: 1px;
  font-weight: 700;
  background-color: unset;
}
#faqhome #before .checkbox_icon:checked::before {
  opacity: 1;
}
#faqhome #searchlist {
  margin-top: 36px;
}
#faqhome #searchlist .back {
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
}
#faqhome #searchlist .back::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: inline-block;
  vertical-align: 0;
  margin-right: 5px;
}

#result .faq-item {
  border: 2px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#result .faq-item.open .faq-question::before {
  transform: translate(-50%, -50%) rotate(0);
}
#result .faq-question {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  padding: 20px 60px 20px 20px;
}
#result .faq-question::before, #result .faq-question::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  right: 15px;
  top: 50%;
  width: 20px;
  border-radius: 5px;
  height: 3px;
  transform: translate(-50%, -50%);
}
#result .faq-question::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#result .faq-question.-link {
  padding: 20px;
}
#result .faq-question.-link::before, #result .faq-question.-link::after {
  content: none;
}
#result .faq-question-link {
  color: #000;
}
#result .faq-answer {
  letter-spacing: 0.03em;
  font-size: 1.6rem;
}
#result .faq-box {
  padding: 0 20px 20px;
}
#result .faq-help {
  border-top: 2px dashed #000;
  padding: 50px 20px;
}
@media only screen and (max-width: 768px) {
  #result .faq-help {
    padding: 20px;
  }
}
#result .faq-help-ttl {
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 700;
}
#result .faq-help-thanks {
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 30px;
}
#result .faq-help-wrap {
  display: flex;
  justify-content: center;
  gap: 20px 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #result .faq-help-wrap {
    flex-direction: column;
    margin-top: 20px;
  }
}
#result .faq-help-btn {
  min-width: 214px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 70px;
  gap: 10px;
  background: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
#result .faq-help-btn.-good {
  border: 2px solid #FC6161;
  color: #FC6161;
}
#result .faq-help-btn.-good:hover {
  background: #FC6161;
  color: #fff;
}
#result .faq-help-btn.-good.-active {
  background: #FC6161;
  color: #fff;
}
#result .faq-help-btn.-bad {
  border: 2px solid #006CFF;
  color: #006CFF;
}
#result .faq-help-btn.-bad:hover {
  background: #006CFF;
  color: #fff;
}
#result .faq-help-btn.-bad.-active {
  background: #006CFF;
  color: #fff;
}
#result .txt {
  margin: 40px 0 0;
  letter-spacing: 0.05em;
}
#result .no-results-message {
  margin-bottom: 40px;
}
#result .faq-item.hidden {
  display: none;
}
#result .show-more-btn {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}
#result .show-more-btn:hover {
  background-color: #0056b3;
}

#predictions .prediction-list {
  border-top: 1px solid #000;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  #predictions .prediction-list {
    margin-top: 30px;
  }
}
#predictions .prediction-item {
  font-weight: 400;
  letter-spacing: 0.05em;
}
#predictions .prediction-item::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  margin-right: 15px;
}
#predictions .word {
  font-weight: 700;
}
#predictions .prediction-category {
  font-weight: 700;
}

.p-faq-load-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
.p-faq-load-icon__icon {
  font-size: 5rem;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  color: #2bf9b5;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-faq-load-icon .text {
  font-size: 1.8rem;
}

#starlink {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#starlink .marker {
  background: linear-gradient(transparent 60%, #EDFF00 60%);
}
#starlink .bg-green {
  background: #E0F2EC;
  padding: 100px 0;
}
#starlink .bg-gray {
  background: #F3F3F3;
  padding: 100px 0;
}
#starlink .pink {
  color: #FF3180;
  font-weight: 700;
}
#starlink .link {
  color: #006CFF;
}
#starlink .ac {
  background: #fff;
}
#starlink .ttl-point {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  text-align: center;
}
#starlink .ttl-point::after {
  content: "";
  background: url(../../assets/images/denwadaikou/icon-hukidashi.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 218px;
  height: 25px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#starlink .ttl-step {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
  padding-top: 2em;
  margin-bottom: 2em;
}
#starlink .ttl-step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: inherit;
  border-bottom: 1px solid #2BF9B5;
}
#starlink #kv {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  #starlink #kv {
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #kv {
    flex-direction: column;
    align-items: center;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #kv .left {
    margin-top: 2em;
  }
}
#starlink #kv .ttl {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  #starlink #kv .ttl {
    margin-bottom: 1em;
  }
}
#starlink #kv .grid {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 769px) {
  #starlink #kv .grid {
    margin-top: 38px;
    width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #kv .grid {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
#starlink #kv .btn-container {
  display: flex;
  justify-content: space-between;
  gap: 0 45px;
}
#starlink #kv .btn-container .btn-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #starlink #kv .btn-container .btn-box {
    max-width: 263px;
  }
}
#starlink #kv .btn-container .sub-ttl {
  font-weight: 700;
}
#starlink #kv .btn-container .sub-ttl::before, #starlink #kv .btn-container .sub-ttl::after {
  content: "";
  display: inline-block;
  vertical-align: -8px;
  width: 18px;
  height: 26px;
}
#starlink #kv .btn-container .sub-ttl::before {
  background: url(../../assets/images/denwadaikou/dots-left.png) no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
#starlink #kv .btn-container .sub-ttl::after {
  background: url(../../assets/images/denwadaikou/dots-right.png) no-repeat;
  background-size: 100%;
  margin-left: 12px;
}
#starlink #kv .btn-container .btn {
  min-width: 234px;
  height: 53px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
#starlink #kv .btn-container .btn.-yellow {
  background: #EDFF00;
}
#starlink #kv .btn-container .btn.-yellow::before {
  content: "";
  background: url(../../assets/images/common/icon-pen.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
#starlink #about {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  #starlink #about {
    margin-top: 50px;
  }
}
#starlink #about .btn-container {
  margin-top: 23px;
}
#starlink #about .btn {
  cursor: pointer;
}
#starlink #about .btn::before, #starlink #about .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 48px;
  width: 12px;
  height: 2px;
  background: #000;
  transform-origin: center;
  transition: transform 0.3s ease;
}
#starlink #about .btn::after {
  transform: translateY(-50%) rotate(0deg);
}
#starlink #about .btn::before {
  transform: translateY(-50%) rotate(90deg);
}
#starlink #about .btn.is-open::before {
  transform: translateY(-50%) rotate(0deg);
}
#starlink #about .next-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#starlink #about .next-text.open {
  display: block;
  max-height: 1000px;
  /* 適宜調整 */
}
#starlink #scene {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #starlink #scene {
    padding: 50px 0;
  }
}
#starlink #scene .grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #starlink #scene .grid {
    flex-direction: column;
  }
}
#starlink #scene .item {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  #starlink #scene .item {
    padding: 20px;
  }
}
#starlink #scene .sub-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#starlink #scene .thum {
  margin-bottom: 30px;
}
#starlink #scene .check li {
  text-indent: -25px;
  padding-left: 25px;
}
#starlink #scene .check li::before {
  content: "";
  background: url(../images/starlink/icon-check-waku.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: -4px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#starlink #whats {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #starlink #whats {
    padding: 50px 0;
  }
}
#starlink #whats .ttl {
  margin-bottom: 20px;
}
#starlink #whats .grid {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #starlink #whats .grid {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  #starlink #whats .grid.-re {
    flex-direction: row-reverse;
  }
}
#starlink #whats .thum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #starlink #whats .thum {
    flex: 0 0 470px;
  }
}
@media only screen and (min-width: 769px) {
  #starlink #whats .content {
    flex: 0 0 500px;
  }
}
#starlink #whats .subttl {
  font-size: 3rem;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
#starlink #whats .txt {
  line-height: 1.75;
}
#starlink #whats .list {
  margin-top: 1em;
  font-size: 1.2rem;
}
#starlink #kadai {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #starlink #kadai {
    padding: 50px 0;
  }
}
#starlink #kadai .ttl {
  margin-bottom: 20px;
}
#starlink #kadai .can {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #starlink #kadai .can {
    margin-top: 40px;
  }
}
#starlink #kadai .can .grid {
  display: flex;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  #starlink #kadai .can .grid {
    flex-direction: column;
  }
}
#starlink #kadai .can .thum {
  margin-bottom: 60px;
}
#starlink #kadai .can .box {
  border-radius: 18px;
  background: #f3f3f3;
  border: 1px solid #707070;
  padding: 60px 20px 45px;
  height: auto;
}
@media only screen and (min-width: 769px) {
  #starlink #kadai .can .box {
    flex: 0 0 400px;
    min-height: 368px;
  }
}
#starlink #kadai .can .box.-white {
  background: #fff;
}
#starlink #kadai .can .arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #starlink #kadai .can .arrow {
    transform: rotate(90deg);
  }
}
#starlink #kadai .can .arrow > * {
  margin: 0;
}
#starlink #kadai .sec {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #starlink #kadai .sec {
    margin-top: 40px;
  }
}
#starlink #kadai .sec .point-list {
  font-size: 1.8rem;
  font-weight: 700;
}
#starlink #kadai .price-comparison-detail-section {
  background-color: #fff;
  padding: 5rem 0;
}
#starlink #kadai .price-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  font-size: 1.6rem;
  background-color: #fff;
  min-width: 900px;
  /* Ensure table is wide enough for desktop */
}
#starlink #kadai .comparison-table {
  /* 共通スタイルとして定義 */
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-size: 1.4rem;
  background-color: #fff;
  /* 角丸のため */
}
#starlink #kadai .comparison-table th,
#starlink #kadai .comparison-table td,
#starlink #kadai .price-compare-table th,
#starlink #kadai .price-compare-table td {
  border: 1px solid #ddd;
  padding: 0.8rem;
  text-align: center;
  vertical-align: middle;
}
#starlink #kadai .comparison-table th,
#starlink #kadai .price-compare-table thead th {
  /* Teal-like header */
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
}
#starlink #kadai .comparison-table tbody tr:nth-child(even),
#starlink #kadai .price-compare-table tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}
#starlink #kadai .price-compare-table .pattern-header,
#starlink #kadai .comparison-table td.feature,
#starlink #kadai .comparison-table th.feature {
  text-align: left;
  font-weight: 500;
  color: #374051;
  width: 20%;
  background-color: #F0F0F0;
  /* 比較項目の背景色 */
}
#starlink #kadai .price-compare-table .highlight-cost,
#starlink #kadai .comparison-table .highlight-bad {
  color: #FF3180;
  font-weight: bold;
  font-size: 1.7rem;
}
#starlink #kadai .price-compare-table .strong-success,
#starlink #kadai .comparison-table .highlight-good {
  color: #2BF9B5;
  font-weight: bold;
  font-size: 1.7rem;
}
#starlink #kadai .price-compare-table .note-small,
#starlink #kadai .note-text {
  font-size: 1.4rem;
  color: #6c757d;
}
#starlink #kadai .price-compare-table .savings-cell {
  /* Light green for savings */
  color: #2BF9B5;
  font-weight: bold;
  font-size: 1.8rem;
  vertical-align: middle;
}
#starlink #kadai .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#starlink #kadai .price-savings-summary {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#starlink #kadai .price-savings-item {
  background-color: #d4edda;
  /* Light green box */
  color: #155724;
  /* Dark green text */
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.7rem;
}
#starlink #kadai .plusgreen {
  background: #bffde9;
}
#starlink #kadai .bgplusgreen {
  background: #E6FFF6;
}
#starlink #kadai .lightgreen {
  background: #E6FFF6;
}
#starlink #kadai .deepgreen {
  background: #2BF9B5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #starlink #case {
    padding: 50px 0;
  }
}
#starlink #case .grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border-radius: 16px;
  background: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  padding: 45px 50px;
}
@media only screen and (min-width: 769px) {
  #starlink #case .grid {
    max-width: 940px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #case .grid {
    flex-direction: column;
    padding: 20px;
  }
}
#starlink #case .thum {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #starlink #case .thum {
    flex: 0 0 390px;
  }
}
#starlink #case .btn-container {
  position: absolute;
  right: -11px;
  bottom: 0px;
}
@media only screen and (max-width: 768px) {
  #starlink #case .btn-container {
    right: -5px;
  }
}
#starlink #case .btn {
  height: 54px;
}
#starlink #case .ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #000;
}
#starlink #case .point {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ff317f;
}
#starlink #case .category {
  max-width: 100px;
  min-height: 24px;
  border-radius: 12px;
  background: #2bf9b5;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #000;
  margin-top: 32px;
  font-weight: 700;
}
#starlink #case .name {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#starlink #tokucho {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #starlink #tokucho {
    padding: 50px 0;
  }
}
#starlink #tokucho .grid {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #starlink #tokucho .grid {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  #starlink #tokucho .box {
    flex: 0 0 303px;
  }
}
@media only screen and (min-width: 769px) {
  #starlink #tokucho .ttl {
    margin-bottom: 20px;
  }
}
#starlink #tokucho .txt {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 769px) {
  #starlink #price {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #price {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #price .table td {
    font-size: 1.6rem;
  }
}
#starlink #price .table td .-lg {
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  #starlink #price .table td .-lg {
    font-size: 1.6rem;
  }
}
#starlink #price .table td .-sm {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #starlink #price .table td .-sm {
    font-size: 1.6rem;
  }
}
#starlink #price .sub-ttl {
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 100px;
}
#starlink #price .price-box {
  border-radius: 10px;
  border: 1px solid #000;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  #starlink #price .price-box {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #price .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#starlink #price .price-sub-ttl {
  text-align: center;
  background: #000;
  color: #fff;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 768px) {
  #starlink #price .price-sub-ttl {
    width: 100%;
  }
}
#starlink #price .price-num {
  display: flex;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 5.2rem;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  #starlink #price .price-num {
    width: 90px;
    font-size: 4rem;
  }
}
#starlink #price .price-num-txt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #starlink #price .price-num-txt {
    font-size: 1.8rem;
  }
}
#starlink #price .price-price {
  background: #FEF868;
  padding: 0.5em;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #starlink #price .price-price {
    width: calc(100% - 90px);
  }
}
#starlink #price .price-getsugaku {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #starlink #price .price-getsugaku {
    font-size: 1.8rem;
  }
}
#starlink #price .price-price-num {
  line-height: 1.25;
  font-size: 6.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  margin-top: 0;
}
#starlink #price .price-en {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #starlink #price .price-en {
    font-size: 1.8rem;
  }
}
#starlink #price .price-detail {
  padding: 31px 40px;
}
@media only screen and (max-width: 768px) {
  #starlink #price .price-detail {
    padding: 12px 20px;
    width: 100%;
    font-size: 1.4rem;
  }
}
#starlink #price .link-container {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  #starlink #price .link-container {
    margin-top: 30px;
  }
}
#starlink #partner {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #starlink #partner {
    padding: 50px 0;
  }
}
#starlink #partner .ttl {
  margin-bottom: 20px;
}
#starlink #partner .grid {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  #starlink #partner .grid {
    align-items: anchor-center;
    flex: 0 0 217px;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #partner .grid {
    flex-direction: column;
  }
}
#starlink #partner .thum.item01 {
  margin-bottom: 21px;
}
#starlink #partner .thum.item02 {
  margin-bottom: 30px;
}
#starlink #partner .thum.item03 {
  margin-bottom: 24px;
}
#starlink #partner .thum.item04 {
  margin-bottom: 17px;
}
#starlink #partner .sub {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
#starlink #order {
  padding: 100px;
}
@media only screen and (max-width: 768px) {
  #starlink #order {
    padding: 2em 0;
  }
}
#starlink #order .txt {
  margin-bottom: 2em;
}
#starlink #order .ttl {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#starlink #order .ttl.-gray {
  background: #F3F3F3;
}
#starlink #order .login-btn .wp-block-button__link {
  height: 55px;
}
@media only screen and (max-width: 768px) {
  #starlink #order .login-btn .wp-block-button__link {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#starlink #order .order-box {
  border: 1px solid #000;
  border-radius: 10px;
  height: auto;
}
#starlink #order .order-box__ttl {
  font-size: 1.8rem;
  background: #9FFFDF;
  border-radius: 10px 10px 0 0;
  padding: 0.5em;
}
#starlink #order .order-box__content {
  background: #fff;
  padding: 47px 40px 27px;
  margin-top: 0 !important;
  height: unset;
  border-radius: 0 0 10px 10px;
  min-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #starlink #order .order-box__content {
    height: auto;
    padding: 10px;
  }
}
#starlink #order .text {
  margin-top: 32px;
}
@media only screen and (min-width: 769px) {
  #starlink #bnr {
    padding-top: 42px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #bnr {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 769px) {
  #starlink #faq {
    padding-top: 94px;
  }
}
@media only screen and (max-width: 768px) {
  #starlink #faq {
    padding: 2em 0;
  }
}

@media only screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}
.u-color-white {
  color: #fff !important;
}

.u-color-red {
  color: #f00 !important;
}

.u-color-blue {
  color: #006CFF !important;
}

.u-color-green {
  color: #2BF9B5 !important;
}

.u-color-mint {
  color: #2BF9B5 !important;
}

.u-bg-w {
  background: #fff;
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-ta-l {
    text-align: left !important;
  }
  .u-sp-ta-c {
    text-align: center !important;
  }
  .u-sp-ta-r {
    text-align: right !important;
  }
}
@media only screen and (max-width: 820px) {
  .u-tb-ta-l {
    text-align: left !important;
  }
  .u-tb-ta-c {
    text-align: center !important;
  }
  .u-tb-ta-r {
    text-align: right !important;
  }
}
@media only screen and (min-width: 769px) {
  .u-pc-ta-l {
    text-align: left !important;
  }
  .u-pc-ta-c {
    text-align: center !important;
  }
  .u-pc-ta-r {
    text-align: right !important;
  }
}
.u-lato {
  font-family: "Lato", sans-serif;
}

.u-gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.u-josefin {
  font-family: "Josefin Sans", sans-serif;
}

.u-fz-xs {
  font-size: 1.2rem !important;
}

.u-fz-sm {
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 768px) {
  .u-fz-sm {
    font-size: 1.2rem !important;
  }
}

.u-fz-smaller {
  font-size: 1.5rem !important;
}

.u-fz-n {
  font-size: 1.6rem !important;
}

.u-fz-md {
  font-size: 1.8rem !important;
}

.u-fz-lg {
  font-size: 2.4rem !important;
}

.u-fw-b {
  font-weight: 700 !important;
}

.u-fw-m {
  font-weight: 500 !important;
}

.u-fw-r {
  font-weight: 400 !important;
}

/* =====================
    margin / padding
===================== */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05em {
  margin-bottom: 0.5em !important;
}

.u-mb-1em {
  margin-bottom: 1em !important;
}

.u-mb-2em {
  margin-bottom: 2em !important;
}

.u-mb-3em {
  margin-bottom: 3em !important;
}

.u-mt-05em {
  margin-top: 0.5em !important;
}

.u-mt-1em {
  margin-top: 1em !important;
}

.u-mt-2em {
  margin-top: 2em !important;
}

.u-mt-3em {
  margin-top: 3em !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-mt-0 {
    margin-top: 0 !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-sp-pt-0 {
    padding-top: 0 !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 820px) {
  .u-tb-mt-0 {
    margin-top: 0 !important;
  }
  .u-tb-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-tb-pt-0 {
    padding-top: 0 !important;
  }
  .u-tb-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 769px) {
  .u-pc-mt-0 {
    margin-top: 0 !important;
  }
  .u-pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-pc-pt-0 {
    padding-top: 0 !important;
  }
  .u-pc-pb-0 {
    padding-bottom: 0 !important;
  }
}
.u-underline {
  text-decoration: underline !important;
}

/*
setting

ここには変数の定義と値の設定を記述してください。

読み込み順もどのファイルよりも早くする必要があります。
*/
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  src: url("../../assets/fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../../assets/fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.l-main-content {
  /* =====================
      アイコン
  ===================== */
  /* =====================
      HTML要素
  ===================== */
}
.l-main-content h1:not([class]),
.l-main-content [class=wp-block-heading] {
  padding-top: 2em;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-main-content h1:not([class]),
  .l-main-content [class=wp-block-heading] {
    font-size: 2.4rem;
  }
}
.l-main-content h1:not([class]) + *,
.l-main-content [class=wp-block-heading] + * {
  margin-top: 1em;
}
.l-main-content h2:not([class]),
.l-main-content [class=wp-block-heading] {
  padding-top: 2em;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .l-main-content h2:not([class]),
  .l-main-content [class=wp-block-heading] {
    font-size: 1.8rem;
  }
}
.l-main-content h2:not([class]) + *,
.l-main-content [class=wp-block-heading] + * {
  margin-top: 1em;
}
.l-main-content h3:not([class]),
.l-main-content [class=wp-block-heading] {
  padding-top: 2em;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .l-main-content h3:not([class]),
  .l-main-content [class=wp-block-heading] {
    font-size: 1.8rem;
  }
}
.l-main-content h3:not([class]) + *,
.l-main-content [class=wp-block-heading] + * {
  margin-top: 1em;
}
.l-main-content h4:not([class]),
.l-main-content [class=wp-block-heading] {
  padding-top: 2em;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .l-main-content h4:not([class]),
  .l-main-content [class=wp-block-heading] {
    font-size: 1.6rem;
  }
}
.l-main-content h4:not([class]) + *,
.l-main-content [class=wp-block-heading] + * {
  margin-top: 1em;
}
.l-main-content h5:not([class]),
.l-main-content [class=wp-block-heading] {
  padding-top: 2em;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-main-content h5:not([class]),
  .l-main-content [class=wp-block-heading] {
    font-size: 1.5rem;
  }
}
.l-main-content h5:not([class]) + *,
.l-main-content [class=wp-block-heading] + * {
  margin-top: 1em;
}

/* =====================
    WPコア
===================== */
.aligncenter,
div.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-right: 0;
  margin-bottom: 1.75em;
  margin-left: 1.75em;
}

.alignleft {
  float: left;
  margin-right: 1.75em;
  margin-bottom: 1.75em;
  margin-left: 0;
}

a img.alignright {
  float: right;
  margin-right: 0;
  margin-bottom: 1.75em;
  margin-left: 1.75em;
}

a img.alignleft {
  float: left;
  margin-right: 1.75em;
  margin-bottom: 1.75em;
  margin-left: 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption.alignleft {
  margin-right: 1.75em;
  margin-left: 0;
}

.wp-caption.alignright {
  margin-right: 0;
  margin-left: 1.75em;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* =====================
    基本マージン
===================== */
.p-page-content p + p,
.p-single-content p + p {
  margin-top: 1em;
}
.p-page-content ol,
.p-single-content ol {
  padding-left: 1.25em;
}
.p-page-content p + ul,
.p-single-content p + ul {
  margin-top: 1em;
}
.p-page-content ul + p,
.p-single-content ul + p {
  margin-top: 1em;
}

.p-block-editor-content::after {
  display: block;
  clear: both;
  content: "";
}

.p-page-content > *:not([class*=l-stack]),
.p-single-content > *:not([class*=l-stack]),
.p-case-single > *:not([class*=l-stack]),
.wp-block-column > *:not([class*=l-stack]),
.wp-block-media-text__content > *:not([class*=l-stack]),
.wp-block-group__inner-container > *:not([class*=l-stack]),
.wp-block-media-text > *:not([class*=l-stack]) {
  margin-top: 1.75em;
}
.p-page-content > h2[class*=c-heading],
.p-page-content > h3[class*=c-heading],
.p-page-content > h4[class*=c-heading],
.p-page-content > h5[class*=c-heading],
.p-page-content > *[class*=__ttl],
.p-single-content > h2[class*=c-heading],
.p-single-content > h3[class*=c-heading],
.p-single-content > h4[class*=c-heading],
.p-single-content > h5[class*=c-heading],
.p-single-content > *[class*=__ttl],
.p-case-single > h2[class*=c-heading],
.p-case-single > h3[class*=c-heading],
.p-case-single > h4[class*=c-heading],
.p-case-single > h5[class*=c-heading],
.p-case-single > *[class*=__ttl],
.wp-block-column > h2[class*=c-heading],
.wp-block-column > h3[class*=c-heading],
.wp-block-column > h4[class*=c-heading],
.wp-block-column > h5[class*=c-heading],
.wp-block-column > *[class*=__ttl],
.wp-block-media-text__content > h2[class*=c-heading],
.wp-block-media-text__content > h3[class*=c-heading],
.wp-block-media-text__content > h4[class*=c-heading],
.wp-block-media-text__content > h5[class*=c-heading],
.wp-block-media-text__content > *[class*=__ttl],
.wp-block-group__inner-container > h2[class*=c-heading],
.wp-block-group__inner-container > h3[class*=c-heading],
.wp-block-group__inner-container > h4[class*=c-heading],
.wp-block-group__inner-container > h5[class*=c-heading],
.wp-block-group__inner-container > *[class*=__ttl],
.wp-block-media-text > h2[class*=c-heading],
.wp-block-media-text > h3[class*=c-heading],
.wp-block-media-text > h4[class*=c-heading],
.wp-block-media-text > h5[class*=c-heading],
.wp-block-media-text > *[class*=__ttl] {
  margin-top: 0;
}
.p-page-content p + p,
.p-single-content p + p,
.p-case-single p + p,
.wp-block-column p + p,
.wp-block-media-text__content p + p,
.wp-block-group__inner-container p + p,
.wp-block-media-text p + p {
  margin-top: 1em;
}
.p-page-content p + *:not([class*=l-stack]),
.p-single-content p + *:not([class*=l-stack]),
.p-case-single p + *:not([class*=l-stack]),
.wp-block-column p + *:not([class*=l-stack]),
.wp-block-media-text__content p + *:not([class*=l-stack]),
.wp-block-group__inner-container p + *:not([class*=l-stack]),
.wp-block-media-text p + *:not([class*=l-stack]) {
  margin-top: 1em;
}
.p-page-content .wp-block-image + *:not([class*=l-stack]),
.p-single-content .wp-block-image + *:not([class*=l-stack]),
.p-case-single .wp-block-image + *:not([class*=l-stack]),
.wp-block-column .wp-block-image + *:not([class*=l-stack]),
.wp-block-media-text__content .wp-block-image + *:not([class*=l-stack]),
.wp-block-group__inner-container .wp-block-image + *:not([class*=l-stack]),
.wp-block-media-text .wp-block-image + *:not([class*=l-stack]) {
  margin-top: 1em;
}
.p-page-content ol + *:not([class*=l-stack]),
.p-single-content ol + *:not([class*=l-stack]),
.p-case-single ol + *:not([class*=l-stack]),
.wp-block-column ol + *:not([class*=l-stack]),
.wp-block-media-text__content ol + *:not([class*=l-stack]),
.wp-block-group__inner-container ol + *:not([class*=l-stack]),
.wp-block-media-text ol + *:not([class*=l-stack]) {
  margin-top: 1em;
}
.p-page-content ul + *:not([class*=l-stack]),
.p-single-content ul + *:not([class*=l-stack]),
.p-case-single ul + *:not([class*=l-stack]),
.wp-block-column ul + *:not([class*=l-stack]),
.wp-block-media-text__content ul + *:not([class*=l-stack]),
.wp-block-group__inner-container ul + *:not([class*=l-stack]),
.wp-block-media-text ul + *:not([class*=l-stack]) {
  margin-top: 1em;
}
.p-page-content li + li,
.p-single-content li + li,
.p-case-single li + li,
.wp-block-column li + li,
.wp-block-media-text__content li + li,
.wp-block-group__inner-container li + li,
.wp-block-media-text li + li {
  margin-top: 0.25em;
}
.p-page-content *:not([class*=l-stack]) + .wp-block-buttons,
.p-single-content *:not([class*=l-stack]) + .wp-block-buttons,
.p-case-single *:not([class*=l-stack]) + .wp-block-buttons,
.wp-block-column *:not([class*=l-stack]) + .wp-block-buttons,
.wp-block-media-text__content *:not([class*=l-stack]) + .wp-block-buttons,
.wp-block-group__inner-container *:not([class*=l-stack]) + .wp-block-buttons,
.wp-block-media-text *:not([class*=l-stack]) + .wp-block-buttons {
  margin-top: 1em;
}
.p-page-content .wp-block-buttons + *:not([class*=l-stack]),
.p-single-content .wp-block-buttons + *:not([class*=l-stack]),
.p-case-single .wp-block-buttons + *:not([class*=l-stack]),
.wp-block-column .wp-block-buttons + *:not([class*=l-stack]),
.wp-block-media-text__content .wp-block-buttons + *:not([class*=l-stack]),
.wp-block-group__inner-container .wp-block-buttons + *:not([class*=l-stack]),
.wp-block-media-text .wp-block-buttons + *:not([class*=l-stack]) {
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .p-page-content [class*=c-table],
  .p-single-content [class*=c-table],
  .p-case-single [class*=c-table],
  .wp-block-column [class*=c-table],
  .wp-block-media-text__content [class*=c-table],
  .wp-block-group__inner-container [class*=c-table],
  .wp-block-media-text [class*=c-table] {
    margin-top: 70px;
  }
}
.p-page-content > :first-child,
.p-single-content > :first-child,
.p-case-single > :first-child,
.wp-block-column > :first-child,
.wp-block-media-text__content > :first-child,
.wp-block-group__inner-container > :first-child,
.wp-block-media-text > :first-child {
  margin-top: 0;
}
.p-page-content > :last-child,
.p-single-content > :last-child,
.p-case-single > :last-child,
.wp-block-column > :last-child,
.wp-block-media-text__content > :last-child,
.wp-block-group__inner-container > :last-child,
.wp-block-media-text > :last-child {
  margin-bottom: 0;
}

.wp-block-group + .wp-block-group {
  margin-top: 66px;
}
@media only screen and (max-width: 768px) {
  .wp-block-group + .wp-block-group {
    margin-top: 30px;
  }
}
*:not([class*=l-stack]) + .wp-block-group {
  margin-top: 1em;
}
.wp-block-group + *:not([class*=l-stack]) {
  margin-top: 1em;
}

*:not([class*=l-stack]) + .wp-block-media-text {
  margin-top: 1em;
}
.wp-block-media-text + *:not([class*=l-stack]) {
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .wp-block-media-text + .wp-block-media-text {
    margin-top: 70px;
  }
}

.wp-block-embed-youtube {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-embed-youtube > *:not([class*=l-stack]) {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  iframe {
    width: 100%;
  }
}

.wp-block-audio audio {
  width: unset;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .wp-block-audio audio {
    width: 100%;
  }
}

/* =====================
    コンテンツHTML要素
===================== */
.p-page-content > .is-style-default,
.wp-block-column > .is-style-default,
.wp-block-media-text__content > .is-style-default,
.wp-block-group__inner-container > .is-style-default {
  padding-left: 1em;
}
.p-page-content > .is-style-default li,
.wp-block-column > .is-style-default li,
.wp-block-media-text__content > .is-style-default li,
.wp-block-group__inner-container > .is-style-default li {
  list-style: disc;
}

/* =====================
    ブロック
===================== */
p.has-background,
.wp-block-group.has-background,
.wp-block-columns.has-background {
  padding: 1.75em;
}

ul.has-background, ol.has-background {
  margin-left: 0;
}

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
}

.has-small-font-size {
  font-size: 1.3rem;
}

.has-normal-font-size {
  font-size: 1.6rem;
}

.has-medium-font-size {
  font-size: 2rem;
}

.has-large-font-size {
  font-size: 3.6rem;
}

.has-huge-font-size {
  font-size: 4.8rem;
}

.wp-block-table table,
.wp-block-table.is-style-stripes table {
  max-width: 100%;
  color: inherit;
  border-spacing: 0;
  border-collapse: collapse;
}
.wp-block-table table th,
.wp-block-table.is-style-stripes table th {
  font-weight: bold;
}
.wp-block-table table th,
.wp-block-table table td,
.wp-block-table.is-style-stripes table th,
.wp-block-table.is-style-stripes table td {
  padding: 1em;
  border: 1px solid #aaaaaa;
}
.wp-block-table table thead,
.wp-block-table.is-style-stripes table thead {
  border-bottom: none;
}
.wp-block-table table tfoot,
.wp-block-table.is-style-stripes table tfoot {
  border-top: none;
}
.wp-block-table table table,
.wp-block-table.is-style-stripes table table {
  border-spacing: 0;
  border-collapse: collapse;
}
.wp-block-table table,
.wp-block-table table td,
.wp-block-table table th,
.wp-block-table.is-style-stripes table,
.wp-block-table.is-style-stripes table td,
.wp-block-table.is-style-stripes table th {
  border: 1px solid #D5D5D5;
  border-collapse: collapse;
}

.wp-block-table + .wp-block-table {
  margin-top: 3em;
}

.wp-block-table th {
  background: #F3F3F3;
  font-weight: 500;
}

.wp-block-image {
  margin-bottom: 0;
}
.wp-block-image .aligncenter figcaption {
  text-align: center;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-holder {
  display: flex;
  justify-content: center;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-title {
  width: 100%;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #000 !important;
}
@media only screen and (max-width: 768px) {
  .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap.active {
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #ececec !important;
  border-radius: 10px 10px 0 0;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
    padding: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 8%;
  }
}
@media only screen and (min-width: 769px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 8%;
  }
}

@media only screen and (max-width: 768px) {
  .is-stacked-on-mobile .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.wp-block-button__link {
  border-radius: 70px;
  border: 2px solid #000;
  min-height: 55px;
  min-width: 240px;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

@media only screen and (max-width: 768px) {
  .is-content-justification-center .wp-block-button {
    width: 100%;
  }
}

@media (max-width: 781px) {
  .wp-block-columns > .wp-block-column:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 1.75em;
  }
}
@media (max-width: 599px) {
  .wp-block-columns > .wp-block-column:not(:first-child) {
    margin-top: 1.75em;
  }
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */