@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 追加CSS
------------------------------------- */
.full_width {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding-left: 23px !important;
	padding-right: 23px !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.small {
	font-size: 87%;
	line-height: 1.5;
}
.text-nowrap {
	white-space: nowrap;
}
.w-500 {
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.w-600 {
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.w-700 {
	width: 100%;
	max-width: 700px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.w-800 {
	width: 100%;
	max-width: 800px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.column-center .swell-block-columns__inner {
	justify-content: center !important;
}
.column-center.wp-block-columns {
	justify-content: center !important;
}
.helvetica {
	font-family: Helvetica, sans-serif;
}
.filter-grad figure {
	position: relative;
}
.filter-grad figure img,
.filter-grad figure video {
	opacity: 1;
	mix-blend-mode: overlay;
}
.filter-grad figure::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(160deg, transparent 30%, rgba(60, 60, 60, 1) 100%);
}

/* ------------------------- */

a.custom-btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3px;
	padding: 0;
	border: none;
	border-radius: 0;
	font-weight: bold;
	line-height: 1.3;
	transition: all 0.1s;
	text-decoration: none;
	background-color: #eee;
}

/* ------------------------- */

a.btn-1 {
	padding: 0.5em 1.5em;
	font-size: 16px;
	color: #fff;
	background-color: #666;
	border-radius: 100vh;
}
a.btn-1:hover {
	opacity: 0.8;
}
@media screen and (max-width: 650px) {
	a.btn-1 {
		font-size: 3.4vw;
	}
}


/* swell上書き
------------------------------------- */
:root {
	--swl-fz--root: 3.2vw;
}
@media (min-width:600px) {
	:root {
		--swl-fz--root: 16px;
	}
}

p {
	font-weight: 300;
	line-height: 1.7;
}
/* コンテンツ余白 */
.l-content {
	margin: 0 auto 5em;
	padding-top: 1rem;
}
.page .l-mainContent__inner>.post_content {
	margin: 2rem 0;
}

/* ヘッダー */
.l-header__logo {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-right: 0 !important;
}
.c-headLogo a {
	background-position: center;
}
@media (max-width: 960px) {
	.l-header__inner {
		padding: 0;
		height: 65px;
	}
}
@media (min-width: 960px) {
	.-series .c-headLogo {
		margin-right: 0;
	}
	.-series .c-headLogo a {
		margin: 0 auto;
	}
	.l-header__gnav {
		display: none;
	}
}

/* ヘッダー固定 */
@media screen and (min-width:960px) {
	.l-fixHeader {
		display: none;
	}
	.l-header {
		position: sticky;
		position: -webkit-sticky;
		top: var(--swl-adminbarH, 0);
	}
}

/* ヘッダーロゴ */
.c-headLogo a {
	width: 114px;
	height: 34px;
	background-image: url(img/logo_3plus.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 960px) {
	.c-headLogo a {
		height: 26px;
	}
}

/* ハンバーガーメニューPC表示 */
@media screen and (min-width: 960px) {
	.l-header__menuBtn.sp_,
	.l-header__customBtn.sp_ {
		display: block !important;
		position: relative;
		top: 5px;
	}
	.p-spMenu {
		display: block !important;
	}
	.p-spMenu__inner {
		max-width: 600px;
	}
	.l-header__logo {
		order: 2;
	}
	.l-header__customBtn.sp_ {
		order: 1;
	}
}

/* ハンバーガーメニュー */
.c-iconBtn.-menuBtn .c-iconBtn__icon {
	font-size: 30px;
}

/* グローバルナビサブテキスト */
.c-smallNavTitle {
	font-size: 12px;
	opacity: .7
}

/* スマホメニュー 幅・スピード*/
.p-spMenu__inner {
	width: 400px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
@media (max-width: 500px) {
	.p-spMenu__inner {
		width: 80%;
	}
}

/* パンくずフォントサイズ */
.p-breadcrumb__text {
	font-size: 13px;
}

/* カテゴリーページサブタイトル */
.c-pageTitle__subTitle {
	display: none;
}

/* コピーライト文字追加 */
.l-footer__foot .l-container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

/* 固定ページタイトル非表示 */
.page h1.c-pageTitle {
	display: none;
}

/* Works page カスタム */
.page-template-tmpl-works.page,
.page-template-tmpl-works .l-header,
.page-template-tmpl-works .p-breadcrumb,
.page-template-tmpl-works .l-header__inner {
	background-color: #000;
	color: #fff;
}
.page-template-tmpl-works .c-headLogo a {
	background-image: url(img/logo_3plus_w.png);
}

/* クリックして拡大（スマホ画面幅余白あり） */
@media (max-width:460px) {
	.lum-lightbox-inner img {
		width: 100%;
		object-fit: contain;
	}
}


/* ギャラリー
------------------------------------- */
.wp-block-gallery .wp-block-image {
	xflex-grow: 0 !important;
}


/* reCAPTCHA
------------------------------------- */
.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha_note {
	max-width: 550px;
	margin: 1rem auto;
	font-size: 14px;
}
.recaptcha_note a {
	text-decoration: underline;
}


/* テーブル
------------------------------------- */
.post_content .td_to_th_ tbody tr>:first-child,
.post_content tbody th {
	font-weight: normal;
}
.wp-block-table td {
	border-color: #ccc !important;
}


/* プライバシーポリシー
------------------------------------- */
.list-disc {
	list-style-type: disc !important;
}
ul.list-kakko {
	padding-left: 1.8em !important;
}
ul.list-kakko>li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ul.list-kakko>li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------------- */

.privacy {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	padding: 0 2em;
	font-size: 18px;
}
.privacy h2 {
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: bold;
}
.privacy .lead {
	margin-bottom: 1.5em;
}
.privacy .update {
	margin-bottom: 2em;
	text-align: right;
}
.privacy ol {
	margin-bottom: 1.5em !important;
	font-weight: 300 !important;
}
.privacy ol li {
	line-height: 1.8;
}
.privacy ul {
	margin: 0.8em 0 !important;
}
@media screen and (max-width: 599px) {
	.privacy {
		padding: 0;
	}
	.privacy ol li {
		line-height: 1.6;
	}
}

/* Contact Form 7
------------------------------------- */
.inquiry {
	max-width: 800px !important;
	margin: 25px auto 10px;
}
.inquiry th {
	width: 35% !important;
	padding: 12px 15px;
	text-align: left;
	font-size: 16px;
	color: #444;
	font-weight: normal !important;
	vertical-align: middle;
	background: #f7f7f7;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
}
.inquiry td {
	padding: 12px 10px;
	font-size: 16px;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
}
@media(max-width:650px) {
	.inquiry th {
		padding: 5px 10px;
	}
	.inquiry td {
		padding: 10px 0;
	}
	.inquiry th,
	.inquiry td {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important;
	}
}

/* ------------------------- */

#inquiry_btn {
	display: block;
	padding: 0.4em 0;
	margin: 20px auto 0;
	width: 290px;
	background: #000;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	border: none;
}
#inquiry_btn:hover {
	background: #fff;
	color: #000;
	outline: 1px solid #000;
}
.inquiry .required {
	margin-right: 4px;
	padding: 1px 3px;
	font-size: 7px;
	background: #ec4c62;
	color: #fff;
	border-radius: 2px;
	vertical-align: 2px;
	bottom: 1px;
	font-weight: normal;
}
.inquiry .content {
	height: 150px;
}
.inquiry input {
	width: 100%;
	max-width: 400px;
	margin-right: 0.3em;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry .wpcf7-checkbox input,
.inquiry .wpcf7-radio input {
	width: auto;
	margin-right: 0;
}
.inquiry .wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0.5em;
}
.inquiry textarea {
	width: 100% !important;
	max-width: 400px !important;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry select {
	background-color: #fff;
}
.inquiry .address .zipcode {
	width: 7em !important;
	margin: 0 1.5em 0.7em 0.4em;
}
.inquiry .address .pref {
	margin-left: 0.4em;
}
.inquiry .address .city {
	margin-bottom: 0.7em;
}
/* Blue */
.wpcf7 form .wpcf7-response-output {
	max-width: 700px;
	margin: 0 auto;
	padding: 0.5em 1em;
	line-height: 1.4;
	border: 1px solid #666;
	color: #666;
	border-radius: 3px;
}
/* Green */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Red */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Orange */
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Yellow */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}

/* ------------------------- */

.wpcf7 {
	max-width: 700px;
	margin: 0 auto;
}
.wpcf7-form>p {
	margin-bottom: 0.8em;
}
.wpcf7-form input {
	width: 100%;
	max-width: 450px;
}
.wpcf7-form textarea {
	width: 100%;
	max-width: 450px;
	max-height: 200px;
}
.wpcf7-form p .required {
	margin-right: 0.5em;
	padding: 0.1em 0.4em;
	font-size: 0.75em;
	color: #fff;
	background-color: crimson;
	border-radius: 0.3em;
}
.wpcf7-form p .wpcf7-form-control {
	margin-top: 0.3em;
}
.wpcf7-form p input.wpcf7-submit {
	max-width: 5em;
	margin: 0 0 0.5em 0;
	padding: 0.2em;
	background-color: #000;
	color: #fff;
	border-radius: 0.3em;
}



/* 見出し
------------------------------------- */
.heading-1 {
	font-size: 70px !important;
	font-family: Helvetica, sans-serif;
	line-height: 1 !important;
	margin: 0 0 0.5em !important;
}
@media screen and (max-width: 500px) {
	.heading-1 {
		font-size: 14vw !important;
	}
}

/* ------------------------- */

.heading-2 {
	font-size: 70px !important;
	font-family: Helvetica, sans-serif;
	line-height: 1 !important;
	margin: 0 0 0.1em !important;
}
.heading-2 span {
	display: flex;
	align-items: center;
	column-gap: 0.5em;
}
.heading-2 span::after {
	content: '';
	flex-grow: 1;
	margin-top: 0.1em;
	height: 2px;
	background: #000;
}
.heading-2_sub {
	margin-bottom: 1.5em;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 500px) {
	.heading-2 {
		font-size: 14vw !important;
	}
	.heading-2_sub {
		font-size: 4vw;
	}
}

/* ------------------------- */

.heading-3 {
	display: flex;
	margin-bottom: 20px;
}
.heading-3 h1 {
	margin: 0 0.3em 0 0 !important;
	font-size: 70px !important;
	color: #898989;
	font-family: Helvetica, sans-serif;
	line-height: 1.1 !important;
}
.heading-3 .h1_sub {
	margin: 0;
	padding-top: 0.1em;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.heading-3 .h1_sub span {
	display: block;
	font-size: 0.65em;
	font-weight: normal;
	color: #B5B6B6;
	line-height: 1.3;
}

@media(max-width:650px) {
	.heading-3 {
		margin-bottom: 3vw;
	}
	.heading-3 h1 {
		font-size: 10.7vw !important;
	}
	.heading-3 .h1_sub {
		font-size: 4.6vw;
	}
}


/* opening
------------------------------------- */
.opening_anime {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: 0;
	background-color: #fff;
}
.we_are_op {
	padding-bottom: 0.5em;
	position: absolute;
	font-size: 4.5vw;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1;
	opacity: 0;
}
.plus_op {
	padding-bottom: 0.2em;
	position: absolute;
	font-size: 40vw;
	font-family: "Noto Sans JP", serif;
	font-weight: bold;
	line-height: 1;
	opacity: 0;
}
#plus1_op {
	transform: translateX(0);
}
#plus2_op {
	transform: translateX(0);
}
#plus3_op {
	transform: translateX(0.55em);
}
@media(max-width:599px) {
	.we_are_op {
		font-size: 6vw;
	}
	.plus_op {
		font-size: 52vw;
	}
}


/* フッター
------------------------------------- */
.l-footer {
	border-top: 1px solid #aaa;
	color: #ACACAC;
}
.l-footer__foot {
	padding-bottom: 3em;
}
.l-footer .-col1 .custom-html-widget {
	display: flex;
	gap: 2em;
	justify-content: space-between;
}
.l-footer .-col1 .custom-html-widget .logo_3plus {
	width: 114px;
}
.l-footer .-col1 .custom-html-widget nav ul {
	display: flex;
	column-gap: 3em;
	font-size: 13px;
}
.l-footer .-col1 .custom-html-widget nav ul a {
	display: block;
	color: #ACACAC;
	line-height: 1.3;
}
.l-footer .-col1 .custom-html-widget nav ul a:hover {
	color: #ddd;
}
.l-footer .-col1 .custom-html-widget nav ul .ft_works a {
	margin: 0.2em 0 0.3em;
	font-size: 0.9em;
}
@media screen and (max-width: 750px) {
	.l-footer .-col1 .custom-html-widget {
		justify-content: center;
	}
	.l-footer .-col1 .custom-html-widget nav ul {
		display: none;
	}
	.l-footer .c-widget .textwidget>:not(:last-child) {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 550px) {
	.l-footer .-col1 .custom-html-widget .logo_3plus {
		width: 19vw;
	}
}
@media screen and (min-width: 599px) {
	#body_wrap {
		min-height: 100vh;
		padding-bottom: 230px;
	}
	footer {
		z-index: 1 !important;
		width: 100%;
		position: absolute !important;
		bottom: 0;
	}
}


/* トップページ
------------------------------------- */
.home .l-content {
	margin-bottom: 0;
}
.home h2 {
	font-size: 86.5px;
	font-family: Helvetica, sans-serif;
	line-height: 1;
	margin: 0 0 0.5em;
}
@media(max-width:750px) {
	.home .l-content {
		margin-bottom: 0;
	}
}

/* ------------------------- */

.home .btn01 a {
	position: relative;
	padding-right: 2em;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	border-bottom: 0.15em solid #fff;
}
.home .btn01 a::after {
	position: absolute;
	bottom: -0.1em;
	right: -2.5em;
	content: '';
	width: 1.4em;
	height: 1.5em;
	background-image: url(img/arrow01_w.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.home .btn01 a:hover::after {
	transform: translate(0.3em, 0);
}
@media(max-width:800px) {
	.home .btn01 a {
		font-size: 3vw;
	}
}

/* ------------------------- */

.home .btn02 a {
	display: block;
	width: 18.5em;
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	color: #000;
}
.home .btn02 a::after {
	position: absolute;
	bottom: -0.1em;
	right: -2em;
	content: '';
	width: 1.8em;
	height: 2em;
	background-image: url(img/arrow01.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.home .btn02 a:hover::after {
	transform: translate(0.3em, 0);
}
@media(max-width:500px) {
	.home .btn02 a {
		font-size: 3.8vw;
	}
}

/* ------------------------- */

.home .lead {
	margin-bottom: 6em;
	padding: 30px 15px;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	font-feature-settings: "palt";
}
.home .lead p {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 1em;
}
.home .lead h2 {
	font-size: 130px;
	font-family: Helvetica, sans-serif;
	line-height: 1;
	margin: 0 0 0.5em;
}
.home .lead h3 {
	margin: 3.5em 0;
}
.home .lead h3 p {
	margin: 0 0 0.8em;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
}
.home .lead h4 {
	font-size: 30px;
	margin: 1.5em 0;
}
.home .lead .btn01 {
	margin-top: 6em;
}
@media(max-width:960px) {
	.home .lead h2 {
		font-size: 12.5vw;
	}
}
@media(max-width:599px) {
	.home .lead h2 {
		font-size: 12vw;
	}
	.home .lead p {
		font-size: 3.6vw;
	}
	.home .lead h3 {
		margin: 2em 0 1em;
	}
	.home .lead h3 p {
		font-size: 8vw;
	}
	.home .lead h4 {
		font-size: 5.4vw;
	}
	.home .lead .btn01 {
		margin-top: 3em;
	}
}

/* ------------------------- */

.home .our_contents_bg {
	background-image: url(img/home_dotplus1.png);
	background-repeat: no-repeat;
	background-position: calc(50vw - 700px) 280px;
	background-size: 450px auto;
}
.home .our_contents {
	padding: 30px 15px;
	font-feature-settings: "palt";
}
.home .our_contents .cont_column {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.home .our_contents .item1 {
	border-left: 0.3em solid #717171;
}
.home .our_contents .item1 .branding {
	margin: 0 0 3em;
	padding: 0;
	list-style: none;
}
.home .our_contents .item1 .branding li {
	margin: 0 0 0.5em;
	padding: 0 0 0 56px;
	font-size: 34px;
	line-height: 1.4;
	font-weight: bold;
}
.home .our_contents .item1 .branding li::after {
	position: absolute;
	top: 1em;
	left: 0.25em;
	content: '';
	width: 1.2em;
	height: 0.4em;
	background-image: url(img/arrow02.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.home .our_contents .item1 .branding li a {
	display: block;
	color: #000;
}
.home .our_contents .item1 .branding li a:hover {
	color: #777;
}
.home .our_contents .item1 .branding li a span {
	display: block;
	font-size: 0.62em;
	color: #575757;
	font-weight: normal;
}
.home .our_contents .item1 .category {
	padding: 0;
	list-style: none;
}
.home .our_contents .item1 .category li {
	padding: 0 0 0 56px;
	font-size: 21px;
	line-height: 1.3;
	font-weight: bold;
}
.home .our_contents .item1 .category li:not(:last-child) {
	margin: 0 0 0.8em;
}
.home .our_contents .item1 .category li span {
	display: block;
	font-size: 0.9em;
	color: #575757;
	font-weight: normal;
}
.home .our_contents .item2 {
	grid-row: 1;
	grid-column: 1;
	display: flex;
	align-self: end;
}
.home .our_contents .item2 h3 {
	display: block;
	width: 7em;
	margin-bottom: 1em;
	font-size: 23px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 0.15em solid #000;
}
.home .our_contents .item2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home .our_contents .item2 li:not(:last-child) {
	margin: 0 0 1.5em 0;
}
@media(max-width:1200px) {
	.home .our_contents h2 {
		font-size: 86.5px;
	}
}
@media(max-width:880px) {
	.home .our_contents {
		margin-bottom: 6em;
		padding: 1vw 3vw;
	}
	.home .our_contents .cont_column {
		grid-template-columns: 1fr;
		row-gap: 3em;
	}
	.home .our_contents .item1 {
		border-left: 0.25em solid #717171;
	}
	.home .our_contents .item2 {
		grid-row: 2;
		grid-column: 1;
	}
}
@media(max-width:750px) {
	.home .our_contents h2 {
		font-size: 11.5vw;
	}
}
@media(max-width:500px) {
	.home .our_contents .item1 .branding li {
		padding: 0 0 0 11.2vw;
		font-size: 6.4vw;
	}
	.home .our_contents .item1 .category li {
		padding: 0 0 0 11.2vw;
		font-size: 4.2vw;
	}
	.home .our_contents .item2 h3 {
		font-size: 4.6vw;
	}
}

/* ------------------------- */

.home .about_bg {
	background-image: url(img/home_dotplus2.png);
	background-repeat: no-repeat;
	background-position: calc(50vw + 250px) 70px;
	background-size: 450px auto;
}
.home .about {
	padding: 30px 15px;
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	line-height: 1.3;
	font-feature-settings: "palt";
}
.home .about p {
	margin-bottom: 0.3em;
}
.home .about p.plus {
	margin: 1em 0;
	font-weight: bold;
}
.home .about p.small {
	font-size: 0.6em;
}
.home .about h2 {
	margin-bottom: 0.5em;
}
.home .about h3 {
	margin: 2em 0 0.5em;
	font-size: 33px;
	font-family: Helvetica, sans-serif;
}
.home .about .fig {
	max-width: 770px;
	margin: -1.3em auto 0;
}
@media(max-width:880px) {
	.home .about {
		padding: 1vw 3vw;
	}
}
@media(max-width:750px) {
	.home .about h2 {
		font-size: 11.5vw;
	}
}
@media(max-width:500px) {
	.home .about {
		font-size: 7vw;
	}

	.home .about h3 {
		font-size: 6.6vw;
	}
}

/* ------------------------- */

.home .scroll_anime {
	margin: 0;
	padding: 100px 0 0;
}
.home .scroll_anime .we_are {
	margin: 0 0 50px;
	padding: 50px 0 0;
	font-size: 50px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.home .scroll_anime .plus_wrap {
	display: flex;
	justify-content: center;
}
.home .scroll_anime .plus_wrap .plus {
	font-size: 450px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.02em;
}
.home .scroll_arrow {
	margin: -30px auto 45px;
	padding-left: 5px;
	width: 90px;
	height: 30px;
	background-image: url(img/arrow04.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
@media screen and (max-width: 960px) {
	.home .scroll_anime {
		padding: 20vw 0 0;
	}
	.home .scroll_anime .we_are {
		margin: 0 0 5vw;
		padding: 5vw 0 0;
		font-size: 5vw;
	}
	.home .scroll_anime .plus_wrap .plus {
		font-size: 47vw;
	}
	.home .scroll_arrow {
		margin: -3.1vw auto 4.2vw;
		padding-left: 0.5vw;
		width: 9.4vw;
		height: 3.1vw;
	}	
}
@media screen and (max-width: 599px) {
	.home .scroll_anime {
		padding: 15vw 0 1vw;
	}
}


/* OUR FLOW
------------------------------------- */
ul.our_flow {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.our_flow li {
	position: relative;
	margin: 0 0 2.2em 0;
	padding: 1em 3em;
	font-size: 19px;
	font-weight: bold;
	font-feature-settings: "palt";
	background-color: #F5F5F5;
}
ul.our_flow li:not(:last-child):after {
	position: absolute;
	content: '';
	bottom: -1.7em;
	left: 8em;
	width: 1em;
	height: 1.1em;
	background-image: url(img/arrow03.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
ul.our_flow li.arrow_w::after {
	background-image: url(img/arrow03_w.svg);
}
ul.our_flow li span {
	position: absolute;
	content: '';
	bottom: -1.9em;
	left: 11em;
	font-size: 0.9em;
}
@media screen and (max-width: 500px) {
	ul.our_flow li {
		padding: 1em 2em;
		font-size: 3.8vw;
	}
}


/* OUR CONTENTS
------------------------------------- */
.dot_bg {
	background-color: transparent !important;
	background-image: url(img/dot_bg.svg);
}
.slug-our-contents p {
	font-size: 21px;
	margin-bottom: 0.5em;
}
.slug-our-contents figure {
	max-width: 800px;
	margin: 1.5em auto 0;
}
@media screen and (max-width: 500px) {
	.slug-our-contents p {
		font-size: 4.2vw;
	}
}


/* WORKS
------------------------------------- */
.works_youtube {
	max-width: 1000px;
	margin: 0 auto;
}
.works_btn {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	gap: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
}
.works_btn li {
	margin: 0;
	padding: 0;
}

/* ------------------------- */

.custom-gallery img {
	aspect-ratio: 1.6 / 1;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.custom-column.wp-block-columns {
	--wp-column-gap: 1em;
}

/* ------------------------- */

.works_flex_wrap div {
	flex-wrap: wrap !important;
	justify-content: space-between;
}
.works_flex_wrap div figure {
	width: 47.5%;
}
@media screen and (max-width: 599px) {
	.works_flex_wrap div figure {
		width: 80%;
	}
}