@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: sub;
}

h1,
h2,
h3 {
  font-weight: normal;
}

html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
a:hover {
  opacity: 0.7;
}

img {
  display: block;
  height: auto;
  width: 100%;
}
html {
  font-size: 16px;
}

body {
  background-color: #eef1f5;
  color: #1a1a1a;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.8;
}

/* pcの電話番号発信対応 */
/* 管理バーがあるときだけヘッダーを32px下にずらす */
body:has(#wpadminbar) .l-header {
  top: 32px;
}

/* モバイル（782px以下）は管理バーの高さ46px分ずらす */
/* モバイル（782px以下）は管理バーの高さ46px分ずらす */
.fadeInTrigger {
  -webkit-transform: translateY(50px) !important;
  opacity: 0 !important;
  transform: translateY(50px) !important;
}

.fadeInTrigger.fadeIn {
  -webkit-transform: translateY(0) !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 0.5s ease-out !important;
}

.slideDownTrigger {
  -webkit-animation: slideDownAnimation 0.5s ease-out 0.2s both !important;
  animation: slideDownAnimation 0.5s ease-out 0.2s both !important;
}

@-webkit-keyframes slideDownAnimation {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDownAnimation {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.l-footer {
  background-color: #063852;
  background-image: url(../img/footer_bg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 47.125rem 24.0625rem;
  margin-top: -12.5rem;
  padding-bottom: 6.25rem;
  padding-top: 23.75rem;
}

.l-footer__inner {
  margin-inline: auto;
  max-width: 77.5rem !important;
  width: 100%;
}

.p-footer__logo a {
  display: inline-block;
}

.p-footer__logo img {
  height: auto;
  max-width: 9.6875rem;
}

.l-footer__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.l-footer__right {
  max-width: 22.5rem;
}

.l-footer__map {
  color: #fff;
}

.l-footer__space::before {
  background-image: url(../img/icon_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-right: 0.25rem;
  width: 1rem;
}

.l-footer__bottom {
  align-items: center;
  color: #fff;
  display: flex;
  margin-top: 1.75rem;
}

.l-footer__x a {
  display: inline-block;
}

.l-footer__x img {
  height: auto;
  max-width: 1.6875rem;
}

.l-footer__copyright {
  font-size: max(0.75rem, 10px);
}

.l-footer__icon {
  font-size: 0.625rem;
  padding-left: 1rem;
}

.l-footer__m-menu {
  margin-top: 0.375rem;
}

.l-footer__m-menu a {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1rem;
  position: relative;
}
.l-footer__m-menu a::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
}

.l-header__item--footer {
  font-size: max(0.9375rem, 10px);
}

.l-header__list--footer {
  align-items: flex-start !important;
  gap: 1.25rem !important;
}

.hamburger {
  cursor: pointer;
  display: none;
  height: 2.625rem;
  position: relative;
  text-align: center;
  width: 2.625rem;
  z-index: 21;
}
.hamburger span {
  background: #fff;
  height: 0.125rem;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 1.875rem;
}
.hamburger span:nth-child(1) {
  left: 0;
  top: 0.625rem;
}
.hamburger span:nth-child(2) {
  left: 0;
  top: 1.25rem;
  width: 2.1875rem;
}
.hamburger span:nth-child(3) {
  left: 0;
  top: 1.875rem;
  width: 2.1875rem;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 22;
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  background: #fff;
  left: 0.375rem;
  top: 1.25rem;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  left: 0.375rem;
  top: 1.25rem;
  transform: rotate(45deg);
  width: 1.875rem;
}
.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  left: 0.375rem;
  top: 1.25rem;
  transform: rotate(45deg);
  width: 1.875rem;
}

.globalMenuSp {
  background-color: rgba(255, 255, 255, 0.92);
  color: #0e343d;
  display: none;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  width: 100%;
  z-index: 21;
}
.globalMenuSp.active {
  display: flex;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

.globalMenuSp {
  background: linear-gradient(to bottom, #79acc8, rgb(28, 112, 156));
}

.globalMenuSp__inner {
  width: 100%;
}

.globalMenuSp__head {
  align-items: center;
  display: flex;
  height: 5.1875rem;
  width: 100%;
}

.globalMenuSp__nav {
  padding: 1.25rem 0;
}

.globalMenuSp__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 5.1875rem - 2.5rem);
  width: 100%;
}

.globalMenuSp__item {
  padding: 0.75rem 0 0.75rem 1.5rem;
}

.globalMenuSp__item a,
.globalMenuSp__item span {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.globalMenuSp__item--x img {
  height: auto;
  width: 1.25rem;
}

.globalMenuSp__item--x {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  padding: 1rem 0 1rem 1.5rem;
}
.globalMenuSp__item--x .globalMenuSp__privacy {
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.globalMenuSp__item--knowhow {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.globalMenuSp__sublist {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.globalMenuSp__subitem {
  margin-top: 0.5rem;
}
.globalMenuSp__subitem:first-child {
  margin-top: 1rem;
}

.globalMenuSp__subitem a {
  padding-left: 1.25rem;
  position: relative;
}
.globalMenuSp__subitem a:before {
  background: #fff;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0.8125rem;
  width: 0.875rem;
}

.l-header {
  left: 0;
  padding: 1.25rem 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.l-header__item--x--blue {
  display: none;
}

.l-header.header-change .logo-white {
  display: none !important;
}
.l-header.header-change .logo-blue {
  display: block !important;
}
.l-header.header-change .l-header__list {
  color: #063852;
}
.l-header.header-change .l-header__item--contact a {
  color: #fff;
}
.l-header.header-change .l-header__item--contact a:hover {
  color: #1988c2;
}
.l-header.header-change .l-header__item--x--blue {
  display: inline-block;
}
.l-header.header-change .l-header__item--x--white {
  display: none;
}
.l-header.header-change .hamburger span {
  background: #063852;
}

.page-id-125 .l-header .logo-white,
.page-id-135 .l-header .logo-white,
.page-id-129 .l-header .logo-white,
.page-id-141 .l-header .logo-white,
.page-id-144 .l-header .logo-white,
.error404 .l-header .logo-white {
  display: none !important;
}
.page-id-125 .l-header .logo-blue,
.page-id-135 .l-header .logo-blue,
.page-id-129 .l-header .logo-blue,
.page-id-141 .l-header .logo-blue,
.page-id-144 .l-header .logo-blue,
.error404 .l-header .logo-blue {
  display: block !important;
}
.page-id-125 .l-header .l-header__list,
.page-id-135 .l-header .l-header__list,
.page-id-129 .l-header .l-header__list,
.page-id-141 .l-header .l-header__list,
.page-id-144 .l-header .l-header__list,
.error404 .l-header .l-header__list {
  color: #063852;
}
.page-id-125 .l-header .l-header__item--contact a,
.page-id-135 .l-header .l-header__item--contact a,
.page-id-129 .l-header .l-header__item--contact a,
.page-id-141 .l-header .l-header__item--contact a,
.page-id-144 .l-header .l-header__item--contact a,
.error404 .l-header .l-header__item--contact a {
  color: #fff;
}
.page-id-125 .l-header .l-header__item--contact a:hover,
.page-id-135 .l-header .l-header__item--contact a:hover,
.page-id-129 .l-header .l-header__item--contact a:hover,
.page-id-141 .l-header .l-header__item--contact a:hover,
.page-id-144 .l-header .l-header__item--contact a:hover,
.error404 .l-header .l-header__item--contact a:hover {
  color: #1988c2;
}
.page-id-125 .l-header .l-header__item--x--blue,
.page-id-135 .l-header .l-header__item--x--blue,
.page-id-129 .l-header .l-header__item--x--blue,
.page-id-141 .l-header .l-header__item--x--blue,
.page-id-144 .l-header .l-header__item--x--blue,
.error404 .l-header .l-header__item--x--blue {
  display: inline-block;
}
.page-id-125 .l-header .l-header__item--x--white,
.page-id-135 .l-header .l-header__item--x--white,
.page-id-129 .l-header .l-header__item--x--white,
.page-id-141 .l-header .l-header__item--x--white,
.page-id-144 .l-header .l-header__item--x--white,
.error404 .l-header .l-header__item--x--white {
  display: none;
}
.page-id-125 .l-header .hamburger span,
.page-id-135 .l-header .hamburger span,
.page-id-129 .l-header .hamburger span,
.page-id-141 .l-header .hamburger span,
.page-id-144 .l-header .hamburger span,
.error404 .l-header .hamburger span {
  background: #063852;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.l-header__logo h1,
.l-header__logo p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.l-header__logo a img {
  height: auto;
  max-width: 9.6875rem;
}

.logo-white {
  display: block;
}

.logo-blue {
  display: none;
}

.l-header__list {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  gap: 1.75rem;
}

.l-header__item--contact a {
  background-color: #3d9bcb;
  border: 1px solid transparent;
  padding: 0.625rem 1.875rem;
  transition: all 0.3s ease !important;
}
.l-header__item--contact a:hover {
  background-color: #fff;
  border-color: #3d9bcb;
  color: #3d9bcb;
  opacity: 1;
}

.l-header__item--x {
  height: auto;
  width: 1.0625rem;
}

.l-header__item--knowhow {
  cursor: pointer;
  position: relative;
}

.l-header__m-menu {
  background-color: rgba(255, 255, 255, 0.8);
  color: #063852;
  display: none;
  font-weight: 700;
  left: 0;
  max-width: 90vw;
  min-width: 12.5rem;
  padding: 0.75rem 1.25rem;
  position: absolute;
  top: 2.5rem;
  white-space: nowrap;
  width: auto;
}

.l-header__item--knowhow:hover .l-header__m-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.l-header__m-menu a {
  font-size: 0.9375rem;
  padding-left: 1rem;
  position: relative;
}
.l-header__m-menu a::before {
  -webkit-transform: translateY(-50%);
  background-color: #063852;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
}

.l-inner {
  margin-inline: auto;
  max-width: 1340px;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-under-page-inner {
  margin-inline: auto;
  max-width: 1240px;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.l-under-head1 {
  height: 36.25rem;
  position: relative;
  width: 100%;
}
.l-under-head1:before {
  background-image: url("../img/fv_left_bg.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.l-under-head1::after {
  background-image: url("../img/under-head_concept.webp");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 47.6875rem;
}

.l-under-head1.p-concept::after {
  background-image: url("../img/under-head_concept.webp");
}

.l-under-head1.p-single-column::after {
  background-image: url("../img/under-head_column.webp");
}

.l-under-head1.p-archive-column::after {
  background-image: url("../img/under-head_column.webp");
}

.l-under-head1.p-know-how1::after {
  background-image: url("../img/under-head_know-how1.webp");
}

.l-under-head1.p-know-how2::after {
  background-image: url("../img/under-head_know-how2.webp");
}

.l-under-head1__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}

.l-under-head1__ttl-box {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.l-under-head1__ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.l-under-head1__en {
  color: rgba(0, 51, 78, 0.8);
  font-size: 7.5rem;
  font-weight: 700;
  mix-blend-mode: overlay;
  white-space: nowrap;
}

.l-under-head1__ja {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.75rem;
}

.l-under-head2 {
  height: 29.625rem;
  position: relative;
  width: 100%;
}

.l-under-head2__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}

.l-under-head2__ttl-box {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.l-under-head2__ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.l-under-head2__en {
  color: #1988c2;
  font-size: 7.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.l-under-head2__ja {
  color: #063852;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.75rem;
}

.c-breadcrumb {
  color: #fff;
  font-size: clamp(0.813rem, 0.678rem + 0.67vw, 1rem);
  margin-top: auto;
  padding: 1.25rem 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

.breadcrumbs {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-breadcrumb a {
  color: #fff;
}

.c-breadcrumb span {
  padding: 0 0.3125rem 0 0.4375rem;
}
.c-breadcrumb span:first-of-type {
  padding: 0 0.3125rem 0 0;
}

.c-breadcrumb--head2 {
  color: #063852;
}

.c-breadcrumb--head2 a {
  color: #063852;
}

.c-btn-box {
  margin-top: 2.5rem;
  text-align: center;
}

.c-btn-box a {
  background-color: #1988c2;
  background-image: none;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 1rem 2.5rem;
}

.c-btn-price {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 2rem;
}

.c-btn-price__link {
  align-items: center;
  background-color: #3d9bcb;
  border: 1px solid transparent;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 4rem;
  justify-content: center;
  max-width: 20.9375rem;
  transition: all 0.3s ease;
  width: 100%;
}
.c-btn-price__link:hover {
  background-color: #fff;
  border-color: #3d9bcb;
  color: #3d9bcb;
}

.c-btn-price__link--green {
  background-color: #3db6cb;
  border: 1px solid transparent;
}
.c-btn-price__link--green:hover {
  background-color: #fff;
  border-color: #3db6cb;
  color: #3db6cb;
}

.c-btn__link {
  align-items: center;
  border-bottom: 1px solid #063852;
  color: #063852;
  display: flex;
  font-weight: 700;
  height: 3.75rem;
  justify-content: center;
  opacity: 1 !important;
  overflow: hidden;
  padding: 1.25rem 5.375rem 1.25rem 3.125rem;
  position: relative;
  text-align: center;
  width: 14.6875rem;
}
.c-btn__link::before {
  background: linear-gradient(90deg, transparent, rgba(6, 56, 82, 0.4), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: -100%;
  position: absolute;
  transition: left 0.6s ease !important;
  width: 100%;
}
.c-btn__link::after {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  content: "";
  height: 0.8125rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
  width: 0.4375rem;
}
.c-btn__link:hover {
  opacity: 1 !important;
}
.c-btn__link:hover::before {
  left: 100%;
}
.c-btn__link:hover::after {
  -webkit-transform: translateY(-50%) translateX(0.3125rem) !important;
  transform: translateY(-50%) translateX(0.3125rem) !important;
}

.c-btn__link--small {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  height: 2.5rem;
  padding: 0.625rem 3.625rem 0.625rem 1.25rem;
  white-space: nowrap;
  width: 9.875rem;
}
.c-btn__link--small::after {
  height: 0.625rem;
  width: 0.3125rem;
}

.c-btn--single-column {
  margin-top: 2rem;
}

.c-cat {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: max(0.75rem, 10px);
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column__flex {
  display: flex;
  gap: 0.875rem;
}

.c-column__date {
  color: #939393;
  margin-top: unset !important;
}

.c-column__cat {
  align-items: center;
  border: 1px solid #1988c2;
  color: #1988c2;
  display: flex;
  font-size: 0.9375rem;
  justify-content: center;
  margin-top: unset !important;
  padding: 0 0.625rem;
}

.c-column__cat--side {
  display: inline-block;
  margin-right: 0.625rem;
}

.c-column__list {
  width: 67.9104477612%;
}

.c-column__list--archive {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
}

.c-column__item {
  margin-top: 2.5rem;
}
.c-column__item:first-child {
  margin-top: 0;
}

.c-column__item--archive {
  margin-top: unset;
  width: 46.511627907%;
}

.c-column__item a {
  align-items: center;
  display: flex;
  gap: 2.125rem;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
}
.c-column__item a:hover {
  opacity: 1 !important;
}

.c-column__item--archive a {
  flex-direction: column;
}

.c-column__img {
  overflow: hidden;
  width: 27.4725274725%;
}

.c-column__img--archive {
  width: 100%;
}

.c-column__img img {
  -o-object-fit: cover;
  aspect-ratio: 250/140;
  height: auto;
  object-fit: cover;
  transition: -webkit-transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease !important;
  width: 100%;
}

.c-column__item a:hover .c-column__img img {
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.c-column__txt {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-column__txt .c-btn {
  margin-left: auto;
}

.c-column__ttl {
  color: #063852;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.375rem;
}

.c-column__list--w-100 {
  margin-top: 1.875rem;
  width: 100%;
}

.c-headline {
  text-align: center;
}

.c-headline__en {
  color: #1988c2;
  font-size: 1.375rem;
  font-weight: 700;
}

.c-headline__ja {
  color: #063852;
  font-size: 2.375rem;
  font-weight: 700;
}

.c-headline__big {
  color: #063852;
  font-size: 2.875rem;
  line-height: 0.6;
}

.c-headline__big--lightblue {
  color: #1988c2;
  font-size: 2.875rem;
}

.c-headline__en--service {
  color: #a4b8d2;
}

.c-headline__ja--service {
  color: #fff;
}

.c-headline--left {
  text-align: left;
}

.c-headline--vertical {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.c-headline__en--vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-headline__ja--vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: -0.3em;
  margin-top: -0.625rem;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
@-moz-document url-prefix() {
  .c-headline__ja--vertical {
    letter-spacing: 0.1em !important;
  }
}
@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) and (not (-ms-ime-align: auto)) {
  .c-headline__ja--vertical {
    letter-spacing: -0.3em;
  }
}
.c-headline__ja--vertical .chouon {
  display: inline-block;
  font-family: "Yu Gothic", "Hiragino Sans", sans-serif;
  letter-spacing: 0.15em;
  margin-top: 0.8125rem;
}
@-moz-document url-prefix() {
  .c-headline__ja--vertical .chouon {
    margin-top: 0;
  }
}
@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) and (not (-ms-ime-align: auto)) {
  .c-headline__ja--vertical .chouon {
    margin-top: 0.8125rem !important;
  }
}

.c-headline__en--contact {
  color: #fff;
}

.c-headline__ja--contact {
  color: #fff;
}

.c-headline__ja--column {
  margin-top: 0.875rem;
}

.c-headline__ja--download span {
  display: inline-block;
}

.c-page-pagination {
  margin-top: 5rem;
  text-align: center;
}
.c-page-pagination .wp-pagenavi {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.c-page-pagination .wp-pagenavi a,
.c-page-pagination .wp-pagenavi span {
  align-items: center;
  background-color: #c3cdda;
  border: 1px solid #c3cdda;
  border-radius: 2px;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  width: 3.125rem;
}
.c-page-pagination .wp-pagenavi .current {
  background-color: #063852;
  border: 1px solid #063852;
  color: #fff;
}

.p-archive-column__sec {
  padding-top: 6.25rem;
}

.p-common-contact {
  padding-top: 8.75rem;
}

.p-common-contact__box {
  background: linear-gradient(90deg, #3e9ccd 0%, #1e7aaa 100%);
  margin-inline: auto;
  max-width: 77.5rem;
  padding: 3.75rem 1.25rem;
  position: relative;
  width: 100%;
}
.p-common-contact__box::before {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/p_common_contact_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 13.75rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46.75rem;
  z-index: 0;
}

.p-common-contact__txt {
  color: #fff;
  margin-top: 1.75rem;
  text-align: center;
}

.p-common-contact__txt .fw-bold {
  font-weight: 700;
}

.p-common-contact__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
  position: relative;
  z-index: 1;
}

.p-common-contact__link {
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  color: #2480b2;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 5.625rem;
  justify-content: center;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  width: 30.25rem;
}
.p-common-contact__link:hover {
  background-color: #2480b2;
  border-color: #fff;
  color: #fff;
  opacity: 1 !important;
}
.p-common-contact__link:hover::before {
  background-image: url(../img/icon_mail_white.svg);
}
.p-common-contact__link::before {
  background-image: url(../img/icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.0625rem;
  margin-right: 0.625rem;
  transition: all 0.3s ease !important;
  width: 1.3125rem;
}

.p-concept-company {
  padding-top: 6.25rem;
}

.p-concept-company__list {
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  max-width: 68.75rem;
}

.p-concept-company__term {
  border-bottom: 2px solid #1988c2;
  font-weight: 700;
  padding: 1.75rem 0;
  width: 17.8181818182%;
}

.p-concept-company__desc {
  border-bottom: 2px solid #ddd;
  padding: 1.75rem 0;
  width: 82.1818181818%;
}

.p-concept-company__desc a {
  text-decoration: underline;
}

.p-concept-company__map {
  height: 31.25rem;
  margin-inline: auto;
  margin-top: 5rem;
  max-width: 52rem;
  width: 100%;
}
.p-concept-company__map iframe {
  height: 100%;
  width: 100%;
}

.p-concept-faq {
  padding-top: 6.25rem;
}

.p-concept-faq__list {
  margin-inline: auto;
  margin-top: 2.625rem;
  max-width: 68.75rem;
}

.p-concept-faq__item {
  background-color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  margin-top: 1.375rem;
  padding: 1.875rem 1.5625rem;
}

.p-concept-faq__ttl {
  display: flex;
  padding-right: 2.25rem;
  position: relative;
}
.p-concept-faq__ttl::before, .p-concept-faq__ttl::after {
  -webkit-transform: translateY(-50%);
  background-color: #1988c2;
  content: "";
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 1.125rem;
}
.p-concept-faq__ttl::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.p-concept-faq__dtl {
  display: none;
  margin-top: 0.625rem;
}

.p-concept-faq__item.is-open .p-concept-faq__ttl::after {
  display: none;
}
.p-concept-faq__item.is-open .p-concept-faq__dtl {
  display: flex;
}

.p-concept-faq__icon {
  font-family: "Jost", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin-right: 0.75rem;
}

.p-concept-faq__icon--q {
  color: #1988c2;
}

.p-concept-faq__icon--a {
  color: #ff3d3d;
}

.p-concept-message {
  padding: 6.25rem 0;
  position: relative;
}
.p-concept-message::before {
  background-image: url("../img/sec_bg.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: clamp(365px, 56.95vw, 729px) clamp(332px, 51.95vw, 665px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-concept-message__flex {
  display: flex;
  gap: 6.4516129032%;
  margin-top: 1.75rem;
}

.p-concept-message__left {
  width: 52.7419354839%;
}

.p-concept-message__right {
  width: 40.8064516129%;
}

.p-concept-three {
  overflow: hidden;
  padding-top: 6.25rem;
}

.p-concept-three__list {
  margin-top: 2.375rem;
}

.p-concept-three__item {
  align-items: flex-end;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
  padding: 4.375rem 3.75rem;
}
.p-concept-three__item:first-child {
  margin-top: 0;
}
.p-concept-three__item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-concept-three__txt {
  width: 63.0136986301%;
}

.p-concept-three__ttl {
  align-items: center;
  color: #1988c2;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
}

.p-concept-three__num {
  font-family: "Jost", sans-serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 0.8;
  margin-right: 1rem;
}

.p-concept-three__dtl {
  margin-top: 1.875rem;
}

.p-concept-three__img {
  width: 32.8767123288%;
}

.p-concept-three__bg {
  color: #1a1a1a;
  font-size: 11.375rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -1.5rem;
  mix-blend-mode: overlay;
  opacity: 0.8;
  white-space: nowrap;
}

.p-contact-form {
  margin-inline: auto;
  max-width: 52.5rem;
  padding: 6.25rem 0 0 0;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #063852;
  color: #fff;
}

.smf-progress-tracker__item__number {
  height: 6.25rem;
  width: 6.25rem;
}

.smf-progress-tracker__item:after {
  top: 40%;
}

.smf-progress-tracker__item:before {
  top: 40%;
}

.smf-form.smf-form--letter {
  margin-top: 5rem;
}

.req-asterisk {
  color: #ce0000;
}

.smf-item__label__text {
  font-size: 1.125rem;
  font-weight: 700;
}

.wp-block-snow-monkey-forms-item.smf-item {
  border-bottom: 1px solid #d5dbe4;
  border-top: 1px solid #d5dbe4;
}

.smf-form--letter .smf-item {
  padding: 1.875rem 0 2.25rem 0;
}

.smf-form .smf-textarea-control__control {
  border: unset;
}

.smf-form .smf-text-control__control {
  border: unset;
}

.smf-form .smf-checkbox-control__control {
  margin-top: 0.4375rem;
}

.smf-form .smf-item__description a {
  text-decoration: underline;
}

.smf-action .smf-button-control .smf-button-control__control {
  background-color: #1988c2;
  background-image: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 2.5rem;
}

.p-download {
  padding: 6.25rem 0;
  position: relative;
}
.p-download::before {
  background-image: url("../img/sec_bg.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: clamp(365px, 56.95vw, 729px) clamp(332px, 51.95vw, 665px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-download__txt {
  margin-top: 1.625rem;
  text-align: center;
}

.p-download__txt p {
  margin-top: 1rem;
}

.p-download__txt p span {
  display: inline-block;
}

.p-download__txt .font-small {
  font-size: clamp(0.875rem, 0.653rem + 1.11vw, 1rem);
}

.p-download__flex {
  align-items: center;
  display: flex;
  gap: 3.125rem;
  justify-content: center;
  margin-top: 1rem;
}

.p-download__flex__img {
  max-width: 16.4375rem;
}

.p-download__flex__right {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 29.375rem;
}

.p-download__flex__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 25rem;
  width: 100%;
}

.p-download__flex__item {
  padding-left: 1.5rem;
  position: relative;
  white-space: nowrap;
}
.p-download__flex__item:before {
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.375rem;
  width: 1rem;
}

.p-download__manual {
  margin-inline: auto;
  margin-top: 1.25rem;
  max-width: 37.5rem;
}

.p-download__manual__list {
  display: inline-block;
  margin-top: 1rem;
  text-align: left;
}

.p-download__manual__item {
  padding-left: 1.5rem;
  position: relative;
}
.p-download__manual__item::before {
  background-color: #1988c2;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: clamp(0.438rem, 0.215rem + 1.11vw, 0.563rem);
  width: 0.625rem;
}

.p-download__txt p .red-bold {
  color: #ce0000;
  font-weight: 700;
}

.p-download__manual__box {
  border: 2px solid #d22626;
  margin-inline: auto;
  margin-top: 1rem;
  max-width: 43.75rem;
  padding: 0 1rem 1rem 1rem;
}

.p-download__manual__box span {
  white-space: nowrap;
}

.p-fv {
  overflow: hidden;
  position: relative;
}
.p-fv:before {
  background-image: url("../img/fv_left_bg.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.p-fv__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-fv__left {
  color: #fff;
  max-width: 41.7910447761%;
  z-index: 1;
}

.p-fv__catch1 {
  border-bottom: 0.125rem solid #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  padding: 0.625rem 0.375rem;
  text-align: center;
}

.p-fv__main-catch {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.p-fv__catch2 {
  align-items: center;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
}

.p-fv__box {
  border: 1px solid #bbdaea;
  padding: 0.3125rem 0.5rem 0.5rem 0.5rem;
  white-space: nowrap;
}

.p-fv__catch3 {
  -webkit-transform: rotate(90deg);
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0.375rem;
  transform: rotate(90deg);
}

.p-fv__catch4 {
  font-size: 3.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-fv__lightblue {
  color: #42f2ff;
}

.p-fv__icon {
  margin-top: 2.5rem;
}

.p-fv__txt {
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
}

.p-fv__icon-box {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.875rem;
}

.p-fv__icon-img img {
  height: auto;
  max-width: 3.625rem;
}

.p-fv__right {
  max-width: 57.8358208955%;
  position: relative;
  z-index: 0;
}

.p-fv__bg {
  -webkit-animation: slideLeftToRight 10s linear infinite !important;
  animation: slideLeftToRight 10s linear infinite !important;
  bottom: -8px;
  color: #1a1a1a;
  font-size: 11.375rem;
  font-weight: 700;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0.8;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}

@-webkit-keyframes slideLeftToRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes slideLeftToRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-fv__dec {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-fv__dec::before {
  background-color: rgba(0, 103, 157, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-fv__dec::after {
  background: linear-gradient(to right, #1c709c 30%, rgba(0, 35, 53, 0) 70%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.p-fv__sp-bottom-btn {
  display: none;
}

.p-fv__sp-bottom-btn__link {
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-fv__sp-bottom-btn__link::before {
  background-image: url("../img/icon_mail_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.1875rem;
  width: 1.75rem;
}

.p-fv:before {
  -webkit-transform: scale(1.1) !important;
  opacity: 0 !important;
  transform: scale(1.1) !important;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out !important;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out !important;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out !important;
}

.p-fv.animate-in:before {
  -webkit-transform: scale(1) !important;
  opacity: 0.7 !important;
  transform: scale(1) !important;
}

.p-fv__right {
  -webkit-transform: translateX(-50px) !important;
  opacity: 0 !important;
  transform: translateX(-50px) !important;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out !important;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out !important;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out !important;
}

.p-fv__right.animate-in {
  -webkit-transform: translateX(0) !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.p-fv__left {
  -webkit-transform: translateY(50px) !important;
  opacity: 0 !important;
  transform: translateY(50px) !important;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out !important;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out !important;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out !important;
}

.p-fv__left.animate-in {
  -webkit-transform: translateY(0) !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.p-page {
  padding-top: 6.25rem;
}

.page-id-65 .p-page__contents p,
.page-id-67 .p-page__contents p,
.page-id-129 .p-page__contents p {
  margin-top: 1rem;
}
.page-id-65 .p-page__contents h2,
.page-id-67 .p-page__contents h2,
.page-id-129 .p-page__contents h2 {
  border-bottom: 0.125rem solid #c3cdda;
  color: #063852;
  display: inline-block;
  font-size: clamp(1.25rem, 0.144rem + 5.53vw, 2.125rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 3.75rem;
  padding: 0.625rem 0;
}
.page-id-65 .p-page__contents h3,
.page-id-67 .p-page__contents h3,
.page-id-129 .p-page__contents h3 {
  color: #063852;
  font-size: clamp(1.125rem, 0.144rem + 4.91vw, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.875rem;
  padding-left: 1rem;
  position: relative;
}
.page-id-65 .p-page__contents h3:before,
.page-id-67 .p-page__contents h3:before,
.page-id-129 .p-page__contents h3:before {
  background-color: #1988c2;
  content: "";
  display: inline-block;
  height: clamp(1.375rem, 0.928rem + 2.24vw, 2rem);
  left: 0;
  position: absolute;
  top: clamp(0.188rem, -0.043rem + 1.15vw, 0.375rem);
  width: 0.25rem;
}
.page-id-65 .p-page__contents h4,
.page-id-67 .p-page__contents h4,
.page-id-129 .p-page__contents h4 {
  color: #063852;
  font-size: clamp(1.25rem, 0.144rem + 4.29vw, 1.625rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.25rem;
}
.page-id-65 .p-page__contents ul.wp-block-list,
.page-id-67 .p-page__contents ul.wp-block-list,
.page-id-129 .p-page__contents ul.wp-block-list {
  margin-top: 1rem;
}
.page-id-65 .p-page__contents ul.wp-block-list li,
.page-id-67 .p-page__contents ul.wp-block-list li,
.page-id-129 .p-page__contents ul.wp-block-list li {
  padding-left: 1.5rem;
  position: relative;
}
.page-id-65 .p-page__contents ul.wp-block-list li::before,
.page-id-67 .p-page__contents ul.wp-block-list li::before,
.page-id-129 .p-page__contents ul.wp-block-list li::before {
  background-color: #1988c2;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.625rem;
}
.page-id-65 .p-page__contents ol.wp-block-list,
.page-id-67 .p-page__contents ol.wp-block-list,
.page-id-129 .p-page__contents ol.wp-block-list {
  counter-reset: number;
  margin-top: 1rem;
}
.page-id-65 .p-page__contents ol.wp-block-list li,
.page-id-67 .p-page__contents ol.wp-block-list li,
.page-id-129 .p-page__contents ol.wp-block-list li {
  counter-increment: number;
  padding-left: 1.625rem;
  position: relative;
}
.page-id-65 .p-page__contents ol.wp-block-list li::before,
.page-id-67 .p-page__contents ol.wp-block-list li::before,
.page-id-129 .p-page__contents ol.wp-block-list li::before {
  color: #1988c2;
  content: counter(number) ".";
  font-size: 1.125rem;
  font-weight: bold;
  left: 0;
  line-height: 1.6;
  position: absolute;
  top: -0.0625rem;
}
.page-id-65 .p-page__contents .wp-block-separator,
.page-id-67 .p-page__contents .wp-block-separator,
.page-id-129 .p-page__contents .wp-block-separator {
  color: #c3cdda;
  margin: 2.5rem 0 1.875rem 0;
}
.page-id-65 .p-page__contents #toc_container,
.page-id-67 .p-page__contents #toc_container,
.page-id-129 .p-page__contents #toc_container {
  border: unset;
  margin-bottom: 0;
  margin-top: 1.875rem;
  max-width: 860px;
  padding: 1.875rem;
}
.page-id-65 .p-page__contents #toc_container .toc_title,
.page-id-67 .p-page__contents #toc_container .toc_title,
.page-id-129 .p-page__contents #toc_container .toc_title {
  color: #063852;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.page-id-65 .p-page__contents #toc_container .toc_list li,
.page-id-67 .p-page__contents #toc_container .toc_list li,
.page-id-129 .p-page__contents #toc_container .toc_list li {
  padding: 0.125rem 0;
}
.page-id-65 .p-page__contents #toc_container .toc_list > li,
.page-id-67 .p-page__contents #toc_container .toc_list > li,
.page-id-129 .p-page__contents #toc_container .toc_list > li {
  border-top: 1px solid #063852;
  padding: 0.625rem 0;
}
.page-id-65 .p-page__contents #toc_container .toc_list > li:last-child,
.page-id-67 .p-page__contents #toc_container .toc_list > li:last-child,
.page-id-129 .p-page__contents #toc_container .toc_list > li:last-child {
  border-bottom: 1px solid #063852;
}
.page-id-65 .p-page__contents .p-single-column__article-btn,
.page-id-67 .p-page__contents .p-single-column__article-btn,
.page-id-129 .p-page__contents .p-single-column__article-btn {
  margin-top: 1rem;
}
.page-id-65 .p-page__contents .p-single-column__article-btn a,
.page-id-67 .p-page__contents .p-single-column__article-btn a,
.page-id-129 .p-page__contents .p-single-column__article-btn a {
  align-items: center;
  background-color: #1988c2;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 3.75rem;
  justify-content: center;
  width: 15.5rem;
}
.page-id-65 .p-page__contents .p-single-column__article-btn a::before,
.page-id-67 .p-page__contents .p-single-column__article-btn a::before,
.page-id-129 .p-page__contents .p-single-column__article-btn a::before {
  background-image: url(../img/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.801875rem;
  margin-right: 0.625rem;
  width: 1.03125rem;
}
.page-id-65 .p-page__contents .wp-block-image,
.page-id-67 .p-page__contents .wp-block-image,
.page-id-129 .p-page__contents .wp-block-image {
  margin-top: 1.875rem;
}
.page-id-65 .p-page__contents .sns-box,
.page-id-67 .p-page__contents .sns-box,
.page-id-129 .p-page__contents .sns-box {
  align-items: center;
  gap: 1.875rem;
}
.page-id-65 .p-page__contents .sns-box .wp-block-image img,
.page-id-67 .p-page__contents .sns-box .wp-block-image img,
.page-id-129 .p-page__contents .sns-box .wp-block-image img {
  height: auto;
  max-width: 150px;
}
.page-id-65 .p-page__contents .step-box,
.page-id-67 .p-page__contents .step-box,
.page-id-129 .p-page__contents .step-box {
  align-items: center;
  border: 0.0625rem solid #1988c2;
  border-radius: 0.375rem;
  display: flex;
  margin-top: 1.875rem;
  padding: 1.75rem;
}
.page-id-65 .p-page__contents .step-box h3,
.page-id-67 .p-page__contents .step-box h3,
.page-id-129 .p-page__contents .step-box h3 {
  margin-top: unset;
  padding-left: unset;
}
.page-id-65 .p-page__contents .step-box h3::before,
.page-id-67 .p-page__contents .step-box h3::before,
.page-id-129 .p-page__contents .step-box h3::before {
  content: none;
}
.page-id-65 .p-page__contents .step-box figure,
.page-id-67 .p-page__contents .step-box figure,
.page-id-129 .p-page__contents .step-box figure {
  margin-right: 1.5rem;
  max-width: 5rem;
}
.page-id-65 .p-page__contents .step-box figure img,
.page-id-67 .p-page__contents .step-box figure img,
.page-id-129 .p-page__contents .step-box figure img {
  height: auto;
  width: 100%;
}
.page-id-65 .p-page__contents .step-box .wp-block-image,
.page-id-67 .p-page__contents .step-box .wp-block-image,
.page-id-129 .p-page__contents .step-box .wp-block-image {
  margin-top: unset;
}
.page-id-65 .p-page__contents .step-box p,
.page-id-67 .p-page__contents .step-box p,
.page-id-129 .p-page__contents .step-box p {
  margin-top: unset;
}
.page-id-65 .p-page__contents > ol.wp-block-list > li:nth-child(2):has(ol.wp-block-list),
.page-id-67 .p-page__contents > ol.wp-block-list > li:nth-child(2):has(ol.wp-block-list),
.page-id-129 .p-page__contents > ol.wp-block-list > li:nth-child(2):has(ol.wp-block-list) {
  margin-top: 1rem;
}

.page-id-129 #toc_container {
  display: none;
}

.page-id-65 .p-page__contents .p-single-column__share {
  background-color: #fff;
  margin-top: 2rem;
  max-width: 860px;
  padding: 2rem 0;
}
.page-id-65 .p-page__contents .p-single-column__share-ttl {
  align-items: center;
  color: #063852;
  display: flex;
  font-weight: 700;
  justify-content: center;
}
.page-id-65 .p-page__contents .p-single-column__share-ttl::before {
  background-color: #063852;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  margin-right: 0.375rem;
  width: 1.25rem;
}
.page-id-65 .p-page__contents .p-single-column__share-list {
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
}
.page-id-65 .p-page__contents .p-single-column__share-item {
  margin: 0 0.1875rem;
}
.page-id-65 .p-page__contents .p-single-column__share-item a img {
  height: 2rem;
  width: 2rem;
}

.p-side-bar {
  width: 22.5806451613%;
}

.p-side-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.125rem;
}
.p-side-bar__list .c-column__cat--side {
  margin-right: unset;
}

.p-side-bar__item:nth-of-type(2) {
  margin-top: 3.75rem;
}

.p-side-bar__ttl {
  color: #063852;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-side-bar__item-archive {
  border-bottom: 1px solid #c3cdda;
  padding: 0.75rem 0.625rem;
  width: 100%;
}

.p-side-bar__item-archive a {
  width: 100%;
}

.p-single-column__sec {
  padding-top: 6.25rem;
}

.p-column__inner {
  display: flex;
  justify-content: space-between;
}

.p-column__left {
  width: 72.5806451613%;
}

.single-column .p-column__left .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
  margin: 1.5rem 0;
  width: 100%;
}
.single-column .p-column__left p {
  margin-top: 1rem;
}
.single-column .p-column__left h2 {
  border-bottom: 0.125rem solid #c3cdda;
  color: #063852;
  display: inline-block;
  font-size: clamp(1.25rem, 0.144rem + 5.53vw, 2.125rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 3.75rem;
  padding: 0.625rem 0;
}
.single-column .p-column__left h3 {
  color: #063852;
  font-size: clamp(1.125rem, 0.144rem + 4.91vw, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.875rem;
  padding-left: 1rem;
  position: relative;
}
.single-column .p-column__left h3:before {
  background-color: #1988c2;
  content: "";
  display: inline-block;
  height: clamp(1.375rem, 0.928rem + 2.24vw, 2rem);
  left: 0;
  position: absolute;
  top: clamp(0.188rem, -0.043rem + 1.15vw, 0.375rem);
  width: 0.25rem;
}
.single-column .p-column__left h4 {
  color: #063852;
  font-size: clamp(1.25rem, 0.144rem + 4.29vw, 1.625rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.25rem;
}
.single-column .p-column__left ul.wp-block-list {
  margin-top: 1rem;
}
.single-column .p-column__left ul.wp-block-list li {
  padding-left: 1.5rem;
  position: relative;
}
.single-column .p-column__left ul.wp-block-list li::before {
  background-color: #1988c2;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.625rem;
}
.single-column .p-column__left ol.wp-block-list {
  counter-reset: number;
  margin-top: 1rem;
}
.single-column .p-column__left ol.wp-block-list li {
  counter-increment: number;
  padding-left: 1.625rem;
  position: relative;
}
.single-column .p-column__left ol.wp-block-list li::before {
  color: #1988c2;
  content: counter(number) ".";
  font-size: 1.125rem;
  font-weight: bold;
  left: 0;
  line-height: 1.6;
  position: absolute;
  top: -0.0625rem;
}
.single-column .p-column__left .wp-block-separator {
  color: #c3cdda;
  margin: 2.5rem 0 1.875rem 0;
}
.single-column .p-column__left #toc_container {
  border: unset;
  margin-bottom: 0;
  margin-top: 1.875rem;
  max-width: 100%;
  padding: 1.875rem;
}
.single-column .p-column__left #toc_container .toc_title {
  color: #063852;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.single-column .p-column__left #toc_container .toc_list li {
  padding: 0.125rem 0;
}
.single-column .p-column__left #toc_container .toc_list > li {
  border-top: 1px solid #063852;
  padding: 0.625rem 0;
}
.single-column .p-column__left #toc_container .toc_list > li:last-child {
  border-bottom: 1px solid #063852;
}
.single-column .p-column__left .p-single-column__article-btn {
  margin-top: 1rem;
}
.single-column .p-column__left .p-single-column__article-btn a {
  align-items: center;
  background-color: #1988c2;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 3.75rem;
  justify-content: center;
  width: 15.5rem;
}
.single-column .p-column__left .p-single-column__article-btn a::before {
  background-image: url(../img/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.801875rem;
  margin-right: 0.625rem;
  width: 1.03125rem;
}

.p-single-column__share {
  background-color: #fff;
  margin-top: 2rem;
  padding: 2rem 0;
}

.p-single-column__share-ttl {
  align-items: center;
  color: #063852;
  display: flex;
  font-weight: 700;
  justify-content: center;
}
.p-single-column__share-ttl::before {
  background-color: #063852;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  margin-right: 0.375rem;
  width: 1.25rem;
}

.p-single-column__share-list {
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
}

.p-single-column__share-item {
  margin: 0 0.1875rem;
}

.p-single-column__share-item a img {
  height: 2rem;
  width: 2rem;
}

.p-single-column__related {
  margin-top: 5.625rem;
}

.p-slider__img {
  height: 100%;
}
.p-slider__img img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-slider__slide {
  overflow: hidden;
}

.p-slider__btn {
  height: 60px;
  width: 60px;
}

.p-slider__pagination {
  bottom: 30px !important;
  left: auto;
  position: absolute;
  right: auto;
  width: auto;
}

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

.p-thanks__txt {
  margin-top: 1.25rem;
  text-align: center;
}

.p-thanks__txt span {
  display: inline-block;
}

.p-thanks__dtl {
  margin-top: 1rem;
}

.p-thanks__img {
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 22.5rem;
}

.p-top-column {
  background-color: #fff;
  padding: 7.5rem 0;
}

.p-top-column__inner {
  display: flex;
  justify-content: space-between;
}

.p-top-column__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.p-top-column__left .c-btn {
  margin-top: 5.375rem;
}

.p-top-concept {
  padding: 5.625rem 0;
  position: relative;
  text-align: center;
}
.p-top-concept::before {
  background-image: url("../img/sec_bg.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: clamp(365px, 56.95vw, 729px) clamp(332px, 51.95vw, 665px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-top-concept__txt {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-top: 1.625rem;
  text-align: center;
}
.p-top-concept__txt .br {
  display: inline-block;
}

.c-btn--concept {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
}

.p-top-know-how {
  padding-top: 6.25rem;
}

.p-top-know-how__list {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.75rem;
}

.p-top-know-how__txt {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2.25rem 3rem 3.25rem 3rem;
}

.p-top-know-how__ttl-en {
  color: #1988c2;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-top-know-how__ttl-ja {
  color: #063852;
  font-size: 1.875rem;
  font-weight: 700;
}

.p-top-know-how__dtl {
  margin-top: 1.125rem;
}

.c-btn--know-how {
  margin-left: auto;
  margin-top: 2.5rem;
}

.p-top-price {
  padding-top: 6.25rem;
}

.p-top-price__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.40625rem;
  justify-content: center;
  margin-top: 4.625rem;
}

.p-top-price__item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2rem 2.125rem 3.125rem 2.125rem;
  width: 30.447761194%;
}

.p-top-price__item--standard {
  border: 1px solid #1988c2;
  position: relative;
  top: -1.5rem;
}
.p-top-price__item--standard::before {
  background-image: url(../img/osusume.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 5.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 6.8125rem;
}

.p-top-price__ttl {
  border-bottom: 1px solid #1988c2;
  color: #063852;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 1.375rem;
  text-align: center;
}

.p-top-price__fee {
  color: #1988c2;
  font-size: 2.75rem;
  font-weight: 700;
  margin-top: 1.625rem;
  text-align: center;
}

.p-top-price__month {
  color: #063852;
  font-size: max(0.8125rem, 10px);
  margin-right: 0.125rem;
}

.p-top-price__kanma {
  font-size: 1.75rem;
}

.p-top-price__yen {
  color: #063852;
  font-size: 1.25rem;
  margin-left: 0.125rem;
}

.p-top-price__fee-caution {
  display: block;
  font-size: max(0.8125rem, 10px);
  margin-top: 0.5rem;
  text-align: center;
}

.p-top-price__box {
  border: 1px solid #0e6490;
  margin-top: 1.75rem;
  padding: 1.25rem 1.875rem;
  position: relative;
}
.p-top-price__box::before {
  background-image: url(../img/icon_light-bulb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.125rem;
  left: -1.125rem;
  position: absolute;
  top: -1rem;
  width: 3.125rem;
}

.p-top-price__txt {
  color: #0e6490;
  font-weight: bold;
}

.p-top-price__check-list {
  margin-top: 2rem;
}

.p-top-price__check-item {
  font-size: max(0.9375rem, 10px);
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  text-indent: -rem(24);
}
.p-top-price__check-item:before {
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1rem;
}

.p-top-price__item--last {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 3.5rem;
  justify-content: space-between;
  padding: 2rem 3.125rem 3.125rem 3.125rem;
  width: 65.671641791%;
}
.p-top-price__item--last .p-top-price__ttl {
  border-bottom: 1px solid #19c0c2;
  color: #0a464a;
}
.p-top-price__item--last .p-top-price__fee {
  color: #19c0c2;
}
.p-top-price__item--last .p-top-price__month {
  color: #063852;
}
.p-top-price__item--last .p-top-price__yen {
  color: #063852;
}
.p-top-price__item--last .p-top-price__fee-caution {
  color: #063852;
}
.p-top-price__item--last .p-top-price__box {
  border: 1px solid #0e8790;
}
.p-top-price__item--last .p-top-price__box::before {
  background-image: url(../img/icon_light-bulb_green.svg);
}
.p-top-price__item--last .p-top-price__txt {
  color: #0e8790;
}
.p-top-price__item--last .p-top-price__check-item::before {
  background-image: url(../img/icon_check_green.svg);
}

.p-top-price__item__right {
  width: 50.2272727273%;
}

.p-top-price__item__left {
  width: 42.0454545455%;
}

.p-top-price__check-item-caution {
  font-size: max(0.75rem, 10px);
  margin-top: 0.5rem;
}

.p-top-service {
  padding-top: 6.25rem;
  position: relative;
}
.p-top-service::before {
  background-image: url(../img/top_service_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 35.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-top-service__box {
  background-color: #fff;
  display: grid;
  gap: 2.25rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.875rem;
  padding: 3.125rem 3.125rem 3.125rem 3.625rem;
}

.p-top-service__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-service__txt {
  margin-top: 0.75rem;
}

.p-top-service__en {
  color: #1988c2;
  font-size: 0.9375rem;
  font-weight: 700;
}

.p-top-service__ja {
  color: #063852;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-top-service__dtl {
  font-size: max(0.8125rem, 10px);
  margin-top: 0.75rem;
}

.p-top-service__dtl span {
  display: inline-block;
}

.p-top-sns {
  overflow: hidden;
  padding: 6.25rem 0 10.625rem 0;
  position: relative;
}

.p-top-sns__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 6.25rem;
  justify-content: center;
}

.p-top-sns__right {
  margin-top: 0.875rem;
  width: 31.7910447761%;
}

.p-top-sns__txt {
  margin-top: 1.875rem;
}

.p-top-sns__dtl {
  margin-top: 1rem;
}

.p-top-sns__left {
  height: auto;
  max-height: 31.25rem;
  overflow-y: auto;
  width: 43.3502538071%;
}

.p-top-sns__bg {
  -webkit-animation: slideLeftToRight 10s linear infinite !important;
  animation: slideLeftToRight 10s linear infinite !important;
  bottom: -8px;
  color: #1a1a1a;
  font-size: 11.375rem;
  font-weight: 700;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0.8;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
}

/* 生成される iframe の幅を100%にする */
#twitter-container iframe {
  width: 100% !important;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.sr-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.u-font-box__txt {
  margin-top: 1rem;
}
.u-font-box__txt:first-of-type {
  margin-top: 0;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh11 {
  line-height: 1.1;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh14 {
  line-height: 1.4;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-lh21 {
  line-height: 2.1;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 1340px) {
  html {
    font-size: 1.1940298507vw;
  }
}

@media (max-width: 1000px) {
  .p-top-service__box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 782px) {
  body:has(#wpadminbar) .l-header {
    top: 46px;
  }
  body:has(#wpadminbar) .globalMenuSp.active {
    padding-top: 46px !important; /* 管理バーの分だけ下げる */
  }
  body:has(#wpadminbar) .hamburger.active {
    top: 66px !important; /* 10px + 46px */
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  body {
    line-height: 1.7;
  }
  .l-footer {
    padding-top: clamp(17.5rem, 13.026rem + 22.37vw, 23.75rem);
  }
  .l-footer__flex {
    flex-direction: column;
  }
  .l-footer__right {
    width: 100%;
  }
  .l-footer__x {
    margin-top: 1.75rem;
  }
  .hamburger {
    display: block;
  }
  .l-header__logo a img {
    max-width: clamp(7.5rem, 5.934rem + 7.83vw, 9.688rem);
  }
  .l-header__nav {
    display: none;
  }
  .l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-under-page-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .l-under-head1 {
    height: clamp(18.75rem, 6.222rem + 62.64vw, 36.25rem);
  }
  .l-under-head1::after {
    background-position: center top;
    width: 100%;
  }
  .l-under-head1__en {
    font-size: clamp(3rem, -0.221rem + 16.11vw, 7.5rem);
  }
  .l-under-head1__ja {
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
  }
  .l-under-head2 {
    height: clamp(17.5rem, 8.82rem + 43.4vw, 29.625rem);
  }
  .l-under-head2__en {
    font-size: clamp(3rem, -0.221rem + 16.11vw, 7.5rem);
  }
  .l-under-head2__en--privacy {
    font-size: clamp(1.875rem, -0.362rem + 11.19vw, 5rem);
  }
  .l-under-head2__en--404 {
    font-size: clamp(1.875rem, -0.362rem + 11.19vw, 5rem);
  }
  .l-under-head2__ja {
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
  }
  .c-btn__link--small {
    margin-top: 0.625rem;
  }
  .c-column__list {
    margin-inline: auto;
    margin-top: 3.125rem;
    width: 90%;
  }
  .c-column__item--archive {
    width: 100%;
  }
  .c-column__item a {
    flex-direction: column;
    gap: 1.25rem;
  }
  .c-column__img {
    width: 100%;
  }
  .c-btn.u-sp {
    display: flex;
    justify-content: center;
    margin-top: 3.125rem;
  }
  .c-headline__ja {
    font-size: clamp(1.3rem, 0.144rem + 5.8vw, 2.25rem);
  }
  .c-headline__big {
    font-size: clamp(1.875rem, 0.644rem + 6.15vw, 2.875rem);
  }
  .c-headline__big--lightblue {
    font-size: clamp(1.875rem, 0.644rem + 6.15vw, 2.875rem);
  }
  .c-headline--vertical {
    flex-direction: column;
  }
  .c-headline__en--vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .c-headline__ja--vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    letter-spacing: 0;
    margin-top: 0;
    writing-mode: horizontal-tb;
  }
  .c-headline__ja--vertical .chouon {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    letter-spacing: 0;
    margin-top: 0;
  }
  .p-archive-column__sec {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .p-common-contact {
    padding-top: clamp(6.25rem, 4.46rem + 8.95vw, 8.75rem);
  }
  .p-common-contact__box::before {
    -o-object-fit: cover;
    aspect-ratio: 219.59/748;
    background-image: url(../img/p_common_contact_bg_sp.webp);
    height: auto;
    left: auto;
    object-fit: cover;
    right: -64px;
    top: 50%;
    width: 8.125rem;
  }
  .p-concept-company {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .p-concept-company__list {
    flex-direction: column;
  }
  .p-concept-company__term {
    border-bottom: none;
    color: #1988c2;
    padding: 1.75rem 0 0 0;
    width: 100%;
  }
  .p-concept-company__desc {
    width: 100%;
  }
  .p-concept-faq {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .p-concept-message {
    padding: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem) 0;
  }
  .p-concept-message__flex {
    flex-direction: column;
  }
  .p-concept-message__left {
    width: 100%;
  }
  .p-concept-message__right {
    margin-inline: auto;
    margin-top: 2.5rem;
    width: 90%;
  }
  .p-concept-three {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .p-concept-three__item:nth-child(even) {
    flex-direction: column;
  }
  .p-concept-three__item {
    flex-direction: column;
  }
  .p-concept-three__txt {
    width: 100%;
  }
  .p-concept-three__ttl {
    flex-direction: column;
    font-size: clamp(1.375rem, 1.017rem + 1.79vw, 1.875rem);
  }
  .p-concept-three__num {
    font-size: 5rem;
    margin-bottom: 1.25rem;
  }
  .p-concept-three__img {
    margin-top: 2.5rem;
    width: 100%;
  }
  .p-concept-three__bg {
    font-size: clamp(2.625rem, 0.477rem + 10.74vw, 5.625rem);
    margin-top: -0.625rem;
  }
  .p-contact-form {
    padding: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem) 0 0 0;
  }
  .smf-progress-tracker__item__number {
    height: 3.75rem;
    width: 3.75rem;
  }
  .smf-progress-tracker__item:after {
    top: 35%;
  }
  .smf-progress-tracker__item:before {
    top: 35%;
  }
  .p-download {
    padding: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem) 0;
  }
  .p-download__flex {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-fv__inner {
    flex-direction: column-reverse;
  }
  .p-fv__left {
    margin-top: clamp(-400px, -220px + -180 * (100vw - 320px) / 447, -220px);
    max-width: 100%;
  }
  .p-fv__catch1 {
    font-size: clamp(0.625rem, -0.375rem + 5vw, 1.438rem);
    padding: 0.625rem 0.1875rem;
    white-space: nowrap;
  }
  .p-fv__catch2 {
    font-size: clamp(1.5rem, -0.346rem + 9.23vw, 3rem);
  }
  .p-fv__catch3 {
    font-size: clamp(1.25rem, -0.288rem + 7.69vw, 2.5rem);
  }
  .p-fv__catch4 {
    font-size: clamp(1.875rem, 0.183rem + 8.46vw, 3.25rem);
  }
  .p-fv__icon {
    margin-bottom: clamp(3.125rem, -3.586rem + 33.56vw, 12.5rem);
  }
  .p-fv__right {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    width: 100vw;
  }
  .p-fv__bg {
    bottom: -5px;
    font-size: clamp(5rem, 0.436rem + 22.82vw, 11.375rem);
  }
  .p-fv__dec::after {
    background: linear-gradient(to top, #1c709c 30%, rgba(0, 35, 53, 0) 70%);
  }
  .p-fv__sp-bottom-btn {
    align-items: center;
    background: linear-gradient(90deg, #3e9ccd 0%, #1e7aaa 100%);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    height: 4.375rem;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .p-fv__right {
    -webkit-transform: translateY(50px) !important;
    transform: translateY(50px) !important;
  }
  .p-fv__right.animate-in {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .p-page {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .page-id-65 .p-page__contents .sns-box,
  .page-id-67 .p-page__contents .sns-box,
  .page-id-129 .p-page__contents .sns-box {
    flex-direction: column;
    gap: 0;
  }
  .page-id-65 .p-page__contents .step-box,
  .page-id-67 .p-page__contents .step-box,
  .page-id-129 .p-page__contents .step-box {
    flex-direction: column;
  }
  .p-side-bar {
    margin-top: 5.625rem;
    width: 100%;
  }
  .p-single-column__sec {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .p-column__inner {
    flex-direction: column;
  }
  .p-column__left {
    width: 100%;
  }
  .p-top-column {
    padding: clamp(4.375rem, 2.138rem + 11.19vw, 7.5rem) 0;
  }
  .p-top-column__inner {
    flex-direction: column;
  }
  .p-top-know-how {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .p-top-know-how__list {
    flex-direction: column;
  }
  .p-top-price {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .p-top-price__list {
    flex-direction: column;
    margin-top: 3.125rem;
  }
  .p-top-price__item {
    width: 100%;
  }
  .p-top-price__item--standard {
    top: 0;
  }
  .p-top-price__item--last {
    flex-direction: column;
    gap: 0;
    padding: 2rem 2.125rem 3.125rem 2.125rem;
    width: 100%;
  }
  .p-top-price__item__right {
    width: 100%;
  }
  .p-top-price__item__left {
    width: 100%;
  }
  .p-top-service {
    padding-top: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem);
  }
  .p-top-service__box {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top-sns {
    padding: clamp(4.375rem, 3.033rem + 6.71vw, 6.25rem) 0 clamp(6.25rem, 3.118rem + 15.66vw, 10.625rem) 0;
  }
  .p-top-sns__inner {
    flex-direction: column;
    gap: 3.125rem;
  }
  .p-top-sns__right {
    width: 100%;
  }
  .p-top-sns__left {
    width: 100%;
  }
  .p-top-sns__bg {
    bottom: -5px;
    font-size: clamp(5rem, 0.436rem + 22.82vw, 11.375rem);
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 480px) {
  .c-column__list {
    width: 100%;
  }
  .p-concept-faq__item {
    padding: 1.25rem 0.9375rem;
  }
  .p-concept-three__item {
    padding: 2.5rem 1.875rem;
  }
  .p-concept-three__num {
    font-size: 3.75rem;
  }
  .p-top-know-how__txt {
    padding: 1.5rem 1.375rem 2rem 1.375rem;
  }
  .c-btn--know-how {
    margin-inline: auto;
  }
  .p-top-service__box {
    padding: 2rem 2.125rem 3.125rem 2.125rem;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-concept-faq__item:hover {
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-headline__ja--vertical _::-webkit-full-page-media,
  .c-headline__ja--vertical _:future, :root .c-headline__ja--vertical {
    letter-spacing: 0.1em !important;
  }
  .c-headline__ja--vertical .chouon _::-webkit-full-page-media,
  .c-headline__ja--vertical .chouon _:future, :root .c-headline__ja--vertical .chouon {
    margin-top: 0 !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */