@charset "UTF-8";

/*----------------------------------------
	reset
----------------------------------------*/

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,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  vertical-align: baseline;
}

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

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption,
th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

img,
svg {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  line-height: 1;
}

svg {
  fill: currentColor;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  background-color: #F7F7F7;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #333333;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

a {
  color: #006CD1;
  transition: 0.2s all;
  text-decoration: none;
}

a:hover {
  color: #007AEB;
}

button {
  color: #006CD1;
  cursor: pointer;
  transition: 0.3s all;
}

button:hover {
  opacity: 0.6;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
  top: 0.1em;
  position: relative;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

.l-wrapper__inner {
  width: 90%;
  margin: auto;
}

.l-wrapper__inner._s {
  max-width: 110rem;
}

.l-wrapper__inner._m {
  max-width: 126rem;
}

.l-wrapper__inner._l {
  max-width: 144rem;
}

.l-main {
  margin-top: 8rem;
}

.footer {
  padding-block: 6rem 0;
  background-color: #333333;
  color: #fff;
}

.footer__inner {
  padding-inline: 5%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  gap: 4rem;
}

.footer__logo {
  display: flex;
  align-items: flex-end;
  gap: 1.3rem;
}

.footer__logo a {
  width: 20rem;
}

.footer__logo ._text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer__partner {
  margin-top: 2rem;
}

.footer__partner img {
  width: 40%;
  max-width: 300px;
}

.footer__nav__list {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.footer__nav__list ul > li a {
  font-size: 1.4rem;
  color: #fff;
}

.footer__nav__list ul > li a:hover {
  text-decoration: underline;
}

.footer__nav__list ul > li > ul {
  padding-left: 1em;
}

.footer__nav__list ul > li > ul > li a {
  font-size: 1.2rem;
}

.footer__nav__list ul > li > ul > li a::before {
  content: "- ";
}

.footer__cta .cta__title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.footer__cta .cta__info {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.footer__cta .cta__tel {
  text-align: right;
}

.footer__cta .cta__tel p {
  font-size: 1.4rem;
  margin-top: -1rem;
}

.footer__cta .cta__button {
  text-align: center;
}

.footer__cta .cta__button a {
  display: inline-block;
  width: 35rem;
  border-radius: 100px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #ef6b6b 4%, #ffb469);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.3rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer__cta .cta__button a > span {
  position: relative;
  z-index: 2;
}

.footer__cta .cta__button a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #e03b3b 4%, #f08259);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s;
}

.footer__cta .cta__button a:hover::before {
  opacity: 0;
}

.footer__bnr {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.footer__bnr li {
  width: 30rem;
  background-color: #fff;
}

.footer__bnr li a {
  transition: opacity 0.3s;
}

.footer__bnr li a:hover {
  opacity: 0.8;
}

.footer__link {
  padding-inline: 5%;
  padding-block: 2rem;
  display: flex;
  justify-content: space-between;
  background-color: #efefef;
  margin-top: 6rem;
  color: #333;
}

.footer__link__nav ul {
  display: flex;
  gap: 2rem;
}

.footer__link__nav ul li a {
  color: #333;
  font-size: 1.3rem;
}

.footer__link__nav ul li a:hover {
  text-decoration: underline;
}

.w-beforeFooter {
  margin: 0;
}

.c-header01 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.c-header02 {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3rem;
  margin-top: 4rem;
}

.c-button01 {
  display: inline-block;
}

.c-button01._center {
  width: 100%;
  text-align: center;
}

.c-button01._center a {
  justify-content: center;
}

.c-button01 a {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-size: 2rem;
  color: inherit;
  font-weight: bold;
}

.c-button01 a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../images/common/button01-icon.png) center center no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.c-button01 a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}

.c-button01 a:hover {
  color: #006CD1;
}

.c-button01 a:hover span::after {
  width: 100%;
}

.c-button01 a:hover::before {
  transform: scale(1.2);
}

.recruit-lp-banner{
  max-width: 530px;
  margin-top: 3%;
  /*width: 100%;*/
  /*height: auto;*/
}

.recruit-lp-banner-other{
  max-width: 800px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  /*width: 100%;*/
  /*height: auto;*/
}

.c-button02 {
  display: inline-block;
}

.c-button02._center {
  width: 100%;
  text-align: center;
}

.c-button02._center a {
  justify-content: center;
}

.c-button02 a {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.c-button02 a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../images/common/button02-icon.png) center center no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.c-button02 a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}

.c-button02 a:hover {
  color: #fff;
}

.c-button02 a:hover span::after {
  width: 100%;
}

.c-button02 a:hover::before {
  transform: scale(1.2);
}

.c-cta {
  background-image: linear-gradient(89deg, #0058ab 0%, #007cbf 40%, #1ab4e2 100%);
  color: #fff;
  padding: 6rem 8rem;
}

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

.c-cta__read {
  text-align: center;
  background-color: #fff;
  padding: 0.5rem 4rem;
  color: #006CD1;
  font-weight: bold;
}

.c-cta__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 1rem;
}

.c-cta__text {
  margin-top: 2rem;
}

.c-cta__info {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.c-cta__info .info__tel p {
  text-align: right;
  font-size: 1.4rem;
}

.c-cta__info .info__button {
  text-align: center;
  width: 100%;
}

.c-cta__info .info__button a {
  display: inline-block;
  width: 42rem;
  border-radius: 100px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #ef6b6b 4%, #ffb469);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1.6rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.c-cta__info .info__button a > span {
  position: relative;
  z-index: 2;
}

.c-cta__info .info__button a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #e03b3b 4%, #f08259);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s;
}

.c-cta__info .info__button a:hover::before {
  opacity: 0;
}

.c-pagetitle {
  padding-block: 5rem;
  background: url(../images/common/page-title-bg.png) center center no-repeat;
  background-size: cover;
}

.c-pagetitle__text {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #006CD1;
}

.p-breadcrumb.-bg-on:not(:root) {
  box-shadow: none;
}

.p-breadcrumb.-bg-on:not(:root) .p-breadcrumb__list {
  padding-left: 1.4rem;
  padding-right: 0;
}

.c-form_input,
.c-form_textarea {
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 4px;
  padding: 0.5em;
  font-size: 16px;
}

.c-form_input._xxsm,
.c-form_textarea._xxsm {
  width: 20%;
}

.c-form_input._sm,
.c-form_textarea._sm {
  width: 20%;
}

.c-form_input._md,
.c-form_textarea._md {
  width: 70%;
}

.c-form_input._lg,
.c-form_textarea._lg {
  width: 100%;
}

.c-form_input::placeholder,
.c-form_textarea::placeholder {
  color: #ccc;
}

.c-form_select {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 0.5em 1em 0.5em 0.5em;
  font-size: 16px;
  appearance: none;
  background: #fff url(../images/compornents/icon_arrow_red_bottom.svg) right 0.8em center no-repeat;
}

.c-form_select._md {
  width: 70%;
}

.c-form_select._lg {
  width: 100%;
}

.c-form_textarea {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 0.5em;
  font-size: 16px;
}

.c-form_textarea._md {
  width: 70%;
}

.c-form_textarea._lg {
  width: 100%;
}

.c-form_requied {
  color: #fff;
  background-color: #fe725f;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
  font-weight: bold;
}

.mw_wp_form .error {
  color: #fe725f;
  font-weight: bold;
}

.c-form_group {
  margin-top: 1em;
}

.c-form_group .group_head {
  font-weight: bold;
}

.c-form_group .group_body {
  margin-top: 0.5em;
}

.c-postcontent h2:not(.is-style-section_ttl) {
  background-color: transparent;
  color: inherit;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 0 0 3rem;
}

.c-postcontent h2:not(.is-style-section_ttl)::before {
  content: "";
  display: block;
  width: 9px;
  min-height: 1em;
  background-color: #006CD1;
  border: none;
  border-radius: 100px;
}

.c-postcontent h3:not(.is-style-section_ttl) {
  font-size: 2.2rem;
  font-weight: bold;
  color: #006CD1;
  background-color: #e8f3fd;
  padding: 0.5em 1em;
  border-radius: 1rem;
}

.c-postcontent h3:not(.is-style-section_ttl)::before {
  display: none;
}

.c-postcontent h3.veu_card_title {
  padding-left: 0;
  background: none;
}

.c-postcontent h3.veu_card_title::before {
  display: none;
}

.c-postcontent h5:not(.is-style-section_ttl) {
  font-weight: bold;
}

.c-postcontent ul:not(.is-style-section_ttl) li {
  list-style: disc;
}

.c-postcontent ul.is-style-check_list li {
  list-style: none;
}

.c-postcontent ol:not(:root) li {
  list-style: decimal;
}

.c-postcontent ol.p-toc__list li {
  list-style: none;
}

.c-postcontent ul.is-style-num_circle li,
.c-postcontent ol.is-style-num_circle li {
  list-style: none;
}

.c-postcontent img {
  width: auto;
  height: auto !important;
}

.c-postcontent .wp-block-table td,
.c-postcontent .wp-block-table th {
  border: 1px solid #dcdcdc;
  padding: 1em 1.5em;
}

.c-postcontent .is-style-btn_normal a {
  background-color: #006CD1;
  transition: all 0.2s;
}

.c-postcontent .is-style-btn_normal a:hover {
  color: #fff;
  background-color: #007AEB;
}

dialog:-internal-dialog-in-top-layer::backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.5);
}

