@charset "UTF-8";

/*
setting

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

読み込み順もどのファイルよりも早くする必要があります。
*/
/*
setting

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

読み込み順もどのファイルよりも早くする必要があります。
*/
/*
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;
}


@media only screen and (max-width: 768px) {
  body.is-no-scroll {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

html {
  font-size: 62.5%;

}

body {
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.8;
}

#denwadaikou {
  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;
}

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

#denwadaikou a {
  text-decoration: none;
}

a:not([class]) {
  /* color: #006CFF; */
}

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

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

#denwadaikou a img {
  transition: opacity 0.25s;
}

#denwadaikou a img:hover {
  opacity: 0.8;
}

* {
  outline: none;
}

main {
  display: block;
}

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: 768px) {
  a[class~=c-icon-up-right].-txt:hover::after {
    top: calc(50% - 10px);
    right: -30px;
  }
}

@media only screen and (min-width: 768px) {
  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: 768px) {
  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-icon-saisei:before {
	 content: "\f58f";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: inherit;
  margin-right: 16px;
  padding-left: 16px;
}
/*追加しました*/

.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;
  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: 768px) {
  .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: 768px) {
  .c-inner.c-inner--980 {
    width: auto;
    max-width: 1080px;
  }
}

@media only screen and (min-width: 768px) {
  .c-inner.c-inner--1000 {
    width: auto;
    max-width: 1100px;
  }
}

@media only screen and (min-width: 768px) {
  .c-inner.c-inner--1090 {
    width: auto;
    max-width: 1190px;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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;
}

@media only screen and (min-width: 768px) {

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

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

@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-mail.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin-right: 16px;
}

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

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

@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-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: 768px) {

  .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: 768px) {

  .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: 768px) {

  .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: 768px) {

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

@media only screen and (min-width: 768px) {

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

@media only screen and (min-width: 768px) {

  .-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: 768px) {

  .-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: 768px) {
  .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;
}

.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: 768px) {

  .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%);
}

@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: 768px) {
  .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 (min-width: 768px) {
  .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 (min-width: 768px) {
  .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;
  }
}

.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: 768px) {
  .c-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.c-box-sm {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .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-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: 768px) {
  .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-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;
}

@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 {
  letter-spacing: 0.05em;
  padding-top: 2em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {

  .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: 768px) {

  .c-heading-step__content,
  .is-style-c-heading-step__content {
    padding-left: 50px;
  }
}

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

.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: 768px) {
  .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: 768px) {
  .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;
    white-space: nowrap;
    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;
    white-space: nowrap;
    -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;
  min-width: 250px;
}

.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;
    white-space: nowrap;
    -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: 768px) {

  .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: 768px) {

  .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: 768px) {

  .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: 768px) {
  .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;
  }
}

.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 {
  flex-shrink: 0;
  order: 2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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;
  }
}

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

@media only screen and (max-width: 768px) {
  .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;
  }
}

.c-slider-case__inner {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .c-slider-case__inner {
    flex-direction: column;
  }
}

.c-slider-case__box {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .c-slider-case__box {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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-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;
}

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

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

.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: 768px) {
  .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-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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .c-txt-bgpink .-lg {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-txt-bgpink .-md {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-txt-bgpink .-sm {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .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;
}

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

.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: 768px) {
  .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;
}

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

.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-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: 768px) {
  .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;
}

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

.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 (max-width: 1100px) {
  .l-main-ttl {
    display: block!important;
  }
}

@media only screen and (min-width: 768px) {
  .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;
  }
}

.l-main-content {
  margin-top: 160px;
}

@media only screen and (max-width: 768px) {
  .l-main-content {
    margin-top: 100px;
  }
}

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

