.animated {
	transition:all 0.3s;
}

body {
	font-family: "Shippori Mincho B1", serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	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: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

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

ul {
	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;
}

/* ホバー */

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

.input:-internal-autofill-selected {
	background-color: none;
}

.about {
	margin-top: 6.25rem;
}

.about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 77.6875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.about__title {
	left: 7%;
	margin-top: 6rem;
	position: absolute;
	text-align: center;
	top: 57.125rem;
	z-index: 2;
}

.about__container {
	margin-left: auto;
	width: 72.003%;
}

.about__wrapper {
	background-image: url(../images/common/promise01.jpg);
	background-position: center;
	background-size: cover;
	height: 20rem;
	position: relative;
	width: 100%;
}

.about__wrapper::after {
	background: rgba(255, 255, 255, 0.4);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.about__wrapper.about__wrapper--2 {
	background-image: url(../images/common/promise02.jpg);
}

.about__wrapper.about__wrapper--3 {
	background-image: url(../images/common/promise03.jpg);
}

.about__wrapper:not(:first-child) {
	margin-top: 2rem;
}

.about__text-wrapper {
	bottom: -0.125rem;
	left: 3.625rem;
	margin-bottom: 1rem;
	padding: 1.5625rem 4.6875rem 1rem 0.625rem;
	position: absolute;
}

.about__sub-title {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.4615384615;
	position: relative;
	z-index: 2;
}

.about__sub-title span {
	-webkit-text-stroke: 0.06875rem #B88F00;
	color: transparent;
	font-family: "Shippori Mincho B1", serif;
	font-size: 5.625rem;
	left: -2.9375rem;
	position: absolute;
	top: -4.375rem;
	z-index: -1;
}

.about__text {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
	margin-top: 0.5rem;
	position: relative;
	z-index: 2;
}

.achieve-aside__title {
	color: #133825;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
	padding-left: 1.375rem;
}

.achieve-aside__title.achieve-aside__title--archive {
	margin-top: 3.75rem;
}

.achieve-aside__items {
	cursor: pointer;
	margin-top: 0.375rem;
}

.achieve-aside__item {
	border-bottom: 1px solid #A8A8A8;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
}

.achieve-aside__category {
	color: #2C2929;
	display: inline-block;
	padding: 1.5rem 1.625rem;
	position: relative;
}

.achieve-aside__category:hover {
	opacity: 0.7;
}

.achieve-aside__category::before {
	border: 0;
	border-right: solid 1px #2C2929;
	border-top: solid 1px #2C2929;
	bottom: 0;
	content: "";
	height: 6px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	width: 6px;
}

.achieve-aside__category.is-active::before {
	transform: rotate(135deg);
}

.achieve-aside__parts {
	display: none;
}

.achieve-aside__parts a {
	color: #6D6D6D;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	margin-left: 2em;
	padding-top: 1.5rem;
	position: relative;
}

.achieve-aside__parts a:hover {
	opacity: 0.7;
}

.achieve-aside__parts a:first-child {
	padding-top: 0;
}

.achieve-aside__parts a:last-child {
	padding-bottom: 1.5rem;
}

.achieve-aside__parts a::after {
	border: 0;
	border-right: solid 1px #2C2929;
	border-top: solid 1px #2C2929;
	bottom: 0;
	content: "";
	height: 6px;
	margin: auto;
	position: absolute;
	right: 5.625rem;
	top: 0;
	transform: rotate(45deg);
	width: 6px;
}

.achieve-card__link:hover {
	opacity: 0.7;
}

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

.achieve-card__img {
	aspect-ratio: 3/2;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.achieve-card__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: transform 0.6s ease;
	width: 100%;
}

.achieve-card__body {
	margin-top: 0.8125rem;
}

.achieve-card__meta {
	display: flex;
	gap: 0.75rem;
}

.achieve-card__tag {
	border: 1px solid #2C2929;
	color: #2C2929;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	padding: 0.1875rem 0.75rem;
}

.achieve-card__date {
	align-items: center;
	color: #2C2929;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.1875;
}

.achieve-card__sub-title {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-top: 1rem;
}

.achieve__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
}

.achieve-main__items {
	grid-gap: 2.75rem 3.75rem;
	display: grid;
	gap: 2.75rem 3.75rem;
	grid-template-columns: repeat(2, 1fr);
}

.btn {
	text-align: center;
}

.btn a,
.btn input {
	border: 1px solid #133825;
	border-radius: 99px;
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	padding: 0.5rem 2.125rem;
	transition: all 0.3s;
}

.btn a:hover {
	background-color: #133825;
	color: #fff;
}

.btn a:hover .arrow {
	color: #fff;
}

.company-message {
	background-color: #F8F8F8;
	padding-bottom: 6.25rem;
	padding-top: 5.9375rem;
}

.inner.company-message__inner {
	max-width: 66.3125rem;
}

.company-message__container {
	display: flex;
	gap: 2.0625rem;
	margin-top: 3.3125rem;
}

.company-message__text-container {
	width: 52.522%;
}

.company-message__copy {
	-webkit-box-decoration-break: clone;
	background-color: #133825;
	box-decoration-break: clone;
	color: #fff;
	display: inline;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 3.5;
	padding: 0.5625rem 1.3125rem;
	white-space: nowrap;
}

.company-message__text {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.company-message__company-name {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	margin-right: 2rem;
	margin-top: 1.625rem;
	text-align: right;
}

.company-message__img {
	aspect-ratio: 444/526;
	margin-top: 1.125rem;
	position: relative;
	width: 43.9169%;
}

.company-message__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.faq-accordion__item {
	border: 1px solid #BDBDBD;
	margin-top: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.faq-accordion__title {
	color: #2C2929;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	padding-bottom: 2rem;
	padding-left: 3.1875rem;
	padding-right: 3.5rem;
	padding-top: 2rem;
	position: relative;
}

.faq-accordion__title.open {
	font-weight: 400;
}

.faq-accordion__title::before {
	background-color: #133825;
	content: "";
	display: inline-block;
	height: 0.125rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 1rem;
}

.faq-accordion__title::after {
	background-color: #133825;
	content: "";
	display: inline-block;
	height: 0.125rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s;
	width: 1rem;
}

.faq-accordion__title.open::before {
	opacity: 0;
}

.faq-accordion__title.open::after {
	transform: translateY(-50%) rotate(180deg);
}

.faq-accordion__content {
	border-top: 1px solid #BDBDBD;
	color: #2C2929;
	display: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	line-height: 1.4375;
	padding-bottom: 2rem;
	padding-left: 3.1875rem;
	padding-right: 3.5rem;
	padding-top: 2rem;
	position: relative;
}

.faq-accordion__title span {
	color: #133825;
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 1.125rem;
	line-height: 1.15;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.faq-accordion__content span {
	color: #133825;
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 1.125rem;
	line-height: 1.15;
	position: absolute;
	top: 39%;
}

.footer {
	background-color: #133825;
	margin-top: 6.25rem;
	padding-bottom: 3.875rem;
	padding-top: 6.0625rem;
}

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

.footer__inner {
	margin-left: auto;
	margin-right: auto;
}

.footer__copy {
	color: #DCAB00;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4375;
	text-align: center;
}

.footer__img {
	aspect-ratio: 78/67;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	position: relative;
	width: 4.875rem;
}

.footer__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.footer__company-name {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.1111111111;
	margin-top: 1.375rem;
	text-align: center;
}

.footer__company-address {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-top: 0.75rem;
	text-align: center;
}

.footer__items {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.footer__items.footer__items--mt {
	margin-top: 0.75rem;
}

.footer__item a {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.4615384615;
	transition: all 0.3s;
}

.footer__item a:hover {
	opacity: 0.7;
}

.footer__item.footer__item--thin a {
	font-weight: 400;
}

.footer__copyright {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.1538461538;
	margin-top: 4.25rem;
	text-align: center;
}

.footer.footer-mt200 {
	margin-top: 13.5rem;
}

.footer.footer-mt140 {
	margin-top: 8.75rem;
}

.custom-margin-top-company footer {
	margin-top: 2.5rem;
}

.custom-margin-top-service footer {
	margin-top: 0rem;
}

.custom-margin-top-works footer {
	margin-top: 6.25rem;
}

.custom-margin-top-contact footer {
	margin-top: 8.75rem;
}

.custom-margin-top-404 footer {
	margin-top: 13.375rem;
}

.custom-margin-top-single-works footer {
	margin-top: 10.625rem;
}

.custom-margin-top-thanks footer {
	margin-top: 9.25rem;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*テキストエリアの指定*/

[type=text],
[type=tel],
[type=email],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #B8B8B8;
	border-radius: 0;
	border-radius: 0rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700; /*↓カスタム */
	margin-top: 1rem;
	max-width: 42.6875rem;
	padding: 0.59375rem 0.9375rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
textarea:focus {
	border: 1px solid #133825;
}

select {
	color: #B9B9B9 !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* デフォルトの矢印を非表示 */
	background-color: #fff;
	border: none;
	border: 1px solid #B8B8B8; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0rem;
	color: #2C2929;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700; /*↓カスタム */
	margin-top: 1rem;
	max-width: 10rem;
	padding: 0.59375rem 0.9375rem;
	width: 100%;
}

select:focus,
select:active,
select:checked {
	color: #2C2929 !important;
}

select:focus,
select:active,
select:checked {
	border: 1px solid #133825;
}

textarea {
	height: 9.8125rem;
	max-width: none;
	max-width: initial;
	resize: none;
	width: 100%;
}

.form__must {
	background-color: #B70000;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-left: 1rem;
	padding: 0.25rem 1rem;
}

.form__privacy-policy {
	color: #000 !important;
	font-size: 0.875rem !important;
	line-height: 1.5714285714 !important;
}

.form__privacy-policy {
	margin: 0;
}

.form__item:not(:first-child) {
	margin-top: 2rem;
}

.form__item dt {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
}

input::-moz-placeholder {
	color: #B9B9B9;
}

input::placeholder {
	color: #B9B9B9;
}

.form__item--choice {
	position: relative;
}

.form__item--choice::before {
	aspect-ratio: 21/16;
	background-image: url(../images/common/Polygon3.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	left: 8.125rem;
	pointer-events: none;
	position: absolute;
	top: 53%;
	width: 1rem;
	z-index: 10;
}

.form__privacy-check {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 5.625rem;
	text-align: center;
}

.form__privacy-check a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.form__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.form__btn input {
	border: 1px solid #133825;
	border-radius: 99px;
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.125;
	padding: 1.3125rem 7.75rem;
	text-align: center;
	transition: all 0.3s;
}

.form__btn input:hover {
	background-color: #133825;
	color: #fff;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-previous {
	display: block !important;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
	color: red;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
}

.l-fv-bottom {
	margin-top: 5.8125rem;
}

.fv-bottom_text-wrapper {
	margin-left: auto;
	width: 48%;
}

.fv-bottom_main-text {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.4444444444;
}

.fv-bottom_sub-text {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.375rem;
}

.fv-bottom_slider {
	margin-top: 4.375rem;
}

.fv-bottom_slider.fv-bottom_slider--mt {
	margin-top: 2.5rem;
}

.fv-bottom_swiper-slide {
	aspect-ratio: 331/280;
	position: relative;
}

.fv-bottom_swiper-slide picture,
.fv-bottom_swiper-slide img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv-bottom__swiper-wrapper {
	transition-timing-function: linear;
}

.fv {
	height: 100vh;
	width: 100%;
}

.fv_inner {
	height: inherit;
	position: relative;
	width: 100%;
}

.fv_slider,
.swipe-slide picture,
.swipe-slide img {
	height: inherit;
}

.swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv_swiper-slide {
	position: relative;
}

.fv_swiper-slide::before {
	background: linear-gradient(180.41deg, rgba(255, 255, 255, 0.7) 0.37%, rgba(209, 209, 209, 0) 77.13%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.fv_swiper-slide picture,
.fv_swiper-slide picture img {
	position: relative;
}

.fv_sticky-container {
	width: 100%;
}

.fv_title-wrap {
	left: 6%;
	position: fixed;
	top: 23%;
	width: 50%;
	z-index: 10;
}

.fv_main-copy {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.75rem;
	font-weight: 600;
	line-height: 1.45;
}

.fv_main-copy rt {
	font-family: "Shippori Mincho B1", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.7em;
	line-height: 1.4285714286;
	position: relative;
	text-align: center;
	translate: 0.5625rem -0.5rem;
}

.fv_sub-img {
	aspect-ratio: 545/170;
	left: -0.9375rem;
	margin-top: 2.375rem;
	position: relative;
	width: 34.0625rem;
}

.fv_sub-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv_subimg--gold {
	opacity: 0;
}

.fv_flex {
	display: flex;
	gap: 6.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 77.6875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.gallery__main-img {
	aspect-ratio: 14/11;
	position: relative;
	width: 66.668%;
}

.gallery__main-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.gallery__sub-img {
	grid-gap: 0.75rem;
	align-content: flex-start;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: flex-start;
	place-content: flex-start;
	width: 32.28%;
}

.gallery__sub-img li {
	aspect-ratio: 14/11;
	background: #2C2929;
	max-height: 8rem;
	position: relative;
}

.gallery__sub-img li img {
	-o-object-fit: cover;
	cursor: pointer;
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.current img {
	opacity: 1 !important;
}

.hamburger {
	height: 1.375rem;
	position: relative;
	width: 1.5rem;
	z-index: 100;
}

.hamburger span {
	background-color: #133825;
	height: 0.1875rem;
	position: absolute;
	transition: 0.3s;
	width: inherit;
}

.hamburger span:nth-child(1) {
	top: -0.0625rem;
}

.hamburger span:nth-child(2) {
	opacity: 1;
	top: 0.5625rem;
}

.hamburger span:nth-child(3) {
	bottom: 0rem;
}

.hamburger.is-active span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.header {
	background-color: transparent;
	height: 4.375rem;
	position: fixed;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 1000;
}

.header.is-color {
	background-color: #fff;
}

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

.header__logo {
	height: inherit;
	position: relative;
	z-index: 100;
}

.header__logoLink {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	width: 9.6875rem;
}

.header__name {
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	margin-left: 1.5625rem;
	margin-top: -0.3125rem;
}

.header__logoLink img {
	height: 2.5rem;
	width: 9.6875rem;
}

.header__drawer {
	display: none;
}

.header__pc-nav {
	display: block;
	height: inherit;
}

.header__sp-nav {
	display: none;
}

.header__name--hidden {
	display: none;
}

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

.page-404 {
	margin-top: 16.75rem;
}

.page-404__inner {
	max-width: 68.75rem;
}

.page-404__main {
	color: #133825;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.4444444444;
	text-align: center;
}

.page-404__sub1 {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-top: 3.75rem;
	text-align: center;
}

.page-404__sub2 {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-top: 1.25rem;
	text-align: center;
}

.page-404__btn {
	margin-top: 4.75rem;
	text-align: center;
}

.page-404__btn a {
	border: 1px solid #133825;
	border-radius: 99px;
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	padding: 1rem 5rem;
	text-align: center;
}

.page-404__btn a:hover {
	background-color: #133825;
	color: #fff;
}

.page-achieve {
	margin-top: 10.625rem;
}

.page-achieve__inner {
	max-width: 68.75rem;
}

.page-achieve__flex {
	display: flex;
	gap: 3.625rem;
	margin-top: 3.75rem;
}

.page-achieve__title {
	text-align: center;
}

.page-achieve__main {
	width: 74.286%;
}

.page-achieve__aside {
	width: 20.038%;
}

.page-company {
	margin-top: 10.625rem;
	padding-bottom: 6.25rem;
}

.page-company__inner::before {
	aspect-ratio: 196/1170;
	background-image: url(../images/common/aboutBrote-beige.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	left: 0;
	max-height: 60.6875rem;
	position: absolute;
	top: 10rem;
	width: 11%;
}

.page-company__title {
	text-align: center;
}

.page-company__img {
	aspect-ratio: 1025/330;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	position: relative;
	width: 82.462%;
}

.page-company__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-company dl {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	max-width: 52.75rem;
}

.page-company dt {
	border-bottom: 1px solid #C7C7C7;
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	padding-bottom: 2rem;
	padding-top: 2rem;
	text-align: center;
	width: 25%;
}

.page-company dd {
	border-bottom: 1px solid #C7C7C7;
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	padding-bottom: 2rem;
	padding-left: 2.375rem;
	padding-top: 2rem;
	width: 75%;
}

.page-contact-check {
	margin-top: 10.625rem;
}

.page-contact-check__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 60.6875rem;
}

.page-contact-check__title {
	text-align: center;
}

.page-contact-check dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.75rem;
}

.page-contact-check dt {
	border-bottom: 1px solid #B4B4B4;
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
	text-align: center;
	width: 25%;
}

.page-contact-check dd {
	border-bottom: 1px solid #B4B4B4;
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
	width: 75%;
}

.page-contact-check__btn-wrapper {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 5.0625rem;
	text-align: center;
}

.page-contact-check__btn input {
	background-color: #133825;
	color: #fff;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	padding-bottom: 1.3125rem;
	padding-top: 1.3125rem;
	transition: all 0.3s;
	width: 22.5625rem;
}

.page-contact-check__btn input:hover {
	background-color: #fff;
	color: #133825;
}

.page-contact-check__btn.page-contact-check__btn--reverse input {
	background-color: #fff;
	color: #133825;
}

.page-contact-check__btn.page-contact-check__btn--reverse input:hover {
	background-color: #133825;
	color: #fff;
}

.page-contact-thanks {
	margin-top: 10.625rem;
}

.page-contact-thanks__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 55.875rem;
}

.page-contact-thanks__title {
	text-align: center;
}

.page-contact-thanks__text {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4375;
	margin-top: 3.75rem;
	text-align: center;
}

.page-contact-thanks__btn {
	margin-top: 4.75rem;
}

.page-contact-thanks__btn a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	padding: 1rem 5rem;
}

.page-contact {
	margin-top: 10.625rem;
}

.page-contact__inner {
	max-width: 60.6875rem;
}

.page-contact__title {
	text-align: center;
}

.page-contact__form {
	margin-top: 3.75rem;
}

.page-faq {
	margin-top: 10.625rem;
	position: relative;
}

.page-faq__inner {
	max-width: 60.6875rem;
}

.page-faq::before {
	aspect-ratio: 196/830;
	background-image: url(../images/common/faqBrote.png);
	background-size: cover;
	content: "";
	display: inline-block;
	left: -2rem;
	max-width: 166px;
	position: absolute;
	top: 4.6875rem;
	width: 13%;
}

.page-faq__title {
	text-align: center;
}

.page-faq__wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
}

.page-faq__wrapper:not(:first-of-type) {
	margin-top: 3rem;
}

.page-faq__content-title {
	color: #133825;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
}

.page-faq__accordion {
	margin-top: 2rem;
}

.page-information {
	margin-top: 10.625rem;
}

.page-information__inner {
	max-width: 68.75rem;
}

.page-information__title {
	text-align: center;
}

.page-information__flex {
	display: flex;
	gap: 2.8125rem;
	margin-top: 2.5rem;
}

.page-information__main {
	width: 75.6679%;
}

.page-information__aside {
	margin-top: 1.375rem;
	width: 20.038%;
}

.page-information__link {
	align-items: center;
	border-bottom: 1px solid #BDBDBD;
	display: flex;
	gap: 2rem;
	padding: 1.8125rem 2.5rem;
}

.page-information__link:hover {
	opacity: 0.7;
}

.page-information__meta {
	align-items: center;
	display: flex;
	gap: 1.625rem;
        width: 30%;

}

.page-information__meta time {
	color: #2C2929;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.1875;
}

.page-information__tag {
	border: 1px solid #133825;
	border-radius: 0.3125rem;
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	padding: 0.1875rem 0.75rem;
}

.page-information__article-title {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4375;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 69%;
}

.page-policy {
	margin-top: 10.625rem;
}

.page-policy__inner {
	max-width: 71.875rem;
}

.page-policy__title {
	text-align: center;
}

.page-policy__content {
	margin-top: 3rem;
}

.page-policy__paragraph {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
}

.page-policy__wrapper {
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.page-policy__section-title {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-top: 1rem;
}

.page-policy__section {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 2em;
	margin-top: 0.5rem;
}

.page-policy__list {
	list-style-position: outside;
	margin-left: 0;
}

.page-policy__list.page-policy__list--ml {
	margin-left: 1em;
}

.page-policy__list.page-policy__list--ml2 {
	margin-left: 2em;
}

.page-policy__alphabet {
	margin-left: 2em;
}

.page-policy__number {
	margin-left: 2em;
}

.page-policy__done {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-top: 1.25rem;
	text-align: right;
}

.page-service {
	margin-top: 10.625rem;
}

.page-service__inner {
	max-width: 78.9375rem;
}

.page-service__title {
	text-align: center;
}

.page-service__copy {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.4615384615;
	margin-top: 3.75rem;
	text-align: center;
}

.page-service__text {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
	margin-left: 0.75rem;
	margin-top: 2.5rem;
	text-align: center;
}

.page-service__btn {
	margin-top: 2.5rem;
}

.page-service__btn a {
	padding: 0.5rem 5.125rem;
}

.page-service__contact {
	background-image: url(../images/common/contact-bottom.jpg);
	background-position: center;
	background-size: cover;
	margin-top: 7.8125rem;
	padding-bottom: 7.1875rem;
	padding-top: 6.25rem;
	position: relative;
	text-align: center;
}

.page-service__contact::after {
	background: rgba(253, 253, 253, 0.6980392157);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-service__contact-text {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
	font-weight: 600;
	position: relative;
	z-index: 2;
}

.page-service__contact-btn {
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.page-service__contact-btn a {
	background-color: #F3C00C;
	border-radius: 99px;
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 1rem 5rem;
	transition: all 0.3s;
}

.page-service__contact-btn a:hover {
	opacity: 0.7;
}

.anchor {
	margin-top: -3.5rem;
	padding-top: 10rem;
}

.page-terms {
	margin-top: 10.625rem;
}

.page-terms__inner {
	max-width: 71.875rem;
}

.page-terms__title {
	text-align: center;
}

.page-terms__content {
	margin-top: 3rem;
}

.page-terms__paragraph {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
}

.page-terms__wrapper {
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.page-terms__section-title {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-top: 1.25rem;
}

.page-terms__section {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 2em;
	margin-top: 0.5rem;
}

.page-terms__list {
	list-style-position: outside;
	margin-left: 2em;
}

.page-terms__list.page-terms__list--ml {
	margin-left: 1em;
}

.page-terms__alphabet {
	margin-left: 2em;
}

.page-terms__done {
	color: #2C2929;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-top: 1.25rem;
	text-align: right;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	gap: 2.9375rem;
	height: inherit;
	justify-content: center;
}

.pc-nav__item {
	align-items: center;
	color: #2C2929;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: inherit;
	justify-content: center;
	line-height: 1.4375;
}

.pc-nav__item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	transition: all 0.3s;
}

.pc-nav__item a:hover {
	opacity: 0.7;
}

.pc-nav__item.pc-nav__item--contact a {
	background-color: #133825;
	border: 1px solid #133825;
	border-radius: 6.1875rem;
	color: #fff;
	font-size: 1.125rem;
	height: 2.8125rem;
	padding: 0.75rem 1.5rem;
}

.pc-nav__item.pc-nav__item--contact a:hover {
	background-color: #fff;
	border: 1px solid #133825;
	color: #133825;
}

.section-title {
	color: #133825;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.4444444444;
}

.service__top {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 66.5325%;
}

.service__img {
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 30.352%;
}

.service__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.service__title-wrapper {
	width: 64.814%;
}

.service__no-img {
	width: 3.875rem;
}

.service__title.service__title--flex {
	align-items: center;
	display: flex;
}

.service__title h3 {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.4230769231;
}

.service__title p {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4666666667;
	margin-top: 0.25rem;
}

.service-title__text-wrapper {
	display: flex;
	gap: 0.25rem;
}

.service__text {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4375;
	margin-left: 0.75rem;
	margin-top: 1.75rem;
}

.service__bottom {
	margin-top: 2.5rem;
}

.service__bottom__items {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(3, 1fr);
}

.service__top.service__top--reverse {
	flex-direction: row-reverse;
}

.side-background {
	background: linear-gradient(90deg, #F5F4EE 0%, #F5F4EE 27%, transparent 27%, transparent 100%);
	padding-top: 6.25rem;
	position: relative;
}

.side-background::before {
	aspect-ratio: 283/1508;
	background-image: url(../images/common/aboutBrote.png);
	background-size: contain;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	top: 4.6875rem;
	width: 17.6875rem;
}

.single-achieve {
	margin-top: 10.625rem;
}

.single-achieve__inner {
	max-width: 68.75rem;
}

.single-achieve__tag {
	border: 1px solid #133825;
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4375;
	padding: 0.25rem 0.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.single-achieve__text-container {
	align-items: center;
	display: flex;
	gap: 2rem;
	margin-top: 0.9375rem;
}

.single-achieve__title {
	color: #2C2929;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.4615384615;
}

.single-achieve__name {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.single-achieve__gallery {
	display: flex;
	gap: 0.625rem;
	margin-top: 3rem;
	min-height: 34.375rem;
}

.single-achieve__text {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	margin-top: 2.5rem;
}

.single-achieve__date {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.4615384615;
	margin-top: 1.25rem;
}

.single-achieve__date span {
	font-family: "Roboto", sans-serif;
}

.single-achieve__btn {
	margin-top: -0.9375rem;
}

.single-achieve__btn-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 3.8125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.single-achieve__prev-btn {
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	position: relative;
}

.single-achieve__prev-btn:hover,
.single-achieve__next-btn:hover {
	opacity: 0.7;
}

.single-achieve__next-btn {
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	position: relative;
}

.single-achieve__prev-btn a,
.single-achieve__next-btn a {
	padding: 0.625rem;
}

.single-information {
	margin-top: 10.625rem;
}

.single-information__inner {
	max-width: 68.75rem;
}

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

.single-information__img {
	aspect-ratio: 21/11;
	margin-top: 3.75rem;
	position: relative;
}

.single-information__img img {
	-o-object-fit: contain;
	height: 100%;
	left: 0;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-information__btn {
	margin-top: 4.25rem;
}

.single-information__content h1 {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.4615384615;
}

.single-information__content h2 {
	color: #2C2929;
	margin-top: 2rem;
}

.single-information__content h3 {
	color: #2C2929;
	margin-top: 2rem;
}

.single-information time {
	color: #2C2929;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.1538461538;
	margin-top: 0.9375rem;
}

.single-information p {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	width: 94.477%;
}

.single-information__btn-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 5.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.single-information__prev-btn {
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	position: relative;
}

.single-information__prev-btn:hover,
.single-information__next-btn:hover {
	opacity: 0.7;
}

.single-information__prev-btn a,
.single-information__next-btn a {
	padding: 0.625rem;
}

.single-information__next-btn {
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	position: relative;
}

.single-information__btn {
	margin-top: -0.9375rem;
}

.sp-nav {
	display: none;
}

.no-scroll {
	height: 100%;
	overflow: hidden;
}

.overlay {
	background: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s;
	width: 100%;
	z-index: 40;
}

.overlay.is-active {
	display: block;
	opacity: 1;
}

.sp-nav__items {
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
	max-height: calc(100vh - 3.75rem);
	overflow-y: auto;
	width: 100%;
}

.sp-nav__item:first-child {
	border-bottom: none;
	padding: 0;
}

.sp-nav__item {
	align-items: center;
	border-bottom: 1px solid #C7C7C7;
	display: flex;
	justify-content: center;
	width: 100%;
}

.sp-nav__item a {
	color: #2C2929;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: inherit;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

.sp-nav__accordion {
	position: relative;
	width: 100%;
}

.sp-nav__accordion-title {
	display: inline-block !important;
}

.sp-nav__accordion-title {
	border-bottom: 1px solid #C7C7C7;
	padding: 1rem;
	text-align: center;
}

.sp-nav__accordion-button {
	display: block;
	padding: 1.25rem 5rem 1.25rem 1rem;
	position: absolute;
	right: 0rem;
	top: 0.375rem;
	transition: all 0.3s;
}

.sp-nav__accordion-button::before {
	background-color: #C7C7C7;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	width: 1.25rem;
}

.sp-nav__accordion-button::after {
	background-color: #C7C7C7;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	transform: rotate(90deg);
	transition: all 0.3s;
	width: 1.25rem;
}

.sp-nav__accordion-button.is-active::after {
	transform: rotate(180deg);
}

.sp-nav__accordion-wrapper {
	display: none;
}

.sp-nav__accordion-wrapper.is-open {
	display: block;
	width: 100%;
}

.sp-nav__accordion-content {
	background-color: #EEECE1;
	border-bottom: 1px solid #C7C7C7;
	display: block;
	padding: 1rem;
}

.sp-nav__item.sp-nav__item--logo img {
	width: 5.375rem;
}

.to-top {
	border: 0.0625rem solid #133825;
	border-radius: 50%;
	bottom: 1.25rem;
	overflow: hidden;
	position: fixed;
	right: 1.25rem;
	z-index: 10;
}

.to-top a {
	background-color: #fff;
	display: block;
	height: 5rem;
	position: relative;
	width: 5rem;
}

.to-top a span::before {
	background-color: #133825;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 1.9375rem;
	position: absolute;
	top: 1.5rem;
	transform: rotate(135deg);
	width: 0.625rem;
}

.to-top a span::after {
	background-color: #133825;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 2.5rem;
}

.top-achieve {
	background-color: #F8F8F8;
	margin-top: 7.5rem;
	padding-bottom: 7.0625rem;
	padding-top: 6.25rem;
}

.top-achieve__inner {
	max-width: 60.625rem;
}

.top-achieve__title {
	text-align: center;
}

.top-achieve__items {
	grid-gap: 3.4375rem 4.875rem;
	display: grid;
	gap: 3.4375rem 4.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.top-achieve__btn {
	margin-top: 3.75rem;
}

.top-faq {
	margin-top: 6.25rem;
}

.top-faq__inner {
	text-align: center;
}

.top-faq__link {
	border: 1px solid #133825;
	border-radius: 6.1875rem;
	color: #133825;
	display: inline-block;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
}

.top-faq__link a {
	display: block;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 1rem 5rem;
}

.top-faq__link:hover {
	background-color: #133825;
	color: #fff;
}

.top-info {
	background-image: url(../images/common/top-info.jpg);
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 0;
}

.top-info::after {
	background-color: rgba(248, 246, 238, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.top-info__inner {
	max-width: 54.375rem;
	position: relative;
	z-index: 2;
}

.top-info__title {
	text-align: center;
}

.top-info__tag {
	border: 1px solid #2C2929;
	color: #2C2929;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	padding: 0.25rem 0.75rem;
}

.top-info ul {
	margin-top: 2.125rem;
}

.top-info li {
	border-bottom: 1px solid #9C9B9B;
}

.top-info__link {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1.625rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	padding-top: 1.625rem;
	transition: all 0.3s;
	width: 100%;
}

.top-info__link:hover {
	opacity: 0.7;
}

.top-info__meta {
	align-items: center;
	color: #2C2929;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	gap: 2.5rem;
	justify-content: center;
	line-height: 1.125;
	width: 40%;
}

.top-info__article-title {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
}

.top-info__btn {
	margin-top: 2.125rem;
	text-align: center;
}

.top-info__btn a {
	border: 1px solid #133825;
	border-radius: 99px;
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	padding: 0.5rem 2.125rem;
	transition: all 0.3s;
}

.top-info__btn a:hover {
	background-color: #133825;
	color: #fff;
}

.top-info__btn a:hover .arrow {
	color: #fff;
}

.top-service {
	margin-left: auto;
	margin-right: auto;
}

.top-service__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 77.6875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.top-service__title {
	left: 9%;
	position: absolute;
	top: 12.8125rem;
	z-index: 2;
}

.top-service__container {
	grid-gap: 2.5625rem 3.375rem;
	display: grid;
	gap: 2.5625rem 3.375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	width: 72.003%;
}

.top-service__link {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top-service__link:hover {
	opacity: 0.7;
}

.top-service__link:hover .top-service__img img {
	transform: scale(1.1);
}

.top-service__img {
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top-service__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: transform 0.6s ease;
	width: 100%;
}

.top-service__sub-title {
	color: #2C2929;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 1.25rem;
}

.top-service__detail {
	color: #133825;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	margin-top: 1rem;
	position: relative;
}

.arrow {
	color: #133825;
	display: inline-block;
	height: 0.3125rem;
	line-height: 1;
	position: relative;
	transform: translate(185%, -53%) rotate(45deg);
	vertical-align: middle;
	width: 0.3125rem;
}

.arrow::before,
.arrow::after {
	background: currentColor;
	border-radius: 0.1em;
	content: "";
	position: absolute;
}

.arrow::before {
	height: 0.0625rem;
	left: 0;
	right: 0;
	top: 0;
}

.arrow::after {
	bottom: 0;
	right: 0;
	top: 0;
	width: 0.0625rem;
}

.arrow.arrow-black {
	color: #6D6D6D;
	transform: translate(500%, -53%) rotate(45deg);
}

.arrow.arrow--reverse {
	transform: translate(-185%, -53%) rotate(225deg);
}

.top-voice {
	margin-top: 6.25rem;
}

.top-voice__title {
	text-align: center;
}

.top-voice__swiper {
	margin-top: 3.75rem;
}

.top-voice__swiper-wrapper {
	padding-bottom: 4.0625rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -1.5rem;
}

.swiper-pagination-bullet-active {
	background: #706F6F;
}

.swiper-pagination-bullet {
	margin: 0 10px !important;
}

.swiper-pagination-bullet {
	height: 0.875rem;
	width: 0.875rem;
}

.top-voice__swiper-container {
	position: relative;
}

.voice-card {
	display: flex;
	position: relative;
}

.voice-card__img {
	aspect-ratio: 334/448;
	position: relative;
	width: 20.625rem;
}

.voice-card__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.voice-card__body {
	bottom: 0.625rem;
	margin-top: 9.875rem;
	position: absolute;
	right: 0;
}

.voice-card__name {
	background-color: #133825;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.45;
	padding: 0.375rem 1.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.voice-card__copy {
	background-color: #2C2929;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 1rem;
	padding: 0.375rem 1.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.voice-card__text {
	color: #2C2929;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.625rem;
	width: 25rem;
	background-color:#fff;
	padding:1rem;
}

.wp-pagenavi {
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	gap: 1rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FFF;
	border: solid 0.0625rem #BDBDBD;
	border-radius: 50%;
	color: #133825;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 2.5rem;
}

.wp-pagenavi a:hover {
	background-color: #133825;
	border-color: #133825;
	color: #FFF;
}

.wp-pagenavi span.current {
	background-color: #133825;
	border-color: #133825;
	color: #FFF;
}

.navi-arrow {
	position: relative;
}

.navi-arrow::before {
	border: 0;
	border-right: solid 1px #2C2929;
	border-top: solid 1px #2C2929;
	bottom: 0;
	content: "";
	height: 6px;
	margin: auto;
	position: absolute;
	right: 2.8125rem;
	top: 0;
	transform: rotate(45deg);
	width: 6px;
}

@-moz-document url-prefix() {
	.fv_main-copy rt {
		position: relative;
		top: 0.625rem;
 }
}


.first,
.last {
	border: none !important;
}

.first:hover,
.last:hover {
	background-color: white !important;
	color: #133825 !important;
	opacity: 0.7 !important;
}

@media (max-width: 1243px) {

html {
	font-size: 1.2872083669vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about {
	margin-top: 13.5625rem;
}

.about__inner {
	flex-direction: column;
	gap: 2.5rem;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}

.about__title {
	display: inline-block;
	left: 9%;
	margin-right: auto;
	margin-top: 0rem;
	top: -6.875rem;
}

.about__container {
	width: 100%;
}

.about__wrapper {
	background-position: center;
	height: 18.125rem;
}

.about__wrapper:not(:first-child) {
	margin-top: 2rem;
}

.about__text-wrapper {
	bottom: -0.3125rem;
	left: -0.5rem;
	padding: 1.25rem;
}

.about__sub-title {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.about__sub-title span {
	-webkit-text-stroke: 0.0375rem #B88F00;
	font-size: 3.125rem;
	left: -0.8125rem;
	top: -2.5rem;
}

.achieve-aside__title {
	margin-left: 21px;
	padding-left: 0;
}

.achieve-aside__title.achieve-aside__title--archive {
	margin-top: 4.0625rem;
}

.achieve-aside__category {
	padding: 1.4375rem 1.1875rem;
}

.achieve-card__body {
	margin-top: 0.5625rem;
}

.achieve-card__sub-title {
	line-height: 1.4375;
	margin-top: 0.5625rem;
}

.achieve-main__items {
	gap: 1.6875rem;
	grid-template-columns: repeat(1, 1fr);
}

.company-message {
	padding-bottom: 2.5rem;
	padding-top: 3.75rem;
}

.company-message__container {
	flex-direction: column-reverse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.875rem;
	max-width: 37.5rem;
}

.company-message__text-container {
	width: 100%;
}

.company-message__copy {
	font-weight: 500;
	line-height: 3;
}

.company-message__text {
	line-height: 1.45;
}

.company-message__company-name {
	margin-right: 1rem;
	margin-top: 1.5rem;
}

.company-message__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 78%;
}

.faq-accordion__item {
	margin-top: 0.875rem;
	padding: 0rem 0.75rem;
}

.faq-accordion__title {
	align-items: center;
	display: flex;
	min-height: 5.625rem;
	padding-bottom: 1.375rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.375rem;
}

.faq-accordion__title::before {
	right: 0rem;
}

.faq-accordion__title::after {
	right: 0rem;
}

.faq-accordion__content {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.375rem;
}

.faq-accordion__title span {
	left: 0rem;
}

.faq-accordion__content span {
	left: 0rem;
	top: 31%;
}

.footer {
	margin-top: 3.75rem;
	padding-bottom: 2.1875rem;
	padding-top: 4.375rem;
}

.footer__company-name {
	line-height: 1.4444444444;
	margin-top: 0.75rem;
}

.footer__items {
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 2rem;
}

.footer__items.footer__items--mt {
	flex-direction: row;
	margin-top: 0.5rem;
}

.footer__copyright {
	margin-top: 1.5rem;
}

.footer.footer-mt200 {
	margin-top: 3.5rem;
}

.footer.footer-mt140 {
	margin-top: 3.5rem;
}

.custom-margin-top-company footer {
	margin-top: 1.75rem;
}

.custom-margin-top-service footer {
	margin-top: 0rem;
}

.custom-margin-top-works footer {
	margin-top: 2.5rem;
}

.custom-margin-top-contact footer {
	margin-top: 2.5rem;
}

.custom-margin-top-404 footer {
	margin-top: 3.3125rem;
}

.custom-margin-top-single-works footer {
	margin-top: 3rem;
}

.custom-margin-top-thanks footer {
	margin-top: 3.375rem;
}

[type=text],
[type=tel],
[type=email],
textarea {
	margin-top: 0rem;
}

select {
	margin-top: 0;
}

.form {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

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

.form__item dd {
	margin-top: 1rem;
	width: 100%;
}

.form__item--choice::before {
	top: 39%;
}

.form__privacy-check {
	margin-top: 2.5rem;
}

.form__btn {
	margin-top: 1rem;
}

.form__btn input {
	padding: 1.3125rem 5.9375rem;
}

.l-fv-bottom {
	margin-top: 23.75rem;
}

.fv-bottom_text-wrapper {
	width: 100%;
}

.fv-bottom_main-text {
	font-size: 1.375rem;
	line-height: 1.8181818182;
}

.fv-bottom_sub-text {
	font-size: 0.9375rem;
	margin-top: 1.1875rem;
}

.fv-bottom_sub-text.fv-bottom_sub-text-mt {
	margin-top: 2rem;
}

.fv-bottom_slider {
	margin-top: 2.5rem;
}

.fv-bottom_slider.fv-bottom_slider--mt {
	margin-top: 0rem;
}

.fv_title-wrap {
	left: 0.6875rem;
	top: 13.875rem;
	width: 75%;
}

.fv_main-copy {
	font-size: 1.75rem;
	line-height: 1.534;
}

.fv_main-copy rt {
	font-size: 0.75rem;
	letter-spacing: 0;
	translate: 0rem 0.375rem;
}

.fv_sub-img {
	aspect-ratio: 343/113;
	left: auto;
	left: initial;
	margin-top: 1.25rem;
	width: 21.4375rem;
}

.gallery__main-img {
	aspect-ratio: 4/3;
	width: 100%;
}

.gallery__sub-img {
	gap: 0.375rem;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.header {
	height: 3.75rem;
}

.header__inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.header__logoLink {
	aspect-ratio: 86/22;
	width: 5.375rem;
}

.header__logoLink img {
	height: 1.375rem;
	width: 5.375rem;
}

.header__drawer {
	display: block;
}

.header__pc-nav {
	display: none;
}

.header__sp-nav {
	display: block;
}

.inner {
	padding-left: 16px;
	padding-right: 16px;
}

.page-404 {
	margin-top: 8.125rem;
}

.page-404__main {
	font-size: 1.5rem;
	line-height: 1.4166666667;
}

.page-404__sub1 {
	font-size: 1rem;
	line-height: 1.4375;
	margin-top: 3.125rem;
}

.page-404__sub2 {
	font-size: 1rem;
	line-height: 1.4375;
}

.page-404__btn {
	margin-top: 3.1875rem;
}

.page-achieve {
	margin-top: 7.5rem;
}

.page-achieve__inner {
	max-width: 37.5rem;
}

.page-achieve__flex {
	flex-direction: column;
	gap: 2.4375rem;
	margin-top: 2.375rem;
}

.page-achieve__main {
	width: 100%;
}

.page-achieve__aside {
	width: 60%;
}

.page-company {
	margin-top: 7.5rem;
	padding-bottom: 4.5rem;
}

.page-company__inner::before {
	background-image: none;
}

.page-company__img {
	aspect-ratio: 340/107;
	margin-top: 2.5rem;
	width: 100%;
}

.page-company dl {
	flex-direction: column;
	max-width: 37.5rem;
}

.page-company dt {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 1.4375rem;
	text-align: left;
	width: 100%;
}

.page-company dd {
	margin-top: 0.375rem;
	padding-bottom: 1.4375rem;
	padding-left: 1em;
	padding-top: 0;
	width: 100%;
}

.page-contact-check {
	margin-top: 7.5rem;
}

.page-contact-check dl {
	flex-direction: column;
	margin-top: 2.5rem;
}

.page-contact-check dt {
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 0.9375rem;
	text-align: left;
	width: 100%;
}

.page-contact-check dd {
	padding-bottom: 0.9375rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 0.75rem;
	width: 100%;
}

.page-contact-check__btn-wrapper {
	align-items: center;
	flex-direction: column;
	margin-top: 3.8125rem;
}

.page-contact-check__btn input {
	min-width: 20.125rem;
	padding: 1.3125rem 4.5rem;
	width: 100%;
}

.page-contact-thanks {
	margin-top: 7.5rem;
}

.page-contact-thanks__text {
	margin-top: 2.5rem;
}

.page-contact-thanks__btn {
	margin-top: 3.375rem;
}

.page-contact-thanks__btn a {
	margin-top: 3.5rem;
}

.page-contact {
	margin-top: 7.5rem;
}

.page-contact__inner {
	max-width: 37.5rem;
}

.page-contact__form {
	margin-top: 2.5rem;
}

.page-faq {
	margin-top: 7.5rem;
}

.page-faq__inner {
	max-width: 37.5rem;
}

.page-faq::before {
	background-image: none;
}

.page-faq__wrapper {
	margin-top: 3rem;
}

.page-faq__content-title {
	font-size: 1.125rem;
}

.page-faq__accordion {
	margin-top: 1.5rem;
}

.page-information {
	margin-top: 7.5rem;
}

.page-information__inner {
	max-width: 37.5rem;
}

.page-information__flex {
	flex-direction: column;
	margin-top: 1.125rem;
}

.page-information__main {
	width: 100%;
}

.page-information__aside {
	margin-top: 0;
	width: 56%;
}

.page-information__link {
	align-items: start;
	flex-direction: column;
	gap: 0.9375rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.page-information__meta {
	gap: 0.625rem;
        width:100%;
}

.page-information__article-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	white-space: initial;
	width: 100%;
}

.page-policy {
	margin-top: 7.5rem;
}

.page-policy__content {
	margin-top: 1.875rem;
}

.page-policy__paragraph {
	font-size: 0.9375rem;
}

.page-policy__wrapper {
	margin-top: 1.625rem;
	padding-left: 0;
	padding-right: 0;
}

.page-policy__section-title {
	font-size: 0.9375rem;
	line-height: 1.4;
	margin-top: 1.375rem;
}

.page-policy__section {
	font-size: 0.875rem;
	line-height: 1.4;
	margin-left: 0.5em;
}

.page-policy__list {
	margin-left: 0;
}

.page-policy__list.page-policy__list--ml {
	margin-left: 1.5em;
}

.page-policy__alphabet {
	margin-left: 1em;
}

.page-policy__number {
	margin-left: 1em;
}

.page-policy__done {
	font-size: 0.9375rem;
}

.page-service {
	margin-top: 7.5rem;
}

.page-service__copy {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.page-service__text {
	font-size: 1rem;
	margin-left: 0;
	margin-top: 2.1875rem;
}

.page-service__btn {
	margin-top: 2.9375rem;
}

.page-service__contact {
	margin-top: 2.5rem;
}

.page-service__contact-text {
	font-size: 1rem;
}

.anchor {
	margin-top: -3.75rem;
	padding-top: 3.75rem;
}

.page-terms {
	margin-top: 7.5rem;
}

.page-terms__content {
	margin-top: 1.875rem;
}

.page-terms__paragraph {
	font-size: 0.9375rem;
}

.page-terms__wrapper {
	margin-top: 1.625rem;
	padding-left: 0;
	padding-right: 0;
}

.page-terms__section-title {
	font-size: 0.9375rem;
	line-height: 1.4;
	margin-top: 1.375rem;
}

.page-terms__section {
	font-size: 0.875rem;
	line-height: 1.4;
	margin-left: 0.5em;
}

.page-terms__list {
	margin-left: 0;
}

.page-terms__alphabet {
	margin-left: 1.5em;
}

.page-terms__done {
	font-size: 0.9375rem;
}

.section-title {
	font-size: 1.5rem;
	line-height: 1.4583333333;
}

.service__top {
	margin-top: 9.75rem;
	max-width: 25rem;
	position: relative;
	width: 100%;
}

.service__img {
	position: absolute;
	right: 0;
	top: -6rem;
	width: 10rem;
}

.service__title-wrapper {
	position: relative;
	width: 100%;
	z-index: 2;
}

.service__no-img {
	width: 3.375rem;
}

.service__title h3 {
	font-size: 1.375rem;
}

.service__title p {
	font-size: 0.875rem;
	margin-top: 0;
}

.service-title__text-wrapper {
	gap: 0;
	justify-content: flex-start;
}

.service__text {
	margin-left: 0rem;
	margin-top: 1.4375rem;
}

.service__bottom {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 37.5rem;
}

.service__bottom__items {
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.side-background {
	background: linear-gradient(90deg, #F5F4EE 0%, #F5F4EE 50%, transparent 50%, transparent 100%);
	padding-bottom: 2.5rem;
	padding-top: 8.625rem;
}

.side-background::before {
	aspect-ratio: 188/1200;
	background-image: url(../images/common/aboutBrote-sp.png);
	background-size: cover;
	left: -0.5rem;
	top: 15.625rem;
	width: 11.75rem;
}

.single-achieve {
	margin-top: 7.5rem;
}

.single-achieve__inner {
	max-width: 37.5rem;
}

.single-achieve__tag {
	font-size: 0.875rem;
}

.single-achieve__title {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.single-achieve__gallery {
	flex-direction: column;
	margin-top: 0.75rem;
	min-height: 0;
	min-height: initial;
}

.single-achieve__text {
	margin-top: 1.875rem;
}

.single-achieve__btn {
	margin-top: 2.0625rem;
}

.single-achieve__btn-flex {
	gap: 1.875rem;
	justify-content: center;
}

.single-information {
	margin-top: 7.5rem;
}

.single-information__inner {
	max-width: 37.5rem;
}

.single-information__content {
	margin-top: 1.875rem;
}

.single-information__img {
	margin-top: 1.25rem;
}

.single-information__btn {
	margin-top: 2.1875rem;
}

.single-information__content h1 {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.single-information__content h2 {
	margin-top: 1.5rem;
}

.single-information__content h3 {
	margin-top: 1.5rem;
}

.single-information p {
	width: 100%;
}

.single-information__btn-flex {
	gap: 1.875rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.sp-nav {
	background-color: #F5F4EE;
	display: block;
	left: 0;
	max-height: 100vh;
	overflow-y: auto;
	position: fixed;
	top: -130%;
	transition: all 0.3s;
	width: 100%;
	z-index: 50;
}

.sp-nav.is-active {
	top: 0;
}

.to-top {
	bottom: 0.9375rem;
	right: 0.9375rem;
}

.to-top a {
	height: 3rem;
	width: 3rem;
}

.to-top a span::before {
	left: 1rem;
	top: 0.8125rem;
}

.to-top a span::after {
	width: 1.75rem;
}

.top-achieve {
	margin-top: 2.5rem;
	padding-bottom: 3rem;
	padding-top: 3.75rem;
}

.top-achieve__inner {
	max-width: 37.5rem;
}

.top-achieve__items {
	gap: 1.25rem 4.875rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.5rem;
}

.top-achieve__btn {
	margin-top: 2.5rem;
}

.top-faq {
	margin-top: 3.375rem;
}

.top-faq__link a {
	font-size: 1.125rem;
	padding: 0.75rem 2.5rem;
}

.top-info {
	padding-bottom: 2.625rem;
	padding-top: 3.75rem;
}

.top-info__inner {
	max-width: 37.5rem;
}

.top-info ul {
	margin-top: 0.875rem;
}

.top-info__link {
	flex-direction: column;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.top-info__meta {
	gap: 1rem;
	justify-content: flex-start;
	width: 100%;
}

.top-info__article-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1rem;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	white-space: initial;
	width: 100%;
}

.top-service__inner {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	padding-left: 16px;
	padding-right: 16px;
}

.top-service__title {
	left: 14%;
	top: 3.9375rem;
}

.top-service__container {
	gap: 2rem 0;
	grid-template-columns: repeat(1, 1fr);
	margin-right: auto;
	position: relative;
	width: 65.31%;
	z-index: 2;
}

.top-service__sub-title {
	margin-top: 0.625rem;
}

.top-service__detail {
	margin-top: 0.5rem;
}

.top-voice {
	margin-top: 3.25rem;
}

.top-voice__swiper {
	margin-top: 2.5rem;
}

.top-voice__swiper-wrapper {
	padding-bottom: 1.875rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -0.3125rem;
}

.voice-card {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.voice-card__img {
	width: 100%;
}

.voice-card__body {
	display: flex;
	flex-direction: column;
	margin-top: -7.8125rem;
	position: static;
	position: initial;
	z-index: 2;
}

.voice-card__name {
	font-size: 1.125rem;
	margin-left: auto;
}

.voice-card__copy {
	font-size: 1.125rem;
	margin-left: auto;
	margin-top: 0.3125rem;
}

.voice-card__text {
	width: 100%;
}

.wp-pagenavi {
	gap: 0.625rem;
	margin-top: 1.875rem;
}

}

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

.header__logoLink {
	flex-direction: initial;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */