@charset "UTF-8";

html,
button,
input,
select,
textarea {
	font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
}

.en {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
}

.color_red {
	color: #DF0522;
}

body {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
}

a[href $='.pdf'] {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	text-decoration: underline;
	color: #000;
	line-height: 1.5;
}

a[href $='.pdf']::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 30px;
	height: 38px;
	background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 15px;
}

a[href $='.pdf']:hover {
	text-decoration: none;
}

a {
	transition: .2s;
}

.wrap {
	width: 1100px;
	margin: 0 auto;
}

/* PC固定ページ 共通設定 */
body.page-template {
	background: #f4f4f4;
	overflow: initial;
}

body.page-template footer.site_ft {
	background-color: #fff;
}

.common_page_main {
	padding: 155px 0 138px;
	margin: 0 45px;
	border-bottom: 2px solid #8D8D8D;
}

.common_page_main .title_box {
	background: #DF0522;
	border-image-source: linear-gradient(#DF0522, #DF0522);
	border-image-slice: 0 fill;
	border-image-outset: 0 0 0 100vw;
	width: fit-content;
	padding-right: 130px;
	position: relative;
}

.common_page_main .title_box::before {
	content: "";
	position: absolute;
	top: 0;
	right: -79px;
	bottom: 0;
	width: 80px;
	height: 100%;
	background: #DF0522;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.common_page_main .title_box .title {
	font-size: 100px;
	letter-spacing: .01em;
	line-height: 170px;
	text-transform: capitalize;
	color: #fff;
}

.page_bg_animation {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.page_bg_animation .arrow_01 {
	background: #ECECEC;
	width: 2280px;
	height: 405px;
	position: absolute;
	top: 0;
	left: -400px;
	z-index: -1;
	rotate: -30deg;
	clip-path: polygon(0 0, calc(100% - 270px) 0, 100% 50%, calc(100% - 270px) 100%, 0 100%);
	animation: arrow01 2s;
	animation-fill-mode: forwards;
}

@keyframes arrow01 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.page_bg_animation .arrow_02 {
	background: #ECECEC;
	width: 1715px;
	height: 305px;
	position: absolute;
	top: 950px;
	right: -650px;
	z-index: -1;
	rotate: -330deg;
	clip-path: polygon(0 50%, 200px 0, 100% 0, 100% 100%, 200px 100%);
	animation: arrow02 2s;
	animation-fill-mode: forwards;
}

@keyframes arrow02 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

.page_bg_animation .arrow_03 {
	width: 186px;
	height: 139px;
	position: absolute;
	top: 830px;
	right: 20px;
	z-index: -1;
	background-image: url(/wp-content/themes/child/image/page_bg_arrow03.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	animation: arrow03 2s;
	animation-fill-mode: forwards;
}

@keyframes arrow03 {
	0% {
		translate: 100% 100%;
	}

	100% {
		translate: 0 0;
	}
}

.page_bg_animation .arrow_04 {
	background: #ECECEC;
	width: 1014px;
	height: 180px;
	position: absolute;
	top: 1080px;
	left: -590px;
	z-index: -1;
	rotate: -30deg;
	clip-path: polygon(0 0, calc(100% - 125px) 0, 100% 50%, calc(100% - 125px) 100%, 0 100%);
	animation: arrow04 2s;
	animation-fill-mode: forwards;
}

@keyframes arrow04 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.scroll_sec {
	position: absolute;
	top: 410px;
	right: 45px;
}

.scroll_sec .link {
	display: block;
	width: 124px;
	position: relative;
}

.scroll_sec .link .circle {
	width: 100%;
	animation: 15s linear infinite circle;
}

@keyframes circle {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.scroll_sec .link .circle img {
	width: 100%;
}

.scroll_sec .link .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 57px;
}

.scroll_sec .link .logo img {
	width: 100%;
}

.scroll_sec .link .line {
	position: absolute;
	top: 52%;
	left: 50%;
	translate: -50% -50%;
	width: 5.5px;
	transition: .3s;
}

.scroll_sec .link:hover .line {
	top: calc(52% + 10px);
}

.scroll_sec .link .line img {
	width: 100%;
}

.common_page_wrap {
	padding: 100px 0;
}

.not_found .text {
	text-align: center;
}

.common_page_title {
	text-align: center;
	margin-bottom: 2em;
}

.common_page_title h2 {
	font-size: 30px;
}

.common_page_title .sub_title {
	font-size: 14px;
	letter-spacing: .1em;
}

.reserve_text {
	text-align: center;
	font-size: 30px;
}

/* パンくず */
.breadcrumb {
	font-size: 12px;
	margin-bottom: 105px;
	display: flex;
	justify-content: end;
	gap: 0 10px;
	flex-wrap: wrap;
}

.breadcrumb::before {
	content: "";
	background-image: url(/wp-content/themes/child/image/icon_home.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	aspect-ratio: 1;
}

.breadcrumb a {
	text-decoration: none;
	color: initial;
}

/* PC固定ページ 会社概要 */
.company_profile {
	margin-bottom: 100px;
}

.company_profile table {
	width: 100%;
	border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
	padding: 1em;
	border-bottom: 1px solid;
	font-size: 14px;
}

.company_profile table th {
	width: 20%;
}

.company_profile table td {
	width: 80%;
}

.company_access .map {
	height: 350px;
}

.company_access .map iframe {
	width: 100%;
	height: 100%;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
	width: 74%;
	border-collapse: collapse;
	margin: 0 auto 50px;
	border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
	padding: 20px;
	font-size: 14px;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	border-left: solid 1px #dfdfdf;
	vertical-align: middle;
	background: #f7f7f7;
}

#page_contact table th {
	width: 25%;
	white-space: nowrap;
	letter-spacing: .05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
	background: #c70000;
	margin-right: 15px;
	color: #fff;
	padding: 5px 15px;
	font-size: 10px;
	letter-spacing: .08em;
	border-radius: 30px;
}

#page_contact table th .ninni {
	background: #333;
}

#page_contact table td {
	width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
	width: 85%;
	height: 44px;
	border: 1.2px solid #a4a4a4;
	border-radius: 4px;
	padding: 1em;
}

#page_contact input.tel {
	padding: 1em;
	width: 18.8%;
	border: 1.2px solid #a4a4a4;
}

#page_contact select {
	outline: none;
	background: transparent;
	padding: 1em;
	width: 50%;
	border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
	width: 85%;
	padding: 1em;
	height: 200px;
	border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
	font-size: 12px;
}

form #btn_wrap {
	justify-content: center;
	text-align: right;
	width: 74%;
	margin: auto;
}

form #btn_wrap button,
form #btn_wrap input {
	background-color: #ff8001;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #fff;
	display: block;
	width: 300px;
	line-height: 50px;
	border-radius: 5px;
	font-weight: 600;
	transition: .3s;
	text-align: center;
	letter-spacing: .08em;
	margin: auto;
}

form #btn_wrap button[name="submitBack"] {
	background: #333;
	margin-top: 20px;
}

form #btn_wrap button:hover {
	opacity: .8;
}

.contact_form_disc {
	width: 74%;
	font-size: 15px;
	margin: 0 auto 50px;
	letter-spacing: .02em;
}

.contact_form_disc .caution {
	font-size: 14px;
	color: #373636;
}

.contact_form_disc .text {
	margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
	height: 138px;
	margin: auto;
	overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
	font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
	font-size: 13px;
	margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
	font-size: 13px;
	border-left: solid 3px #ccc;
	padding-left: 12px;
	margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
	font-size: 13px;
	margin-bottom: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
	width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
	background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 10px;
}

.privacy_term_outer {
	border-top: solid 1px #e3e3e3;
	padding: 30px 0;
	border-bottom: solid 1px #e3e3e3;
	width: 60%;
	margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
	padding-right: 0;
}

.privacy_check_list .error {
	font-size: 12px;
}

.privacy_term_detail {
	text-align: center;
	font-size: 13px;
	padding-bottom: 15px;
	margin: 20px 0;
	position: relative;
	font-weight: 600;
}

.privacy_term_detail::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	width: 10px;
	height: 10px;
	transform: rotate(135deg);
	bottom: 0;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
	display: none;
}


/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
	display: none;
}

.radio_btns label {
	display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
	padding-left: 2em;
	display: inline-block;
	position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #AAAAAA;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border: 1.2px solid #a4a4a4;
	bottom: 0;
	margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
	width: 12px;
	height: 12px;
	top: 0px;
	left: 4px;
	border: none;
	background: #DF0522;
	-webkit-transform: scale(0);
	/*--ここを0にすることで下線は非表示となる--*/
	-ms-transform: scale(0);
	/*--ここを0にすることで下線は非表示となる--*/
	transform: scale(0);
	transition: all .3s;
	/*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
	font-weight: 600;
	color: #DF0522;
}

.radio_btns .radio_btns__item:checked+span::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type="checkbox"] {
	/* デフォルトcheckボックス非表示*/
	display: none;
}

.mwform-checkbox-field-text {
	display: inline-block;
	position: relative;
	padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
	content: "";
	position: absolute;
	display: block;
}

.mwform-checkbox-field-text::before {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
	border-width: 3px;
	border-color: transparent transparent #DF0522 #DF0522;
	border-style: solid;
	width: 20px;
	height: 10px;
	margin-top: -0.2em;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
	opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
	opacity: 1;
}

.mw_wp_form .horizontal-item {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

/* サンクスページ */

#page_contact .thanks_textArea .name {
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
	margin: 0 auto 50px;
	width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
	background-color: #ff8001;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #fff;
	display: block;
	width: 300px;
	line-height: 50px;
	border-radius: 4px;
	font-size: 16px;
	transition: .3s;
	margin: 0 auto;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
	opacity: .8;
}

#page_contact .thanks_textArea .contact_text .space {
	display: block;
}

#page_contact .thanks_textArea .contact_text .space {
	display: block;
	margin-top: 10px;
}

/* ステップバー デザイン */
#page_contact .progressbar {
	margin-bottom: 60px;
	justify-content: center;
}

#page_contact .progressbar .item {
	position: relative;
	width: 18%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 43px 0 13px;
	line-height: 1.5;
	letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
	display: block;
	color: #7b7b7b;
	font-size: 14px;
}

#page_contact .progressbar .item::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: solid 1px #a5a5a5;
	border-radius: 50%;
	margin: auto;
}

#page_contact .progressbar .item.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #DF0522;
	margin: auto;
}

#page_contact .progressbar #step_2 .en {
	position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
	content: "";
	height: 1px;
	width: 100px;
	background: #a5a5a5;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
	left: auto;
	right: -47px;
}

.privacy_check_list {
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}

.privacy_check_list .hissu {
	background: #c70200;
	color: #fff;
	padding: 2px 15px;
	font-size: 10px;
	letter-spacing: .08em;
	border-radius: 30px;
	font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
	margin: 0;
}

/* PC固定ページ 個人情報保護方針 */
#page_privacy .main_text {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 3em;
}

#page_privacy dl {
	margin-bottom: 50px;
}

#page_privacy dl:last-child {
	margin-bottom: 0;
}

#page_privacy dl dt {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: .5em;
	border-left: 3px solid #DF0522;
	padding-left: 1em;
}

#page_privacy dl dd {
	font-size: 14px;
	line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
	text-align: center;
}

#page_404 .num {
	font-size: 100px;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
	margin-bottom: 1em;
	font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dashed #eee;
	padding-right: 30px;
}

.archive_page_list>article:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	border: solid #ccc;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}

.archive_page_list>article .date {
	font-weight: bold;
	font-size: 80%;
	width: 100px;
}

.archive_page_list>article .content_area {
	width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
	font-weight: bold;
}

.archive_page_list>article .content_area .content {
	font-size: 80%;
}

/* wp-pagenavi base */
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}

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

.wp-pagenavi .current {
	color: #FFF;
	background-color: #DF0522;
	border-color: #DF0522;
	font-weight: bold;
}

/* PC投稿ページ シングルページ */
.common_page_wrap.single {
	padding: 200px 0 0;
}

#single_page .fl_wrap {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 0 50px;
}

.single_main_img {
	width: 300px;
	height: 300px;
	position: relative;
	margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin: auto;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #DF0522;
}

.singleContent .title_area {
	border-bottom: solid 1px #ccc;
	padding: 100px 0 30px;
	margin-bottom: 40px;
	position: relative;
}

.singleContent .single_title {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
}

.single_main_img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}

.singleContent .single_title time {
	font-size: 12px;
	font-weight: 600;
}

.singleContent .single_title time i {
	margin-right: .5em;
}

.singleContent .category_list ul {
	gap: 10px;
}

.singleContent .category_list ul li {
	background-color: #DF0522;
	color: #fff;
	font-size: 12px;
	padding: 2px 20px;
	letter-spacing: .08em;
}

.singleContent article h2 {
	background: rgba(223, 5, 34, 0.1);
	font-size: 20px;
	padding: 15px;
	margin: 1.5em 0 1em;
	position: relative;
	line-height: 1.4;
}

.site_single_latest {
	border-left: solid 1px #333;
	border-bottom: solid 3px #333;
	padding: 0 0 35px 0;
	margin-bottom: 80px;
}

.site_single_latest .en {
	font-size: 13px;
	letter-spacing: .08em;
	text-align: center;
}

.singleContent article h2::before {
	top: 0px;
}

.singleContent article h2::after {
	bottom: 0;
}

.singleContent article h3 {
	position: relative;
	padding: 0.7rem 1rem;
	font-size: 18px;
	margin: 1.5em 0 1.5em;
	background-color: #ccc;
}

.singleContent article h4 {
	padding: 2px 10px;
	margin: 1.5em 0 1em;
	color: #333;
	border-left: 5px solid #5b5959;
	font-size: 17px;
	position: relative;
}

.singleContent article h5:before {
	content: '■';
	padding-right: 10px;
}

.singleContent article h5 {
	font-size: 18px;
	/* padding-left: 1em; */
	margin: 1.5em 0;
}

.singleContent h6 {
	font-size: 17px;
	border-bottom: 1px solid;
	padding-bottom: 3px;
	margin: 1.5em 0 1em;
}

.singleContent p {
	font-size: 16px;
	line-height: 2;
	word-break: break-all;
}

#single_page .singleContent .ichiran_link {
	display: block;
	width: 300px;
	line-height: 50px;
	text-align: center;
	color: #333;
	border: solid 1px #333;
	margin: 50px auto 0 auto;
	font-size: 16px;
	transition: .3s;
	border-bottom: solid 3px #333;
	border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
	opacity: .7;
}

#single_page aside#info_side {
	background-color: #fff;
	padding: 20px;
}

#single_page aside#info_side p#news-not_found {
	text-align: center;
}

#single_page aside#info_side ul li+li {
	margin-top: 12px;
}

#single_page aside#info_side ul li a {
	color: initial;
	align-items: center;
	font-size: 14px;
	transition: .3s;
}

#single_page aside#info_side ul li a:hover {
	opacity: .7;
}

#single_page aside#info_side ul li a time {
	font-size: 12px;
	font-weight: 600;
}

#single_page aside#info_side ul li a time i {
	margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.singleContent .title_area .en {
	font-size: 12px;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.singleContent .day_cat {
	align-items: center;
	margin-bottom: 40px;
}

#toc_container a {
	color: #333;
}

.singleContent .day_cat .day {
	color: #6c6c6c;
	font-size: 13px;
	padding-right: 20px;
	border-right: solid 1px #ccc;
	margin-right: 20px;
}

.site_single_latest .topic {
	text-align: center;
	font-size: 14px;
	letter-spacing: .08em;
	font-weight: 600;
}

.site_single_latest .img {
	width: 145px;
	margin: 20px auto;
}

.site_single_latest .disc {
	text-align: center;
	font-size: 14px;
}

.aside_article_type .ttl {
	font-size: 15px;
	margin-bottom: 20px;
	border-bottom: solid 2px;
	padding-bottom: 5px;
}

.aside_article_type li .img {
	height: 70px;
	width: 100px;
	position: relative;
}

.aside_article_type .inner_ttl {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.aside_article_type li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aside_article_type .cat_wrap {
	gap: 5px;
}

.aside_article_type .cat_wrap .label {
	background: #DF0522;
	padding: 0px 10px;
	color: #fff;
	font-size: 10px;
}

.aside_article_type .cat_wrap ul {
	display: flex;
	column-gap: 5px;
	row-gap: 5px;
	padding-left: 0;
}

.aside_article_type ul {
	padding-left: 20px;
	position: relative;
}

.aside_article_type .cat_wrap ul::before {
	display: none;
}

.aside_article_type ul::before {
	content: "∟";
	position: absolute;
	left: 2px;
	font-size: 14px;
	color: #333;
}

.recommend_post_area {
	margin: 50px 0 0 auto;
}

.recommend_post_area ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 30px;
}

.recommend_post_area .ttl {
	font-size: 18px;
	letter-spacing: .08em;
	border-bottom: solid #ccc 1px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 600;
}

.recommend_post_area .ttl .en {
	font-weight: 400;
	letter-spacing: .08em;
	font-size: 14px;
	display: block;
}

.recommend_post_area a {
	color: #000;
}

.recommend_post_area .inner_ttl {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
	font-size: 12px;
	color: #6c6c6c;
	padding-right: 10px;
	border-right: solid 1px #ccc;
	margin-right: 10px;
}

.recommend_post_area .day_cat {
	margin: auto 0 0;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
	padding: 0;
	gap: 5px;
}


.recommend_post_area .category_list .cat {
	font-size: 12px;
	text-align: center;
	background: #DF0522;
	color: #fff;
	padding: 0 10px;
}

.recommend_post_area .category_list {
	width: 100%;
}

.recommend_post_area .img {
	position: relative;
	height: 145px;
	margin-bottom: 12px;
	overflow: hidden;
}

.recommend_post_area .img img {
	transition: .3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recommend_post_area a:hover .img img {
	transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
	margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
	top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
	content: "";
	width: 1px;
	height: 100px;
	background: #ccc;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
	content: "SHARE ON";
	position: absolute;
	top: -169px;
	font-size: 11px;
	writing-mode: vertical-lr;
	text-align: center;
	left: 8px;
	right: 0;
	margin: auto;
}

.singleContent_links {
	margin-top: 150px;
	align-items: center;
	position: relative;
}

.singleContent_links ul {
	width: 40%;
}

.singleContent_links ul.prev li {
	padding-left: 30px;
}

.singleContent_links ul.next li {
	padding-right: 30px;
}

.singleContent_links .btn {
	margin-bottom: 23px;
	border-bottom: solid 1px #ccc;
	font-size: 15px;
	position: relative;
}

.singleContent_links::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 1px;
	background: #ccc;
	height: 100%;
	margin: auto;
}

.singleContent_links a {
	color: #333;
	font-size: 14px;
}

.singleContent_links a .ttl {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.singleContent_links .img {
	margin-bottom: 15px;
	position: relative;
	height: 150px;
}

.singleContent_links .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.singleContent_links ul.next .btn {
	text-align: right;
}

.singleContent_links ul.next .img {
	margin-left: auto;
}

.breadcrumb.single {
	margin: 70px 45px 0;
	text-align: right;
}

.aside_article_type .text_box {
	width: calc(100% - 100px);
	padding-left: 10px;
}

#toc_container li {
	position: relative;
	padding-left: 20px;
}

#toc_container li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background: url(/wp-content/themes/child/image/article_arrow.png) center no-repeat;
	background-size: contain;
	width: 13px;
	height: 14px;
	bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
	content: "";
	position: absolute;
	right: -35px;
	top: 0px;
	bottom: 0px;
	height: 1px;
	width: 50px;
	background: #DF0522;
	margin: auto;
}

.singleContent ol {
	border: solid 1px #333;
	padding: 20px 10px;
	counter-reset: count 0;
	position: relative;
	background-image: url(/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
	position: relative;
}

.singleContent ol li::before {
	content: "";
	content: counter(count) ". ";
	counter-increment: count 1;
}

.singleContent ol li+li {
	margin-top: 7px;
}

.singleContent ol::before {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #333 #fff #333;
}

.singleContent ol::after {
	content: "";
}

.singleContent #toc_container {
	margin-bottom: 50px;
}

.singleContent_links ul li+li {
	margin-top: 10px;
}

.singleContent_links ul li.btn::before {
	content: "";
	position: absolute;
	background: url(/wp-content/themes/child/image/icon/arrow.svg) center no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	right: 0;
	top: 5px;
}

.singleContent_links ul.prev li.btn::before {
	transform: scale(-1, 1);
	right: auto;
	left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
	border: none;
}

.singleContent .category_list ul li::before {
	display: none;
}

.singleContent .category_list ul {
	border: none;
}

header.site_hd {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 1000;
}

.hd_content.flex {
	flex-direction: column-reverse;
	align-items: flex-end;
	gap: 10px;
}

.page-id-999 .hd_content.flex {
	flex-direction: row;
	gap: unset;
	align-items: center;
}

header.site_hd .inner {
	height: 100%;
	align-items: center;
	padding: 10px 30px 0;
}

.page-id-999 header.site_hd .inner {
	padding-top: 0;
}

.hd_content {
	align-items: center;
}

.hd_menu ul li a {
	color: #333;
	font-size: 20px;
}

.hd_menu ul li+li {
	margin-left: 2em;
}

.hd_contact {
	margin-left: 90px;
	display: flex;
	align-items: center;
	gap: 0 15px;
}

.hd_contact a {
	background: #fff;
	color: #DF0522;
	transition: .2s;
	height: 48px;
	align-items: center;
	padding: 0 20px;
	border-radius: 30px;
	border: 1px solid #DF0522;
}

.hd_contact a .icon {
	line-height: 0;
	margin-right: 10px;
}

.hd_contact a path {
	transition: .2s;
}

.hd_contact a .text {
	font-size: 18px;
	font-weight: bold;
}

.hd_menu ul li.pull {
	position: relative;
}

.hd_menu ul li.pull .text_box {
	position: absolute;
	top: 50px;
	right: -50px;
	padding: 15px;
	background-color: #fff;
	width: 154px;
	visibility: hidden;
	transition: .3s;
	border-radius: 10px;
	opacity: 0;
}

.hd_menu ul li.pull:hover .text_box {
	visibility: visible;
	opacity: 1;
}

.hd_menu ul li.pull .text_box .text:hover {
	color: #DF0522;
}


.hd_menu ul li.pull .text_box .text {
	display: block;
	font-size: 16px;
	letter-spacing: .03em;
	transition: .3s;
}

section#top_fv {
	height: 100vh;
	/* background: #DF0522; */
}

section#top_fv .main_content {
	height: 100%;
}

section#top_fv .main_content .wrap {
	height: 100%;
	align-items: center;
	align-content: center;
}

.fv_text_container {
	text-align: center;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.fv_text_container .fv_text {
	font-size: 90px;
	line-height: 1.5;
	margin-bottom: 0.2em;
	color: #090405;
}

.fv_text_container .fv_text_under {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.white {
	color: #fff;
}

section#top_fv .scrool_btn {
	position: absolute;
	left: 100px;
	bottom: 50px;
}

section#top_fv .scrool_btn .scroll_logo {
	position: absolute;
	top: 0;
	left: 0;
}

section#top_fv .scrool_btn .scroll_logo path#パス_32 {
	transition: .2s;
}

section#top_fv .scrool_btn a:hover .scroll_logo path#パス_32 {
	transform: translateY(10px);
}

section#top_fv .scrool_btn .circle svg {
	animation: 15s linear infinite rotation;
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fv_news {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.fv_news a {
	background: #fff;
	border: 3px solid #DF0522;
	padding: 25px 20px 20px;
	border-radius: 10px;
}

.fv_news a .image {
	width: 146px;
	margin-right: 20px;
}

.fv_news a .image img {
	width: 100%;
	height: 88px;
	object-fit: cover;
}

.fv_news a .content {
	width: 204px;
}

.fv_news a .content .title {
	font-size: 13px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.post_info {
	align-items: center;
}

.post_info .date {
	font-size: 12px;
	margin-right: 0.5em;
}

.post_info .cat {
	background: #DF0522;
	color: #fff;
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	padding: 0 1em;
	border-radius: 3px;
}

.fv_news a .content .post_info {
	margin-bottom: 10px;
}

section#top_about {
	padding: 50px 0;
}

section#top_about .about_logo {
	position: absolute;
	right: calc(50vw + 80px);
	width: 1340px;
	height: 1702px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -2;
}

section#top_about .about_content {
	padding-left: 580px;
}

.sec_title {
	padding-left: 55px;
	position: relative;
	margin-bottom: 0.2em;
	font-size: 30px;
}

.sec_title .en {
	font-size: 60px;
}

.sec_title:before,
.sec_title:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sec_title:before {
	width: 30px;
	height: 26px;
	background: #DF0522;
	left: 0;
}

.sec_title.color_red:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #DF0522;
	border-right: 0;
	left: 30px;
}

.sec_catch {
	font-size: 30px;
	margin-bottom: 0.5em;
}

.sec_text {
	line-height: 2.5;
	margin-bottom: 2.4em;
}

.site_btn a {
	align-items: center;
	background: #DF0522;
	width: 270px;
	height: 70px;
	border-radius: 35px;
	justify-content: space-between;
	padding: 0 30px;
}

.site_btn a .text {
	font-size: 21px;
	color: #fff;
	transition: .2s;
}

.site_btn a .arrow {
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	border-radius: 20px;
	transition: .2s;
}

.site_btn a path {
	transition: .2s;
}

section#top_service {
	position: relative;
	padding: 150px 0;
}

section#top_service:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #E5E5E5;
	transform: skewY(20deg);
	z-index: -1;
	top: 0px;
	left: 0;
}

section#top_service .service_head {
	margin-bottom: 80px;
}

section#top_service .service_body .service_line {
	height: 120px;
	background-image: url(/wp-content/themes/child/image/service_line.svg);
	background-position: center right 60px;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 120px;
}

.service_triangle .image_window {
	width: 501px;
	background: #EFEFEF;
	border-radius: 25px;
	position: relative;
}

.service_triangle .hover_content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #EFEFEF;
	border-radius: 25px;
	display: none;
}

.service_triangle .hover_content .text_content {
	background: #DF0522;
	color: #fff;
	padding: 25px 40px;
	left: 0;
	bottom: 0;
	border-radius: 0 0 25px 25px;
	position: absolute;
}

.service_triangle .hover_content .text_content .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.service_triangle .hover_content .text_content .text {
	font-size: 15px;
	letter-spacing: 0.08em;
}

.service_triangle {
	align-items: center;
}

.service_triangle .service_lists {
	width: 516px;
}

li.service_list {
	transition: .2s;
}

li.service_list a {
	display: block;
	padding: 30px 0;
	border-bottom: 2px solid #C1C1C1;
	color: #333;
	position: relative;
	letter-spacing: 0.05em;
}

li.service_list a .red {
	font-weight: bold;
}

li.service_list a .title {
	font-size: 20px;
}

li.service_list a .arrow {
	width: 28px;
	height: 28px;
	background: #DF0522;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

li.service_list a .arrow path#Icon_feather-arrow-right {
	stroke: #fff;
}

li.service_list a .arrow svg {
	width: 40%;
}

section#top_service:after {
	content: "";
	background: #E5E5E5;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	height: 20vw;
	position: absolute;
}

section#top_news {
	background: #E5E5E5;
	padding: 0 50px 150px;
}

section#top_news .inner {
	background: #fff;
	border-radius: 25px;
	padding: 80px 0;
}

section#top_news .inner .news_head {
	align-items: center;
	margin-bottom: 50px;
}

.news_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 73px;
}

.news_list ul li .image {
	margin-bottom: 15px;
}

.news_list ul li .image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.news_list ul li .post_info {
	justify-content: space-between;
	margin-bottom: 10px;
}

.news_list ul li .title {
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_list ul li a {
	transition: .2s;
}

section.top_column {
	padding: 100px 0;
}

#top_insights {
	padding-top: 0;
}

section.top_column .sec_title {
	margin-bottom: 30px;
}

.top_column_list .top_column {
	width: 438px;
}

.top_column_list .column_list {
	width: 595px;
}

.top_column_list {
	margin-bottom: 60px;
}

.column_list ul li a {
	padding: 50px 0 40px;
	border-bottom: 1px solid #707070;
	position: relative;
}

.column_list ul li a .image {
	width: 175px;
	margin-right: 15px;
}

.column_list ul li a .content {
	width: 350px;
}

.column_list ul li a .content .post_info {
	margin-bottom: 20px;
}

.column_list ul li a .content .title {
	font-weight: bold;
	color: #333;
	letter-spacing: 0.04em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.column_list ul li a .arrow {
	width: 28px;
	height: 28px;
	background: #DF0522;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
}

.column_list ul li a .arrow path#Icon_feather-arrow-right {
	stroke: #fff;
}

.column_list ul li a .arrow svg {
	width: 40%;
}

section.top_column .site_btn a {
	margin: 0 auto;
}

.column_list ul li:first-child a {
	padding-top: 0;
}

.column_list ul li a .image img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.top_column .image {
	margin-bottom: 25px;
}

.top_column .image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.top_column .post_info {
	justify-content: space-between;
	margin-bottom: 25px;
}

.top_column .post_info .date {
	font-size: 21px;
}

.top_column .post_info .cat {
	font-size: 17px;
}

.top_column .title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.top_column .text {
	color: #333;
	letter-spacing: 0.04em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

section#common_site_member {
	padding: 50px 0;
	background: #DF0522;
	border-radius: 34px 34px 0 0;
}

section#top_Recruit {
	background: #333333;
	border-radius: 0 0 34px 34px;
	padding: 50px 0;
}

h2.sec_title.-type02 {
	padding-left: 0;
	color: #fff;
	font-size: 20px;
}

h2.sec_title.-type02 .en {
	font-size: 40px;
}

.sec_text_and_image .content {
	padding-left: 40px;
	width: 360px;
}

.sec_text_and_image .image {
	width: 660px;
}

h2.sec_title.-type02:before {
	left: -40px;
	background: #fff;
	width: 4px;
	height: 80%;
}

h2.sec_title.-type02:after {
	display: none;
}

.wrap.sec_text_and_image {
	align-items: center;
	color: #fff;
}

.sec_text_and_image h2.sec_title.-type02 {
	margin-bottom: 20px;
}

.sec_text_and_image .content .text {
	margin-bottom: 40px;
	font-size: 20px;
}

.sec_text_and_image .image img {
	border-radius: 20px;
}

.site_btn.-type02 a {
	align-items: center;
	background: no-repeat;
	border: 1px solid #fff;
	padding-right: 10px;
	width: 250px;
}

.site_btn.-type02 a .text {
	margin: 0 !important;
	font-size: 16px;
}

.site_btn.-type02 a .arrow {
	background: none;
}

.site_btn.-type02 a .arrow path#Icon_feather-arrow-right {
	stroke: #fff;
}

.sec_text_and_image .image.-list p {
	width: 210px;
}

footer.site_ft {
	padding: 70px 0 0;
}

.ft_content {
	padding: 100px 0;
	align-items: center;
}

.ft_content .ft_menu {
	width: 700px;
}

.ft_content .ft_menu a {
	font-weight: 900;
	color: #333;
}

.ft_content .ft_menu .ft_menu_list>div {
	font-size: 20px;
	margin-bottom: 2em;
}

.ft_content .ft_menu .ft_menu_list>div.child {
	font-size: 14px;
}

.ft_content .ft_menu .ft_menu_list div.child a {
	color: #767676;
}

.ft_content .ft_menu .ft_menu_list>div+div.child {
	margin-top: -1em;
}

.ft_bottom {
	padding: 50px 0;
	border-top: 1px solid #707070;
	align-items: center;
}

.ft_bottom .privacy a {
	color: #333333;
	font-size: 14px;
}

.ft_bottom .copyright small {
	font-size: 12px;
}

.ft_bottom .page_top a {
	color: #333;
	font-size: 14px;
}

.ft_bottom .page_top a .arrow {
	width: 10px;
	transform: rotate(-90deg);
}

.ft_bottom .page_top a .arrow svg {
	width: 100%;
}

.ft_bottom .page_top a .text {
	margin-right: 5px;
}

.fv_animatinon_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150vh;
	overflow: hidden;
}

.fv_animatinon .arrow_glay01,
.fv_animatinon .arrow_glay02,
.fv_animatinon .arrow_glay03 {
	background: #C1C1C1;
	width: 800px;
	height: 160px;
	position: absolute;
	z-index: -1;
	left: -1100px;
}

.fv_animatinon .arrow_glay01:before,
.fv_animatinon .arrow_glay02:before,
.fv_animatinon .arrow_glay03:before,
.fv_animatinon .arrow_glay01:after,
.fv_animatinon .arrow_glay02:after,
.fv_animatinon .arrow_glay03:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	border-left: 100px solid #C1C1C1;
	border-right: 0;
	position: absolute;
}

.fv_animatinon .arrow_glay01:before,
.fv_animatinon .arrow_glay02:before,
.fv_animatinon .arrow_glay03:before {
	top: 0;
	right: 100%;
	transform: rotate(180deg);
}

.fv_animatinon .arrow_glay01:after,
.fv_animatinon .arrow_glay02:after,
.fv_animatinon .arrow_glay03:after {
	top: 0;
	left: 100%;
}

.fv_animatinon .arrow_glay01 {
	top: 0;
	animation: arrow_glay 2s 1;
	animation-fill-mode: forwards;
}