dialog {
  width: 90%;
  background-color: #fff;
  max-width: 110rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-modal__inner {
  position: relative;
  padding: 2rem;
}

.c-modal__inner .closeBtn {
  border: none;
  background-color: transparent;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
}

.c-link01 {
  text-decoration: underline;
}

.c-link01::before {
  content: "";
  width: 2em;
  height: 2em;
  background: url(../images/common/button01-icon.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.c-link01:hover {
  text-decoration: none;
}

.p-top__mv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 81rem;
}

.p-top__mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top__mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-top__mv__inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 55%;  /* 2024.5.30 Hoshino*/
  transform: translate(-50%, -30%);
  text-align: left;  /* 2024.5.30 Hoshino*/
  width: 100%;
}

.p-top__mv__read {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
}

.p-top__mv__copy {
font-display:swap;
  font-weight: bold;
  font-size: 4.2rem;
  /*text-shadow: 0 0 9px rgba(0, 0, 0, 0.08);*/
  color: #fff;
  letter-spacing: 0.1em;
  line-height:1; /* 2024.5.30 Hoshino*/
}

.p-top__mv__copy span {
  font-size: 8.8rem; /* 2024.5.30 Hoshino*/
}

 /* 2024.5.30 Hoshino*/
.p-top__mv__box {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width:70%;
}
 .each_box {
    flex: 1;
    padding: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
       position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.5;
    margin: 10px;
 }
.each_box::before{
    transform: skewX(-25deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    opacity: 70%;
     background-color: #fff;
} 
.each_box span {
    font-size: 3.5rem;
    color: #006dd1;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.each_box .each_box_three{
  font-size: 1.2rem!important;
  color: #000;
  text-shadow: none;
}
.cv-copy{
  color:#fff;
  font-weight:bold;
  margin-left:5%;
}
/*
.each_box__inner{
 display: flex;
 align-items: center;
}
*/
/* SP */ 
@media screen and (max-width: 768px) { 
  .p-top__mv__box {
	width:initial !important;
	display:block !important;
	padding: 0 10px !important;
  }
  .each_box {
	padding:1px;
  }
  .cv-copy{
	text-align:center;
  }
}

.p-top__mv__button {
  text-align: left;
}

.p-top__mv__button a {
  display: inline-block;
  max-width: 42rem;
  width: 100%;
  border-radius: 100px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #ef6b6b 4%, #ffb469);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1.6rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align:center;
}

.p-top__mv__button a > span {
  position: relative;
  z-index: 2;
}

.p-top__mv__button a ._text {
  display: block;
  font-size: 1.6rem;
}

.p-top__mv__button a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #e03b3b 4%, #f08259);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s;
}

.p-top__mv__button a:hover::before {
  opacity: 0;
}

.p-top__reason {
  background: url(../images/top/top-reason-bg01.png) left top no-repeat, url(../images/top/top-reason-bg02.png) right top no-repeat;
  background-size: contain, contain;
  padding: 12rem 0 0;
  min-height: 57rem;
}

.p-top__reason__inner {
  position: relative;
}

.p-top__reason__title {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4rem;
}

.p-top__reason__title span {
  font-size: 2.8rem;
}

.p-top__reason__title strong {
  color: #006CD1;
  border-bottom: 2px solid #006CD1;
}

.p-top__reason__image {
  width: 60rem;
  position: absolute;
  top: -8rem;
  right: -4rem;
  z-index: 1;
}

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

.p-top__functions {
  padding-block: 9rem;
}

.p-top__functions__title {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
}

.p-top__functions__title strong {
  color: #006CD1;
  border-bottom: 3px solid currentColor;
}

.p-top__functions__list {
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.p-top__functions__item {
  width: calc((100% - 6rem) / 3);
  background-color: #fff;
  border-radius: 1.4rem;
  padding: 3rem 3rem 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.p-top__functions__item .item__title {
  text-align: center;
}

.p-top__functions__item .item__title span {
  display: inline-block;
  color: #006CD1;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 3px solid #006cd1;
}

.p-top__plan {
  position: relative;
}

.p-top__plan::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  height: 51rem;
  background-image: linear-gradient(89deg, #0058ab 0%, #007cbf 40%, #1ab4e2 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-top__plan__inner {
  position: relative;
  z-index: 2;
  padding-block: 4rem 8rem;
}

.p-top__plan__title {
  text-align: center;
  position: relative;
}

.p-top__plan__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 11.5rem;
  background: url(../images/top/top-plan-title-bg.svg) center top no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.p-top__plan__title.point::before {
	background: url(../images/top/top-point-title-bg.svg) center top no-repeat;
}

.p-top__plan__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: bold;
  padding-top: 8rem;
}

.p-top__plan__list {
  margin-top: 6rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.p-top__plan__item {
  width: 32rem;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 1.4rem;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 4rem 3rem 6rem;
  position: relative;
}

.p-top__plan__item .item__comment {
  text-align: center;
  margin-inline: 1rem;
  color: #006CD1;
  font-size: 1.4rem;
  background-color: #e8f3fd;
  border-radius: 100px;
  padding-block: 0.5em;
  position: relative;
}

.p-top__plan__item .item__comment::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.5rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #e8f3fd;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}

.p-top__plan__item .item__title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 1rem;
}

.p-top__plan__item .item__price {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}

.p-top__plan__item .item__price span {
  font-size: 3.8rem;
  font-weight: bold;
}

.p-top__plan__item .item__point {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 2.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.p-top__plan__item .item__point li {
  list-style-image: url(../images/top/top-plan-list01.svg);
}

.p-top__plan__item .item__badge {
  position: absolute;
  top: -5rem;
  right: -2rem;
  width: 10.2rem;
}

.p-top__plan__item._kihon .item__title {
  color: #1C5993;
}

.p-top__plan__item._kihon .item__price {
  color: #1C5993;
}

.p-top__plan__item._kihon .item__point li {
  list-style-image: url(../images/top/top-plan-list01.svg);
}

.p-top__plan__item._kihon .item__point li strong {
  color: #1C5993;
}

.p-top__plan__item._custom {
  width: 42rem;
}

.p-top__plan__item._custom .item__comment {
  background-color: #e04f53;
  color: #fff;
  font-size: 1.6rem;
}

.p-top__plan__item._custom .item__comment::after {
  background-color: #e04f53;
}

.p-top__plan__item._custom .item__title {
  color: #007AEB;
  font-size: 3rem;
  margin-top: 2rem;
}

.p-top__plan__item._custom .item__price {
  color: #007AEB;
  font-size: 2rem;
  line-height: 1.2;
}

.p-top__plan__item._custom .item__price span {
  font-size: 5.3rem;
}

.p-top__plan__item._custom .item__point {
  font-size: 1.7rem;
}

.p-top__plan__item._custom .item__point li {
  list-style-image: url(../images/top/top-plan-list02.svg);
}

.p-top__plan__item._custom .item__point li strong {
  color: #007AEB;
}

.p-top__plan__item._original .item__title {
  color: #1C8A93;
}

.p-top__plan__item._original .item__price {
  color: #1C8A93;
}

.p-top__plan__item._original .item__point li {
  list-style-image: url(../images/top/top-plan-list03.svg);
}

.p-top__plan__item._original .item__point li strong {
  color: #1C8A93;
}

/* トップページに比較表追加 2025.3  */

.p-top__compare {
  padding-block: 4rem 8rem;
}
.p-top__compare__title {
  text-align: center;
  position: relative;
}
.p-top__compare__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: bold;
  padding-top: 8rem;
}
.p-top__compare__title strong {
  display: inline-block;
  background: linear-gradient(180deg, #1ab4e2 0%, #007cbf 72%, #0058ab 100%);
  background: -webkit-linear-gradient(-90deg, #1ab4e2 0%, #007cbf 72%, #0058ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
}

.p-top__compare__title strong > span {
  font-size: 3.2rem;
}

.p-top__compare__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 11.5rem;
  background: url(../images/compare/top-compare-title-bg.svg) center top no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
/*
.p-top__compare::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  height: 51rem;
  background-image: linear-gradient(89deg, #0058ab 0%, #007cbf 40%, #1ab4e2 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
*/
.p-top__compare__contents{
	margin-top:5rem;
}
.p-top__compare__contents span{
  padding: 0.8rem 0 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: bottom;
  color: #353535;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}
/* 比較表追加END */

.p-top__voice {
  padding-block: 4rem 8rem;
}

.p-top__voice__title {
  text-align: center;
  position: relative;
}

.p-top__voice__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 11.5rem;
  background: url(../images/top/top-voice-title-bg.svg) center top no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.p-top__voice__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: bold;
  padding-top: 8rem;
}

.p-top__voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-top: 6rem;
}

.p-top__voice__item a {
  color: inherit;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.p-top__voice__item .item__figure {
  position: relative;
  overflow: hidden;
}

.p-top__voice__item .item__figure figure {
  transition: transform 0.3s;
}

.p-top__voice__item .item__plan {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 100px;
}

.p-top__voice__item .item__plan._kihon {
  background-color: #1C5993;
}

.p-top__voice__item .item__plan._customize {
  background-color: #0056B3;
}

.p-top__voice__item .item__plan._original {
  background-color: #1C8A93;
}

.p-top__voice__item .item__tag li {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
  background-color: #f5f6f7;
  border-radius: 100px;
}

.p-top__voice__item .item__title {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  transition: all 0.3s;
}

.p-top__voice__item a:hover .item__figure figure {
  transform: scale(1.05);
}

.p-top__voice__item a:hover .item__title {
  color: #006CD1;
}

.p-top__works {
  padding-block: 4rem 8rem;
}

.p-top__works__title {
  text-align: center;
  position: relative;
}

.p-top__works__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 11.5rem;
  background: url(../images/top/top-works-title-bg.svg) center top no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.p-top__works__title > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: bold;
  padding-top: 8rem;
}

.p-top__works__title strong {
  display: inline-block;
  background: linear-gradient(180deg, #1ab4e2 0%, #007cbf 72%, #0058ab 100%);
  background: -webkit-linear-gradient(-90deg, #1ab4e2 0%, #007cbf 72%, #0058ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
}

.p-top__works__title strong > span {
  font-size: 3.2rem;
}

.p-top__works__list {
  margin-top: 4rem;
}

.p-top__works__item {
  padding-inline: 1rem;
}

.p-top__column {
  padding-top: 8rem;
}

.p-top__column__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.p-top__column__item a {
  color: inherit;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.p-top__column__item .item__figure {
  overflow: hidden;
  aspect-ratio: 293/165;
  border-radius: 1.4rem;
}

.p-top__column__item .item__figure img {
  object-fit: cover;
  transition: transform 0.3s;
}

.p-top__column__item .item__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-top__column__item .item__date {
  font-size: 1.3rem;
  color: #575757;
}

.p-top__column__item a:hover {
  color: #006CD1;
}

.p-top__column__item a:hover .item__figure img {
  transform: scale(1.05);
}

.p-top__news {
  padding-block: 8rem;
}

.p-top__news__list {
  border-top: 1px solid #c7ced3;
  margin-top: 4rem;
}

.p-top__news__item {
  padding: 2rem 2rem;
  border-bottom: 1px solid #c7ced3;
}

.p-top__news__item a {
  display: flex;
  gap: 4rem;
  color: inherit;
}

.p-top__news__item a:hover {
  color: #006CD1;
}

.p-point {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  padding: 90px 0;
}

.p-point__item {
  display: flex;
  gap: 6rem;
}

.p-point__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.p-point__item .item__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3rem;
}

.p-point__item .item__num {
  display: block;
  height: 5.5rem;
  margin-bottom: 1rem;
}

.p-point__item .item__num img {
  height: 100%;
  width: auto;
}

.p-point__item .item__img {
  flex-shrink: 0;
  width: 43rem;
}

.p-point__works {
  width: 100%;
  position: relative;
  margin-top: 6rem;
}

.p-point__works::after {
  content: "";
  width: 100%;
  height: 33rem;
  background-color: #e8f3fd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-point__works__inner {
  position: relative;
  z-index: 2;
  padding-block: 7rem 10rem;
}

.p-point__works__list {
  margin-top: 4rem;
}

.p-point__works__item {
  padding-inline: 1rem;
}

.p-point__works__item .item__cat {
  max-width: 20rem;
  width: 100%;
  margin-inline: auto;
  background-color: #006CD1;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 2rem;
  padding: 0.3em;
  border-radius: 100px;
}

.p-point__works__item .item__cat::after {
  content: "";
  width: 9px;
  height: 12px;
  background-color: #006CD1;
  clip-path: polygon(0 0, 55% 100%, 100% 0);
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.p-point__works__item figure {
  aspect-ratio: 434/300;
  object-fit: cover;
}

.p-function__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 6rem 3rem;
  margin-top: 4rem;
}

.p-function__item {
  display: grid;
  grid-template-columns: 1fr;
}

.p-function__item .item__title {
  order: 2;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1.6rem;
}

.p-function__item .item__image {
  order: 1;
  overflow: hidden;
  border-radius: 1.4rem;
  aspect-ratio: 346/200;
}

.p-function__item .item__image img {
  object-fit: cover;
}

.p-function__item .item__tag {
  order: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.p-function__item .item__tag li {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.3em 1.5em;
  border-radius: 100px;
}

.p-function__item .item__tag li._kihon {
  background-color: #1C5993;
}

.p-function__item .item__tag li._customize {
  background-color: #0056B3;
}

.p-function__item .item__tag li._original {
  background-color: #1C8A93;
}

.p-function__item .item__tag li._option {
  color: #006CD1;
  border: 1px solid currentColor;
  background-color: #fff;
}

.p-function__item .item__text {
  order: 4;
  margin-top: 1rem;
}

.p-function__responsive {
  padding-block: 8rem;
  margin-top: 8rem;
}

.p-function__responsive__inner {
  display: flex;
  gap: 6rem;
}

.p-function__responsive__item {
  width: 100%;
}

.p-function__responsive__item .item__title {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-function__responsive__item .item__box {
  background-color: #006CD1;
  color: #fff;
  padding: 4rem 6rem;
  border-radius: 1.4rem;
  margin-top: 4rem;
}

.p-function__responsive__item .item__box .item__box__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.p-function__responsive__item .item__box .item__box__list {
  padding-left: 1em;
}

.p-function__responsive__item .item__box .item__box__list li {
  list-style: disc;
  font-size: 1.8rem;
}

.p-function__responsive__image {
  width: 50rem;
  flex-shrink: 0;
}

.p-plan__cost__grid {
  margin-top: 6rem;
}

.p-plan__cost__head {
  display: grid;
  grid-template-columns: 20% repeat(4, 1fr);
}

.p-plan__cost__head__item {
  border-left: 1px solid #e3e4e6;
  border-top: 0.8rem solid #e3e4e6;
  padding: 1.6rem 2rem;
  text-align: center;
}

.p-plan__cost__head__item._kihon {
  grid-column: 2/3;
  border-left: 1px solid #e3e4e6;
  border-top-color: #1C5993;
}

.p-plan__cost__head__item._customize {
  border-top-color: #0056B3;
}

.p-plan__cost__head__item._original {
  border-top-color: #1C8A93;
}

.p-plan__cost__head__item._recruit {
  border-top-color: #694d9f;
  border-right: 1px solid #e3e4e6;
}

.p-plan__cost__head__item .item__text {
  line-height: 1.5;
}

.p-plan__cost__head__item .item__text span {
  display: block;
}

.p-plan__cost__head__item .item__text span:nth-of-type(2) {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-plan__cost__head__item .item__price {
  font-size: 1.8rem;
}

.p-plan__cost__head__item .item__price span {
  font-size: 4.2rem;
  font-weight: bold;
}

.p-plan__cost__details summary {
  background-color: #d8e0e6;
  text-align: center;
  display: block;
  padding: 0.8em;
  position: relative;
  cursor: pointer;
}

.p-plan__cost__details summary::before,
.p-plan__cost__details summary::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  inset: 0;
  margin-block: auto;
  margin-right: 20px;
  margin-left: auto;
}

.p-plan__cost__details summary::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.p-plan__cost__details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.p-plan__cost__details[open] summary::after {
  transform: rotate(0);
}

.p-plan__cost__title {
  display: none;
}

.p-plan__cost__body {
  display: grid;
  grid-template-columns: 20% repeat(4, 1fr);
  align-self: start;
  border: 1px solid #e3e4e6;
  margin-top: -1px;
}

.p-plan__cost__body._noborder {
  border: none;
}

.p-plan__cost__body__head {
  text-align: center;
  padding: 1.6rem 2rem;
  font-weight: bold;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-plan__cost__body__head br{
  display: none;
}

.p-plan__cost__body__head._noborder {
  border: none;
}

.p-plan__cost__body__item {
  text-align: center;
  border-left: 1px solid #e3e4e6;
  padding: 1.6rem 2rem;
  inset: 0;
  margin-block: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-plan__cost__body__item img {
  width: inherit;
}

.p-plan__cost__body__item._noborder {
  border: none;
}

.p-plan__cost__body__item strong {
  font-size: 2.4rem;
}

.p-plan__cost__body__item .item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.p-plan__cost__body__item .item__link::before {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
}

.p-plan__cost__body__item .item__link a {
  text-decoration: underline;
}

.p-plan__cost__body__item .item__link a:hover {
  text-decoration: none;
}

.p-plan__cost__body__item .item__link._kihon::before {
  content: url(../images/plan/plan-icon-arrow_kihon.svg);
}

.p-plan__cost__body__item .item__link._customize::before {
  content: url(../images/plan/plan-icon-arrow_customize.svg);
}

.p-plan__cost__body__item .item__link._original::before {
  content: url(../images/plan/plan-icon-arrow_original.svg);
}

.p-plan__cost__body__item .item__link._recruit::before {
  content: url(../images/plan/plan-icon-arrow_recruit.svg);
}

.p-plan__cost__works {
  display: grid;
  grid-template-columns: 20% repeat(4, 1fr);
  align-self: start;
  font-size: 14px;
}

.p-plan__cost__works .p-plan__cost__works__item {
  padding: 2rem;
}

.p-plan__cost__works .p-plan__cost__works__item .item__button {
  width: 100%;
  display: block;
  padding: 0.8em;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  text-align: center;
  transition: opacity 0.3s;
}

.p-plan__cost__works .p-plan__cost__works__item .item__button:hover {
  opacity: 0.8;
}

.p-plan__cost__works .p-plan__cost__works__item .item__button._kihon {
  background-color: #1C5993;
}

.p-plan__cost__works .p-plan__cost__works__item .item__button._customize {
  background-color: #0056B3;
}

.p-plan__cost__works .p-plan__cost__works__item .item__button._original {
  background-color: #1C8A93;
}

.p-plan__cost__works .p-plan__cost__works__item .item__button._recruit {
  background-color: #694d9f;
}

.p-plan__cost__link {
  text-align: right;
}

.p-plan__cost__link a {
  color: inherit;
  text-decoration: underline;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}

.p-plan__cost__link a:hover {
  text-decoration: none;
}

.p-plan__cost__link a::before {
  content: url(../images/plan/plan-icon-document.svg);
  margin-top: 10px;
}

.p-plan__cost__note {
  background-color: #f5f6f7;
  border-radius: 1rem;
  padding: 3rem;
}

.p-plan__option {
  margin-top: 8rem;
  padding-block: 6rem 8rem;
}

.p-plan__option__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.p-plan__option__item {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-plan__option__item .item__tag {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #92989c;
  border: 1px solid currentColor;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 3px;
}

.p-plan__option__item .item__head {
  order: 2;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #006CD1;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}

.p-plan__option__item .item__head span {
  display: block;
  font-size: 1.6rem;
}

.p-plan__option__item .item__image {
  order: 1;
  width: 8rem;
  height: auto;
  margin-inline: auto;
}

.p-plan__option__item .item__text {
  order: 3;
  margin-top: 1rem;
}

.p-plan__option__item .item__link {
  order: 4;
  border: none;
  appearance: none;
  background-color: transparent;
  text-align: left;
  padding: 0;
  cursor: pointer;
}

.p-plan__works {
  padding-block: 8rem;
}

.p-plan__works__inner .p-plan__works__head {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.p-plan__works__inner .p-plan__works__head::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.p-plan__works__inner .p-plan__works__head._kihon {
  color: #1C5993;
}

.p-plan__works__inner .p-plan__works__head._kihon::before {
  background-image: url(../images/plan/plan-works-ttl-img_kihon.svg);
  background-size: cover;
}

.p-plan__works__inner .p-plan__works__head._customize {
  color: #0056B3;
}

.p-plan__works__inner .p-plan__works__head._customize::before {
  background-image: url(../images/plan/plan-works-ttl-img_customize.svg);
  background-size: cover;
}

.p-plan__works__inner .p-plan__works__head._original {
  color: #1C8A93;
}

.p-plan__works__inner .p-plan__works__head._original::before {
  background-image: url(../images/plan/plan-works-ttl-img_original.svg);
  background-size: cover;
}

.p-plan__works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3rem;
  margin-top: 4rem;
}

.p-plan__works__item a {
  color: inherit;
  display: grid;
  grid-template-columns: 1fr;
}

.p-plan__works__item .item__head {
  order: 2;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
  transition: all 0.3s;
}

.p-plan__works__item .item__cat {
  order: 3;
  font-size: 1.4rem;
  transition: all 0.3s;
}

.sp_dd{
  display: none;
}

.p-plan__works__item .item__image {
  order: 1;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 768/530;
  overflow: hidden;
  transition: all 0.3s;
}

.p-plan__works__item .item__image img {
  object-fit: contain;
}

.p-plan__works__item a:hover .item__image {
  opacity: 0.8;
}

.p-plan__works__item a:hover .item__head,
.p-plan__works__item a:hover .item__cat {
  color: #006CD1;
}

.p-plan_works__cta {
  overflow: hidden;
  border-radius: 1.4rem;
}

.p-plan__faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.p-plan__faq__item dt {
  padding: 2rem 3rem;
  border-radius: 10px;
  background-color: #f5f6f7;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  gap: 1rem;
}

.p-plan__faq__item dt::before {
  flex-shrink: 0;
  content: "Q";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #006CD1;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.p-plan__faq__item dd {
  padding: 2rem 3rem;
  display: flex;
  gap: 1rem;
}

.p-plan__faq__item dd::before {
  flex-shrink: 0;
  content: "A";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #e04f53;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.p-plan__example__item {
  border-radius: 10px;
  background-color: #f5f6f7;
  padding: 3rem 4rem;
}

.p-plan__example__item .item__head {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

.p-plan__example__item .item__figure {
  margin-top: 3rem;
}

.p-plan__example__item .item__figure figcaption {
  visibility: hidden;
  font-size: 1rem;
}

.wp-block-cover.p-works__pickup {
  overflow: visible;
  padding-bottom: 8rem;
}

.wp-block-cover h2:not(.has-text-color).p-works__pickup__title:not(:root) {
  text-align: center;
  color: #007AEB;
  font-weight: bold;
  font-size: 17px;
  margin-top: -60px;
  margin-bottom: 40px;
}

.wp-block-cover h2:not(.has-text-color).p-works__pickup__title:not(:root)::before {
  content: attr(data-en);
  display: block;
  font-size: 45px;
  line-height: 1;
}

.wp-block-columns.p-pickup__list {
  --wp-column-gap: 3em;
}

.wp-block-columns.p-pickup__list .p-pickup__item .item__plan {
  font-size: 14px;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 10px;
}

.wp-block-columns.p-pickup__list .p-pickup__item .item__plan._kihon {
  background-color: #1C5993;
}

.wp-block-columns.p-pickup__list .p-pickup__item .item__plan._customize {
  background-color: #0056B3;
}

.wp-block-columns.p-pickup__list .p-pickup__item .item__plan._original {
  background-color: #1C8A93;
}

.wp-block-columns.p-pickup__list .p-pickup__item .item__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}

.swell-block-tab.p-works .c-tabList:not(:root) {
  background-color: #e8e9eb;
  padding: 3rem !important;
  border-radius: 1.4rem;
  gap: 2rem;
  --the-tab-flex: 0 0 calc((100% - 6rem) / 4);
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item button {
  background-color: #fff;
  border-radius: 0.5rem;
  font-weight: bold;
  position: relative;
  color: var(--tab-color);
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item button:hover {
  opacity: 1;
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item button[aria-selected=true] {
  color: #fff;
  background-color: var(--tab-color);
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item button[aria-selected=true]::after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: var(--tab-color);
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateY(-50%);
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item:first-of-type button {
  --tab-color: #e04f53;
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item:nth-of-type(2) button {
  --tab-color: #1c5993;
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item:nth-of-type(3) button {
  --tab-color: #0056B3;
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item:nth-of-type(4) button {
  --tab-color: #1c8a93;
}

.swell-block-tab.p-works .c-tabList:not(:root) .c-tabList__item:nth-of-type(5) button {
  --tab-color: #694d9f;
}

.swell-block-tab.p-works .c-tabBody {
  margin-top: 4rem;
}

.swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item img {
  border: solid 1px #e5e5e5;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__plan {
  color: #fff;
  font-size: 12px;
  padding: 0.5em 2em;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 0;
}

.swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__plan._kihon {
  background-color: #1C5993;
}

.swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__plan._customize {
  background-color: #0056B3;
}

.swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__plan._original {
  background-color: #1C8A93;
}

.swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__plan._recruit {
  background-color: #694d9f;
}

.swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__cat {
  font-size: 12px;
}

.swell-block-accordion.p-works__more .swell-block-accordion__title {
  text-align: center;
  color: #006CD1;
}

.p-works__sample {
  padding-block: 4rem 8rem;
  margin-top: 16rem;
}

.p-works__sample__inner {
  display: flex;
  gap: 6rem;
}

.p-works__sample__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-works__sample__cont {
  width: 100%;
}

.p-works__sample__img {
  flex-shrink: 0;
  width: 64rem;
  margin-top: -10rem;
}

.p-interview__item {
  display: flex;
  gap: 3rem;
  border-bottom: 1px solid #e3e4e6;
  padding-block: 5rem;
}

.p-interview__item .item__inner {
  width: 100%;
}

.p-interview__item .item__figure {
  flex-shrink: 0;
  width: 56rem;
  position: relative;
  overflow: hidden;
}

.p-interview__item .item__figure figure {
  transition: transform 0.3s;
}

.p-interview__item .item__plan {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 100px;
}

.p-interview__item .item__plan._kihon {
  background-color: #1C5993;
}

.p-interview__item .item__plan._customize {
  background-color: #0056B3;
}

.p-interview__item .item__plan._original {
  background-color: #1C8A93;
}

.p-interview__item .item__tag li {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
  background-color: #f5f6f7;
  border-radius: 100px;
}

.p-interview__item .item__title {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  transition: all 0.3s;
  margin-top: 2rem;
}

.p-interview__item .item__name {
  margin-top: 2rem;
}

.p-interview__item .c-button01 {
  font-size: 1.8rem;
}

.p-contactus_wrapper {
  width: 90%;
  max-width: 960px;
  margin: auto;
}

.p-contactus_text a {
  display: block;
  text-align: center;
  padding: 0.5em;
  transition: all 0.2s;
}

.p-contactus_title {
  font-size: 34px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 0.9px;
  text-align: center;
  color: #333333;
  margin-top: 1.4em;
}

.p-contactus_cont {
  width: 90%;
  max-width: 960px;
  margin: auto;
  background-color: #f2f2f2;
  margin: 3.7em auto 0;
  padding: 70px 80px 80px;
  position: relative;
}

.p-contactus_baloon {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 458px;
}

.p-contactus_baloon img {
  width: 100%;
}

.p-contactus_cont_inner {
  background-color: #fff;
  padding: 60px 80px 80px;
}

.p-contactus_button {
  margin: 1em auto;
  max-width: 450px;
}

.p-contactus_button input[type=submit] {
  background: #006CD1;
  border-radius: 50px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  height: 100%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  padding: 0.5em;
  font-size: 2rem;
}

.wpcf7-form-control.wpcf7-captchac {
  width: auto;
}

.p-news__header {
  margin-bottom: 4rem;
}

.p-news__header__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.p-news__header__time {
  font-size: 1.3rem;
  color: #c7ced3;
}

.p-manual {
  display: grid;
  grid-template-columns: 1fr 30.4rem;
  gap: 4rem;
  margin-bottom: 8rem;
}

.p-manual__article .article__header__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.p-manual__side {
  position: relative;
}

.p-manual__side__inner {
  position: sticky;
  top: 150px;
}

.p-manual__side__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #006CD1;
  margin-bottom: 2rem;
}

.p-manual__side__list {
  border-block: 1px solid #eeeeee;
}

.p-manual__side__list li {
  position: relative;
}

.p-manual__side__list li:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
}

.p-manual__side__list li::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #006CD1;
  position: absolute;
  top: 2.3rem;
  left: 0.3rem;
}

.p-manual__side__list li a {
  display: block;
  padding: 0.8em 0.5em 0.8em 1.2em;
  color: inherit;
}

.p-manual__side__list li a:hover {
  color: #006CD1;
}

.u-align_left {
  text-align: left;
}

.u-align_right {
  text-align: right;
}

.u-align_center {
  text-align: center;
}

.u-col_white {
  color: #fff;
}

.u-col_red {
  color: #CC0101;
}

.u-col_main {
  color: #333333;
}

.u-col_keycol {
  color: #006CD1;
}

.u-col_keycol--dark {
  color: #1C5993;
}

.u-col_keycol--light {
  color: #007AEB;
}

.u-col_seccol {
  color: #1C8A93;
}

.u-col_lp {
  color: #694d9f;
}

.u-col_gray {
  color: #666666;
}

.u-fw_bold {
  font-weight: bold;
}

.u-fw_400 {
  font-weight: 400;
}

.u-fw_500 {
  font-weight: 500;
}

.u-fw_700 {
  font-weight: 700;
}

.u-fw_900 {
  font-weight: 900;
}

.u-fz_xsm {
  font-size: 1.2rem;
}

.u-fz_sm {
  font-size: 1.4rem;
}

.u-fz_md {
  font-size: 1.6rem;
}

.u-fz_lg {
  font-size: 1.8rem;
}

.u-fz_xlg {
  font-size: 2rem;
}

.u-fz_xxlg {
  font-size: 2.4rem;
}

.u-fz_10 {
  font-size: 1rem;
}

.u-fz_10 var-mixin.tb {
  font-size: 0.8rem;
}

.u-fz_11 {
  font-size: 1.1rem;
}

.u-fz_11 var-mixin.tb {
  font-size: 0.88rem;
}

.u-fz_12 {
  font-size: 1.2rem;
}

.u-fz_12 var-mixin.tb {
  font-size: 0.96rem;
}

.u-fz_13 {
  font-size: 1.3rem;
}

.u-fz_13 var-mixin.tb {
  font-size: 1.04rem;
}

.u-fz_14 {
  font-size: 1.4rem;
}

.u-fz_14 var-mixin.tb {
  font-size: 1.12rem;
}

.u-fz_15 {
  font-size: 1.5rem;
}

.u-fz_15 var-mixin.tb {
  font-size: 1.2rem;
}

.u-fz_16 {
  font-size: 1.6rem;
}

.u-fz_16 var-mixin.tb {
  font-size: 1.28rem;
}

.u-fz_17 {
  font-size: 1.7rem;
}

.u-fz_17 var-mixin.tb {
  font-size: 1.36rem;
}

.u-fz_18 {
  font-size: 1.8rem;
}

.u-fz_18 var-mixin.tb {
  font-size: 1.44rem;
}

.u-fz_19 {
  font-size: 1.9rem;
}

.u-fz_19 var-mixin.tb {
  font-size: 1.52rem;
}

.u-fz_20 {
  font-size: 2rem;
}

.u-fz_20 var-mixin.tb {
  font-size: 1.6rem;
}

.u-fz_21 {
  font-size: 2.1rem;
}

.u-fz_21 var-mixin.tb {
  font-size: 1.68rem;
}

.u-fz_22 {
  font-size: 2.2rem;
}

.u-fz_22 var-mixin.tb {
  font-size: 1.76rem;
}

.u-fz_23 {
  font-size: 2.3rem;
}

.u-fz_23 var-mixin.tb {
  font-size: 1.84rem;
}

.u-fz_24 {
  font-size: 2.4rem;
}

.u-fz_24 var-mixin.tb {
  font-size: 1.92rem;
}

.u-fz_25 {
  font-size: 2.5rem;
}

.u-fz_25 var-mixin.tb {
  font-size: 2rem;
}

.u-fz_26 {
  font-size: 2.6rem;
}

.u-fz_26 var-mixin.tb {
  font-size: 2.08rem;
}

.u-fz_27 {
  font-size: 2.7rem;
}

.u-fz_27 var-mixin.tb {
  font-size: 2.16rem;
}

.u-fz_28 {
  font-size: 2.8rem;
}

.u-fz_28 var-mixin.tb {
  font-size: 2.24rem;
}

.u-fz_29 {
  font-size: 2.9rem;
}

.u-fz_29 var-mixin.tb {
  font-size: 2.32rem;
}

.u-fz_30 {
  font-size: 3rem;
}

.u-fz_30 var-mixin.tb {
  font-size: 2.4rem;
}

.u-fz_31 {
  font-size: 3.1rem;
}

.u-fz_31 var-mixin.tb {
  font-size: 2.48rem;
}

.u-fz_32 {
  font-size: 3.2rem;
}

.u-fz_32 var-mixin.tb {
  font-size: 2.56rem;
}

.u-fz_33 {
  font-size: 3.3rem;
}

.u-fz_33 var-mixin.tb {
  font-size: 2.64rem;
}

.u-fz_34 {
  font-size: 3.4rem;
}

.u-fz_34 var-mixin.tb {
  font-size: 2.72rem;
}

.u-fz_35 {
  font-size: 3.5rem;
}

.u-fz_35 var-mixin.tb {
  font-size: 2.8rem;
}

.u-fz_36 {
  font-size: 3.6rem;
}

.u-fz_36 var-mixin.tb {
  font-size: 2.88rem;
}

.u-fz_37 {
  font-size: 3.7rem;
}

.u-fz_37 var-mixin.tb {
  font-size: 2.96rem;
}

.u-fz_38 {
  font-size: 3.8rem;
}

.u-fz_38 var-mixin.tb {
  font-size: 3.04rem;
}

.u-fz_39 {
  font-size: 3.9rem;
}

.u-fz_39 var-mixin.tb {
  font-size: 3.12rem;
}

.u-fz_40 {
  font-size: 4rem;
}

.u-fz_40 var-mixin.tb {
  font-size: 3.2rem;
}

.u-fz_41 {
  font-size: 4.1rem;
}

.u-fz_41 var-mixin.tb {
  font-size: 3.28rem;
}

.u-fz_42 {
  font-size: 4.2rem;
}

.u-fz_42 var-mixin.tb {
  font-size: 3.36rem;
}

.u-fz_43 {
  font-size: 4.3rem;
}

.u-fz_43 var-mixin.tb {
  font-size: 3.44rem;
}

.u-fz_44 {
  font-size: 4.4rem;
}

.u-fz_44 var-mixin.tb {
  font-size: 3.52rem;
}

.u-fz_45 {
  font-size: 4.5rem;
}

.u-fz_45 var-mixin.tb {
  font-size: 3.6rem;
}

.u-mt_0:not(:root) {
  margin-top: 0rem;
}

.u-mt_1:not(:root) {
  margin-top: 1rem;
}

.u-mt_2:not(:root) {
  margin-top: 2rem;
}

.u-mt_3:not(:root) {
  margin-top: 3rem;
}

.u-mt_4:not(:root) {
  margin-top: 4rem;
}

.u-mt_5:not(:root) {
  margin-top: 5rem;
}

.u-mt_6:not(:root) {
  margin-top: 6rem;
}

.u-mt_7:not(:root) {
  margin-top: 7rem;
}

.u-mt_8:not(:root) {
  margin-top: 8rem;
}

.u-mt_9:not(:root) {
  margin-top: 9rem;
}

.u-mt_10:not(:root) {
  margin-top: 10rem;
}

.u-mb_0:not(:root) {
  margin-bottom: 0rem;
}

.u-mb_1:not(:root) {
  margin-bottom: 1rem;
}

.u-mb_2:not(:root) {
  margin-bottom: 2rem;
}

.u-mb_3:not(:root) {
  margin-bottom: 3rem;
}

.u-mb_4:not(:root) {
  margin-bottom: 4rem;
}

.u-mb_5:not(:root) {
  margin-bottom: 5rem;
}

.u-mb_6:not(:root) {
  margin-bottom: 6rem;
}

.u-mb_7:not(:root) {
  margin-bottom: 7rem;
}

.u-mb_8:not(:root) {
  margin-bottom: 8rem;
}

.u-mb_9:not(:root) {
  margin-bottom: 9rem;
}

.u-mb_10:not(:root) {
  margin-bottom: 10rem;
}

.u-mr_0:not(:root) {
  margin-right: 0rem;
}

.u-mr_1:not(:root) {
  margin-right: 1rem;
}

.u-mr_2:not(:root) {
  margin-right: 2rem;
}

.u-mr_3:not(:root) {
  margin-right: 3rem;
}

.u-mr_4:not(:root) {
  margin-right: 4rem;
}

.u-mr_5:not(:root) {
  margin-right: 5rem;
}

.u-mr_6:not(:root) {
  margin-right: 6rem;
}

.u-mr_7:not(:root) {
  margin-right: 7rem;
}

.u-mr_8:not(:root) {
  margin-right: 8rem;
}

.u-mr_9:not(:root) {
  margin-right: 9rem;
}

.u-mr_10:not(:root) {
  margin-right: 10rem;
}

.u-ml_0:not(:root) {
  margin-left: 0rem;
}

.u-ml_1:not(:root) {
  margin-left: 1rem;
}

.u-ml_2:not(:root) {
  margin-left: 2rem;
}

.u-ml_3:not(:root) {
  margin-left: 3rem;
}

.u-ml_4:not(:root) {
  margin-left: 4rem;
}

.u-ml_5:not(:root) {
  margin-left: 5rem;
}

.u-ml_6:not(:root) {
  margin-left: 6rem;
}

.u-ml_7:not(:root) {
  margin-left: 7rem;
}

.u-ml_8:not(:root) {
  margin-left: 8rem;
}

.u-ml_9:not(:root) {
  margin-left: 9rem;
}

.u-ml_10:not(:root) {
  margin-left: 10rem;
}

.u-my_0:not(:root) {
  margin-block: 0rem;
}

.u-my_1:not(:root) {
  margin-block: 1rem;
}

.u-my_2:not(:root) {
  margin-block: 2rem;
}

.u-my_3:not(:root) {
  margin-block: 3rem;
}

.u-my_4:not(:root) {
  margin-block: 4rem;
}

.u-my_5:not(:root) {
  margin-block: 5rem;
}

.u-my_6:not(:root) {
  margin-block: 6rem;
}

.u-my_7:not(:root) {
  margin-block: 7rem;
}

.u-my_8:not(:root) {
  margin-block: 8rem;
}

.u-my_9:not(:root) {
  margin-block: 9rem;
}

.u-my_10:not(:root) {
  margin-block: 10rem;
}

.u-mx_0:not(:root) {
  margin-inline: 0rem;
}

.u-mx_1:not(:root) {
  margin-inline: 1rem;
}

.u-mx_2:not(:root) {
  margin-inline: 2rem;
}

.u-mx_3:not(:root) {
  margin-inline: 3rem;
}

.u-mx_4:not(:root) {
  margin-inline: 4rem;
}

.u-mx_5:not(:root) {
  margin-inline: 5rem;
}

.u-mx_6:not(:root) {
  margin-inline: 6rem;
}

.u-mx_7:not(:root) {
  margin-inline: 7rem;
}

.u-mx_8:not(:root) {
  margin-inline: 8rem;
}

.u-mx_9:not(:root) {
  margin-inline: 9rem;
}

.u-mx_10:not(:root) {
  margin-inline: 10rem;
}

.u-pt_1:not(:root) {
  padding-top: 1em;
}

.u-pt_2:not(:root) {
  padding-top: 2em;
}

.u-pt_3:not(:root) {
  padding-top: 3em;
}

.u-pt_4:not(:root) {
  padding-top: 4em;
}

.u-pt_5:not(:root) {
  padding-top: 5em;
}

.u-pt_6:not(:root) {
  padding-top: 6em;
}

.u-pt_7:not(:root) {
  padding-top: 7em;
}

.u-pt_8:not(:root) {
  padding-top: 8em;
}

.u-pt_9:not(:root) {
  padding-top: 9em;
}

.u-pt_10:not(:root) {
  padding-top: 10em;
}

.u-pb_1:not(:root) {
  padding-bottom: 1em;
}

.u-pb_2:not(:root) {
  padding-bottom: 2em;
}

.u-pb_3:not(:root) {
  padding-bottom: 3em;
}

.u-pb_4:not(:root) {
  padding-bottom: 4em;
}

.u-pb_5:not(:root) {
  padding-bottom: 5em;
}

.u-pb_6:not(:root) {
  padding-bottom: 6em;
}

.u-pb_7:not(:root) {
  padding-bottom: 7em;
}

.u-pb_8:not(:root) {
  padding-bottom: 8em;
}

.u-pb_9:not(:root) {
  padding-bottom: 9em;
}

.u-pb_10:not(:root) {
  padding-bottom: 10em;
}

.u-pr_1:not(:root) {
  padding-right: 1em;
}

.u-pr_2:not(:root) {
  padding-right: 2em;
}

.u-pr_3:not(:root) {
  padding-right: 3em;
}

.u-pr_4:not(:root) {
  padding-right: 4em;
}

.u-pr_5:not(:root) {
  padding-right: 5em;
}

.u-pr_6:not(:root) {
  padding-right: 6em;
}

.u-pr_7:not(:root) {
  padding-right: 7em;
}

.u-pr_8:not(:root) {
  padding-right: 8em;
}

.u-pr_9:not(:root) {
  padding-right: 9em;
}

.u-pr_10:not(:root) {
  padding-right: 10em;
}

.u-pl_1:not(:root) {
  padding-left: 1em;
}

.u-pl_2:not(:root) {
  padding-left: 2em;
}

.u-pl_3:not(:root) {
  padding-left: 3em;
}

.u-pl_4:not(:root) {
  padding-left: 4em;
}

.u-pl_5:not(:root) {
  padding-left: 5em;
}

.u-pl_6:not(:root) {
  padding-left: 6em;
}

.u-pl_7:not(:root) {
  padding-left: 7em;
}

.u-pl_8:not(:root) {
  padding-left: 8em;
}

.u-pl_9:not(:root) {
  padding-left: 9em;
}

.u-pl_10:not(:root) {
  padding-left: 10em;
}

.u-py_1:not(:root) {
  padding-block: 1em;
}

.u-py_2:not(:root) {
  padding-block: 2em;
}

.u-py_3:not(:root) {
  padding-block: 3em;
}

.u-py_4:not(:root) {
  padding-block: 4em;
}

.u-py_5:not(:root) {
  padding-block: 5em;
}

.u-py_6:not(:root) {
  padding-block: 6em;
}

.u-py_7:not(:root) {
  padding-block: 7em;
}

.u-py_8:not(:root) {
  padding-block: 8em;
}

.u-py_9:not(:root) {
  padding-block: 9em;
}

.u-py_10:not(:root) {
  padding-block: 10em;
}

.u-px_1:not(:root) {
  padding-inline: 1em;
}

.u-px_2:not(:root) {
  padding-inline: 2em;
}

.u-px_3:not(:root) {
  padding-inline: 3em;
}

.u-px_4:not(:root) {
  padding-inline: 4em;
}

.u-px_5:not(:root) {
  padding-inline: 5em;
}

.u-px_6:not(:root) {
  padding-inline: 6em;
}

.u-px_7:not(:root) {
  padding-inline: 7em;
}

.u-px_8:not(:root) {
  padding-inline: 8em;
}

.u-px_9:not(:root) {
  padding-inline: 9em;
}

.u-px_10:not(:root) {
  padding-inline: 10em;
}

.u-display_i {
  display: inline;
}

.u-display_b {
  display: block;
}

.u-display_ib {
  display: inline-block;
}

.u-bgcol_light {
  background-color: #e8f3fd;
}

.u-bgcol_white {
  background-color: #fff;
}

.u-list01 {
  padding-left: 1.5em;
}

.u-list01 li {
  list-style: url(../images/common/icon/icon-arrow-b.svg);
}

.u-list_disc {
  padding-left: 1.5em;
}

.u-list_disc li {
  list-style: disc;
}

.u-hover_opacity {
  transition: opacity 0.3s;
}

.u-hover_opacity:hover {
  opacity: 0.8;
}

.u-content_center {
  justify-content: center;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .header {
    width: 100%;
    height: 13rem;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    position: relative;
    z-index: 100;
    transition: all 0.3s;
  }

  .header__inner {
    width: 100%;
    padding-inline: 3rem;
  }

  .header__inner .header__title {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }

  .header__inner .header__logo {
    width: 24rem;
    margin-top: 4rem; /* 2024.3/12追加 */
  }

  .header__inner .header__nav > ul {
    display: flex;
    gap: 2rem;
    font-weight: 700;
  }

  .header__inner .header__nav > ul > li {
    position: relative;
  }

  .header__inner .header__nav > ul > li a {
    display: block;
    width: 100%;
    padding-block: 1.5rem;
    color: inherit;
  }

  .header__inner .header__nav > ul > li a:hover {
    color: #006CD1;
  }

  .header__inner .header__nav > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: calc(100% - 0.5rem);
    left: 0;
    min-width: 23rem;
    background-color: #006CD1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  }

  .header__inner .header__nav > ul > li > ul::before {
    content: "";
    width: 15px;
    height: 10px;
    background-color: #006CD1;
    position: absolute;
    top: -0.8rem;
    left: 2rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

  .header__inner .header__nav > ul > li > ul > li a {
    padding: 0.5em 1em;
    font-size: 1.4rem;
    color: #fff;
  }

  .header__inner .header__nav > ul > li > ul > li a:hover {
    color: #fff;
    opacity: 0.8;
  }

  .header__inner .header__nav > ul > li > ul > li:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .header__inner .header__nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .header__cta {
    width: 50rem;
    flex-shrink: 0;
    background-image: linear-gradient(89deg, #0058ab 0%, #007cbf 40%, #1ab4e2 100%);
    color: #fff;
    padding-inline: 2rem;
  }

  .header__cta .header__cta__text {
    font-size: 1.2rem;
    margin-top: 2rem;
  }

  .header__cta .header__cta__inner {
    margin-top: 1.6rem;
    display: flex;
    gap: 1.2rem;
  }

  .header__cta .header__cta__inner .inner__tel span {
    display: block;
    text-align: right;
    font-size: 1.2rem;
  }

  .header__cta .header__cta__inner .inner__button {
    width: 25rem;
  }

  .header__cta .header__cta__inner .inner__button a {
    display: block;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to right, #ef6b6b 4%, #ffb469);
    border-radius: 100px;
    text-align: center;
    color: #fff;
    padding-block: 1rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
  }

  .header__cta .header__cta__inner .inner__button a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #e03b3b 4%, #f08259);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.3s;
  }

  .header__cta .header__cta__inner .inner__button a span {
    position: relative;
    z-index: 1;
  }

  .header__cta .header__cta__inner .inner__button a:hover::before {
    opacity: 0;
  }

  .home .header.page-top {
    background-color: transparent;
    box-shadow: none;
  }

  .home .header.page-top .header__title {
    color: #fff;
  }

  .home .header.page-top .header__nav ul li a {
    color: #fff;
  }

  .home .header.page-top .header__cta {
    border-radius: 0 0 0 2rem;
  }

  .home main {
    position: relative;
    z-index: 1;
    margin-top: -13rem;
  }

  .header__toggle {
    display: none;
  }

  .u-sp_only {
    display: none;
  }

  .u-tb_only {
    display: none;
  }

  .u-pc_only {
    display: block !important;
  }
  section .compare_sp{
	display:none;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .l-main {
    margin-top: 40px;
  }

  .header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1000;
    transition: all 0.3s;
  }

  .header__inner {
    height: 100%;
    padding-inline: 2.5%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header__title {
    font-size: 10px;
  }

  .header__logo {
    height: 27px;
  }

  .header__logo img {
    height: 100%;
    width: auto;
  }

  .header__toggle {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: #333;
    border: 0;
    border-radius: 0;
  }

  .header__toggle ._line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
  }

  .header__toggle ._text {
    font-size: 0;
    height: 0;
  }

  .header__toggle.is-open {
    gap: 0;
  }

  .header__toggle.is-open ._line:first-of-type {
    transform: rotate(45deg);
    margin-top: -2px;
  }

  .header__toggle.is-open ._line:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
  }

  .header__nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #006CD1;
    background-image: linear-gradient(89deg, #0058ab 0%, #007cbf 40%, #1ab4e2 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 300;
  }

  .header__nav ul {
    padding: 20px 20px 60px;
    flex-direction: column;
    gap: 0;
  }

  .header__nav ul li {
    display: block;
  }

  .header__nav ul li a {
    display: block;
    padding-block: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    color: #fff;
  }

  .header__cta {
    display: none;
  }

  .footer {
    padding-block: 30px;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__logo ._text {
    font-size: 1.2rem;
  }

  .footer__partner img {
    width: 80%;
  }

  .footer__nav__list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer__nav__list ul > li a {
    display: block;
  }

  .footer__cta .cta__title {
    font-size: 1.8rem;
  }

  .footer__cta .cta__info {
    flex-direction: column;
  }

  .footer__cta .cta__tel {
    text-align: center;
  }

  .footer__cta .cta__tel img {
    max-width: 300px;
  }

  .footer__cta .cta__tel p {
    font-size: 1.2rem;
    margin-top: 0;
  }

  .footer__cta .cta__button a {
    max-width: 400px;
    width: 100%;
  }

  .footer__bnr {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
  }

  .footer__bnr li {
    text-align: center;
    width: 100%;
  }

  .footer__link {
    flex-direction: column;
  }

  .footer__link__nav ul {
    flex-wrap: wrap;
    gap: 0;
  }

  .footer__link__nav ul li {
    width: 100%;
  }

  .footer__link__copy {
    margin-top: 20px;
    text-align: center;
  }

  .c-header01 {
    font-size: 2.2rem;
  }

  .c-header02 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .c-button01 a {
    font-size: 1.6rem;
  }

  .c-cta {
    padding: 40px 0;
  }

  .c-cta__read {
    padding: 0.5em 2em;
    font-size: 1.3rem;
  }

  .c-cta__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .c-cta__text {
    margin-top: 10px;
  }

  .c-cta__info {
    flex-direction: column;
  }

  .c-cta__info .info__tel p {
    text-align: center;
  }

  .c-cta__info .info__button a {
    max-width: 420px;
    width: 100%;
    font-size: 1.6rem;
  }

  .c-pagetitle {
    padding-block: 30px;
    background-position: right center;
  }

  .c-pagetitle__text {
    font-size: 2rem;
  }

  .c-form_input._xxsm,
  .c-form_textarea._xxsm {
    width: 20%;
  }

  .c-form_input._sm,
  .c-form_textarea._sm {
    width: 100%;
  }

  .c-form_input._md,
  .c-form_textarea._md {
    width: 100%;
  }

  .c-form_input._lg,
  .c-form_textarea._lg {
    width: 100%;
  }

  .c-form_select._md {
    width: 100%;
  }

  .c-form_select._lg {
    width: 100%;
  }

  .c-form_textarea._md {
    width: 100%;
  }

  .c-form_textarea._lg {
    width: 100%;
  }

  .c-form_group .group_head {
    font-size: 16px;
  }

  .c-postcontent h2:not(.is-style-section_ttl) {
    font-size: 2.2rem;
    padding-left: 20px;
  }

  .c-postcontent h2:not(.is-style-section_ttl)::before {
    width: 7px;
  }

  .c-postcontent h3:not(.is-style-section_ttl) {
    font-size: 1.8rem;
  }

  .p-top__mv {
    height: 50vh;
  }

  .p-top__mv__inner {
    padding-inline: 5%;
    margin-top: -70px; /* 2024.5.30 Hoshino */
    left:50% !important; /* 2024.5.30 Hoshino */
  }

  .p-top__mv__read {
    font-size: 1.8rem;
  }

  .p-top__mv__copy {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .p-top__mv__copy span {
    font-size: 3.2rem;
  }

  .each_box {
    font-size: 1.5rem;
  }

  .each_box span {
    font-size: 2rem;
  }

  .p-top__mv__button a {
    /* margin-top: 30px; */
    font-size: 1.8rem;
    padding: 0.5em;
  }

  .p-top__mv__button a ._text {
    font-size: 1.4rem;
  }

  .p-top__reason {
    padding: 40px 0;
    min-width: none;
    background: url(../images/top/top-reason-bg01.png) left top no-repeat, url(../images/top/top-reason-bg02.png) right -50px bottom no-repeat;
    background-size: 30%, 50%;
  }

  .p-top__reason__title {
    font-size: 2.2rem;
    text-align: center;
  }

  .p-top__reason__title span {
    font-size: 1.6rem;
  }

  .p-top__reason__image {
    width: 100%;
    max-width: 480px;
    position: relative;
    top: auto;
    right: auto;
    margin-inline: auto;
  }

  .p-top__functions {
    padding-block: 40px;
  }

  .p-top__functions__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .p-top__functions__list {
    flex-direction: column;
    align-items: center;
  }

  .p-top__functions__item {
    width: 100%;
    max-width: 400px;
  }

  .p-top__plan__inner {
    padding-block: 40px;
  }

  .p-top__plan__title::before {
    height: 60px;
  }

  .p-top__plan__title span {
    padding-top: 3.8rem;
    font-size: 2.2rem;
  }

  .p-top__plan__list {
    flex-direction: column;
    margin-top: 30px;
  }

  .p-top__plan__item {
    width: 100%;
    max-width: 400px;
    padding: 40px 30px 40px;
  }

  .p-top__plan__item .item__badge {
    top: -1.9rem;
    right: -2.3rem;
    width: 8.4rem;
  }

  .p-top__plan__item._custom {
    width: 100%;
    max-width: 400px;
  }

/* トップページに比較表追加 2025.3  */

  .compare_pc{
	display:none;
  }
  .p-top__compare {
    padding-block: 40px;
  }
  .p-top__compare__title {
    font-size: 2.2rem;
    line-height: 1;
  }
  .p-top__compare__title::before {
   /* height: 60px; */
  }
  .p-top__compare__title span {
    padding-top: 3.8rem;
    line-height:1;
    font-size:2.5rem !important;
  }
 .compare_sp figure{
	text-align:center;
	 margin-top:3rem;
 }
 .compare_img{
	margin-bottom:1.5rem;
	 width:90%;
 }
/* 比較表追加END */

  .p-top__voice {
    padding-block: 40px;
  }

  .p-top__voice__title::before {
    height: 60px;
  }

  .p-top__voice__title span {
    padding-top: 3.8rem;
    font-size: 2.2rem;
  }

  .p-top__voice__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 30px;
    max-width: 400px;
    margin-inline: auto;
  }

  .p-top__voice__item .item__plan {
    font-size: 1.2rem;
    right: 10px;
    top: 10px;
  }

  .p-top__voice__item .item__tag li {
    font-size: 1.2rem;
    padding: 0.3rem 1.5rem;
    margin-right: 3px;
  }

  .p-top__voice__item .item__title {
    font-size: 1.8rem;
  }

  .p-top__works {
    padding-block: 40px;
  }

  .p-top__works__title::before {
    height: 60px;
  }

  .p-top__works__title > span {
    font-size: 2.2rem;
    padding-top: 3rem;
    line-height: 1.5;
  }

  .p-top__works__title strong {
    font-size: 3.6rem;
  }

  .p-top__works__title strong > span {
    font-size: 2.2rem;
  }

  .p-top__column {
    padding-top: 40px;
  }

  .p-top__column__list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-top__news {
    padding-block: 40px;
  }

  .p-top__news__list {
    margin-top: 30px;
  }

  .p-top__news__item {
    padding: 10px;
  }

  .p-top__news__item a {
    flex-direction: column;
    gap: 0;
  }

  .p-point {
    gap: 40px;
  }

  .p-point__item {
    flex-direction: column;
    gap: 30px;
  }

  .p-point__item:nth-of-type(2n) {
    flex-direction: column;
  }

  .p-point__item .item__title {
    font-size: 2.2rem;
  }

  .p-point__item .item__num {
    height: 40px;
  }

  .p-point__item .item__img {
    width: 70%;
    max-width: 400px;
    margin-inline: auto;
  }

  .p-point__works__inner {
    padding-block: 40px 60px;
  }

  .p-point__works__list {
    margin-top: 30px;
  }

  .p-function__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .p-function__item .item__title {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .p-function__item .item__tag li {
    font-size: 1rem;
  }

  .p-function__responsive {
    padding-block: 30px;
    margin-top: 60px;
  }

  .p-function__responsive__inner {
    flex-direction: column;
    gap: 0;
  }

  .p-function__responsive__item .item__title {
    font-size: 2.2rem;
    text-align: center;
  }

  .p-function__responsive__item .item__box {
    padding: 30px;
  }

  .p-function__responsive__item .item__box .item__box__title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .p-function__responsive__item .item__box .item__box__list li {
    font-size: 1.6rem;
  }

  .p-function__responsive__image {
    max-width: 400px;
    width: 70%;
    margin-inline: auto;
  }

  .p-plan__cost__grid {
    margin-top: 30px;
  }

  .p-plan__cost__head {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  .p-plan__cost__head__item {
    border-left: none;
    border: 1px solid #e3e4e6;
    border-top: 0.4rem solid #e3e4e6;
  }

  .p-plan__cost__head__item._kihon {
    grid-column: 1/2;
  }

  .p-plan__cost__title {
    display: grid;
    grid-template-columns: 20% repeat(4, 1fr);
    border: 1px solid #e3e4e6;
    align-self: start;
  }

  .p-plan__cost__title .title__text {
    font-size: 1rem;
    border-left: 1px solid #e3e4e6;
    text-align: center;
    padding: 0.5em 0.2em;
    color: #fff;
  }

  .p-plan__cost__title .title__text._kihon {
    background-color: #1C5993;
  }

  .p-plan__cost__title .title__text._customize {
    background-color: #0056B3;
  }

  .p-plan__cost__title .title__text._original {
    background-color: #1C8A93;
  }

  .p-plan__cost__body {
    grid-template-columns: 20% repeat(4, 1fr);
    font-size: 1.2rem;
  }

  .p-plan__cost__body br{
    display: block;
  }

  .p-plan__cost__works {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }

  .p-plan__cost__works .p-plan__cost__works__item {
    padding: 0;
    margin-bottom: 10px;
  }

  .p-plan__option {
    margin-top: 60px;
    padding-block: 30px 60px;
  }

  .p-plan__option__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .p-plan__option__item {
    padding: 30px 20px 20px;
    border-radius: 10px;
  }

  .p-plan__option__item .item__tag {
    font-size: 1.2rem;
  }

  .p-plan__option__item .item__head {
    margin-top: 10px;
    font-size: 1.6rem;
  }

  .p-plan__option__item .item__head span {
    font-size: 1.4rem;
  }

  .p-plan__option__item .item__text {
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .p-plan__works {
    padding-block: 60px;
  }

  .p-plan__works__inner .p-plan__works__head {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .p-plan__works__inner .p-plan__works__head::before {
    width: 20px;
    height: 20px;
  }

  .p-plan__works__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-plan__works__item .item__head {
    font-size: 1.6rem;
  }

  .p-plan__works__item .item__cat {
    font-size: 1.2rem;
  }

  .p-plan__faq__item dt {
    padding: 16px;
    font-size: 1.6rem;
  }

  .p-plan__faq__item dd {
    padding: 16px;
    font-size: 1.6rem;
  }

  .p-plan__example__item {
    padding: 20px;
  }

  .p-plan__example__item .item__head {
    font-size: 1.8rem;
  }

  .p-plan__example__item .item__figure {
    margin-top: 10px;
  }

  .swell-block-tab.p-works .c-tabList:not(:root) {
    --the-tab-flex: 0 0 calc((100% - 4rem) / 2);
    padding: 20px !important;
    border-radius: 10px;
  }

  .swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__title {
    font-size: 18px;
  }

  .p-works__sample {
    padding-bottom: 60px;
  }

  .p-works__sample__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .p-works__sample__title {
    font-size: 2.2rem;
  }

  .p-works__sample__img {
    max-width: 400px;
    width: 70%;
    margin-inline: auto;
  }

  .p-interview__item {
    flex-direction: column;
    padding-block: 30px;
    gap: 20px;
  }

  .p-interview__item .item__figure {
    width: 100%;
  }

  .p-interview__item .item__plan {
    font-size: 1.2rem;
    right: 10px;
    top: 10px;
  }

  .p-interview__item .item__tag li {
    font-size: 1.2rem;
  }

  .p-interview__item .item__title {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .p-interview__item .item__name {
    margin-top: 10px;
  }

  .p-contactus_title {
    font-size: 23px;
  }

  .p-contactus_cont {
    padding: 7vw 5vw;
  }

  .p-contactus_cont_inner {
    padding: 7vw 5vw;
  }

  .p-news__header__title {
    font-size: 2.2rem;
  }

  .p-manual {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 60px;
  }

  .p-manual__article .article__header__title {
    font-size: 2.4rem;
  }

  .u-mt_0:not(:root) {
    margin-top: calc((0px * 10) * 0.6);
  }

  .u-mt_1:not(:root) {
    margin-top: calc((1px * 10) * 0.6);
  }

  .u-mt_2:not(:root) {
    margin-top: calc((2px * 10) * 0.6);
  }

  .u-mt_3:not(:root) {
    margin-top: calc((3px * 10) * 0.6);
  }

  .u-mt_4:not(:root) {
    margin-top: calc((4px * 10) * 0.6);
  }

  .u-mt_5:not(:root) {
    margin-top: calc((5px * 10) * 0.6);
  }

  .u-mt_6:not(:root) {
    margin-top: calc((6px * 10) * 0.6);
  }

  .u-mt_7:not(:root) {
    margin-top: calc((7px * 10) * 0.6);
  }

  .u-mt_8:not(:root) {
    margin-top: calc((8px * 10) * 0.6);
  }

  .u-mt_9:not(:root) {
    margin-top: calc((9px * 10) * 0.6);
  }

  .u-mt_10:not(:root) {
    margin-top: calc((10px * 10) * 0.6);
  }

  .u-mb_0:not(:root) {
    margin-bottom: calc((0px * 10) * 0.6);
  }

  .u-mb_1:not(:root) {
    margin-bottom: calc((1px * 10) * 0.6);
  }

  .u-mb_2:not(:root) {
    margin-bottom: calc((2px * 10) * 0.6);
  }

  .u-mb_3:not(:root) {
    margin-bottom: calc((3px * 10) * 0.6);
  }

  .u-mb_4:not(:root) {
    margin-bottom: calc((4px * 10) * 0.6);
  }

  .u-mb_5:not(:root) {
    margin-bottom: calc((5px * 10) * 0.6);
  }

  .u-mb_6:not(:root) {
    margin-bottom: calc((6px * 10) * 0.6);
  }

  .u-mb_7:not(:root) {
    margin-bottom: calc((7px * 10) * 0.6);
  }

  .u-mb_8:not(:root) {
    margin-bottom: calc((8px * 10) * 0.6);
  }

  .u-mb_9:not(:root) {
    margin-bottom: calc((9px * 10) * 0.6);
  }

  .u-mb_10:not(:root) {
    margin-bottom: calc((10px * 10) * 0.6);
  }

  .u-mr_0:not(:root) {
    margin-right: calc((0px * 10) * 0.6);
  }

  .u-mr_1:not(:root) {
    margin-right: calc((1px * 10) * 0.6);
  }

  .u-mr_2:not(:root) {
    margin-right: calc((2px * 10) * 0.6);
  }

  .u-mr_3:not(:root) {
    margin-right: calc((3px * 10) * 0.6);
  }

  .u-mr_4:not(:root) {
    margin-right: calc((4px * 10) * 0.6);
  }

  .u-mr_5:not(:root) {
    margin-right: calc((5px * 10) * 0.6);
  }

  .u-mr_6:not(:root) {
    margin-right: calc((6px * 10) * 0.6);
  }

  .u-mr_7:not(:root) {
    margin-right: calc((7px * 10) * 0.6);
  }

  .u-mr_8:not(:root) {
    margin-right: calc((8px * 10) * 0.6);
  }

  .u-mr_9:not(:root) {
    margin-right: calc((9px * 10) * 0.6);
  }

  .u-mr_10:not(:root) {
    margin-right: calc((10px * 10) * 0.6);
  }

  .u-ml_0:not(:root) {
    margin-left: calc((0px * 10) * 0.6);
  }

  .u-ml_1:not(:root) {
    margin-left: calc((1px * 10) * 0.6);
  }

  .u-ml_2:not(:root) {
    margin-left: calc((2px * 10) * 0.6);
  }

  .u-ml_3:not(:root) {
    margin-left: calc((3px * 10) * 0.6);
  }

  .u-ml_4:not(:root) {
    margin-left: calc((4px * 10) * 0.6);
  }

  .u-ml_5:not(:root) {
    margin-left: calc((5px * 10) * 0.6);
  }

  .u-ml_6:not(:root) {
    margin-left: calc((6px * 10) * 0.6);
  }

  .u-ml_7:not(:root) {
    margin-left: calc((7px * 10) * 0.6);
  }

  .u-ml_8:not(:root) {
    margin-left: calc((8px * 10) * 0.6);
  }

  .u-ml_9:not(:root) {
    margin-left: calc((9px * 10) * 0.6);
  }

  .u-ml_10:not(:root) {
    margin-left: calc((10px * 10) * 0.6);
  }

  .u-my_0:not(:root) {
    margin-block: calc((0px * 10) * 0.6);
  }

  .u-my_1:not(:root) {
    margin-block: calc((1px * 10) * 0.6);
  }

  .u-my_2:not(:root) {
    margin-block: calc((2px * 10) * 0.6);
  }

  .u-my_3:not(:root) {
    margin-block: calc((3px * 10) * 0.6);
  }

  .u-my_4:not(:root) {
    margin-block: calc((4px * 10) * 0.6);
  }

  .u-my_5:not(:root) {
    margin-block: calc((5px * 10) * 0.6);
  }

  .u-my_6:not(:root) {
    margin-block: calc((6px * 10) * 0.6);
  }

  .u-my_7:not(:root) {
    margin-block: calc((7px * 10) * 0.6);
  }

  .u-my_8:not(:root) {
    margin-block: calc((8px * 10) * 0.6);
  }

  .u-my_9:not(:root) {
    margin-block: calc((9px * 10) * 0.6);
  }

  .u-my_10:not(:root) {
    margin-block: calc((10px * 10) * 0.6);
  }

  .u-mx_0:not(:root) {
    margin-inline: calc((0px * 10) * 0.6);
  }

  .u-mx_1:not(:root) {
    margin-inline: calc((1px * 10) * 0.6);
  }

  .u-mx_2:not(:root) {
    margin-inline: calc((2px * 10) * 0.6);
  }

  .u-mx_3:not(:root) {
    margin-inline: calc((3px * 10) * 0.6);
  }

  .u-mx_4:not(:root) {
    margin-inline: calc((4px * 10) * 0.6);
  }

  .u-mx_5:not(:root) {
    margin-inline: calc((5px * 10) * 0.6);
  }

  .u-mx_6:not(:root) {
    margin-inline: calc((6px * 10) * 0.6);
  }

  .u-mx_7:not(:root) {
    margin-inline: calc((7px * 10) * 0.6);
  }

  .u-mx_8:not(:root) {
    margin-inline: calc((8px * 10) * 0.6);
  }

  .u-mx_9:not(:root) {
    margin-inline: calc((9px * 10) * 0.6);
  }

  .u-mx_10:not(:root) {
    margin-inline: calc((10px * 10) * 0.6);
  }

  .u-pt_1:not(:root) {
    padding-top: calc((1px * 10) * 0.6);
  }

  .u-pt_2:not(:root) {
    padding-top: calc((2px * 10) * 0.6);
  }

  .u-pt_3:not(:root) {
    padding-top: calc((3px * 10) * 0.6);
  }

  .u-pt_4:not(:root) {
    padding-top: calc((4px * 10) * 0.6);
  }

  .u-pt_5:not(:root) {
    padding-top: calc((5px * 10) * 0.6);
  }

  .u-pt_6:not(:root) {
    padding-top: calc((6px * 10) * 0.6);
  }

  .u-pt_7:not(:root) {
    padding-top: calc((7px * 10) * 0.6);
  }

  .u-pt_8:not(:root) {
    padding-top: calc((8px * 10) * 0.6);
  }

  .u-pt_9:not(:root) {
    padding-top: calc((9px * 10) * 0.6);
  }

  .u-pt_10:not(:root) {
    padding-top: calc((10px * 10) * 0.6);
  }
}

@media screen and (max-width: 520px) {
  .footer__logo {
    flex-direction: column;
    align-items: start;
  }

  .c-pagetitle {
    background: none;
  }

  .p-top__mv {
    height: 60vh;
  }

  .p-top__column__list {
    grid-template-columns: 1fr;
  }

  .p-function__list {
    grid-template-columns: 1fr;
  }

  .p-plan__cost__details summary {
    font-size: 1.4rem;
  }

  .p-plan__cost__body__head {
    padding: 0.2em;
    line-height: 1.5;
    font-size: 9px;
  }

  .p-plan__cost__body__item {
    padding: 0.8em;
    font-size: 10px;
    text-align: left;
  }

  .p-plan__cost__body__item strong {
    font-size: 1rem;
  }

  .sp_d{
    display: none!important;
  }

  .sp_dd{
    display: block;
  }

  .p-plan__option__list {
    grid-template-columns: 1fr;
  }

  .p-plan__works__list {
    grid-template-columns: 1fr;
  }

  .wp-block-cover.p-works__pickup {
    padding-bottom: 40px;
  }

  .wp-block-columns.p-pickup__list .p-pickup__item .item__plan {
    font-size: 12px;
  }

  .wp-block-columns.p-pickup__list .p-pickup__item .item__title {
    font-size: 18px;
  }

  .swell-block-tab.p-works .c-tabList:not(:root) {
    --the-tab-flex: 0 0 100%;
  }

  .swell-block-tab.p-works .c-tabBody .p-works__list .p-works__item .item__plan {
    font-size: 10px;
  }

  .p-contactus_cont {
    padding: 1vw;
  }

  .u-mt_0:not(:root) {
    margin-top: calc((0px * 10) * 0.4);
  }

  .u-mt_1:not(:root) {
    margin-top: calc((1px * 10) * 0.4);
  }

  .u-mt_2:not(:root) {
    margin-top: calc((2px * 10) * 0.4);
  }

  .u-mt_3:not(:root) {
    margin-top: calc((3px * 10) * 0.4);
  }

  .u-mt_4:not(:root) {
    margin-top: calc((4px * 10) * 0.4);
  }

  .u-mt_5:not(:root) {
    margin-top: calc((5px * 10) * 0.4);
  }

  .u-mt_6:not(:root) {
    margin-top: calc((6px * 10) * 0.4);
  }

  .u-mt_7:not(:root) {
    margin-top: calc((7px * 10) * 0.4);
  }

  .u-mt_8:not(:root) {
    margin-top: calc((8px * 10) * 0.4);
  }

  .u-mt_9:not(:root) {
    margin-top: calc((9px * 10) * 0.4);
  }

  .u-mt_10:not(:root) {
    margin-top: calc((10px * 10) * 0.4);
  }

  .u-mb_0:not(:root) {
    margin-bottom: calc((0px * 10) * 0.4);
  }

  .u-mb_1:not(:root) {
    margin-bottom: calc((1px * 10) * 0.4);
  }

  .u-mb_2:not(:root) {
    margin-bottom: calc((2px * 10) * 0.4);
  }

  .u-mb_3:not(:root) {
    margin-bottom: calc((3px * 10) * 0.4);
  }

  .u-mb_4:not(:root) {
    margin-bottom: calc((4px * 10) * 0.4);
  }

  .u-mb_5:not(:root) {
    margin-bottom: calc((5px * 10) * 0.4);
  }

  .u-mb_6:not(:root) {
    margin-bottom: calc((6px * 10) * 0.4);
  }

  .u-mb_7:not(:root) {
    margin-bottom: calc((7px * 10) * 0.4);
  }

  .u-mb_8:not(:root) {
    margin-bottom: calc((8px * 10) * 0.4);
  }

  .u-mb_9:not(:root) {
    margin-bottom: calc((9px * 10) * 0.4);
  }

  .u-mb_10:not(:root) {
    margin-bottom: calc((10px * 10) * 0.4);
  }

  .u-mr_0:not(:root) {
    margin-right: calc((0px * 10) * 0.4);
  }

  .u-mr_1:not(:root) {
    margin-right: calc((1px * 10) * 0.4);
  }

  .u-mr_2:not(:root) {
    margin-right: calc((2px * 10) * 0.4);
  }

  .u-mr_3:not(:root) {
    margin-right: calc((3px * 10) * 0.4);
  }

  .u-mr_4:not(:root) {
    margin-right: calc((4px * 10) * 0.4);
  }

  .u-mr_5:not(:root) {
    margin-right: calc((5px * 10) * 0.4);
  }

  .u-mr_6:not(:root) {
    margin-right: calc((6px * 10) * 0.4);
  }

  .u-mr_7:not(:root) {
    margin-right: calc((7px * 10) * 0.4);
  }

  .u-mr_8:not(:root) {
    margin-right: calc((8px * 10) * 0.4);
  }

  .u-mr_9:not(:root) {
    margin-right: calc((9px * 10) * 0.4);
  }

  .u-mr_10:not(:root) {
    margin-right: calc((10px * 10) * 0.4);
  }

  .u-ml_0:not(:root) {
    margin-left: calc((0px * 10) * 0.4);
  }

  .u-ml_1:not(:root) {
    margin-left: calc((1px * 10) * 0.4);
  }

  .u-ml_2:not(:root) {
    margin-left: calc((2px * 10) * 0.4);
  }

  .u-ml_3:not(:root) {
    margin-left: calc((3px * 10) * 0.4);
  }

  .u-ml_4:not(:root) {
    margin-left: calc((4px * 10) * 0.4);
  }

  .u-ml_5:not(:root) {
    margin-left: calc((5px * 10) * 0.4);
  }

  .u-ml_6:not(:root) {
    margin-left: calc((6px * 10) * 0.4);
  }

  .u-ml_7:not(:root) {
    margin-left: calc((7px * 10) * 0.4);
  }

  .u-ml_8:not(:root) {
    margin-left: calc((8px * 10) * 0.4);
  }

  .u-ml_9:not(:root) {
    margin-left: calc((9px * 10) * 0.4);
  }

  .u-ml_10:not(:root) {
    margin-left: calc((10px * 10) * 0.4);
  }

  .u-my_0:not(:root) {
    margin-block: calc((0px * 10) * 0.4);
  }

  .u-my_1:not(:root) {
    margin-block: calc((1px * 10) * 0.4);
  }

  .u-my_2:not(:root) {
    margin-block: calc((2px * 10) * 0.4);
  }

  .u-my_3:not(:root) {
    margin-block: calc((3px * 10) * 0.4);
  }

  .u-my_4:not(:root) {
    margin-block: calc((4px * 10) * 0.4);
  }

  .u-my_5:not(:root) {
    margin-block: calc((5px * 10) * 0.4);
  }

  .u-my_6:not(:root) {
    margin-block: calc((6px * 10) * 0.4);
  }

  .u-my_7:not(:root) {
    margin-block: calc((7px * 10) * 0.4);
  }

  .u-my_8:not(:root) {
    margin-block: calc((8px * 10) * 0.4);
  }

  .u-my_9:not(:root) {
    margin-block: calc((9px * 10) * 0.4);
  }

  .u-my_10:not(:root) {
    margin-block: calc((10px * 10) * 0.4);
  }

  .u-mx_0:not(:root) {
    margin-inline: calc((0px * 10) * 0.4);
  }

  .u-mx_1:not(:root) {
    margin-inline: calc((1px * 10) * 0.4);
  }

  .u-mx_2:not(:root) {
    margin-inline: calc((2px * 10) * 0.4);
  }

  .u-mx_3:not(:root) {
    margin-inline: calc((3px * 10) * 0.4);
  }

  .u-mx_4:not(:root) {
    margin-inline: calc((4px * 10) * 0.4);
  }

  .u-mx_5:not(:root) {
    margin-inline: calc((5px * 10) * 0.4);
  }

  .u-mx_6:not(:root) {
    margin-inline: calc((6px * 10) * 0.4);
  }

  .u-mx_7:not(:root) {
    margin-inline: calc((7px * 10) * 0.4);
  }

  .u-mx_8:not(:root) {
    margin-inline: calc((8px * 10) * 0.4);
  }

  .u-mx_9:not(:root) {
    margin-inline: calc((9px * 10) * 0.4);
  }

  .u-mx_10:not(:root) {
    margin-inline: calc((10px * 10) * 0.4);
  }

  .u-pt_1:not(:root) {
    padding-top: calc((1px * 10) * 0.4);
  }

  .u-pt_2:not(:root) {
    padding-top: calc((2px * 10) * 0.4);
  }

  .u-pt_3:not(:root) {
    padding-top: calc((3px * 10) * 0.4);
  }

  .u-pt_4:not(:root) {
    padding-top: calc((4px * 10) * 0.4);
  }

  .u-pt_5:not(:root) {
    padding-top: calc((5px * 10) * 0.4);
  }

  .u-pt_6:not(:root) {
    padding-top: calc((6px * 10) * 0.4);
  }

  .u-pt_7:not(:root) {
    padding-top: calc((7px * 10) * 0.4);
  }

  .u-pt_8:not(:root) {
    padding-top: calc((8px * 10) * 0.4);
  }

  .u-pt_9:not(:root) {
    padding-top: calc((9px * 10) * 0.4);
  }

  .u-pt_10:not(:root) {
    padding-top: calc((10px * 10) * 0.4);
  }

  .u-sp_only {
    display: block !important;
  }

  .u-tb_only {
    display: none;
  }

  .u-pc_only {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  html {
    font-size: 0.75vw;
  }

}

@media screen and (max-width: 768px) and (min-width: 426px) {
  .u-sp_only {
    display: none;
  }

  .u-tb_only {
    display: block !important;
  }

  .u-pc_only {
    display: none;
  }
}

/* 2024.1.26追加 PSI対応 */
.high-contrast-link {
    color: #0044CC;
    font-weight: bold;
    font-size: 1.0em;
}

.high-contrast-link:hover,
.high-contrast-link:focus {
    color: #002288;
    text-decoration: underline;
}

.footer__nav__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__nav__list a {
    display: inline-block; /* リンクをインラインブロック要素にする */
    padding: 10px; /* リンクの周囲にパディングを追加 */
    min-width: 48px; /* 最小幅を設定 */
    min-height: 48px; /* 最小高さを設定 */
}

.footer__link__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__link__nav a {
    display: inline-block; /* リンクをインラインブロック要素にする */
    padding: 10px; /* リンクの周囲にパディングを追加 */
    min-width: 48px; /* 最小幅を設定 */
    min-height: 48px; /* 最小高さを設定 */
}


/* 

プランページの追加実装　2024.06

*/
.p-plan__cost__starter {
  border: solid 1px gray;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  width: 75%;
  margin: 0 auto;
}
.seventy_per {
  flex: 0 0 60%;
  margin-top: 2.5rem;
}
.seventy_per p {

  margin: 0;
}

.thirty_per {
  flex: 0 0 40%;
}

.thirty_per img {
  width: 100%;
}

.p-plan__cost__fearture {
  display: contents;
  justify-content: space-around;
}

.p-plan__cost__fearture img {
  height: 20px;
  width: auto;
  margin: 0 0.1rem;
}

.p-plan__cost__icon {
  text-align: center;
  margin: 1rem 0;
}
.p-plan__cost__icon img {
  width: 50px;
}
.title_h3 {
  text-align: center;
}
.p-plan__cost__example {
  background-color: #dcdcdc;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  width: 75%;
  margin: 0 auto;
}

.p-plan__cost__ex_note {
  display: contents;
}

.p-plan__cost__ex_note p {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  margin: auto;
}
.p-plan__cost__ex_note p span {
  font-weight: bold;
  font-size: 2rem;
}

.p-plan__cost__ex_note img {
  width: auto;
  height: 40px;
  margin: auto 1.5rem;
}

.price {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.totalPrice {
  color: #fff;
}

.p-plan__cost__totalprice {
  background-color: #1c5993;
  color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .p-plan__cost__starter {
    flex-direction: column;
    align-items: center;
    width: 100% !important;
  }

  .seventy_per,
  .thirty_per {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    margin-bottom: 10px; /* 要素間のマージンを調整 */
  }

  .seventy_per {
    margin-top: initial;
  }

  .p-plan__cost__fearture {
    justify-content: center;
	  display:flex !important;
  }
  .p-plan__cost__example {
    flex-direction: column;
    width: 100%;
    padding: 1.3rem;
    margin-bottom: 50px;

  }

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

  .p-plan__cost__ex_note p {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }

  .p-plan__cost__ex_note img {
    margin: 0.5rem 0;
  }

  .p-plan__cost__totalprice {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}


/* お客様の声 */

/*　見出し用　*/

.servey_rating_sec{
  padding: 10px;
  text-align: center;
}
.voice_header {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	margin: 2rem 0;
	display: inline-block;
	padding: 0 55px;
}

.voice_header:before, .voice_header:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 150px;
  height: 1px;
  background-color: black;
}

.voice_header:before {
  left:-110px;
}
.voice_header:after {
  right: -110px;
}

.rating-wrapper{
	max-width: 128rem;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.rating-wrapper._m{
	width: 95%;
 	margin: auto;
	}
}
.overall_rating_sec {
  padding: 10px;
  text-align: center;
}

/* 総合的な評価 */
    .survey-results {
        display: flex;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
    }

    .survey-item {
        text-align: center;
        flex: 1;
        min-width: 300px;
        max-width: 33%;
    }

    .survey-title {
        font-size: 1.2em;
        font-weight: bold;
        margin: 10px 0;
    }

    .survey-image img {
        width: 100%;
        height: auto;
    }

    @media (max-width: 600px) {
        .survey-results {
            flex-direction: column;
            align-items: center;
        }

        .survey-item {
            width: 100%;
            max-width: none;
        }
		
		.need_padding img {
        padding-right: 50px;
    }
		.padding_modify img {
			max-width: 73% !important;
		}
		
		.need_padding_2 img {
			max-width: 350px !important;
        padding-right: 3rem;
    }
}

h3 .cus_interview_ttl {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: #333;
font-weight:bold;
margin-bottom: 10px;
}

h3 .cus_interview_ttl::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.cus_interview{
max-width:80%;

}
.cus_box{
  max-width: 80%;
  margin: 0 auto;
margin-bottom:2rem;
}