.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 {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.l-spmenu .sub-menu.active {
  height: 100%;
  opacity: 1;
}

.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 {
  max-width: 315px;
  border-radius: 12px;
  font-size: 1.6rem;
  width: 100%;
  height: 70px;
  min-width: none;
}

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

.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: 768px) {
  .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-fv {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-home-fv__top {
    background: url(./../../assets/images/top/main_bg.png) 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: 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: 768px) {
  .p-home-fv__btn-container {
    margin-top: 44px;
    padding-left: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .p-home-fv__btn-container {
    order: 4;
    margin-top: 14px;
  }
}

.p-home-fv__btn {
  background: #EDFF00;
  border-radius: 70px;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .p-home-fv__btn {
    min-width: 450px;
    margin-top: 11px;
    margin-bottom: 36px;
    font-size: 2.2rem;
    height: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .p-home-fv__btn {
    min-width: 335px;
    height: 76px;
    font-size: 1.8rem;
  }
}

.p-home-fv__btn::before {
  content: "";
  background: url(./../../assets/images/common/icon-pen.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

@media only screen and (min-width: 768px) {
  .p-home-fv__btn::before {
    margin-right: 35px;
    margin-left: -35px;
  }
}

@media only screen and (max-width: 768px) {
  .p-home-fv__btn::before {
    margin-right: 1em;
    margin-left: -1em;
  }
}

.p-home-fv__btn-txt {
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .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;
}

.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__content {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .p-home-fv__use {
    position: absolute;
    right: 91px;
    bottom: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .p-home-fv__use {
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .p-home-section__ttl-area {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .p-home-section__ttl {
    margin-right: 70px;
  }
}

.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: 768px) {
  .p-home-section__txt-area {
    margin-top: 40px;
  }
}

.p-home-section__txt {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.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: 768px) {
  .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: 768px) {
  .-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.png) 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: 768px) {
  .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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 21px;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .p-home-service__box {
    height: 270px;
  }
}

@media only screen and (max-width: 768px) {
  .p-home-service__box {
    height: 155px;
    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;
}

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

@media only screen and (max-width: 768px) {
  .p-home-service__ttl {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.p-home-available__box {
  max-width: 450px;
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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, Roboto, "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: 768px) {
  .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;
}

@media only screen and (min-width: 768px) {
  .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-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;
}

.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: 768px) {
  .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-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;
}

@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: 768px) {
  .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;
}

.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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-info {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .p-case-single-info {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 dt {
  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 dt {
    font-size: 1.6rem;
  }
}

.p-case-questionnaire_top-reason-list dd {
  background: #F3F3F3;
  padding: 20px 40px;
}

@media only screen and (max-width: 768px) {
  .p-case-questionnaire_top-reason-list dd {
    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: 768px) {
  .p-identification-document__ttl {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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__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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  #affiliate .kv .ttl {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  #affiliate .kv .ttl .-sm {
    font-size: 2.4rem;
  }
}

#affiliate .intro .attention {
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  .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: 768px) {
  .p-share-office-heading--f24 {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .p-share-office-features__box {
    padding-top: 100px;
    height: 100%;
  }
}

.p-share-office-features__ttl {
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  .p-share-office-features__ttl {
    margin-top: -120px;
  }
}

.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 40px 0;
  height: 100%;
  border-radius: 0 0 10px 10px;
}

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

.p-share-office-contact__btn {
  position: relative;
  border-radius: 70px;
  height: 55px;
}

.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: 768px) {
  .p-estimates-list__ttl {
    flex: 0 0 295px;
    padding-right: 1em;
    padding-left: 1em;
    margin-right: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .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;
  margin-left: 2em;
}

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

.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: 768px) {
  .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: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px 0;
}

@media only screen and (max-width: 768px) {
  .p-estimates-price {
    padding: 10px 0;
  }
}

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

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
}

.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
}

.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-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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .p-shoukai-btn .wp-block-button__link {
    min-height: 55px;
  }
}

.p-shokai_gude-moraeru__txt {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .p-shokai_gude-moraeru__txt {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .p-manual_pc-ttl {
    margin-top: 50px !important;
  }
}

.p-service-can__ttl {
  letter-spacing: 0;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .p-service-can__ttl {
    font-size: 2rem;
  }
}

.p-service-can__txt {
  letter-spacing: 0.025em;
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .p-option-bgpink.-lg {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-option-bgpink.-md {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-option-bgpink.-sm {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .p-option-price__txt {
    font-size: 1.8rem;
  }
}

.p-option-price .-pink {
  color: #FF3180;
  font-weight: 700;
}

.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: 768px) {
  .p-price-choice__txt {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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;
}

@media only screen and (max-width: 768px) {
  .p-price-which__inbox {
    border: 1px solid #9DDDC8;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .p-deployguide-grid__item {
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .p-procedure-main__ttl {
    font-size: 2.4rem;
  }
}

.p-procedure-step-ttl {
  letter-spacing: 0.05em;
}

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

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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;
  padding: 0;
}

#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: 768px) {
  #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%);
}

@media only screen and (max-width: 768px) {
  #denwadaikou #nayami .down img {
    width: 80px;
  }
}

#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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #denwadaikou #basic .point {
    margin-top: 71px;
  }
}

@media only screen and (min-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #denwadaikou #kantan .grid .pic {
    width: 375px;
  }
}

#denwadaikou #kantan .grid .txt {
  flex: auto;
}

@media only screen and (min-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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;
}

@media only screen and (max-width: 768px) {

  #denwadaikou #hikaku .table {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }

  #denwadaikou #hikaku .table table {
    width: 600px;
  }

}

#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 .sub {
  font-size: 1.3rem;
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  #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: 768px) {
  #denwadaikou #otoku .point {
    margin-top: 62px;
  }
}

@media only screen and (min-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #denwadaikou #riyou .box {
    max-width: 926px;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #denwadaikou #faq {
    padding-top: 94px;
  }
}

@media only screen and (max-width: 768px) {
  #denwadaikou #faq {
    padding: 2em 0;
  }
}

@media only screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .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-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: 768px) {
  .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, Roboto, "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: 768px) {
  .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;
  }
}

/*
setting

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

読み込み順もどのファイルよりも早くする必要があります。
*/
.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: 768px) {

  .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: 768px) {
  .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,
.wp-block-table.is-style-stripes {
  overflow: visible;
}

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

.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 */
/* =======================================
	コンテンツラップ
======================================= */
.contents_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.contentscenter {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 34px;
  padding: 0px 0 0;
  text-align: center;
  margin-bottom: 8%;
}

.campaign .contentscenter {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0px 0 0;
  text-align: center;
  margin-bottom: 3%;
}

/* =======================================
	各コンテンツエリア
======================================= */
/* コンテンツエリア */
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.contentscenterwrapper {
  width: 5%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0px 0 0;
}

.pagewrap {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  padding: 0;
}

.wrapper {
  overflow: hidden;
}


.p-denwadaikou-footer {
  font-size: calc(100%*1.625);
}

.p-denwadaikou-footer__inner {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1.8em;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-rendering: optimizelegibility;
  counter-reset: titleNum case;
  font-size: 0.8em;
  display: block;
  line-height: 2.2;
}

.blank {
  clear: both;
  height: 30px;
}