@charset "UTF-8";
.pagecontents-outer {
  margin-top: -100vh;
  /* padding-top: 95px; */
  color: var(--text);
  padding-bottom: clamp(6.5rem, (1vw * 200 / 1440 * 100), 12.5rem);
}
.pagecontents-outer.-archivenews {
  padding-bottom: clamp(2.5rem, (1vw * 144 / 1440 * 100), 9rem);
}
.pagecontents-outer.-single{
  padding-bottom: clamp(3.75rem, (1vw * 200 / 1440 * 100), 12.5rem);
}
.pagecontents-outer.-contact{
  padding-bottom: clamp(3.75rem, (1vw * 200 / 1440 * 100), 12.5rem);
}
.pagecontents-outer.-company,
.pagecontents-outer.-recruit{
  padding-bottom: clamp(4.5rem, (1vw * 144 / 1440 * 100), 9rem);
}
.pagecontents-outer.-service{
  padding-bottom: clamp(2.5rem, (1vw * 64 / 1440 * 100), 4rem);
}
.pagecontents-outer.-philosophy{
  padding-bottom: clamp(2.5rem, (1vw * 200 / 1440 * 100), 9rem);
}
/* page-pagemv */
.page-pagemv {
  padding-top: clamp(3.5rem, (1vw * 128 / 1440 * 100), 8rem);
  margin-top: 95px;
  margin-right: auto;
  margin-bottom: clamp(1.75rem, (1vw * 64 / 1440 * 100), 4rem);
  margin-left: auto;
  position: relative;
  width: min(86%, 1000px);
}
.page-pagemv.-archivenews {
  margin-bottom: clamp(1.75rem, (1vw * 64 / 1440 * 100), 4rem);
}
.page-pagemv.-company {
  padding-top: clamp(3.25rem, (1vw * 128 / 1440 * 100), 8rem);
  margin-bottom: clamp(2.5rem, (1vw * 64 / 1440 * 100), 4rem);
}
.page-pagemv.-notfound {
  padding-top: clamp(9rem, (1vw * 192 / 1440 * 100), 12rem);
}
.page-pagemv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--main-blue);
}
.page-pagemv.-black::after {
  background-color: var(--text);
}
.p-pagemv-title {
  padding-right: 0.5rem;
  padding-bottom: clamp(6.25rem, (1vw * 152 / 1440 * 100), 9.5rem);
  padding-left: 0.375rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.p-pagemv-title .en {
  color: var(--text-blue);
  font-size: clamp(
  calc(35 / 16 * 1rem),
  calc(70 / 1440 * 100vw),
  calc(70 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.p-pagemv-title .ja {
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(25 / 1440 * 100vw),
  calc(25 / 16 * 1rem)
  );
  font-family: var(--TPGothic-M);
  line-height: 1;
  letter-spacing: 0.075em;
}
.pagemv-subtitle {
  padding-bottom: 3px;
  font-size: clamp(
  calc(16 / 16 * 1rem),
  calc(18 / 1440 * 100vw),
  calc(18 / 16 * 1rem)
  );
  font-family: var(--TPGothic-B);
  line-height: 1;
}
.pagemv_back {
  display: none;
}
.page-copy + .page-copy {
  margin-top: 4rem;
}
.page-detail.-mvnone {
  padding-top: clamp(4.5rem, (1vw * 296 / 1440 * 100), 18.5rem);
}
.page-detail.-single {
  padding-top: 9.25rem;
}
/* l-pagerow */
.l-pagerow {
  display: flex;
  justify-content: space-between;
}
.l-pagecolumn_left {
  flex: 0 1 48%;
  position: relative;
}
.sticky_inner {
  position: sticky;
  top: 130px;
}
.l-pagecolumn_right {
  flex: 0 1 48%;
}
/* singlecolumn */
.l-singlecolumn_left {
  flex: 0 1 38.25%;
  position: relative;
}
.l-singlecolumn_right {
  flex: 0 1 61.75%;
}
/* ------------------------------ */
@media screen and (max-width: 1024px) {
.pagecontents-outer {
  margin-top: 0;
}
.pagecontents-outer.-contact {
  margin-top: 0;
}
/* .p-pagemv-title {
  align-items: center;
} */
.l-pagerow {
  display: block;
}
.l-pagecolumn_right {
  margin: 0 auto;
  max-width: 500px;
}
}
@media screen and (max-width: 768px) {
.pagecontents-outer.-contact{
  padding-bottom: 0;
}
.pagecontents-outer.-service{
  padding-bottom: 0;
}
.page-pagemv {
  /* padding-top: clamp(3.5rem, (1vw * 128 / 1440 * 100), 8rem); */
  margin-top: 75px;
}
.page-pagemv::after {
  height: 1px;
}
/* company */
.page-pagemv.-company {
  margin-top: 75px;
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
  width: 100%;
  /* max-height: 880px; */
  aspect-ratio: 0.7125;
}
.page-pagemv.-company::after {
  display: none;
}
.pagemv_back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pagemv_back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.p-pagemv-title .en.-spback {
  padding: 4px 4px;
  color: var(--text);
  background-color: #fff;
}
.p-pagemv-title .ja.-spback {
  margin-bottom: -14px;
  padding: 4px 4px;
  background-color: #fff;
}
.page-detail.-single {
  padding-top: 75px;
  padding-bottom: 0;
}
}
/* .policy-copy --------------------- */
.policy-pagetitle {
  font-size: clamp(
  calc(13 / 16 * 1rem),
  calc(18 / 1440 * 100vw),
  calc(18 / 16 * 1rem)
  );
  font-family: var(--TPGothic-B);
  letter-spacing: -0.025em;
}
.policy-copy {
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(17 / 1440 * 100vw),
  calc(17/ 16 * 1rem)
  );
  line-height: 1.857;
  letter-spacing: -0.025em;
  text-align: justify;
	margin-bottom: 1rem;
}
.policy-copy + .policy-copy {
  margin-top: 2em;
}
.policy-copy span {
  display: block;
  font-family: var(--TPGothic-B);
}
.policy-copy.-first {
  padding-bottom: 2em;
}
.policy-copy.-last {
  padding-top: clamp(1.75rem, (1vw * 32 / 1440 * 100), 2rem);
  text-align: right;
}


.privacy-content h2{
	font-size: clamp(
  calc(15 / 16 * 1rem),
  calc(22 / 1440 * 100vw),
  calc(22/ 16 * 1rem)
  );
  line-height: 1.857;
  letter-spacing: -0.025em;
  text-align: justify;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.privacy-content dt{
	font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(17 / 1440 * 100vw),
  calc(17/ 16 * 1rem)
  );
  line-height: 1.857;
  letter-spacing: -0.025em;
  text-align: justify;
	margin-bottom: 1rem;
}

.privacy-content ul , .privacy-content ol{
	margin-bottom: 2rem;
	padding: 0;
	font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(17 / 1440 * 100vw),
  calc(17/ 16 * 1rem)
  );
  line-height: 1.857;
  letter-spacing: -0.025em;
}




.privacy-content ul li{
	margin-left: 1.4rem;
	list-style: disc outside;
	margin-bottom: .5rem;
}

.privacy-content ol li{
	margin-left: 1.4rem;
	list-style: decimal outside;
	margin-bottom: .5rem;
}

.privacy-content ol li ol {
	margin-top: 1rem;
}
.privacy-content ol li ol li{
	list-style: lower-roman;
}

.privacy-content dd {
	margin-left: .75rem;
}

.privacy-content dd strong{
	font-weight: inherit;
}

/* 768px以下用の記述 */
@media screen and (max-width: 1024px) {
  .policy-pagetitle {
    margin: 4.5rem auto 0;
    padding-bottom: 4em;
    max-width: 500px;
    line-height: 1.88;
    letter-spacing: 0;
  }
  .policy-copy {
    line-height: 1.88;
    letter-spacing: -0.05em;
  }
}



/* newspost-wrap ----------------- */
.categvorylink-wrap {
  padding-left: 0.75rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 11%;
  grid-template-areas:
    "categvory2 categvory3";
}
/* .categvorylink-all {
  grid-area: categvory1;
  padding-bottom: 2.5rem;
} */
.categvorylink-cayegory {
  grid-area: categvory2;
}
.categvorylink-years {
  padding-top: 5em;
  grid-area: categvory3;
}
.categvorylink-list_item a {
  padding-bottom: clamp(0.375rem, (1vw * 16 / 1440 * 100), 1rem);;
  display: inline-block;
  color: var(--text);
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}
.categvorylink-list_item.is-active a {
  color: var(--text-blue);
}
.categvorylink-list_item.-all {
  padding-bottom: 2.5rem;
}
/* archivenews ----- */
.archivenews-wrap {
  margin-top: 6px;
  padding-top: clamp(3.25rem, (1vw * 70 / 1440 * 100), 4.375rem);
  padding-right: 6%;
  padding-bottom: clamp(2.625rem, (1vw * 96 / 1440 * 100), 6rem);
  padding-left: 6%;
  background-color: #fff;
}
.archivenews-list_item + .archivenews-list_item {
  margin-top: clamp(3.375rem, (1vw * 72 / 1440 * 100), 4.5rem);
}
.c-card_archivenews a {
  padding-bottom: clamp(1.625rem, (1vw * 36 / 1440 * 100), 2.25rem);
  position: relative;
  display: block;
  color: var(--text);
  text-decoration: none;
}
.c-card_archivenews a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--main-blue);
}
.news-infoarea {
  padding: 0 0.5rem 0.75rem 0.75rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.news-infoarea.-single {
  margin-top: clamp(3.375rem, (1vw * 76 / 1440 * 100), 4.75rem);
}
.news-infoarea::before {
    content: "";
    background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 10px, transparent 10px, transparent 13px);
    background-size: 13px 2px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.news-infoarea.-single::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 9px, transparent 9px, transparent 12px);
  background-size: 12px 2px;
}
.news-infoarea time {
  font-size: clamp(
  calc(11 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 400;
}
.news-infoarea .category {
  color: var(--main-blue);
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  text-transform: uppercase;
}
.c-card_archivenews a picture {
  margin-top: clamp(1.625rem, (1vw * 36 / 1440 * 100), 2.25rem);
  margin-right: 5%;
  margin-left: 5%;
  aspect-ratio: 1.77;
  border-radius: 3px;
  overflow: hidden;
}
.c-card_archivenews a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archivenews-posttitle {
  padding: 0 5%;
  margin-top: 2.375rem;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(18 / 1440 * 100vw),
    calc(18 / 16 * 1rem)
  );
  line-height: 1.857;
  letter-spacing: -0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* singlenews */
.singlenews-spmv {
  display: none;
}
.newspost-header picture {
  border-radius: 2px;
  aspect-ratio: 1.77;
  overflow: hidden;
}
.newspost-header picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singlenews-posttitle {
  padding: 2.5rem 4% 2.75rem 12.5%;
  position: relative;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(20 / 1440 * 100vw),
    calc(20 / 16 * 1rem)
  );
  line-height: 1.875;
}
.singlenews-posttitle::before {
  content: "";
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 10px, transparent 10px, transparent 14px);
  background-size: 14px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* newspost-contents */
.newspost-contents {
  margin-top: 2.5rem;
}
.newspost-contents p {
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  line-height: 2;
}
.newspost-contents p a {
  color: var(--main-blue);
  text-decoration: underline;
}

.newspost-contents h2 {
	font-size: clamp(
  calc(16 / 16 * 1rem),
  calc(24 / 1440 * 100vw),
  calc(24 / 16 * 1rem)
  );
	line-height: 1.8;
}

.newspost-contents hr.wp-block-separator{
	margin-top: 2rem;
}

.newspost-contents h3 {
	font-size: clamp(
  calc(14 / 16 * 1rem),
  calc(20 / 1440 * 100vw),
  calc(20 / 16 * 1rem)
  );
}

.newspost-contents p,
.newspost-contents h2,
.newspost-contents h3,
.newspost-contents p + ul,
.newspost-contents ul + p,
.newspost-contents figure,
.newspost-contents figure + p,
.newspost-contents figure + ul {
  margin-top: 2em;
}
.newspost-contents ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.newspost-contents ul li {
  position: relative;
  padding-left: 1.25em;
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.newspost-contents ul li::before {
  content: "◯";
  position: absolute;
  top: 0;
  left: 0;
}
.newspost-contents figure {
  overflow: hidden;
  border-radius: 3px;
}
.l-newspost-back {
  margin-top: 13rem;
  position: relative;
}
.l-newspost-back_inner {
  position: relative;
  padding-top: 2.25rem;
}
.l-newspost-back_inner::before,
.l-newspost-back_inner::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-newspost-back_inner::before {
  content: "";
  left: 0;
  background-image: url(../images/line-start.svg);
}
.l-newspost-back_inner::after {
  content: "";
  right: 0;
  background-image: url(../images/line-end.svg);
}
.l-newspost-back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: calc(100% - 16px);
    height: 2px;
    background-color: var(--main-blue);
}
/* more ------------------------ */
.c-card_archivenews a .more {
  margin-top: clamp(1.125rem, (1vw * 72 / 1440 * 100), 4.5rem);
  margin-left: auto;
  padding-right: 5%;
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--text-gray);
  text-decoration: none;
  gap: 0 0.5rem;
  transition: .25s var(--cubic-bezier-hover);
}
.c-card_archivenews a .more .en {
  padding-bottom: 2px;
  font-size: calc(15 / 16 * 1rem);
  font-family: var(--googlefont-Inter);
  font-weight: 300;
  letter-spacing: 0.025em;
}
.c-card_archivenews a .more .arrow {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--sub-red);
}
.c-card_archivenews a .more .arrow::before,
.c-card_archivenews a .more .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/arrow-more_w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64% 64%;
  }