.fv_animatinon .arrow_glay02 {
	bottom: 0;
	animation: arrow_glay 3s 1;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}

.fv_animatinon .arrow_glay03 {
	top: 50%;
	animation: arrow_glay 3s 1;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
}

.fv_animatinon {
	transform: rotate(-20deg);
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.fv_animatinon .arrow_red {
	height: 140vh;
	background: #DF0522;
	position: absolute;
	top: -44vh;
	left: -3900px;
	width: 3000px;
	animation: arrow_red 1s 1;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

.arrow_red:after,
.arrow_red:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 70vh solid transparent;
	border-bottom: 70vh solid transparent;
	border-left: 87.5vh solid #DF0522;
	border-right: 0;
	position: absolute;
}

.arrow_red:before {
	right: 100%;
	transform: rotate(180deg);
}

.arrow_red:after {
	left: 100%;
}

@keyframes arrow_glay {
	0% {
		transform: translateX(0px);
	}

	100% {
		opacity: 1;
		transform: translateX(3000px);
	}
}

@keyframes arrow_red {
	0% {
		transform: translateX(0px);
	}

	100% {
		opacity: 1;
		transform: translateX(3000px);
	}
}

/* 事業内容 */
.page_service .intro_sec {
	padding: 85px 0 125px;
}

.page_service .intro_sec .title_box {
	text-align: center;
	margin-bottom: 85px;
}

.page_service .intro_sec .title_box .title {
	color: #DF0522;
	font-size: 50px;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.4;
}

.page_service .intro_sec .cont {
	display: grid;
	grid-template-columns: 1fr 515px;
	gap: 0 60px;
	align-items: center;
}

.page_service .intro_sec .cont .text_box .title {
	font-size: 35px;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_service .intro_sec .cont .text_box .title .color {
	color: #DF0522;
}

.page_service .intro_sec .cont .text_box .text {
	letter-spacing: .08em;
	font-weight: 500;
}

.page_service .intro_sec .cont .text_box .text+.text {
	margin-top: 30px;
}

.page_service .value_sec {
	padding: 35px 0 80px;
	position: relative;
	z-index: 0;
}

.page_service .value_sec::before {
	content: "";
	width: calc(100% - 47px);
	background: #DF0522;
	clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.page_service .value_sec .cont_title {
	text-align: center;
	color: #fff;
	font-size: 50px;
	letter-spacing: .08em;
	font-weight: 500;
	margin-bottom: 50px;
}

.page_service .value_sec .cont ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 80px;
}

.page_service .value_sec .cont li {
	position: relative;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.page_service .value_sec .cont li+li::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -40px;
}

.page_service .value_sec .cont li .num {
	width: 78px;
	aspect-ratio: 1/1;
	min-width: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	display: grid;
	place-content: center;
	line-height: 1;
	font-size: 35px;
	margin-bottom: 15px;
}

.page_service .value_sec .cont li .title {
	font-size: 30px;
	letter-spacing: .06em;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
}

.page_service .value_sec .cont li .textarea {
	margin-bottom: 25px;
}

.page_service .value_sec .cont li .textarea .text {
	letter-spacing: .06em;
	font-weight: 500;
}

.page_service .value_sec .cont li .btn_box {
	margin-top: auto;
}

.page_service .value_sec .cont li .btn_box .btn a {
	display: block;
	width: 100%;
	background: #fff;
	line-height: 60px;
	border-radius: 100vmax;
	text-align: center;
	color: #DF0522;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.page_service .value_sec .cont li .btn_box .btn.long a {
	text-align: left;
	padding: 0 25px;
}

.page_service .value_sec .cont li .btn_box .btn a .arrow {
	width: 21px;
	aspect-ratio: 1/1;
	min-width: 0;
	background: #DF0522;
	border-radius: 50%;
	line-height: 1;
	display: grid;
	place-content: center;
	position: absolute;
	top: 50%;
	right: 15px;
	translate: 0 -50%;
}

.page_service .value_sec .cont li .btn_box .btn a .arrow svg path {
	stroke: #fff;
}

.page_service .value_sec .cont li .btn_box .btn a .arrow svg {
	width: 9px;
}

.page_service .service_sec {
	padding: 205px 0 210px;
}

.page_service .service_sec .item+.item {
	margin-top: 245px;
}

.page_service .service_sec .item {
	display: grid;
	grid-template-columns: 1fr 495px;
	gap: 0 130px;
}

.page_service .service_sec .item .info {
	position: sticky;
	top: 120px;
	height: fit-content;
}

.page_service .service_sec .item .info .num {
	width: 78px;
	aspect-ratio: 1/1;
	min-width: 0;
	background: #DF0522;
	border-radius: 50%;
	display: grid;
	place-content: center;
	color: #fff;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 30px;
}

.page_service .service_sec .item .info .title {
	font-size: 35px;
	letter-spacing: .08em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_service .service_sec .item .info .text {
	letter-spacing: .06em;
	font-weight: 500;
}

.page_service .service_sec .item .list .inbox+.inbox {
	margin-top: 130px;
}

.page_service .service_sec .item .list .inbox .title_box {
	display: flex;
	align-items: center;
	gap: 0 8px;
	margin-bottom: 25px;
}

.page_service .service_sec .item .list .inbox .title_box .label {
	flex-shrink: 0;
	width: 43px;
	aspect-ratio: 43/25;
	min-width: 0;
	background: #DF0522;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.page_service .service_sec .item .list .inbox .title_box .title {
	width: 100%;
	font-size: 30px;
	letter-spacing: .06em;
	line-height: 1.5;
}

.page_service .service_sec .item .list .inbox .img {
	width: 100%;
	aspect-ratio: 494/357;
	min-width: 0;
	background: #D3D3D3;
	display: grid;
	place-content: center;
	margin-bottom: 25px;
}

.page_service .service_sec .item .list .inbox .text {
	letter-spacing: .06em;
	font-weight: 500;
}

/* メンバー紹介 */
.member_interview_sec .item.board {
	--color: #DF0522;
	--bg-color: #E7A39C;
}

.member_interview_sec .item.consul {
	--color: #F5C242;
	--bg-color: #FAE0A0;
}

.member_interview_sec .item.biz {
	--color: #2F93CA;
	--bg-color: #C2DBF4;
}

.member_interview_sec .item.corp {
	--color: #4FAD5B;
	--bg-color: #D0E7B1;
}

.member_interview_sec .item {
	background: var(--bg-color);
	border-radius: 90px;
	padding: 50px;
	position: relative;
}

.member_interview_sec .item+.item {
	margin-top: 50px;
}

.member_interview_sec .item .bg_text {
	color: var(--bg-color);
	font-size: 48px;
	letter-spacing: .03em;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 100px;
	left: -40px;
	writing-mode: tb-rl;
	rotate: -180deg;
}

.interview_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
}

.member_interview_sec .item.board .interview_list ul {
	grid-template-columns: repeat(2, 33%);
	justify-content: center;
}

.member_interview_sec .item.board .interview_list ul .ceo {
	grid-area: 1 / 1 / 2 / 3;
	max-width: 330px;
	margin: 0 auto;
}

.interview_list li a {
	display: block;
	height: 100%;
}

.interview_list li a .img {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #F1F5F9;
}

.interview_list li a .img img {
	width: 100%;
	aspect-ratio: 400/317;
	min-width: 0;
	object-fit: cover;
}

.interview_list li a .img.top img {
	object-position: top;
}

.interview_list li a .lead_text_box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 15px;
	color: #fff;
	display: grid;
	place-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	opacity: 0;
}

.interview_list li a .lead_text_box .text {
	font-size: 15px;
	letter-spacing: .05em;
}

.interview_list li a:hover .lead_text_box {
	opacity: 1;
}

.interview_list li a .text_box {
	text-align: center;
}

.interview_list li a .text_box .name {
	color: #333;
	font-size: 20px;
	letter-spacing: .05em;
	font-weight: 700;
	margin-bottom: 10px;
}

.interview_list li a .text_box .job {
	font-size: 12px;
	display: inline-block;
	letter-spacing: .05em;
	color: #fff;
	line-height: 1.4;
	padding: 7px 35px;
	border-radius: 30px;
	background: var(--color);
}

#page_interview .top_cont {
	margin-bottom: 80px;
	padding: 25px 60px;
	background-color: #F5F2F2;
	display: flex;
	align-items: center;
	gap: 0 40px;
}

#page_interview .top_cont .img {
	width: 30%;
	flex-shrink: 0;
}

#page_interview .top_cont .img img {
	width: 100%;
	aspect-ratio: 400/317;
	object-fit: cover;
	min-width: 0;
}

#page_interview .top_cont .text_box {
	width: 100%;
}

#page_interview .top_cont .text_box .name_box {
	margin-bottom: 10px;
}

#page_interview .top_cont .text_box .name_box .job {
	font-size: 14px;
	letter-spacing: 0.08em;
}

#page_interview .top_cont .text_box .name_box .name {
	font-size: 21px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#page_interview .top_cont .text_box .name_box .name::first-letter {
	color: #de2323;
}

#page_interview .top_cont .text_box .text {
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

#page_interview .interview_cont h2 {
	font-size: 23px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 45px;
}

#page_interview .interview_cont h3 {
	margin: 80px 0 50px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-left: 20px;
	border-left: 2px solid #DF0522;
}

#page_interview .interview_cont .q_text {
	flex-wrap: nowrap;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.6;
	align-items: center;
	margin-bottom: 30px;
}

#page_interview .interview_cont .q_text::before {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #DF0522;
	margin-right: 20px;
}

#page_interview .interview_cont .text {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-bottom: 30px;
}

#page_interview .interview_cont .text+.text {
	margin-top: 20px;
}

#page_interview .interview_cont .text a {
	color: #004CCA;
}

#page_interview .interview_cont .img {
	width: 100%;
	margin: 40px 0 40px;
}

#page_interview .interview_cont .introduction_img {
	margin: 40px 0 0;
}

#page_interview .interview_cont .img img {
	width: 100%;
}

.ly_interview_page .top_cont .img.tokumei {
	background-color: #F1F5F9;
}

/* 自社開発 */
.page-id-449 .common_page_main .title_box {
	padding-right: 70px;
}

.page-id-449 .common_page_main .title_box .title {
	text-transform: none;
}

.page_develop {
	padding: 95px 0 0;
}

.common_service_inpage .intro_sec {
	margin-bottom: 150px;
}

.common_service_inpage .intro_sec .text_box {
	text-align: center;
}

.common_service_inpage .intro_sec .text_box .title {
	color: #DF0522;
	font-size: 50px;
	letter-spacing: .08em;
	font-weight: 700;
	margin-bottom: 60px;
}

.common_service_inpage .intro_sec .text_box .sub_title {
	font-size: 35px;
	letter-spacing: .08em;
	font-weight: 500;
	margin-bottom: 25px;
}

.common_service_inpage .intro_sec .text_box .text {
	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.9;
}

.page_develop .about_sec {
	margin-bottom: 115px;
}

.page_develop .about_sec .cont .cont_title {
	color: #DF0522;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.page_develop .about_sec .cont .catch {
	font-size: 35px;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_develop .about_sec .cont .catch .color {
	color: #DE0622;
}

.page_develop .about_sec .cont .inbox {
	display: grid;
	grid-template-columns: 1fr 600px;
	align-items: flex-end;
	gap: 0 80px;
}

.page_develop .about_sec .cont .inbox .img img {
	width: 100%;
}

.page_develop .about_sec .cont .inbox .text_area .text {
	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.8;
}

.page_develop .about_sec .cont .inbox .text_area .text+.text {
	margin-top: 1.5em;
}

.page_develop .system_sec {
	margin-bottom: 160px;
}

.page_develop .system_sec .cont_title {
	background: #D40019;
	text-align: center;
	color: #fff;
	line-height: 51px;
	width: 94%;
	padding: 0;
	margin-bottom: 95px;
	position: relative;
}

.page_develop .system_sec .cont_title .jp {
	font-size: 30px;
	letter-spacing: .04em;
	font-weight: 700;
}

.page_develop .system_sec .cont_title::before {
	content: "";
	width: 266px;
	height: 100%;
	background: #C1C1C1;
	clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 8% 100%, 0 50%, 8% 0);
	position: absolute;
	top: 0;
	right: -30px;
}

.page_develop .system_sec .cont_title::after {
	content: "";
	background: url(/wp-content/themes/child/image/icon_ring_white.svg) no-repeat;
	background-size: contain;
	width: 47px;
	aspect-ratio: 47/119;
	position: absolute;
	top: -33px;
	right: 45px;
	z-index: 1;
}

.common_service_inpage .common_sec_title .inbox {
	display: flex;
	gap: 0 10px;
	align-items: flex-start;
}

.common_service_inpage .common_sec_title .inbox::before {
	content: "";
	width: 43px;
	aspect-ratio: 43/25;
	min-width: 0;
	background: #DF0522;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	flex-shrink: 0;
	display: block;
	margin-top: 15px;
}

.common_service_inpage .common_sec_title .inbox .title_box {
	display: flex;
	align-items: baseline;
	gap: 0 10px;
	color: #DF0522;
}

.common_service_inpage .common_sec_title .inbox .title_box .en_title {
	font-size: 60px;
	line-height: 1;
}

.common_service_inpage .common_sec_title .inbox .title_box .jp {
	font-size: 30px;
	font-weight: 500;
}

.common_service_inpage .common_sec_title .text_area {
	margin-top: 15px;
}

.common_service_inpage .common_sec_title .text_area .text {
	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
}

.common_service_inpage .common_sec_title .text_area .text+.text {
	margin-top: 1em;
}

.page_develop .service_sec {
	margin-bottom: 160px;
}

.page_develop .service_sec .common_sec_title {
	margin-bottom: 50px;
}

.page_develop .service_sec .service_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.page_develop .service_sec .service_list li {
	background: #DF0522;
	border-radius: 10px;
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
}

