body {
	color: #000;
	font-family: "A-OTF Gothic MB101 Pr6N", serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 2;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

/* input[type=checkbox], */
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

















.breadcrumb__link {
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.3s, text-decoration-color 0.3s;
}

.breadcrumb__link:hover {
    color: #BFEF30; /* テキスト色は変えない（必要なら変えてOK） */
    text-decoration-color: #BFEF30; /* ホバー時の下線色 */
}





.sub-new-single__button {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	text-align: center;
}

.back-button__text {
	align-items: center;
	background-color: #BFEF30;
	border: solid 0.62px #000;
	border-radius: 1.9375rem;
	display: flex;
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.2142857143;
	padding: 0.9375rem 1.875rem 0.875rem 0;
	position: relative;
	text-transform: uppercase;
	transition: 0.4s;
	width: 15rem;
}

.back-button__text--color {
	color: #000;
}

.back-button__text::after {
	background-image: url(../images/common/button-arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: 1.25rem;
	top: 49%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 0.5625rem;
}

.sub__contact-thanks{
	padding: 2.5rem 0 5rem;
}

.wpcf7-list-item{
	margin: 0;
	position: relative;
	top: 0.1rem;
}

.form-privacy__link {
	text-decoration: underline;
  }
  


  .sub-works__reset {
	text-align: right;
	margin-top: 2.1875rem; /* 35px ÷ 16 = 2.1875rem */
	padding-left: 1.5625rem; /* 25px ÷ 16 = 1.5625rem */
}

.reset-tab {
	display: inline-block;
	padding: 0.5rem 1rem; /* 8px → 0.5rem、16px → 1rem */
	background-color: #eee;
	color: #333;
	border-radius: 0.25rem; /* 4px → 0.25rem */
	text-decoration: none;
}

  
.single-voice-article__tabs{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.card__item--empty {
	margin-top: 0.75rem;
    max-width: 100% !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
	font-size: 1rem;
}

.news-card__item--empty{
	margin-top: 0.75rem;

	font-size: 1rem;
}

.single-voice-article__img{
	width: 30%;
	margin-top: 1.5rem;
}

.single-voice-article__img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 340/192;
	object-fit: cover;
}



/* 初期状態 */
.loading {
	display: block;
	opacity: 1;
	transition: opacity 0.5s ease;
  }
  
  /* 表示解除（初回のアニメーション） */
  .loading.loaded {
	opacity: 0;
	pointer-events: none;
  }
  

.contact-form__head-text{
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.75rem;
}

.contact-form__precautions{
	margin-top: 1.25rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
}

.contact-form__gallery-images{
	gap: 0.4375rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.contact-form__gallery-img{
	width: 31.75%;
}

.contact-form__gallery-img img {
	aspect-ratio: 108/61;
	width: 100%;
	height: 100%;object-fit: cover;
}

.contact-form__title{
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 2;
}


.form__item--radio--design-a .form__radio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form__item--radio--design-a .wpcf7-radio {
  display: inline-grid;
}

.form__item--radio--design-a [type=radio] {
  display: none;
}

.form__item--radio--design-a [type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 1.75rem;
  position: relative;
}

.form__item--radio--design-a [type=radio] + span::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
}

.form__item--radio--design-a [type=radio] + span::after {
  opacity: 0;
  transition: 0.3s ease;
}

.form__item--radio--design-a [type=radio]:checked + span::after {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75rem;
  left: 0.1875rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
}

.form__item--radio--design-a label {
  margin: 0 !important;
}





















/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.top-breadcrumb {
	margin-top: 4.375rem;
}

.top-origin {
	padding: 1.25rem 0 2.5rem;
}

.top-rule {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.top-sub-fv {
	margin-top: 3.75rem;
}

.action__heading {
	align-items: center;
	display: flex;
	gap: 0 0.1875rem;
	justify-content: center;
}

.action__heading--white {
	color: #fff;
}

.action__arrow {
	height: 0.4375rem;
	position: relative;
	top: -0.625rem;
	width: 0.375rem;
}

.action__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	text-align: left;
}

.action__title-jp {
	font-size: 0.968125rem;
	font-weight: 600;
	line-height: 1;
}

.action__title-en {
	font-family: "futura-pt", sans-serif;
	font-size: 0.806875rem;
	font-weight: 400;
	line-height: 1;
	margin-top: -0.125rem;
	text-transform: uppercase;
}

.action__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 2rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.action__item {
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
	min-height: 15.375rem;
	width: 35.59%;
}

.action__item--white {
	border: 1px solid #fff;
}

.action__head {
	background-color: #000;
	color: #fff;
	padding: 0.5625rem 0.5rem 0.4375rem;
	text-align: center;
}

.action__head--white {
	background-color: #fff;
	color: #000;
}

.action__jp {
	font-size: 0.82625rem;
	font-weight: 600;
	line-height: 1;
}

.action__en {
	font-family: "futura-pt", sans-serif;
	font-size: 0.82625rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.1875rem;
	text-transform: uppercase;
}

.action__body {
	display: flex;
	justify-content: center;
	padding: 1.10625rem 0.625rem 1.5rem;
}

.action__text {
	font-size: 0.66125rem;
	font-weight: 400;
	text-align: left;
	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.action__text--white {
	color: #fff;
}

.js-fade-target {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition-delay: 0.3s; /* ← ここが遅延！ */
}

.js-fade-target.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.breadcrumb__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.breadcrumb__content {
	color: #919191;
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
}

.breadcrumb__text {
	color: #919191;
	font-size: 0.625rem;
	font-weight: 400;
}

.breadcrumb__arrow {
	height: 0.625rem;
	position: relative;
	width: 0.51125rem;
}

.button__text {
	align-items: center;
	background-color: #BFEF30;
	border: solid 0.62px #000;
	border-radius: 1.9375rem;
	display: flex;
	font-family: "futura-pt", sans-serif;
	font-size: 0.5625rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.3333333333;
	padding: 0.5rem 3.125rem 0.5rem 0;
	position: relative;
	text-transform: uppercase;
	transition: 0.4s;
	width: 7.5rem;
}

.button__text--color {
	color: #000;
}

.button__text::after {
	background-image: url(../images/common/button-arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.45rem;
	position: absolute;
	right: 0.625rem;
	top: 49%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 0.375rem;
}

.company {
	padding: 2.5rem 0 0 0;
}

.company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.company__title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 1.25rem auto auto 0;
	width: calc(100% + 0.9375rem);
}

.company__text {
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 1.25rem;
}

.concept__content {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.concept__text--top {
	position: relative;
	right: 3rem;
	top: 0.125rem;
}

.concept__text--bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 0.53875rem;
}

.concept__arrow-top,
.concept__arrow-bottom {
	height: 1.3825rem;
	width: 0.323125rem;
}

.concept__arrow-bottom {
	margin-bottom: 0.25rem;
}

.concept__arrow-top {
	left: 0.4rem;
	position: relative;
	top: 0.125rem;
}

.concept__logo {
	height: 2.730625rem;
	width: 14.489375rem;
}

.concept__description {
	flex: 1;
}

.concept__description--left {
	text-align: left;
}

.concept__description--right {
	left: 1.6rem;
	position: relative;
	text-align: left;
}

.concept__label,
.concept__text-left,
.concept__text-right {
	font-size: 0.574375rem;
	font-weight: 400;
	white-space: nowrap;
}

.concept__text-left {
	position: relative;
	right: 0.5rem;
}

.concept__text-right {
	left: r;
	position: relative;
}

.concept__arrow-bottom--left {
	left: 1.7rem;
	position: relative;
}

.concept__arrow-bottom--right {
	left: 4.35rem;
	position: relative;
}

.concept__equal {
	height: 2.1875rem;
	margin: 0.625rem auto 0;
	width: 0.625rem;
}

.concept__sentence {
	margin-top: 0.625rem;
}

.concept__sentence-logo {
	height: 1.28125rem;
	margin-left: auto;
	margin-right: auto;
	width: 1.28125rem;
}

.concept__sentence-jp {
	color: #fff;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 2.025462963;
	margin-top: 0.3125rem;
	white-space: nowrap;
}

.concept__sentence-jp span {
	letter-spacing: -0.4em;
}

.concept__sentence-en {
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-size: 0.57625rem;
	font-weight: 400;
	line-height: 1.2222222222;
	margin-top: 0.275625rem;
}

.contact-form {
	padding: 2.5rem 0 5rem;
}

.contact-form__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.contact-form__sentence {
	width: 100%;
}

.contact-form__head,
.contact-form__itemization-text,
.contact-form__text {
	font-size: 1rem;
	font-weight: 400;
}

.contact-form__wrapper {
	border-bottom: solid 1px #919191;
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.contact-form__support {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4166666667;
	text-align: center;
}

.contact-form__form {
	margin-top: 2.5rem;
	width: 100%;
}

.contact-form__form {
	background-color: #F5F5F5;
	padding: 1.25rem 1.5625rem 2.5rem;
}

.contact-form__text {
	margin-top: 0.625rem;
}

.swiper-left .swiper-wrapper,
.swiper-right .swiper-wrapper {
	transition-timing-function: linear;
}

/* 画像のサイズ調整 */

.swiper-slide img {
	height: auto;
	width: 100%;
}

.contact-img-sp {
	margin: 1.25rem auto auto -1.5625rem;
	width: calc(100% + 3.125rem);
}


.contact-thanks__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
	text-align: center;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.contact__item {
	position: relative;
}

.contact__img img {
	-o-object-fit: cover;
	aspect-ratio: 390/230;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact__title {
	align-items: flex-start;
	color: #fff;
	display: flex;
	flex-direction: column;
	left: 5.5%;
	position: absolute;
	top: 9%;
}

.contact__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2857142857;
	text-transform: uppercase;
}

.contact__jp {
	font-size: 0.875rem;
	font-weight: 400;
}

.contact__arrow {
	bottom: 5%;
	height: 1.125rem;
	position: absolute;
	right: 5%;
	width: 1.125rem;
}

.contact__link {
	display: block;
	position: relative;
}

.contact__link::before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 1;
}

.contact__link:hover::before {
	opacity: 0.6;
}

.contact__link:hover .contact__hover {
	opacity: 1;
}

.contact__hover {
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	color: #fff;
	content: "VIEW";
	display: flex;
	font-size: 0.875rem;
	height: 5rem;
	justify-content: center;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	width: 5rem;
	z-index: 2;
}

.faq-toggle {
	border-bottom: solid 1px #BFEF30;
}

.faq-toggle__title {
	align-items: center;
	background: transparent;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.25rem;
	position: relative;
	z-index: 1;
}

.faq-toggle__title-box {
	align-items: flex-start;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 0 0.625rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.faq-toggle__question {
	color: #BFEF30;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
}

.faq-toggle__text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
	visibility: hidden;
}

.open .faq-toggle__text {
	margin-bottom: 1.25rem;
	max-height: 1000px;
	opacity: 1;
	text-align: left;
	visibility: visible;
}

.faq-toggle__title-box.active:after {
	transform: translate(50%, -50%) rotate(-135deg);
}

.footer-pc__list {
	align-items: flex-start;
	display: flex;
	justify-content: center;
}

.footer-pc__wrapper {
	padding: 0 1.25rem;
}

.footer-pc__text {
	font-size: 1rem;
	font-weight: 400;
}

.footer-pc__text + .footer-pc__text {
	margin-top: 0.625rem;
}

.footer-pc__in-list {
	align-items: flex-start;
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.footer-pc__in-head {
	background-color: #BFEF30;
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	width: 4.25rem;
}

.footer-pc__in-text {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.28125rem;
}

.footer-pc__in-text + .footer-pc__in-text {
	margin-top: 0.625rem;
}

.footer-pc__company {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-top: 0.59375rem;
}

.footer-pc__explanation {
	font-size: 1.25rem;
	font-weight: 600;
}

.footer-pc__logo {
	height: 3.75rem;
	margin-top: 0.65625rem;
	width: 23.1875rem;
}

.footer-pc__logo img {
	height: 3.75rem;
	width: 23.1875rem;
}

.footer-pc__logo a img {
	display: block;
	transition: transform 0.3s ease;
	will-change: transform;
}

.footer-pc__logo a:hover img {
	transform: scale(1.08) translateY(-4px);
}

.footer-pc__address {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.683125rem;
}

.footer-pc__media {
	font-size: 1rem;
	font-weight: 400;
	padding-right: 8.0625rem;
}

.footer-pc__media-head {
	font-size: 1rem;
	font-weight: 300;
	padding-bottom: 0.625rem;
}

.footer-pc a {
	-webkit-text-decoration: none;
	color: #fff; /* テキスト色はお好みで調整 */
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.footer-pc a::after {
	background-color: #BFEF30; /* 下線の色 */
	bottom: -2px;
	content: "";
	height: 0.09375rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.footer-pc a:hover::after {
	width: 100%;
}

/* ロゴリンクだけはアニメーション除外 */

.footer-pc__logo a::after {
	display: none;
}

.footer-sp__wrapper {
	margin-top: 1.25rem;
	padding: 0 0.625rem;
}

.footer-sp__subtitle {
	font-size: 1rem;
	font-weight: 400;
}

.footer-sp__img {
	margin-top: 0.625rem;
}

.footer-sp__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/180;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer-sp__name {
	color: #BFEF30;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 0.625rem;
}

.footer-sp__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	margin-top: 0.25rem;
}

.footer-sp__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 1.25rem;
	text-align: center;
}

.footer-sp__item {
	border: solid 0.47px #fff;
	max-width: calc(50% - 0.625rem);
	width: 100%;
}

.footer-sp__item + .footer-sp__item {
	margin-left: 1.25rem;
	margin-top: 0;
}

/* 枚数が増えたときのための処理 */

.footer-sp__item:nth-child(2n+1) {
	margin-left: 0;
}

/* 枚数が増えたときのための処理 */

.footer-sp__item:nth-child(n+3) {
	margin-top: 1.25rem;
}

.footer-sp__box {
	padding: 2.28125rem 0;
}

.footer-sp__box-text {
	font-size: 0.58625rem;
	font-weight: 400;
	line-height: 1.1727078891;
}

.footer-sp__company {
	margin-top: 2.5rem;
}

.footer-sp__explanation {
	font-size: 0.875rem;
	font-weight: 600;
}

.footer-sp__logo {
	height: 2.375rem;
	margin-top: 0.646875rem;
	width: 14.8125rem;
}

.footer-sp__address {
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.6425rem;
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 2.5rem 0 1.25rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.footer__privacy {
	font-size: 0.625rem;
	font-weight: 400;
	margin-top: 1.875rem;
	text-align: center;
}

.footer__copyright {
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
	margin-top: 0.625rem;
	text-align: center;
}

.form-category {
	display: flex;
	flex-wrap: wrap;
	gap: 0.46875rem 0.625rem;
	padding-bottom: 0.625rem;
}

.form-category__label {
	margin-bottom: 0 !important;
}

.form-category__label {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.form-category__input {
	display: none;
}

.form-category__text {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 2.14rem;
	color: #000;
	display: inline-block;
	font-size: 0.535rem;
	font-weight: 400;
	padding: 0.21875rem 0.9375rem;
	transition: all 0.3s ease;
}

.form-category__text--active {
	background-color: #000;
	color: #fff;
}

.form__box {
	align-items: center;
	display: flex;
	gap: 0 0.5625rem;
}

.form__item {
	text-align: left;
}

.form__item + .form__item {
	margin-top: 0.625rem;
}

.form__item label {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 0.25rem;
}

.form__item input,
.form__item textarea {
	background-color: white;
	border: solid 1px #EBEBEB;
	box-sizing: border-box;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.5rem 0.84375rem;
	width: 100%;
	margin: 0;
}

.form__item input {
	/* height: 2.5rem; */
	width: 100%;
}

.form__item textarea {
	height: 16.25rem;
	resize: vertical;
}

.form__box input {
	width: 11.125rem;
}

.btn__top {
	margin: 1.25rem auto auto -1.5625rem;
	margin-top: 2.5rem;
	text-align: center;
	width: calc(100% + 3.125rem);
}

.btn-submit {
	position: relative;
}

.btn-submit__body[type=submit] {
	align-items: center;
	background-color: #000;
	border: solid 1px #fff;
	box-shadow: 0 0 10px 0 #999999;
	color: #fff; /* $white の代わり */
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 400;
	justify-content: center;
	overflow: hidden;
	padding: 0.48125rem 0rem;
	position: relative;
	transform: translateY(0);
	transition: 0.4s;
	width: 18.1875rem;
}

.btn-submit__body[type=submit]:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
	transform: translateY(-0.25rem);
}

.btn-submit:hover .btn-submit__text::after {
	transform: translateX(0.3125rem);
}

.btn-submit:hover .btn-submit__arrow::before,
.btn-submit:hover .btn-submit__arrow::after {
	background-color: transparent;
	pointer-events: none;
}

.btn-submit__body[disabled] {
	cursor: not-allowed;
}

.form__error,
.wpcf7-not-valid-tip {
	color: #CB3434;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.9;
	margin-top: 0.3125rem;
}

.is-error {
	background-color: rgba(255, 0, 0, 0.05);
	border-color: #CB3434;
}

.wpcf7-not-valid {
	background-color: rgba(255, 0, 0, 0.05);
	border-color: #CB3434;
}

.fv {
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.fv__heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.fv__title {
	font-size: 1.75rem;
	font-weight: 600;
}

.fv__subtitle {
	font-family: "futura-pt", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25;
}

.fv__content {
	margin-top: 1.25rem;
}

.fv__img {
	width: 85.9%;
}

.fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 335/287;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__sentence {
	margin-top: 1.25rem;
	padding-right: 1.5625rem;
	text-orientation: mixed; /* ひらがなやカタカナを正しく表示 */
	width: 100%;
	writing-mode: vertical-rl; /* 縦書きで右→左 */
}

.fv__text {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.125em;
	line-height: 2.4;
	padding-left: 1rem;
}

.fv__text:last-child {
	padding-left: 0rem;
}

.fv__text span {
	color: #BFEF30;
}

.header__hamburger {
	background-color: #000;
	padding: 0;
	padding: 1.1875rem 1.125rem 1.25rem;
	z-index: 9999;
}

.header__hamburger span {
	background: white;
	display: block;
	height: 0.0625rem;
	position: relative;
	transition: ease 0.3s;
	width: 1.5rem;
}

.header__hamburger span:nth-child(1) {
	top: 0;
}

.header__hamburger span:nth-child(2) {
	margin: 0.5625rem 0;
}

.header__hamburger span:nth-child(3) {
	top: 0;
	width: 0.9375rem;
}

/*is-OPEN時の動き*/

.header__hamburger.is-open span:nth-child(1) {
	top: 0.625rem;
	transform: rotate(35deg);
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
}

.header__hamburger.is-open span:nth-child(3) {
	top: -0.5625rem;
	transform: rotate(-35deg);
	width: 1.5rem;
}

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

.no-scroll {
	overflow: hidden;
}

.is-hidden {
	display: none;
}

.js-gnavi-accordion.is-open .sp-nav__arrow {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.pc-nav__modal {
	align-items: flex-start;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 1.25rem 0;
	position: fixed;
	top: 4.625rem;
	transform: rotateX(90deg);
	transition: 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 500;
}

.pc-nav__modal.is-active {
	opacity: 1;
	transform: rotateX(0deg);
	visibility: visible;
}

.header-modal__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 77.5rem;
	padding: 0 1.5625rem;
}

.header-modal__flex {
	align-items: flex-start;
	display: flex;
}

.header-modal__job {
	padding-right: 5rem;
	width: 50%;
}

.header-modal__job-title {
	font-size: 1.5rem;
	font-weight: 400;
}

.header-modal__list {
	align-items: flex-start;
	display: flex;
	gap: 0 2.5rem;
	margin-top: 0.625rem;
}

.header-modal__head {
	background-color: #BFEF30;
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	width: 4.25rem;
}

.header-modal__text {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.25rem;
}

.header-modal__text + .header-modal__text {
	margin-top: 0.625rem;
}

.header-modal__media {
	border-left: solid 1px #BFEF30;
	padding-left: 5rem;
	width: 50%;
}

.header-modal__content {
	align-items: flex-start;
	display: flex;
	gap: 0 1.4375rem;
	margin-top: 0.625rem;
}

.header-modal__img {
	height: 7.25rem;
	width: 46.74%;
	border: solid 1px #fff;
}

.header-modal__img img {
	-o-object-fit: cover;
	aspect-ratio: 215/118;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.header-modal__wrapper {
	width: 64%;
}

.header-modal__name {
	color: #BFEF30;
	font-size: 1rem;
	font-weight: 600;
}

.header-modal__explanation {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	margin-top: 0.25rem;
}

.header-modal__media-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
	max-width: 29.125rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.header-modal__media-item {
	border: solid 1px #fff;
	max-width: calc(33.3333% - 0.8333333333rem);
	width: 100%;
}

.header-modal__media-item + .header-modal__media-item {
	margin-left: 1.25rem;
	margin-top: 0;
}

.header-modal__media-item:nth-child(3n+1) {
	margin-left: 0;
}

.header-modal__media-item:nth-child(n+4) {
	margin-top: 1.25rem;
}

.header-modal__media-item a {
	display: block;
	height: 100%;
	width: 100%;
}

.header-modal__media-box {
	padding: 1.75rem 0;
}

.header-modal__media-text {
	font-size: 0.75rem;
	font-weight: 400;
}

.header-modal__media-item a {
	transition: none;
}

.header-modal__media-item a:hover {
	transform: none;
}

.header-modal__media-item a::after {
	content: none;
	display: none;
}

.header-modal__media-item a:hover .header-modal__media-box {
	background-color: #fff;
}

.header-modal__media-item a:hover .header-modal__media-text {
	color: #000;
}

.header-modal__img a {
	background-color: transparent;
	display: block;
	overflow: hidden;
	transition: background-color 0.3s ease;
}

.header-modal__img a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.header-modal__img img {
	display: block;
	height: auto;
	transition: transform 0.4s ease;
	width: 100%;
}

.header-modal__img a:hover img {
	transform: scale(1.05);
}



.header__sp-nav {
	background-color: #000;
	bottom: 0;
	color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 3.75rem;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: 8888;
}

.header__sp-nav.is-open {
	transform: translateX(0);
}

.header-sp__content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 2.5rem 1.5625rem;
	position: relative;
	width: 100%;
}

.header-sp__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.header-sp__contact {
	border-bottom: solid 1px #BFEF30;
	margin-top: 1.125rem;
	padding-bottom: 1.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.header-sp__contact-item + .header-sp__contact-item {
	margin-top: 1.25rem;
}

.header-sp__contact-box {
	background-color: #BFEF30;
	color: #000;
	padding: 1.25rem 0 1.1875rem;
	text-align: center;
}

.header-sp__contact-box--color {
	background-color: #fff;
}

.header-sp__contact-en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.header-sp__contact-jp {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	height: 3.75rem;
	justify-content: space-between;
	padding-left: 1.75rem;
	transition: background-color 0.3s ease;
}

.header__inner--scrolled {
	background-color: #ffffff;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
}

.header__logo {
	height: 1.125rem;
	position: relative; /* z-indexをきかせるため */
	width: 7rem;
	z-index: 9999;
}

.information {
	padding: 2.5rem 0 5rem;
}

.information__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.information__item + .information__item {
	margin-top: 1.25rem;
}

.information__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/191;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.information__img {
    overflow: hidden; /* 画像がはみ出しても枠の外に見えないように */
}

.information__img img {
    transition: transform 0.4s ease;
    width: 100%;
    height: auto;
    display: block;
}

.information__item a:hover .information__img img {
    transform: scale(1.1); /* 5%だけ大きくする */
}


.information__tab {
	border: solid 1px #000;
	border-radius: 1.875rem;
	display: inline-block;
	font-size: 0.5625rem;
	font-weight: 400;
	margin-top: 0.5rem;
	padding: 0 1.09375rem;
}

.information__text {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.information__pagenavi {
	margin-top: 2.5rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.issue__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.8125rem;
}

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

.issue__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.issue__jp {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.issue__list {
	margin-top: 1.25rem;
}

.issue__item {
	align-items: center;
	border: solid 1px #fff;
	display: flex;
	justify-content: center;
	padding: 0.993125rem 0;
	text-align: center;
}

.issue__item + .issue__item {
	margin-top: 1.25rem;
}

.issue__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5625;
}

.loading {
	align-items: center;
	animation: fadeOut 1s 2s forwards;
	background-color: #fff;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 9999;
}

.loading img {
	animation: logoFade 1s 0.5s forwards;
	opacity: 0;
	width: 12.5rem;
}

body.is-fixed {
	height: 100vh;
	overflow: hidden;
	touch-action: none;
}

.news-card {
	max-width: 48.75rem;
}

.news-card__item {
	position: relative;
}

.news-card__item a {
	-webkit-text-decoration: none;
	border-bottom: solid 1px #919191;
	color: #000;
	display: block;
	padding-bottom: 0.625rem;
	text-decoration: none;
	transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.news-card__item a:hover {
	border-color: #BFEF30;
	color: #BFEF30;
}

.news-card__item::before {
	background-color: #BFEF30;
	content: "";
	height: 100%;
	left: -0.75rem;
	position: absolute;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.4s ease-in-out;
	width: 0.125rem;
}

.news-card__item:hover::before {
	transform: scaleY(1);
}

.news-card__item + .news-card__item {
	margin-top: 1.25rem;
}

.news-card__time {
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
	transition: color 0.4s ease-in-out;
}

.news-card__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.25rem;
	transition: color 0.4s ease-in-out;
}

.news {
	padding: 2.5rem 0;
}

.news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.news__dl {
	margin-top: 1.25rem;
}

.origin {
	background-color: #000;
	text-align: center;
}

.origin__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem;
	padding: 0;
}

.origin__title {
	align-items: center;
	color: #BFEF30;
	display: flex;
	flex-direction: column;
}

.origin__title-en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.origin__title-jp {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 0.21875rem;
}

.origin__content {
	margin-top: 1.25rem;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pc-nav__item--margin {
	margin-left: 1.25rem;
}

.pc-nav__wrapper {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
	justify-content: center;
	padding: 0 min(1.4vw, 20px);
}

.pc-nav__text {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	transition: color 0.3s ease;
}

/* === 通常リンクのホバーアニメーション（資料請求・お問い合わせ以外） === */

.pc-nav__item:not(.pc-nav__item--margin):not(:has(.pc-nav__box)) a {
	display: inline-block;
	position: relative;
	transition: transform 0.3s ease;
}

.pc-nav__item:not(.pc-nav__item--margin):not(:has(.pc-nav__box)) a::after {
	background-color: #BFEF30;
	bottom: -4px;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0%;
}

.pc-nav__item:not(.pc-nav__item--margin):not(:has(.pc-nav__box)) a:hover::after {
	width: 100%;
}

/* === 資料請求・お問い合わせボタン === */

.pc-nav__box {
	align-items: center;
	background-color: #BFEF30;
	display: flex;
	flex-direction: column;
	height: 4.625rem;
	justify-content: center;
	overflow: hidden;
	padding-bottom: 1rem;
	padding-top: 1.0625rem;
	position: relative;
	text-align: center;
	width: 10.4375rem;
}

.pc-nav__box::after {
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	left: -80%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	width: 60%;
}

.pc-nav__box:hover::after {
	animation: shine 0.7s ease-out forwards;
}

.pc-nav__box-text {
	font-family: "futura-pt", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.pc-nav__box-jp {
	font-family: "A-OTF Gothic MB101 Pr6N", serif;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.3125rem;
}

.pc-nav__box--contact {
	background-color: #0A0A0A;
	color: #fff;
}

.sp-nav__arrow {
	height: 0.4375rem;
	width: 0.8125rem;
}

.privacy {
	padding: 2.5rem 0 5rem;
}

.privacy__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.privacy__head {
	font-size: 0.875rem;
	font-weight: 400;
}

.privacy__list {
	margin-top: 1.25rem;
}

.privacy__item + .privacy__item {
	margin-top: 1.25rem;
}

.privacy__title {
	border-left: solid 3px #000;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 0.625rem;
}

.privacy__sentence {
	margin-top: 0.6875rem;
}

.privacy__text {
	font-size: 0.875rem;
	font-weight: 400;
}

.privacy__sentence + .privacy__sentence {
	margin-top: 1.75rem;
}

.result__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.8125rem;
}

.result__list {
	margin-top: 1.25rem;
}

.result__item {
	background-color: #BFEF30;
	color: #000;
	padding: 1.25rem 2rem 2.5rem;
}

.result__item + .result__item {
	margin-top: 1.25rem;
}

.result__heading {
	align-items: flex-start;
	display: flex;
	gap: 0 1.4375rem;
	justify-content: center;
}

.result__arrow {
	height: 0.5625rem;
	position: relative;
	top: 0.6875rem;
	width: 0.6875rem;
}

.result__title {
	align-items: center;
	color: #BFEF30;
	display: flex;
	flex-direction: column;
}

.result__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.result__jp {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.result__head {
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
}

.result__test {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.25rem;
	text-align: left;
}

.rule__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.rule__title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.rule__action {
	margin-top: 1.5625rem;
}

.scroll-down {
	border-radius: 50%;
	bottom: 4.75rem;
	box-shadow: 0px 0px 38.94px rgb(0, 0, 0);
	height: 4.375rem;
	left: 1.25rem;
	opacity: 0;
	position: fixed;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	visibility: hidden;
	width: 4.375rem;
	z-index: 9999;
}

.scroll-down--visible {
	opacity: 1;
	visibility: visible;
}

.scroll-down img {
	transition: transform 0.3s ease;
}

.scroll-down a:hover img {
	transform: scale(1.1);
}


.section-head {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.section-head__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.section-head__jp {
	font-size: 0.625rem;
	font-weight: 400;
}

.section-head__en--font {
	font-size: 1.5rem;
}

.section-head__jp--font {
	font-size: 0.625rem;
}

.section-heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 61.25rem;
}

.section-heading__wrapper {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.section-heading__subtitle {
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 1.25rem;
}

.service-box {
	background-color: #000;
	color: #fff;
}

.sub__container-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.service-box__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.service-box__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	position: relative;
}

.service-box__side {
	color: #BFEF30;
	font-family: "futura-pt", sans-serif;
	font-size: 11.875rem;
	font-weight: 600;
	left: -18%;
	line-height: 1.2842105263;
	position: absolute;
	text-orientation: sideways; /* 英字を縦に並べる */
	text-transform: uppercase;
	top: 10.6%;
	writing-mode: vertical-rl;
}

.service-box__side--position {
	left: 0%;
}

.service-box__arrow {
	margin: 1rem auto 0;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.service-box__content {
	margin-top: 1.25rem;
}

.service-card {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.service-card__wrapper {
	border-bottom: solid 1px #fff;
	padding-bottom: 1.25rem;
}

.service-card__wrapper + .service-card__wrapper {
	margin-top: 1.25rem;
}

.service-card__heading {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
	padding-left: 0.375rem;
}

.service-card__arrow {
	height: 0.8125rem;
	width: 1rem;
}

.service-card__title {
	color: #BFEF30;
}

.service-card__jp {
	font-family: "futura-pt", sans-serif;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.2692307692;
	text-transform: uppercase;
}

.service-card__en {
	font-size: 1.5rem;
	font-weight: 400;
	margin-left: 0.625rem;
}

.service-card__head {
	margin-top: 0.625rem;
}

.service-card__subtitle {
	font-size: 1.25rem;
	font-weight: 400;
}

.service-card__text {
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.service-card__list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: flex-start;
	margin-top: 1.25rem;
	padding: 0 0.625rem;
}

.service-card__item {
	width: 46.875%;
}

.service-card__type {
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

.service-card__box {
	margin-top: 0.375rem;
	position: relative;
}

.service-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 150/267;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-card__button {
	bottom: 4%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
}

.service-card__button-text {
	align-items: center;
	background-color: transparent;
	border: solid 0.62px #fff;
	border-radius: 1.9375rem;
	display: flex;
	font-family: "futura-pt", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.3;
	padding: 0.5rem 2.5rem 0.5rem 0;
	position: relative;
	text-transform: uppercase;
	transition: 0.4s;
	width: 7.5rem;
}

.service-card__button-text::after {
	background-image: url(../images/common/button-arrow-white.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 0.5625rem;
}

.service-card__button-text:hover {
	background-color: #a8db11;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	color: #fff;
	transform: translateY(-2px);
}

.service-card__button-text:hover::after {
	right: 0.25rem;
}

.service-cycle {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 0.9375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.9375rem;
}

.service-cycle__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.service-cycle__circle {
	align-items: center;
	background: linear-gradient(90deg, #f5fdf3 0%, #d5f47a 25%, #b9ef4e 50%, #a3e636 75%, #8cdf1e 100%);
	background-size: 68.75rem 8.75rem;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 8.75rem;
	justify-content: center;
	text-align: center;
	width: 8.75rem;
}

/* 各丸ごとに背景位置をずらして分割表示 */

.service-cycle__item:nth-child(1) .service-cycle__circle {
	background-position: 0 0;
}

.service-cycle__item:nth-child(2) .service-cycle__circle {
	background-position: -12.5rem 0;
}

.service-cycle__item:nth-child(3) .service-cycle__circle {
	background-position: 0 0;
}

.service-cycle__item:nth-child(4) .service-cycle__circle {
	background-position: -12.5rem 0;
}

.service-cycle__en {
	color: #000;
	font-family: "futura-pt", sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1;
}

.service-cycle__jp {
	color: #000;
	font-size: 0.72rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.3125rem;
}

.service {
	background-color: #000;
	color: #fff;
	padding: 2.5rem 0;
}

.service__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.service__container {
	margin-top: 1.25rem;
}

.single-article {
	margin-top: 2.5rem;
}

.single-article__eyecatch {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.25rem;
	width: 100%;
}

.single-article__eyecatch img {
	-o-object-fit: cover;
	aspect-ratio: 340/192;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-article p {
	font-size: 0.875rem;
	font-weight: 400;
}

.single-article h2 {
	border-left: solid 3px #000;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
	padding-left: 0.625rem;
}

.single-article h2:not(:first-of-type) {
	margin-top: 1.25rem;
}

.single-article h3 {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.25rem;
	padding-left: 0.8125rem;
}

.single-article .is-line-image {
	padding-bottom: 1.25rem;
}

.single-article h4 {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.25rem;
	padding-left: 0.8125rem;
}

.single-article .is-centered-image {
	margin: 1.25rem auto 0;
	padding-bottom: 1.25rem;
	text-align: center;
	width: 100%;
}

.single-article .is-centered-image img {
	-o-object-fit: cover;
	aspect-ratio: 320/182;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-article div figure {
	width: 100%;
}

.single-article div p {
	margin-top: 1.25rem;
	width: 100%;
}

.single-article div figure + figure {
	margin-top: 1.25rem;
}

.single-article .single-div{
	margin-top: 1.25rem;
}

.single-voice-article {
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.single-voice-article__box {
	align-items: flex-start;
	display: flex;
	gap: 0 1rem;
	margin-top: 0.625rem;
}

.single-voice-article__time {
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
	position: relative;
	top: 0.3rem;
}

.single-voice-article__tab {
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 1.875rem;
	font-size: 0.625rem;
	font-weight: 400;
	padding: 0.1875rem 1rem 0.1875rem;
	position: relative;
	text-align: center;
	transition: all 0.4s ease;
	z-index: 1;
}

.single-voice-article__text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
	position: relative;
	transition: color 0.4s ease;
	z-index: 1;
}

.single-voice-article__name {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.5;
	margin-top: 1.25rem;
	position: relative;
	z-index: 1;
}

.single-voice-article__content {
	margin-top: 1.25rem;
}

.single-works-article {
	margin-top: 2.6875rem;
	padding-bottom: 5rem;
}

.single-works-article__flex {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
}

.single-works-article__time {
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
	position: relative;
	top: 0.3rem;
}

.single-works-article__tab {
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 1.875rem;
	font-size: 0.625rem;
	font-weight: 400;
	padding: 0.1875rem 1rem 0.1875rem;
	text-align: center;
	transition: all 0.4s ease;
}

.single-works-article__title {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.single-works-article__dl {
	margin-top: 0.625rem;
}

.single-works-article__box {
	align-items: flex-start;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 0 0.5rem;
	line-height: 1.6875;
}

.single-works-article__box + .single-works-article__box {
	margin-top: 0.625rem;
}

.single-works-article__box dt {
	color: #9C9C9C;
	letter-spacing: 0.8em;
	white-space: nowrap;
}

.single-works-article__name {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.5;
	margin-top: 0.625rem;
}

.single-works-article__content {
	margin-top: 1.25rem;
}

.sp-nav {
	border-bottom: solid 1px #BFEF30;
	padding-bottom: 1.25rem;
}

.sp-nav__list {
	padding: 0 0.625rem;
}

.sp-nav__item + .sp-nav__item {
	margin-top: 0.625rem;
}

.sp-nav__wrapper {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
}

.sp-nav__text {
	font-size: 1rem;
	font-weight: 400;
}

.sp-nav__arrow {
	height: 0.4375rem;
	transition: transform 0.3s ease;
	width: 0.8125rem;
}

.open .sp-nav__arrow {
	transform: rotate(180deg);
}

.sp-nav__arrow.is-rotated {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.sp-nav__in-content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
	visibility: hidden;
}

.open .sp-nav__in-content {
	opacity: 1;
	visibility: visible;
}

.sp-nav__in-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.625rem;
	padding: 0 1.25rem;
}

.sp-nav__in-item {
	display: flex;
	flex-direction: column;
	max-width: calc(50% - 1.25rem);
	position: relative;
	width: 100%;
}

.sp-nav__in-item + .sp-nav__in-item {
	margin-left: 2.5rem;
	margin-top: 0;
}

/* 枚数が増えたときのための処理 */

.sp-nav__in-item:nth-child(2n+1) {
	margin-left: 0;
}

/* 枚数が増えたときのための処理 */

.sp-nav__in-item:nth-child(n+3) {
	margin-top: 1.25rem;
}

.sp-nav__in-head {
	background-color: #BFEF30;
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	width: 4.25rem;
}

.sp-nav__in-wrapper {
	margin-top: 0.625rem;
}

.sp-nav__in-text {
	font-size: 0.875rem;
	font-weight: 400;
}

.sub-black {
	background-color: #000;
	padding: 1.25rem 0 2.5rem;
	text-align: center;
}

.sub-black__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-black__content + .sub-black__content {
	margin-top: 2.5rem;
}

.sub-company {
	background-color: #BFEF30;
	margin-top: 2.5rem;
	padding: 2.0625rem 0 2.5rem;
	position: relative;
}

.sub-company::before {
	background-image: url("../images/common/sub-company-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12.625rem;
	z-index: 0;
}

.sub-company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
	position: relative;
}

.sub-company__item + .sub-company__item {
	margin-top: 0.625rem;
}

.sub-company__title {
	position: relative;
	z-index: 10;
}

.sub-company__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.sub-company__jp {
	font-size: 0.625rem;
	font-weight: 300;
	line-height: 2;
}

.sub-company__text {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 2;
	margin-top: -0.5rem;
}

.sub-fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.sub-fv__container {
	position: relative;
}

.sub-fv__img {
	height: 13.75rem;
	width: 100%;
}

.sub-fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 390/220;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-fv__contact {
	left: 0%;
	position: absolute;
	top: 4%;
}

.sub-fv__wrapper {
	margin-top: 2.5rem;
}

.sub-fv__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-left: 1.75rem;
}

.sub-fv__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.sub-fv__jp {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.sub-fv__buttons {
	align-items: center;
	display: flex;
	gap: 0 0.736875rem;
	margin-left: 1.5625rem;
	margin-top: 1.5rem;
	text-align: center;
}

.sub-fv__button-text {
	align-items: center;
	background-color: #BFEF30;
	border: solid 0.79px #000;
	border-radius: 2.4375rem;
	display: flex;
	font-family: "futura-pt", sans-serif;
	font-size: 0.6875rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.9090909091;
	padding: 0.4375rem 0.625rem 0.25rem 0;
	position: relative;
	text-transform: uppercase;
	transition: 0.4s;
	width: 9.3125rem;
}

.sub-fv__button-text--contact {
	background-color: #fff;
}

.sub-fv__button-text--color {
	color: #000;
}

.sub-fv__button-text::after {
	background-image: url(../images/common/button-arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 0.5rem;
}

.sub-information {
	padding: 1.25rem 0 2.5rem;
}

.sub-information__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

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

.sub-information__en {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.sub-information__jp {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.sub-information__container {
	margin-top: 1.25rem;
}

.sub-information__list {
	text-align: left;
}

.sub-information__item {
	border-bottom: solid 1px #BFEF30;
	padding-bottom: 0.625rem;
	padding-left: 0.625rem;
}

.sub-information__item + .sub-information__item {
	margin-top: 0.625rem;
}

.sub-information__item dt {
	color: #797979;
	font-size: 1rem;
	font-weight: 400;
}

.sub-information__item dd {
	font-size: 1rem;
	font-weight: 400;
}

.sub-information__item-map {
	margin-top: 0.625rem;
}

.sub-information__item-map iframe {
	-o-object-fit: cover;
	aspect-ratio: 340/192;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-new-single {
	padding: 2.6875rem 0 5rem;
}

.sub-new-single__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-new-single__time {
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
}

.sub-new-single__title {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.4375rem;
}

.sub-new-single__content {
	margin-top: 2.5rem;
}

.sub-new-single__content p {
	font-size: 0.875rem;
	font-weight: 400;
}

.sub-new-single__content h2 {
	border-left: solid 3px #000;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
	padding-left: 0.625rem;
}

.sub-new-single__content h2:not(:first-of-type) {
	margin-top: 1.25rem;
}

.sub-new-single__content h3 {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.25rem;
	padding-left: 0.8125rem;
}

.sub-new-single__content .is-line-image {
	padding-bottom: 1.25rem;
}

.sub-new-single__content h4 {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.25rem;
	padding-left: 0.8125rem;
}

.sub-new-single__content .is-centered-image {
	margin: 1.25rem auto 0;
	padding-bottom: 1.25rem;
	text-align: center;
	width: 100%;
}

.sub-new-single__content .is-centered-image img {
	-o-object-fit: cover;
	aspect-ratio: 320/182;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-new-single__content .single-div{
	margin-top: 1.25rem;
}


.sub-news {
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.sub-news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-news__pagenavi {
	margin-top: 2.5rem;
}

.sub-rule__title {
	align-items: center;
	color: #BFEF30;
	display: flex;
	flex-direction: column;
}

.sub-rule__title-en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.sub-rule__title-jp {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 0.1875rem;
}

.sub-rule__main-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: center;
}

.sub-rule__action {
	margin-top: 1.875rem;
}

.sub-service-business {
	background-color: #000;
	color: #fff;
	padding: 1.25rem 0 2.5rem;
}

.sub-service-business__arrow {
	margin-top: 1.25rem;
}

.sub-service-business__arrow img {
	height: 3.5625rem;
	margin-left: auto;
	margin-right: auto;
	width: 0.5625rem;
}

.sub-service-business__result {
	margin-top: 0.625rem;
}

.sub-service-contract {
	margin-top: 2.5rem;
}

.sub-service-contract__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-contract__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.sub-service-contract__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.sub-service-contract__jp {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.sub-service-contract__img {
	margin-top: 1.25rem;
}

.sub-service-contract__img img {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.sub-service-faq {
	background-color: #000;
	color: #fff;
	padding: 1.25rem 0 2.5rem;
	text-align: center;
}

.sub-service-faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-faq__title {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.sub-service-faq__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.sub-service-faq__jp {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.sub-service-faq__accordion {
	margin-top: 1.25rem;
}

.sub-service-faq__toggle + .sub-service-faq__toggle {
	margin-top: 1.25rem;
}

.sub-service-flow {
	margin-top: 2.5rem;
}

.sub-service-flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-flow__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.sub-service-flow__en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.sub-service-flow__jp {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.sub-service-flow__list {
	margin-top: 1.25rem;
}

.sub-service-flow__item {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
	position: relative;
}

.sub-service-flow__item + .sub-service-flow__item {
	margin-top: 3.375rem;
}

.sub-service-flow__arrow {
	bottom: -29%;
	height: 0.875rem;
	left: 16%;
	position: absolute;
	width: 0.8125rem;
}

.sub-service-flow__job {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.15625rem 0;
	text-align: center;
	width: 35.29%;
}

.sub-service-flow__text {
	font-size: 0.75rem;
	font-weight: 400;
	width: 61.76%;
}

.sub-service-flow__arrow {
	height: 0.6875rem;
	margin-left: auto;
	margin-right: auto;
	width: 0.590625rem;
}

.sub-service-voice {
	background-color: #F5F5F5;
	margin-top: 2.5rem;
	padding: 2.5rem 0;
}

.sub-service-voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-voice__list {
	margin-top: 1.25rem;
}

.sub-service-works {
	margin-top: 2.5rem;
}

.sub-service-works__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-works__slide {
	margin-top: 1.25rem;
}

.sub-service {
	margin-top: 2.5rem;
}

.sub-service__content {
	padding: 2.5rem 0;
}

.sub-slide__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: 100%;
}

/* 共通のスタイル */

.swiper-button-prev,
.swiper-button-next {
	height: 1.5rem;
	top: 55%;
	top: var(--swiper-navigation-top-offset, 55%);
	width: 1.5rem;
	z-index: 10;
}

/* ← 左矢印 */

.swiper-button-prev {
	left: 1rem;
	left: var(--swiper-navigation-sides-offset, 1rem);
	right: auto;
}

/* → 右矢印 */

.swiper-button-next {
	left: auto;
	right: 1rem;
	right: var(--swiper-navigation-sides-offset, 1rem);
}

/* ホバー時のフェード */

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.5;
}

/* 中の画像用背景アイコン設定 */

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

/* 左矢印画像 */

.swiper-button-prev::after {
	background-image: url(../images/common/sub-company-arrow-left.webp);
}

/* 右矢印画像 */

.swiper-button-next::after {
	background-image: url(../images/common/sub-company-arrow-right.webp);
}

/* 画像サイズ調整 */

.sub-slide__slide.swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 390/144;
	border-radius: 0rem;
	height: 100%;
	object-fit: cover;
	width: 100%;

}

.sub-voice {
	margin-top: 1.25rem;
	padding-bottom: 5rem;
}

.sub-voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-voice__item + .sub-voice__item {
	margin-top: 1.25rem;
}

.sub-voice__search {
	border-bottom: solid 1px #DBDBDB;
	font-size: 0.875rem;
	font-weight: 400;
}

.sub-voice__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.125rem;
	margin-top: 0.580625rem;
}

.sub-voice__tab {
	background-color: #000;
	border: solid 1px #000;
	border-radius: 2.7575rem;
	color: #fff;
	display: inline-block;
	font-size: 0.661875rem;
	padding: 0.19875rem 1.599375rem;
	text-align: center;
	transition: all 0.3s ease;
}

.sub-voice__tab--active {
	background-color: #000;
	color: #fff;
}

.sub-voice__tab:not(.sub-voice__tab--active) {
	background-color: #fff;
	color: #000;
}

.sub-voice__tab:hover {
	opacity: 0.8;
}

.sub-voice__cards {
	margin-top: 2.5rem;
}

.sub-voice__pagenavi {
	margin-top: 2.5rem;
}

.sub-works {
	margin-top: 1.25rem;
	padding-bottom: 5rem;
}

.sub-works__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-works__item + .sub-works__item {
	margin-top: 1.25rem;
}

.sub-works__search {
	border-bottom: solid 1px #DBDBDB;
	font-size: 0.875rem;
	font-weight: 400;
}

.sub-works__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.125rem;
	margin-top: 0.580625rem;
}

.sub-works__tab {
	background-color: #000;
	border: solid 1px #000;
	border-radius: 2.7575rem;
	color: #fff;
	display: inline-block;
	font-size: 0.661875rem;
	padding: 0.19875rem 1.536875rem 0.19875rem;
	text-align: center;
	transition: all 0.3s ease;
}

.sub-works__tab--active {
	background-color: #000;
	color: #fff;
}

.sub-works__tab:not(.sub-works__tab--active) {
	background-color: #fff;
	color: #000;
}

.sub-works__tab:hover {
	opacity: 0.8;
	background-color: #000;
	color: #fff;
}

.sub-works__cards {
	margin-top: 2.5rem;
}

.sub-works__pagenavi {
	margin-top: 2.5rem;
}

.sub {
	position: relative;
}

.sub::before {
	background-image: url("../images/common/sub-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15.625rem;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 1.5%;
	transform: translate(-50%, 0%);
	width: 12.5rem;
	z-index: 1;
}

.sub__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub__heading {
	margin-top: 2.5rem;
}

.sub__title {
	display: flex;
	flex-direction: column;
}

.sub__title-en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	text-transform: uppercase;
}

.sub__title-jp {
	font-size: 0.625rem;
	font-weight: 400;
}

.sub__subtitle {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.25rem;
}












.voice-card {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.voice-card__item {
	display: flex;
	flex-direction: column;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.voice-card__item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 1;
  }
  

.voice-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.voice-card__img {
	aspect-ratio: 16/9;
	overflow: hidden;
	width: 100%;
}

.voice-card__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
}

.voice-card__img:hover img {
    transform: scale(1.1);
}


.voice-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 0.625rem;
}

.voice-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.voice-card__box {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.voice-card__time {
	font-family: "futura-pt", sans-serif;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 400;
	white-space: nowrap;
	line-height: 1.7;
}

.voice-card__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
}

.voice-card__tab {
	background: #fff;
	border: 1px solid #000;
	border-radius: 1.875rem;
	font-size: 0.5625rem;
	line-height: 1.9044444444;
	padding: 0.125rem 1.171875rem 0.05375rem;
}

.voice-card__text {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.voice-card__name {
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 0.625rem;
}


















.voice {
	background-color: #F5F5F5;
	padding: 2.5rem 0;
}

.voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.voice__list {
	margin-top: 1.25rem;
}








.works-card {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.works-card__item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.works-card__item + .works-card__item {
	margin-top: 1.25rem;
}



.works-card__img {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.works-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/191;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.works-card__item:hover .works-card__img img {
	transform: scale(1.1);
}

.works-card__flex {
	align-items: flex-start;
	display: flex;
	gap: 0 1rem;
	margin-top: 0.625rem;
}

.works-card__time {
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
	position: relative;
	top: 0.2rem;
}

.works-card__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
}

.works-card__tab {
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 1.875rem;
	font-size: 0.5625rem;
	font-weight: 400;
	line-height: 1.9044444444;
	padding: 0.125rem 1.171875rem 0.05375rem;
	text-align: center;
	transition: all 0.4s ease;
}



.works-card__main {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	/* height: 100%; は 絶対つけない！！ */
	margin-top: 0.625rem;
  }
  

  .works-card__content-wrapper {
	display: flex;
	flex-direction: column;
  }
  

.works-card__title {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6875;
	margin-top: 0.5625rem;
	transition: color 0.4s ease;
}

.works-card__dl {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	margin-top: 0.625rem;
	min-height: 0;
	padding-bottom: 0.25rem;
}

.works-card__box {
	align-items: flex-start;
	display: flex;
	font-size: 0.75rem;
	font-weight: 400;
	gap: 0 1.25rem;
	line-height: 2.25;
}

.works-card__box + .works-card__box {
	margin-top: 0.25rem;
}

.works-card__box dt {
	color: #9C9C9C;
	letter-spacing: 0.8em;
	white-space: nowrap;
}

.works-card__name {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.25;
	margin-top: auto;
}














.works-slide__title {
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
}

.life__top,
.life__bottom {
	margin-top: 0.625rem;
}

.swiper-left .swiper-wrapper,
.swiper-right .swiper-wrapper {
	transition-timing-function: linear;
}

/* 画像のサイズ調整 */

.swiper-slide img {
	height: auto;
	width: 100%;
}

.works {
	padding: 2.5rem 0;
}

.works__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.works__list {
	margin-top: 1.25rem;
}

.works__slide {
	margin-top: 1.25rem;
}

.wp-pagenavi {
	align-items: center;
	clear: both;
	display: flex;
	gap: 0 1.375rem;
	justify-content: center;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #919191;
	color: #919191;
	display: inline-flex;
	font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	height: 2.5rem;
	justify-content: center;
	padding: 0.5rem 0.75rem 0.3125rem;
	transition: 0.3s ease;
	width: 2.5rem;
}

.wp-pagenavi a:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}

.wp-pagenavi span.is-active {
	background-color: #000;
	color: #fff;
}

.wp-pagenavi .previouspostslink:hover::after {
	background-color: #000;
	border-left: 0.0625rem solid #fff;
	border-top: 0.0625rem solid #fff;
	opacity: 1;
	transition: 0.3s ease;
}

.wp-pagenavi .nextpostslink:hover::after {
	background-color: #000;
	border-bottom: 0.0625rem solid #fff;
	border-right: 0.0625rem solid #fff;
	opacity: 1;
	transition: 0.3s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
	transition: 0.3s ease;
}

.wp-pagenavi .current {
	background-color: #000;
	color: #fff;
	pointer-events: none;
}

.wp-pagenavi .previouspostslink {
	margin-left: 0;
	margin-right: max(1.875rem, min(2.291vw, 2.5rem));
	position: relative;
}

.wp-pagenavi .previouspostslink::after {
	border-left: 0.0625rem solid #000;
	border-top: 0.0625rem solid #000;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.625rem;
}

.wp-pagenavi .nextpostslink {
	margin-left: max(1.875rem, min(2.291vw, 2.5rem));
	margin-right: 0;
	position: relative;
}

.wp-pagenavi .nextpostslink::after {
	border-bottom: 0.0625rem solid #000;
	border-right: 0.0625rem solid #000;
	content: "";
	height: 0.625rem;
	left: 32%;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.625rem;
}

.wp-pagenavi .u-desktop {
	display: none;
}

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



/* WordPressで変更した箇所 */


.sub-new-single__button {
	margin-top: 7rem;
}

.back-button__text {
	border: solid 1px #000;
	border-radius: 1.9375rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.1875;
	padding: 1.125rem 2.5rem 1.125rem 0;
	width: 18.75rem;
}

.back-button__text:hover {
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	color: #fff;
	transform: translateY(-2px);
}

.back-button__text::after {
	height: 0.6875rem;
	right: 2rem;
	top: 49%;
	width: 0.5625rem;
}

.back-button__text:hover::after {
	right: 1.5rem;
}

.contact-thanks {
    padding: 5rem 0 12.5rem;
}

.contact-form__gallery-images{
	gap: 0.725rem;
}

.single-voice-article__img{
	width: 79.593%;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

.contact-form__gallery-img{
	width: 31.7%;
}

.contact-form__gallery-img img {
	aspect-ratio: 153/87;
	width: 100%;
	height: 100%;object-fit: cover;
}

.contact-form__title{
	font-size: 1.8125rem;
}

.form__item--radio label {
	margin: 0 !important;
}
.form__radio{
	margin-top: 0.5rem;
}









.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-breadcrumb {
	margin-top: 5.8125rem;
}

.top-origin {
	padding: 1.90625rem 0 2.625rem;
}

.top-rule {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.top-sub-fv {
	margin-top: 4.625rem;
}

.action__heading {
	gap: 0 0.375rem;
}

.action__arrow {
	height: 0.6875rem;
	top: -0.78125rem;
	width: 0.5625rem;
}

.action__title-jp {
	font-size: 1.5rem;
}

.action__title-en {
	font-size: 1.25rem;
	margin-top: 0.125rem;
}

.action__list {
	gap: 0 2.5rem;
}

.action__item {
	max-width: 11.25rem;
	min-height: 100%;
}

.action__head {
	padding: 0.96875rem 0.5rem 0.65625rem;
}

.action__jp {
	font-size: 1.25rem;
}

.action__en {
	font-size: 1.25rem;
}

.action__body {
	padding: 1.25rem 0.625rem 0.75rem;
}

.action__text {
	font-size: 1rem;
	letter-spacing: 0.25em;
}

.breadcrumb__inner {
	max-width: 78.75rem;
}

.breadcrumb__text {
	font-size: 0.875rem;
}

.breadcrumb__arrow {
	height: 0.6875rem;
	width: 0.5625rem;
}

.button__text {
	border: solid 1px #000;
	border-radius: 1.9375rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.75rem 3.75rem 0.8125rem 0;
	width: 10.0625rem;
}

.button__text:hover {
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	color: #fff;
	transform: translateY(-2px);
}

.button__text::after {
	height: 0.6875rem;
	right: 1rem;
	top: 49%;
	width: 0.5625rem;
}

.button__text:hover::after {
	right: 0.625rem;
}

.company {
	padding: 5rem 0 0 0;
	position: relative;
}

.company::before {
	background-image: url("../images/common/company-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24.3125rem;
	position: absolute;
	right: calc(50% - min(50%, 33.3rem));
	top: 7rem;
	width: 24.3125rem;
	z-index: 1;
}

.company__inner {
	max-width: 64.375rem;
}

.company__title {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 1.4375rem;
	width: 100%;
}

.company__text {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.concept {
	align-items: center;
	display: flex;
	gap: 0 5rem;
	justify-content: flex-end;
}

.concept__text--top {
	right: 5rem;
	top: 0.875rem;
}

.concept__text--bottom {
	margin-top: 0.75rem;
	max-width: 37.5rem;
	width: 100%;
}

.concept__arrow-top,
.concept__arrow-bottom {
	height: 2.625rem;
	width: 0.5625rem;
}

.concept__arrow-bottom {
	margin-bottom: 0;
}

.concept__arrow-top {
	left: 0.625rem;
	top: 0;
}

.concept__logo {
	height: 4.75rem;
	width: 25.25rem;
}

.concept__description--right {
	left: 2.8125rem;
}

.concept__label,
.concept__text-left,
.concept__text-right {
	font-size: 1rem;
}

.concept__text-left {
	right: 0.625rem;
}

.concept__arrow-bottom--left {
	left: 2.9375rem;
}

.concept__arrow-bottom--right {
	left: 7.5rem;
}

.concept__equal {
	height: 0.625rem;
	margin-right: 0;
	margin-right: initial;
	margin-top: 0rem;
	position: relative;
	top: -1.25rem;
	width: 3.75rem;
}

.concept__sentence {
	margin-top: 0rem;
	position: relative;
	top: -2.0625rem;
}

.concept__sentence-logo {
	height: 2.25rem;
	width: 2.25rem;
}

.concept__sentence-jp {
	font-size: 1.875rem;
	margin-top: 0.59375rem;
}

.concept__sentence-en {
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 0.5625rem;
}

.contact-form {
	padding: 5rem 0 6.25rem;
}

.contact-form__inner {
	max-width: 66.875rem;
}

.contact-form__container {
	align-items: flex-start;
	display: flex;
	gap: 0 4.9375rem;
	justify-content: flex-end;
}

.contact-form__sentence {
	width: 47.06%;
}

.contact-form__wrapper {
	padding-bottom: 1.25rem;
}

.contact-form__support {
	font-size: 2rem;
	line-height: 1.5625;
	text-align: left;
}

.contact-form__form {
	margin-top: 0rem;
	width: 43.236%;
}

.contact-form__form {
	padding: 0.875rem 1.875rem 2.8125rem;
}

.contact-img-pc__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.contact-img-pc__item {
	max-width: calc(25% - 0.796875rem);
	width: 100%;
}

.contact-img-pc__item + .contact-img-pc__item {
	margin-left: 1.0625rem;
	margin-top: 0;
}

.contact-img-pc__item:nth-child(4n+1) {
	margin-left: 0;
}

.contact-img-pc__item:nth-child(n+5) {
	margin-top: 1.25rem;
}




.contact-thanks__text {
	font-size: 2rem;
	line-height: 1.5625;
}

.contact__inner {
	max-width: 100%;
}

.contact__list {
	display: flex;
}

.contact__item {
	width: 50%;
}

.contact__img img {
	aspect-ratio: 720/213;
}

.contact__title {
	left: 5.5%;
	top: 9%;
}

.contact__en {
	font-size: 2.5rem;
	line-height: 1.275;
}

.contact__arrow {
	bottom: 12.5%;
	right: 6%;
}

.faq-toggle__title {
	padding-bottom: 1.25rem;
}

.faq-toggle__title-box {
	align-items: center;
	font-size: 1.25rem;
}

.faq-toggle__text {
	font-size: 1rem;
}

.faq-toggle__title .faq-toggle__title-box:before {
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.125rem;
	position: absolute;
	right: 1.25rem;
	top: 20%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.faq-toggle__title .faq-toggle__title-box:after {
	border-bottom: 3px solid #BFEF30;
	border-right: 3px solid #BFEF30;
	content: "";
	display: block;
	height: 0.75rem;
	position: absolute;
	right: 20px;
	top: 20%;
	transform: translate(50%, -50%) rotate(45deg);
	transform-origin: calc(50% + 1px) calc(50% + 1px);
	transition: transform 0.3s ease;
	width: 0.75rem;
}

.faq-toggle__title .faq-toggle__title-box.active:after {
	transform: translate(50%, -50%) rotate(-135deg);
}

.footer {
	padding: 5rem 0 1.375rem;
}

.footer__inner {
	max-width: 76.875rem;
}

.footer__privacy {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 3.75rem;
}

.footer__copyright {
	font-size: 1.25rem;
	line-height: 1.3;
}

.form-category {
	gap: 0.625rem;
	padding-bottom: 1.25rem;
}

.form-category__text {
	border-radius: 2.5rem;
	font-size: 0.625rem;
	padding: 0.15625rem 1.125rem;
}

.form__item + .form__item {
	margin-top: 1.25rem;
}

.form__item label {
	margin-bottom: 0.625rem;
}

.form__item input,
.form__item textarea {
	font-size: 0.875rem;
}

.form__item textarea {
	height: 20rem;
}

.form__box input {
	width: 11.375rem;
}

.btn__top {
	margin: 2.5rem auto auto auto;
	width: 100%;
}

.btn-submit__body[type=submit] {
	font-size: 1.125rem;
	padding: 0.9375rem 0rem 0.875rem;
	width: 23.6875rem;
}

.btn-submit:hover::after {
	pointer-events: none;
	transform: scale(1, 1);
}

.form__error,
.wpcf7-not-valid-tip {
	font-size: 1.03875rem;
}

.fv {
	background-image: url("../images/common/fv-bg.webp");
	background-position: calc(50% + 305px) calc(50% + 13px);
	background-repeat: no-repeat;
	background-size: 80.5625rem 80.5625rem;
	padding-bottom: 4.9375rem;
	padding-top: 5.875rem;
}

.fv__inner {
	max-width: 100%;
}

.fv__heading {
	max-width: 100%;
	padding-left: 8.25rem;
	padding-right: 0;
}

.fv__title {
	font-size: 5.25rem;
}

.fv__subtitle {
	font-size: 1.5625rem;
	line-height: 1.28;
	margin-top: -1rem;
}

.fv__content {
	align-items: flex-start;
	display: flex;
	gap: 0 6.5rem;
	margin-top: 3.8125rem;
}

.fv__img {
	width: 56.25%;
}

.fv__img img {
	aspect-ratio: 810/695;
}

.fv__sentence {
	margin-top: 0rem;
	padding-right: 0;
	width: 25.973%;
}

.fv__text {
	font-size: 1.625rem;
	letter-spacing: 0.2em;
	padding-left: 1.875rem;
}

.header__hamburger {
	display: none;
}

.header__sp-nav {
	display: none;
}

.header-sp__inner {
	max-width: 100%;
}

.header__inner {
	height: 4.625rem;
	padding-left: 3.375rem;
}

.header__logo {
	height: 1.5625rem;
	width: 9.625rem;
}

.information {
	padding: 5rem 0 6.25rem;
}

.information__inner {
	max-width: 75.25rem;
}

.information__list {
	display: flex;
	flex-wrap: wrap;
}

.information__item {
	max-width: calc(33.3333% - 1.6666666667rem);
	width: 100%;
}

.information__item + .information__item {
	margin-left: 2.5rem;
	margin-top: 0;
}

.information__item:nth-child(3n+1) {
	margin-left: 0;
}

.information__item:nth-child(n+4) {
	margin-top: 2.5rem;
}

.information__img img {
	aspect-ratio: 358/201;
}

.information__tab {
	padding: 0.0625rem 1.21875rem 0rem;
}

.information__text {
	line-height: 1.6875;
}

.information__pagenavi {
	margin-top: 5rem;
}

.inner {
	max-width: 1270px;
	padding-left: 25px;
	padding-right: 25px;
}

.issue__inner {
	max-width: 64.375rem;
	padding: 0 1.5625rem;
}

.issue__en {
	font-size: 2rem;
	line-height: 1.28125;
}

.issue__jp {
	font-size: 1rem;
}

.issue__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.issue__item {
	max-width: calc(33.3333% - 1.6666666667rem);
	padding: 1.0625rem 0;
	width: 100%;
}

.issue__item + .issue__item {
	margin-left: 2.5rem;
	margin-top: 0;
}

.issue__item:nth-child(3n+1) {
	margin-left: 0;
}

.issue__item:nth-child(n+4) {
	margin-top: 1.25rem;
}

.loading img {
	width: 25rem;
}

.news {
	padding: 5rem 0 6.25rem;
}

.news__inner {
	max-width: 63.75rem;
}

.origin__inner {
	max-width: 74.5rem;
	padding: 0;
}

.origin__title-en {
	font-size: 1.875rem;
}

.origin__content {
	margin-top: -0.1875rem;
}

.privacy {
	padding: 5rem 0 6.25rem;
}

.privacy__inner {
	max-width: 64.375rem;
}

.privacy__head {
	font-size: 1rem;
}

.privacy__list {
	margin-top: 2.6875rem;
}

.privacy__item + .privacy__item {
	margin-top: 2.5rem;
}

.privacy__title {
	font-size: 1.5rem;
	line-height: 1.4166666667;
	padding-left: 1.25rem;
}

.privacy__sentence {
	margin-top: 1.0625rem;
}

.privacy__text {
	font-size: 1rem;
}

.privacy__sentence + .privacy__sentence {
	margin-top: 2rem;
}

.result__inner {
	max-width: 64.375rem;
	padding: 0 1.5625rem;
}

.result__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.result__item {
	max-width: calc(33.3333% - 1.6666666667rem);
	width: 100%;
}

.result__item + .result__item {
	margin-left: 2.5rem;
	margin-top: 0;
}

.result__item:nth-child(3n+1) {
	margin-left: 0;
}

.result__item:nth-child(n+4) {
	margin-top: 2.5rem;
}

.result__heading {
	gap: 0 2.5625rem;
}

.result__arrow {
	top: 1rem;
}

.result__en {
	font-size: 2rem;
	line-height: 1.28125;
}

.result__jp {
	font-size: 1rem;
}

.rule__inner {
	max-width: 64.375rem;
}

.rule__title {
	font-size: 2.5rem;
	line-height: 1.5;
}

.rule__action {
	margin-top: 5rem;
}

.scroll-down {
	bottom: 3.125rem;
	height: 9.4375rem;
	left: 3.125rem;
	width: 9.4375rem;
}

.section-head__en {
	font-size: 3.125rem;
	line-height: 1.28;
}

.section-head__jp {
	font-size: 0.875rem;
}

.section-head__en--font {
	font-size: 2rem;
}

.section-head__jp--font {
	font-size: 1rem;
}

.section-heading__subtitle {
	font-size: 1rem;
}

.sub__container-inner {
	max-width: 69.375rem;
}

.service-box__inner {
	max-width: 100%;
	padding: 0;
}

.service-box__arrow {
	margin: 2.5rem auto 0;
	max-width: 61.8125rem;
	padding: 0;
}

.service-box__content {
	margin-top: 2.5rem;
}

.service-card {
	max-width: 61.25rem;
	padding: 0;
}

.service-card__wrapper {
	padding-bottom: 2.5rem;
}

.service-card__wrapper + .service-card__wrapper {
	margin-top: 2.5rem;
}

.service-card__heading {
	gap: 0 1.0625rem;
	padding-left: 1.8125rem;
}

.service-card__arrow {
	height: 1.25rem;
	width: 1.5rem;
}

.service-card__jp {
	font-size: 3.25rem;
	line-height: 1.2884615385;
}

.service-card__en {
	font-size: 2.375rem;
	margin-left: 1.25rem;
	position: relative;
	top: -0.1875rem;
}

.service-card__head {
	margin-left: 4.375rem;
	margin-top: 0rem;
}

.service-card__subtitle {
	font-size: 2rem;
}

.service-card__text {
	font-size: 1rem;
	margin-top: 1.25rem;
	max-width: 43.75rem;
}

.service-card__list {
	align-items: center;
	gap: 1.25rem 2.5rem;
	margin-top: 3.25rem;
	padding-left: 4.375rem;
	padding-right: 0rem;
}

.service-card__item {
	max-width: 11.5625rem;
	width: 100%;
}

.service-card__type {
	font-size: 1.125rem;
}

.service-card__box {
	margin-top: 0.5rem;
}

.service-card__img img {
	aspect-ratio: 185/329;
}

.service-card__button-text {
	border: solid 1px #fff;
	border-radius: 1.9375rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.75rem 3.75rem 0.8125rem 0;
	width: 10.0625rem;
}

.service-card__button-text::after {
	height: 0.6875rem;
	right: 1rem;
	top: 50.5%;
	width: 0.9375rem;
}

.service-card__button-text:hover::after {
	right: 0.625rem;
}

.service-cycle {
	flex-wrap: nowrap;
	gap: 1.25rem;
	max-width: 100%;
}

.service-cycle__circle {
	background: linear-gradient(90deg, #f5fdf3 0%, #d5f47a 25%, #b9ef4e 50%, #a3e636 75%, #8cdf1e 100%);
	background-size: 68.75rem 15.625rem;
	border-radius: 50%;
	height: 15.625rem;
	width: 15.625rem;
}

.service-cycle__item:nth-child(2) .service-cycle__circle {
	background-position: -6.25rem 0;
}

.service-cycle__item:nth-child(3) .service-cycle__circle {
	background-position: -15.625rem 0;
}

.service-cycle__item:nth-child(4) .service-cycle__circle {
	background-position: -31.25rem 0;
}

.service-cycle__en {
	font-size: 1.875rem;
}

.service-cycle__jp {
	font-size: 1.25rem;
}

.service {
	padding: 5rem 0;
}

.service__inner {
	max-width: 69.375rem;
}

.service__container {
	margin-top: 2.5rem;
}

.single-article {
	margin-top: 5rem;
}

.single-article__eyecatch {
	padding-bottom: 2.5rem;
	width: 79.593%;
}

.single-article__eyecatch img {
	aspect-ratio: 780/439;
}

.single-article p {
	font-size: 1rem;
}

.single-article h2 {
	font-size: 1.5rem;
	line-height: 1.4166666667;
	padding-left: 1.25rem;
}

.single-article h3 {
	font-size: 1.25rem;
	padding-left: 1.4375rem;
}

.single-article h4 {
	font-size: 1.25rem;
	padding-left: 1.4375rem;
}

.single-article .is-centered-image {
	width: 46.634%;
}

.single-article .is-centered-image img {
	aspect-ratio: 457/258;
}

.single-article div {
	align-items: flex-start;
	display: flex;
	gap: 0 2.6875rem;
	justify-content: center;
}

.single-article .is-row-reverse {
	flex-direction: row-reverse;
}


.single-voice-article {
	margin-top: 5rem;
	padding-bottom: 6.25rem;
}

.single-voice-article__box {
	align-items: center;
	gap: 0 1.25rem;
	margin-top: 0rem;
}

.single-voice-article__time {
	font-size: 1rem;
	line-height: 1.3125;
	top: 0;
}

.single-voice-article__tab {
	font-size: 0.75rem;
	padding: 0.1875rem 1.875rem 0.1875rem;
}

.single-voice-article__text {
	font-size: 1.75rem;
	line-height: 1.7857142857;
	margin-top: 0.625rem;
}

.single-voice-article__name {
	font-size: 1rem;
	line-height: 1.6875;
}

.single-voice-article__content {
	margin-top: 5rem;
}

.single-works-article {
	margin-top: 5rem;
	padding-bottom: 6.25rem;
}

.single-works-article__flex {
	gap: 0 1.25rem;
}

.single-works-article__time {
	font-size: 1rem;
	line-height: 1.3125;
	top: 0.08125rem;
}

.single-works-article__tab {
	font-size: 0.75rem;
	padding: 0.1875rem 1.875rem ;
}

.single-works-article__title {
	font-size: 1.75rem;
	line-height: 1.7857142857;
	margin-top: 0.625rem;
}

.single-works-article__dl {
	margin-top: 1.25rem;
}

.single-works-article__box {
	font-size: 1.125rem;
	line-height: 1.5;
}

.single-works-article__box + .single-works-article__box {
	margin-top: 0.625rem;
}

.single-works-article__name {
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 1.25rem;
}

.single-works-article__content {
	margin-top: 2.5rem;
}

.sub-black {
	padding: 2.5rem 0 5rem;
}

.sub-black__inner {
	max-width: 100%;
	padding: 0;
}

.sub-black__content + .sub-black__content {
	margin-top: 5rem;
}

.sub-company {
	padding: 2.5rem 0;
}

.sub-company::before {
	height: 20.125rem;
	left: auto;
	right: calc(50% - min(50%, 37rem));
	top: 9.25rem;
	transform: none;
	width: 20.125rem;
}

.sub-company__inner {
	max-width: 64.375rem;
}

.sub-company__item + .sub-company__item {
	margin-top: 1.25rem;
}

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

.sub-company__en {
	font-size: 1.875rem;
	line-height: 1.2666666667;
}

.sub-company__jp {
	font-size: 0.75rem;
	margin-top: -0.3125rem;
}

.sub-company__text {
	font-size: 3.5rem;
	margin-top: 0rem;
}

.sub-fv__inner {
	max-width: 100%;
}

.sub-fv__img {
	-o-object-fit: cover;
	height: 28.75rem;
	object-fit: cover;
}

.sub-fv__img img {
	aspect-ratio: 1440/460;
}

.sub-fv__contact {
	left: 7.2%;
	top: 3.7%;
}

.sub-fv__title {
	margin-left: 8rem;
}

.sub-fv__en {
	font-size: 3.125rem;
	line-height: 1.28;
}

.sub-fv__jp {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.sub-fv__buttons {
	margin-left: 8rem;
	margin-top: 2.5rem;
}

.sub-fv__button-text {
	border: solid 1px #000;
	border-radius: 3.125rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	padding: 0.53125rem 1.25rem 0.34375rem 0;
	width: 11.8125rem;
}

.sub-fv__button-text:hover {
	background-color: #a8db11;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	color: #fff;
	transform: translateY(-2px);
}

.sub-fv__button-text::after {
	height: 0.5625rem;
	right: 1rem;
	top: 49%;
	width: 0.6875rem;
}

.sub-fv__button-text:hover::after {
	right: 0.625rem;
}

.sub-information {
	padding: 5rem 0;
}

.sub-information__inner {
	max-width: 64.1875rem;
}

.sub-information__en {
	font-size: 3.125rem;
	line-height: 1.28;
}

.sub-information__jp {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.sub-information__container {
	margin-top: 2.5rem;
}

.sub-information__list {
	margin-left: auto;
	max-width: 55rem;
}

.sub-information__item {
	align-items: flex-start;
	display: flex;
	padding-bottom: 1.25rem;
	padding-left: 0rem;
}

.sub-information__item + .sub-information__item {
	margin-top: 1.25rem;
}

.sub-information__item dt {
	width: 14.546%;
}

.sub-information__item-map {
	height: 24.5rem;
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
	width: 43.5rem;
}

.sub-information__item-map iframe {
	aspect-ratio: 696/392;
}

.sub-new-single {
	padding: 5rem 0 6.25rem;
}

.sub-new-single__inner {
	max-width: 64.375rem;
}

.sub-new-single__time {
	font-size: 1.125rem;
	line-height: 1.2777777778;
}

.sub-new-single__title {
	font-size: 1.75rem;
	margin-top: 0.625rem;
}

.sub-new-single__content {
	margin-top: 5rem;
}

.sub-new-single__content p {
	font-size: 1rem;
}

.sub-new-single__content h2 {
	font-size: 1.5rem;
	line-height: 1.4166666667;
	padding-left: 1.25rem;
}

.sub-new-single__content h3 {
	font-size: 1.25rem;
	padding-left: 1.4375rem;
}

.sub-new-single__content h4 {
	font-size: 1.25rem;
	padding-left: 1.4375rem;
}

.sub-new-single__content .is-centered-image {
	width: 46.634%;
}

.sub-new-single__content .is-centered-image img {
	aspect-ratio: 457/258;
}
.sub-new-single__content .is-row-reverse {
	flex-direction: row-reverse;
}
/* 
.sub-new-single__content div {
	align-items: flex-start;
	display: flex;
	gap: 0 2.6875rem;
	justify-content: center;
}


/* .sub-new-single__content div + div {
	margin-top: 2.5rem;
} */
/* 
.sub-new-single__content div p {
	margin-top: 0rem;
	width: 46.634%;
}

.sub-new-single__content div figure + figure {
	margin-top: 0rem;
} */

.sub-news {
	margin-top: 5rem;
	padding-bottom: 6.25rem;
}

.sub-news__inner {
	max-width: 64.375rem;
}

.sub-news__pagenavi {
	margin-top: 5rem;
}

.sub-rule__title-en {
	font-size: 1.875rem;
}

.sub-rule__main-title {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.sub-rule__action {
	margin-top: 2.5rem;
}

.sub-service-business {
	padding: 2.5rem 0 5rem;
}

.sub-service-business__arrow {
	margin-top: 2.5rem;
}

.sub-service-business__result {
	margin-top: 2.5rem;
}

.sub-service-contract {
	margin-top: 5rem;
}

.sub-service-contract__inner {
	max-width: 64.375rem;
}

.sub-service-contract__en {
	font-size: 2rem;
	line-height: 1.28125;
}

.sub-service-contract__jp {
	font-size: 1rem;
}

.sub-service-contract__img {
	margin-top: 2.5rem;
}

.sub-service-contract__img img {
	height: 19.8125rem;
	width: 52.625rem;
}

.sub-service-faq {
	padding: 5rem 0;
}

.sub-service-faq__inner {
	max-width: 50rem;
	padding: 0;
}

.sub-service-faq__en {
	font-size: 2rem;
	line-height: 1.28125;
}

.sub-service-faq__jp {
	font-size: 1rem;
}

.sub-service-faq__accordion {
	margin-top: 2.5rem;
}

.sub-service-flow {
	margin-top: 5rem;
}

.sub-service-flow__inner {
	max-width: 64.375rem;
}

.sub-service-flow__en {
	font-size: 2rem;
	line-height: 1.28125;
}

.sub-service-flow__jp {
	font-size: 1rem;
}

.sub-service-flow__list {
	background-color: #F9F9F9;
	margin-top: 2.5rem;
	padding: 1.6875rem 3.25rem 1.6875rem 2.125rem;
}

.sub-service-flow__item {
	gap: 0 3.125rem;
}

.sub-service-flow__item + .sub-service-flow__item {
	margin-top: 3.75rem;
}

.sub-service-flow__arrow {
	bottom: -57%;
	height: 0.6875rem;
	left: 8.6%;
	width: 0.59375rem;
}

.sub-service-flow__job {
	font-size: 1rem;
	width: 18.34%;
}

.sub-service-flow__text {
	font-size: 1rem;
	width: 76.06%;
}

.sub-service-voice {
	margin-top: 5rem;
}

.sub-service-voice__inner {
	max-width: 75.25rem;
}

.sub-service-voice__list {
	margin-top: 2.5rem;
}

.sub-service-works {
	margin-top: 5rem;
}

.sub-service-works__inner {
	max-width: 75.25rem;
}

.sub-service-works__slide {
	margin-top: 5rem;
}

.sub-service__content {
	padding: 5rem 0;
}

.sub-slide__inner {
	max-width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	height: 1.9375rem;
	top: 50%;
	top: var(--swiper-navigation-top-offset, 50%);
	width: 1.9375rem;
}

.swiper-button-prev {
	left: 3.125rem;
	left: var(--swiper-navigation-sides-offset, 3.125rem);
}

.swiper-button-next {
	right: 3.125rem;
	right: var(--swiper-navigation-sides-offset, 3.125rem);
}

.sub-slide__slide.swiper-slide img {
	aspect-ratio: 1440/400;
	height: 100%;
	width: 100%;
}

.sub-voice {
	margin-top: 2.5rem;
	padding-bottom: 6.25rem;
}

.sub-voice__inner {
	max-width: 75.25rem;
}

.sub-voice__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 61.25rem;
}

.sub-voice__tags {
	gap: 1.25rem;
	margin-top: 1.25rem;
	padding: 0 1.5625rem;
}

.sub-voice__tab {
	border-radius: 3.125rem;
	font-size: 0.75rem;
	padding: 0.21875rem 1.8125rem 0.21875rem;
}

.sub-voice__cards {
	margin-top: 5rem;
}

.sub-voice__pagenavi {
	margin-top: 6.25rem;
}

.sub-works {
	margin-top: 2.5rem;
	padding-bottom: 6.25rem;
}

.sub-works__inner {
	max-width: 75.25rem;
}

.sub-works__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 61.25rem;
}

.sub-works__tags {
	gap: 1.25rem;
	margin-top: 1.25rem;
	padding: 0 1.5625rem;
}

.sub-works__tab {
	border-radius: 3.125rem;
	font-size: 0.75rem;
	padding: 0.21875rem 1.8125rem 0.21875rem;
}

.sub-works__cards {
	margin-top: 5rem;
}

.sub-works__pagenavi {
	margin-top: 6.25rem;
}

.sub::before {
	height: 24.3125rem;
	left: calc(50% - min(50%, 43rem));
	margin-left: 1.5625rem;
	top: -4.0625rem;
	transform: none;
	transform: initial;
	width: 24.3125rem;
}

.sub__inner {
	max-width: 64.375rem;
}

.sub__title-en {
	font-size: 3.125rem;
	line-height: 1.28;
}

.sub__title-jp {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.sub__subtitle {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.voice-card {
	gap: 2.5rem;
}

.voice-card__item {
	width: calc(33.3333% - 1.6666666667rem);
}

.voice-card__text {
	line-height: 1.6875;
	margin-top: 0.625rem;
}

.voice__inner {
	max-width: 75.25rem;
}

.voice__list {
	margin-top: 2.5rem;
}









.works-card {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.works-card__item {
	max-width: calc(33.3333% - 1.6666666667rem);
	width: 100%;
}

.works-card__item + .works-card__item {
	margin-left: 2.5rem;
	margin-top: 0;
}

.works-card__item:nth-child(3n+1) {
	margin-left: 0;
}

.works-card__item:nth-child(n+4) {
	margin-top: 2.5rem;
}

.works-card__img img {
	aspect-ratio: 358/201;
}

.works-card__title {
	margin-top: 0.625rem;
}

.works-card__dl {
	padding-bottom: 0.875rem;
}

.works-card__box + .works-card__box {
	margin-top: 0.625rem;
}


















.works-slide__title {
	font-size: 2rem;
}

.life__top,
.life__bottom {
	margin-top: 1.25rem;
}


.works {
	padding: 5rem 0;
}

.works__inner {
	max-width: 75.25rem;
}

.works__list {
	margin-top: 2.5rem;
}

.works__slide {
	margin-top: 5rem;
}

.wp-pagenavi .u-desktop {
	display: inline-block;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

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

.service-box__side {
	font-size: 8.125rem;
	left: -6%;
	line-height: 1.3333333333;
}

}

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

.service-box__side--position {
	left: 0%;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes fadeOut {

to {
	opacity: 0;
	visibility: hidden;
}

}

@keyframes logoFade {

to {
	opacity: 1;
}

}

@keyframes shine {

0% {
	left: -80%;
	opacity: 1;
}

100% {
	left: 130%;
	opacity: 0;
}

}

@keyframes voice-card-shine {

0% {
	left: -75%;
	opacity: 1;
}

100% {
	left: 125%;
	opacity: 0;
}

}


/*# sourceMappingURL=style.css.map */