.c-card_archivenews a .more .arrow::before {
    left: 0;
    transition: .25s var(--cubic-bezier-hover);
}
.c-card_archivenews a .more .arrow::after {
    left: -50%;
    opacity: 0;
    transition: .25s .05s var(--cubic-bezier-hover);
}
@media(hover: hover) {
    .c-card_archivenews a:hover .more .arrow {
        background-color: var(--main-blue);
    }

    .c-card_archivenews a:hover .more .arrow::before {
        left: 50%;
        opacity: 0
    }
    .c-card_archivenews a:hover .more .arrow::after {
        left: 0;
        opacity: 1
    }
}
.mobile-categvorylink-wrap {
  display: none;
}
/* ---------------------------- */

@media screen and (max-width: 1024px) {
.archivenews-wrap {
  margin-top: clamp(2.375rem, (1vw * 64 / 1024 * 100), 4rem);
}
.newspost-header picture {
  margin-top: 4rem;
}
}
@media screen and (max-width: 768px) {
.categvorylink-wrap {
  padding-left: 1.25rem;
  display: block;
}
/* .categvorylink-all {
  padding-bottom: 0;
} */
.categvorylink-cayegory {
  display: flex;
  flex-wrap: wrap;
}
.categvorylink-years {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.categvorylink-list_item::after {
  content: "/";
  margin: 0 1rem;
  font-size: calc(12 / 16 * 1rem);
  font-family: var(--googlefont-Inter);
  font-weight: 700;
}
.categvorylink-list_item:last-child:after {
  display: none;
}
.categvorylink-list_item.-all {
  padding-bottom: 0;
}
/* archivenews-wrap */
.archivenews-wrap {
  padding-right: 3.5%;
  padding-left: 3.5%;
}

.c-card_archivenews a::after {
  height: 1px;
}
.news-infoarea {
  padding: 0 0.25rem 0.375rem;
}
.news-infoarea::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 4px, transparent 4px, transparent 6px);
  background-size: 6px 1.5px;
}
.news-infoarea.-single::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 4px, transparent 4px, transparent 6px);
  background-size: 6px 1.5px;
}
.news-infoarea .category {
  letter-spacing: 0.025em;
}
.c-card_archivenews a picture {
  border-radius: 2px;
}
.archivenews-posttitle {
  margin-top: 2rem;
  letter-spacing: -0.02em;
  -webkit-line-clamp: 4;
}
.archivenews-posttitle br {
  display: none;
}
/* singlenews */
.singlenews-spmv {
  display: block;
  margin-bottom: 2.75rem;
  aspect-ratio: 1.77;
}
.singlenews-spmv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newspost-header picture {
  display: none;
}
.singlenews-posttitle {
  padding: 2rem 2% 2rem 6%;
  line-height: 1.9;
  letter-spacing: -0.035em;
}
.singlenews-posttitle br {
  display: none;
}
.singlenews-posttitle::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 4px, transparent 4px, transparent 6px);
  background-size: 6px 1.5px;
}
/* newspost-contents */
.newspost-contents {
  margin-top: 2rem;
}
.newspost-contents p {
  line-height: 1.9;
}
.newspost-contents figure {
  border-radius: 2px;
}
.l-newspost-back {
  margin-top: 3.25rem;
}
.l-newspost-back_inner {
  padding-top: 1.875rem;
}
.l-newspost-back_inner::before,
.l-newspost-back_inner::after {
  top: -2px;
  width: 10px;
  height: 5px;
}
.l-newspost-back::before {
  height: 1px;
}
/* more */
.c-card_archivenews a .more {
  /* margin-top: 4.5rem; */
  padding-right: 6%;
  gap: 0 0.5rem;
}
.c-card_archivenews a .more .en {
  font-size: calc(11 / 16 * 1rem);
  line-height: 20px;
}
.c-card_archivenews a .more .arrow {
  width: 20px;
  height: 20px;
}
.mobile-categvorylink-wrap {
  margin-top: 2rem;
  display: block;
}
}
/*pagenation ----------------------- */
.pagenation-outer {
  padding-top: clamp(2.5rem, (1vw * 64 / 1440 * 100), 4rem);
}
.pagenation {
  margin: auto 5%;
  text-align: center;
}
.pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em; /* 数字の間隔 */
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.pagenation li a {
  flex-shrink: 0;
  display: block;
  width: 38px;
  height: 38px;
  color: var(--main-blue);
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.pagenation li.active {
  flex-shrink: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  color: #fff;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 36px;
  border: 1px solid var(--main-blue);
  background-color: var(--main-blue);
  overflow: hidden;
  cursor: not-allowed;
}
.pagenation li a:hover {
  opacity: 0.4;
}

.btn_pagenation {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.c-prev {
  background-image: url(../images/icon-prev.svg);
}
.c-next {
  background-image: url(../images/icon-next.svg);
}
.c-first {
  background-image: url(../images/icon-first.svg);
}
.c-last {
  background-image: url(../images/icon-last.svg);
}
.c-archive {
  background-image: url(../images/icon-archive.svg);
}
/* ◀▶ 最初・最後の矢印ボタン */
.pagenation ul li.first,
.pagenation ul li.last {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 左右固定位置 */
.pagenation ul li.first {
  left: 0;
}
.pagenation ul li.last {
  right: 0;
}

/* prev / next がある場合 */
.pagenation ul li a.prev {
  position: absolute;
  left: 3rem; /* firstの右隣 */
  top: 50%;
  transform: translateY(-50%);
}
.pagenation ul li a.next {
  position: absolute;
  right: 3rem; /* lastの左隣 */
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  /* pagenation */
  .pagenation .-pcnone {
    display: none;
  }
}

/* .-stickyanchor-wrap --------------------- */
.l-stickyanchor-wrap {
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.stickyanchor-thumbnaillist {
  margin-top: 0.5rem;
  width: 100%;
  position: relative;
  height: 278px;
  /* aspect-ratio: 1.725; */
}
.stickyanchor-thumbnaillist_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.stickyanchor-thumbnaillist_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stickyanchor-thumbnaillist_item.is-active {
  opacity: 1;
  z-index: 100;
}
/* stickyanchor-linklist */
.stickyanchor-linklist {
  margin-top: 4rem;
  padding-left: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.stickyanchor-linklist_item a {
  display: inline-block;
  color: var(--text);
  font-size: calc(15 / 16 * 1rem);
  font-family: var(--googlefont-Inter);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.stickyanchor-linklist_item.is-active a {
  position: relative;
  color: var(--text-blue);
}
.stickyanchor-linklist_item.is-active a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -1.75em;
  width: 14px;
  height: 14px;
  background-image: url(../images/arrow-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.stickyanchor-linklist_item.-parent.is-active a::before {
  display: none;
}
.stickyanchor-linklist_child a {
  display: inline-block;
  color: var(--text);
  font-size: calc(12 / 16 * 1rem);
  font-family: var(--TPGothic-M);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.stickyanchor-linklist_child.is-active a {
  position: relative;
  color: var(--text-blue);
}
.stickyanchor-linklist_child.is-active a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -1.75em;
  width: 14px;
  height: 14px;
  background-image: url(../images/arrow-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/* stickyanchor-linklist */
.stickyanchor-linklist.-sub {
  margin-top: 4rem;
  padding-left: 0.5rem;
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
/* .stickyanchor-linklist.-sub .stickyanchor-linklist_item a {
  font-size: calc(12 / 16 * 1rem);
  font-family: var(--TPGothic-M);
  font-weight: 500;
} */
.stickyanchor-linklist_subdetails {
  margin-top: 4rem;
  flex: 0 1 60%;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
/* ---------------------- */
@media screen and (max-width: 1024px) {
.l-stickyanchor-wrap {
  padding-bottom: 4rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}
/* .stickyanchor-thumbnaillist.-company {
  display: none;
} */
}
@media screen and (max-width: 768px) {
.l-stickyanchor-wrap {
  display: none;
}
}
/* --------------- */
.sec-contentsbox {
  margin-top: -8rem;
  padding-top: 8rem;
}
/* .company-------------------  */
.section_boardmember {
  margin-top: -4rem;
}
.sec-contentsbox_inner {
  margin-top: 6px;
  padding-top: 1.5rem;
  padding-right: 6%;
  padding-bottom: 6.5rem;
  padding-left: 6%;
  background-color: #fff;
}
/* .history-dl  */
.history-wrap {
  margin-top: clamp(1.75rem, (1vw * 64 / 1440 * 100), 4rem);
  position: relative;
}
.history-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--main-blue);
}
.history_inner {
  padding-bottom: clamp(4.125rem, (1vw * 112 / 1440 * 100), 7rem);
}
.history-dl {
  padding-left: 6%;
  display: flex;
  justify-content: space-between;
  white-space: pre;
}
.history-dl + .history-dl  {
  margin-top: clamp(1.375rem, (1vw * 32 / 1440 * 100), 2rem);
}
.history-dl dt {
  flex: 0 1 14.5%;
  font-size: clamp(
  calc(13 / 16 * 1rem),
  calc(19 / 1440 * 100vw),
  calc(19 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 500;
  letter-spacing: -0.025em;
}
.history-dl dt.-blue {
  color: var(--main-blue);
}
.history-dl dd {
  flex: 0 1 70%;
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(18 / 1440 * 100vw),
  calc(18 / 16 * 1rem)
  );
  line-height: 1.6;
  letter-spacing: -0.03em;
  min-height: 3em;
}
.history-dl dd span {
  letter-spacing: -0.1em;
}
/* member-wrap --------------- */
.member-wrap {
  margin-top: 1.75rem;
}
.ceobox {
  /* position: relative; */
  padding-bottom: 1.75rem;
}
.ceo-thumbnail {
  padding: 0 5%;
  position: relative;
}
.ceo-thumbnail picture {
  overflow: hidden;
}
.ceo-thumbnail_title {
  position: absolute;
  right: 3.375rem;
  bottom: 1.375rem;
  color: #fff;
  z-index: 10;
}
.ceo-thumbnail_title .career {
  display: block;
  font-size: calc(12 / 16 * 1rem);
  letter-spacing: 0.05em;
}
.ceo-thumbnail_title .name {
  padding-top: 4px;
  display: block;
  font-size: calc(20 / 16 * 1rem);
  letter-spacing: 0.05em;
}
.ceo-maincopy {
  padding: 0 5%;
  margin-top: 1.75rem;
  color: var(--text-gray2);
  font-size: calc(15 / 16 * 1rem);
  line-height: 2;
  letter-spacing: 0.005em;
  text-align: justify;
}
.ceo-maincopy br {
  display: none;
}

.member-name{
  padding: 0 5%;
  margin-top:1rem;
  color: var(--text-gray2);
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: 0.005em;
}

.member-name:first-of-type{
	margin-top: 1.75rem;
}

/* .memberbox */
.memberbox {
  margin-top: 2.75rem;
}
.memberbox_inner {
  padding: 0 5% 5rem;
  position: relative;
}
.member-dl dt {
  padding-left: 3px;
  display: block;
  color: var(--text-blue);
}
.member-dl dt .career {
  display: block;
  font-size: calc(12 / 16 * 1rem);
  letter-spacing: 0.05em;
}
.member-dl dt .name {
  padding-top: 2px;
  display: block;
  font-size: calc(20 / 16 * 1rem);
  letter-spacing: 0.05em;
}
.member-dl dd {
  margin-top: 1.25rem;
  color: var(--text-gray2);
  font-size: calc(15 / 16 * 1rem);
  line-height: 2;
  letter-spacing: 0.005em;
  text-align: justify;
}
.member-dl dd p br {
  display: none;
}
.p-secmv_sp {
  display: none;
}
/* ------------------------------ */
@media screen and (max-width: 768px) {
.section_boardmember {
  margin-top: -5.75rem;
  padding-top: 8rem;
}
.sec-contentsbox_inner {
  margin-top: 0;
  margin-right: 3.5%;
  margin-left: 3.5%;
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 2.5rem;
  padding-left: 4%;
}
.sec-contentsbox_inner.-history {
  padding-bottom: 6.5rem;
}
.sec-contentsbox_inner.-boardmember {
  padding-bottom: 6.5rem;
}
.sec-contentsbox_inner.-philosophy {
  padding-bottom: 7rem;
}
/* .history-dl  */
.history-wrap::after {
  height: 1px;
}
.history-dl {
  padding-left: 6%;
}
.history-dl dd {
  line-height: 1.68;
  /* min-height: auto; */
}
/* member-wrap --------------- */
.ceo-thumbnail {
  padding: 0 5%;
}
.ceo-thumbnail_title {
  right: 1.875rem;
  bottom: 0.625rem;
}
.ceo-thumbnail_title .career {
  font-size: calc(11 / 16 * 1rem);
}
.ceo-thumbnail_title .name {
  padding-top: 4px;
  font-size: calc(16 / 16 * 1rem);
}
.ceo-maincopy {
  margin-top: 3.5rem;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.95;
}

.member-name{
  font-size: calc(12 / 16 * 1rem);
}

.ceo-maincopy br {
  display: block;
}
/* .memberbox */
.ceobox.-member {
  padding-bottom: 4.75rem;
}
.memberbox_inner {
  padding: 0 5% 4.25rem;
}
.member-dl dt .career {
  font-size: calc(11 / 16 * 1rem);
}
.member-dl dt .name {
  padding-top: 2px;
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: 0.05em;
}
.member-dl dd {
  margin-top: 1.375rem;
  font-size: calc(12 / 16 * 1rem);
  /* line-height: 1.88; */
  line-height: 1.95;
}
.member-dl dd p br {
  display: block;
}
.p-secmv_sp {
  margin-top: 2.5rem;
  display: block;
}
}
/* --------------- */
/* PHILOSOPHY --------------- */
.identity-copy-wrap {
  padding-bottom: 4.5rem;
}
.identitycopy {
  padding-left: 0.5rem;
  font-size: clamp(
  calc(20 / 16 * 1rem),
  calc(40 / 1440 * 100vw),
  calc(40 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
/* philosophy-wrap */
.belief-wrap {
  margin-top: clamp(1.75rem, (1vw * 56 / 1440 * 100), 3.5rem);
  position: relative;
}
.belief-tagline {
  position: relative;
  display: block;
  width: 100%;
}
.belief-tagline .tagline{
  margin: auto;
  padding-bottom: clamp(1.625rem, (1vw * 56 / 1440 * 100), 3.5rem);
  max-width: 86%;
}
.belief-maincopy {
  margin-top: clamp(2.5rem, (1vw * 52 / 1440 * 100), 3.25rem);
  padding-left: 7%;
  font-size: clamp(
  calc(13 / 16 * 1rem),
  calc(20 / 1440 * 100vw),
  calc(20 / 16 * 1rem)
  );
  line-height: 2.5;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.belief-logo {
  margin-top: 3rem;
  padding-right: 2rem;
  display: block;
  text-align: right;
}
.belief-logo img {
  display: inline-block;
  max-width: 125px;
  height: auto;
}
/* values-wrap ------- */
.values-section {
  margin-top: 0.5rem;
  /* margin-top: clamp(5.75rem, (1vw * 136 / 1440 * 100), 8.5rem); */
  /* padding-top: 1.5rem; */
}
.values-wrap {
  margin-top: clamp(2.5rem, (1vw * 56 / 1440 * 100), 3.5rem);
  padding-bottom: clamp(6.75rem, (1vw * 160 / 1440 * 100), 10rem);
  position: relative;
}
dl.values-dl + .values-dl {
  margin-top: 3.75rem;
}
dl.values-dl dt {
  padding-bottom: 0.25rem;
  padding-left: 2%;
  position: relative;
  display: flex;
  align-items: center;
}
dl.values-dl dt::before {
  content: "";
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 12px, transparent 12px, transparent 16px);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
dl.values-dl dt .num {
  margin-right: 1rem;
  color: #fff;
  width: 27px;
  height: 27px;
  font-size: calc(20 / 16 * 1rem);
  font-family: var(--googlefont-Inter);
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--main-blue);
  text-align: center;
}
dl.values-dl dt .num.-first {
  text-indent: -0.12em;
}
dl.values-dl dt .title {
  color: var(--main-blue);
  font-size: clamp(
  calc(21 / 16 * 1rem),
  calc(30 / 1440 * 100vw),
  calc(30 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
}
dl.values-dl dd {
    margin-top: 0.75em;
    padding-left: 11.875%;
  color: var(--text-gray2);
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  line-height: 1.8;
  letter-spacing: -0.05em;
}


/* slogan-wrap ------- */


.slogan-wrap{
  margin-top: clamp(2.5rem, (1vw * 56 / 1440 * 100), 3.5rem);
  padding-bottom: clamp(6.75rem, (1vw * 160 / 1440 * 100), 10rem);
  position: relative;
}

.slogan-wrap .tagline{
  margin: auto;
	padding-bottom:0;
  max-width: 86%;
}

.slogan-wrap p{
  margin-top: clamp(2.5rem, (1vw * 52 / 1440 * 100), 3.25rem);
  padding-left: 7%;
  font-size: clamp(
  calc(13 / 16 * 1rem),
  calc(20 / 1440 * 100vw),
  calc(20 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: -0.05em;
  white-space: nowrap;

}

/* identity-wrap ------- */
.identity-wrap {
  margin-top: 4.5rem;
  position: relative;
}
.identity_inner {
  padding-bottom: 5.5rem;
  position: relative;
}
.identity_inner picture {
    margin-right: auto;
    margin-left: 2%;
    width: 94%;
}
/* member-wrap */
.sec-contentsbox.-ceomessage {
  margin-top: -4rem;
  padding-bottom: 2.25rem;
}
.message-wrap {
  margin-top: clamp(1.5rem, (1vw * 36 / 1440 * 100), 2.25rem);
}
.message-ceothumbnail {
  padding-bottom: 4rem;
}
.ceo-message {
  margin-top: 4rem;
}
.ceo-message_tagline {
  margin: auto;
  width: 80%;
}
.ceo-message_copy {
  margin-top: 3.5rem;
  padding: 0 5%;
  color: var(--text-gray2);
  font-size: clamp(
  calc(13 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: -0.04em;
  text-align: justify;
}
.ceo-message_copy span {
  display: block;
  text-align: right;
}
/* ---------------------- */
@media screen and (max-width: 768px) {
.identity-copy-wrap {
  padding-bottom: 0;
}
.identitycopy {
  padding-left: 1rem;
}
.sec-contentsbox.-philosophy {
  margin-top: 2.125rem;
  padding-top: 0;
}
/* .belief-tagline::after {
  height: 1px;
} */
.belief-tagline .tagline {
   max-width: 80%;
}
.belief-maincopy {
  padding-left: 10%;
  line-height: 2.56;
}
.belief-logo {
  margin-top: 3rem;
  padding-right: 2rem;
}
.belief-logo img {
  max-width: 95px;
}
/* values-wrap ------- */
.values-section {
  margin-top: -2.25rem;
}
/* .values-wrap {
  margin-top: 2.5rem;
  padding-bottom: 6.75rem;
} */
dl.values-dl + .values-dl {
  margin-top: 2.5rem;
}
dl.values-dl dt {
  padding-left: 5.5%;
}
dl.values-dl dt::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 4px, transparent 4px, transparent 6px);
  background-size: 7px 1.5px;
}
dl.values-dl dt .num {
  margin-right: 0.625rem;
  width: 20px;
  height: 20px;
  font-size: calc(15 / 16 * 1rem);
  line-height: 20px;
}
/* dl.values-dl dt {
  color: var(--main-blue);
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(20 / 1440 * 100vw),
  calc(20 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
} */
dl.values-dl dd {
  margin-top: 0.5em;
  padding-left: 16%;
  line-height: 1.6;
}
/* identity-wrap ------- */
.identity-wrap {
  margin-top: 2.5rem;
}
.identity_inner {
  padding-bottom: 4rem;
}
.identity_inner picture {
  padding-left: 1%;
  width: 95%;
}
/* member-wrap */
.sec-contentsbox.-message {
  margin-top: 2.25rem;
}
.sec-contentsbox.-ceomessage {
  margin-top: -5.75rem;
  /* padding-top: 8rem; */
}
.message-ceothumbnail {
  padding-bottom: 0;
}
.ceo-message {
  margin-top: 3rem;
}
.ceo-message_tagline {
  width: 76%;
}
.ceo-message_copy {
  margin-top: 3rem;
  line-height: 1.88;
  letter-spacing: -0.01em;
}
}
@media screen and (max-width: 370px) {
dl.values-dl dt .title {
  font-size: calc(17 / 16 * 1rem);
}
}
/* -------------------- */
/* service-pagemv ----------- */
.service-pagemv {
  padding-top: clamp(8rem, (1vw * 224 / 1440 * 100), 14rem);
  background-color: var(--main-blue);
}
.service-pagemv_inner {
  margin-right: auto;
  margin-left: auto;
  width: min(86%, 1000px);
}
.service-pagemv .p-pagemv-title .en,
.service-pagemv .p-pagemv-title .ja {
  color: #fff;
}
.service-pagemv_inner .p-pagemv-title {
  padding-bottom: clamp(6.75rem, (1vw * 156 / 1440 * 100), 9.75rem);
}
.service-contentsbox {
  padding-bottom: clamp(5rem, (1vw * 140 / 1440 * 100), 8.75rem);
  margin-bottom: clamp(2rem, (1vw * 140 / 1440 * 100), 8.75rem);
  color: #fff;
  background-color: var(--main-blue);
}
/* service-servicelist　--------- */
.service-servicelist {
  margin-top: -8rem;
  padding-top: 8rem;
  padding-bottom: clamp(4.5rem, (1vw * 128 / 1440 * 100), 8rem);
}

/* accordion -------------------- */
.sec_accirdion + .sec_accirdion {
  margin-top: -4.5rem;
  padding-top: 8rem;
}

.sec_accirdion .c-btn_plain a{
	margin: 2rem auto 0;
}

.summary {
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  &::-webkit-details-marker {
    display: none;
  }
  &::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    background-image: url(../images/icon-accirdion_m.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transform: translateY(-50%);
  }
  &::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    background-image: url(../images/icon-accirdion_p.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transform: translateY(-50%);
    transition: 0.2s;
  }
}
.details.is-opened > .summary::after {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
#sec_accirdion05 .details.is-opened {
  margin-bottom: -8rem;
}
.summary-title {
  padding: 0.5rem 5% 0.75rem;
  position: relative;
  display: block;
  color: var(--main-blue);
  font-size: clamp(
  calc(15 / 16 * 1rem),
  calc(20 / 1440 * 100vw),
  calc(20 / 16 * 1rem)
  );
  letter-spacing: -0.025em;
}
.summary-title::before {
  content: "";
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 8px, transparent 8px, transparent 11px);
  background-size: 11px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.details .content {
  position: relative;
  padding: 2rem 0;
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  transition: padding 0.25s, height 0.25s, opacity 0.25s;
}
.details .content picture {
  margin: 0 5%;
  overflow: hidden;
}

.details:not(.is-opened) > .content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.details + .details {
  margin-top: 0.5rem;
}

/* ---------------------- */
@media screen and (max-width: 768px) {
.sec_accirdion + .sec_accirdion {
  padding-top: 5.25rem;
}
.summary {
  &::before {
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  &::after {
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.summary-title {
  padding: 0.5rem 5% 0.25rem;
}
.summary-title::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 5px, transparent 5px, transparent 7px);
  background-size: 7px 1px;
  height: 1px;
}
.details .content {
  padding: 1.5rem 0 2.5rem;
}
.details .content picture {
  margin: 0 5%;
}
#sec_accirdion05 .details.is-opened {
  margin-bottom: -3.5rem;
}
}
/* service ------------------------- */
.c-hbline_horizontal.-futurebox {
  margin: -5px auto 0;
  width: calc(100% - 3.75rem);
}
.service-futurebox-wrap {
  margin: 0 -5px;
  padding: 1.5rem 0;
  width: calc(100% + 10px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.futurebox {
  margin-top: 3.5rem;
}
.futurebox_second{
  margin-top: 3.5rem;
}
.service-title-outer {
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-title-outer .c-hbline_horizontal {
  /* margin-top: -5px; */
  flex: 1 0 auto;
  width: auto;
  height: 2px;
}
.service-title-outer .service-title {
  flex: 0 1 auto;
  padding: 0 2.5rem;
  font-size: clamp(
  calc(20 / 16 * 1rem),
  calc(30 / 1440 * 100vw),
  calc(30 / 16 * 1rem)
  );
  font-family: var(--TPGothic-B);
  line-height: 1.5;
  letter-spacing: 0.025em;
  }
.service-title-outer .service-title.-second {
  letter-spacing: -0.025em;
  }
.futurebox-textarea {
  margin-top: 2.5rem;
  padding-top: clamp(3.5rem, (1vw * 64 / 1440 * 100), 4rem);
  padding-right: 9.5%;
  padding-bottom: clamp(5rem, (1vw * 92 / 1440 * 100), 5.75rem);
  padding-left: 9.5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.futurebox-textarea.-second {
  margin-top: 1.5rem;
  padding-bottom: clamp(3rem, (1vw * 80 / 1440 * 100), 5rem);
	flex-flow: column;
}

.futurebox-textarea.-second h4{
	text-align: center;
	margin:0 auto 4rem;
	font-size: clamp(
  calc(16 / 16 * 1rem),
  calc(24 / 1200 * 100vw),
  calc(24 / 16 * 1rem)
  );
	letter-spacing: -0.025em;
}

.futurebox-copy {
  margin: -0.5em 0 0 -0.125em;
  flex: 0 1 48%;
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(20 / 1200 * 100vw),
  calc(20 / 16 * 1rem)
  );
  line-height: 2.25;
  letter-spacing: -0.025em;
}
.futurebox-subcopy {
  width: 100%;
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(20 / 1200 * 100vw),
  calc(20 / 16 * 1rem)
  );
  line-height: 2.25;
  letter-spacing: -0.025em;
}
.futurebox-textarea picture {
  flex: 0 1 48%;
  overflow: hidden;
}
/* service-subtitle -------- */
.service-subtitle {
  margin-top: -5px;
  padding-bottom: clamp(4rem, (1vw * 144 / 1440 * 100), 9rem);
}
.service-subtitle .ja {
  font-size: clamp(
  calc(18 / 16 * 1rem),
  calc(22 / 1440 * 100vw),
  calc(22 / 16 * 1rem)
  );
  font-family: var(--TPGothic-B);
  line-height: 1.44444;
  letter-spacing: -0.1em;
}
.service-subtitle .en {
  margin-top: 1.75rem;
  display: block;
  color: var(--text-blue);
  font-size: clamp(
  calc(35 / 16 * 1rem),
  calc(45 / 1440 * 100vw),
  calc(45 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
/* product-thumbnail-box */
.products-contentsbox_inner {
  /* margin-top: 6px; */
  padding-top: 1.5rem;
  padding-right: 6%;
  padding-bottom: 6.5rem;
  padding-left: 6%;
  background-color: #fff;
}
.product-thumbnail-box {
  margin-top: 2.25rem;
  position: relative;
}
.product-thumbnail-box::before,
.product-subtitle-box::before,
.product-copy-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--main-blue);
}
.product-thumbnail-box_inner {
  padding-right: 5%;
  padding-bottom: 3rem;
  padding-left: 5%;
}
.product-thumbnail-box_inner picture {
  overflow: hidden;
}
/* product-subtitle-box */
.product-subtitle-box {
  display: none;
  position: relative;
}
/* product-copy-box */
.product-copy-box {
  margin-top: 2.5rem;
  position: relative;
}
.product-copy-box_inner {
  padding-bottom: 3.5rem;
}
.product-copy {
  padding: 0 5%;
  color: var(--text-gray2);
  font-size:
  clamp(calc(12 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem));
  line-height: 2;
  letter-spacing: -0.075em;
  text-align: justify;
}
/* .servicelist-contentsbox_inner */
.servicelist-contentsbox_inner {
  margin-top: 6px;
  padding-top: 3.75rem;
  padding-right: 2.75%;
  padding-bottom: 6.5rem;
  padding-left: 2.75%;
  background-color: #fff;
}
/* .hbbrand-list-outer {
} */
.hbbrand-list {
  /* margin-top: 0.5rem; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* padding: 0 2%; */
}
.hbbrand-list_item {
  flex: 0 1 48%;
  display: block;
  padding: 2.125rem 2.5% 1.75rem;
  position: relative;
}
.hbbrand-list_item::before {
  content: "";
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 10px, transparent 10px, transparent 12px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.hbbrand-list_item.-bordernone:before {
  display: none;
}
/* c-card_hbbrand */
.c-card_hbbrand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-card_hbbrand picture {
  flex: 0 1 44.5%;
  border-radius: 3px;
}
.hbbrand-posttitle {
  margin-top: -1px;
  flex: 0 1 49.5%;
  font-size: clamp(
  calc(14 / 16 * 1rem),
  calc(18 / 1440 * 100vw),
  calc(18 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hbbrand-posttitle span {
  font-family: var( --TPGothic-B);
  font-weight: normal;
  letter-spacing: -0.1em;
}
.hbbrand-organization {
  margin-top: auto;
  flex: 0 1 65%;
  color: var(--text-gray2);
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(14 / 1440 * 100vw),
  calc(14 / 16 * 1rem)
  );
  line-height: 1.5;
  letter-spacing: -0.025em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hbbrand-organization span {
  letter-spacing: -0.1em;
}
.hbbrand-link {
    margin-top: auto;
    flex: 0 1 28%;
    min-height: 4em;
    display: flex;
}
.hbbrand-link a {
  margin-top: auto;
  padding: 5px 0.5rem 5px 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.25rem;
  width: 100%;
  max-width: 104px;
  color: #fff;
  text-decoration: none;
  background-color: var(--main-blue);
  border-radius: 2rem;
}
.hbbrand-link a .ja {
  font-size: calc(10 / 16 * 1rem);
  line-height: 1;
  letter-spacing: -0.075em;
}
.hbbrand-link a .arrow {
  display: inline-block;
  width: 4px;
  height: 8px;
  background-image: url(../images/arrow-v_right.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/* ------------------- */
@media screen and (max-width: 1024px) {
.hbbrand-link {
  flex: 0 1 35%;
}
}
@media screen and (max-width: 768px) {
/* service  */
.c-hbline_horizontal.-futurebox {
  width: calc(100% - 1.5rem);
}
.c-hbline_horizontal.-spnone {
  display: none;
}
.service-futurebox-wrap {
  margin: 0 -2px;
  padding: 0.75rem 0;
  width: calc(100% + 4px);
}
.futurebox {
  margin-top: 2rem;
}
.service-title-outer {
  padding: 0 5%;
}
.service-title-outer .c-hbline_horizontal {
  /* margin-top: -2.5px; */
  height: 1px;
}
.service-title-outer .service-title {
  padding: 0 1rem;
  }
.futurebox-textarea {
  padding-top: 0;
  padding-right: 8%;
  padding-left: 8%;
  display: block;
}
.futurebox-textarea.-second {
  margin-top: 3.5rem;
}
.futurebox-copy {
  margin: auto;
  width: fit-content;
  line-height: 2.65;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.futurebox-textarea.-second h4{
		margin-bottom: 2rem;
	}
.futurebox-textarea picture {
  margin-top: 3.5rem;
}
/* service-subtitle */
.service-subtitle {
  padding-bottom: 0;
  padding-left: 3%;
}
.service-subtitle.-pc {
  display: none;
}
.service-subtitle .ja {
  line-height: 1;
  letter-spacing: -0.05em;
}
.service-subtitle .en {
  margin-top: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
/* product-thumbnail-box */
.products-contentsbox_inner {
  margin-right: 3.5%;
  margin-left: 3.5%;
  margin-top: 0;
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 0;
  padding-left: 4%;
}
.product-thumbnail-box {
  margin-top: 1.5rem;
}
.product-thumbnail-box::before,
.product-subtitle-box::before,
.product-copy-box::before {
  height: 1px;
}
.product-thumbnail-box_inner {
  padding-right: 5%;
  padding-bottom: 2.5rem;
  padding-left: 5%;
}
/* product-subtitle-box */
.product-subtitle-box {
  margin-top: 2.5rem;
  display: block;
  position: relative;
}
.product-subtitle-box_inner {
  padding-right: 5%;
  padding-bottom: 2.625rem;
  padding-left: 5%;
}
/* product-copy-box */
.product-copy-box {
  margin-top: 2rem;
}
.product-copy-box_inner {
  padding-bottom: 3rem;
}
.product-copy {
  padding: 0 5%;
  line-height: 2;
  letter-spacing: -0.025em;
}
/* .servicelist-contentsbox_inner */
.servicelist-contentsbox_inner {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 7rem;
  padding-left: 4%;
  max-width: 465px;
}
.hbbrand-list {
  display: block;
  padding: 0 2%;
  display: block;
}
.hbbrand-list_item {
  padding: 1.625rem 0 1.625rem 3%;
}
.hbbrand-list_item::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 4px, transparent 4px, transparent 6px);
  background-size: 6px 1.5px;
  height: 1px;
}
.hbbrand-list_item.-bordernone:before {
  display: block;
}
.hbbrand-list_item:last-child.-bordernone:before {
  display: none;
}
/* c-card_hbbrand */
.c-card_hbbrand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .c-card_hbbrand picture {
  flex: 0 1 45%;
} */
.hbbrand-posttitle {
  line-height: 1.333;
}
.hbbrand-organization {
  padding-top: 1.75rem;
  flex: 0 1 60%;
  line-height: 1.28;
}
.hbbrand-link {
  /* flex: 0 1 35%; */
  min-height: 3.5em;
}
.hbbrand-link a {
  margin: auto 0 0 auto;
  padding: 5px 0.5rem 5px 0.5rem;
  gap: 0 0.25rem;
  max-width: 90px;
}

.hbbrand-link a .ja {
  letter-spacing: -0.08em;
}
.hbbrand-link a .arrow {
  width: 4px;
  height: 8px;
}
}
@media screen and (max-width: 576px) {
/* .servicelist-contentsbox_inner */
.servicelist-contentsbox_inner {
  margin-right: 3.5%;
  margin-left: 3.5%;
  margin-top: 0;
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 7rem;
  padding-left: 4%;
}
}
/* recruit ----------- */
.recruit-pagemv {
  margin-top: 95px;
  margin-right: auto;
  margin-bottom: clamp(2.5rem, (1vw * 64 / 1440 * 100), 4rem);
  margin-left: auto;
  position: relative;
  display: block;
  max-width: 1440px;
}
.recruit-pagemvtitle {
  margin: 0;
  display: block;
}
.recruit-pagemvtitle .pc {
  display: block;
  /* background-image: url(../images/page/pagemv-recruit.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
}
.recruit-pagemvtitle .sp {
  display: none;
  /* background-image: url(../images/page/pagemv-recruit_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
}
/* .recruit-pagemvtitle_en {
position: absolute;
    padding: 1rem 1.5rem;
    bottom: 19%;
    left: 14%;
    color: var(--text);
    font-size: clamp(calc(35 / 16 * 1rem), calc(56 / 1200 * 100vw), calc(70 / 16 * 1rem));
    font-family: var(--googlefont-Inter);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    background-color: #fff;
}
.recruit-pagemvtitle_ja {
    position: absolute;
    padding: 0.75rem 0.75rem;
    top: 22.25%;
    right: 14.75%;
    color: var(--text);
    font-size: clamp(calc(12 / 16 * 1rem), calc(25 / 1440 * 100vw), calc(25 / 16 * 1rem));
    font-family: var(--TPGothic-B);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.075em;
    background-color: #fff;
} */
/* contentsbox_inner */
.recruit-contentsbox_inner {
  margin-top: 6px;
  padding-top: 1.5rem;
  padding-right: 6%;
  padding-bottom: 6.5rem;
  padding-left: 6%;
  background-color: #fff;
}
/* message */
.recruitmessage-wrap {
  margin-top: clamp(1.5rem, (1vw * 56 / 1440 * 100), 3.5rem);
}
.recruitmessage-tagline {
  padding-right: 5%;
  padding-bottom: clamp(1.375rem, (1vw * 56 / 1440 * 100), 3.5rem);
  padding-left: 5%;
}
.recruitmessage-tagline .tagline {
  margin: auto;
  max-width: 354px;
}
.recruitmessage-maincopy {
  padding-top: clamp(2rem, (1vw * 64 / 1440 * 100), 4rem);
  padding-right: 5%;
  padding-bottom: clamp(3rem, (1vw * 72 / 1440 * 100), 4.5rem);
  padding-left: 5%;
  color: var(--text-gray2);
  font-size: clamp(calc(12 / 16 * 1rem), calc(15 / 1440 * 100vw), calc(15 / 16 * 1rem));
  line-height: 2;
  letter-spacing: -0.025em;
  text-align: justify;
}
/* .sec_accirdion.-first */
.sec_accirdion.-first {
  margin-top: -4rem;
  padding-top: 7.5rem;
}
/* .recruit-valuetitle { */
.recruit-valuetitle {
  margin-top: clamp(2rem, (1vw * 56 / 1440 * 100), 3.5rem);
  text-align: center;
}
.recruit-valuetitle .ja {
  font-size: clamp(
  calc(11 / 16 * 1rem),
  calc(13 / 1440 * 100vw),
  calc(13 / 16 * 1rem)
  );
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.recruit-valuetitle .en {
  margin-top: 0.5rem;
  display: block;
  color: var(--text-blue);
  font-size: clamp(
  calc(25 / 16 * 1rem),
  calc(30 / 1440 * 100vw),
  calc(30 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.recruit-valuelist {
  margin-top: clamp(2.875rem, (1vw * 56 / 1440 * 100), 3.5rem);
  padding-left: 11.5%;
}
.recruit-valuelist_item {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  font-size: clamp(
  calc(13 / 16 * 1rem),
  calc(17 / 1440 * 100vw),
  calc(17 / 16 * 1rem)
  );
  /* letter-spacing: 0.05em; */
}
.recruit-valuelist_item + .recruit-valuelist_item {
  margin-top: clamp(0.75rem, (1vw * 20 / 1440 * 100), 1.25rem);
}
.recruit-valuelist_item::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.recruit-doki {
  margin-top: clamp(2rem, (1vw * 36 / 1440 * 100), 2.25rem);
  margin-right: 10%;
  margin-left: auto;
  display: block;
  width: 73px;
}

/* recruitteam */
.recruitteam-wrap {
  margin-top: 1.75rem;
  padding-right: 5%;
  padding-bottom: clamp(1rem, (1vw * 48 / 1440 * 100), 3rem);
  padding-left: 5%;
}
.recruitteam-dl {
  margin-top: clamp(3rem, (1vw * 56 / 1440 * 100), 3.5rem);
}
.recruitteam-dl dt {
  padding-bottom: 0.5rem;
}
.recruitteam-subtitle {
  position: relative;
  padding-left: 1.25em;
  font-size: clamp(
  calc(14 / 16 * 1rem),
  calc(17 / 1440 * 100vw),
  calc(17 / 16 * 1rem)
  );
  letter-spacing: -0.05em;
}
.recruitteam-subtitle::before {
  content: "◯";
  position: absolute;
  top: 0;
  left: 0;
}
.recruitteam-copy {
  color: var(--text-gray2);
  font-size: clamp(calc(12 / 16 * 1rem), calc(15 / 1440 * 100vw), calc(15 / 16 * 1rem));
  line-height: 2;
  letter-spacing: -0.075em;
  text-align: justify;
}
/* hbstaff-list */
.hbstaff-list_item {
  padding-bottom: clamp(1.5rem, (1vw * 32 / 1440 * 100), 2rem);
  position: relative;
}
.hbstaff-list_item + .hbstaff-list_item {
  margin-top: clamp(1.5rem, (1vw * 32 / 1440 * 100), 2rem);
}
.hbstaff-list_item::before {
    content: "";
    background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 8px, transparent 8px, transparent 11px);
    background-size: 11px 2px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.hbstaff-list_item:last-child:before {
  display: none;
}
.c-card_hbstaff {
  padding: 0 5%;
}
.c-card_hbstaff picture {
  margin: 0 0 !important;
}
.hbstaff-posttitle {
  margin-top: 2rem;
  font-size: clamp(
  calc(14 / 16 * 1rem),
  calc(17 / 1440 * 100vw),
  calc(17 / 16 * 1rem)
  );
  line-height: 1.82857;
}
.hbstaff-info {
  margin-top: clamp(1.375rem, (1vw * 32 / 1440 * 100), 2rem);
  font-size: clamp(
  calc(11 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  line-height: 1.83333;
  letter-spacing: 0.05em;
}
.c-card_hbstaff .c-btn_more a {
    padding-right: 0;
}
/* recruitmenttype */
.recruitmenttype-list {
  padding-top: clamp(0.625rem, (1vw * 24 / 1440 * 100), 1.5rem);
}
.recruitmenttype-list_item {
  padding-right: 5%;
  padding-bottom: 2.5rem;
  padding-left: 5%;
  position: relative;
}
.recruitmenttype-list_item + .recruitmenttype-list_item {
  margin-top: 2.5rem;
}
.recruitmenttype-list_item::before {
  content: "";
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 8px, transparent 8px, transparent 11px);
  background-size: 11px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.recruitmenttype-list_item:last-child:before {
  display: none;
}
.recruitmenttype-tag {
  margin-left: -6px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}
.recruitmenttype-tag span {
padding: 0 1.375rem;
    display: inline-block;
    color: #fff;
    font-size: clamp(calc(11 / 16 * 1rem), calc(15 / 1440 * 100vw), calc(15 / 16 * 1rem));
    line-height: 24px;
    letter-spacing: -0.025em;
    background-color: var(--main-blue);
    border-radius: 2rem 0 2rem 0;
}
.recruitmenttype-posttitle {
  margin-top: clamp(1.75rem, (1vw * 48 / 1440 * 100), 3rem);
  font-size: clamp(
  calc(13 / 16 * 1rem),
  calc(17 / 1440 * 100vw),
  calc(17 / 16 * 1rem)
  );
  line-height: 1.857;
  letter-spacing: -0.025em;
}
.recruitmenttype-copy {
  margin-top: clamp(1rem, (1vw * 28 / 1440 * 100), 1.75rem);
  padding-bottom: clamp(2rem, (1vw * 44 / 1440 * 100), 2.75rem);
  color: var(--text-gray2);
  font-size: clamp(calc(12 / 16 * 1rem), calc(15 / 1440 * 100vw), calc(15 / 16 * 1rem));
  line-height: 2;
  letter-spacing: -0.025em;
  text-align: justify;
}
.c-card_recruitmenttype .c-btn_more a {
  padding-right: 0;
}
.c-hbline_horizontal.-recruit_message {
  margin-top: 6rem;
}
/* links */
.sec-contentsbox.-links {
  /* margin-top: clamp(2.25rem, (1vw * 64 / 1440 * 100), 4rem); */
  margin-top: -4rem;
}
.links-wrap {
  padding: 0 5%;
}
.linksbnr-list {
  margin-top: 2.125rem;
  padding-bottom: clamp(4rem, (1vw * 88 / 1440 * 100), 5.5rem);
}
.linksbnr-list_item + .linksbnr-list_item {
  margin-top: 4rem;
}
.linksbnr-list_item {
  overflow: hidden;
  transition: 0.4s opacity ease-in-out;
}
.linksbnr-list_item:hover {
  opacity: 0.6;
}
/* --------------------/ */
/* 768px以下用の記述 */
@media screen and (max-width: 992px) {
.recruit-pagemv {
  margin-top: 75px;
}
}
@media screen and (max-width: 768px) {
.recruit-pagemvtitle .pc {
  display: none;
}
.recruit-pagemvtitle .sp {
  display: block;
}
/* contentsbox_inner */
.recruit-contentsbox_inner {
  margin-right: 3.5%;
  margin-left: 3.5%;
  margin-top: 0;
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 7rem;
  padding-left: 4%;
}
/* message */
.recruitmessage-tagline {
  padding-right: 8%;
  padding-left: 8%;
}
.recruitmessage-tagline .tagline {
  max-width: 250px;
}
/* .sec_accirdion.-first */
.sec_accirdion.-first {
  /* margin-top: -4rem; */
  padding-top: 8rem;
}
.recruitteam-copy {
  letter-spacing: -0.025em;
}
.recruit-valuelist {
  padding-left: 7.5%;
}
.recruit-valuelist_item::before {
    width: 12px;
}
.recruit-doki {
  margin-right: 10.5%;
  width: 56px;
}
/* recruitteam */
.hbstaff-list_item::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 5px, transparent 5px, transparent 7px);
  background-size: 7px 1px;
  height: 1px;
}
.hbstaff-posttitle {
  line-height: 1.7;
  letter-spacing: -0.025em;
}
/* recruitmenttype */
.recruitmenttype-list_item:last-child {
    padding-bottom: 0;
}
.recruitmenttype-tag {
  gap: 9px 0;
}
.recruitmenttype-tag span {
    padding: 0 1rem;
    font-size: 11px;
    line-height: 18px;
}
.recruitmenttype-list_item::before {
  background-image: linear-gradient(to right, var(--main-blue), var(--main-blue) 5px, transparent 5px, transparent 7px);
  background-size: 7px 1px;
  height: 1px;
}
.c-hbline_horizontal.-recruit_message {
  margin-top: 3rem;
}
/* links */
.sec-contentsbox.-links {
  margin-top: 2.25rem;
  padding-top: 0;
}
}
/* 404notfound-copy --------------- */
.notfound-wrap {
  padding-bottom: 12rem;
}
.notfound-copy {
  padding-bottom: 1.5rem;
  font-size: clamp(calc(12 / 16 * 1rem), calc(17 / 1440 * 100vw), calc(17 / 16 * 1rem));
  font-family: var(--TPGothic-R);
  font-weight: 400;
  line-height: 1.857;
  letter-spacing: 0.025em;
  text-align: justify;
}
/* contactform --------------- */
.l-contact-form {
  margin-top: 6px;
  padding-top: 2rem;
  padding-right: 6%;
  padding-bottom: 6rem;
  padding-left: 6%;
  background-color: #fff;
}
.l-formpage-copyarea {
  margin-top: 2rem;
  max-width: 420px;
}
.formpage-copy-outer {
  position: relative;
}
.formpage-copy-outer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--text);
}
.formpage-copy {
  padding-bottom: 8rem;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(17 / 1440 * 100vw),
    calc(17 / 16 * 1rem)
  );
  line-height: 1.857;
  letter-spacing: 0.025em;
  text-align: justify;
}

.formpage-copy a{
	color: var(--main-blue);
}

.l-contact_presskit {
  padding-top: 5.5rem;
  margin-left: -3px;

}
.c-btn_plain a {
  padding: 11px 1.75rem 11px 2.25rem;
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  background-color: var(--main-blue);
  border-radius: 2rem;
	justify-content: center;
}
.c-btn_plain a .ja {
  font-size: clamp(
    calc(13 / 16 * 1rem),
    calc(17 / 1440 * 100vw),
    calc(17 / 16 * 1rem)
  );
  line-height: 1;
  letter-spacing: -0.075em;
}
.c-btn_plain a .arrow {
  display: inline-block;
  width: 9px;
  height: 17px;
  background-image: url(../images/arrow-v_right.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/* ---------------------------- */
@media screen and (max-width: 1024px) {
.l-formpage-copyarea {
  padding: 0 0 3.25rem;
  max-width: none;
}
}
@media screen and (max-width: 768px) {
.l-contact-form {
  margin-top: 6px;
  padding-top: 4.5rem;
  padding-right: 6%;
  padding-bottom: 5rem;
  padding-left: 6%;
}
.l-formpage-copyarea {
  margin-top: 3rem;
  padding: 0 7% 3.25rem;
  max-width: none;
}
.formpage-copy-outer::before {
  height: 1px;
}
.formpage-copy {
  padding: 0 6%;
  padding-bottom: 3.125rem;
  line-height: 1.9;
}
.l-contact_presskit {
  padding-top: 3.75rem;
  margin-left: 0;
}
.c-btn_plain a {
  margin: auto;
}
.c-btn_plain a {
  padding: 10px 1.175rem 10px 1.875rem;
  min-width: 222px;
  gap: 0 0.75rem;
}
.c-btn_plain a .arrow {
  width: 6px;
  height: 12px;
}
}