.page_develop .service_sec .service_list li .title {
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.page_develop .service_sec .service_list li .img {
	margin-bottom: 15px;
	border-radius: 12px;
	overflow: hidden;
}

.page_develop .service_sec .service_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_develop .service_sec .service_list li .text_box {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.page_develop .service_sec .service_list li .text_box .textarea {
	margin-bottom: 15px;
}

.page_develop .service_sec .service_list li .text_box .textarea .text {
	color: #fff;
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
}

.page_develop .service_sec .service_list li .text_box .link_btn {
	margin-top: auto;
}

.page_develop .service_sec .service_list li .text_box .link_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #fff;
	line-height: 60px;
	border-radius: 100vmax;
	color: #DF0522;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.page_develop .service_sec .service_list li .text_box .link_btn a .arrow {
	width: 21px;
	aspect-ratio: 1/1;
	min-width: 0;
	background: #DF0522;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 15px;
	translate: 0 -50%;
}

.page_develop .service_sec .n_service_list li .text_box .link_btn a .arrow svg {
	width: 10px;
}

.page_develop .service_sec .n_service_list li .text_box .link_btn a .arrow svg path {
	stroke: #fff;
}

.page_develop .service_sec .service_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.page_develop .service_sec .n_service_list li {
	background: #DF0522;
	border-radius: 10px;
	padding: 30px 25px;
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 40px;
	align-items: center;
}

.page_develop .service_sec .n_service_list li .title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.page_develop .service_sec .n_service_list li .img {
	border-radius: 12px;
	overflow: hidden;
}


.page_develop .service_sec .n_service_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_develop .service_sec .n_service_list li .text_box {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.page_develop .service_sec .n_service_list li .text_box .textarea {
	margin-bottom: 15px;
}

.page_develop .service_sec .n_service_list li .text_box .textarea .text {
	color: #fff;
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
}

.page_develop .service_sec .n_service_list li .text_box .link_btn {
	margin-top: auto;
}

.page_develop .service_sec .n_service_list li .text_box .link_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #fff;
	line-height: 60px;
	border-radius: 100vmax;
	color: #DF0522;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.page_develop .service_sec .n_service_list li .text_box .link_btn a .arrow {
	width: 21px;
	aspect-ratio: 1/1;
	min-width: 0;
	background: #DF0522;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 15px;
	translate: 0 -50%;
}

.page_develop .service_sec .n_service_list li .text_box .link_btn a .arrow svg {
	width: 10px;
}

.page_develop .service_sec .n_service_list li .text_box .link_btn a .arrow svg path {
	stroke: #fff;
}

.page_develop .map_sec {
	margin: 0 50px 160px;
}

.page_develop .map_sec .inner {
	background: #fff;
	border-radius: 25px;
	padding: 70px 0 90px;
}

.page_develop .map_sec .common_sec_title {
	margin-bottom: 50px;
}

/* コンサルティング */
.page_consul {
	padding: 90px 0 0;
}

.page_consul .about_sec {
	margin-bottom: 215px;
}

.page_consul .about_sec .cont {
	display: grid;
	grid-template-columns: 1fr 440px;
	align-items: flex-end;
	gap: 0 115px;
}

.page_consul .about_sec .cont .text_box .cont_title {
	color: #DF0522;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.page_consul .about_sec .cont .text_box .catch {
	font-size: 35px;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_consul .about_sec .cont .text_box .catch .color {
	color: #DF0522;
}

.page_consul .about_sec .cont .text_box .text_area .text {
	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.8;
}

.page_consul .about_sec .cont .text_box .text_area .text+.text {
	margin-top: 1.5em;
}

.page_consul .strength_sec {
	margin: 0 50px 150px;
	background: #fff;
	border-radius: 25px;
	padding: 80px 0 110px;
}

.page_consul .strength_sec .strength_box {
	margin-bottom: 150px;
}

.page_consul .strength_sec .strength_box .cont_title {
	text-align: center;
	border-bottom: 2px solid #8D8D8D;
	padding-bottom: 1em;
	margin-bottom: 60px;
	position: relative;
}

.page_consul .strength_sec .strength_box .cont_title .title {
	color: #DF0522;
	font-size: 50px;
	font-weight: 700;
}

.page_consul .strength_sec .strength_box .cont_title::before {
	content: "";
	width: 850px;
	height: 4px;
	background: #DF0522;
	position: absolute;
	bottom: -3px;
	left: 50%;
	translate: -50% 0;
}

.page_consul .strength_sec .strength_box .list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.page_consul .strength_sec .strength_box .list li {
	background: #DF0522;
	border-radius: 10px;
	padding: 30px 25px;
}

.page_consul .strength_sec .strength_box .list li .title {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}

.page_consul .strength_sec .strength_box .list li .img {
	background: #fff;
	border-radius: 12px;
	aspect-ratio: 77/60;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.page_consul .strength_sec .strength_box .list li .text_box .text {
	color: #fff;
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
}

.page_consul .strength_sec .case_box .common_sec_title {
	margin-bottom: 50px;
}

.page_consul .strength_sec .case_box .case_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px;
}

.page_consul .strength_sec .case_box .case_list li a {
	display: block;
	height: 100%;
}

.page_consul .strength_sec .case_box .case_list li a .img {
	margin-bottom: 20px;
}

.page_consul .strength_sec .case_box .case_list li a .img img {
	width: 100%;
	aspect-ratio: 319/212;
	object-fit: cover;
}

.page_consul .strength_sec .case_box .case_list li a .text_box .cat {
	width: fit-content;
	background: #DF0522;
	border-radius: 3px;
	padding: 0 15px;
	line-height: 26px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 15px;
}

.page_consul .strength_sec .case_box .case_list li a .text_box .title {
	color: #DE0622;
	font-size: 18px;
	letter-spacing: .06em;
	font-weight: 700;
	margin-bottom: 7px;
	min-height: 60px;
	display: flex;
	align-items: flex-end;
}

.page_consul .strength_sec .case_box .case_list li a .text_box .text {
	color: #090405;
	font-size: 14px;
	letter-spacing: .06em;
	font-weight: 500;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.page_consul .member_sec {
	margin-bottom: 160px;
}

.page_consul .member_sec .common_sec_title {
	margin-bottom: 50px;
}

.page_consul .member_sec .list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.page_consul .member_sec .list li a {
	display: block;
	height: 100%;
	background: #fff;
	border: 4px solid #DF0522;
	border-radius: 25px;
	box-shadow: 10px 10px 0 #DF0522;
	padding: 20px;
}

.page_consul .member_sec .list li a .img {
	margin-bottom: 10px;
}

.page_consul .member_sec .list li a .img img {
	width: 100%;
	aspect-ratio: 298/199;
	object-fit: cover;
	object-position: top;
}

.page_consul .member_sec .list li a .text_box .title_box {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.page_consul .member_sec .list li a .text_box .title_box .arrow {
	flex-shrink: 0;
	width: 30px;
	aspect-ratio: 1/1;
	min-width: 0;
	background: #DF0522;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_consul .member_sec .list li a .text_box .title_box .arrow svg {
	width: 40%;
}

.page_consul .member_sec .list li a .text_box .title_box .arrow svg path {
	stroke: #fff;
}

.page_consul .member_sec .list li a .text_box .title_box .position {
	color: #DE0622;
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
}

.page_consul .member_sec .list li a .text_box .title_box .name_box {
	display: flex;
	align-items: baseline;
	gap: 0 20px;
}

.page_consul .member_sec .list li a .text_box .title_box .name_box .name {
	color: #090405;
	font-size: 18px;
	letter-spacing: .06em;
	font-weight: 700;
}

.page_consul .member_sec .list li a .text_box .title_box .name_box .en_name {
	color: #8D8D8D;
	font-size: 13px;
	letter-spacing: .06em;
	font-weight: 700;
}

.page_consul .member_sec .list li a .text_box .area .head {
	width: 112px;
	background: #DF0522;
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 0 17px;
	margin-bottom: 5px;
}

.page_consul .member_sec .list li a .text_box .area ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}

.page_consul .member_sec .list li a .text_box .area ul li {
	color: #090405;
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
	line-height: 1.5;
}

/* Yoake */
.yoake_page_main {
	padding: 10vw 45px 15vw;
	background: #fff;
	position: relative;
	z-index: 0;
	overflow: visible;
}

.yoake_page_main::before {
	content: "";
	background: url(/wp-content/themes/child/image/yoake_main_illust.svg) no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: -1;
}

.yoake_page_main::after {
	content: "";
	width: 100%;
	height: 70px;
	background: #F4F4F4;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}

.yoake_page_main .breadcrumb {
	margin-bottom: 125px;
}

.yoake_page_main .text_box {
	text-align: center;
	color: #231815;
}

.yoake_page_main .text_box .sub_title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
}

.yoake_page_main .text_box .title {
	font-size: 48px;
	letter-spacing: .04em;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 25px;
}

.yoake_page_main .text_box .title .en {
	font-size: 2em;
	font-weight: 700;
}

.yoake_page_main .text_box .title .size {
	color: #fff;
	font-size: 1.6em;
	font-weight: 500;
	margin: 0 0.1em;
}

.yoake_page_main .text_box .text {
	font-size: 20px;
	letter-spacing: .06em;
	font-weight: 700;
	line-height: 1.8;
}

.yoake_page_main .scroll_sec {
	top: 46vw;
}

.page_yoake .intro_sec {
	padding: 160px 0 0;
	margin: 0 0 170px;
}

.page_yoake .intro_sec .cont {
	position: relative;
	z-index: 0;
}

.page_yoake .intro_sec .cont .img {
	position: absolute;
	bottom: 0;
	right: -360px;
	z-index: -1;
}

.page_yoake .intro_sec .cont .text_box {
	width: 50%;
}

.page_yoake .intro_sec .cont .text_box .cont_title {
	color: #ED6D1F;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.page_yoake .intro_sec .cont .text_box .catch {
	color: #231816;
	font-size: 35px;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
}

.page_yoake .intro_sec .cont .text_box .catch .color {
	color: #ED6D1F;
}

.page_yoake .intro_sec .cont .text_box .text_area {
	margin-bottom: 60px;
	padding-right: 110px;
}

.page_yoake .intro_sec .cont .text_box .text_area .text {
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
	line-height: 2.4;
}

.page_yoake .intro_sec .cont .text_box .text_area .text+.text {
	margin-top: 2em;
}

.page_yoake .intro_sec .cont .text_box .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 15px;
	width: 320px;
	background: #EC6C20;
	border-radius: 35px;
	min-block-size: 70px;
	padding: 10px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}

.page_yoake .intro_sec .cont .text_box .btn a .arrow {
	flex-shrink: 0;
	width: 41px;
	aspect-ratio: 1/1;
	min-width: 0;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_yoake .intro_sec .cont .text_box .btn a .arrow svg {
	width: 50%;
}

.page_yoake .intro_sec .cont .text_box .btn a .arrow svg path {
	stroke: #EC6C20;
}

.page_yoake .common_sec_title {
	display: flex;
	align-items: flex-start;
	gap: 0 15px;
}

.page_yoake .common_sec_title::before {
	content: "";
	background: url(/wp-content/themes/child/image/yoake_title_mark.svg) no-repeat;
	background-size: contain;
	width: 40px;
	aspect-ratio: 20/9;
	flex-shrink: 0;
	display: block;
	margin-top: 20px;
}

.page_yoake .common_sec_title .inbox {
	display: flex;
	align-items: baseline;
	gap: 0 20px;
	color: #231815;
}

.page_yoake .common_sec_title .en_title {
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
}

.page_yoake .common_sec_title .jp {
	font-size: 30px;
	font-weight: 500;
}

.page_yoake .service_sec {
	margin-bottom: 125px;
}

.page_yoake .service_sec .common_sec_title {
	margin-bottom: 40px;
}

.page_yoake .service_sec .service_list ul {
	display: grid;
	grid-template-columns: repeat(2, 522px);
	gap: 0 45px;
}

.page_yoake .service_sec .service_list li.yoake {
	--color: #ED6D1F;
}

.page_yoake .service_sec .service_list li.tech {
	--color: #51318F;
}

.page_yoake .service_sec .service_list li .img {
	background: #fff;
	border: 4px solid #231815;
	border-radius: 25px;
	box-shadow: 8px 8px 0 #231815;
	width: 100%;
	aspect-ratio: 522/311;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.page_yoake .service_sec .service_list li .text_box {
	text-align: center;
}

.page_yoake .service_sec .service_list li .text_box .name {
	color: var(--color);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
}

.page_yoake .service_sec .service_list li .text_box .text {
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
}

.page_yoake .support_sec {
	margin: 0 60px 90px;
	background: #E5E5E5;
	border-radius: 25px;
	padding: 90px 0;
}

.page_yoake .support_sec .top_box {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 75px;
	margin-bottom: 50px;
}

.page_yoake .support_sec .top_box .text_box .head {
	color: #ED6D1F;
	font-size: 30px;
	letter-spacing: .08em;
	font-weight: 700;
	margin-bottom: 5px;
}

.page_yoake .support_sec .top_box .text_box .text {
	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
}

.page_yoake .support_sec .top_box::before,
.page_yoake .support_sec .top_box::after {
	content: "";
	width: 29px;
	height: 180px;
	border: solid #8D8D8D;
	flex-shrink: 0;
	display: block;
}

.page_yoake .support_sec .top_box::before {
	border-width: 2px 0 2px 2px;
}

.page_yoake .support_sec .top_box::after {
	border-width: 2px 2px 2px 0;
}

.page_yoake .support_sec .cont .item+.item {
	margin-top: 80px;
}

.page_yoake .support_sec .cont .item .cont_title {
	border-bottom: 2px solid #8D8D8D;
	padding-bottom: 1em;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

.page_yoake .support_sec .cont .item .cont_title .title {
	color: #EC6C20;
	font-size: 50px;
	font-weight: 700;
}

.page_yoake .support_sec .cont .item .cont_title::before {
	content: "";
	width: 851px;
	height: 4px;
	background: #ED6D1F;
	position: absolute;
	bottom: -3px;
	left: 50%;
	translate: -50% 0;
}

.page_yoake .support_sec .cont .item .top_text {
	text-align: center;
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
	margin-bottom: 25px;
}

.page_yoake .support_sec .cont .item .list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.page_yoake .support_sec .cont .item .list li {
	background: #EC6C20;
	border-radius: 10px;
	padding: 30px 25px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
}

.page_yoake .support_sec .cont .item .list li .title {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	display: grid;
	place-content: center;
	margin-bottom: 15px;
}

.page_yoake .support_sec .cont .item .list li .img {
	background: #fff;
	border-radius: 12px;
	width: 100%;
	aspect-ratio: 77/60;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.page_yoake .support_sec .cont .item .list li .text_box .text {
	color: #fff;
	font-size: 16px;
	letter-spacing: .06em;
	font-weight: 500;
}

.page_yoake .link_sec {
	background: url(/wp-content/themes/child/image/yoake_bg_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 205px 0;
	margin-bottom: 90px;
}

.page_yoake .link_sec .cont {
	text-align: center;
}

.page_yoake .link_sec .cont .logo {
	margin-bottom: 30px;
}

.page_yoake .link_sec .cont .title {
	color: #fff;
	font-size: 30px;
	letter-spacing: .06em;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 55px;
}

.page_yoake .link_sec .cont .title .en {
	font-weight: 500;
}

.page_yoake .link_sec .cont .btn a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 248px;
	border: 1px solid #FFFFFF;
	border-radius: 35px;
	margin: 0 auto;
	padding: 5px 25px;
	min-block-size: 64px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.page_yoake .link_sec .cont .btn a .arrow {
	flex-shrink: 0;
	line-height: 1;
}

.page_yoake .link_sec .cont .btn a .arrow svg path {
	stroke: #fff;
}

@media (hover: hover) {

	.hd_menu ul li a:hover {
		opacity: 0.75;
	}

	.hd_contact a:hover {
		background: #DF0522;
		color: #fff;
	}

	.hd_contact a:hover path {
		fill: #fff;
	}

	.service_triangle .service_lists ul:hover li {
		opacity: 0.2;
	}

	.service_triangle .service_lists ul li:hover {
		opacity: 1;
	}

	.service_triangle .service_lists ul li:hover a {
		border-color: #DF0522;
	}

	.site_btn a:hover {
		background: #fff;
		color: #DF0522;
	}

	.site_btn a:hover .arrow {
		background: #DF0522;
	}

	.site_btn a:hover .text {
		color: #DF0522;
	}

	.site_btn a:hover path {
		stroke: #fff;
	}

	.news_list ul li a:hover {
		opacity: 0.75;
	}

	.top_column_list .top_column a:hover {
		opacity: 0.75;
	}

	.column_list ul li a:hover {
		opacity: 0.75;
	}

	.site_btn.-type02 a:hover .arrow {
		transform: translate(5px, 0px);
		background: none;
	}

	.site_btn.-type02 a:hover {
		background: none;
	}

	.site_btn.-type02 a:hover .text {
		color: #fff;
	}

}

/* About */
#page_about .intro_sec {
	padding: 75px 0 30px;
}

#page_about .intro_sec .intro_cont .text_box {
	width: 555px;
	margin: 0 auto;
}

#page_about .intro_sec .intro_cont .text_box .ttl {
	font-size: 60px;
	font-weight: 600;
	color: #DF0522;
	margin-bottom: 20px;
}

#page_about .intro_sec .intro_cont .text_box .ttl .small {
	font-size: 30px;
}

#page_about .intro_sec .intro_cont .text_box {
	margin-bottom: 75px;
}

#page_about .intro_sec .intro_cont .text_box .text {
	font-size: 16px;
	letter-spacing: .08em;
	color: #DF0522;
	line-height: 2.5;
}

#page_about .intro_sec .intro_cont .link_box ul,
.page_consul .intro_sec .intro_cont .link_box ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

#page_about .intro_sec .intro_cont .link_box ul li .link,
.page_consul .intro_sec .intro_cont .link_box ul li .link {
	background: #fff;
	border: 2px solid #DF0522;
	border-radius: 100vmax;
	font-size: 16px;
	letter-spacing: .08em;
	line-height: 55px;
	color: #DF0522;
	padding: 0 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .3s;
}

#page_about .intro_sec .intro_cont .link_box ul li .link:hover,
.page_consul .intro_sec .intro_cont .link_box ul li .link:hover {
	background: #DF0522;
	color: #fff;
}

#page_about .intro_sec .intro_cont .link_box ul li .link::after,
.page_consul .intro_sec .intro_cont .link_box ul li .link::after {
	content: "";
	background-color: #DF0522;
	background-image: url(/wp-content/themes/child/image/icon_arrow_white.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	aspect-ratio: 1;
	border-radius: 50%;
	transition: .3s;
}

#page_about .intro_sec .intro_cont .link_box ul li .link:hover::after,
.page_consul .intro_sec .intro_cont .link_box ul li .link:hover::after {
	background-color: #fff;
	background-image: url(/wp-content/themes/child/image/icon_arrow_red.svg);
}

#page_about .mission_sec {
	padding: 188px 0 270px;
}

#page_about .mission_sec .mission_cont {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 92px;
}

#page_about .mission_sec .mission_cont .text_area .box {
	width: 500px;
}

#page_about .mission_sec .mission_cont .text_area .box+.box {
	margin-top: 92px;
}

#page_about .mission_sec .mission_cont .text_area .box .ttl {
	font-size: 50px;
	color: #DF0522;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.3em;
}

#page_about .mission_sec .mission_cont .text_area .box .ttl::after {
	content: "";
	width: 324px;
	height: 2px;
	background: #DF0522;
	flex-shrink: 0;
}

#page_about .mission_sec .mission_cont .text_area .box .text {
	font-size: 35px;
	letter-spacing: .08em;
	line-height: 1.42;
}

#page_about .mission_sec .mission_cont .img_area {
	width: 626px;
	height: 505px;
	margin-right: -70px;
}

#page_about .mission_sec .mission_cont .img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
}

#page_about .value_sec {
	padding: 110px 0 130px;
	position: relative;
}

#page_about .value_sec::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	right: 50px;
	background: #E4E4E4;
	border-radius: 25px;
	z-index: -1;
}

#page_about .value_sec .value_cont .catch_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 30px;
	margin-bottom: 80px;
}

#page_about .value_sec .value_cont .catch_box::before,
#page_about .value_sec .value_cont .catch_box::after {
	content: "";
	background-image: url(/wp-content/themes/child/image/about_value_deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 29px;
	aspect-ratio: 29/237;
}

#page_about .value_sec .value_cont .catch_box::after {
	rotate: 180deg;
}

#page_about .value_sec .value_cont .catch_box .ttl {
	font-size: 85px;
	line-height: 1;
	text-align: center;
	color: #DF0522;
	margin-bottom: 0.2em;
}

#page_about .value_sec .value_cont .catch_box .text_box .theme {
	font-size: 30px;
	letter-spacing: .08em;
	font-weight: 600;
	margin-bottom: 0.2em;
}

#page_about .value_sec .value_cont .catch_box .text_box .theme .color {
	color: #DF0522;
}

#page_about .value_sec .value_cont .catch_box .text_box .text {
	font-size: 16px;
	letter-spacing: .06em;
	text-align: center;
}

#page_about .value_sec .value_cont .value_box .ttl_box {
	border-bottom: 2px solid #8D8D8D;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 25px;
	padding-bottom: 0.8em;
	margin-bottom: 94px;
	position: relative;
}

#page_about .value_sec .value_cont .value_box .ttl_box::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	translate: -50% 0;
	background: #DF0522;
	width: 0;
	height: 4px;
	transition: .3s;
	transition-delay: .3s;
}

#page_about .value_sec .value_cont .value_box .ttl_box:hover::before {
	width: 850px;
}

#page_about .value_sec .value_cont .value_box .ttl_box .label {
	font-size: 25px;
	line-height: 54px;
	font-weight: 600;
	color: #fff;
	background: #DF0522;
	padding: 0 76px;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	translate: -100% 0;
}

#page_about .value_sec .value_cont .value_box .ttl_box:hover .label {
	opacity: 1;
	visibility: visible;
	translate: 0 0;
}

#page_about .value_sec .value_cont .value_box .ttl_box .theme {
	font-size: 50px;
	font-weight: 600;
	color: #DF0522;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	transition-delay: 0.3s;
}

#page_about .value_sec .value_cont .value_box .ttl_box:hover .theme {
	opacity: 1;
	visibility: visible;
}

#page_about .value_sec .value_cont .value_box .list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 20px;
}

#page_about .value_sec .value_cont .value_box .list ul li {
	background: #DF0522;
	border-radius: 10px;
	padding: 30px 25px;
}

#page_about .value_sec .value_cont .value_box .list ul li .theme {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.8em;
}

#page_about .value_sec .value_cont .value_box .list ul li .theme .en {
	display: block;
	font-size: 30px;
	line-height: 1;
}

#page_about .value_sec .value_cont .value_box .list ul li .img {
	background: #fff;
	border-radius: 12px;
	padding: 28px;
	display: grid;
	place-content: center;
	margin-bottom: 20px;
}

#page_about .value_sec .value_cont .value_box .list ul li .img img {
	width: 100%;
}

#page_about .value_sec .value_cont .value_box .list ul li .text_box .text {
	font-size: 16px;
	letter-spacing: .06em;
	color: #fff;
}

#page_about .brand_core_sec {
	padding-top: 190px;
}

#page_about .brand_core_sec .brand_core_cont .catch_box {
	display: flex;
	gap: 0 80px;
	margin-bottom: 74px;
}

#page_about .brand_core_sec .brand_core_cont .catch_box .ttl_box {
	flex-shrink: 0;
}

#page_about .brand_core_sec .brand_core_cont .catch_box .ttl_box .ttl {
	font-size: 50px;
	color: #DF0522;
	display: flex;
	align-items: center;
	gap: 0 22px;
}

#page_about .brand_core_sec .brand_core_cont .catch_box .ttl_box .ttl::after {
	content: "";
	width: 202px;
	height: 2px;
	background: #DF0522;
}

#page_about .brand_core_sec .brand_core_cont .catch_box .text_box .theme {
	font-size: 35px;
	letter-spacing: .08em;
	font-weight: 600;
	margin-bottom: 0.5em;
}

#page_about .brand_core_sec .brand_core_cont .catch_box .text_box .theme .color {
	color: #fff;
	background: #DF0522;
	padding: 0 10px;
	margin-right: 5px;
}

#page_about .brand_core_sec .brand_core_cont .catch_box .text_box .text {
	font-size: 16px;
	letter-spacing: .06em;
	line-height: 2.5;
}

#page_about .brand_core_sec .brand_core_cont .brand_core_box ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 42px;
}

#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li {
	display: flex;
	flex-direction: column;
}

#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .label {
	font-size: 40px;
	letter-spacing: .06em;
	font-weight: 600;
	color: #DF0522;
	text-align: center;
}

#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .label .big {
	font-size: 60px;
}

#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .text_box {
	background: #fff;
	border: 4px solid #DF0522;
	border-radius: 25px;
	padding: 40px 50px;
	position: relative;
	flex-grow: 1;
	display: grid;
	place-content: center;
}

#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .text_box::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	background: #DF0522;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	z-index: -1;
}

#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .text_box .text {
	font-size: 18px;
	letter-spacing: .06em;
	color: #DF0522;
	line-height: 2.22;
}

#page_about .message_sec {
	padding: 234px 0 182px;
}

#page_about .message_sec .message_cont {
	display: flex;
	gap: 0 88px;
}

#page_about .message_sec .message_cont .text_area .ttl {
	display: flex;
	align-items: center;
	gap: 0 22px;
	font-size: 50px;
	color: #DF0522;
	margin-bottom: 1em;
}

#page_about .message_sec .message_cont .text_area .ttl::after {
	content: "";
	width: 154px;
	height: 2px;
	background: #DF0522;
}

#page_about .message_sec .message_cont .text_area .text_box {
	margin-bottom: 88px;
}

#page_about .message_sec .message_cont .text_area .text_box .theme {
	font-size: 35px;
	letter-spacing: .08em;
	font-weight: 600;
	margin-bottom: 0.8em;
	color: #DF0522;
}

#page_about .message_sec .message_cont .text_area .text_box .text {
	font-size: 16px;
	letter-spacing: .06em;
	line-height: 2.5;
}

#page_about .message_sec .message_cont .img {
	width: 564px;
	flex-shrink: 0;
}

#page_about .message_sec .message_cont .img img {
	width: 100%;
	aspect-ratio: 564/733;
	object-fit: cover;
	border-radius: 25px;
}

#page_about #common_site_member {
	border-radius: 34px;
}

#page_about .company_sec {
	padding: 100px 0;
}

#page_about .company_sec .company_cont {
	margin: 0 165px;
}

#page_about .company_sec .company_cont .ttl {
	font-size: 50px;
	color: #DF0522;
	margin-bottom: 0.8em;
}

#page_about .company_sec .company_cont .table_area table {
	width: 100%;
}

#page_about .company_sec .company_cont .table_area th,
#page_about .company_sec .company_cont .table_area td {
	padding: 1.4em 1em;
	border-bottom: 1px solid #707070;
	font-size: 16px;
	letter-spacing: .02em;
}

#page_about .company_sec .company_cont .table_area tr:first-child th,
#page_about .company_sec .company_cont .table_area tr:first-child td {
	border-top: 1px solid #707070;
}

#page_about .company_sec .company_cont .table_area th {
	color: #DF0522;
	font-weight: 600;
}

.insights_thanks_text_area {
	margin-bottom: 80px;
}

.insights_thanks_text_area .color_text {
	color: #DF0522;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 1.5em;
	letter-spacing: .04em;
}

.insights_thanks_text_area .main_text {
	font-size: 26px;
	letter-spacing: .04em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}

.insights_thanks_text_area .site_btn a {
	margin: 0 auto;
}

.insights_thanks_benefit_area {
	background-color: #ececec;
	padding: 80px 0;
}

.insights_thanks_benefit_area .benfit_head {
	font-size: 26px;
	letter-spacing: .04em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2em;
	color: #DF0522;
}

.insights_thanks_benefit_area .benfit_head::before,
.insights_thanks_benefit_area .benfit_head::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background-color: currentColor;
}

.insights_thanks_benefit_area .benefit_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.insights_thanks_benefit_area .benefit_list ul li .img {
	aspect-ratio: 3/2;
	width: 100%;
	padding-bottom: 10px;
	padding-right: 10px;
	position: relative;
}

.insights_thanks_benefit_area .benefit_list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.insights_thanks_benefit_area .benefit_list ul li .img::before {
	background-color: #DF0522;
	inset: 10px 0 0 10px;
	content: "";
	position: absolute;
}

.insights_thanks_benefit_area .benefit_list ul li .text {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .02em;
	text-align: center;
	margin-top: .7em;
}

.hd_menu ul li.pull .text_box::before {
	content: "";
	position: absolute;
	top: -15px;
	right: 50%;
	translate: 50%;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
}

@media (max-width: 750px) {

	.wrap {
		max-width: 90%;
	}

	a[href $='.pdf']::before {
		width: 7vw;
		height: 8vw;
		margin-right: 2.5vw;
	}

	a[href $='.pdf']:hover {
		text-decoration: underline;
	}

	body {
		font-size: 13px;
	}

	/* SPヘッダー */
	#sp_header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;
		height: 55px;
	}

	#sp_header .logo {
		position: absolute;
		left: 10px;
		top: 10px;
		line-height: 0;
	}

	#sp_header .logo img {
		height: 40px;
	}

	#sp_header .icon {
		color: #000;
		position: absolute;
	}

	#sp_header .mail {
		right: 70px;
		top: 13px;
		font-size: 25px;
	}

	#sp_header .tel {
		right: 110px;
		top: 15px;
		font-size: 20px;
	}

	/* SP固定ページ 共通設定 */
	.common_page_main {
		padding: 30vw 0 3vw;
		margin: 0 5%;
	}

	.common_page_main .title_box {
		padding-right: 18vw;
		margin-bottom: 10vw;
		margin-left: -4vw;
	}

	.common_page_main .title_box::before {
		right: -7.9vw;
		width: 8vw;
	}

	.common_page_main .title_box .title {
		font-size: 13vw;
		line-height: 16vw;
		overflow-wrap: break-word;
	}

	.page_bg_animation .arrow_01 {
		width: 150vw;
		height: 35vw;
		top: 20vw;
		left: -20vw;
		clip-path: polygon(0 0, calc(100% - 15vw) 0, 100% 50%, calc(100% - 15vw) 100%, 0 100%);
	}

	.page_bg_animation .arrow_02 {
		width: 100vw;
		height: 22vw;
		top: 92vw;
		right: -34vw;
		clip-path: polygon(0 50%, 12vw 0, 100% 0, 100% 100%, 12vw 100%);
	}

	.page_bg_animation .arrow_03 {
		display: none;
	}

	.page_bg_animation .arrow_04 {
		width: 50vw;
		height: 14vw;
		top: 104vw;
		left: -20vw;
		clip-path: polygon(0 0, calc(100% - 7vw) 0, 100% 50%, calc(100% - 7vw) 100%, 0 100%);
	}

	.scroll_sec {
		top: 26vw;
		right: 5vw;
	}

	.scroll_sec .link {
		width: 96px;
	}

	@keyframes circle {
		0% {
			transform: rotate(0);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	.scroll_sec .link .logo {
		width: 45px;
	}

	.scroll_sec .link .line {
		width: 4.4px;
	}

	.scroll_sec .link:hover .line {
		top: 52%;
	}

	.common_page_wrap {
		padding: 20vw 0;
	}

	.common_page_title h2 {
		font-size: 5vw;
	}

	.common_page_title .sub_title {
		font-size: 3vw;
	}

	.reserve_text {
		font-size: 6vw;
	}

	/* パンくず */
	.breadcrumb {
		font-size: 2.5vw;
		margin: 0;
		justify-content: flex-start;
	}

	.breadcrumb::before {
		width: 4vw;
	}

	/* SP固定ページ 会社概要 */
	.company_profile {
		margin-bottom: 20vw;
	}

	.company_profile table th,
	.company_profile table td {
		font-size: 3.2vw;
		width: 100%;
		display: block;
	}

	.company_profile table {
		border-top: 1px solid;
	}

	.company_profile table th {
		width: 100%;
		background-color: #f2f2f2;
	}

	.company_profile table td {
		width: 100%;
	}

	.company_access .map {
		height: 50vw;
	}

	/* SP固定ページ お問い合わせ */
	#page_contact table {
		margin-bottom: 10vw;
		width: 100%;
	}

	#page_contact table th,
	#page_contact table td {
		font-size: 4vw;
		display: block;
		border-bottom: none;
		padding: 5vw 4vw;
	}

	#page_contact table th {
		width: 100%;
		text-align: left;
		padding: 3vw;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}

	#page_contact table td {
		width: 100%;
	}

	#page_contact input[type="text"],
	#page_contact input[type="email"],
	#page_contact #zip {
		width: 100%;
		height: 12vw;
	}

	#page_contact input.tel {
		width: 29%;
	}

	#page_contact select {
		width: 100%;
	}

	#page_contact textarea {
		width: 100%;
		height: 60vw;
	}

	form #btn_wrap button {
		width: 80%;
		line-height: 12vw;
		border-radius: 4px;
		font-size: 4vw;
	}

	form #btn_wrap button[name="submitBack"] {
		margin-top: 4vw;
	}

	.mwform-checkbox-field.horizontal-item {
		display: block;
	}

	.mw_wp_form .horizontal-item+.horizontal-item {
		margin-left: 0;
		margin-top: 2vw;
	}

	#page_contact .attention {
		font-size: 3vw;
	}

	#page_contact .progressbar #step_2 .en::before,
	#page_contact .progressbar #step_2 .en::after {
		width: 8vw;
	}

	#page_contact .progressbar #step_2 .en::before {
		left: -4vw;
	}

	#page_contact .progressbar {
		margin-bottom: 7vw;
	}

	.contact_form_disc {
		width: 100%;
		font-size: 3.5vw;
		letter-spacing: .02em;
	}

	.contact_form_disc .caution {
		font-size: 3.4vw;
	}

	.contact_form_disc .text {
		margin-bottom: 3vw;
	}

	#page_contact table th .hissu,
	#page_contact table th .ninni {
		display: block;
		width: 13vw;
		padding: 0.2vw 0;
		text-align: center;
		font-size: 3vw;
		margin-right: 0;
	}

	#page_contact table {
		border-bottom: solid 1px #dfdfdf;
	}

	form #btn_wrap {
		width: 100%;
		text-align: center;
	}

	.privacy_check_list .mwform-checkbox-field-text {
		font-size: 3.8vw;
		padding-left: 11vw;
	}

	.mw_wp_form .privacy_check_list .horizontal-item {
		margin-right: 4vw;
	}

	.privacy_check_list .hissu {
		padding: 0.3vw 4vw;
	}

	.privacy_check_list {
		margin-bottom: 6vw;
	}

	.privacy_term_detail {
		font-size: 3.4vw;
		padding-bottom: 4vw;
		margin: 5vw 0;
	}

	.privacy_term_outer {
		width: 96%;
		padding: 5vw 0;
	}

	.privacy_term_outer .privacy_term_inner .main_text {
		font-size: 3.4vw;
		line-height: 1.6;
		margin-bottom: 5vw;
	}

	.privacy_term_outer .privacy_term_inner dl dt {
		font-size: 3.5vw;
	}

	.privacy_term_outer .privacy_term_inner dl dd {
		font-size: 3.5vw;
		line-height: 1.6;
	}

	.privacy_term_detail::before {
		width: 2.5vw;
		height: 2.5vw;
	}

	/* サンクスページ */
	#page_contact .thanks_textArea p {
		font-size: 4vw;
	}

	#page_contact .thanks_textArea .contact_text {
		margin-bottom: 2em;
		width: 100%;
	}

	#page_contact .thanks_textArea .ichiran_link {
		width: 80%;
		line-height: 12vw;
		font-size: 4vw;
	}

	/* ステップバー デザイン */
	#page_contact .progressbar .item {
		font-size: 4vw;
		line-height: 1.4;
		padding: 13vw 0px 2vw;
		width: 31%;
	}

	#page_contact .progressbar .item .en {
		display: block;
		color: #7b7b7b;
		font-size: 3.5vw;
		margin-bottom: 1vw;
	}

	#page_contact .progressbar .item::before {
		width: 8vw;
		height: 8vw;
	}

	#page_contact .progressbar .item.active::after {
		top: 2vw;
		width: 4vw;
		height: 4vw;
	}

	#page_contact .progressbar #step_2 .en {
		position: relative;
	}

	#page_contact .progressbar #step_2 .en::before,
	#page_contact .progressbar #step_2 .en::after {
		content: "";
		position: absolute;
		left: -47px;
		height: 1px;
		width: 100px;
		background: #a4a5a4;
	}

	#page_contact .progressbar #step_2 .en::after {
		left: auto;
		right: -4vw;
	}

	#page_contact .progressbar #step_2 .en::before,
	#page_contact .progressbar #step_2 .en::after {
		width: 8vw;
	}

	#page_contact .progressbar #step_2 .en::before {
		left: -4vw;
	}

	/* SP固定ページ 個人情報保護方針 */
	#page_privacy .main_text {
		font-size: 3.5vw;
	}

	#page_privacy dl {
		margin-bottom: 10vw;
	}

	#page_privacy dl dt {
		font-size: 4vw;
	}

	#page_privacy dl dd {
		font-size: 3.5vw;
		margin-left: 5vw;
	}

	/* SP固定ページ 404ページ */
	#page_404 .num {
		font-size: 20vw;
		line-height: 1.5;
	}

	#page_404 .text {
		font-size: 3.5vw;
	}

	/* SP投稿ページ アーカイブページ */
	.archive_page_list>article {
		padding-right: 20px;
	}

	.archive_page_list>article .date {
		width: 80px;
	}

	.archive_page_list>article .content_area {
		width: calc(100% - 80px);
	}

	.archive_page_list>article:after {
		width: 7px;
		height: 7px;
	}

	/* SP投稿ページ シングルページ */
	.common_page_wrap.single {
		padding: 30vw 0 0;
	}

	.singleContent .single_title::before {
		width: 3vw;
		height: 3vw;
		top: 7vw;
	}

	.singleContent .title_area .en {
		font-size: 3vw;
	}

	.single_main_img {
		width: 47vw;
		height: 47vw;
		margin: 0 auto 5vw auto;
	}

	.singleContent .day_cat {
		flex-wrap: nowrap;
		margin-bottom: 10vw;
	}

	.singleContent .day_cat .day {
		font-size: 3.2vw;
		margin-right: 3vw;
		padding-right: 3vw;
		flex-shrink: 0;
	}

	.singleContent .day_cat ul {
		gap: 2vw;
	}

	.singleContent .day_cat .category_list {
		width: 100%;
	}

	.singleContent h1 {
		font-size: 4.5vw;
		padding: 2vw;
	}

	.singleContent .title_area {
		margin-bottom: 10vw;
		padding: 20vw 0 5vw;
	}

	.singleContent .single_title {
		font-size: 4.5vw;
		letter-spacing: .05em;
	}

	.singleContent .single_title time {
		font-size: 3vw;
	}

	.singleContent .category_list ul li {
		font-size: 2.5vw;
		padding: 1vw 3vw;
	}

	.singleContent article h2 {
		font-size: 4.2vw;
		padding: 2vw;
	}

	.singleContent article h3 {
		font-size: 4vw;
		padding: 2vw;
		margin: 1.5em 0 1em;
	}

	.singleContent article h4 {
		font-size: 4vw;
		padding: 2vw;
		margin: 1.5em 0 1em;
	}

	.singleContent article h5 {
		font-size: 4vw;
	}

	.singleContent h6 {
		font-size: 3.8vw;
	}

	.singleContent p {
		font-size: 3.5vw;
	}

	#single_page .fl_wrap {
		display: block;
	}

	#single_page .singleContent {
		width: 100%;
		margin: 0;
	}

	#single_page .singleContent .ichiran_link {
		width: 80%;
		line-height: 12vw;
		margin: 10vw auto 0 auto;
		font-size: 4vw;
	}

	#single_page .singleContent .ichiran_link:hover {
		opacity: 1;
	}

	#single_page .singleSidebar {
		display: none;
	}

	.singleContent_links {
		margin-top: 25vw;
	}

	.singleContent_links .btn {
		margin-bottom: 4vw;
		font-size: 3.4vw;
	}

	.singleContent_links a .ttl {
		font-size: 3.2vw;
	}

	.singleContent_links ul {
		width: 40%;
	}

	.recommend_post_area {
		width: 100%;
		margin: 14vw 0 0;
	}

	.recommend_post_area .ttl {
		font-size: 4.2vw;
		letter-spacing: .05em;
		padding-bottom: 2vw;
		margin-bottom: 5vw;
	}

	.recommend_post_area .ttl .en {
		font-size: 3vw;
	}

	.recommend_post_area .img {
		height: 25vw;
	}

	.recommend_post_area ul {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 3vw;
		row-gap: 5vw;
	}

	.recommend_post_area .day_cat {
		display: block;
	}

	.recommend_post_area .category_list .cat {
		font-size: 2vw;
		padding: 0 2vw;
	}

	.article_flame_wrap .text_box {
		height: auto;
		position: relative;
		padding-top: 4vw;
	}

	.recommend_post_area .day_cat .day {
		font-size: 3vw;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		position: absolute;
		left: 0;
		top: 0;
	}

	.recommend_post_area .inner_ttl {
		font-size: 3vw;
		margin-top: 1vw;
		-webkit-line-clamp: 1;
		height: 4.8vw;
	}

	.breadcrumb.single {
		text-align: left;
		margin: 25vw 5vw 0;
	}

	.singleContent_links .img {
		margin-bottom: 3vw;
		height: 25vw;
	}

	#toc_container li::before {
		width: 3vw;
		height: 3vw;
		top: 1vw;
	}

	#toc_container li {
		padding-left: 4vw;
	}

	.singleContent .singleContent_links ul li {
		padding: 0;
	}

	.singleContent_links ul li+li {
		margin-top: 3vw;
	}

	.singleContent_links ul li {
		padding-left: 6vw;
	}

	.singleContent article ul {
		padding: 4vw 3vw;
	}

	.singleContent_links ul::before {
		width: 4vw;
		height: 4vw;
	}

	.singleContent ol::before {
		border-width: 0 18px 18px 0;
	}

	.singleContent ol {
		padding: 6vw 3vw;
	}

	.singleContent #toc_container {
		margin-bottom: 8vw;
	}

	/* SP固定ページ サイトマップ */
	ul#sitemap_list li {
		margin: 0;
	}

	body #sitemap_list li a {
		font-size: 4vw;
		padding: 1vw 2vw;
		line-height: 9vw;
		margin-bottom: 1vw;
	}

	body #sitemap_list li.home-item {
		margin-bottom: 4vw;
	}

	body #sitemap_list {
		padding: 0;
	}

	section#top_fv {
		height: auto;
		padding: 30vw 0vw 15vw;
	}

	section#top_fv .main_content {
		position: relative;
	}

	.fv_text_container .fv_text {
		font-size: 15.5vw;
		text-align: left;
		margin-bottom: 0.5em;
	}

	.fv_text_container .fv_text_under {
		font-size: 4vw;
		line-height: 2.5;
	}

	.fv_news {
		position: static;
		padding: 0 5vw;
	}

	section#top_fv .scrool_btn {
		position: relative;
		margin: 0 auto;
		left: 0;
		bottom: 0;
		margin: 10vw auto;
		width: 25vw;
	}

	section#top_fv .scrool_btn svg {
		width: 100%;
	}

	.fv_news a {
		padding: 5vw 3vw;
		position: relative;
	}

	.fv_news a .image {
		width: 30vw;
		margin-right: 5vw;
	}

	.fv_news a .content {
		width: 47vw;
	}

	.fv_news a .image img {
		height: 25vw;
	}

	section#top_about {
		padding: 60vw 0 15vw;
		position: relative;
	}

	section#top_about:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 85%;
		background: #E5E5E5;
		transform: skewY(20deg);
		z-index: -1;
		bottom: 0px;
		left: 0;
	}

	section#top_about .about_logo {
		width: 200vw;
		margin: 0;
		top: -117vw;
		left: -105vw;
	}

	section#top_about .about_content {
		padding: 0;
	}

	.sec_title .en {
		font-size: 13vw;
	}

	.sec_catch {
		font-size: 7vw;
		margin-bottom: 1em;
	}

	.site_btn a {
		width: 220px;
		height: 60px;
		padding: 0 20px;
	}

	.site_btn a .text {
		font-size: 16px;
	}

	.site_btn a .arrow {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	section#top_service .service_body .service_line {
		background-size: 300vw;
		background-position: center right 2vw;
		text-align: left;
		font-size: 4vw;
		padding-left: 5vw;
		height: 20vw;
		line-height: 20vw;
		margin-bottom: 10vw;
	}

	section#top_service .service_head {
		margin-bottom: 30vw;
	}

	section#top_news {
		padding: 10vw 5vw 30vw;
	}

	.sec_title {
		font-size: 4vw;
	}

	.news_list ul {
		grid-template-columns: 1fr;
		gap: 5vw 0;
	}

	.news_list ul li .image {
		margin-bottom: 10px;
	}

	section#top_news .inner {
		padding: 10vw 0 20vw;
	}

	.service_triangle .image_window {
		width: 100%;
		margin: 0 0 15vw;
	}

	li.service_list a {
		padding: 8vw 0 5vw;
	}

	li.service_list a .red {
		font-size: 5vw;
		margin-bottom: 5vw;
	}

	li.service_list a .arrow {
		bottom: auto;
		top: 6vw;
		right: 0;
	}

	li.service_list a .sp_content {
		background: #EFEFEF;
		border-radius: 25px;
		position: relative;
		overflow: hidden;
	}

	.service_triangle .service_lists {
		width: 100%;
	}

	li.service_list a .sp_content .text_content {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #DF0522;
		color: #fff;
		padding: 2vw 5vw;
	}

	li.service_list a .sp_content .text_content .title {
		font-size: 4.1vw;
	}

	section#top_service {
		padding: 15vw 0 0vw;
	}

	section#top_news .inner .news_head {
		margin-bottom: 5vw;
	}

	section#top_news .site_btn a {
		margin: 5vw auto 0;
	}

	section.top_column {
		padding: 15vw 0;
	}

	section.top_column .sec_title {
		margin-bottom: 5vw;
	}

	.news_list ul li .image img {
		height: 50vw;
	}

	.top_column_list .top_column {
		width: 100%;
		margin-bottom: 10vw;
	}

	.top_column .image img {
		height: 60vw;
	}

	.top_column .image {
		margin-bottom: 5vw;
	}

	.top_column .post_info .date {
		font-size: 17px;
	}

	.top_column .post_info .cat {
		font-size: 13px;
	}

	.top_column .post_info {
		margin-bottom: 5vw;
	}

	.top_column_list .column_list {
		width: 100%;
	}

	.column_list ul li a .image {
		width: 33%;
		margin: 0;
	}

	.column_list ul li a .content {
		width: 67%;
		padding-left: 3vw;
	}

	.column_list ul li a .content .post_info {
		margin-bottom: 2vw;
	}

	.column_list ul li a .image img {
		height: 25vw;
	}

	.column_list ul li a {
		padding: 5vw 0;
	}

	.column_list ul li a .arrow {
		top: auto;
		width: 5vw;
		height: 5vw;
		bottom: 2vw;
	}

	.top_column_list {
		margin-bottom: 10vw;
	}

	section#common_site_member {
		padding: 15vw 0 10vw;
	}

	.sec_text_and_image .content {
		width: 100%;
		padding-left: 3vw;
		margin-bottom: 5vw;
	}

	.sec_text_and_image h2.sec_title.-type02 {
		margin-bottom: 2vw;
	}

	h2.sec_title.-type02 {
		font-size: 5vw;
		line-height: 1;
	}

	h2.sec_title.-type02 .en {
		font-size: 10vw;
	}

	h2.sec_title.-type02:before {
		left: -3vw;
	}

	.sec_text_and_image .content .text {
		font-size: 16px;
		margin: 0;
	}

	.sec_text_and_image .image {
		width: 100%;
	}

	.sec_text_and_image .image.-list p {
		width: 30%;
	}

	.sec_text_and_image .image.-list p img {
		height: 40vw;
		width: 100%;
		object-fit: cover;
	}

	section#top_Recruit {
		padding: 15vw 0 10vw;
	}

	.site_btn.-type02 a {
		margin: 10vw auto 0;
	}

	.site_btn.-type02 {
		width: 100%;
	}

	footer.site_ft {
		padding: 0;
	}

	.ft_content {
		padding: 20vw 0 10vw;
	}

	.ft_logo {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #707070;
		padding-bottom: 10vw;
	}

	.ft_logo img {
		width: 60vw;
	}

	.ft_content .ft_menu {
		width: 100%;
		padding: 10vw 0 0;
	}

	.ft_content .ft_menu .ft_menu_list>div+div {
		margin-top: 1em;
	}

	.ft_content .ft_menu .ft_menu_list>div {
		font-size: 7vw;
	}

	.ft_content .ft_menu .ft_menu_list>div.child {
		font-size: 4vw;
	}

	.ft_content .ft_menu .ft_menu_list {
		width: 100%;
	}

	.ft_content .ft_menu .ft_menu_list.-list02 {
		display: flex;
		flex-wrap: wrap;
	}

	.ft_content .ft_menu .ft_menu_list.-list02>div {
		width: 50%;
		margin-bottom: 1em;
	}

	.ft_content .ft_menu .ft_menu_list.-list02>div+div {
		margin-top: 0;
	}

	.ft_bottom {
		padding: 10vw 0;
	}

	.ft_bottom .privacy,
	.ft_bottom .contact {
		width: 50%;
	}

	.ft_bottom .contact a {
		color: #333333;
		font-size: 14px;
	}

	.ft_bottom .copyright {
		width: 100%;
		border-top: 1px solid #707070;
		margin-top: 10vw;
		padding: 10vw 0;
	}

	.ft_bottom .page_top {
		margin-left: auto;
	}

	.sp_menu_logo {
		padding-left: 5vw;
		margin-bottom: 2vw;
	}

	.sp_menu_logo img {
		width: 30vw;
	}

	nav.globalMenuSp ul li.child a {
		padding-left: 10vw;
		font-size: 11px;
	}

	nav.globalMenuSp ul li a {
		line-height: 1;
		text-align: left;
		padding-left: 5vw;
		font-size: 5vw;
	}

	nav.globalMenuSp {
		align-content: center;
	}

	nav.globalMenuSp ul.sp_menu_sub li {
		font-size: 11px;
		width: 50%;
		border: none;
	}

	nav.globalMenuSp ul.sp_menu_sub {
		margin-top: 0vw;
	}

	nav.globalMenuSp ul.sp_menu_sub li a {
		border: none;
		font-size: 11px;
	}

	.fv_animatinon .arrow_red {
		top: 20vw;
		height: 200vw;
		width: 400vw;
	}

	.arrow_red:after,
	.arrow_red:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 100vw solid transparent;
		border-bottom: 100vw solid transparent;
		border-left: 125vw solid #DF0522;
		border-right: 0;
		position: absolute;
	}

	/* About */
	#page_about .intro_sec {
		padding: 12.5vw 0 0;
	}

	#page_about .intro_sec .intro_cont .text_box {
		width: 555px;
		margin: 0 auto;
	}

	#page_about .intro_sec .intro_cont .text_box .ttl {
		font-size: 10vw;
		margin-bottom: 5vw;
	}

	#page_about .intro_sec .intro_cont .text_box .ttl .small {
		font-size: 5vw;
	}

	#page_about .intro_sec .intro_cont .text_box {
		margin-bottom: 11vw;
		width: 100%;
	}

	#page_about .intro_sec .intro_cont .text_box .text {
		font-size: 4vw;
		line-height: 1.8;
	}

	#page_about .intro_sec .intro_cont .link_box ul,
	.page_consul .intro_sec .intro_cont .link_box ul {
		grid-template-columns: repeat(2, 1fr);
		background: #fff;
		border: 2px solid #DF0522;
		border-radius: 20px;
		padding: 0 4vw;
		gap: 0 4vw;
	}

	#page_about .intro_sec .intro_cont .link_box ul li,
	.page_consul .intro_sec .intro_cont .link_box ul li {
		border-bottom: 1px solid #E4E4E4;
	}

	#page_about .intro_sec .intro_cont .link_box ul li:last-child,
	.page_consul .intro_sec .intro_cont .link_box ul li:last-child {
		border-bottom: none;
	}

	#page_about .intro_sec .intro_cont .link_box ul li .link,
	.page_consul .intro_sec .intro_cont .link_box ul li .link {
		background: unset;
		border: unset;
		border-radius: unset;
		font-size: 2.8vw;
		line-height: 12.5vw;
		padding: 0;
	}

	#page_about .intro_sec .intro_cont .link_box ul li .link:hover,
	.page_consul .intro_sec .intro_cont .link_box ul li .link:hover {
		background: #fff;
		color: #DF0522;
	}

	#page_about .intro_sec .intro_cont .link_box ul li .link::after,
	.page_consul .intro_sec .intro_cont .link_box ul li .link::after {
		background-size: 46%;
		width: 5vw;
	}

	#page_about .intro_sec .intro_cont .link_box ul li .link:hover::after,
	.page_consul .intro_sec .intro_cont .link_box ul li .link:hover::after {
		background-color: #DF0522;
		background-image: url(/wp-content/themes/child/image/icon_arrow_white.svg);
	}

	#page_about .mission_sec {
		padding: 20vw 0;
	}

	#page_about .mission_sec .mission_cont {
		display: block;
		gap: 5vw;
	}

	#page_about .mission_sec .mission_cont .text_area .box {
		width: 100%;
	}

	#page_about .mission_sec .mission_cont .text_area .box+.box {
		margin-top: 10vw;
	}

	#page_about .mission_sec .mission_cont .text_area .box .ttl {
		font-size: 10vw;
		gap: 3vw;
	}

	#page_about .mission_sec .mission_cont .text_area .box .ttl::after {
		width: unset;
		flex-grow: 1;
	}

	#page_about .mission_sec .mission_cont .text_area .box .text {
		font-size: 6.2vw;
	}

	#page_about .mission_sec .mission_cont .img_area {
		display: none;
	}

	#page_about .value_sec {
		padding: 15vw 5vw;
	}

	#page_about .value_sec::before {
		left: 5%;
		right: 5%;
	}

	#page_about .value_sec .value_cont .catch_box {
		gap: 5vw;
		margin-bottom: 7vw;
		flex-direction: column;
		width: 100%;
	}

	#page_about .value_sec .value_cont .catch_box::before,
	#page_about .value_sec .value_cont .catch_box::after {
		display: block;
		flex-shrink: unset;
		width: 100%;
		background-image: url(/wp-content/themes/child/image/about_value_deco_sp.svg);
		aspect-ratio: 328/29;
	}

	#page_about .value_sec .value_cont .catch_box::after {
		rotate: un180deg;
	}

	#page_about .value_sec .value_cont .catch_box .ttl {
		font-size: 15vw;
	}

	#page_about .value_sec .value_cont .catch_box .text_box .theme {
		font-size: 5vw;
		text-align: center;
	}

	#page_about .value_sec .value_cont .catch_box .text_box .theme .color {
		color: #DF0522;
	}

	#page_about .value_sec .value_cont .catch_box .text_box .text {
		font-size: 4vw;
	}

	#page_about .value_sec .value_cont .value_box .ttl_box {
		display: block;
		margin-bottom: 12.5vw;
		padding-bottom: 1.2em;
	}

	#page_about .value_sec .value_cont .value_box .ttl_box::before {
		width: 0;
	}

	#page_about .value_sec .value_cont .value_box .ttl_box:hover::before {
		width: 62vw;
	}

	#page_about .value_sec .value_cont .value_box .ttl_box .label {
		font-size: 4vw;
		letter-spacing: 0.4em;
		line-height: 8vw;
		padding: 7vw 0;
		clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
		opacity: 1;
		visibility: visible;
		translate: 0;
		writing-mode: vertical-rl;
		margin: 0 auto 3vw;
	}

	#page_about .value_sec .value_cont .value_box .ttl_box .theme {
		font-size: 7.5vw;
		line-height: 1.5;
		opacity: 1;
		visibility: visible;
		text-align: center;
	}

	#page_about .value_sec .value_cont .value_box .list ul {
		grid-template-columns: 1fr;
		gap: 5vw;
	}

	#page_about .value_sec .value_cont .value_box .list ul li {
		padding: 7vw 5vw;
	}

	#page_about .value_sec .value_cont .value_box .list ul li .theme {
		font-size: 5.5vw;
	}

	#page_about .value_sec .value_cont .value_box .list ul li .theme .en {
		font-size: 6.7vw;
	}

	#page_about .value_sec .value_cont .value_box .list ul li .img {
		padding: 10vw 5vw;
		margin-bottom: 5vw;
	}

	#page_about .value_sec .value_cont .value_box .list ul li .img img {
		width: 80%;
		margin: 0 auto;
	}

	#page_about .value_sec .value_cont .value_box .list ul li .text_box .text {
		font-size: 4vw;
	}

	#page_about .brand_core_sec {
		padding-top: 15vw;
	}

	#page_about .brand_core_sec .brand_core_cont .catch_box {
		margin-bottom: 7vw;
		display: block;
	}

	#page_about .brand_core_sec .brand_core_cont .catch_box .ttl_box {
		margin-bottom: 3vw;
	}

	#page_about .brand_core_sec .brand_core_cont .catch_box .ttl_box .ttl {
		font-size: 10vw;
		gap: 0 3vw;
	}

	#page_about .brand_core_sec .brand_core_cont .catch_box .ttl_box .ttl::after {
		width: unset;
		flex-grow: 1;
	}

	#page_about .brand_core_sec .brand_core_cont .catch_box .text_box .theme {
		font-size: 5.5vw;
		line-height: 2;
	}

	#page_about .brand_core_sec .brand_core_cont .catch_box .text_box .theme .color {
		padding: 0 1vw;
		margin-right: 1vw;
	}

	#page_about .brand_core_sec .brand_core_cont .catch_box .text_box .text {
		font-size: 4vw;
		line-height: 1.8;
	}

	#page_about .brand_core_sec .brand_core_cont .brand_core_box ul {
		grid-template-columns: 1fr;
		gap: 10vw;
	}

	#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .label {
		font-size: 6.75vw;
		text-align: left;
	}

	#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .label .big {
		font-size: 10vw;
	}

	#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .text_box {
		padding: 7vw 10vw;
	}

	#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .text_box::before {
		top: 3vw;
		left: 3vw;
	}

	#page_about .brand_core_sec .brand_core_cont .brand_core_box ul li .text_box .text {
		font-size: 4.5vw;
		line-height: 1.8;
	}

	#page_about .message_sec {
		padding: 20vw 0;
	}

	#page_about .message_sec .message_cont {
		flex-direction: column;
	}

	#page_about .message_sec .message_cont .text_area {
		display: contents;
	}

	#page_about .message_sec .message_cont .text_area .ttl {
		gap: 0 3vw;
		font-size: 10vw;
		order: 1;
		margin-bottom: 0.8em;
	}

	#page_about .message_sec .message_cont .text_area .ttl::after {
		width: unset;
		flex-grow: 1;
	}

	#page_about .message_sec .message_cont .text_area .text_box {
		margin-bottom: 5vw;
		order: 3;
	}

	#page_about .message_sec .message_cont .text_area .text_box .theme {
		font-size: 6vw;
		margin-bottom: 0.6em;
		line-height: 1.5;
	}

	#page_about .message_sec .message_cont .text_area .text_box .text {
		font-size: 4vw;
		line-height: 1.8;
	}

	#page_about .message_sec .message_cont .img {
		width: 100%;
		order: 2;
		margin-bottom: 5vw;
	}

	#page_about .message_sec .message_cont .text_area .site_btn {
		order: 4;
		margin: 0 auto;
	}

	#page_about #common_site_member {
		border-radius: 34px 34px 0 0;
	}

	#page_about .company_sec {
		padding: 10vw 0;
	}

	#page_about .company_sec .company_cont {
		margin: 0;
	}

	#page_about .company_sec .company_cont .ttl {
		font-size: 8.75vw;
		margin-bottom: 0.5em;
	}

	#page_about .company_sec .company_cont .table_area th,
	#page_about .company_sec .company_cont .table_area td {
		font-size: 4vw;
		display: block;
		width: 100%;
	}

	#page_about .company_sec .company_cont .table_area tr:first-child td {
		border-top: none;
	}

	#page_about .company_sec .company_cont .table_area th {
		border-bottom: none;
		padding: 1.4em 1em 0;
	}

	#page_about .company_sec .company_cont .table_area td {
		padding: 0 1em 1.4em;
	}

	/* 事業内容 */
	.page-id-499 .common_page_main .title_box {
		padding-right: 12vw;
	}

	.page_service .intro_sec {
		padding: 11vw 0 25vw;
	}

	.page_service .intro_sec .title_box {
		margin-bottom: 15vw;
	}

	.page_service .intro_sec .title_box .title {
		font-size: 8.7vw;
	}

	.page_service .intro_sec .cont {
		grid-template-columns: 1fr;
		gap: 13vw 0;
	}

	.page_service .intro_sec .cont .img img {
		width: 100%;
	}

	.page_service .intro_sec .cont .text_box .title {
		font-size: 6vw;
		margin-bottom: 5vw;
	}

	.page_service .intro_sec .cont .text_box .text {
		font-size: 4vw;
	}

	.page_service .intro_sec .cont .text_box .text+.text {
		margin-top: 7vw;
	}

	.page_service .value_sec {
		padding: 8vw 0 10vw;
	}

	.page_service .value_sec::before {
		width: 100%;
		clip-path: none;
	}

	.page_service .value_sec .cont_title {
		font-size: 7.5vw;
		margin-bottom: 9vw;
	}

	.page_service .value_sec .cont ul {
		grid-template-columns: 1fr;
		gap: 16vw 0;
	}

	.page_service .value_sec .cont li+li::before {
		width: 100%;
		height: 1px;
		left: 0;
		top: -8vw;
	}

	.page_service .value_sec .cont li {
		display: block;
	}

	.page_service .value_sec .cont li .num {
		width: 19.5vw;
		font-size: 8.7vw;
		margin-bottom: 4.5vw;
	}

	.page_service .value_sec .cont li .title {
		font-size: 7.5vw;
		margin-bottom: 5vw;
	}

	.page_service .value_sec .cont li .textarea {
		margin-bottom: 6vw;
	}

	.page_service .value_sec .cont li .textarea .text {
		font-size: 4vw;
	}

	.page_service .value_sec .cont li .btn_box .btn a {
		line-height: 14.3vw;
		font-size: 3.7vw;
	}

	.page_service .value_sec .cont li .btn_box .btn.long a {
		text-align: center;
		padding: 0;
	}

	.page_service .value_sec .cont li .btn_box .btn a .arrow {
		width: 5.2vw;
		right: 3vw;
	}

	.page_service .value_sec .cont li .btn_box .btn a .arrow svg {
		width: 2.5vw;
	}

	.page_service .service_sec {
		padding: 14vw 0 13vw;
	}

	.page_service .service_sec .item+.item {
		margin-top: 11vw;
	}

	.page_service .service_sec .item {
		grid-template-columns: 1fr;
		gap: 10vw 0;
	}

	.page_service .service_sec .item .info {
		position: static;
	}

	.page_service .service_sec .item .info .num {
		width: 19.5vw;
		font-size: 8.7vw;
		margin-bottom: 4vw;
	}

	.page_service .service_sec .item .info .title {
		font-size: 8.7vw;
		margin-bottom: 5vw;
	}

	.page_service .service_sec .item .info .text {
		font-size: 4vw;
	}

	.page_service .service_sec .item .list .inbox+.inbox {
		margin-top: 12vw;
	}

	.page_service .service_sec .item .list .inbox .title_box {
		gap: 0 2vw;
		margin-bottom: 4vw;
	}

	.page_service .service_sec .item .list .inbox .title_box .label {
		width: 7.5vw;
	}

	.page_service .service_sec .item .list .inbox .title_box .title {
		font-size: 5vw;
	}

	.page_service .service_sec .item .list .inbox .img {
		margin-bottom: 5vw;
	}

	.page_service .service_sec .item .list .inbox .img img {
		width: 70%;
		margin: 0 auto;
	}

	.page_service .service_sec .item .list .inbox .text {
		font-size: 4vw;
	}

	/* 自社開発 */
	.page-id-449 .common_page_main .title_box {
		padding-right: 0;
	}

	.page-id-449 .common_page_main .title_box .title {
		font-size: 6.2vw;
	}

	.page_develop {
		padding: 10vw 0 0;
	}

	.common_service_inpage .intro_sec {
		margin-bottom: 15vw;
	}

	.common_service_inpage .intro_sec .text_box .title {
		font-size: 8.7vw;
		line-height: 1.4;
		margin-bottom: 13vw;
	}

	.common_service_inpage .intro_sec .text_box .sub_title {
		font-size: 6vw;
		line-height: 1.4;
		margin-bottom: 7vw;
	}

	.common_service_inpage .intro_sec .text_box .text {
		text-align: left;
		font-size: 4vw;
	}

	.page_develop .about_sec {
		margin-bottom: 20vw;
	}

	.page_develop .about_sec .cont .cont_title {
		font-size: 4vw;
		margin-bottom: 5vw;
	}

	.page_develop .about_sec .cont .catch {
		font-size: 6vw;
		margin-bottom: 7vw;
	}

	.page_develop .about_sec .cont .inbox {
		grid-template-columns: 1fr;
		gap: 7vw 0;
	}

	.page_develop .about_sec .cont .inbox .text_area .text {
		font-size: 4vw;
	}

	.page_develop .about_sec .cont .inbox .img {
		width: 81%;
		margin: 0 auto;
	}

	.page_develop .system_sec {
		margin-bottom: 20vw;
	}

	.page_develop .system_sec .cont_title {
		line-height: 6.2vw;
		width: 95%;
		padding: 0 5vw;
		text-align: left;
		margin-bottom: 11vw;
	}

	.page_develop .system_sec .cont_title .jp {
		font-size: 4vw;
	}

	.page_develop .system_sec .cont_title::before {
		width: 32.8vw;
		right: -3vw;
	}

	.page_develop .system_sec .cont_title::after {
		width: 5.8vw;
		top: -4.2vw;
		right: 4vw;
	}

	.common_service_inpage .common_sec_title .inbox {
		gap: 0 2.5vw;
	}

	.common_service_inpage .common_sec_title .inbox::before {
		width: 9.5vw;
		margin-top: 1.5vw;
	}

	.common_service_inpage .common_sec_title .inbox .title_box {
		gap: 0 2.5vw;
	}

	.common_service_inpage .common_sec_title .inbox .title_box .en_title {
		font-size: 10vw;
	}

	.common_service_inpage .common_sec_title .inbox .title_box .jp {
		font-size: 4vw;
	}

	.common_service_inpage .common_sec_title .text_area {
		margin-top: 5vw;
	}

	.common_service_inpage .common_sec_title .text_area .text {
		font-size: 4vw;
	}

	.page_develop .service_sec {
		margin-bottom: 15vw;
	}

	.page_develop .service_sec .common_sec_title {
		margin-bottom: 6vw;
	}

	.page_develop .service_sec .service_list {
		padding: 0 5vw;
	}

	.page_develop .service_sec .service_list ul {
		grid-template-columns: 1fr;
		gap: 5vw 0;
	}

	.page_develop .service_sec .service_list li {
		border-radius: 2.5vw;
		padding: 7vw 6vw;
	}

	.page_develop .service_sec .service_list li .title {
		font-size: 6.2vw;
		margin-bottom: 4.5vw;
	}

	.page_develop .service_sec .service_list li .img {
		margin-bottom: 4.5vw;
		border-radius: 3vw;
	}

	.page_develop .service_sec .service_list li .text_box .textarea {
		margin-bottom: 4vw;
	}

	.page_develop .service_sec .service_list li .text_box .textarea .text {
		font-size: 4vw;
	}

	.page_develop .service_sec .service_list li .text_box .link_btn a {
		line-height: 14.3vw;
		font-size: 3.7vw;
		font-size: 3.7vw;
	}

	.page_develop .service_sec .service_list li .text_box .link_btn a .arrow {
		width: 5.3vw;
		right: 3.5vw;
	}

	.page_develop .service_sec .service_list li .text_box .link_btn a .arrow svg {
		width: 45%;
	}

	.page_develop .service_sec .n_service_list li {
		border-radius: 2.5vw;
		padding: 7vw 6vw;
		grid-template-columns: 1fr;
	}

	.page_develop .service_sec .n_service_list li .title {
		font-size: 6.2vw;
		margin-bottom: 4.5vw;
		text-align: center;
	}

	.page_develop .service_sec .n_service_list li .img {
		margin-bottom: 4.5vw;
		border-radius: 3vw;
	}

	.page_develop .service_sec .n_service_list li .text_box .textarea {
		margin-bottom: 4vw;
	}

	.page_develop .service_sec .n_service_list li .text_box .textarea .text {
		font-size: 4vw;
	}

	.page_develop .service_sec .n_service_list li .text_box .link_btn a {
		line-height: 14.3vw;
		font-size: 3.7vw;
		font-size: 3.7vw;
	}

	.page_develop .service_sec .n_service_list li .text_box .link_btn a .arrow {
		width: 5.3vw;
		right: 3.5vw;
	}

	.page_develop .service_sec .n_service_list li .text_box .link_btn a .arrow svg {
		width: 45%;
	}

	.page_develop .map_sec {
		margin: 0 5vw 15vw;
	}

	.page_develop .map_sec .inner {
		border-radius: 6vw;
		padding: 7vw 0 20vw;
		position: relative;
	}

	.page_develop .map_sec .common_sec_title .inbox .title_box {
		flex-direction: column;
		gap: 1vw 0;
	}

	.page_develop .map_sec .common_sec_title {
		margin-bottom: 10vw;
	}

	.page_develop .map_sec .cont {
		overflow: scroll;
	}

	.page_develop .map_sec .cont .img {
		width: 280vw;
	}

	.page_develop .map_sec .inner::before {
		content: "";
		background: url(/wp-content/themes/child/image/icon_pinchin.svg) no-repeat;
		background-size: contain;
		width: 38px;
		aspect-ratio: 38/53;
		min-width: 0;
		position: absolute;
		bottom: 8vw;
		right: 9vw;
	}

	/* コンサルティング */
	.page-id-1164 .common_page_main .title_box {
		padding-right: 8vw;
	}

	.page-id-1164 .common_page_main .title_box .title {
		font-size: 9.5vw;
	}

	.page_consul {
		padding: 10vw 0 0;
	}

	.page_consul .about_sec {
		margin-bottom: 15vw;
	}

	.page_consul .about_sec .cont {
		grid-template-columns: 1fr;
		gap: 7vw 0;
	}

	.page_consul .about_sec .cont .text_box .cont_title {
		font-size: 4vw;
		margin-bottom: 5vw;
	}

	.page_consul .about_sec .cont .text_box .catch {
		font-size: 6vw;
		margin-bottom: 6vw;
	}

	.page_consul .about_sec .cont .text_box .text_area .text {
		font-size: 4vw;
	}

	.page_consul .about_sec .cont .img {
		width: 80%;
		margin: 0 auto;
	}

	.page_consul .about_sec .cont .img img {
		width: 100%;
	}

	.page_consul .strength_sec {
		margin: 0 2.5vw 12vw;
		border-radius: 6.5vw;
		padding: 12vw 0;
	}

	.page_consul .strength_sec .wrap {
		max-width: 100%;
	}

	.page_consul .strength_sec .strength_box {
		margin-bottom: 12vw;
	}

	.page_consul .strength_sec .strength_box .cont_title {
		margin-bottom: 8vw;
	}

	.page_consul .strength_sec .strength_box .cont_title::before {
		width: 71%;
	}

	.page_consul .strength_sec .strength_box .cont_title .title {
		font-size: 7.5vw;
	}

	.page_consul .strength_sec .strength_box .list {
		padding: 0 6.5vw;
	}

	.page_consul .strength_sec .strength_box .list ul {
		grid-template-columns: 1fr;
		gap: 5vw 0;
	}

	.page_consul .strength_sec .strength_box .list li {
		padding: 6.5vw;
	}

	.page_consul .strength_sec .strength_box .list li .title {
		font-size: 5.5vw;
		margin-bottom: 3.5vw;
	}

	.page_consul .strength_sec .strength_box .list li .img {
		border-radius: 3vw;
		margin-bottom: 4vw;
	}

	.page_consul .strength_sec .strength_box .list li .text_box .text {
		font-size: 4vw;
	}

	.page_consul .strength_sec .case_box {
		padding: 0 6.5vw;
	}

	.page_consul .strength_sec .case_box .common_sec_title {
		margin-bottom: 7vw;
	}

	.page_consul .strength_sec .case_box .case_list ul {
		grid-template-columns: 1fr;
		gap: 14vw 0;
	}

	.page_consul .strength_sec .case_box .case_list li a .img {
		margin-bottom: 5vw;
	}

	.page_consul .strength_sec .case_box .case_list li a .text_box .cat {
		border-radius: 0.7vw;
		padding: 0 5vw;
		line-height: 6.5vw;
		font-size: 4.2vw;
		margin-bottom: 3vw;
	}

	.page_consul .strength_sec .case_box .case_list li a .text_box .title {
		font-size: 4.5vw;
		margin-bottom: 1.5vw;
		min-height: unset;
		display: block;
	}

	.page_consul .strength_sec .case_box .case_list li a .text_box .text {
		font-size: 4vw;
		line-height: 1.6;
	}

	.page_consul .member_sec {
		margin-bottom: 17vw;
	}

	.page_consul .member_sec .common_sec_title {
		margin-bottom: 7vw;
	}

	.page_consul .member_sec .list ul {
		grid-template-columns: 1fr;
		gap: 7vw 0;
	}

	.page_consul .member_sec .list li {
		width: 95%;
	}

	.page_consul .member_sec .list li a {
		border-radius: 6.5vw;
		padding: 5vw;
	}

	.page_consul .member_sec .list li a .img {
		margin-bottom: 2.5vw;
	}

	.page_consul .member_sec .list li a .text_box .title_box {
		margin-bottom: 4vw;
	}

	.page_consul .member_sec .list li a .text_box .title_box .arrow {
		width: 7.5vw;
	}

	.page_consul .member_sec .list li a .text_box .title_box .position {
		font-size: 4vw;
	}

	.page_consul .member_sec .list li a .text_box .title_box .name_box {
		gap: 0 5vw;
	}

	.page_consul .member_sec .list li a .text_box .title_box .name_box .name {
		font-size: 4.5vw;
	}

	.page_consul .member_sec .list li a .text_box .title_box .name_box .en_name {
		font-size: 3.3vw;
	}

	.page_consul .member_sec .list li a .text_box .area .head {
		width: 28vw;
		font-size: 4.2vw;
		padding: 0 4.5vw;
		margin-bottom: 1vw;
	}

	.page_consul .member_sec .list li a .text_box .area ul {
		gap: 0 2.5vw;
	}

	.page_consul .member_sec .list li a .text_box .area ul li {
		font-size: 4vw;
		width: auto;
	}

	/* メンバー紹介 */
	.member_interview_sec .item {
		border-radius: 5vw;
		padding: 5vw;
	}

	.member_interview_sec .item+.item {
		margin-top: 17vw;
	}

	.member_interview_sec .item .bg_text {
		font-size: 8.5vw;
		writing-mode: horizontal-tb;
		rotate: 0deg;
		top: -6.7vw;
		left: 5vw;
	}

	.interview_list ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 6vw 2vw;
	}

	.member_interview_sec .item.board .interview_list ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.member_interview_sec .item.board .interview_list ul .ceo {
    max-width: 39vw;
}

	.interview_list li a .img {
		margin-bottom: 2vw;
		border-radius: 1vw;
	}

	.interview_list li a .lead_text_box {
		display: none;
	}

	.interview_list li a .text_box .name {
		font-size: 4vw;
		line-height: 1.5;
		margin-bottom: 2vw;
	}

	.interview_list li a .text_box .job {
		font-size: 3vw;
		padding: 1vw 3.5vw;
	}

	.page-id-406 .common_page_main .title_box {
		padding-right: 10vw;
	}

	.page-id-406 .common_page_main .title_box .title {
		font-size: 10vw;
	}

	#page_interview .top_cont {
		margin-bottom: 15vw;
		padding: 8vw 3.5vw;
		display: block;
	}

	#page_interview .top_cont .img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 6vw;
	}

	#page_interview .top_cont .text_box .name_box {
		margin-bottom: 3vw;
	}

	#page_interview .top_cont .text_box .name_box .job {
		font-size: 3.2vw;
	}

	#page_interview .top_cont .text_box .name_box .name {
		font-size: 4.5vw;
	}

	#page_interview .top_cont .text_box .text {
		font-size: 3.5vw;
	}

	#page_interview .interview_cont h2 {
		font-size: 5vw;
		margin-bottom: 8vw;
	}

	#page_interview .interview_cont h3 {
		margin: 12vw 0 7vw;
		font-size: 4.5vw;
		padding-left: 3.5vw;
		border-left: 1px solid #DF0522;
	}

	#page_interview .interview_cont .q_text {
		font-size: 3.8vw;
		margin-bottom: 4vw;
	}

	#page_interview .interview_cont .q_text::before {
		width: 10vw;
		margin-right: 3.5vw;
	}

	#page_interview .interview_cont .text {
		font-size: 3.5vw;
		margin-bottom: 7vw;
	}

	#page_interview .interview_cont .text+.text {
		margin-top: 4vw;
	}

	#page_interview .interview_cont .img {
		margin: 7vw 0 7vw;
	}

	#page_interview .interview_cont .introduction_img {
		margin: 7vw 0 0;
	}

	.parent-pageid-406 .common_page_main .title_box {
		padding-right: 6vw;
	}

	.parent-pageid-406 .common_page_main .title_box .title {
		font-size: 9vw;
	}

	/* yoake */
	.yoake_page_main {
		padding: 17vw 5% 0;
	}

	.yoake_page_main::before {
		height: 67.5vw;
		top: 24vw;
	}

	.yoake_page_main::after {
		height: 113vw;
	}

	.yoake_page_main .breadcrumb {
		border-bottom: 2px solid #8D8D8D;
		padding-bottom: 1.5em;
		margin-bottom: 13vw;
	}

	.yoake_page_main .text_box .sub_title {
		font-size: 3.3vw;
		margin-bottom: 4vw;
	}

	.yoake_page_main .text_box .title {
		font-size: 4vw;
		line-height: 1.2;
		margin-bottom: 20vw;
	}

	.yoake_page_main .text_box .text {
		font-size: 4vw;
		letter-spacing: .08em;
		line-height: 2;
	}

	.yoake_page_main .scroll_sec {
		position: static;
		width: fit-content;
		margin: 8vw auto 0;
	}

	.page_yoake .intro_sec {
		padding: 7vw 0 0;
		margin-bottom: 15vw;
		overflow: hidden;
	}

	.page_yoake .intro_sec .cont {
		display: flex;
		flex-direction: column-reverse;
	}

	.page_yoake .intro_sec .cont .img {
		position: static;
		width: 120vw;
		margin-left: 5vw;
	}

	.page_yoake .intro_sec .cont .text_box {
		width: 100%;
	}

	.page_yoake .intro_sec .cont .text_box .cont_title {
		font-size: 4vw;
		letter-spacing: .06em;
		margin-bottom: 3vw;
	}

	.page_yoake .intro_sec .cont .text_box .catch {
		font-size: 6.2vw;
		line-height: 1.5;
		margin-bottom: 5vw;
	}

	.page_yoake .intro_sec .cont .text_box .text_area {
		margin-bottom: 6vw;
		padding-right: 0;
	}

	.page_yoake .intro_sec .cont .text_box .text_area .text {
		font-size: 4vw;
		line-height: 1.7;
	}

	.page_yoake .intro_sec .cont .text_box .btn a {
		width: 61%;
		margin: 0 auto;
		gap: 0 5vw;
		border-radius: 10vw;
		min-block-size: 10vw;
		padding: 2vw;
		font-size: 3vw;
		min-block-size: 14.2vw;
	}

	.page_yoake .intro_sec .cont .text_box .btn a .arrow {
		width: 8.3vw;
	}

	.page_yoake .intro_sec .cont .text_box .btn a .arrow svg {
		width: 40%;
	}

	.page_yoake .common_sec_title {
		gap: 0 3.5vw;
	}

	.page_yoake .common_sec_title::before {
		width: 8vw;
		margin-top: 4vw;
	}

	.page_yoake .common_sec_title .inbox {
		gap: 0 1.8vw;
	}

	.page_yoake .common_sec_title .en_title {
		font-size: 12.5vw;
	}

	.page_yoake .common_sec_title .jp {
		font-size: 4vw;
	}

	.page_yoake .service_sec {
		margin-bottom: 13vw;
	}

	.page_yoake .service_sec .common_sec_title {
		margin-bottom: 10vw;
	}

	.page_yoake .service_sec .service_list ul {
		grid-template-columns: 1fr;
		gap: 9vw 0;
	}

	.page_yoake .service_sec .service_list li {
		width: 97%;
	}

	.page_yoake .service_sec .service_list li .img {
		border-radius: 6.5vw;
		aspect-ratio: 350/333;
		margin-bottom: 5vw;
	}

	.page_yoake .service_sec .service_list li .text_box .name {
		font-size: 10vw;
	}

	.page_yoake .service_sec .service_list li .text_box .text {
		font-size: 4vw;
	}

	.page_yoake .support_sec {
		margin: 0 3% 15vw;
		border-radius: 6.5vw;
		padding: 18vw 0;
	}

	.page_yoake .support_sec .wrap {
		max-width: 100%;
	}

	.page_yoake .support_sec .top_box {
		flex-direction: column;
		padding: 0 6vw;
		gap: 1vw 0;
		margin-bottom: 13vw;
	}

	.page_yoake .support_sec .top_box .text_box .head {
		font-size: 5vw;
		margin-bottom: 1vw;
	}

	.page_yoake .support_sec .top_box .text_box .text {
		font-size: 4vw;
		letter-spacing: .06em;
		line-height: 1.9;
		padding: 0 2vw;
	}

	.page_yoake .support_sec .top_box::before,
	.page_yoake .support_sec .top_box::after {
		width: 100%;
		height: auto;
		aspect-ratio: 328/29;
	}

	.page_yoake .support_sec .top_box::before {
		border-width: 2px 2px 0 2px;
	}

	.page_yoake .support_sec .top_box::after {
		border-width: 0 2px 2px 2px;
	}

	.page_yoake .support_sec .cont .item+.item {
		margin-top: 13vw;
	}

	.page_yoake .support_sec .cont .item .cont_title {
		margin-bottom: 7vw;
	}

	.page_yoake .support_sec .cont .item .cont_title .title {
		font-size: 7.5vw;
		line-height: 1.3;
	}

	.page_yoake .support_sec .cont .item .cont_title::before {
		width: 72%;
	}

	.page_yoake .support_sec .cont .item .top_text {
		font-size: 4vw;
		text-align: left;
		padding: 0 6.5vw;
		line-height: 1.8;
		margin-bottom: 7vw;
	}

	.page_yoake .support_sec .cont .item .list {
		padding: 0 6.5vw;
	}

	.page_yoake .support_sec .cont .item .list ul {
		grid-template-columns: 1fr;
		gap: 5vw 0;
	}

	.page_yoake .support_sec .cont .item .list li {
		border-radius: 2.5vw;
		padding: 6.5vw;
	}

	.page_yoake .support_sec .cont .item .list li .title {
		font-size: 5.5vw;
		margin-bottom: 4vw;
	}

	.page_yoake .support_sec .cont .item .list li .img {
		border-radius: 3vw;
		aspect-ratio: 278/223;
		margin-bottom: 3.5vw;
	}

	.page_yoake .support_sec .cont .item .list li .text_box .text {
		font-size: 4vw;
	}

	.page_yoake .link_sec {
		background-image: url(/wp-content/themes/child/image/yoake_bg_img_sp.jpg);
		padding: 36vw 0;
		margin-bottom: 15vw;
	}

	.page_yoake .link_sec .cont .logo {
		width: 31.9vw;
		margin: 0 auto 6.5vw;
	}

	.page_yoake .link_sec .cont .logo img {
		width: 100%;
	}

	.page_yoake .link_sec .cont .title {
		font-size: 5vw;
		line-height: 1.8;
		margin-bottom: 13vw;
	}

	.page_yoake .link_sec .cont .btn a {
		width: 61%;
		border-radius: 10vw;
		padding: 2vw 5vw;
		min-block-size: 14vw;
		font-size: 3vw;
	}

	.page_yoake .link_sec .cont .btn a .arrow {
		width: 2.7vw;
	}

	.page_yoake .link_sec .cont .btn a .arrow svg {
		width: 100%;
		height: 100%;
	}

	.insights_thanks_text_area {
		margin-bottom: 12vw;
	}

	.insights_thanks_text_area .color_text {
		font-size: 4.5vw;
		margin-bottom: 1em;
	}

	.insights_thanks_text_area .main_text {
		font-size: 5vw;
		margin-bottom: 1.5em;
	}

	.insights_thanks_benefit_area {
		background-color: #ececec;
		padding: 12vw 0;
	}

	.insights_thanks_benefit_area .benfit_head {
		font-size: 5.5vw;
	}

	.insights_thanks_benefit_area .benefit_list ul {
		grid-template-columns: 1fr;
		gap: 5vw;
	}

	.insights_thanks_benefit_area .benefit_list ul li .img {
		aspect-ratio: 5/3;
		width: 80%;
		padding-bottom: 2vw;
		padding-right: 2vw;
		margin: 0 auto;
	}

	.insights_thanks_benefit_area .benefit_list ul li .img::before {
		inset: 2vw 0 0 2vw;
	}

	.insights_thanks_benefit_area .benefit_list ul li .text {
		font-size: 4.2vw;
	}
}