@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Vars
----------------------------------------*/
/*----------------------------------------
	Reset
----------------------------------------*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*----------------------------------------
	Mediaquery
----------------------------------------*/
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Base
----------------------------------------*/
html {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	html {
		font-size: 15px;
	}
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
	background-color: #ffffff;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	transition: opacity 0.4s ease;
}
a:link, a:visited {
	color: #000000;
}

a:hover {
	opacity: 0.7;
}

a[data-rel=external]:after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	background: transparent url("../image/icon-external.png") no-repeat scroll center center;
	background-size: contain;
	margin-right: 0.5em;
}

/*----------------------------------------
	Setting
----------------------------------------*/
/* font family */
/*----------------------------------------
	Layout
----------------------------------------*/
.l-contents {
	padding-top: 40px;
	padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
	.l-contents {
		padding-bottom: 136px;
	}
}
.l-contents:has(+ .l-contents) {
	padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
	.l-contents:has(+ .l-contents) {
		padding-bottom: 70px;
	}
}
.l-contents + .l-contents {
	padding-top: 0;
}
@media screen and (min-width: 769px) {
	.l-contents .c-sectionFrame {
		max-width: initial;
	}
}
.l-contents__wrapper {
	width: 89.3333333333%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-contents__wrapper {
		display: flex;
		justify-content: space-between;
		width: 86.6666666667%;
	}
}
.l-contents__wrapper::after {
	content: "";
	clear: both;
	display: table;
}
.l-contents__heading {
	text-align: center;
	padding-bottom: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.l-contents__heading {
		font-size: 22px;
	}
}
.l-contents .t-examples {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 769px) {
	.l-main {
		width: 65.3846153846%;
	}
}
.l-main + .l-sidebar {
	padding-top: 60px;
}
@media screen and (min-width: 769px) {
	.l-main + .l-sidebar {
		padding-top: 0;
	}
}
.l-main figure.u-mb2 {
	margin: 40px 0 30px;
}
@media screen and (min-width: 769px) {
	.l-main figure.u-mb2 {
		width: 79.4117647059%;
		margin: 56px auto 40px;
	}
}
.l-main figure.u-mb2 + .c-button {
	max-width: 290px;
	margin: 40px auto;
}
@media screen and (min-width: 769px) {
	.l-main figure.u-mb2 + .c-button {
		max-width: 350px;
		margin: 58px auto;
	}
}
.l-main figcaption.u-mt05 {
	padding-top: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.l-main figcaption.u-mt05 {
		font-size: 14px;
	}
}
.l-main .c-cl--orange {
	color: #fa7b37;
}
.l-main .c-cl--orange a {
	text-decoration: underline;
	color: #fa7b37;
}

@media screen and (min-width: 769px) {
	.l-sidebar {
		width: 26.9230769231%;
		margin-left: auto;
	}
}
.l-sidebar .searchform {
	margin-bottom: 34px;
}
@media screen and (min-width: 769px) {
	.l-sidebar .searchform {
		margin-bottom: 60px;
	}
}
.l-sidebar .searchform__wrap {
	display: flex;
	gap: 0 10px;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.l-sidebar .searchform__wrap {
		gap: 0 10px;
		margin-top: 30px;
	}
}
.l-sidebar .searchform__wrap input {
	flex: 1;
	padding: 16px 24px;
	background-color: #e6e3e1;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.l-sidebar .searchform__wrap input {
		padding: 16px 24px;
		border-radius: 8px;
		font-size: 16px;
	}
}
.l-sidebar .searchform__wrap button {
	width: 80px;
	color: #ffffff;
	background-color: #000000;
	border: none;
	border-radius: 200px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
}
@media screen and (min-width: 769px) {
	.l-sidebar .searchform__wrap button {
		width: 80px;
		font-size: 16px;
	}
}
.l-sidebarList--block + * {
	padding-top: 46px;
}
@media screen and (min-width: 769px) {
	.l-sidebarList--block + * {
		padding-top: 60px;
	}
}
@media screen and (min-width: 769px) {
	.l-sidebarList--sticky {
		position: sticky;
		top: 40px;
	}
}
.l-sidebarList__title {
	padding-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.l-sidebarList__title {
		padding-bottom: 24px;
		font-size: 22px;
	}
}
.l-sidebarList__body ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.l-sidebarList__body ul {
		flex-direction: column;
	}
}
.l-sidebarList__body ul li {
	width: 47.7611940299%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	border-bottom: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.l-sidebarList__body ul li {
		width: 100%;
		font-size: 14px;
	}
}
.l-sidebarList__body ul li:first-of-type {
	border-top: 2px solid #e0dddc;
}
.l-sidebarList__body ul li:nth-of-type(2) {
	border-top: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.l-sidebarList__body ul li:nth-of-type(2) {
		border-top: none;
	}
}
.l-sidebarList__body ul li a {
	display: flex;
	align-items: center;
	min-height: 60px;
}
@media screen and (min-width: 769px) {
	.l-sidebarList__body ul li a {
		display: block;
		min-height: initial;
		padding: 18px 0;
	}
}
.l-sidebarList__document ul li + li {
	margin-top: 23px;
}
@media screen and (min-width: 769px) {
	.l-sidebarList__document ul li + li {
		margin-top: 20px;
	}
}
.l-sidebar__box:nth-of-type(1) {
	background-color: #ff6d19;
}
.l-sidebar__box:nth-of-type(2) {
	background-color: #f0330d;
}
.l-sidebar__box + .l-sidebar__box {
	margin-top: 10px;
}
.l-sidebar__box + .l-sidebar__pulldown {
	margin-top: 30px;
}
.l-sidebar__box a {
	display: flex;
	align-items: center;
	gap: 0 20px;
	padding: 10px;
	box-sizing: border-box;
}
.l-sidebar__box__thumb {
	width: 80px;
}
.l-sidebar__box__content {
	flex: 1;
}
.l-sidebar__box__content p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.4;
	color: #ffffff;
}
.l-sidebar__pulldown {
	padding: 0 20px 0 20px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}
.l-sidebar__pulldown + .l-sidebar__pulldown {
	margin-top: 10px;
}
.l-sidebar__pulldown__title {
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	cursor: pointer;
}
.l-sidebar__pulldown__title::before {
	content: "";
	position: absolute;
	top: 32px;
	right: 0;
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button_open01.svg) no-repeat scroll center center/cover;
}
.l-sidebar__pulldown__inner {
	height: 0;
	overflow: hidden;
	padding-bottom: 0;
	transition: all 0.4s ease 0s;
}
.l-sidebar__pulldown__inner ul {
	display: flex;
	flex-direction: column;
	padding-right: 22px;
	height: 180px;
	overflow-y: scroll;
}
.l-sidebar__pulldown__inner ul::-webkit-scrollbar {
	width: 6px;
	background-color: #f0f0f0;
}
.l-sidebar__pulldown__inner ul::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
	border-radius: 50px;
}
.l-sidebar__pulldown__inner ul li {
	border-bottom: 2px solid #e0dddc;
}
.l-sidebar__pulldown__inner ul li:first-of-type {
	border-top: 2px solid #e0dddc;
}
.l-sidebar__pulldown__inner ul li a {
	display: block;
	padding: 18px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}
.l-sidebar__pulldown .l-sidebar__pulldown__title.is-open + .l-sidebar__pulldown__inner {
	height: auto;
	overflow: visible;
	padding-bottom: 28px;
}

.l-limit {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-limit {
		box-sizing: border-box;
		max-width: 1300px;
	}
}

.l-overflow {
	overflow: hidden;
}

.l-frame {
	margin: 0 auto;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.l-frame {
		width: 86.6666666667%;
	}
}
.l-frame--s {
	margin: 0 auto;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.l-frame--s {
		width: 82.03125%;
	}
}
@media screen and (min-width: 1080px) {
	.l-frame--s {
		width: 70%;
	}
}
.l-frame--xs {
	margin: 0 auto;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.l-frame--xs {
		width: 70.3125%;
	}
}
@media screen and (min-width: 1080px) {
	.l-frame--xs {
		width: 60%;
	}
}

@media screen and (min-width: 769px) {
	.l-column {
		display: flex;
		justify-content: space-between;
	}
}
.l-column-both {
	display: flex;
	justify-content: space-between;
}
.l-column--wrap {
	flex-wrap: wrap;
}
.l-column--reverse {
	flex-direction: row-reverse;
}

/*----------------------------------------
	Header
----------------------------------------*/
.l-header {
	z-index: 10;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 14px 5.3333333333%;
	box-sizing: border-box;
	background-color: #ffffff;
	transition: padding 0.3s ease 0s;
}
.l-header::before {
	content: "";
	z-index: 11;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transition: opacity 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
	.l-header {
		padding: 26px 5%;
	}
}

.l-headerLogo {
	z-index: 11;
	position: relative;
}
.l-headerLogo a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 150px;
	transition: transform 0.3s ease 0s;
	transform-origin: left center;
}
@media screen and (min-width: 769px) {
	.l-headerLogo a {
		width: 125px;
	}
}
@media screen and (min-width: 1080px) {
	.l-headerLogo a {
		width: 209px;
	}
}
.l-headerLogo a img {
	display: block;
	width: 33px;
}
@media screen and (min-width: 769px) {
	.l-headerLogo a img {
		width: 27px;
	}
}
@media screen and (min-width: 1080px) {
	.l-headerLogo a img {
		width: 46px;
	}
}
.l-headerLogo a svg {
	display: block;
	width: 106px;
}
@media screen and (min-width: 769px) {
	.l-headerLogo a svg {
		width: 88px;
	}
}
@media screen and (min-width: 1080px) {
	.l-headerLogo a svg {
		width: 147px;
	}
}
.l-headerLogo a svg .l-headerLogo svg path,
.l-headerLogo a svg .l-headerLogo svg polygon {
	transition: fill 0.3s ease 0s;
}

.logo-style-1 {
	fill: #f0330d;
}

.logo-style-1,
.logo-style-2,
.logo-style-3,
.logo-style-4,
.logo-style-5 {
	stroke-width: 0px;
}

.logo-style-6 {
	clip-path: url(#clippath);
}

.logo-style-2 {
	fill: none;
}

.logo-style-7 {
	clip-path: url(#clippath-1);
}

.logo-style-3 {
	fill: #000;
}

.logo-style-4 {
	fill: #f57836;
}

.logo-style-5 {
	fill: #fab223;
}

.l-headerGnav {
	display: none;
}
@media screen and (min-width: 769px) {
	.l-headerGnav {
		flex: 1;
		display: block;
		margin-left: auto;
		padding-right: 1.5%;
	}
}
@media screen and (min-width: 1080px) {
	.l-headerGnav {
		padding-right: 2.5%;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav ul {
		display: flex;
		justify-content: flex-end;
		gap: 0 1.3%;
	}
}
@media screen and (min-width: 1080px) {
	.l-headerGnav ul {
		gap: 0 2%;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav li {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 10px;
	}
}
@media screen and (min-width: 1080px) {
	.l-headerGnav li {
		font-size: 13px;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav li a {
		padding: 30px 0;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav ul.l-headerGnav-first-nest {
		position: relative;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav li.l-headerGnav-first-nest__child {
		cursor: pointer;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav li.l-headerGnav-first-nest__child:hover .l-headerGnav-second-nest {
		top: 40px;
		visibility: visible;
		opacity: 1;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav li.l-headerGnav-first-nest__child:hover .l-headerGnav-second-nest .l-navigation {
		pointer-events: auto;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav li.l-headerGnav-first-nest__child:hover .l-headerGnav-second-nest .l-navigation-inner {
		opacity: 1;
	}
}
.l-headerGnav li.l-headerGnav-first-nest__child.no-link {
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.l-headerGnav ul.l-headerGnav-second-nest {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav ul.l-headerGnav-second-nest {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		position: fixed;
		top: 20px;
		left: 0;
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
		transition: all 0.2s ease-out 0s;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav li.l-headerGnav-second-nest__child {
		width: 100%;
	}
}

.l-headerButton {
	z-index: 11;
	position: relative;
	width: 44px;
	height: 44px;
	margin-left: auto;
}
@media screen and (min-width: 769px) {
	.l-headerButton {
		width: 44px;
		height: 44px;
		margin: 0;
		cursor: pointer;
	}
}
.l-headerButton span {
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translate(0, -50%);
	width: 29px;
	height: 1px;
	background-color: #fa7b37;
	transition: background-color 0.5s ease-out 0s;
}
@media screen and (min-width: 769px) {
	.l-headerButton span {
		width: 29px;
		height: 1px;
		background-color: #000000;
	}
}
.l-headerButton span::before {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	transform: translate(0, -50%);
	width: 40px;
	height: 1px;
	background-color: #fa7b37;
	transition: all 0.5s ease-out 0s;
}
@media screen and (min-width: 769px) {
	.l-headerButton span::before {
		top: calc(50% - 7px);
		width: 40px;
		height: 1px;
		background-color: #000000;
	}
}
.l-headerButton span::after {
	content: "";
	position: absolute;
	top: calc(50% + 7px);
	left: 0;
	transform: translate(0, -50%);
	width: 20px;
	height: 1px;
	background-color: #fa7b37;
	transition: all 0.5s ease-out 0s;
}
@media screen and (min-width: 769px) {
	.l-headerButton span::after {
		top: calc(50% + 7px);
		width: 20px;
		height: 1px;
		background-color: #000000;
	}
}
.l-headerButton.is-header-open span {
	background-color: transparent !important;
}
.l-headerButton.is-header-open span::before {
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	background-color: #000000 !important;
}
.l-headerButton.is-header-open span::after {
	top: 50%;
	width: 40px;
	transform: translate(0, -50%) rotate(-45deg);
	background-color: #000000 !important;
}

.l-headerMenu {
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	padding: 80px 5.3333333333% 80px;
	background-color: #ffffff;
	box-sizing: border-box;
	overflow-y: scroll;
	transition: opacity 0.3s ease-out 0s;
	overscroll-behavior: contain;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.l-headerMenu::-webkit-scrollbar {
	display: none;
}
@media screen and (min-width: 769px) {
	.l-headerMenu {
		flex-direction: row;
		justify-content: space-between;
		gap: 0;
		padding: 130px 5% 130px;
	}
}
.l-headerMenu.is-header-open {
	opacity: 1;
	pointer-events: auto;
}
@media screen and (min-width: 769px) {
	.l-headerMenu .l-nav {
		width: 51.8518518519%;
	}
}
.l-headerMenu .l-contents {
	padding-bottom: 0;
}
@media screen and (min-width: 769px) {
	.l-headerMenu .l-contents {
		width: 44.4444444444%;
	}
}
.l-headerMenu-first-nest {
	display: flex;
	flex-direction: column;
	padding-bottom: 0px;
}
@media screen and (min-width: 769px) {
	.l-headerMenu-first-nest {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0;
		padding-bottom: 100px;
	}
}
.l-headerMenu-first-nest__child {
	position: relative;
}
@media screen and (min-width: 769px) {
	.l-headerMenu-first-nest__child {
		width: 100%;
	}
}
.l-headerMenu-first-nest__child > a, .l-headerMenu-first-nest__child > p {
	position: relative;
	display: block;
	padding: 18px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	border-bottom: 1px solid #e0dddc;
}
.l-headerMenu-first-nest__child > a::before, .l-headerMenu-first-nest__child > p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30px;
	height: 1px;
	background-color: #000000;
}
.l-headerMenu-first-nest__child span.l-headerMenu-button {
	z-index: 1;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
}
@media screen and (min-width: 769px) {
	.l-headerMenu-first-nest__child span.l-headerMenu-button {
		display: none;
	}
}
.l-headerMenu-first-nest__child span.l-headerMenu-button::before {
	content: "";
	position: absolute;
	top: 31px;
	right: 0;
	width: 20px;
	height: 1px;
	background-color: #000000;
}
.l-headerMenu-first-nest__child span.l-headerMenu-button::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 10px;
	width: 1px;
	height: 20px;
	background-color: #000000;
	transition: opacity 0.3s ease 0s;
}
.l-headerMenu-first-nest__child span.l-headerMenu-button.is-open::after {
	opacity: 0;
}
@media screen and (min-width: 769px) {
	.l-headerMenu-first-nest__small {
		width: 48.2142857143%;
	}
}
.l-headerMenu-second-nest {
	height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	margin: 0;
}
@media screen and (min-width: 769px) {
	.l-headerMenu-second-nest {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 20px 10px;
		justify-content: space-between;
		height: auto;
		margin-top: 14px;
		margin-bottom: 0;
	}
}
.l-headerMenu-second-nest.is-open {
	display: flex;
}
.l-headerMenu-second-nest__child {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}
@media screen and (min-width: 769px) {
	.l-headerMenu-second-nest__child {
		width: 48.2142857143%;
	}
}
.l-headerMenu-second-nest__child > a, .l-headerMenu-second-nest__child > p {
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.l-headerMenu-second-nest__child > a, .l-headerMenu-second-nest__child > p {
		font-size: 11px;
	}
}
.l-headerMenu-second-nest__child > a span, .l-headerMenu-second-nest__child > p span {
	display: inline-block;
	padding-bottom: 6px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.l-headerMenu-first-nest__large .l-headerMenu-second-nest {
		gap: 4px 0;
	}
}
@media screen and (min-width: 769px) {
	.l-headerMenu-first-nest__large .l-headerMenu-second-nest {
		gap: 4px 0;
		justify-content: space-between;
	}
}

@media screen and (max-width: 768px) {
	.l-headerMenu-first-nest__small .l-headerMenu-second-nest {
		gap: 4px 0;
		justify-content: space-between;
	}
}

.l-contents__button {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.l-contents__button a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	border-radius: 200px;
	background-color: #fa7b37;
}
@media screen and (min-width: 769px) {
	.l-contents__button a {
		padding: 20px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 18px;
	}
}
.l-contents__button img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 9px;
	width: 32px;
}
@media screen and (min-width: 769px) {
	.l-contents__button img {
		right: 10px;
		width: 40px;
	}
}
.l-contents-slide {
	overflow: hidden;
}
.l-contents-slide + .l-contents-slide {
	margin-top: 10px;
}
.l-contents-slide:last-of-type {
	padding-bottom: 0;
}
@media screen and (min-width: 769px) {
	.l-contents-slide:last-of-type {
		padding-bottom: 100px;
	}
}
.l-contents-slide__head {
	position: relative;
	display: block;
	margin-bottom: 18px;
	padding: 18px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	border-bottom: 1px solid #e0dddc;
}
.l-contents-slide__head::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30px;
	height: 1px;
	background-color: #000000;
}
.l-contents-slide__wrapper {
	position: relative;
	height: -moz-fit-content;
	height: fit-content;
}
.l-contents-slide__wrapper .swiper-slide {
	display: flex;
	justify-content: space-between;
}
.l-contents-slide__wrapper .swiper-control {
	position: absolute;
	top: -52px;
	right: 10px;
	display: flex;
	justify-content: space-between;
	width: 50px;
}
@media screen and (min-width: 769px) {
	.l-contents-slide__wrapper .swiper-control {
		width: 58px;
	}
}
.l-contents-slide__wrapper .swiper-button-prev,
.l-contents-slide__wrapper .swiper-button-next {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.l-contents-slide__wrapper .swiper-button-prev,
	.l-contents-slide__wrapper .swiper-button-next {
		width: 24px;
		height: 24px;
	}
}
.l-contents-slide__wrapper .swiper-button-prev::before, .l-contents-slide__wrapper .swiper-button-prev::after,
.l-contents-slide__wrapper .swiper-button-next::before,
.l-contents-slide__wrapper .swiper-button-next::after {
	display: none;
}
.l-contents-slide__wrapper .swiper-button-prev {
	background: transparent url(../../image/common/arrow_slide_prev.svg) no-repeat scroll center center/cover;
}
.l-contents-slide__wrapper .swiper-button-next {
	background: transparent url(../../image/common/arrow_slide_next.svg) no-repeat scroll center center/cover;
}
.l-contents-slide__wrapper__thumb {
	width: 45.8333333333%;
	max-height: 160px;
}
.l-contents-slide__wrapper__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.l-contents-slide__wrapper__contents {
	width: 50%;
}
.l-contents-slide__wrapper__contents p {
	margin-bottom: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.l-contents-slide__wrapper__contents .c-button {
	text-align: center;
}
.l-contents-slide__wrapper__contents .c-button a {
	justify-content: center;
	padding: 10px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #ffffff;
}
@media screen and (min-width: 769px) {
	.l-contents-slide__wrapper__contents .c-button a {
		padding: 22px 0;
	}
}

.l-contents-slide--dl .l-contents-slide__wrapper .c-button a {
	background-color: #000000;
}
.l-contents-slide--dl .l-contents-slide__wrapper .c-button a:hover {
	opacity: 0.7;
}

.l-contents-slide--pickup .l-contents-slide__wrapper .c-button a {
	background-color: #000000;
}
.l-contents-slide--pickup .l-contents-slide__wrapper .c-button a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 769px) {
	.l-headerGnav .l-headerGnav-first-nest__child .l-navigation {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
		height: auto;
		padding-bottom: 60px;
		background-color: #ffffff;
		overflow-y: scroll;
		scrollbar-width: none;
		-ms-overflow-style: none;
		pointer-events: none;
		box-sizing: border-box;
	}
	.l-headerGnav .l-headerGnav-first-nest__child .l-navigation::-webkit-scrollbar {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-inner {
		padding: 50px 5%;
		box-sizing: border-box;
		opacity: 0;
		transition: opacity 0.22s ease-out 0.22s;
	}
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-inner a {
	cursor: pointer;
	color: #000000 !important;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-first-nest {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
	position: relative;
	width: 100%;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-first-nest > a, .l-headerGnav .l-headerGnav-first-nest__child .l-navigation-first-nest > p {
	position: relative;
	display: block;
	padding: 18px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	border-bottom: 1px solid #e0dddc;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-first-nest > a::before, .l-headerGnav .l-headerGnav-first-nest__child .l-navigation-first-nest > p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30px;
	height: 1px;
	background-color: #000000;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-first-nest > a {
	padding: 18px 0 18px 40px;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-first-nest > a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-first-nest > p {
	cursor: default;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-second-nest {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	gap: 20px 62px;
	margin-top: 40px;
	margin-bottom: 0;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-second-nest__child {
	display: flex;
	flex-direction: column;
	gap: 4px 0;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-second-nest__child a,
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-second-nest__child p {
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: normal;
	font-size: 13px;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-second-nest__child span {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-second-nest__child span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-second-nest__child p span {
	padding-left: 0;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation-second-nest__child p span::after {
	display: none;
}

.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest {
	gap: 30px 2%;
	justify-content: space-between;
	position: relative;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest__child {
	gap: 6px 0;
	width: 32%;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest__child > a {
	position: relative;
	padding-left: 24px;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest__child > a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	background: transparent url(../../image/common/button04.svg) no-repeat scroll center center/cover;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest__child > a:has(span) {
	position: static;
	padding-left: 0;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest__child > a:has(span) span {
	padding-left: 0;
}
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest__child > a:has(span)::after,
.l-headerGnav .l-headerGnav-first-nest__child .l-navigation--solution .l-navigation-second-nest__child > a:has(span) span::after {
	display: none;
}

.l-header.is-active {
	padding: 10px 5.3333333333%;
}
@media screen and (min-width: 769px) {
	.l-header.is-active {
		padding: 18px 5%;
	}
}
.l-header.is-active .l-headerLogo a {
	transform: scale(0.8);
}
@media screen and (min-width: 769px) {
	.l-header.is-active .l-headerLogo a {
		transform: scale(0.8);
	}
}
@media screen and (min-width: 769px) {
	.l-header.is-active .l-navigation {
		top: 30px;
	}
}

.l-header.is-header-open::before {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	.l-header.is-header-open .l-headerLogo svg path,
	.l-header.is-header-open .l-headerLogo svg polygon {
		fill: #000000 !important;
	}
}

.home .l-header {
	background-color: transparent;
	transition: background-color 0.4s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
	.home .l-header .l-headerLogo svg path,
	.home .l-header .l-headerLogo svg polygon {
		fill: #ffffff;
	}
}
.home .l-header .l-headerGnav li a {
	color: #ffffff;
	transition: color 0.3s ease 0s;
}
.home .l-header .l-headerButton span {
	background-color: #000000;
	transition: all 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
	.home .l-header .l-headerButton span {
		background-color: #ffffff;
	}
}
.home .l-header .l-headerButton span::before, .home .l-header .l-headerButton span::after {
	background-color: #000000;
	transition: all 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
	.home .l-header .l-headerButton span::before, .home .l-header .l-headerButton span::after {
		background-color: #ffffff;
	}
}
.home .l-header.is-change, .home .l-header.is-change-home {
	background-color: #ffffff;
}
@media screen and (min-width: 769px) {
	.home .l-header.is-change .l-headerLogo svg path,
	.home .l-header.is-change .l-headerLogo svg polygon, .home .l-header.is-change-home .l-headerLogo svg path,
	.home .l-header.is-change-home .l-headerLogo svg polygon {
		fill: #000000;
	}
}
.home .l-header.is-change .l-headerGnav li a, .home .l-header.is-change-home .l-headerGnav li a {
	color: #000000;
}
.home .l-header.is-change .l-headerButton span, .home .l-header.is-change-home .l-headerButton span {
	background-color: #000000;
}
.home .l-header.is-change .l-headerButton span::before, .home .l-header.is-change .l-headerButton span::after, .home .l-header.is-change-home .l-headerButton span::before, .home .l-header.is-change-home .l-headerButton span::after {
	background-color: #000000;
}

.l-contents-slide--pickup .l-contents-slide__wrapper__thumb {
	position: relative;
	height: 0;
	padding-bottom: 25%;
	max-height: initial;
}
.l-contents-slide--pickup .l-contents-slide__wrapper__thumb img {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-info {
	z-index: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	width: 89.3333333333%;
	margin: 0 auto -20px;
}
@media screen and (min-width: 769px) {
	.l-info {
		flex-direction: row;
		justify-content: space-between;
		gap: 0;
		width: 90%;
		max-width: 1300px;
		padding-bottom: 52px;
	}
}
.l-info__item {
	padding: 30px 6.5671641791%;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 20px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.l-info__item {
		display: flex;
		flex-direction: column;
		width: 32.4%;
		padding: 30px 20px 20px;
		border-radius: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.l-info__item {
		padding: 30px 36px 20px;
	}
}
@media screen and (min-width: 769px) {
	.l-info__item:first-child {
		padding: 30px 0.2% 20px;
	}
}
@media screen and (min-width: 1240px) {
	.l-info__item:first-child {
		padding: 30px 0.8% 20px;
	}
}
.l-info__item__head {
	text-align: center;
	padding-bottom: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
}
@media screen and (min-width: 769px) {
	.l-info__item__head {
		padding-bottom: 18px;
	}
}
.l-info__item__text {
	font-size: 13px;
	line-height: 1.84;
	letter-spacing: 0.04em;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.l-info__item__text {
		min-height: 70px;
	}
}
.l-info__item__form {
	padding-top: 12px;
}
.l-info__item__form__input input {
	display: block;
	width: 100%;
	padding: 13px 20px;
	font-size: 13px;
	border: none;
	background-color: #e6e3e1;
	border-radius: 4px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.l-info__item__form__input input {
		border-radius: 6px;
	}
}
.l-info__item__form__checkbox {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}
.l-info__item__form__checkbox input[type=checkbox] {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: #e6e3e1;
	border-radius: 4px;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.l-info__item__form__checkbox input[type=checkbox]:checked:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 7px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
.l-info__item__form__checkbox label {
	font-size: 13px;
	letter-spacing: 0.06em;
}
.l-info__item__form__checkbox label a {
	text-decoration: underline;
}
.l-info__item__button {
	max-width: 225px;
	width: 100%;
	margin: 18px auto 0;
}
@media screen and (min-width: 769px) {
	.l-info__item__button {
		margin: 32px auto 0;
	}
}
.l-info__item__button a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 9px 9px 20px;
	line-height: 1;
	color: #ffffff;
	border-radius: 200px;
}
@media screen and (min-width: 769px) {
	.l-info__item__button a {
		padding: 10px 6px 10px 18px;
	}
}
@media screen and (min-width: 1080px) {
	.l-info__item__button a {
		padding: 10px 10px 10px 30px;
	}
}
.l-info__item__button span {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.l-info__item__button span {
		font-size: 14px;
	}
}
@media screen and (min-width: 1080px) {
	.l-info__item__button span {
		font-size: 16px;
	}
}
.l-info__item__button img {
	width: 32px;
}
@media screen and (min-width: 769px) {
	.l-info__item__button img {
		width: 36px;
	}
}
@media screen and (min-width: 1080px) {
	.l-info__item__button img {
		width: 40px;
	}
}
.l-info__item__button.-red a {
	background-color: #f0330d;
}
.l-info__item__button.-orange a {
	background-color: #fa7b37;
}
.l-info__item__button.-black a {
	background-color: #000000;
}
.l-info #lp-container-fixed {
	padding: 0;
}
.l-info .paging-button-submit {
	margin-top: 0 !important;
}
.l-info .ee_element_first {
	display: none !important;
}

.l-footer {
	position: relative;
	background-color: #f0f0f0;
	margin-top: 60px;
	padding-top: 1px;
}
@media screen and (min-width: 769px) {
	.l-footer {
		margin-top: 0;
		padding-top: 40px;
	}
}
.l-footer::before {
	content: "";
	position: absolute;
	top: -79px;
	left: 0;
	width: 100%;
	height: 80px;
	background: transparent url(../../image/common/img_arc01_sp.png) no-repeat scroll top center/cover;
}
@media screen and (min-width: 769px) {
	.l-footer::before {
		top: calc(-13.3333333333vw + 1px);
		height: 13.3333333333vw;
		background: transparent url(../../image/common/img_arc01_pc.png) no-repeat scroll top center/cover;
	}
}

.l-footerInner {
	position: relative;
	margin-top: -6px;
	padding: 0 5.3333333333% 24px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.l-footerInner {
		margin-top: 0;
		padding: 0 5% 48px;
	}
}

@media screen and (min-width: 769px) {
	.l-footerHead {
		display: flex;
		align-items: center;
		gap: 0 30px;
	}
}
.l-footerHead__logo {
	width: 220px;
	padding-bottom: 26px;
}
@media screen and (min-width: 769px) {
	.l-footerHead__logo {
		width: 280px;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 769px) {
	.l-footerHead__sns {
		padding-top: 8px;
	}
}
.l-footerHead__sns ul {
	display: flex;
	align-items: center;
	gap: 0 20px;
}
@media screen and (min-width: 769px) {
	.l-footerHead__sns ul {
		gap: 0 15px;
	}
}
.l-footerHead__sns li:nth-of-type(1) img {
	width: 25px;
}
@media screen and (min-width: 769px) {
	.l-footerHead__sns li:nth-of-type(1) img {
		width: 17px;
	}
}
.l-footerHead__sns li:nth-of-type(2) img {
	width: 95px;
}
@media screen and (min-width: 769px) {
	.l-footerHead__sns li:nth-of-type(2) img {
		width: 63px;
	}
}
.l-footerHead__sns li:nth-of-type(3) img {
	width: 32px;
}
@media screen and (min-width: 769px) {
	.l-footerHead__sns li:nth-of-type(3) img {
		width: 22px;
	}
}
.l-footerHead__sns li:nth-of-type(4) img {
	width: 30px;
}
@media screen and (min-width: 769px) {
	.l-footerHead__sns li:nth-of-type(4) img {
		width: 20px;
	}
}
.l-footerHead__sns img {
	display: block;
}

.l-footerMenu {
	margin-top: 20px;
	margin-bottom: 78px;
}
@media screen and (min-width: 769px) {
	.l-footerMenu {
		margin-top: 20px;
		margin-bottom: 110px;
	}
}
.l-footerMenu-first-nest {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.l-footerMenu-first-nest {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0;
	}
}
.l-footerMenu-first-nest__child {
	position: relative;
}
@media screen and (min-width: 769px) {
	.l-footerMenu-first-nest__child {
		width: 100%;
	}
}
.l-footerMenu-first-nest__child > a, .l-footerMenu-first-nest__child > p {
	position: relative;
	display: block;
	padding: 18px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	border-bottom: 1px solid #e0dddc;
}
.l-footerMenu-first-nest__child > a::before, .l-footerMenu-first-nest__child > p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30px;
	height: 1px;
	background-color: #000000;
}
.l-footerMenu-first-nest__child span.l-footerMenu-button {
	z-index: 1;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
}
@media screen and (min-width: 769px) {
	.l-footerMenu-first-nest__child span.l-footerMenu-button {
		display: none;
	}
}
.l-footerMenu-first-nest__child span.l-footerMenu-button::before {
	content: "";
	position: absolute;
	top: 31px;
	right: 0;
	width: 20px;
	height: 1px;
	background-color: #000000;
}
.l-footerMenu-first-nest__child span.l-footerMenu-button::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 10px;
	width: 1px;
	height: 20px;
	background-color: #000000;
	transition: opacity 0.3s ease 0s;
}
.l-footerMenu-first-nest__child span.l-footerMenu-button.is-open::after {
	opacity: 0;
}
@media screen and (min-width: 769px) {
	.l-footerMenu-first-nest__small {
		width: 24.0384615385%;
	}
}
.l-footerMenu-second-nest {
	height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	margin: 0;
}
@media screen and (min-width: 769px) {
	.l-footerMenu-second-nest {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
		height: auto;
		margin-top: 14px;
		margin-bottom: 0;
		justify-content: start;
	}
}
.l-footerMenu-second-nest.-solution {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 769px) {
	.l-footerMenu-second-nest.-solution {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1260px) {
	.l-footerMenu-second-nest.-solution {
		grid-template-columns: repeat(5, 1fr);
	}
}
.l-footerMenu-second-nest.is-open {
	display: flex;
}
.l-footerMenu-second-nest__child {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}
.l-footerMenu-second-nest__child > a, .l-footerMenu-second-nest__child > p {
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.l-footerMenu-second-nest__child > a, .l-footerMenu-second-nest__child > p {
		font-size: 14px;
	}
}
.l-footerMenu-second-nest__child > a span, .l-footerMenu-second-nest__child > p span {
	display: inline-block;
	padding-bottom: 6px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.l-footerMenu-first-nest__large .l-footerMenu-second-nest {
		gap: 4px 0;
	}
}

.l-footerMenu-first-nest__small .l-footerMenu-second-nest {
	gap: 6px 20px;
}
@media screen and (max-width: 768px) {
	.l-footerMenu-first-nest__small .l-footerMenu-second-nest {
		gap: 4px 0;
	}
}

.l-footerCopyright {
	display: flex;
	flex-direction: column-reverse;
	gap: 8px;
}
@media screen and (min-width: 769px) {
	.l-footerCopyright {
		flex-direction: row;
		gap: 0 20px;
	}
}
.l-footerCopyright small {
	font-size: 11px;
}
.l-footerCopyright ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}
.l-footerCopyright li {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
}

/*----------------------------------------
	Component
----------------------------------------*/
.c-h1 {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-h1 {
		font-size: 1rem;
		line-height: 1.5;
	}
}

h1 .c-orange,
h2 .c-orange,
h3 .c-orange,
h4 .c-orange,
p .c-orange,
span .c-orange,
small .c-orange {
	color: #fa7b37;
}
h1.c-orange,
h2.c-orange,
h3.c-orange,
h4.c-orange,
p.c-orange,
span.c-orange,
small.c-orange {
	color: #fa7b37;
}

.c-button {
	max-width: 200px;
}
@media screen and (min-width: 769px) {
	.c-button {
		max-width: 240px;
	}
}
.c-button a,
.c-button button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 8px 8px 20px;
	background-color: #000000;
	box-sizing: border-box;
	border-radius: 200px;
	transition: all 0.4s;
	border: 1px solid #000000;
}
@media screen and (min-width: 769px) {
	.c-button a,
	.c-button button {
		padding: 10px 10px 10px 30px;
	}
}
.c-button a:hover,
.c-button button:hover {
	background: #ffffff;
	opacity: 1;
}
.c-button a:hover span,
.c-button button:hover span {
	color: #000000;
}
.c-button a:hover img,
.c-button button:hover img {
	mix-blend-mode: difference;
}
.c-button span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	color: #ffffff;
}
@media screen and (min-width: 769px) {
	.c-button span {
		font-size: 13px;
	}
}
.c-button img {
	width: 32px;
}
@media screen and (min-width: 769px) {
	.c-button img {
		width: 40px;
	}
}
.c-button--center {
	margin: 0 auto;
}
.c-button--full {
	max-width: initial;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.c-button--full {
		max-width: 340px;
	}
}
.c-button--full span {
	font-size: 13px;
}
.c-button--full img {
	width: 40px;
}
@media screen and (min-width: 769px) {
	.c-button--full img {
		width: 40px;
	}
}
.c-button--full a {
	padding: 10px 10px 10px 40px;
}
@media screen and (min-width: 769px) {
	.c-button--full a {
		padding: 10px 10px 10px 40px;
	}
}
.c-button.-orange a {
	box-sizing: border-box;
	background-color: #fa7b37;
	border: 1px solid #fa7b37;
	transition: all 0.4s;
}
.c-button.-orange a:hover {
	background: #ffffff;
	opacity: 1;
}
.c-button.-orange a:hover span {
	color: #fa7b37;
}
.c-button.-orange a:hover img {
	mix-blend-mode: inherit;
}
.c-button--large {
	width: 100%;
	max-width: 280px;
	margin: auto;
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.c-button--large {
		max-width: 480px;
	}
}
.c-button--large a {
	padding: 23px 30px 23px 10px;
	position: relative;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.c-button--large a {
		padding: 25px 30px 25px 10px;
	}
}
.c-button--large a img {
	right: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}
@media screen and (min-width: 769px) {
	.c-button--large a img {
		right: 18px;
	}
}
.c-button--large span {
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.c-button--large span {
		font-size: 20px;
	}
}
.c-button--small {
	max-width: 220px;
}
.c-button--small a {
	padding: 10px 8px 10px 40px;
}
.c-button--small img {
	width: 40px;
}
.c-button--small span {
	font-size: 13px;
}

.c-buttons {
	display: flex;
	gap: 0 10px;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.c-buttons {
		gap: 0 6px;
		margin-top: 30px;
		padding: 6px;
		background-color: #ffffff;
		border-radius: 200px;
		box-sizing: border-box;
		width: -moz-fit-content;
		width: fit-content;
	}
}
.c-buttons li {
	width: 47.7611940299%;
}
@media screen and (min-width: 769px) {
	.c-buttons li {
		width: 230px;
	}
}
.c-buttons li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 9px 9px 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	line-height: 1;
	color: #ffffff;
	border-radius: 200px;
}
@media screen and (min-width: 769px) {
	.c-buttons li a {
		padding: 10px 10px 10px 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 16px;
	}
}
.c-buttons li img {
	width: 32px;
}
@media screen and (min-width: 769px) {
	.c-buttons li img {
		width: 40px;
	}
}
.c-buttons li:nth-of-type(1) a {
	background-color: #f0330d;
}
.c-buttons li:nth-of-type(2) a {
	background-color: #fa7b37;
}

.c-button-more {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
@media screen and (min-width: 769px) {
	.c-button-more {
		gap: 0 9px;
	}
}
.c-button-more img {
	width: 20px;
}
@media screen and (min-width: 769px) {
	.c-button-more img {
		width: 24px;
	}
}
.c-button-more span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
	.c-button-more span {
		font-size: 13px;
	}
}

.c-button--detail {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
.c-button--detail img {
	width: 20px;
}
.c-button--detail a {
	display: flex;
	align-items: center;
	gap: 6px;
}

.c-link {
	margin-top: 20px;
}
.c-link a,
.c-link span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	position: relative;
	padding-left: 2.2rem;
}
@media screen and (min-width: 769px) {
	.c-link a,
	.c-link span {
		font-size: 16px;
		padding-left: 2rem;
	}
}
.c-link a::before,
.c-link span::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/contain;
}
@media screen and (min-width: 769px) {
	.c-link a::before,
	.c-link span::before {
		width: 24px;
		height: 24px;
	}
}

.c-breadcrumb {
	padding: 12px 5.3333333333% 10px;
	box-sizing: border-box;
	overflow-x: auto;
}
@media screen and (min-width: 1080px) {
	.c-breadcrumb {
		padding: 12px 5% 10px;
	}
}
.c-breadcrumb ul {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
}
.c-breadcrumb li {
	font-size: 11px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}
@media screen and (min-width: 1080px) {
	.c-breadcrumb li {
		font-size: 11px;
	}
}
.c-breadcrumb li::after {
	content: ">";
	display: inline-block;
	padding: 0 3px;
}
@media screen and (min-width: 1080px) {
	.c-breadcrumb li::after {
		padding: 0 4px;
	}
}
.c-breadcrumb li:last-of-type::after {
	display: none;
}

.c-hero {
	padding: 20px 0 0;
	position: relative;
}
@media screen and (min-width: 769px) {
	.c-hero {
		height: 40vw;
		padding: 54px 0 0;
		max-height: 534px;
	}
}
.c-hero__h1 h1 {
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
	.c-hero__h1 h1 {
		font-size: min(5vw, 70px);
		white-space: nowrap;
		line-height: 1.35;
	}
}
.c-hero__head {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0 14px;
	padding-bottom: 18px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	color: #b4b4b4;
}
@media screen and (min-width: 769px) {
	.c-hero__head {
		flex-direction: column;
		flex-direction: row;
		align-items: center;
		gap: 0 22px;
		padding-bottom: 14px;
		font-size: min(1.833vw, 25.7px);
	}
}
.c-hero__head::before {
	content: "";
	display: block;
	width: 15px;
	height: 12.5px;
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-hero__head::before {
		width: 30px;
		height: 25px;
	}
}
.c-hero__nav {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.c-hero__nav {
		margin-top: 70px;
	}
}
.c-hero__nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 8%;
	width: 80%;
}
@media screen and (min-width: 769px) {
	.c-hero__nav ul {
		gap: 4%;
		width: 100%;
	}
}
.c-hero__nav ul a {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding-left: 1.8rem;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.c-hero__nav ul a {
		font-size: min(1.083vw, 17px);
	}
}
.c-hero__nav ul a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	background: transparent url(../../image/common/arrow_slide_next.svg) no-repeat scroll center center/cover;
	transform: rotate(90deg);
	top: 0;
}
.c-hero__columns {
	display: flex;
	flex-direction: column;
	position: relative;
}
@media screen and (min-width: 769px) {
	.c-hero__columns {
		flex-direction: row;
		justify-content: space-between;
		max-width: 1214px;
	}
}
@media screen and (min-width: 769px) {
	.c-hero__column:first-child {
		margin-top: 60px;
		width: 50%;
		display: flex;
		flex-direction: column;
	}
}
.c-hero__column:last-child {
	z-index: -1;
	padding: 32px 6% 60px;
}
@media screen and (min-width: 769px) {
	.c-hero__column:last-child {
		padding: 0;
		margin: 0 0 0 -4%;
		width: min(43.333vw, 600px);
	}
}
.c-hero__arc {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -10;
	display: flex;
	align-items: flex-end;
}

.c-hero-lite {
	padding-top: 30px;
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.c-hero-lite {
		padding-top: 36px;
		padding-bottom: 40px;
	}
}
.c-hero-lite .c-sectionHead {
	justify-content: center;
}
.c-hero-lite .c-sectionTitle {
	text-align: center;
}
.c-hero-lite .c-sectionText {
	font-size: 16px;
	line-height: 1.87;
}
@media screen and (min-width: 769px) {
	.c-hero-lite .c-sectionText {
		text-align: center;
	}
}
.c-hero-lite .c-sectionFilter {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.c-hero-lite .c-sectionFilter {
		display: flex;
		align-items: center;
		gap: 0 12px;
		margin-top: 24px;
	}
}
.c-hero-lite .c-sectionFilter p {
	margin-bottom: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.c-hero-lite .c-sectionFilter p {
		margin-bottom: 0;
		font-size: 13px;
	}
}
.c-hero-lite .c-sectionFilter ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
@media screen and (min-width: 769px) {
	.c-hero-lite .c-sectionFilter ul {
		gap: 10px;
	}
}
.c-hero-lite .c-sectionFilter ul li.is-active a {
	background-color: #000000;
	color: #ffffff;
}
.c-hero-lite .c-sectionFilter ul li a {
	display: inline-block;
	padding: 11px 12px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 200px;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.c-hero-lite .c-sectionFilter ul li a {
		cursor: pointer;
		padding: 12px 40px;
		font-size: 13px;
	}
}
.c-hero-lite__lead {
	padding-top: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-hero-lite__lead {
		padding-top: 30px;
		font-size: 32px;
		line-height: 1.68;
	}
}
.c-hero-lite__wrapper {
	overflow: hidden;
}
.c-hero-lite__slider {
	position: relative;
	width: 78.6666666667%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.c-hero-lite__slider {
		width: 40%;
	}
}
.c-hero-lite__slider .swiper-slide {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}
.c-hero-lite__slider .swiper-slide-active,
.c-hero-lite__slider .swiper-slide-prev,
.c-hero-lite__slider .swiper-slide-next {
	opacity: 1;
}
.c-hero-lite__slider .swiper-button-prev,
.c-hero-lite__slider .swiper-button-next {
	z-index: 2;
	width: 24px;
	height: 24px;
}
@media screen and (min-width: 769px) {
	.c-hero-lite__slider .swiper-button-prev,
	.c-hero-lite__slider .swiper-button-next {
		width: 40px;
		height: 40px;
	}
}
.c-hero-lite__slider .swiper-button-prev::before, .c-hero-lite__slider .swiper-button-prev::after,
.c-hero-lite__slider .swiper-button-next::before,
.c-hero-lite__slider .swiper-button-next::after {
	display: none;
}
.c-hero-lite__slider .swiper-button-prev {
	top: 32%;
	left: -31px;
	background: transparent url(../../image/common/arrow_slide_prev.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-hero-lite__slider .swiper-button-prev {
		top: 32%;
		left: -59px;
	}
}
.c-hero-lite__slider .swiper-button-next {
	top: 32%;
	right: -31px;
	background: transparent url(../../image/common/arrow_slide_next.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-hero-lite__slider .swiper-button-next {
		top: 34%;
		right: -59px;
	}
}
.c-hero-lite--left .c-sectionHead {
	justify-content: flex-start;
}
@media screen and (min-width: 769px) {
	.c-hero-lite--left .c-sectionHead {
		justify-content: center;
	}
}
.c-hero-lite--left .c-sectionTitle {
	text-align: left;
}
@media screen and (min-width: 769px) {
	.c-hero-lite--left .c-sectionTitle {
		text-align: center;
	}
}
.c-hero-lite--start .c-sectionHead {
	justify-content: flex-start;
}
@media screen and (min-width: 769px) {
	.c-hero-lite--start .c-sectionHead {
		justify-content: flex-start;
	}
}
.c-hero-lite--start .c-sectionTitle {
	text-align: left;
}
@media screen and (min-width: 769px) {
	.c-hero-lite--start .c-sectionTitle {
		text-align: left;
	}
}
.c-hero-lite--start .c-sectionText {
	text-align: left;
}
@media screen and (min-width: 769px) {
	.c-hero-lite--start .c-sectionText {
		text-align: left;
	}
}

.c-hero-articles .c-sectionTitle {
	text-align: center;
	position: relative;
	padding: 10px 0 40px;
}
@media screen and (min-width: 769px) {
	.c-hero-articles .c-sectionTitle {
		padding: 30px 0 50px;
	}
}
.c-hero-articles .c-sectionTitle::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 12.5px;
	margin-right: 10px;
	transform: translateY(-3px);
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-hero-articles .c-sectionTitle::before {
		width: 30px;
		height: 25px;
		margin-right: 16px;
		transform: translateY(-1px);
	}
}

.c-hero-result {
	padding: 70px 0 0;
}
@media screen and (min-width: 769px) {
	.c-hero-result {
		padding: 46px 0 0;
	}
}
.c-hero-result + .c-section {
	padding-top: 40px;
}
@media screen and (min-width: 769px) {
	.c-hero-result + .c-section {
		padding-top: 46px;
	}
}
.c-hero-result .c-sectionTitle {
	position: relative;
	padding-bottom: 24px;
	font-size: 24px;
}
@media screen and (min-width: 769px) {
	.c-hero-result .c-sectionTitle {
		padding-bottom: 30px;
		font-size: 32px;
	}
}

.c-section {
	padding-top: 60px;
	padding-bottom: 76px;
}
@media screen and (min-width: 769px) {
	.c-section {
		padding-top: 120px;
		padding-bottom: 260px;
	}
}
@media screen and (min-width: 1240px) {
	.c-section {
		padding-bottom: 300px;
	}
}
@media screen and (min-width: 1600px) {
	.c-section {
		padding-bottom: 360px;
	}
}
.c-section:last-of-type {
	padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
	.c-section:last-of-type {
		padding-bottom: 180px;
	}
}
.c-section--gray {
	--radius-size: 0.5;
	position: relative;
	background-color: #f0f0f0;
	margin-top: 50px;
	padding-top: 0 !important;
}
@media screen and (min-width: 769px) {
	.c-section--gray {
		margin-top: 0;
	}
}
.c-section--gray::before {
	content: "";
	position: absolute;
	top: -79px;
	left: 0;
	width: 100%;
	height: 80px;
	background: transparent url(../../image/common/img_arc01_sp.png) no-repeat scroll top center/cover;
	transform: scaleY(var(--radius-size));
	transform-origin: bottom;
}
@media screen and (min-width: 769px) {
	.c-section--gray::before {
		top: calc(-13.3333333333vw + 1px);
		height: 13.3333333333vw;
		background: transparent url(../../image/common/img_arc01_pc.png) no-repeat scroll top center/cover;
	}
}
.c-section--gray .c-sectionFrame {
	padding-top: 1px;
}
@media screen and (min-width: 769px) {
	.c-section--gray .c-sectionFrame {
		padding-top: 1px;
	}
}
.c-section--white {
	--radius-size: 0;
	position: relative;
	background-color: #ffffff;
	margin-top: 50px;
	padding-top: 0 !important;
}
@media screen and (min-width: 769px) {
	.c-section--white {
		margin-top: 0;
	}
}
.c-section--white::before {
	content: "";
	position: absolute;
	top: -79px;
	left: 0;
	width: 100%;
	height: 80px;
	background: transparent url(../../image/common/img_arc02_sp.png) no-repeat scroll top center/cover;
	transform: scaleY(var(--radius-size));
	transform-origin: bottom;
}
@media screen and (min-width: 769px) {
	.c-section--white::before {
		top: calc(-13.3333333333vw + 1px);
		height: 13.3333333333vw;
		background: transparent url(../../image/common/img_arc02_pc.png) no-repeat scroll top center/cover;
	}
}
.c-section--white .c-sectionFrame {
	padding-top: 1px;
}
@media screen and (min-width: 769px) {
	.c-section--white .c-sectionFrame {
		padding-top: 1px;
	}
}
.c-section--fullimages {
	margin: 0;
	padding: 0;
}
.c-section--fullimages + .c-section--white {
	margin: 0;
}
.c-section:has(+ .c-section--fullimages) {
	padding-bottom: 58px;
}
@media screen and (min-width: 769px) {
	.c-section:has(+ .c-section--fullimages) {
		padding-bottom: 90px;
	}
}

.c-sectionWrapper {
	padding-bottom: 135px;
}

.c-sectionFrame {
	padding-right: 5.3333333333%;
	padding-left: 5.3333333333%;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-sectionFrame {
		max-width: 1300px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 6.6666666667%;
		padding-left: 6.6666666667%;
	}
}
.c-sectionFrame + .c-sectionFrame {
	padding-top: 80px;
}
@media screen and (min-width: 769px) {
	.c-sectionFrame + .c-sectionFrame {
		padding-top: 86px;
	}
}
.c-sectionFrame__inner {
	position: relative;
	margin-top: -10px;
}
@media screen and (min-width: 769px) {
	.c-sectionFrame__inner {
		margin-top: -40px;
	}
}
.c-sectionFrame__wrap {
	margin-top: 120px;
}

@media screen and (min-width: 769px) {
	.c-sectionFrame--column {
		max-width: 1300px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 6.3333333333%;
		padding-left: 6.6666666667%;
	}
}

.c-sectionHead {
	display: flex;
	align-items: center;
	gap: 0 14px;
	padding-bottom: 10px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	color: #b4b4b4;
}
@media screen and (min-width: 769px) {
	.c-sectionHead {
		gap: 0 22px;
		padding-bottom: 12px;
		font-size: 22px;
	}
}
.c-sectionHead::before {
	content: "";
	display: block;
	width: 15px;
	height: 12.5px;
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-sectionHead::before {
		width: 30px;
		height: 25px;
	}
}

.c-sectionTitle {
	z-index: 1;
	position: relative;
	padding-bottom: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 1.57;
}
@media screen and (min-width: 769px) {
	.c-sectionTitle {
		padding-bottom: 44px;
		font-size: 42px;
		line-height: 1.42;
	}
}
.c-sectionTitle--xs {
	font-size: 20px;
}
@media screen and (min-width: 769px) {
	.c-sectionTitle--xs {
		font-size: 28px;
	}
}
@media screen and (min-width: 769px) {
	.c-sectionTitle--sm {
		font-size: 28px;
	}
}
@media screen and (min-width: 769px) {
	.c-sectionTitle--md {
		font-size: 38px;
	}
}

.c-sectionText {
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.c-sectionText {
		font-size: 16px;
		line-height: 1.75;
	}
}

.c-sectionTitleSet {
	margin-bottom: 54px;
}
@media screen and (min-width: 769px) {
	.c-sectionTitleSet {
		display: flex;
	}
}
@media screen and (min-width: 769px) {
	.c-sectionTitleSet .c-sectionTitle {
		width: 44.2307692308%;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 769px) {
	.c-sectionTitleSet .c-sectionLead {
		flex: 1;
		margin-bottom: 0;
		padding-left: 28px;
	}
}

.c-sectionLead {
	position: relative;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.92;
	border-left: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.c-sectionLead {
		margin-bottom: 46px;
		padding-left: 18px;
		font-size: 14px;
		line-height: 2;
	}
}

.c-sectionIntro {
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.c-sectionIntro {
		font-size: 14px;
		line-height: 2;
	}
}

.c-sectionCenter .c-sectionHead,
.c-sectionCenter .c-sectionTitle,
.c-sectionCenter .c-sectionIntro {
	text-align: center;
	justify-content: center;
}

.c-number {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 24px;
	margin-bottom: 14px;
	background-color: #fa7b37;
	background: transparent url(../../image/common/icon_motif02.png) no-repeat scroll center center/contain;
}
@media screen and (min-width: 769px) {
	.c-number {
		width: 50px;
		height: 47.5px;
		margin-bottom: 16px;
	}
}
.c-number span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 5px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 11px;
	line-height: 1;
	color: #ffffff;
}
@media screen and (min-width: 769px) {
	.c-number span {
		top: 13px;
		font-size: 15px;
	}
}

@media screen and (min-width: 769px) {
	.c-list-container--column {
		display: flex;
		justify-content: space-between;
	}
}
.c-list-container + .c-list-container {
	margin-top: 60px;
}
.c-list-container__title {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
.c-list-container__title span {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 4px;
	border-bottom: 2px solid #e0dddc;
}
.c-list-container__lead {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.c-list-container__lead {
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.c-list-container__outer {
		width: 47.1153846154%;
	}
}
.c-list-container__outer + .c-list-container__outer {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.c-list-container__outer + .c-list-container__outer {
		margin: 0;
	}
}
.c-list-container__wrapper {
	position: relative;
}
.c-list-container__wrapper + .c-button {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.c-list-container__wrapper + .c-button {
		margin-top: 40px;
	}
}
.c-list-container__column {
	display: flex;
	flex-direction: column;
	gap: 44px 0;
}
@media screen and (min-width: 769px) {
	.c-list-container__column {
		flex-direction: row;
		justify-content: space-between;
	}
}
@media screen and (min-width: 769px) {
	.c-list-container__item {
		width: 48.0769230769%;
	}
}
.c-list-container__item__head {
	text-align: center;
	margin-bottom: 10px;
	color: #ff6d19;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}
.c-list-container__item__title {
	text-align: center;
	margin-bottom: 28px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
@media screen and (min-width: 769px) {
	.c-list-container__item__title {
		margin-bottom: 36px;
		font-size: 24px;
	}
}
.c-list-container__item__title span {
	display: inline-block;
	border-bottom: 2px solid #e0dddc;
}
.c-list-container__item a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.c-list-container__item a {
		display: grid;
		grid-template: "thumb contents" "thumb button";
		grid-template-columns: 36% 58%;
	}
}
.c-list-container__item__thumb {
	width: 35.8208955224%;
}
@media screen and (min-width: 769px) {
	.c-list-container__item__thumb {
		grid-area: thumb;
		width: 100%;
	}
}
.p-postBox > li > .c-list-container__item__thumb {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	}
.c-list-container__item__contents {
	width: 59.7014925373%;
}
@media screen and (min-width: 769px) {
	.c-list-container__item__contents {
		grid-area: contents;
		width: 100%;
	}
}
.c-list-container__item__contents p {
	font-size: 14px;
	line-height: 1.7;
}
.c-list-container__item__button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 188px;
	margin: 20px auto 0;
	padding: 16px 0 16px 24px;
	border-radius: 200px;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.c-list-container__item__button {
		grid-area: button;
		margin: 24px 0 0;
	}
}
.t-wrapperColumn__intro a > .c-list-container__item__button, .t-wrapperColumn__intro__item > .c-list-container__item__button {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
	}
.c-list-container__item__button img {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	width: 33px;
}
.c-list-container__item__button:nth-of-type(1) {
	background-color: #f04000;
}
.c-list-container__item__button:nth-of-type(2) {
	background-color: #ffaf26;
}
.c-list-container__item:nth-of-type(1) .c-list-container__item__button {
	background-color: #f04000;
}
.c-list-container__item:nth-of-type(2) .c-list-container__item__button {
	background-color: #ffaf26;
}

.c-list-slider {
	width: 87.7611940299%;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.c-list-slider {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.c-list-slider__item + * {
		margin-top: 40px;
	}
}
@media screen and (min-width: 769px) {
	.c-list-slider__item a {
		display: flex;
		justify-content: space-between;
	}
}
.c-list-slider__item__thumb {
	padding-bottom: 16px;
}
@media screen and (min-width: 769px) {
	.c-list-slider__item__thumb {
		width: 36.7346938776%;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 769px) {
	.c-list-slider__item__inner {
		width: 59.1836734694%;
	}
}
.c-list-slider__item__inner h3 {
	padding-bottom: 10px;
	font-size: 17px;
}
@media screen and (min-width: 769px) {
	.c-list-slider__item__inner h3 {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 1.75;
	}
}
.c-list-slider__item__inner ul {
	display: flex;
	flex-direction: column;
	gap: 4px 0;
}
.c-list-slider__item__inner li {
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.c-list-slider__item__inner li {
		font-size: 12px;
	}
}
@media screen and (min-width: 769px) {
	.c-list-slider__item__inner__head {
		display: flex;
		align-items: center;
		gap: 0 9px;
		margin-bottom: 10px;
	}
}
.c-list-slider__item__inner__head time {
	display: block;
	padding-top: 10px;
	padding-bottom: 6px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #393d3b;
}
@media screen and (min-width: 769px) {
	.c-list-slider__item__inner__head time {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.c-list-slider__item__inner__head span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 16px;
	font-size: 11px;
	letter-spacing: 0.04em;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 200px;
}
@media screen and (min-width: 769px) {
	.c-list-slider__item__inner__head span {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 769px) {
	.c-list-slider .swiper-wrapper {
		display: block;
	}
}
.c-list-slider .swiper-button-prev,
.c-list-slider .swiper-button-next {
	z-index: 2;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.c-list-slider .swiper-button-prev,
	.c-list-slider .swiper-button-next {
		display: none;
	}
}
.c-list-slider .swiper-button-prev::before, .c-list-slider .swiper-button-prev::after,
.c-list-slider .swiper-button-next::before,
.c-list-slider .swiper-button-next::after {
	display: none;
}
.c-list-slider .swiper-button-prev {
	top: 32%;
	left: -8px;
	background: transparent url(../../image/common/arrow_slide_prev.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-list-slider .swiper-button-prev {
		top: 32%;
		left: -50px;
	}
}
.c-list-slider .swiper-button-next {
	top: 32%;
	right: -8px;
	background: transparent url(../../image/common/arrow_slide_next.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-list-slider .swiper-button-next {
		top: 32%;
		right: -50px;
	}
}
.c-list-slider .swiper-autoheight .swiper-wrapper {
	align-items: stretch;
	transition-property: transform, height;
}

.c-publication-slider {
	width: 87.7611940299%;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.c-publication-slider {
		width: 100%;
	}
}
.c-publication-slider__thumb {
	width: 62.9921259843%;
	max-height: 160px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.c-publication-slider__thumb {
		width: 160px;
		margin: 0;
	}
}
.c-publication-slider__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (min-width: 769px) {
	.c-publication-slider__contents {
		flex: 1;
	}
}
.c-publication-slider__contents h3 {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.c-publication-slider__contents h3 {
		padding-bottom: 20px;
		font-size: 16px;
	}
}
.c-publication-slider__contents p {
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 1.71;
}
@media screen and (min-width: 769px) {
	.c-publication-slider__contents p {
		padding-bottom: 24px;
	}
}
.c-publication-slider__contents span {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 0.06em;
}
.c-publication-slider__contents span::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-publication-slider .swiper-slide {
		display: block;
	}
}
.c-publication-slider .swiper-slide a {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
	padding: 22px 6.8027210884% 24px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 16px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-publication-slider .swiper-slide a {
		flex-direction: row;
		gap: 0 30px;
		padding: 38px;
		border-radius: 20px;
	}
}
.c-publication-slider .swiper-button-prev,
.c-publication-slider .swiper-button-next {
	z-index: 2;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.c-publication-slider .swiper-button-prev,
	.c-publication-slider .swiper-button-next {
		width: 40px;
		height: 40px;
	}
}
.c-publication-slider .swiper-button-prev::before, .c-publication-slider .swiper-button-prev::after,
.c-publication-slider .swiper-button-next::before,
.c-publication-slider .swiper-button-next::after {
	display: none;
}
.c-publication-slider .swiper-button-prev {
	top: 50%;
	left: -8px;
	background: transparent url(../../image/common/arrow_slide_prev.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-publication-slider .swiper-button-prev {
		top: 50%;
		left: -50px;
	}
}
.c-publication-slider .swiper-button-next {
	top: 50%;
	right: -8px;
	background: transparent url(../../image/common/arrow_slide_next.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-publication-slider .swiper-button-next {
		top: 50%;
		right: -50px;
	}
}

.c-section__title--column {
	display: flex;
	flex-direction: column;
	gap: 34px;
}
@media screen and (min-width: 1080px) {
	.c-section__title--column {
		flex-direction: row;
		gap: 7.2%;
		justify-content: space-between;
	}
}
.c-section__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.c-section__title {
		text-align: center;
	}
}
.c-section__title.-left {
	align-items: flex-start;
	text-align: left;
}
.c-section__title h2 {
	width: -moz-fit-content;
	width: fit-content;
	font-size: 28px;
	padding-left: 2rem;
	position: relative;
	margin-top: 0;
	line-height: 1.3;
	text-align: inherit;
}
@media screen and (min-width: 769px) {
	.c-section__title h2 {
		padding-left: 2.4rem;
		line-height: 1.4;
		font-size: 36px;
		line-height: 50px;
	}
}
.c-section__title h2::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 13px;
	height: 10.6px;
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/contain;
}
@media screen and (min-width: 769px) {
	.c-section__title h2::before {
		top: 20px;
		width: 20px;
		height: 20px;
	}
}
@media screen and (min-width: 769px) {
	.c-section__title h2 {
		font-size: 36px;
		line-height: 54px;
	}
}
.c-section__title:has(small) h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-top: 15px;
	padding-left: 0;
}
@media screen and (min-width: 769px) {
	.c-section__title:has(small) h2 {
		line-height: 1.4;
		font-size: 44px;
	}
}
.c-section__title:has(small) h2::before {
	display: none;
}
.c-section__title:has(small) small {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	position: relative;
	padding-left: 1.8rem;
}
@media screen and (min-width: 769px) {
	.c-section__title:has(small) small {
		padding-left: 2.5rem;
		font-size: 16px;
	}
}
.c-section__title:has(small) small::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 13px;
	height: 10.6px;
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/contain;
}
@media screen and (min-width: 769px) {
	.c-section__title:has(small) small::before {
		width: 20px;
		height: 20px;
	}
}
.c-section__title:has(img) img {
	width: 13px;
}
@media screen and (min-width: 769px) {
	.c-section__title:has(img) img {
		width: 30px;
	}
}
.c-section__title:has(img) h2 {
	margin-top: 15px;
	padding-left: 0;
	font-size: 32px;
	line-height: 1.32;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.c-section__title:has(img) h2 {
		line-height: 1.38;
		font-size: 44px;
	}
}
.c-section__title:has(img) h2::before {
	display: none;
}

.c-paragraph__title {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
@media screen and (min-width: 769px) {
	.c-paragraph__title {
		gap: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.c-paragraph__title {
		gap: 28px;
	}
}
.c-paragraph h3 {
	font-size: 18px;
	margin-top: -0.2em;
	flex: 1;
}
@media screen and (min-width: 769px) {
	.c-paragraph h3 {
		font-size: 20px;
		flex: inherit;
	}
}
@media screen and (min-width: 1080px) {
	.c-paragraph h3 {
		font-size: 24px;
	}
}
.c-paragraph p {
	font-size: 15px;
	line-height: 1.88;
	margin-top: 24px;
}
@media screen and (min-width: 1080px) {
	.c-paragraph p {
		margin-top: 30px;
	}
}
.c-paragraph__img {
	margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
	.c-paragraph__img {
		margin: 36px auto 0;
		width: 74.148%;
	}
}

.c-section__columnsContainer {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media screen and (min-width: 769px) {
	.c-section__columnsContainer {
		gap: 60px;
	}
}
.c-section__columnsContainer .c-section__columns {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 25px;
}
@media screen and (min-width: 769px) {
	.c-section__columnsContainer .c-section__columns {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 6%;
	}
}
.c-section__columnsContainer .c-section__column:first-child {
	width: 70.15%;
}
@media screen and (min-width: 769px) {
	.c-section__columnsContainer .c-section__column:first-child {
		width: 30.8%;
	}
}
.c-section__columnsContainer .c-section__column:last-child {
	flex: 1;
}

.c-links {
	margin: 80px auto 100px;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.c-links {
		width: 86.6666666667%;
		margin: 114px auto 138px;
	}
}
.c-links__frame {
	margin-top: 52px;
}
@media screen and (min-width: 769px) {
	.c-links__frame {
		margin-top: 76px;
	}
}
.c-links h3 {
	font-size: 24px;
}
@media screen and (min-width: 769px) {
	.c-links h3 {
		font-size: 26px;
	}
}
.c-links a > h3 {
	position: relative;
	padding-left: 2.5rem;
}
.c-links a > h3:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/contain;
}
@media screen and (min-width: 769px) {
	.c-links a > h3:before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
	}
}
.c-links__list {
	display: flex;
	flex-direction: column;
	margin-top: 14px;
}
@media screen and (min-width: 769px) {
	.c-links__list {
		flex-direction: row;
		margin-top: 30px;
		gap: 3.7%;
	}
}
.c-links li {
	width: 100%;
	border-bottom: solid 2px #e0dddc;
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.c-links li {
		width: 30.86%;
		padding-bottom: 36px;
	}
}
.c-links .c-link a {
	display: block;
	padding-left: 2.2rem;
}

.p-postList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0;
	position: relative;
}
@media screen and (min-width: 769px) {
	.p-postList {
		gap: 56px 0;
	}
}
.p-postList::after {
	content: "";
	display: block;
	height: 0;
	width: 47.7611940299%;
}
@media screen and (min-width: 769px) {
	.p-postList::after {
		width: 47.0588235294%;
	}
}
.p-postList > li {
	width: 47.7611940299%;
}
@media screen and (min-width: 769px) {
	.p-postList > li {
		width: 47.0588235294%;
	}
}
.p-postList > li a {
	cursor: pointer;
}
.p-postList.p-posilist__3cols::after {
	content: "";
	display: block;
	height: 0;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.p-postList.p-posilist__3cols::after {
		width: 47.7611940299%;
	}
}
@media screen and (min-width: 1080px) {
	.p-postList.p-posilist__3cols::after {
		width: 30.7692307692%;
	}
}
.p-postList.p-posilist__3cols > li {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.p-postList.p-posilist__3cols > li {
		width: 47.7611940299%;
	}
}
@media screen and (min-width: 1080px) {
	.p-postList.p-posilist__3cols > li {
		width: 30.7692307692%;
	}
}
.p-postList.p-posilist__3cols > li a {
	cursor: pointer;
}
.p-postList.p-posilist__3cols .p-post__title {
	padding-bottom: 10px;
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.p-postList.p-posilist__3cols .p-post__title {
		font-size: 16px;
		line-height: 1.75;
	}
}
.p-postList__eyecatch {
	padding-bottom: 16px;
}
@media screen and (min-width: 769px) {
	.p-postList__eyecatch {
		padding-bottom: 26px;
	}
}
.p-postList__eyecatch:has(+ .p-postList__inner) {
	padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
	.p-postList__eyecatch:has(+ .p-postList__inner) {
		padding-bottom: 16px;
	}
}
.p-postList__body .p-post__title {
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.p-postList__body .p-post__title {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 1.75;
	}
}
.p-postList__body .p-post__tag ul {
	display: flex;
	flex-direction: column;
	gap: 4px 0;
}
.p-postList__body .p-post__tag ul li {
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.p-postList__body .p-post__tag ul li {
		font-size: 12px;
	}
}
.p-postList__body .p-post__tag ul li a {
	color: #000000;
	text-decoration-color: #000000;
}
.p-postList__inner .p-post__title {
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.p-postList__inner .p-post__title {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 1.75;
	}
}
.p-postList__inner .p-post__data {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-bottom: 6px;
}
@media screen and (min-width: 769px) {
	.p-postList__inner .p-post__data {
		flex-direction: row;
		gap: 10px;
		padding-bottom: 8px;
	}
}
.p-postList__inner .p-post__data > p {
	padding-top: 6px;
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #393d3b;
}
@media screen and (min-width: 769px) {
	.p-postList__inner .p-post__data > p {
		padding-top: 3px;
		font-size: 13px;
	}
}
.p-postList__inner .p-post__data ul {
	display: flex;
	gap: 10px;
}
.p-postList__inner .p-post__data li {
	display: inline-block;
	padding: 2px 10px;
	font-size: 11px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 50px;
}
@media screen and (min-width: 769px) {
	.p-postList__inner .p-post__data li {
		padding: 3px 16px;
		font-size: 11px;
	}
}

.p-postBox {
	display: flex;
	flex-direction: column;
	gap: 14px 0;
}
@media screen and (min-width: 769px) {
	.p-postBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 56px 0;
	}
}
.p-postBox > li {
	display: grid;
	grid-template: "category category" "thumb title";
	grid-template-columns: 23.3333333333% 68.6666666667%;
	grid-template-rows: auto 1fr;
	gap: 14px 20px;
	padding: 14px 14px 18px 14px;
	background-color: #f0f0f0;
	border-radius: 16px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.p-postBox > li {
		grid-template-columns: 26.9230769231% 65.3846153846%;
		gap: 18px 7.6923076923%;
		width: 47.0588235294%;
		padding: 30px;
		border-radius: 20px;
	}
}
.p-postBox > li a {
	cursor: pointer;
}
.p-postBox__category {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: category;
}
.p-postBox__category span {
	display: inline-block;
	padding: 3px 16px;
	font-size: 11px;
	line-height: 1;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 50px;
}
@media screen and (min-width: 769px) {
	.p-postBox__category span {
		padding: 3px 15px;
		font-size: 11px;
	}
}
.p-postBox__eyecatch {
	grid-area: thumb;
}
.p-postBox > li > .p-postBox__eyecatch {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
}
.p-postBox__eyecatchWrap a {
	display: block;
}
.p-postBox__body {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: title;
}
.t-wrapperColumn__intro a > .p-postBox__body, .t-wrapperColumn__intro__item > .p-postBox__body {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.p-postBox__body .p-post__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.p-postBox__body .p-post__title {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 1.75;
	}
}
.p-postBox--other li {
	width: 30.7692307692%;
}

.p-postDetailHead__info {
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead__info {
		padding-bottom: 24px;
	}
}
.p-postDetailHead__info .p-post__date {
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead__info .p-post__date {
		font-size: 14px;
	}
}
.p-postDetailHead .p-post__title {
	padding-bottom: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__title {
		padding-bottom: 20px;
		font-size: 36px;
	}
}
.p-postDetailHead .p-post__tag {
	display: flex;
	gap: 0 4px;
	padding-bottom: 18px;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__tag {
		padding-bottom: 24px;
	}
}
.p-postDetailHead .p-post__tag > p {
	padding-top: 6px;
	font-size: 11px;
	letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__tag > p {
		padding-top: 3px;
		font-size: 13px;
	}
}
.p-postDetailHead .p-post__tag ul {
	display: flex;
	gap: 10px;
}
.p-postDetailHead .p-post__tag li span {
	display: inline-block;
	padding: 3px 16px;
	font-size: 11px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 50px;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__tag li span {
		font-size: 11px;
	}
}
.p-postDetailHead .p-post__heading {
	position: relative;
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__heading {
		padding-bottom: 12px;
		font-size: 14px;
	}
}
.p-postDetailHead .p-post__heading::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-right: 8px;
	transform: translateY(1px);
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__heading::before {
		width: 20px;
		height: 16.6px;
		margin-right: 12px;
		transform: translateY(4px);
	}
}
.p-postDetailHead .p-post__title {
	padding-bottom: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__title {
		padding-bottom: 16px;
		font-size: 36px;
	}
}
.p-postDetailHead .p-post__tag {
	display: flex;
	gap: 0 4px;
	padding-bottom: 18px;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__tag {
		padding-bottom: 24px;
	}
}
.p-postDetailHead .p-post__tag > p {
	padding-top: 6px;
	font-size: 11px;
	letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__tag > p {
		padding-top: 3px;
		font-size: 13px;
	}
}
.p-postDetailHead .p-post__tag ul {
	display: flex;
	gap: 10px;
}
.p-postDetailHead .p-post__tag li span {
	display: inline-block;
	padding: 3px 16px;
	font-size: 11px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 50px;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead .p-post__tag li span {
		font-size: 11px;
	}
}
.p-postDetailHead__info {
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-postDetailHead__info {
		padding-bottom: 24px;
	}
}
.p-postDetailHead__info .p-post__date {
	display: flex;
	align-items: center;
	gap: 0 12px;
}
.p-postDetailHead__info dt {
	color: #393d3b;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.02em;
}
.p-postDetailHead__info dd {
	display: inline-block;
	padding: 3px 16px;
	border: 2px solid #e0dddc;
	border-radius: 200px;
	background-color: #ffffff;
	font-size: 11px;
}

.p-postDetailEyecatch {
	padding-bottom: 20px;
}
.p-postDetailEyecatch:has(+ .p-cms-format) {
	margin-bottom: 40px;
	padding-bottom: 0;
}

.p-voiInfo {
	margin-bottom: 16px;
	padding: 30px 5.9701492537%;
	border: 2px solid #e0dddc;
	border-radius: 16px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.p-voiInfo {
		padding: 30px;
	}
}
.p-voiInfo a {
	color: #000000 !important;
	text-decoration-color: #000000 !important;
}
.p-voiInfo__logo {
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-voiInfo__logo {
		display: flex;
	}
}
.p-voiInfo__logo img {
	display: block;
	width: 61.0169491525%;
	min-width: 180px;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.p-voiInfo__logo img {
		width: 180px;
		padding-right: 30px;
	}
}
.p-voiInfo__logo__url {
	display: flex;
	flex-direction: column;
	gap: 4px 0;
	padding-top: 30px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.p-voiInfo__logo__url {
		flex: 1;
		padding-top: 0;
		padding-left: 30px;
		border-left: 2px solid #e0dddc;
	}
}
.p-voiInfo__logo__url p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.p-voiInfo__logo__url p {
		font-size: 20px;
	}
}
.p-voiInfo__logo__url a {
	text-decoration: underline;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.p-voiInfo__logo__url a {
		font-size: 16px;
	}
}
.p-voiInfo__company table tr {
	display: flex;
}
.p-voiInfo__company table tr + tr {
	margin-top: 20px;
}
.p-voiInfo__company table th {
	width: 60px;
	border-right: 2px solid #e0dddc;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.p-voiInfo__company table th {
		width: 210px;
		font-size: 11px;
	}
}
.p-voiInfo__company table td {
	flex: 1;
	padding-left: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	.p-voiInfo__company table td {
		padding-left: 30px;
		font-size: 16px;
	}
}
.p-voiInfo__company table td .p-post__tag ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 14px;
}
.p-voiInfo__company table td .p-post__tag ul li {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	font-weight: 500;
}
@media screen and (min-width: 769px) {
	.p-voiInfo__company table td .p-post__tag ul li {
		font-size: 14px;
	}
}
.p-voiInfo__company table td .p-post__tag ul li a {
	text-decoration: underline;
}

.p-voiOverviewFlow {
	display: flex;
	flex-wrap: wrap;
}
.p-voiOverviewFlow dt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.p-voiOverviewFlow dt {
		width: 200px;
		font-size: 16px;
	}
}
.p-voiOverviewFlow dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 20px;
	border: 1px solid #e0dddc;
	border-left: none;
	width: calc(100% - 120px);
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.57;
}
@media screen and (min-width: 769px) {
	.p-voiOverviewFlow dd {
		gap: 20px;
		width: calc(100% - 200px);
		min-height: 80px;
		padding: 20px;
		line-height: 1.7;
	}
}
.p-voiOverviewFlow dd b a {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.p-voiOverviewFlow dd b a {
		padding-left: 30px;
		font-size: 14px;
	}
}
.p-voiOverviewFlow dd b a::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.p-voiOverviewFlow dd b a::before {
		top: -1px;
		width: 24px;
		height: 24px;
	}
}
.p-voiOverviewFlow--proposal + dd, .p-voiOverviewFlow--after + dd {
	border-top: none;
}
.p-voiOverviewFlow--after + dd {
	color: #ff6d19;
}
.p-voiOverviewFlow--before {
	background-color: #ffaf26;
}
.p-voiOverviewFlow--before::before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	height: 10px;
	width: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #ffaf26;
}
.p-voiOverviewFlow--proposal {
	background-color: #ff6e26;
}
.p-voiOverviewFlow--proposal::before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	height: 10px;
	width: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #ff6e26;
}
.p-voiOverviewFlow--after {
	background-color: #f54100;
}

.p-voiCustomer .c-h2,
.p-voiCustomer h2 {
	display: block;
	margin: 40px 0 20px;
	padding: 10px;
	background-color: #ff6d19;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
@media screen and (min-width: 769px) {
	.p-voiCustomer .c-h2,
	.p-voiCustomer h2 {
		margin: 56px 0 26px;
		padding: 10px;
		font-size: 26px;
		line-height: 1.68;
	}
}
.p-voiCustomer__lead {
	padding-bottom: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.62;
}
@media screen and (min-width: 769px) {
	.p-voiCustomer__lead {
		padding-bottom: 18px;
		font-size: 18px;
	}
}
.p-voiCustomerTalk {
	margin-bottom: 40px;
	padding: 28px 20px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.p-voiCustomerTalk {
		margin-bottom: 56px;
		padding: 30px;
	}
}
.p-voiCustomerTalk:has(+ .p-voiCustomerTalk) {
	margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
	.p-voiCustomerTalk:has(+ .p-voiCustomerTalk) {
		margin-bottom: 40px;
	}
}
.p-voiCustomerTalk li {
	position: relative;
}
.p-voiCustomerTalk li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 16px;
	height: 15px;
	background: transparent url(../../image/common/icon_post_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.p-voiCustomerTalk li::before {
		top: 6px;
		width: 20px;
		height: 19px;
	}
}
.p-voiCustomerTalk li:not(:first-child) {
	margin-top: 10px;
}
.p-voiCustomerTalk__name {
	position: relative;
	padding-left: 30px;
	padding-bottom: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	line-height: 1.73;
	color: #00a3cc;
}
@media screen and (min-width: 769px) {
	.p-voiCustomerTalk__name {
		padding-left: 40px;
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 1.87;
	}
}
.p-voiCustomerTalk__text {
	padding-left: 30px;
}
@media screen and (min-width: 769px) {
	.p-voiCustomerTalk__text {
		padding-left: 40px;
	}
}
.p-voiCustomerTalk__text p {
	font-size: 15px;
	line-height: 1.73;
}
@media screen and (min-width: 769px) {
	.p-voiCustomerTalk__text p {
		font-size: 16px;
		line-height: 1.87;
	}
}
.p-voiCustomerTalk__text p b {
	display: inline-block;
	font-weight: bold;
}
.p-voiCustomerTalk__text p + p {
	margin-top: 1em;
}
.p-voiCustomerTalk .is-bokan::before {
	background: transparent url(../../image/common/icon_post_motif02.svg) no-repeat scroll center center/cover;
}
.p-voiCustomerTalk .is-bokan .p-voiCustomerTalk__name {
	color: #ff6d19;
}

.p-cms-format a,
.mce-content-body a {
	text-decoration: underline;
	color: #ff6d19;
	text-wrap: auto;
}
.p-cms-format a:hover,
.mce-content-body a:hover {
	text-decoration: none;
}
.p-cms-format .c-h2,
.p-cms-format h2,
.mce-content-body .c-h2,
.mce-content-body h2 {
	display: block;
	margin: 40px 0 20px;
	padding: 10px;
	background-color: #ff6d19;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
@media screen and (min-width: 769px) {
	.p-cms-format .c-h2,
	.p-cms-format h2,
	.mce-content-body .c-h2,
	.mce-content-body h2 {
		margin: 56px 0 26px;
		padding: 10px;
		font-size: 32px;
		line-height: 1.68;
	}
}
.p-cms-format h3,
.mce-content-body h3 {
	position: relative;
	margin: 44px 0 20px;
	padding: 4px 0 4px 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	line-height: 1.66;
	border-bottom: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.p-cms-format h3,
	.mce-content-body h3 {
		margin: 54px 0 30px;
		padding: 4px 0 4px 32px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 24px;
	}
}
.p-cms-format h3::before,
.mce-content-body h3::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 2px;
	width: 16px;
	height: 13.3px;
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.p-cms-format h3::before,
	.mce-content-body h3::before {
		top: 17px;
		left: 2px;
		width: 20px;
		height: 16.6px;
	}
}
.p-cms-format .c-decobox--mokuji > ol,
.p-cms-format .c-decobox--mokuji > ul,
.p-cms-format .c-decobox--mokuji > dd > ul,
.p-cms-format .c-decobox--mokuji > dd > ol,
.p-cms-format .mokuji > ol,
.p-cms-format .mokuji > ul,
.p-cms-format .mokuji > dd > ul,
.p-cms-format .mokuji > dd > ol,
.mce-content-body .c-decobox--mokuji > ol,
.mce-content-body .c-decobox--mokuji > ul,
.mce-content-body .c-decobox--mokuji > dd > ul,
.mce-content-body .c-decobox--mokuji > dd > ol,
.mce-content-body .mokuji > ol,
.mce-content-body .mokuji > ul,
.mce-content-body .mokuji > dd > ul,
.mce-content-body .mokuji > dd > ol {
	width: -moz-fit-content;
	width: fit-content;
	border: solid 1px #bdbdbd;
	padding: 16px 30px;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.p-cms-format .c-decobox--mokuji > ol,
	.p-cms-format .c-decobox--mokuji > ul,
	.p-cms-format .c-decobox--mokuji > dd > ul,
	.p-cms-format .c-decobox--mokuji > dd > ol,
	.p-cms-format .mokuji > ol,
	.p-cms-format .mokuji > ul,
	.p-cms-format .mokuji > dd > ul,
	.p-cms-format .mokuji > dd > ol,
	.mce-content-body .c-decobox--mokuji > ol,
	.mce-content-body .c-decobox--mokuji > ul,
	.mce-content-body .c-decobox--mokuji > dd > ul,
	.mce-content-body .c-decobox--mokuji > dd > ol,
	.mce-content-body .mokuji > ol,
	.mce-content-body .mokuji > ul,
	.mce-content-body .mokuji > dd > ul,
	.mce-content-body .mokuji > dd > ol {
		padding: 20px 40px;
	}
}
.p-cms-format .c-decobox--mokuji li > ol,
.p-cms-format .c-decobox--mokuji li > ul,
.p-cms-format .mokuji li > ol,
.p-cms-format .mokuji li > ul,
.mce-content-body .c-decobox--mokuji li > ol,
.mce-content-body .c-decobox--mokuji li > ul,
.mce-content-body .mokuji li > ol,
.mce-content-body .mokuji li > ul {
	margin-bottom: 0;
}
.p-cms-format .c-button,
.mce-content-body .c-button {
	width: -moz-fit-content;
	width: fit-content;
	max-width: 400px;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-cms-format .c-button,
	.mce-content-body .c-button {
		margin-bottom: 32px;
	}
}
.p-cms-format .c-button img,
.mce-content-body .c-button img {
	margin-left: 1rem;
}
.p-cms-format .c-button a,
.mce-content-body .c-button a {
	text-decoration: none;
}
.p-cms-format em,
.mce-content-body em {
	font-style: italic;
}
.p-cms-format h4,
.p-cms-format h5,
.p-cms-format h6,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-cms-format h4,
.mce-content-body h4 {
	font-size: 22px;
	border-left: solid 2px #fa7b37;
	padding: 1px 0 1px 7px;
	margin-bottom: 20px;
}
.p-cms-format h5,
.mce-content-body h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
.p-cms-format h6,
.mce-content-body h6 {
	font-size: 18px;
	margin-bottom: 10px;
}
.p-cms-format strong,
.mce-content-body strong {
	font-weight: bold;
}
.p-cms-format ol,
.mce-content-body ol {
	list-style: decimal;
	padding-left: 1rem;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-cms-format ol,
	.mce-content-body ol {
		margin-bottom: 32px;
	}
}
.p-cms-format .c-em--line,
.mce-content-body .c-em--line {
	background: linear-gradient(transparent 55%, #ffb994 55%);
	padding: 1px 2px;
}
.p-cms-format .c-cl--red,
.mce-content-body .c-cl--red {
	color: #f0330d;
}
.p-cms-format .c-cl--blue,
.mce-content-body .c-cl--blue {
	color: #0d20f0;
}
.p-cms-format > table,
.mce-content-body > table {
	display: table;
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 28px;
}
@media screen and (min-width: 769px) {
	.p-cms-format > table,
	.mce-content-body > table {
		margin: 0 auto 32px;
	}
}
.p-cms-format > table tr:first-child th,
.mce-content-body > table tr:first-child th {
	background: #fa7b37;
	color: #ffffff;
}
.p-cms-format > table tr:first-child th:not(:last-child),
.mce-content-body > table tr:first-child th:not(:last-child) {
	border-right: 2px solid #e0dddc;
}
.p-cms-format > table th,
.p-cms-format > table td,
.mce-content-body > table th,
.mce-content-body > table td {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	box-sizing: border-box;
	line-height: 1.5;
	padding: 14px;
	text-align: center;
}
.p-cms-format > table tr:not(:first-child) th,
.p-cms-format > table td,
.mce-content-body > table tr:not(:first-child) th,
.mce-content-body > table td {
	border: 2px solid #e0dddc;
}
.p-cms-format > table th,
.mce-content-body > table th {
	font-size: 16px;
}
.p-cms-format > table td,
.mce-content-body > table td {
	font-size: 14px;
}
.p-cms-format > table tr:nth-child(2) th,
.p-cms-format > table tr:nth-child(2) td,
.mce-content-body > table tr:nth-child(2) th,
.mce-content-body > table tr:nth-child(2) td {
	border-top: none;
}
.p-cms-format img.w-300,
.mce-content-body img.w-300 {
	width: 300px;
	height: auto;
}
.p-cms-format figure,
.mce-content-body figure {
	display: block;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-cms-format figure,
	.mce-content-body figure {
		margin-bottom: 40px;
	}
}
.p-cms-format iframe,
.mce-content-body iframe {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-cms-format iframe,
	.mce-content-body iframe {
		margin-bottom: 40px;
	}
}
.p-cms-format p,
.mce-content-body p {
	font-size: 16px;
	line-height: 1.87;
}
@media screen and (min-width: 769px) {
	.p-cms-format p,
	.mce-content-body p {
		font-size: 16px;
		line-height: 1.87;
	}
}
.p-cms-format > p,
.mce-content-body > p {
	margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
	.p-cms-format > p,
	.mce-content-body > p {
		margin-bottom: 26px;
	}
}
.p-cms-format ul:not(.p-voiCustomerTalk, .p-post__tag ul),
.mce-content-body ul:not(.p-voiCustomerTalk, .p-post__tag ul) {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
	.p-cms-format ul:not(.p-voiCustomerTalk, .p-post__tag ul),
	.mce-content-body ul:not(.p-voiCustomerTalk, .p-post__tag ul) {
		margin-bottom: 26px;
	}
}
.p-cms-format ul:not(.p-voiCustomerTalk, .p-post__tag ul) > li,
.mce-content-body ul:not(.p-voiCustomerTalk, .p-post__tag ul) > li {
	font-size: 15px;
	line-height: 1.86;
	list-style: none;
}
.p-cms-format ul:not(.p-voiCustomerTalk, .p-post__tag ul) > li::before,
.mce-content-body ul:not(.p-voiCustomerTalk, .p-post__tag ul) > li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 15px;
	border-radius: 50%;
	background-color: #ccc9c8;
	transform: translateY(-2px);
}
.p-cms-format ul:not(.p-voiCustomerTalk, .p-post__tag ul) > li > ul,
.mce-content-body ul:not(.p-voiCustomerTalk, .p-post__tag ul) > li > ul {
	margin: 0;
	padding-top: 8px;
	padding-left: 20px;
}
.p-cms-format ul:not(.p-voiCustomerTalk, .p-post__tag ul) > li > ul > li::before,
.mce-content-body ul:not(.p-voiCustomerTalk, .p-post__tag ul) > li > ul > li::before {
	width: 4px;
	height: 4px;
	margin-right: 12px;
}
.p-cms-format .c-decobox--first,
.mce-content-body .c-decobox--first {
	margin-bottom: 20px;
	padding: 20px;
	border: 2px solid #e0dddc;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.p-cms-format .c-decobox--first,
	.mce-content-body .c-decobox--first {
		margin-bottom: 40px;
		padding: 30px;
	}
}
.p-cms-format .c-decobox--first *:last-of-type,
.mce-content-body .c-decobox--first *:last-of-type {
	margin: 0;
}
.p-cms-format .c-decobox--def,
.mce-content-body .c-decobox--def {
	margin-bottom: 40px;
}
.p-cms-format blockquote,
.mce-content-body blockquote {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.p-cms-format blockquote,
	.mce-content-body blockquote {
		margin-bottom: 40px;
		padding: 30px;
	}
}
.p-cms-format blockquote *:last-of-type,
.mce-content-body blockquote *:last-of-type {
	margin: 0;
}
.p-cms-format .wp-block-table .has-fixed-layout,
.p-cms-format .wp-block-table table,
.p-cms-format figure .has-fixed-layout,
.p-cms-format figure table,
.mce-content-body .wp-block-table .has-fixed-layout,
.mce-content-body .wp-block-table table,
.mce-content-body figure .has-fixed-layout,
.mce-content-body figure table {
	display: table;
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
}
.p-cms-format .wp-block-table .has-fixed-layout td,
.p-cms-format .wp-block-table table td,
.p-cms-format figure .has-fixed-layout td,
.p-cms-format figure table td,
.mce-content-body .wp-block-table .has-fixed-layout td,
.mce-content-body .wp-block-table table td,
.mce-content-body figure .has-fixed-layout td,
.mce-content-body figure table td {
	padding: 14px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
	border: 2px solid #e0dddc;
}
@media screen and (min-width: 1080px) {
	.p-cms-format .wp-block-table .has-fixed-layout td,
	.p-cms-format .wp-block-table table td,
	.p-cms-format figure .has-fixed-layout td,
	.p-cms-format figure table td,
	.mce-content-body .wp-block-table .has-fixed-layout td,
	.mce-content-body .wp-block-table table td,
	.mce-content-body figure .has-fixed-layout td,
	.mce-content-body figure table td {
		padding: 22px;
		font-size: 14.8px;
	}
}
.p-cms-format .c-columns,
.mce-content-body .c-columns {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-cms-format .c-columns,
	.mce-content-body .c-columns {
		margin-bottom: 40px;
	}
}
.p-cms-format .c-columns .c-columns__content,
.mce-content-body .c-columns .c-columns__content {
	width: 58.5074626866%;
}
@media screen and (min-width: 1080px) {
	.p-cms-format .c-columns .c-columns__content,
	.mce-content-body .c-columns .c-columns__content {
		width: 47.0588235294%;
	}
}
.p-cms-format .c-columns .c-columns__content *:last-of-type,
.mce-content-body .c-columns .c-columns__content *:last-of-type {
	margin: 0;
}
.p-cms-format .c-columns .c-columns__image,
.mce-content-body .c-columns .c-columns__image {
	width: 35.8208955224%;
}
@media screen and (min-width: 1080px) {
	.p-cms-format .c-columns .c-columns__image,
	.mce-content-body .c-columns .c-columns__image {
		width: 47.0588235294%;
	}
}
.p-cms-format .c-columns .c-columns__image *:last-of-type,
.mce-content-body .c-columns .c-columns__image *:last-of-type {
	margin: 0;
}
.p-cms-format .wp-block-columns,
.mce-content-body .wp-block-columns {
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.p-cms-format .wp-block-columns,
	.mce-content-body .wp-block-columns {
		margin-bottom: 40px;
	}
}
.p-cms-format + .c-button,
.mce-content-body + .c-button {
	max-width: 290px;
	margin: 40px auto;
}
@media screen and (min-width: 769px) {
	.p-cms-format + .c-button,
	.mce-content-body + .c-button {
		max-width: 350px;
		margin: 58px auto;
	}
}

.c-share-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
	padding: 20px 0;
	border-top: 2px solid #e0dddc;
	border-bottom: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.c-share-button {
		width: 58.5294117647%;
		margin: 0 auto;
		padding: 24px 0;
	}
}
.c-share-button p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.c-share-button p {
		font-size: 14px;
	}
}
.c-share-button ul {
	display: flex;
	gap: 0 16px;
}
.c-share-button ul li {
	width: 30px;
}

.c-author {
	margin-bottom: 24px;
	padding: 20px;
	border-radius: 16px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-author {
		margin-bottom: 30px;
		padding: 20px 28px;
		border-radius: 20px;
	}
}
.c-author__heading {
	margin-bottom: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.c-author__heading {
		margin-bottom: 14px;
	}
}
.c-author__column {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
@media screen and (min-width: 769px) {
	.c-author__column {
		gap: 0 30px;
	}
}
.c-author__column img {
	display: block;
	width: 60px;
}
@media screen and (min-width: 769px) {
	.c-author__column img {
		width: 90px;
	}
}
.c-author__column__contents {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.c-author__column__contents span {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.c-author__column__contents span {
		font-size: 12px;
	}
}
.c-author__column__contents p {
	margin-bottom: 0;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.c-author__column__contents p {
		font-size: 18px;
	}
}
.c-author__button {
	padding-top: 20px;
	transition: opacity 0.4s ease 0s;
}
@media screen and (min-width: 769px) {
	.c-author__button {
		cursor: pointer;
	}
}
.c-author__button span {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.c-author__button span {
		font-size: 12px;
	}
}
.c-author__button span::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: transparent url(../../image/common/button_open01.svg) no-repeat scroll center center/cover;
}
.c-author__button.is-hidden {
	pointer-events: none;
	opacity: 0;
}
.c-author__inner {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.4s ease 0s;
}
.c-author__inner p {
	font-size: 15px;
	line-height: 1.86;
}
.c-author__inner.is-visible {
	opacity: 1;
	height: auto;
	overflow: visible;
}
.c-author__inner__button {
	margin: 20px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (min-width: 769px) {
	.c-author__inner__button {
		margin: 20px 0 0;
	}
}
.c-author__inner__button a {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px 24px;
	text-align: center;
}
.c-author__inner__button a:hover {
	color: #fa7b37;
}

.lwptoc {
	margin-bottom: 40px;
	padding: 26px 30px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 16px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.lwptoc {
		margin-bottom: 86px;
		padding: 36px 40px;
		border-radius: 20px;
	}
}
.lwptoc_header {
	margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
	.lwptoc_header {
		margin-bottom: 26px;
	}
}
.lwptoc_title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.lwptoc_title {
		font-size: 18px;
	}
}
.lwptoc_itemWrap {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.lwptoc_item a {
	display: flex;
	text-decoration: none;
	color: #000000;
}
.lwptoc_item span {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.lwptoc_item span {
		font-size: 18px;
	}
}
.lwptoc_item_number {
	padding-right: 12px;
}
@media screen and (min-width: 769px) {
	.lwptoc_item_number {
		padding-right: 14px;
	}
}
.lwptoc_item_number::after {
	content: ".";
}
.lwptoc_item > .lwptoc_itemWrap {
	padding-top: 10px;
	padding-left: 28px;
	gap: 6px 0;
}
.lwptoc_item > .lwptoc_itemWrap .lwptoc_item_number::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ccc9c8;
	transform: translateY(-2px);
}
@media screen and (min-width: 769px) {
	.lwptoc_item > .lwptoc_itemWrap .lwptoc_item_number::after {
		transform: translateY(-4px);
	}
}
.lwptoc_item > .lwptoc_itemWrap .lwptoc_item_label {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.c-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	width: 100%;
	padding-top: 40px;
}
@media screen and (min-width: 769px) {
	.c-pagination {
		gap: 0 10px;
		width: 100%;
		padding-top: 60px;
	}
}
.c-pagination__prev, .c-pagination__next {
	width: 32px;
}
@media screen and (min-width: 769px) {
	.c-pagination__prev, .c-pagination__next {
		width: 40px;
	}
}
.c-pagination__prev {
	padding-right: 8px;
}
@media screen and (min-width: 769px) {
	.c-pagination__prev {
		padding-right: 10px;
	}
}
.c-pagination__next {
	padding-left: 8px;
}
@media screen and (min-width: 769px) {
	.c-pagination__next {
		padding-left: 10px;
	}
}
.c-pagination .page-numbers a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #e6e6e6;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 11px;
	border-radius: 50%;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-pagination .page-numbers a {
		width: 40px;
		height: 40px;
	}
}
.c-pagination .page-numbers.current a {
	background-color: #ffffff;
	border: 1px solid #000000;
}

.c-archive__cta {
	width: 100%;
	max-width: 500px;
	margin: 60px auto 0;
	display: block;
}
@media screen and (min-width: 769px) {
	.c-archive__cta {
		width: 80%;
		max-width: inherit;
		margin: 100px auto 0;
	}
}

.c-filter {
	padding: 0 5.3333333333% 36px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-filter {
		max-width: 1300px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 6.6666666667% 60px;
	}
}
.c-filter + .c-section {
	padding-top: 0;
}
.c-filter__title {
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
@media screen and (min-width: 769px) {
	.c-filter__title {
		padding-left: 40px;
		padding-bottom: 32px;
		font-size: 32px;
	}
}
.c-filter__title::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 12px;
	height: 10px;
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-filter__title::before {
		top: 18px;
		width: 20px;
		height: 16.6px;
	}
}
.c-filter__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 6px;
}
@media screen and (min-width: 769px) {
	.c-filter__list {
		gap: 10px 8px;
	}
}
.c-filter__list li {
	width: auto;
	border: 1px solid #000000;
	border-radius: 200px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.c-filter__list li {
		font-size: 13px;
	}
}
.c-filter__list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
}
@media screen and (min-width: 769px) {
	.c-filter__list li a {
		min-height: 40px;
		padding: 0 38px;
	}
}
.c-filter__list li.is-active {
	background-color: #000000;
}
.c-filter__list li.is-active a {
	color: #ffffff;
}
.c-filter__search {
	display: flex;
	gap: 0 6px;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.c-filter__search {
		gap: 0 10px;
		margin-top: 30px;
	}
}
.c-filter__search input {
	flex: 1;
	padding: 18px 16px;
	background-color: #e6e3e1;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-filter__search input {
		padding: 22px;
		border-radius: 8px;
		font-size: 16px;
	}
}
.c-filter__search button {
	width: 85px;
	color: #ffffff;
	background-color: #000000;
	border: none;
	border-radius: 200px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.c-filter__search button {
		width: 150px;
		font-size: 16px;
	}
}

.c-articleList {
	display: flex;
	flex-direction: column;
	gap: 32px 0;
}
@media screen and (min-width: 769px) {
	.c-articleList {
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
		gap: 60px 0;
		position: relative;
	}
	.c-articleList:after {
		content: "";
		display: block;
		width: 30.7692307692%;
		height: 0;
	}
}
@media screen and (min-width: 769px) {
	.c-articleList__item {
		width: 30.7692307692%;
	}
}
.c-articleList__item__data {
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: 16px 0 8px;
}
@media screen and (min-width: 769px) {
	.c-articleList__item__data {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 18px 0 8px;
	}
}
.c-articleList__item__data time {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #393d3b;
}
@media screen and (min-width: 769px) {
	.c-articleList__item__data time {
		font-size: 12px;
	}
}
.c-articleList__item__data span {
	display: inline-block;
	padding: 2px 16px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 50px;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.c-articleList__item__data span {
		font-size: 11px;
	}
}
.c-articleList__item__content h3 {
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.75;
}
.c-articleList__item__content span {
	display: flex;
	align-items: center;
	gap: 0 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
.c-articleList__item__content span::before {
	content: "";
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 769px) {
	.c-articleList--sub .swiper-wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 50px 0;
		height: auto;
	}
}
@media screen and (min-width: 769px) {
	.c-articleList--sub .swiper-wrapper::after {
		content: "";
		display: block;
		width: 30.7692307692%;
	}
}
.c-articleList--sub .c-articleList__item {
	height: auto;
}
@media screen and (min-width: 769px) {
	.c-articleList--sub .c-articleList__item {
		width: 47.1153846154% !important;
	}
}
@media screen and (min-width: 769px) {
	.c-articleList--sub .c-articleList__item a {
		display: grid;
		grid-template: "thumb data" "thumb content";
		grid-template-columns: 36.7346938776% 58.9795918367%;
		gap: 0 4.0816326531%;
	}
	.c-articleList--sub .c-articleList__item a > .c-list-container__item__thumb {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	.c-articleList--sub .c-articleList__item a > .p-postBox__eyecatch {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
}
@media screen and (min-width: 769px) {
	.c-articleList--sub .c-articleList__item__thumb {
		grid-area: thumb;
	}
}
@media screen and (min-width: 769px) {
	.c-articleList--sub .c-articleList__item__data {
		grid-area: data;
		flex-direction: row;
		align-items: center;
		gap: 0 10px;
		padding-top: 0;
	}
}
@media screen and (min-width: 769px) {
	.c-articleList--sub .c-articleList__item__content {
		grid-area: content;
	}
}
@media screen and (min-width: 769px) {
	.c-articleList--sub .c-articleList__item__content span {
		display: none;
	}
}

.c-articleListWrap:last-of-type .c-articleListWrap__outer {
	margin-bottom: 0;
}
.c-articleListWrap__title {
	position: relative;
	padding-left: 20px;
	padding-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__title {
		padding-left: 40px;
		padding-bottom: 36px;
		font-size: 32px;
	}
}
.c-articleListWrap__title::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 12px;
	height: 10px;
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__title::before {
		top: 18px;
		width: 20px;
		height: 16.6px;
	}
}
.c-articleListWrap__outer {
	margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__outer {
		margin-bottom: 54px;
	}
}
.c-articleListWrap__heading {
	padding-bottom: 14px;
	margin-bottom: 28px;
	border-bottom: 2px solid #e0dddc;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__heading {
		padding-bottom: 12px;
		margin-bottom: 38px;
	}
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__categories {
		margin-bottom: 80px;
	}
}
.c-articleListWrap__categories ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__categories ul {
		gap: 50px 0;
	}
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__categories ul::before {
		content: "";
		order: 1;
		display: block;
		width: 25%;
	}
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__categories ul::after {
		content: "";
		display: block;
		width: 25%;
	}
}
.c-articleListWrap__categories ul li {
	flex-grow: 1;
	width: 50%;
	min-height: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.42;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__categories ul li {
		width: 25%;
		min-height: initial;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 16px;
	}
}
.c-articleListWrap__categories ul li a {
	position: relative;
	display: block;
	padding-left: 32px;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__categories ul li a {
		padding-right: 1em;
		padding-left: 40px;
	}
}
.c-articleListWrap__categories ul li a::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap__categories ul li a::before {
		top: -4px;
		width: 30px;
		height: 30px;
	}
}
.c-articleListWrap .c-articleList--slider {
	position: relative;
	gap: 0;
	width: 88.0597014925%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap .c-articleList--slider {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.c-articleListWrap .c-articleList--slider .swiper-wrapper {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 769px) {
	.c-articleListWrap .c-articleList--slider .swiper-slide {
		width: 30.7692307692%;
	}
}
.c-articleListWrap .c-articleList--slider .swiper-button-prev,
.c-articleListWrap .c-articleList--slider .swiper-button-next {
	z-index: 2;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap .c-articleList--slider .swiper-button-prev,
	.c-articleListWrap .c-articleList--slider .swiper-button-next {
		display: none;
	}
}
.c-articleListWrap .c-articleList--slider .swiper-button-prev::before, .c-articleListWrap .c-articleList--slider .swiper-button-prev::after,
.c-articleListWrap .c-articleList--slider .swiper-button-next::before,
.c-articleListWrap .c-articleList--slider .swiper-button-next::after {
	display: none;
}
.c-articleListWrap .c-articleList--slider .swiper-button-prev {
	top: 24%;
	left: -29px;
	background: transparent url(../../image/common/arrow_slide_prev.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap .c-articleList--slider .swiper-button-prev {
		top: 32%;
		left: -50px;
	}
}
.c-articleListWrap .c-articleList--slider .swiper-button-next {
	top: 24%;
	right: -29px;
	background: transparent url(../../image/common/arrow_slide_next.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap .c-articleList--slider .swiper-button-next {
		top: 32%;
		right: -50px;
	}
}
.c-articleListWrap .c-articleList--slider .swiper-pagination {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 0 7px;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap .c-articleList--slider .swiper-pagination {
		display: none;
	}
}
.c-articleListWrap .c-articleList--slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #e6e6e6;
	opacity: 1;
	margin: 0;
}
.c-articleListWrap .c-articleList--slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #000000;
}
.c-articleListWrap .c-button {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.c-articleListWrap .c-button {
		margin-top: 44px;
	}
}

.c-popupBanner {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease 0s;
	overscroll-behavior: contain;
	overflow-y: scroll;
}
.c-popupBanner.is-active {
	opacity: 1;
	pointer-events: auto;
}
.c-popupBanner__noscroll {
	height: calc(100vh + 1px);
	width: 1px;
	background-color: transparent;
}
.c-popupBanner__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
}
@media screen and (min-width: 769px) {
	.c-popupBanner__close {
		width: 80px;
		cursor: pointer;
		transition: all 0.3s ease 0s;
	}
	.c-popupBanner__close:hover {
		opacity: 0.6;
	}
}
.c-popupBanner__wrapper {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.c-popupBanner__wrapper {
		width: 50%;
	}
}
.c-popupBanner__wrapper span {
	display: inline-block;
	text-decoration: underline;
	padding-top: 0.75em;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	.c-popupBanner__wrapper span {
		font-size: 16px;
		cursor: pointer;
		transition: all 0.3s ease 0s;
	}
	.c-popupBanner__wrapper span:hover {
		opacity: 0.6;
		text-decoration: none;
	}
}

.c-pager {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.c-pager {
		flex-direction: row;
		margin-top: 90px;
		border-top: 2px solid #e0dddc;
		border-bottom: 2px solid #e0dddc;
	}
}
.c-pager li {
	padding: 20px 0;
	border-bottom: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.c-pager li {
		width: 50%;
		border: none;
	}
}
.c-pager li:first-of-type {
	border-top: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.c-pager li:first-of-type {
		border: none;
	}
}
@media screen and (min-width: 769px) {
	.c-pager li:first-of-type a {
		border-right: 2px solid #e0dddc;
	}
}
.c-pager li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 0 44px;
}
@media screen and (min-width: 769px) {
	.c-pager li:first-of-type a {
		padding: 0 30px 0 46px;
	}
}
.c-pager li:first-of-type a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(180deg);
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-pager li:last-of-type a {
		padding: 0 46px 0 30px;
	}
}
.c-pager li:last-of-type a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}
.c-pager__thumb {
	width: 25%;
	padding-top: 4px;
}
.c-pager__contents {
	width: 68.75%;
}
.c-pager__contents p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.57;
}
@media screen and (min-width: 769px) {
	.c-pager__contents p {
		font-size: 15px;
		line-height: 1.87;
	}
}
@media screen and (min-width: 769px) {
	.c-pager__contents__data {
		margin-bottom: 10px;
	}
}
.c-pager__contents__data time {
	display: block;
	padding-bottom: 6px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #393d3b;
}
@media screen and (min-width: 769px) {
	.c-pager__contents__data time {
		padding-top: 0;
	}
}
.c-pager__contents__data span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 16px;
	font-size: 11px;
	letter-spacing: 0.04em;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 200px;
}
@media screen and (min-width: 769px) {
	.c-pager__contents__data span {
		margin-bottom: 0;
	}
}

.c-formColumn {
	margin-top: 40px;
	margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
	.c-formColumn {
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
		margin-bottom: 80px;
	}
}
.c-formColumn form {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
@media screen and (min-width: 769px) {
	.c-formColumn form {
		gap: 30px 0;
	}
}
@media screen and (min-width: 769px) {
	.c-formColumn__overview {
		width: 42.3076923077%;
	}
}
.c-formColumn__overview h1 {
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e0dddc;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
}
@media screen and (min-width: 769px) {
	.c-formColumn__overview h1 {
		margin-bottom: 14px;
		padding-bottom: 16px;
		border-bottom: 3px solid #e0dddc;
		font-size: 36px;
	}
}
.c-formColumn__overview > a {
	display: flex;
	justify-content: flex-end;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.c-formColumn__overview > a {
		font-size: 13px;
	}
}
.c-formColumn__overview > a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
	transform: translateY(-1px);
}
@media screen and (min-width: 769px) {
	.c-formColumn__overview > a::before {
		width: 24px;
		height: 24px;
		transform: translateY(-2px);
	}
}
.c-formColumn__overview + .c-formColumn__contact {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.c-formColumn__overview + .c-formColumn__contact {
		margin-top: 0;
	}
}
@media screen and (min-width: 769px) {
	.c-formColumn__contact {
		width: 51.9230769231%;
	}
}
.c-formColumn__heading {
	position: relative;
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.c-formColumn__heading {
		padding-bottom: 12px;
		font-size: 14px;
	}
}
.c-formColumn__heading::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-right: 8px;
	transform: translateY(1px);
	background: transparent url(../../image/common/icon_motif01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-formColumn__heading::before {
		width: 20px;
		height: 16.6px;
		margin-right: 12px;
		transform: translateY(4px);
	}
}
.c-formColumn__text {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.86;
}
.c-formColumn__wrap {
	margin: 36px 0;
}
.c-formColumn__wrap h2 {
	margin-bottom: 1em;
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.c-formColumn__wrap h2 {
		font-size: 20px;
	}
}
.c-formColumn__wrap img {
	display: block;
	margin: 24px 0;
}
.c-formColumn__wrap__logos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px 0;
	padding: 18px;
	background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
	.c-formColumn__wrap__logos {
		gap: 9px 0;
		padding: 20px;
	}
}
.c-formColumn__wrap__logos li {
	width: 31.8644067797%;
}
@media screen and (min-width: 769px) {
	.c-formColumn__wrap__logos li {
		width: 31.5789473684%;
	}
}
.c-formColumn__wrap__logos img {
	margin: 0;
}
.c-formColumn__outer {
	margin: 20px 0 30px;
	overflow: hidden;
}
.c-formColumn__group p {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.86;
}
.c-formColumn__group ul {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
	padding-left: 18px;
}
@media screen and (min-width: 769px) {
	.c-formColumn__group ul {
		gap: 2px 0;
	}
}
.c-formColumn__group ul li {
	list-style: disc;
	font-size: 15px;
	line-height: 1.86;
}
.c-formColumn__slider {
	position: relative;
	width: 70.1492537313%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.c-formColumn__slider {
		width: 63.6363636364%;
	}
}
.c-formColumn__slider .swiper-slide {
	opacity: 0;
	transition: opacity 0.6s ease 0s;
}
.c-formColumn__slider .swiper-slide-active {
	opacity: 1;
}
.c-formColumn__slider .swiper-button-prev,
.c-formColumn__slider .swiper-button-next {
	z-index: 2;
	width: 24px;
	height: 24px;
}
@media screen and (min-width: 769px) {
	.c-formColumn__slider .swiper-button-prev,
	.c-formColumn__slider .swiper-button-next {
		width: 40px;
		height: 40px;
	}
}
.c-formColumn__slider .swiper-button-prev::before, .c-formColumn__slider .swiper-button-prev::after,
.c-formColumn__slider .swiper-button-next::before,
.c-formColumn__slider .swiper-button-next::after {
	display: none;
}
.c-formColumn__slider .swiper-button-prev {
	top: 40%;
	left: -31px;
	background: transparent url(../../image/common/arrow_slide_prev.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-formColumn__slider .swiper-button-prev {
		top: 40%;
		left: -59px;
	}
}
.c-formColumn__slider .swiper-button-next {
	top: 40%;
	right: -31px;
	background: transparent url(../../image/common/arrow_slide_next.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.c-formColumn__slider .swiper-button-next {
		top: 40%;
		right: -59px;
	}
}
.c-formColumn__slider .swiper-pagination {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 0 7px;
	margin-top: 30px;
}
.c-formColumn__slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #e6e6e6;
	opacity: 1;
	margin: 0;
}
.c-formColumn__slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #000000;
}
.c-formColumn__box {
	padding: 28px 20px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-formColumn__box {
		padding: 28px 20px;
	}
}
.c-formColumn__box *:last-of-type {
	margin-bottom: 0;
}

.c-formColumn--stacked {
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.c-formColumn--stacked {
		margin-top: 20px;
		width: 70%;
	}
}
@media screen and (min-width: 769px) {
	.c-formColumn--stacked.w-50 {
		width: 50%;
		min-width: 640px;
	}
}
@media screen and (min-width: 769px) {
	.c-formColumn--stacked .c-formColumn__contact {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.c-formColumn--stacked .c-form__item {
		display: flex;
		flex-direction: row;
	}
}
@media screen and (min-width: 769px) {
	.c-formColumn--stacked .c-form__item__label {
		flex: 1;
	}
}
@media screen and (min-width: 769px) {
	.c-formColumn--stacked .c-form__item__field {
		width: 64.2857142857%;
	}
}
@media screen and (min-width: 769px) {
	.c-formColumn--stacked .c-form__confirmation {
		width: 64.2857142857%;
		margin-left: auto;
	}
}

.c-form {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
@media screen and (min-width: 769px) {
	.c-form {
		gap: 30px 0;
	}
}
.c-form__item {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
@media screen and (min-width: 769px) {
	.c-form__item {
		gap: 16px 0;
	}
}
.c-form__item__label {
	display: flex;
	gap: 0 10px;
}
@media screen and (min-width: 769px) {
	.c-form__item__label {
		gap: 0 10px;
	}
}
.c-form__item__label p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}
.c-form__item__label span {
	display: inline-block;
	padding-top: 2px;
	color: #f0330d;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}
.c-form__item__field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.c-form__item__field .wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}
.c-form__item__field .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}
.c-form__item__field .wpcf7-list-item label {
	cursor: pointer;
}
.c-form__item__field .wpcf7-list-item-label {
	font-size: 15px;
	line-height: 1.86;
}
.c-form__item__field input:not([type=radio]),
.c-form__item__field input:not([type=checkbox]) {
	width: 100%;
	padding: 16px 18px;
	background-color: #e6e3e1;
	border: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	box-sizing: border-box;
	border-radius: 6px;
}
@media screen and (min-width: 769px) {
	.c-form__item__field input:not([type=radio]),
	.c-form__item__field input:not([type=checkbox]) {
		padding: 20px;
	}
}
.c-form__item__field textarea {
	width: 100%;
	padding: 16px 18px;
	background-color: #e6e3e1;
	border: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	box-sizing: border-box;
	border-radius: 6px;
}
@media screen and (min-width: 769px) {
	.c-form__item__field textarea {
		padding: 20px;
	}
}
.c-form__item__field input[type=radio] {
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #e0dddc;
	border-radius: 50%;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(2px);
}
.c-form__item__field input[type=radio]:checked:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
}
.c-form__item__field input[type=checkbox] {
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #e0dddc;
	border-radius: 5px;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(2px);
}
.c-form__item__field input[type=checkbox]:checked:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #000;
}
.c-form__confirmation .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
	.c-form__confirmation .wpcf7-form-control-wrap {
		margin-bottom: 30px;
	}
}
.c-form__confirmation .wpcf7-list-item-label {
	font-size: 15px;
	line-height: 1.86;
}
.c-form__confirmation .wpcf7-list-item-label a {
	text-decoration: underline;
}
.c-form__confirmation .wpcf7-list-item-label a:hover {
	text-decoration: none;
}
.c-form__confirmation .wpcf7-list-item {
	margin-left: 0;
}
.c-form__confirmation .wpcf7-list-item a {
	text-decoration: underline;
}
.c-form__confirmation label {
	display: flex;
	justify-content: center;
}
.c-form__confirmation input[type=checkbox] {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	background-color: #e6e3e1;
	border-radius: 5px;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(1px);
}
.c-form__confirmation input[type=checkbox]:checked:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 4px;
	width: 10px;
	height: 5px;
	border-left: 3px solid #000000;
	border-bottom: 3px solid #000000;
	transform: rotate(-45deg);
}
.c-form__confirmation .wpcf7-submit {
	display: block;
	text-align: center;
	width: 100%;
	max-width: 233px;
	margin: 0 auto;
	padding: 16px 0;
	border: none;
	border-radius: 200px;
	color: #ffffff;
	background-color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.c-form__confirmation .wpcf7-submit {
		max-width: 280px;
		padding: 18px 0;
		font-size: 16px;
		cursor: pointer;
		transition: opacity 0.3s ease 0s;
	}
	.c-form__confirmation .wpcf7-submit:hover {
		opacity: 0.7;
	}
}
.c-formLoop {
	margin-top: 56px;
	padding: 20px 0 30px;
	background-color: #f0f0f0;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.c-formLoop {
		margin-top: 50px;
	}
}
.c-formLoop .swiper-wrapper {
	transition-timing-function: linear;
}
.c-formLoop__title {
	text-align: center;
	margin-bottom: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}

.c-checkList {
	display: flex;
	flex-direction: column;
	gap: 18px 0;
	margin: 24px 0 0;
	padding: 30px 20px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	border-radius: 16px;
}
@media screen and (min-width: 769px) {
	.c-checkList {
		gap: 20px 0;
		margin: 30px 0 0;
		padding: 30px 40px;
		border-radius: 20px;
	}
}
.c-checkList li {
	position: relative;
	display: flex;
	gap: 0 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-checkList li {
		align-items: center;
		gap: 0 18px;
		font-size: 18px;
		line-height: 1.55;
	}
}
.c-checkList li img {
	display: block;
	width: 30px;
}
@media screen and (min-width: 769px) {
	.c-checkList li img {
		width: 50px;
	}
}

.c-columnList {
	margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.c-columnList {
		margin-bottom: 80px;
	}
}
.c-columnList__outer {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media screen and (min-width: 769px) {
	.c-columnList__outer {
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 34px 0;
	}
}
@media screen and (min-width: 769px) {
	.c-columnList__outer::after {
		content: "";
		display: block;
		width: 30.7692307692%;
	}
}
.c-columnList__item {
	padding: 30px 20px;
	border: 2px solid #e0dddc;
	border-radius: 16px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-columnList__item {
		width: 30.7692307692%;
		padding: 30px 30px;
		border-radius: 20px;
	}
}
.c-columnList__item a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
	.c-columnList__item a {
		height: 100%;
		flex-direction: column;
	}
}
.c-columnList__item__thumb {
	width: 40.6779661017%;
}
@media screen and (min-width: 769px) {
	.c-columnList__item__thumb {
		width: 100%;
		margin-bottom: 20px;
	}
}
.c-columnList__item__contents {
	width: 53.5593220339%;
}
@media screen and (min-width: 769px) {
	.c-columnList__item__contents {
		width: 100%;
	}
}
.c-columnList__item__contents span {
	display: inline-block;
	margin-bottom: 6px;
	padding: 2px 16px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 200px;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.c-columnList__item__contents span {
		margin-bottom: 8px;
	}
}
.c-columnList__item__contents h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	.c-columnList__item__contents h3 {
		font-size: 16px;
		line-height: 1.5;
	}
}
.c-columnList__item__button {
	width: 100%;
	margin-top: 16px;
}
.c-columnList__item__button p {
	text-align: center;
	width: 100%;
	max-width: 216px;
	margin: 0 auto;
	padding: 16px 0;
	background-color: #000000;
	color: #ffffff;
	border-radius: 200px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.c-columnList__item__button p {
		max-width: 260px;
		padding: 18px 0;
		font-size: 14px;
	}
}

.c-thanks {
	padding: 40px 0;
}
@media screen and (min-width: 769px) {
	.c-thanks {
		padding: 86px 0 100px;
	}
}
.c-thanks__head {
	border-bottom: 2px solid #e0dddc;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.c-thanks__head {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
}
.c-thanks__head__title {
	margin-bottom: 24px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-thanks__head__title {
		text-align: center;
		margin-bottom: 48px;
		font-size: 36px;
	}
}
.c-thanks__head__text {
	font-size: 15px;
	line-height: 1.86;
}
@media screen and (min-width: 769px) {
	.c-thanks__head__text {
		text-align: center;
		font-size: 16px;
		line-height: 1.87;
	}
}
.c-thanks .t-slider__wrapper .swiper-pagination,
.c-thanks .c-list-slider .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 0 7px;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.c-thanks .t-slider__wrapper .swiper-pagination,
	.c-thanks .c-list-slider .swiper-pagination {
		display: none;
	}
}
.c-thanks .t-slider__wrapper .swiper-pagination .swiper-pagination-bullet,
.c-thanks .c-list-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #e6e6e6;
	opacity: 1;
	margin: 0;
}
.c-thanks .t-slider__wrapper .swiper-pagination .swiper-pagination-bullet-active,
.c-thanks .c-list-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #000000;
}

.c-banners {
	z-index: 5;
	position: fixed;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	width: 89.3333333333%;
	max-width: 360px;
	padding: 12px;
	background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease 0s;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1), -5px -2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
	.c-banners {
		right: 20px;
		left: auto;
		bottom: 20px;
		transform: translateX(0);
		width: 100%;
		max-width: 360px;
		border-radius: 20px;
		box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.1), -6px -3px 8px rgba(0, 0, 0, 0.1);
	}
}
.c-banners.is-active {
	opacity: 1;
	pointer-events: auto;
}
.c-banners ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
	.c-banners ul {
		display: block;
	}
}
.c-banners li {
	width: 48.7012987013%;
}
@media screen and (min-width: 769px) {
	.c-banners li {
		display: flex;
		justify-content: space-between;
		gap: 0 20px;
		width: auto;
		padding: 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #e0dddc;
	}
	.c-banners li:last-of-type {
		border: none;
	}
}
.c-banners__thumb {
	display: none;
}
@media screen and (min-width: 769px) {
	.c-banners__thumb {
		display: block;
		width: 105px;
	}
}
@media screen and (min-width: 769px) {
	.c-banners__contents {
		flex: 1;
	}
}
.c-banners__contents p {
	display: none;
}
@media screen and (min-width: 769px) {
	.c-banners__contents p {
		display: block;
		text-align: center;
		margin-bottom: 12px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 11px;
		line-height: 1.45;
	}
}
.c-banners__contents__button {
	text-align: center;
	width: 100%;
	border-radius: 200px;
}
.c-banners__contents__button a {
	display: block;
	padding: 10px 0;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
.c-banners li:nth-of-type(1) .c-banners__contents__button {
	background-color: #f04000;
}
.c-banners li:nth-of-type(2) .c-banners__contents__button {
	background-color: #ff6d19;
}
.c-banners__close {
	display: none;
}
@media screen and (min-width: 769px) {
	.c-banners__close {
		display: block;
		position: absolute;
		top: -8px;
		left: -8px;
		width: 28px;
		height: 28px;
		cursor: pointer;
		transition: opacity 0.3s ease 0s;
	}
	.c-banners__close:hover {
		opacity: 0.7;
	}
}
.mailmagazine-index .c-banners {
	display: none;
}

.paging-button-submit {
	background: red !important;
}

/*----------------------------------------
	Utility
----------------------------------------*/
.u-hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.u-hidden-sp {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-pc {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-pc-md {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.u-hidden-pc-md {
		display: block;
	}
}

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

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

.u-text-right {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.u-text-left-sp {
		text-align: left !important;
	}
}

.u-target-center {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.u-target-center-sp {
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 769px) {
	.u-target-center-pc {
		margin-right: auto;
		margin-left: auto;
	}
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.home .l-container {
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.home .l-container {
		padding: 0 !important;
	}
}

.t-hero {
	background-color: #ffffff;
}
@media screen and (min-width: 769px) {
	.t-hero {
		position: relative;
	}
}
.t-hero__contents {
	padding: 40px 5.3333333333%;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-hero__contents {
		z-index: 3;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 7%;
		padding: 0;
	}
}
.t-hero__contents h1 {
	padding-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	letter-spacing: 0.03em;
	line-height: 1.33;
}
@media screen and (min-width: 769px) {
	.t-hero__contents h1 {
		padding-bottom: 30px;
		font-size: 60px;
		letter-spacing: 0.04em;
		line-height: 1.4;
		color: #ffffff;
	}
}
.t-hero__contents p {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 600;
}
@media screen and (min-width: 769px) {
	.t-hero__contents p {
		font-size: 15px;
		line-height: 1.86;
		color: #ffffff;
	}
}
.t-hero__contents__buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-hero__contents__buttons {
		gap: 0 6px;
		margin-top: 46px;
		padding: 6px;
		background-color: #ffffff;
		border-radius: 200px;
		box-sizing: border-box;
	}
}
.t-hero__contents__buttons li {
	width: 47.7611940299%;
}
@media screen and (min-width: 769px) {
	.t-hero__contents__buttons li {
		width: 230px;
	}
}
.t-hero__contents__buttons li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 9px 9px 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	line-height: 1;
	color: #ffffff;
	border-radius: 200px;
}
@media screen and (min-width: 769px) {
	.t-hero__contents__buttons li a {
		padding: 10px 10px 10px 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 16px;
	}
}
.t-hero__contents__buttons li img {
	width: 32px;
}
@media screen and (min-width: 769px) {
	.t-hero__contents__buttons li img {
		width: 40px;
	}
}
.t-hero__contents__buttons li:nth-of-type(1) a {
	background-color: #f0330d;
}
.t-hero__contents__buttons li:nth-of-type(2) a {
	background-color: #fa7b37;
}
.t-hero__news {
	display: none;
}
@media screen and (min-width: 769px) {
	.t-hero__news {
		display: block;
		z-index: 4;
		position: absolute;
		right: 6.6666666667%;
		bottom: 160px;
		width: 100%;
		max-width: 280px;
		background-color: #ffffff;
		border: 2px solid #e0dddc;
		border-radius: 20px;
		box-sizing: border-box;
	}
}
.t-hero__news a {
	display: block;
	padding: 20px 15px;
}
.t-hero__news p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	line-height: 1.84;
}
.t-hero__news__head {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 10px;
}
.t-hero__news__head time {
	display: block;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #393d3b;
}
.t-hero__news__head span {
	display: inline-block;
	padding: 2px 16px;
	font-size: 11px;
	letter-spacing: 0.04em;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 200px;
}
.t-hero__wrapper {
	position: relative;
	height: 47.4358974359vh;
	min-height: 370px;
	border-radius: 100px 100px 0 0;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.t-hero__wrapper {
		height: 100dvh;
		min-height: 700px;
		border-radius: 0;
	}
}
.t-hero__wrapper .t-heroMainSlide {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
	will-change: opacity;
}
.t-hero__wrapper .t-heroMainSlide__bg {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.08);
	transform-origin: center center;
	will-change: transform;
}
.t-hero__wrapper .t-heroMainSlide__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 16%);
}
.t-hero__wrapper .t-heroMainSlide__bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.t-hero__wrapper .t-heroMainSlide__layer {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.08);
	transform-origin: center center;
	will-change: transform;
}
.t-hero__wrapper .t-heroMainSlide__layer img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.t-hero__wrapper .t-heroMainSlide__circle {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 2/1;
	overflow: visible;
	transform: translate(-26.6666666667vw, 10.8108108108vh);
}
@media screen and (min-width: 769px) {
	.t-hero__wrapper .t-heroMainSlide__circle {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		transform: translate(13.3333333333%, 16.2162162162vh);
	}
}
.t-hero__wrapper .t-heroMainSlide__circle img {
	display: block;
	width: 182%;
	height: auto;
	transition: transform 2s ease-out 2s;
	transform: rotate(-180deg);
	transform-origin: center bottom;
	will-change: transform;
}
@media screen and (min-width: 769px) {
	.t-hero__wrapper .t-heroMainSlide__circle img {
		width: 114%;
	}
}
.t-hero__wrapper .t-heroMainSlide__circle.is-active {
	transform: rotate(0deg);
}
.t-hero__wrapper .t-heroMainSlide .swiper-slide-active .t-heroMainSlide__bg,
.t-hero__wrapper .t-heroMainSlide .swiper-slide-active .t-heroMainSlide__layer,
.t-hero__wrapper .t-heroMainSlide .swiper-slide-duplicate-active .t-heroMainSlide__bg,
.t-hero__wrapper .t-heroMainSlide .swiper-slide-duplicate-active .t-heroMainSlide__layer,
.t-hero__wrapper .t-heroMainSlide .swiper-slide-prev .t-heroMainSlide__bg,
.t-hero__wrapper .t-heroMainSlide .swiper-slide-prev .t-heroMainSlide__layer {
	animation: zoomUp 8s linear 0s normal both;
}
.t-hero__wrapper .t-heroMainSlide .swiper-slide-active .t-heroMainSlide__circle img {
	transform: rotate(0deg);
}
@media screen and (min-width: 769px) {
	.t-hero__wrapper .t-heroMainSlide .swiper-slide-active .t-heroMainSlide__circle img {
		transform: rotate(0deg);
	}
}
.t-hero__loop {
	--looperOpacity: 0;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: var(--looperOpacity);
	transition: opacity 0.3s ease 0s;
}
.t-hero__loop::before {
	content: "";
	z-index: 5;
	position: absolute;
	top: -80px;
	right: 0;
	width: 80px;
	height: 80px;
	background: transparent url(../../image/home/object_hero01.svg) no-repeat scroll center center/cover;
	opacity: var(--looperOpacity);
	transition: opacity 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
	.t-hero__loop::before {
		top: -160px;
		width: 160px;
		height: 160px;
	}
}
.t-hero__loop__inner {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	padding: 15px 0;
	border-radius: 50px 0 0 0;
}
@media screen and (min-width: 769px) {
	.t-hero__loop__inner {
		padding: 20px 0;
		border-radius: 80px 0 0 0;
	}
}
.t-hero__loop__inner .swiper-wrapper {
	display: flex;
	transition-timing-function: linear;
}
.t-hero__loop__inner .swiper-slide {
	width: 10%;
}

@keyframes zoomUp {
	0% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}
.t-wrapperColumn {
	display: flex;
	flex-direction: column;
	gap: 26px 0;
	padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
	.t-wrapperColumn {
		flex-direction: row;
		justify-content: space-between;
		gap: 0 2.5%;
	}
}
@media screen and (min-width: 769px) {
	.t-wrapperColumn__title {
		width: 266px;
	}
}
.t-wrapperColumn__intro {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
@media screen and (min-width: 769px) {
	.t-wrapperColumn__intro {
		flex: 1;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
}
.t-wrapperColumn__intro a, .t-wrapperColumn__intro__item {
	display: grid;
	grid-template-areas: "image motif" "image title" "image button";
	grid-template-columns: 105px 1fr;
	gap: 0 5.9701492537%;
}
@media screen and (min-width: 769px) {
	.t-wrapperColumn__intro a, .t-wrapperColumn__intro__item {
		display: flex;
		flex-direction: column;
		width: 29.7297297297%;
	}
}
.t-wrapperColumn__intro .c-number {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: motif;
}
.t-wrapperColumn__intro h3 {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: title;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.57;
}
@media screen and (min-width: 769px) {
	.t-wrapperColumn__intro h3 {
		flex-grow: 1;
		text-align: center;
		font-size: 18px;
		line-height: 1.55;
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 1200px) {
	.t-wrapperColumn__intro h3 {
		flex-grow: 0;
		font-size: min(15px, 1.25vw);
	}
}
@media screen and (max-width: 768px) {
	.t-wrapperColumn__intro h3 {
		font-size: 14px;
	}
}
.t-wrapperColumn__intro .t-wrapperColumn__intro__thumb {
	-ms-grid-row: 1;
	-ms-grid-row-span: 5;
	-ms-grid-column: 1;
	grid-area: image;
	margin-bottom: 20px;
}
.t-wrapperColumn__intro .c-button-more {
	grid-area: button;
}
@media screen and (min-width: 769px){
	.c-list-container__item__thumb {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
	}
	.c-list-container__item__contents {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.c-list-container__item__button {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.p-postBox__eyecatch {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
	}
	.c-articleList--sub .c-articleList__item__thumb {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
	}
	.c-articleList--sub .c-articleList__item a > .c-articleList__item__thumb {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	.c-articleList--sub .c-articleList__item__data {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.c-articleList--sub .c-articleList__item__content {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.t-wrapperColumn__intro .c-button-more {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
}

.t-tab {
	padding-top: 30px;
	padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.t-tab {
		width: 91.3461538462%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
}
.t-tab__title {
	padding-bottom: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
.t-tab ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px 4.1791044776%;
}
@media screen and (min-width: 769px) {
	.t-tab ul {
		gap: 0 1.0526315789%;
	}
}
.t-tab li {
	position: relative;
	display: flex;
	align-items: center;
	width: 47.7611940299%;
	height: 46px;
	padding: 0 10px;
	background-color: #000000;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	border-radius: 4px;
	box-sizing: border-box;
	transition: background-color 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
	.t-tab li {
		width: 24.2105263158%;
		padding: 0 20px;
		font-size: 13px;
		border-radius: 8px;
		cursor: pointer;
	}
}
.t-tab li::before {
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background-color: #fa7b37;
	transition: opacity 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
	.t-tab li::before {
		bottom: -8px;
	}
}
.t-tab li.is-active {
	background-color: #fa7b37;
}
.t-tab li.is-active::before {
	opacity: 1;
}

.t-tab-contents {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.t-tab-contents {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px 0;
	}
}
.t-tab-contents__item {
	padding: 30px 5.9701492537%;
	background-color: #ffffff;
	border-radius: 16px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-tab-contents__item {
		width: 49.0384615385%;
		padding: 33px 3.8461538462%;
		border-radius: 20px;
	}
}
.t-tab-contents__item__title {
	display: flex;
	align-items: center;
	gap: 0 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.t-tab-contents__item__title {
		gap: 0 20px;
		margin-bottom: 34px;
		padding-bottom: 20px;
	}
}
.t-tab-contents__item__title img {
	width: 55px;
}
@media screen and (min-width: 769px) {
	.t-tab-contents__item__title img {
		width: 70px;
	}
}
.t-tab-contents__item__title h3 {
	flex: 1;
	margin-top: -12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (min-width: 769px) {
	.t-tab-contents__item__title h3 {
		font-size: 22px;
		line-height: 1.3;
	}
}
.t-tab-contents__item__list ul {
	display: flex;
	flex-direction: column;
	gap: 18px 0;
}
@media screen and (min-width: 769px) {
	.t-tab-contents__item__list ul {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 16px 0;
	}
}
.t-tab-contents__item__list li {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	line-height: 1.71;
	padding-left: 30px;
}
@media screen and (min-width: 769px) {
	.t-tab-contents__item__list li {
		width: 100%;
		padding-left: 40px;
		font-size: 15px;
		line-height: 1.6;
		box-sizing: border-box;
	}
}
.t-tab-contents__item__list a {
	position: relative;
}
.t-tab-contents__item__list a::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -30px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent url(../../image/common/button03.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.t-tab-contents__item__list a::before {
		top: -1px;
		left: -40px;
		width: 24px;
		height: 24px;
	}
}

@media screen and (min-width: 769px) {
	.t-tab-contents__item--full {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.t-tab-contents__item--full .t-tab-contents__item__list li {
		width: 50%;
		padding-right: 20px;
	}
}

.t-certification-achieved {
	margin-top: 60px;
	padding: 30px 5.9701492537% 24px;
	border: 2px solid #e0dddc;
	border-radius: 16px;
}
@media screen and (min-width: 769px) {
	.t-certification-achieved {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 67.3076923077%;
		margin: 80px auto 0;
		padding: 32px 3.8461538462% 40px;
		border-radius: 20px;
	}
}
.t-certification-achieved h4 {
	text-align: center;
	padding-bottom: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
}
@media screen and (min-width: 769px) {
	.t-certification-achieved h4 {
		width: 100%;
		padding-bottom: 30px;
	}
}
.t-certification-achieved__item {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
	margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
	.t-certification-achieved__item {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 769px) {
	.t-certification-achieved__item + * {
		margin-top: 16px;
	}
}
.t-certification-achieved__item img {
	display: block;
}
@media screen and (min-width: 769px) {
	.t-certification-achieved__item img {
		width: 46.0526315789%;
		margin-bottom: 0;
		padding-top: 2px;
	}
}
.t-certification-achieved__item p {
	font-size: 14px;
	line-height: 1.71;
}
@media screen and (min-width: 769px) {
	.t-certification-achieved__item p {
		width: 49.3421052632%;
	}
}

.t-slider {
	position: relative;
}
.t-slider__wrapper {
	width: 87.7611940299%;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.t-slider__wrapper {
		width: 100%;
	}
}
.t-slider__case__thumb, .t-slider__case__video {
	padding-bottom: 16px;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.t-slider__case__thumb, .t-slider__case__video {
		padding-bottom: 26px;
	}
}
.t-slider__case__thumb:has(+ .t-slider__case__data), .t-slider__case__video:has(+ .t-slider__case__data) {
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.t-slider__case__thumb:has(+ .t-slider__case__data), .t-slider__case__video:has(+ .t-slider__case__data) {
		padding-bottom: 16px;
	}
}
@media screen and (min-width: 769px) {
	.t-slider__case__video {
		cursor: pointer;
	}
}
.t-slider__case__video iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
	.t-slider__case__video iframe {
		pointer-events: none;
	}
}
.t-slider__case__data {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-bottom: 6px;
}
@media screen and (min-width: 769px) {
	.t-slider__case__data {
		flex-direction: row;
		gap: 12px;
		padding-bottom: 6px;
	}
}
.t-slider__case__data > p {
	padding-top: 6px;
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #393d3b;
}
@media screen and (min-width: 769px) {
	.t-slider__case__data > p {
		padding-top: 3px;
		font-size: 13px;
	}
}
.t-slider__case__data ul {
	display: flex;
	gap: 10px;
}
.t-slider__case__data li {
	display: inline-block;
	padding: 2px 10px;
	font-size: 11px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 50px;
}
@media screen and (min-width: 769px) {
	.t-slider__case__data li {
		padding: 3px 16px;
		font-size: 11px;
	}
}
.t-slider__case__contents h3 {
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
}
@media screen and (min-width: 769px) {
	.t-slider__case__contents h3 {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 1.75;
	}
}
.t-slider__case__contents ul {
	display: flex;
	flex-direction: column;
	gap: 4px 0;
}
.t-slider__case__contents li {
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.t-slider__case__contents li {
		font-size: 12px;
	}
}
.t-slider__case__contents time {
	display: block;
	padding-top: 10px;
	padding-bottom: 6px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #393d3b;
}
.t-slider__case__contents span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 16px;
	font-size: 11px;
	letter-spacing: 0.04em;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 200px;
}
.t-slider__project {
	padding: 30px 17px;
	border-radius: 16px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-slider__project {
		padding: 30px;
		border-radius: 20px;
	}
}
.t-slider__project span {
	display: inline-block;
	margin-bottom: 20px;
	padding: 2px 16px;
	font-size: 11px;
	background-color: #ffffff;
	border: 2px solid #e0dddc;
	border-radius: 200px;
}
.t-slider__project__inner {
	display: flex;
	gap: 0 20px;
}
.t-slider__project__inner__thumb {
	width: 70px;
}
.t-slider__project__inner__contents {
	flex: 1;
}
.t-slider__project__inner__contents h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.75;
}
.t-slider .swiper-button-prev,
.t-slider .swiper-button-next {
	z-index: 2;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.t-slider .swiper-button-prev,
	.t-slider .swiper-button-next {
		width: 40px;
		height: 40px;
	}
}
.t-slider .swiper-button-prev::before, .t-slider .swiper-button-prev::after,
.t-slider .swiper-button-next::before,
.t-slider .swiper-button-next::after {
	display: none;
}
.t-slider .swiper-button-prev {
	top: 32%;
	left: -8px;
	background: transparent url(../../image/common/arrow_slide_prev.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.t-slider .swiper-button-prev {
		top: 32%;
		left: -50px;
	}
}
.t-slider .swiper-button-next {
	top: 32%;
	right: -8px;
	background: transparent url(../../image/common/arrow_slide_next.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.t-slider .swiper-button-next {
		top: 32%;
		right: -50px;
	}
}
.t-slider .swiper-autoheight .swiper-wrapper {
	align-items: stretch;
	transition-property: transform, height;
}
.t-slider--project .swiper-slide {
	height: auto;
}
.t-slider--project .swiper-button-prev {
	top: 50%;
}
@media screen and (min-width: 769px) {
	.t-slider--project .swiper-button-prev {
		top: 50%;
	}
}
.t-slider--project .swiper-button-next {
	top: 50%;
}
@media screen and (min-width: 769px) {
	.t-slider--project .swiper-button-next {
		top: 50%;
	}
}
.t-slider--news .swiper-button-prev {
	top: 30%;
}
@media screen and (min-width: 769px) {
	.t-slider--news .swiper-button-prev {
		top: 28%;
	}
}
.t-slider--news .swiper-button-next {
	top: 30%;
}
@media screen and (min-width: 769px) {
	.t-slider--news .swiper-button-next {
		top: 28%;
	}
}
.t-slider--video .swiper-button-prev {
	top: 38%;
}
@media screen and (min-width: 769px) {
	.t-slider--video .swiper-button-prev {
		top: 34%;
	}
}
.t-slider--video .swiper-button-next {
	top: 38%;
}
@media screen and (min-width: 769px) {
	.t-slider--video .swiper-button-next {
		top: 34%;
	}
}
.t-slider + .c-button {
	margin-top: 30px;
}

.t-examples {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	width: 87.7611940299%;
	margin: 40px auto;
}
@media screen and (min-width: 769px) {
	.t-examples {
		flex-direction: row;
		justify-content: center;
		gap: 0 3.6538461538%;
		width: 100%;
	}
}
.t-examples__item {
	padding: 24px 4.0816326531% 20px;
	border: 2px solid #e0dddc;
	border-radius: 16px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-examples__item {
		width: 40.3846153846%;
		padding: 30px 3.8461538462% 48px;
		border-radius: 20px;
	}
}
@media screen and (min-width: 769px) {
	.t-examples__item--full {
		width: 84.6153846154%;
	}
}
@media screen and (min-width: 769px) {
	.t-examples__item--full ul {
		justify-content: center;
		padding: 0 17%;
	}
}
.t-examples__item h4 {
	text-align: center;
	padding-bottom: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.t-examples__item h4 {
		font-size: 18px;
	}
}
.t-examples__item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
}
@media screen and (min-width: 769px) {
	.t-examples__item ul {
		gap: 12px 14px;
	}
}
.t-examples__item li {
	font-size: 14px;
	color: #f0330d;
}
@media screen and (min-width: 769px) {
	.t-examples__item li {
		font-size: 14px;
	}
}
.t-examples__item li::before {
	content: "#";
}

.t-logos {
	margin-top: 24px;
}
@media screen and (min-width: 769px) {
	.t-logos {
		margin-top: 30px;
	}
}
.t-logos ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (min-width: 769px) {
	.t-logos ul {
		justify-content: flex-start;
		gap: 25px 4.6195652174%;
		width: 88.4615384615%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.t-logos ul::after {
		content: "";
		display: block;
		width: 30.447761194%;
	}
}
.t-logos li {
	width: 30.447761194%;
}
@media screen and (min-width: 769px) {
	.t-logos li {
		width: 16.3043478261%;
	}
}

.t-images-wrapper {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
	background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
	.t-images-wrapper {
		height: 100vh;
	}
}
.t-images-wrapper__outer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(15deg);
	display: flex;
	justify-content: center;
	width: 160%;
	gap: 20px;
}
@media screen and (min-width: 769px) {
	.t-images-wrapper__outer {
		width: 100%;
		gap: 40px;
	}
}
.t-images-wrapper__outer__item {
	width: 38.4%;
}
@media screen and (min-width: 769px) {
	.t-images-wrapper__outer__item {
		width: 23.3333333333%;
	}
}
.t-images-wrapper__outer__item:nth-child(2n) {
	padding-top: 50px;
}
@media screen and (min-width: 769px) {
	.t-images-wrapper__outer__item:nth-child(2n) {
		padding-top: 96px;
	}
}

.t-images-looper {
	z-index: -1;
	position: relative;
	overflow: hidden;
}
.t-images-looper .swiper-wrapper {
	transition-timing-function: linear;
}

.t-company-bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 36px;
	width: 112.2%;
}
@media screen and (min-width: 769px) {
	.t-company-bg {
		top: 64px;
		width: 72.8846153846%;
	}
}

.t-company-wrapper {
	position: relative;
	width: 87.7611940299%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.t-company-wrapper {
		width: 84.6153846154%;
	}
}
.t-company-wrapper h3 {
	text-align: center;
	padding-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	line-height: 1.33;
}
@media screen and (min-width: 769px) {
	.t-company-wrapper h3 {
		padding-bottom: 40px;
		font-size: 48px;
		line-height: 1.4;
	}
}
.t-company-wrapper__outer {
	display: flex;
	flex-direction: column-reverse;
	gap: 30px 0;
}
@media screen and (min-width: 769px) {
	.t-company-wrapper__outer {
		flex-direction: row;
		justify-content: space-between;
		gap: 0;
	}
}
@media screen and (min-width: 769px) {
	.t-company-wrapper__outer__contents {
		width: 50%;
	}
}
.t-company-wrapper__outer__contents p {
	font-size: 15px;
	line-height: 1.86;
	letter-spacing: 0.04em;
}
.t-company-wrapper__outer__contents ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px 30px;
	margin-top: 60px;
	padding: 24px 0;
	border-top: 2px solid #e0dddc;
	border-bottom: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.t-company-wrapper__outer__contents ul {
		margin-top: 44px;
		padding: 20px 0;
	}
}
.t-company-wrapper__outer__contents li {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}
.t-company-wrapper__outer__contents li a {
	position: relative;
	padding-right: 40px;
}
.t-company-wrapper__outer__contents li a::before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	width: 28px;
	height: 28px;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.t-company-wrapper__outer__image {
		width: 43.1818181818%;
	}
}

.t-faqWrapper {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper {
		width: 84.6153846154%;
	}
}
.t-faqWrapper__item {
	padding: 10px;
	border: 2px solid #e0dddc;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item {
		padding: 34px 30px;
		cursor: pointer;
	}
}
.t-faqWrapper__item__q {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0 10px;
	padding-right: 35px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__q {
		gap: 0 20px;
		padding-right: 70px;
	}
}
.t-faqWrapper__item__q::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	background-color: #707070;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__q::before {
		top: 18px;
		width: 40px;
		transform: translateY(0);
	}
}
.t-faqWrapper__item__q::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	background-color: #707070;
	transition: opacity 0.3s ease 0s, transform 0.4s ease 0s;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__q::after {
		top: 0;
		right: 19px;
		height: 40px;
		transform: translateY(0);
	}
}
.t-faqWrapper__item__q.is-active::after {
	opacity: 0;
	transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__q.is-active::after {
		transform: translateY(0) rotate(90deg);
	}
}
.t-faqWrapper__item__q img {
	display: block;
	width: 24px;
	transform: translateY(4px);
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__q img {
		width: 30px;
		transform: translateY(4px);
	}
}
.t-faqWrapper__item__q p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__q p {
		font-size: 24px;
	}
}
.t-faqWrapper__item__a {
	position: relative;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0 10px;
	margin-top: 20px;
	display: none;
	transition: max-height 0.6s ease;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__a {
		gap: 0 20px;
		margin-top: 36px;
	}
}
.t-faqWrapper__item__a img {
	display: block;
	width: 24px;
	transform: translateY(4px);
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__a img {
		width: 30px;
		transform: translateY(6px);
	}
}
.t-faqWrapper__item__a p {
	font-size: 14px;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__a p {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 16px;
	}
}
.t-faqWrapper__item__a p a {
	text-decoration: underline;
	color: #fa6428;
}
.t-faqWrapper__item__a span {
	display: inline-block;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.86;
}
@media screen and (min-width: 769px) {
	.t-faqWrapper__item__a span {
		margin-top: 26px;
		font-size: 15px;
	}
}
.t-faqWrapper__item__inner {
	flex: 1;
}

@media screen and (min-width: 769px) {
	.c-section--gray {
		margin-top: -50px;
	}
}
.c-section--gray .t-slider--case .swiper-button-prev,
.c-section--gray .c-list-slider .swiper-button-prev {
	background: transparent url(../../image/common/arrow_slide_prev_white.svg) no-repeat scroll center center/cover;
}
.c-section--gray .t-slider--case .swiper-button-next,
.c-section--gray .c-list-slider .swiper-button-next {
	background: transparent url(../../image/common/arrow_slide_next_white.svg) no-repeat scroll center center/cover;
}

.home .t-slider__case__thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60.25%;
}
.home .t-slider__case__thumb img {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.advantage-index .t-section {
	padding-top: 45px;
}
@media screen and (min-width: 1080px) {
	.advantage-index .t-section {
		padding-top: 114px;
	}
}
@media screen and (min-width: 769px) {
	.advantage-index .t-section .t-section__contents {
		margin-top: 70px;
	}
}
.advantage-index .t-section__grid {
	display: grid;
	grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
	.advantage-index .t-section__grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 769px) {
	.advantage-index .t-description {
		padding-top: 80px;
	}
}
@media screen and (min-width: 1080px) {
	.advantage-index .t-description {
		padding-top: 106px;
	}
}
.advantage-index .t-description h2 {
	font-size: 20px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.advantage-index .t-description h2 {
		font-size: 28px;
	}
}
@media screen and (min-width: 1080px) {
	.advantage-index .t-description h2 {
		font-size: 36px;
	}
}
.advantage-index .t-description__inner {
	padding-bottom: 50px;
	border-bottom: solid 1px #cccccc;
}
@media screen and (min-width: 769px) {
	.advantage-index .t-description__inner {
		padding-bottom: 32px;
	}
}
.advantage-index .t-description .t-section__column img {
	width: 80px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (min-width: 769px) {
	.advantage-index .t-description .t-section__column img {
		width: 100px;
	}
}
@media screen and (min-width: 1080px) {
	.advantage-index .t-description .t-section__column img {
		width: 120px;
	}
}
.advantage-index .t-description .t-section__column p {
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (min-width: 1080px) {
	.advantage-index .t-description .t-section__column p {
		font-size: 15px;
		line-height: 28px;
	}
}
.advantage-index .t-description .t-section__column:last-child {
	margin-top: 20px;
	gap: 6%;
	align-items: end;
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.advantage-index .t-description .t-section__column:last-child {
		gap: 30px;
		margin-top: 0;
		align-items: center;
		flex: 1;
	}
}
.advantage-index #section01 .c-section__title {
	text-align: center;
}
.advantage-index #section01 .t-section__grid {
	gap: 30px;
	margin-top: 46px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section01 .t-section__grid {
		gap: 38px;
		margin-top: 56px;
	}
}
.advantage-index #section01 .t-section__grid img {
	width: 30px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section01 .t-section__grid img {
		width: 35px;
	}
}
@media screen and (min-width: 1080px) {
	.advantage-index #section01 .t-section__grid img {
		width: 50px;
	}
}
.advantage-index #section01 .t-section__grid-item {
	display: flex;
	gap: 14px;
	padding: 21px 7%;
	position: relative;
	background: #f5f5f5;
	border-radius: 20px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section01 .t-section__grid-item {
		gap: 16px;
		padding: 26px 4%;
	}
}
@media screen and (min-width: 1080px) {
	.advantage-index #section01 .t-section__grid-item {
		gap: 20px;
		padding: 30px 8%;
	}
}
.advantage-index #section01 .t-section__grid-item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: -1;
	width: 40px;
	height: 39.6px;
	background-color: #f5f5f5;
	clip-path: polygon(100% 0, 0 100%, 0 0);
}
.advantage-index #section01 .t-section__grid-item p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section01 .t-section__grid-item p {
		font-size: 16px;
	}
}
@media screen and (min-width: 1080px) {
	.advantage-index #section01 .t-section__grid-item p {
		font-size: 18px;
	}
}
.advantage-index #section01 .t-section__arrow {
	width: 23.5%;
	margin: 25px auto 0;
}
@media screen and (min-width: 769px) {
	.advantage-index #section01 .t-section__arrow {
		width: 17%;
		margin: 38px auto 0;
	}
}
.advantage-index #section01 h3 {
	font-size: 24px;
	margin-top: -25px;
	line-height: 1.45;
}
@media screen and (min-width: 769px) {
	.advantage-index #section01 h3 {
		text-align: center;
		font-size: 36px;
		line-height: 50px;
		margin-top: -72px;
	}
}
.advantage-index .t-section__imgs {
	margin: 55px auto 0;
	overflow: hidden;
	height: 300px;
}
@media screen and (min-width: 769px) {
	.advantage-index .t-section__imgs {
		height: 440px;
		margin: 100px auto 0;
	}
}
@media screen and (min-width: 1600px) {
	.advantage-index .t-section__imgs {
		height: 500px;
	}
}
.advantage-index #section02 {
	padding-bottom: 105px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section02 {
		padding-bottom: 260px;
	}
}
@media screen and (min-width: 1240px) {
	.advantage-index #section02 {
		padding-bottom: 300px;
	}
}
@media screen and (min-width: 1600px) {
	.advantage-index #section02 {
		padding-bottom: 360px;
	}
}
.advantage-index #section02 .t-section__contents {
	margin: 42px 0;
}
@media screen and (min-width: 769px) {
	.advantage-index #section02 .t-section__contents {
		margin: 70px 0;
	}
}
.advantage-index #section03 .t-section__contents {
	margin: 40px 0;
}
@media screen and (min-width: 769px) {
	.advantage-index #section03 .t-section__contents {
		margin: 70px 9.8%;
	}
}
.advantage-index #section03 .t-paragraph {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section03 .t-paragraph {
		margin-top: 76px;
	}
}
.advantage-index #section03 .t-link {
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section03 .t-link {
		font-size: 16px;
	}
}
.advantage-index #section04 .t-section__contents {
	margin: 44px auto 0;
}
@media screen and (min-width: 769px) {
	.advantage-index #section04 .t-section__contents {
		margin: 70px auto 0;
	}
}
.advantage-index #section04 .t-section__contents > p {
	font-size: 15px;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.advantage-index #section04 .t-section__contents > p {
		text-align: center;
	}
}
.advantage-index #section04 .t-section__grid {
	gap: 40px;
	margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
	.advantage-index #section04 .t-section__grid {
		margin: 40px auto 0;
		width: 70%;
	}
}
.advantage-index #section04 .t-section__grid-item {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.advantage-index #section04 .t-section__grid-item small {
	font-size: 12px;
}
.advantage-index #section04 .t-section__grid-item h3 {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
@media screen and (min-width: 769px) {
	.advantage-index #section04 .t-section__grid-item h3 {
		margin-top: 6px;
	}
}
.advantage-index #section04 .t-section__grid-item img {
	width: 100%;
}
.advantage-index #section04 .t-section__grid-item .-text {
	margin-top: 18px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section04 .t-section__grid-item .-text {
		margin-top: 14px;
	}
}
.advantage-index #section04 .t-section__grid-item .t-link {
	margin-top: 6px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section04 .t-section__grid-item .t-link {
		margin-top: 14px;
	}
}
.advantage-index #section04 .t-section__grid-item .t-link a {
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section04 .t-section__grid-item .t-link a {
		font-size: 14px;
	}
}
.advantage-index #section05 {
	padding-bottom: 64px;
}
@media screen and (min-width: 769px) {
	.advantage-index #section05 {
		padding-bottom: 100px;
	}
}
.advantage-index #section05 h2 {
	text-align: center;
}
.advantage-index #section05 .t-section__contents {
	margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
	.advantage-index #section05 .t-section__contents {
		margin: 30px auto;
		width: 65%;
	}
}
.advantage-index #section05 .t-section__contents img {
	margin-bottom: 30px;
}
.advantage-index #section05 .t-section__contents p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.06em;
}
.advantage-index #section05 .t-button {
	margin-top: 34px;
}

.hearing-index .t-section {
	padding: 74px 0;
}
@media screen and (min-width: 769px) {
	.hearing-index .t-section {
		padding: 124px 0 75px;
	}
}
.hearing-index .t-section .t-section__contents {
	margin-top: 42px;
}
@media screen and (min-width: 769px) {
	.hearing-index .t-section .t-section__contents {
		margin-top: 80px;
	}
}
.hearing-index #section01 {
	border-bottom: 2px solid #e0dddc;
	padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
	.hearing-index #section01 {
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 769px) {
	.hearing-index #section01 .c-section__columnsContainer {
		gap: 52px;
	}
}
@media screen and (min-width: 769px) {
	.hearing-index #section01 .c-section__columns {
		gap: 5%;
	}
}
.hearing-index #section01 .c-section__title h2 {
	font-size: 26px;
}
@media screen and (min-width: 769px) {
	.hearing-index #section01 .c-section__title h2 {
		font-size: 36px;
	}
}
@media screen and (min-width: 769px) {
	.hearing-index #section02 .t-section__contents {
		margin-top: 32px;
	}
}
@media screen and (min-width: 1080px) {
	.hearing-index #section02 .t-section__column:last-child {
		width: 50%;
		flex: 1;
	}
}
.hearing-index #section02 .t-section__column:last-child p {
	line-height: 1.88;
	font-size: 15px;
}
.hearing-index #section02 .t-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 26px;
	margin-top: 25px;
}
@media screen and (min-width: 769px) {
	.hearing-index #section02 .t-grid {
		gap: 4%;
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.hearing-index #section02 .t-grid__item {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
@media screen and (min-width: 769px) {
	.hearing-index #section02 .t-grid__item {
		gap: 20px;
	}
}
.hearing-index #section02 .t-grid__item h3 {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.hearing-index #section02 .t-grid__item h3 {
		line-height: 1.7;
	}
}
@media screen and (min-width: 769px) {
	.hearing-index #section02 .t-button {
		margin-top: 58px;
	}
}
@media screen and (min-width: 769px) {
	.hearing-index #section03 .t-section__contents {
		margin: 68px auto;
		width: 80.8%;
	}
}
.hearing-index #section03 .t-section__contents > p {
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.hearing-index #section03 .t-section__contents > p {
		text-align: center;
	}
}
.hearing-index #section03 .t-section__columns {
	background: #ffffff;
	padding: 20px 5.956%;
	margin-top: 40px;
	display: block;
}
@media screen and (min-width: 769px) {
	.hearing-index #section03 .t-section__columns {
		display: flex;
		margin-top: 38px;
		padding: 20px 4.6% 20px 2.387%;
		gap: 5%;
	}
}
.hearing-index #section03 .t-section__column {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.hearing-index #section03 .t-section__column:first-child {
		width: 51.2%;
	}
}
.hearing-index #section03 .t-section__column:last-child {
	flex: 1;
	margin-top: 20px;
}
.hearing-index #section03 h3 {
	font-size: 18px;
}
.hearing-index #section03 p {
	font-size: 14px;
	margin-top: 13px;
	line-height: 1.65;
	margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
	.hearing-index #section03 p {
		margin-top: 15px;
		margin-bottom: 24px;
	}
}
.hearing-index #section03 .t-link {
	margin: auto 0 0;
	text-align: end;
}
.hearing-index #section03 .t-link a {
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.hearing-index #section03 .t-link a {
		font-size: 15px;
	}
}
@media screen and (min-width: 769px) {
	.hearing-index #section03 .t-button {
		margin-top: 58px;
	}
}
.hearing-index #section04 {
	padding: 0 0 56px;
}
.hearing-index #section04 .t-section__contents {
	margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
	.hearing-index #section04 .t-section__contents {
		width: 65%;
	}
}
.hearing-index #section04 .t-section__contents img {
	margin-bottom: 30px;
}
.hearing-index #section04 p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.06em;
}

.sample-case-index .t-section {
	margin: 80px auto;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section {
		margin: 124px auto 100px;
	}
}
.sample-case-index .t-section h2 {
	font-size: 28px;
	margin-top: 10px;
	line-height: 1.3;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section h2 {
		line-height: 1.4;
		font-size: 36px;
	}
}
.sample-case-index .t-section__contents {
	margin-top: 44px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__contents {
		margin-top: 100px;
	}
}
.sample-case-index .t-section__frame {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 21px 6% 40px;
	margin-top: 28px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__frame {
		margin-top: 20px;
		padding: 40px 6% 55px;
	}
}
.sample-case-index .t-section__columns {
	display: flex;
}
.sample-case-index .t-section__cause {
	border-bottom: 2px solid #e0dddc;
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__cause {
		padding-bottom: 34px;
	}
}
.sample-case-index .t-section__cause p {
	position: relative;
	padding-left: 72px;
	height: 76px;
	display: flex;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__cause p {
		padding-left: 100px;
		font-size: 16px;
		line-height: 1.7;
	}
}
.sample-case-index .t-section__cause p::before {
	content: "";
	background: transparent url(../../image/advantage/sample-case/icon_cause.png) no-repeat scroll center center/cover;
	width: 58px;
	height: 58px;
	left: 0;
	position: absolute;
	top: 5px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__cause p::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 76px;
		height: 76px;
	}
}
.sample-case-index .t-section__solution {
	padding-top: 30px;
}
@media screen and (min-width: 1080px) {
	.sample-case-index .t-section__solution {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}
.sample-case-index .t-section__solution h3 {
	position: relative;
	padding-left: 72px;
	font-size: 18px;
	letter-spacing: 0.06em;
	min-height: 60px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__solution h3 {
		padding-left: 100px;
		font-size: 24px;
	}
}
.sample-case-index .t-section__solution h3::before {
	content: "";
	background: transparent url(../../image/advantage/sample-case/icon_solution.png) no-repeat scroll center center/cover;
	width: 58px;
	height: 58px;
	left: 0;
	position: absolute;
	top: 2px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__solution h3::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 76px;
		height: 76px;
	}
}
.sample-case-index .t-section__solution p {
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.86;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__solution p {
		line-height: 1.88;
		width: 88%;
	}
}
.sample-case-index .t-section__solution .t-section__column:first-child {
	flex: 1;
}
.sample-case-index .t-section__solution .t-section__column:last-child {
	margin-top: 60px;
}
@media screen and (min-width: 1080px) {
	.sample-case-index .t-section__solution .t-section__column:last-child {
		margin-top: 0;
		width: 39%;
	}
}
.sample-case-index .t-section__solution .t-section__column:last-child ul {
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	border: 4px solid #e0dddc;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	padding: 20px 5% 18px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__solution .t-section__column:last-child ul {
		gap: 14px;
		min-height: 120px;
		padding: 34px 8.8% 20px;
	}
}
.sample-case-index .t-section__solution .t-section__column:last-child ul::before {
	content: "解決できるサービス";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -38px;
	padding-bottom: 10px;
	background: transparent url(../../image/advantage/sample-case/bg_bbl.svg) no-repeat scroll center center/contain;
	width: 150px;
	height: 42px;
	display: grid;
	place-items: center;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__solution .t-section__column:last-child ul::before {
		width: 164px;
		top: -24px;
	}
}
.sample-case-index .t-section__solution .t-section__column:last-child li a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	position: relative;
	padding: 4px 0 4px 2.2rem;
	display: block;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__solution .t-section__column:last-child li a {
		font-size: 14px;
	}
}
.sample-case-index .t-section__solution .t-section__column:last-child li a::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: transparent url(../../image/common/button03.svg) no-repeat scroll center center/cover;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.sample-case-index .t-section__solution .t-section__column:last-child li a::before {
		width: 24px;
		height: 24px;
	}
}

.solution-index section {
	margin: 34px auto 60px;
}
@media screen and (min-width: 769px) {
	.solution-index section {
		margin: 68px auto 80px;
	}
}
.solution-index .t-description {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}
@media screen and (min-width: 769px) {
	.solution-index .t-description {
		margin-top: 100px;
		gap: 40px;
	}
}
.solution-index .t-description__title {
	font-size: 24px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.solution-index .t-description__title {
		font-size: 36px;
	}
}
.solution-index .t-description p {
	font-size: 16px;
	line-height: 1.7;
}
.solution-index .t-category {
	margin: 34px auto;
	scroll-margin-top: 80px;
}
@media screen and (min-width: 769px) {
	.solution-index .t-category {
		margin: 68px auto;
		scroll-margin-top: 100px;
	}
}
.solution-index .t-category__ttl {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: solid 2px #e0dddc;
	padding: 20px 0;
	gap: 1.2rem;
}
.solution-index .t-category__ttl img {
	width: 60px;
	-o-object-fit: contain;
	object-fit: contain;
	align-self: flex-start;
}
@media screen and (min-width: 769px) {
	.solution-index .t-category__ttl img {
		width: 70px;
	}
}
.solution-index .t-category__ttl h2 {
	font-size: 20px;
	margin-top: -0.4em;
	line-height: 1.3;
}
@media screen and (min-width: 769px) {
	.solution-index .t-category__ttl h2 {
		font-size: 24px;
	}
}
.solution-index .t-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 32px;
}
@media screen and (min-width: 769px) {
	.solution-index .t-grid {
		gap: 38px 3.8461538462%;
		margin-top: 40px;
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1080px) {
	.solution-index .t-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.solution-index .t-grid__item {
	background: #f0f0f0;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px 6%;
	transition: all 0.4s;
}
@media screen and (min-width: 769px) {
	.solution-index .t-grid__item {
		padding: 32px 9.2% 16px;
		border-radius: 20px;
	}
}
.solution-index .t-grid__item:hover {
	filter: brightness(0.9);
	opacity: 1;
}
.solution-index .t-grid__ttl {
	display: flex;
	gap: 1rem;
}
.solution-index .t-grid__ttl img {
	width: 70px;
	-o-object-fit: contain;
	object-fit: contain;
	align-self: flex-start;
}
.solution-index .t-grid__ttl h3 {
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
.solution-index .t-grid__ttl h3 > small {
	font-size: 11px;
	line-height: 1.6;
	display: inline-block;
	letter-spacing: 0;
	margin-top: 0.2rem;
}
.solution-index .t-grid p {
	margin-top: 12px;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
	.solution-index .t-grid p {
		margin: 20px 0;
		line-height: 1.75;
	}
}
.solution-index .t-grid .t-link {
	text-align: right;
}
@media screen and (min-width: 769px) {
	.solution-index .t-grid .t-link {
		margin-top: auto;
		margin-bottom: 0;
	}
}
.solution-index .t-grid .t-link span,
.solution-index .t-grid .t-link a {
	font-size: 11px;
}

.solution-single .t-hero {
	padding: 24px 0 46px;
	position: relative;
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero {
		padding: 36px 0 0;
		height: 45vw;
		max-height: 660px;
	}
}
.solution-single .t-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 50px 0 50px;
	border-color: #ffffff transparent transparent transparent;
	transform: rotate(0deg);
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero::after {
		bottom: -60px;
		border-width: 60px 100px 0 100px;
	}
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero .c-hero__columns {
		align-items: center;
	}
}
.solution-single .t-hero__head {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 0;
	color: #000000;
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero__head {
		font-size: min(1.166vw, 16.333px);
	}
}
.solution-single .t-hero__head::before {
	display: none;
}
.solution-single .t-hero__h1 {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero__h1 {
		margin-top: 16px;
	}
}
.solution-single .t-hero__h1.mt-65 {
	margin-top: 65px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero__h1.mt-65 {
		margin-top: 16px;
	}
}
.solution-single .t-hero__h1 h1 {
	line-height: 2;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display: inline;
	padding: 0em 0.4rem;
	line-height: 1.6;
	background: #000000;
	font-size: 32px;
	color: #ffffff;
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero__h1 h1 {
		font-size: min(4vw, 56px);
		white-space: nowrap;
	}
}
.solution-single .t-hero__h1 h1.fs--s {
	font-size: 29.8px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero__h1 h1.fs--s {
		font-size: min(4vw, 56px);
		white-space: nowrap;
	}
}
.solution-single .t-hero__column {
	position: relative;
	z-index: 1;
}
.solution-single .t-hero__column:first-child {
	margin-top: 0;
	z-index: 2;
	position: relative;
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero__column:first-child {
		width: 56%;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single .t-hero__column:first-child {
		width: 54%;
	}
}
.solution-single .t-hero__column:first-child > p {
	font-size: 15px;
	margin-top: 30px;
	line-height: 1.85;
}
@media screen and (min-width: 480px) {
	.solution-single .t-hero__column:first-child > p {
		margin-top: 50px;
	}
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero__column:first-child > p {
		width: 92.3623445826%;
		font-size: min(1.333vw, 18px);
		max-width: 580px;
		margin-top: 30px;
	}
}
.solution-single .t-hero__column:last-child {
	margin: 0;
	position: absolute;
	padding: 0;
	right: 0;
	top: 0;
	width: 35%;
}
@media screen and (min-width: 769px) {
	.solution-single .t-hero__column:last-child {
		max-width: inherit;
		position: relative;
		width: 44%;
		padding: 10px 0 0;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single .t-hero__column:last-child {
		width: 46%;
	}
}
.solution-single section {
	padding: 50px 0 130px;
}
@media screen and (min-width: 769px) {
	.solution-single section {
		padding: 100px 0 170px;
	}
}
.solution-single .t-radius {
	border-radius: 12px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-radius {
		border-radius: 20px;
	}
}
.solution-single .t-shape {
	margin-top: -50px;
	border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 769px) {
	.solution-single .t-shape {
		border-radius: 50px 50px 0 0;
	}
}
.solution-single .t-section__title {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
	.solution-single .t-section__title {
		text-align: center;
		font-size: 28px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single .t-section__title {
		text-align: center;
		font-size: 32px;
	}
}
@media screen and (min-width: 1240px) {
	.solution-single .t-section__title {
		font-size: 36px;
	}
}
.solution-single .t-solution__btns {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 22px auto 0;
	max-width: 460px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-solution__btns {
		max-width: inherit;
		gap: 2%;
		flex-direction: row;
		margin: 2.6666666667vw 0 0;
		width: 100%;
	}
}
@media screen and (min-width: 1240px) {
	.solution-single .t-solution__btns {
		width: 90%;
	}
}
.solution-single .t-solution__btns .t-solution__btn {
	width: 100%;
	border-radius: 50px;
	border: solid 3px #e6e6e6;
	position: relative;
	box-sizing: border-box;
	display: grid;
	place-items: center;
}
@media screen and (min-width: 769px) {
	.solution-single .t-solution__btns .t-solution__btn {
		place-items: flex-start;
		border: solid 6px #e6e6e6;
		max-width: 580px;
	}
}
.solution-single .t-solution__btns .t-solution__btn a {
	padding: 18px 10px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-solution__btns .t-solution__btn a {
		padding: min(1.479vw, 20.7px) min(2.666vw, 37.3px);
	}
}
.solution-single .t-solution__btns .t-solution__btn img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 38.5px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-solution__btns .t-solution__btn img {
		width: min(3.333vw, 42px);
	}
}
.solution-single .t-solution__btns .t-solution__btn span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-solution__btns .t-solution__btn span {
		font-size: min(1.333vw, 18px);
	}
}
.solution-single .t-solution__btns .t-solution__btn.-red {
	background: #f0330d;
}
.solution-single .t-solution__btns .t-solution__btn.-orange {
	background: #fa7b37;
}
.solution-single #section01 {
	background: #f0f0f0;
	padding: 70px 0;
}
@media screen and (min-width: 769px) {
	.solution-single #section01 {
		padding: 108px 0 150px;
	}
}
.solution-single #section01 h3 > span,
.solution-single #section01 .t-movie h2 > span {
	border-bottom: solid 2px #fa7b37;
}
.solution-single #section01 .t-movie {
	background: #ffffff;
	border: solid 3.8px #e0dddc;
	box-sizing: border-box;
	padding: 15px 4% 14px;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-movie {
		padding: 22px 3% 34px;
	}
}
.solution-single #section01 .t-movie h2 {
	font-size: 15px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-movie h2 {
		font-size: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section01 .t-movie h2 {
		font-size: 24px;
	}
}
.solution-single #section01 .t-movie__frame {
	margin-top: 20px;
}
.solution-single #section01 .t-movie iframe {
	width: 100%;
}
@media screen and (min-width: 480px) {
	.solution-single #section01 .t-movie iframe {
		height: 240px;
	}
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-movie iframe {
		height: 300px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section01 .t-movie iframe {
		height: 360px;
	}
}
.solution-single #section01 .t-content {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-content {
		margin-top: 60px;
	}
}
.solution-single #section01 .t-content .t-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 3.2%;
	margin: 24px auto 0;
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-content .t-grid {
		gap: 40px 3.2%;
		margin: 48px auto 0;
	}
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-content .t-grid.--2columns {
		width: 80%;
	}
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-content .t-grid.--2columns .t-grid__item {
		max-width: 350px;
		width: 48.4%;
	}
}
.solution-single #section01 .t-content .t-grid__item {
	background: #ffffff;
	border: solid 2px #e0dddc;
	border-radius: 20px;
	padding: 16px 18px;
	box-sizing: border-box;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-content .t-grid__item {
		padding: 24px 20px;
		width: 48.4%;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section01 .t-content .t-grid__item {
		width: 31.2%;
	}
}
.solution-single #section01 .t-content .t-grid__title {
	display: flex;
	gap: 14px;
}
.solution-single #section01 .t-content .t-grid__title > span {
	background: #fa7b37;
	display: grid;
	place-items: center;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 14px;
}
.solution-single #section01 .t-content .t-grid__title > h3 {
	font-size: 16px;
	line-height: 1.7;
	flex: 1;
}
.solution-single #section01 .t-content .t-grid__text {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.85;
}
@media screen and (min-width: 769px) {
	.solution-single #section01 .t-content .t-grid__text {
		margin-top: 26px;
	}
}
.solution-single .t-section--bg {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 52px 5.3333333334% 124px;
	text-align: center;
	color: #ffffff;
	background: transparent url(../../image/solution/single_bg.jpg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.solution-single .t-section--bg {
		padding: 80px 10px 130px;
	}
}
@media screen and (min-width: 769px) {
	.solution-single .t-section--bg .t-section__head {
		width: -moz-fit-content;
		width: fit-content;
		margin: auto;
		padding: 0 4px;
		background: #ffffff;
	}
}
.solution-single .t-section--bg .t-section__head span {
	background: #ffffff;
	color: #000000;
	display: inline-block;
	font-size: 14px;
	padding: 0 0.4em;
	margin-top: 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (min-width: 769px) {
	.solution-single .t-section--bg .t-section__head span {
		margin-top: 0;
		padding: 0 0 3px;
		font-size: 18px;
	}
}
.solution-single .t-section--bg .t-section__title {
	margin-top: 14px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.solution-single .t-section--bg .t-section__title {
		margin-top: 36px;
		font-size: 32px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single .t-section--bg .t-section__title {
		font-size: 40px;
	}
}
@media screen and (min-width: 1240px) {
	.solution-single .t-section--bg .t-section__title {
		font-size: 42px;
	}
}
.solution-single .t-section--bg .t-section__title span {
	position: relative;
	z-index: 1;
	display: inline;
	background: linear-gradient(transparent 70%, #fa7b37 0%);
	padding: 0 1px 0px;
}
.solution-single .t-section--bg p {
	margin-top: 24px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.85;
}
@media screen and (min-width: 769px) {
	.solution-single .t-section--bg p {
		margin-top: 28px;
		font-size: 16px;
	}
}
.solution-single .t-section--bg .t-btns {
	width: 100%;
	gap: 10px;
	margin: 18px auto 0;
}
@media screen and (min-width: 769px) {
	.solution-single .t-section--bg .t-btns {
		border-radius: 50px;
		background: #e6e6e6;
		flex-direction: row;
		margin: 38px auto 0;
		width: 480px;
		gap: 0;
	}
}
.solution-single .t-section--bg .t-btns span {
	font-size: 16px;
}
.solution-single #section02 {
	background: #ffffff;
	padding: 70px 0;
}
@media screen and (min-width: 769px) {
	.solution-single #section02 {
		padding: 90px 0 180px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section02 {
		padding: 90px 0 150px;
	}
}
.solution-single #section02 .t-content {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.solution-single #section02 .t-content {
		margin-top: 72px;
	}
}
.solution-single #section02 .t-content__item {
	position: relative;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.solution-single #section02 .t-content__item {
		margin-top: 90px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section02 .t-content__item {
		margin-top: 80px;
	}
}
.solution-single #section02 .t-content__title {
	gap: 20px;
}
.solution-single #section02 .t-content__title h3 {
	flex: 1;
}
.solution-single #section02 .t-content__img {
	position: relative;
	z-index: 0;
	margin-top: -20px;
}
@media screen and (min-width: 769px) {
	.solution-single #section02 .t-content__img {
		margin-top: 0;
		padding-top: 30px;
		width: 53.8461538462%;
	}
}
.solution-single #section02 .t-content__text {
	border: solid 2px #e0dddc;
	padding: 20px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.solution-single #section02 .t-content__text {
		position: absolute;
		top: 0;
		padding: 30px 20px 30px;
		width: 56%;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section02 .t-content__text {
		padding: 40px 40px 30px;
		width: 50%;
	}
}
@media screen and (min-width: 769px) {
	.solution-single #section02 .t-content__item:nth-child(2n) .t-content__img {
		margin: 0 0 0 auto;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section02 .t-content__item:nth-child(2n) .t-content__text {
		left: 20px;
	}
}
@media screen and (min-width: 769px) {
	.solution-single #section02 .t-content__item:nth-child(2n+1) .t-content__text {
		right: 0;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section02 .t-content__item:nth-child(2n+1) .t-content__text {
		right: 20px;
	}
}
.solution-single .t-about {
	background: #f0f0f0;
}
.solution-single .t-about p {
	line-height: 1.7;
}
.solution-single .t-about__desc {
	font-size: 16px;
	margin: 20px auto;
}
@media screen and (min-width: 769px) {
	.solution-single .t-about__desc {
		margin: 60px auto 20px;
		width: 84%;
	}
}
.solution-single .t-about__contents {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-about__contents {
		margin-top: 80px;
	}
}
.solution-single .t-about__column {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-about__column {
		margin-top: 60px;
	}
}
@media screen and (min-width: 769px) {
	.solution-single .t-about__text {
		width: 51.9230769231%;
	}
}
.solution-single .t-about__text h3 {
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-about__text h3 {
		font-size: 24px;
	}
}
.solution-single .t-about__text p {
	font-size: 15px;
	margin-top: 12px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-about__text p {
		margin-top: 34px;
	}
}
.solution-single .t-about__img {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-about__img {
		margin-top: 0;
		width: 42.3076923077%;
	}
}
.solution-single .t-advantage {
	background: #f0f0f0;
}
.solution-single .t-advantage__block {
	margin-top: 35px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__block {
		margin-top: 70px;
	}
}
.solution-single .t-advantage__block > p {
	margin-top: 35px;
	font-size: 15px;
	line-height: 1.7;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__block > p {
		text-align: center;
		margin-top: 70px;
		font-size: 16px;
		line-height: 1.88;
	}
}
.solution-single .t-advantage__block > img {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__block > img {
		margin-top: 60px;
	}
}
.solution-single .t-advantage__block:last-child > p {
	text-align: left;
	margin-top: 30px;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__block:last-child > p {
		margin-top: 40px;
	}
}
.solution-single .t-advantage__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__grid {
		margin-top: 60px;
	}
}
.solution-single .t-advantage__grid .-item {
	padding: 0 7.2%;
}
.solution-single .t-advantage__grid .-item:not(:last-child) {
	border-right: solid 2px #e0dddc;
}
.solution-single .t-advantage__grid h4,
.solution-single .t-advantage__grid p {
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__grid h4,
	.solution-single .t-advantage__grid p {
		font-size: 15px;
	}
}
.solution-single .t-advantage__grid img {
	margin-top: 30px;
}
.solution-single .t-advantage__table {
	margin-top: 40px;
}
.solution-single .t-advantage__table table {
	background: #ffffff;
	border-collapse: collapse;
	width: 100%;
}
.solution-single .t-advantage__table tr {
	display: block;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__table tr {
		display: table-row;
	}
}
.solution-single .t-advantage__table tr:not(:last-child) {
	border-bottom: solid 1px #e0dddc;
}
.solution-single .t-advantage__table th {
	display: block;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	padding: 11.5px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__table th {
		display: table-cell;
		vertical-align: middle;
		width: 33.4%;
	}
}
.solution-single .t-advantage__table th h4 {
	font-size: 24px;
}
.solution-single .t-advantage__table th small {
	font-style: 15px;
}
.solution-single .t-advantage__table tr:nth-child(1) th {
	background: #ffaf26;
}
.solution-single .t-advantage__table tr:nth-child(2) th {
	background: #fa6428;
}
.solution-single .t-advantage__table tr:nth-child(3) th {
	background: #f04000;
}
.solution-single .t-advantage__table td {
	display: flex;
	flex-direction: column;
	padding: 20px 3.8%;
	font-size: 14px;
	line-height: 1.6;
	gap: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__table td {
		flex-direction: row;
		box-sizing: border-box;
		gap: 4%;
	}
}
.solution-single .t-advantage__table td img {
	width: 48%;
	max-width: 260px;
	-o-object-fit: contain;
	object-fit: contain;
	align-self: center;
}
@media screen and (min-width: 769px) {
	.solution-single .t-advantage__table td img {
		width: 25.5%;
		max-width: 180px;
		min-width: 140px;
	}
}
.solution-single .t-service {
	background: #f0f0f0;
	padding: 50px 0 130px;
	padding: 50px 0 60px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service {
		padding: 100px 0 100px;
	}
}
.solution-single .t-service .t-section__title {
	text-align: center;
}
.solution-single .t-service__title {
	font-size: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	gap: 0;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__title {
		font-size: 28px;
		margin-top: 60px;
	}
}
.solution-single .t-service__title .c-number {
	margin-bottom: 4px;
}
.solution-single .t-service__img {
	margin-top: 30px;
}
.solution-single .t-service__img.-scroll {
	overflow: auto;
}
.solution-single .t-service__img.-scroll img {
	width: 820px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__img.-scroll img {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__img.-middle img {
		width: 76.1904761905%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
.solution-single .t-service__block:nth-child(2) {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__block:nth-child(2) {
		margin-top: 68px;
	}
}
.solution-single .t-service__block:last-child {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__block:last-child {
		margin-top: 96px;
	}
}
.solution-single .t-service__content:not(:nth-child(2)) {
	margin-top: 60px;
}
.solution-single .t-service__content h4 {
	background: #ffffff;
	border-radius: 30px;
	border: solid 2px #fa7b37;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	padding: 5px 20px;
	width: -moz-fit-content;
	width: fit-content;
	margin: 30px auto 30px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__content h4 {
		margin: 52px auto 32px;
		padding: 7px 22px;
		font-size: 16px;
	}
}
.solution-single .t-service__content p {
	font-size: 16px;
	line-height: 1.6;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__content p {
		text-align: center;
		line-height: 1.88;
	}
}
.solution-single .t-service__content p span {
	font-weight: 700;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__content p.-left {
		text-align: left;
	}
}
.solution-single .t-service__content ul.-column {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__content ul.-column li {
		width: 49%;
	}
}
.solution-single .t-service__content li {
	position: relative;
	padding-left: 1rem;
	box-sizing: border-box;
	font-size: 16px;
	text-align: left;
	padding: 2px 0 2px 1rem;
}
.solution-single .t-service__content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fa7b37;
}
.solution-single .t-service__content li.-gray::before {
	background: #bdbdbd;
}
.solution-single .t-service__content .t-button {
	max-width: 100%;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__content .t-button {
		max-width: 440px;
	}
}
.solution-single .t-service__content .t-button span {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__content .t-button span {
		font-size: 18px;
	}
}
.solution-single .t-service .t-column {
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service .t-column {
		gap: 4%;
	}
}
.solution-single .t-service .t-column .t-service__item {
	width: 88%;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service .t-column .t-service__item {
		width: 48%;
	}
}
.solution-single .t-service__item {
	margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__item {
		margin: 40px auto 0;
	}
}
.solution-single .t-service__item img {
	margin: 0 auto 18px;
}
.solution-single .t-service__item h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}
.solution-single .t-service__item p {
	margin-top: 2px;
}
.solution-single .t-service__item h5,
.solution-single .t-service__item p {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__item h5,
	.solution-single .t-service__item p {
		font-size: 15px;
	}
}
.solution-single .t-service__item > a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	text-decoration: underline;
}
.solution-single .t-service__item > a:not([href]) {
	text-decoration: none;
	pointer-events: none;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__item.-large {
		width: 100%;
	}
}
.solution-single .t-service__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
.solution-single .t-service__grid a {
	text-decoration: underline;
	font-size: 12px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__grid a {
		font-size: 15px;
	}
}
.solution-single .t-service__grid img {
	width: 50%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__grid img {
		width: 44%;
		margin: 0 auto;
		max-width: 100px;
	}
}
.solution-single .t-service__grid .t-service__item {
	border-left: 2px solid #e0dddc;
	margin-top: 10px;
	padding: 20px 16px;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__grid .t-service__item {
		padding: 20px 12px;
		justify-content: flex-start;
	}
}
.solution-single .t-service__grid .t-service__item:nth-child(2) {
	border-right: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__grid .t-service__item:nth-child(2) {
		border-right: none;
	}
}
.solution-single .t-service__grid .t-service__item:nth-child(4) {
	border-right: 2px solid #e0dddc;
}
.solution-single .t-service__grid .t-service__item p {
	margin-top: 14px;
	text-align: left;
	border-radius: 6px;
	font-size: 11px;
	flex: 1;
}
@media screen and (min-width: 769px) {
	.solution-single .t-service__grid .t-service__item p {
		margin-top: 20px;
		flex: inherit;
		padding: 0 4%;
		font-size: 13px;
	}
}
.solution-single .t-difference {
	background: #f0f0f0;
}
.solution-single .t-difference h2 {
	text-align: center;
}
.solution-single .t-difference h3 {
	color: #fa6428;
	font-size: 16px;
}
.solution-single .t-difference h4 {
	font-size: 14px;
}
.solution-single .t-difference p {
	font-size: 13px;
}
.solution-single .t-difference__inner:last-child {
	margin-top: 60px;
}
.solution-single .t-difference__inner > p {
	font-size: 15px;
	margin: 30px auto;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.solution-single .t-difference__inner > p {
		margin: 60px auto;
		width: 80%;
	}
}
.solution-single .t-difference__inner:last-child > p {
	text-align: center;
}
.solution-single .t-difference__graph {
	gap: 24px;
}
.solution-single .t-difference__graph img {
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-difference__graph img {
		align-self: flex-start;
		width: 50%;
		margin-bottom: 0;
	}
}
.solution-single .t-difference__graph .-block {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-bottom: 20px;
}
.solution-single .t-difference__flex {
	display: flex;
	gap: 20px 2%;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.solution-single .t-difference__flex {
		gap: 40px 20px;
		justify-content: center;
	}
}
.solution-single .t-difference__item {
	display: flex;
	flex-direction: column;
	width: 49%;
	gap: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-difference__item {
		width: 20%;
	}
}
.solution-single .t-difference__item img {
	width: 52px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-difference__item img {
		width: 90px;
	}
}
.solution-single .t-difference__item p {
	margin-top: 2px;
}
.solution-single #section03 {
	background: #f0f0f0;
}
.solution-single .t-step {
	margin: 32px auto 0;
}
@media screen and (min-width: 769px) {
	.solution-single .t-step {
		margin: 46px auto 0;
		display: grid;
		grid-auto-rows: 1fr;
	}
}
@media screen and (min-width: 769px) {
	.solution-single .t-step.--row-var {
		grid-auto-rows: auto;
	}
}
.solution-single .t-step__item {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-template-rows: 50px 1fr;
	min-height: 100px;
	margin-top: 7px;
	background: #ffffff;
}
@media screen and (min-width: 769px) {
	.solution-single .t-step__item {
		margin-top: 10px;
		grid-template-columns: 80px 50% 1fr;
		grid-template-rows: 1fr;
		padding-right: 7.6%;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single .t-step__item {
		grid-template-columns: 100px 46% 1fr;
	}
}
.solution-single .t-step .-num,
.solution-single .t-step .-title,
.solution-single .t-step .-text {
	display: grid;
	place-items: center;
}
.solution-single .t-step .-num {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	background: #fa7b37;
	grid-area: 1/1/3/2;
}
@media screen and (min-width: 769px) {
	.solution-single .t-step .-num {
		grid-area: 1/1/3/2;
	}
}
.solution-single .t-step .-num span {
	font-size: 20px;
	position: relative;
	padding-top: 10px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-step .-num span {
		font-size: 36px;
	}
}
.solution-single .t-step .-num span::before {
	content: "STEP";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	font-size: 12px;
}
.solution-single .t-step .-title {
	font-size: 16px;
	grid-area: 1/2/2/4;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-step .-title {
		margin-top: 0;
		font-size: 22px;
		grid-area: 1/2/3/3;
		text-align: center;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single .t-step .-title {
		font-size: 24px;
	}
}
.solution-single .t-step .-title h3 {
	text-align: center;
	line-height: 1.2;
}
.solution-single .t-step .-title h3 > small {
	font-size: 11px;
}
@media screen and (min-width: 1080px) {
	.solution-single .t-step .-title h3 > small {
		font-size: 15px;
	}
}
.solution-single .t-step .-text {
	grid-area: 2/2/3/4;
	font-size: 11px;
	margin: 0 10% 14px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-step .-text {
		grid-area: 1/3/3/4;
		font-size: 15px;
		margin: 0;
	}
	.solution-single .t-step .-text p {
		padding: 20px 0;
	}
}
.solution-single .t-step__item:not(:last-child) .-text,
.solution-single .t-step__item:not(:last-child) .-title {
	position: relative;
}
.solution-single .t-step__item:not(:last-child) .-text::after,
.solution-single .t-step__item:not(:last-child) .-title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #cccccc transparent transparent transparent;
	transform: rotate(0deg);
}
.solution-single .t-step__item:not(:last-child) .-text::after {
	bottom: -26px;
	border-width: 20px 20px 0 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-step__item:not(:last-child) .-text::after {
		display: none;
	}
}
.solution-single .t-step__item:not(:last-child) .-title::after {
	display: none;
}
@media screen and (min-width: 769px) {
	.solution-single .t-step__item:not(:last-child) .-title::after {
		display: block;
		bottom: -20px;
		border-width: 30px 30px 0 30px;
	}
}
.solution-single #section04 {
	background: #f0f0f0;
}
.solution-single #section04 .t-content {
	margin-top: 22px;
}
@media screen and (min-width: 769px) {
	.solution-single #section04 .t-content {
		margin-top: 40px;
		gap: 2%;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-content {
		gap: 3.8%;
	}
}
.solution-single #section04 .t-column {
	background: #ffffff;
	border: solid 2px #e0dddc;
	padding: 16px 16px 28px;
	margin-top: 20px;
	text-align: center;
	flex: 1;
}
@media screen and (min-width: 769px) {
	.solution-single #section04 .t-column {
		border: solid 4px #e0dddc;
		padding: 20px 20px;
		margin-top: 0;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column {
		padding: 20px 40px 30px;
	}
}
.solution-single #section04 .t-column .-head {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	gap: 12px;
	margin-bottom: 1rem;
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column .-head {
		gap: 20px;
	}
}
.solution-single #section04 .t-column .-head img {
	width: 52px;
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column .-head img {
		width: 70px;
	}
}
.solution-single #section04 .t-column .-head span {
	background: #000000;
	font-size: 14px;
	color: #ffffff;
	padding: 0 5px;
}
@media screen and (min-width: 769px) {
	.solution-single #section04 .t-column .-head span {
		font-size: 16px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column .-head span {
		font-size: 20px;
	}
}
.solution-single #section04 .t-column .-em {
	margin: 0 auto 24px;
}
@media screen and (min-width: 769px) {
	.solution-single #section04 .t-column .-em {
		margin: 0 auto 34px;
	}
}
.solution-single #section04 .t-column h3 {
	font-size: 20px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 0;
	display: inline;
	background: linear-gradient(transparent 60%, #fa7b37 0%);
	padding: 0 1px 0px;
}
@media screen and (min-width: 769px) {
	.solution-single #section04 .t-column h3 {
		font-size: 24px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column h3 {
		font-size: 25px;
	}
}
.solution-single #section04 .t-column h3 span {
	font-size: 48px;
	padding: 0 8px;
	position: relative;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.solution-single #section04 .t-column h3 span {
		font-size: 54px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column h3 span {
		font-size: 60px;
	}
}
.solution-single #section04 .t-column h3:has(span) {
	font-size: 16px;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.solution-single #section04 .t-column h3:has(span) {
		margin: auto;
		font-size: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column h3:has(span) {
		font-size: 24px;
		line-height: 2.6;
	}
}
.solution-single #section04 .t-column > p,
.solution-single #section04 .t-column h4,
.solution-single #section04 .t-column h5,
.solution-single #section04 .t-column li {
	text-align: left;
}
.solution-single #section04 .t-column > p {
	margin-top: 24px;
	line-height: 1.85;
	letter-spacing: 0.04em;
	font-size: 15px;
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column > p {
		margin-top: 34px;
	}
}
.solution-single #section04 .t-column h4 {
	font-size: 15px;
	margin: 1.2rem 0 0.5rem;
}
@media screen and (min-width: 1080px) {
	.solution-single #section04 .t-column h4 {
		font-size: 16px;
		margin: 1.2 0 0.6rem;
	}
}
.solution-single #section04 .t-column h4 + p {
	margin-top: -6px;
}
.solution-single #section04 .t-column li:not(:first-of-type) {
	margin-top: 10px;
}
.solution-single #section04 .t-column ul > li {
	position: relative;
	padding-left: 14px;
}
.solution-single #section04 .t-column ul > li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fa7b37;
}
.solution-single #section04 .t-column > ol {
	margin-top: 1rem;
}
.solution-single #section04 .t-column ol > li h5 {
	margin-bottom: 6px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}
.solution-single #section05 {
	background: #f0f0f0;
}
.solution-single #section05 .t-section__title {
	text-align: center;
}
.solution-single #section05 .-note {
	color: #f0330d;
	font-size: 14px;
	font-weight: 600;
	text-align: end;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single #section05 .-note {
		margin-top: 15px;
		font-size: 16px;
	}
}
.solution-single .t-table {
	width: 100%;
	position: relative;
}
.solution-single .t-table .scroll-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	z-index: 2;
	opacity: 1;
	transition: opacity 0.3s ease; /* スムーズなフェードイン・アウト */
}
@media screen and (min-width: 769px) {
	.solution-single .t-table .scroll-hint {
		width: 80px;
	}
}
.solution-single .t-table__inner {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.solution-single .t-table table {
	width: 100%;
	min-width: 794px;
	margin-top: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media screen and (min-width: 769px) {
	.solution-single .t-table table {
		margin-top: 32px;
		min-width: 930px;
	}
}
.solution-single .t-table .sticky {
	position: sticky;
	top: 0;
	left: -1px;
	background: #f0f0f0;
	z-index: 2;
}
.solution-single .t-table td,
.solution-single .t-table th {
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
	font-size: 11px;
}
.solution-single .t-table td {
	padding: 22px 1.8%;
	background: #ffffff;
	position: relative;
	width: 26.666%;
	border-right: 2px solid #e0dddc;
}
@media screen and (min-width: 769px) {
	.solution-single .t-table td {
		padding: 28px 1.8%;
		font-size: 14px;
	}
}
.solution-single .t-table td::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
	width: 86%;
	background: #e0dddc;
}
.solution-single .t-table td.-bokan {
	border-left: solid 2px #fa7b37;
	border-right: solid 2px #fa7b37;
}
.solution-single .t-table td span {
	position: relative;
	padding-left: 30px;
	display: block;
}
.solution-single .t-table td span::before, .solution-single .t-table td span::after {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	border-radius: 50%;
}
.solution-single .t-table td span::before {
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #fa7b37;
}
.solution-single .t-table td span.double::after {
	content: "";
	left: 4px;
	width: 12px;
	height: 12px;
	border: 2px solid #fa7b37;
}
.solution-single .t-table td span.triangle::before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 16px 9px;
	border-color: transparent transparent #fa7b37 transparent;
	border-radius: 0;
	transform: rotate(0deg);
}
.solution-single .t-table td span.cross::before, .solution-single .t-table td span.cross::after {
	content: "";
	border-radius: 0;
	border: none;
	left: 0;
	width: 20px;
	height: 3px;
	background-color: #fa7b37;
	transform-origin: center;
}
.solution-single .t-table td span.cross::before {
	transform: rotate(45deg);
}
.solution-single .t-table td span.cross::after {
	transform: rotate(-45deg);
}
.solution-single .t-table tr:first-child th:not(:first-child) {
	font-size: 15px;
	text-align: center;
	padding: 12px 2px;
	border: 2px solid #e0dddc;
	background: #ffffff;
}
@media screen and (min-width: 769px) {
	.solution-single .t-table tr:first-child th:not(:first-child) {
		font-size: 20px;
		padding: 16px 2px;
	}
}
.solution-single .t-table tr:first-child th:not(:first-child).-bokan {
	background: #fa7b37;
	color: #ffffff;
	border: solid 2px #fa7b37;
	font-size: 24px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-table tr:first-child th:not(:first-child).-bokan {
		font-size: 32px;
	}
}
.solution-single .t-table tr:first-child th:first-child::before,
.solution-single .t-table tr:last-child th::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background: #f0f0f0;
	left: 0;
}
.solution-single .t-table tr:first-child th:first-child::before {
	top: -1px;
}
.solution-single .t-table tr:last-child th::before {
	bottom: -1px;
}
.solution-single .t-table tr:not(:first-child) th {
	width: 10%;
}
@media screen and (min-width: 480px) {
	.solution-single .t-table tr:not(:first-child) th {
		width: 14%;
	}
}
@media screen and (min-width: 769px) {
	.solution-single .t-table tr:not(:first-child) th {
		font-size: 15px;
		width: 20%;
	}
}
@media screen and (min-width: 769px) {
	.solution-single .t-table tr:not(:first-child) th {
		font-size: 15px;
		width: 20%;
	}
}
.solution-single .t-table tr:not(:first-child) th::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	height: 2px;
	background: #e0dddc;
}
.solution-single .t-table tr:nth-child(2) th:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	height: 2px;
	background: #e0dddc;
}
.solution-single .t-table tr:last-child .-bokan {
	border-bottom: solid 2px #fa7b37;
}
.solution-single .t-table tr:last-child td {
	border-bottom: 2px solid #e0dddc;
}
.solution-single .t-table tr:last-child td::after {
	background: transparent;
}
.solution-single .t-slide {
	margin-top: 60px;
	position: relative;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide {
		margin-top: 80px;
	}
}
.solution-single .t-slide__item {
	background: #ffffff;
	border: solid 2px #e0dddc;
	padding: 26px 20px 20px;
	gap: 30px;
	box-sizing: border-box;
	width: 94.0298507463%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide__item {
		padding: 30px 30px 30px 42px;
		width: 80.7692307692%;
	}
}
.solution-single .t-slide h3 {
	font-size: 18px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide h3 {
		font-size: 32px;
	}
}
.solution-single .t-slide h4 {
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide h4 {
		font-size: 24px;
	}
}
.solution-single .t-slide small {
	font-size: 9px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide small {
		font-size: 12px;
	}
}
.solution-single .t-slide .t-grid {
	display: grid;
	grid-template-columns: 45% 1fr;
	grid-template-rows: max-content max-content 1fr auto;
	grid-column-gap: 20px;
	margin-top: 25px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .t-grid {
		grid-template-columns: 33.5% 1fr;
		grid-column-gap: 40px;
		margin-top: 34px;
	}
}
.solution-single .t-slide .-img {
	grid-area: 1/1/2/2;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .-img {
		grid-area: 1/1/5/2;
	}
}
.solution-single .t-slide .-name {
	grid-area: 1/2/2/3;
	align-content: center;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .-name {
		grid-area: 1/2/2/3;
	}
}
.solution-single .t-slide .-sns {
	grid-area: 2/1/3/3;
	margin-top: 18px;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .-sns {
		grid-area: 2/2/3/3;
		margin-top: 12px;
		gap: 14px;
	}
}
.solution-single .t-slide .-sns ul {
	display: flex;
	align-items: center;
	gap: 10px;
}
.solution-single .t-slide .-sns ul li {
	display: grid;
	place-content: center;
}
.solution-single .t-slide .-sns ul li:nth-child(1) {
	width: 17px;
}
.solution-single .t-slide .-sns ul li:nth-child(2) {
	width: 64px;
}
.solution-single .t-slide .-sns ul li:nth-child(3) {
	width: 22px;
}
.solution-single .t-slide .-sns ul li:nth-child(4) {
	width: 20px;
}
.solution-single .t-slide .-text {
	grid-area: 3/1/4/3;
	margin-top: 26px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .-text {
		grid-area: 3/2/4/3;
	}
}
.solution-single .t-slide .-text p {
	letter-spacing: 0.03em;
	line-height: 1.7;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .-text p {
		letter-spacing: 0;
		line-height: 1.85;
	}
}
.solution-single .t-slide .t-btn {
	grid-area: 4/1/5/3;
	margin: 26px 0 0 auto;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .t-btn {
		grid-area: 4/2/5/3;
		margin: 20px 0 0 auto;
	}
}
.solution-single .t-slide .swiper {
	overflow: hidden;
}
.solution-single .t-slide .swiper-button-next,
.solution-single .t-slide .swiper-button-prev {
	width: 40px;
	height: 80px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.solution-single .t-slide .swiper-button-next::after,
.solution-single .t-slide .swiper-button-prev::after {
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .swiper-button-next::after,
	.solution-single .t-slide .swiper-button-prev::after {
		width: 40px;
		height: 40px;
	}
}
.solution-single .t-slide .swiper-button-prev {
	left: -14px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .swiper-button-prev {
		left: 20px;
	}
}
.solution-single .t-slide .swiper-button-next {
	right: -14px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-slide .swiper-button-next {
		right: 20px;
	}
}
.solution-single .t-slide .swiper-button-next::after,
.solution-single .t-slide .swiper-button-prev::after {
	content: "";
	position: absolute;
}
.solution-single .t-slide .swiper-button-next::after {
	background: transparent url(../../image/common/arrow_slide_next_white.svg) no-repeat scroll center center/cover;
	right: 0;
}
.solution-single .t-slide .swiper-button-prev::after {
	background: transparent url(../../image/common/arrow_slide_prev_white.svg) no-repeat scroll center center/cover;
	left: 0px;
}
.solution-single #section06 {
	background: #f0f0f0;
}
.solution-single #section06 .t-section__inner {
	margin: auto;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-section__inner {
		width: 80%;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section06 .t-section__inner {
		width: 70%;
	}
}
.solution-single #section06 .t-block {
	background: #ffffff;
	border: solid 6px #fa7b37;
	padding: 20px 30px 44px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-block {
		padding: 40px 10px;
		border: solid 12px #fa7b37;
	}
}
.solution-single #section06 .t-block h3 {
	font-size: 20px;
	margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-block h3 {
		font-size: 24px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section06 .t-block h3 {
		font-size: 28px;
	}
}
.solution-single #section06 .t-block h4 {
	font-size: 20px;
	position: relative;
	z-index: 1;
	width: -moz-fit-content;
	width: fit-content;
	display: inline;
	background: linear-gradient(transparent 50%, #fa7b37 0%);
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-block h4 {
		font-size: 32px;
	}
}
.solution-single #section06 .t-block h4 span {
	font-size: 60px;
	line-height: 1;
	display: inline-block;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-block h4 span {
		font-size: 80px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section06 .t-block h4 span {
		font-size: 100px;
	}
}
.solution-single #section06 .t-block h4 small {
	font-size: 16px;
	margin-bottom: -4px;
	display: block;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-block h4 small {
		font-size: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single #section06 .t-block h4 small {
		font-size: 22px;
	}
}
.solution-single #section06 .t-block p {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: auto;
	margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-block p {
		margin: 40px auto 0;
		font-size: 16.9px;
	}
}
.solution-single #section06 .t-block .c-button {
	width: 100%;
	margin: 16px auto 0;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-block .c-button {
		margin: 20px auto 0;
	}
}
.solution-single #section06 .t-block .c-button a {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.solution-single #section06 .t-block .c-button a {
		width: 94%;
	}
}
.solution-single .t-menu {
	margin: 70px auto;
}
@media screen and (min-width: 769px) {
	.solution-single .t-menu {
		margin-bottom: 0;
		margin-top: 70px;
	}
}
.solution-single .t-menu__block:nth-child(2) {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-menu__block:nth-child(2) {
		margin-top: 60px;
	}
}
.solution-single .t-menu__block {
	margin-top: 30px;
	gap: 40px;
}
.solution-single .t-menu h3 {
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-menu h3 {
		font-size: 24px;
	}
}
.solution-single .t-menu .-text p {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.solution-single .t-menu .-text p {
		font-size: 16px;
	}
}
.solution-single .t-faq {
	margin-top: 34px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq {
		margin-top: 90px;
	}
}
.solution-single .t-faq__inner {
	margin-top: 5px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq__inner {
		margin-top: 30px;
	}
}
.solution-single .t-faq .acc-btn {
	position: relative;
	border: solid 2px #e0dddc;
	border-bottom: none;
	cursor: pointer;
	width: 100%;
	text-align: left;
	background: #ffffff;
	color: #000000;
	transition: 0.2s;
	padding: 18px 0px;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .acc-btn {
		margin-top: 20px;
		padding: 36px 0px;
	}
}
.solution-single .t-faq .acc-btn h3 {
	padding: 0 2.8rem 0 3.8rem;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .acc-btn h3 {
		padding: 0 5rem;
		font-size: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single .t-faq .acc-btn h3 {
		font-size: 24px;
	}
}
.solution-single .t-faq .acc-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	transition-duration: 0.2s;
	right: 18px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .acc-icon {
		right: 30px;
	}
}
.solution-single .t-faq .acc-icon:before, .solution-single .t-faq .acc-icon:after {
	content: "";
	background-color: #707070;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	width: 20px;
	height: 2px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .acc-icon:before, .solution-single .t-faq .acc-icon:after {
		width: 40px;
	}
}
.solution-single .t-faq .acc-icon:before {
	width: 2px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .acc-icon:before {
		height: 40px;
	}
}
.solution-single .t-faq .acc-btn.active .acc-icon {
	transform: rotate(-180deg);
}
.solution-single .t-faq .acc-btn.active .acc-icon:before {
	content: none;
}
.solution-single .t-faq .panel {
	padding: 0 18px 0 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	background: #ffffff;
	border: solid 2px #e0dddc;
	border-top: none;
}
.solution-single .t-faq .panel > p,
.solution-single .t-faq .panel ul,
.solution-single .t-faq .panel em {
	padding: 0px 0 0 3.8rem;
	line-height: 1.85;
	letter-spacing: 0.08em;
	margin: 0 auto 26px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .panel > p,
	.solution-single .t-faq .panel ul,
	.solution-single .t-faq .panel em {
		padding: 0px 1.8rem 0 5rem;
		margin: 0 auto 40px;
	}
}
.solution-single .t-faq .panel > p {
	position: relative;
	font-size: 15px;
	line-height: 1.85;
	letter-spacing: 0.08em;
	padding: 0px 0 0 3.8rem;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .panel > p {
		padding: 0px 1.8rem 0 5rem;
		font-size: 16px;
	}
}
.solution-single .t-faq .panel em {
	font-weight: 700;
	margin-bottom: 6px;
	font-size: 15px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .panel em {
		font-size: 16px;
	}
}
.solution-single .t-faq .panel ul li {
	position: relative;
	padding-left: 14px;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .panel ul li {
		font-size: 16px;
	}
}
.solution-single .t-faq .panel ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fa7b37;
}
.solution-single .t-faq .panel ul li p {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .panel ul li p {
		font-size: 15px;
	}
}
.solution-single .t-faq .panel .c-button {
	margin: 0 auto 40px;
}
.solution-single .t-faq .acc-btn:before,
.solution-single .t-faq .panel > p:first-child::before {
	position: absolute;
	left: 20px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	color: #ffffff;
	display: grid;
	place-items: center;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .acc-btn:before,
	.solution-single .t-faq .panel > p:first-child::before {
		font-size: 20px;
		left: 30px;
		width: 30px;
		height: 30px;
	}
}
.solution-single .t-faq .acc-btn:before {
	content: "Q";
	background: #fa7b37;
}
@media screen and (min-width: 769px) {
	.solution-single .t-faq .acc-btn:before {
		top: 40px;
	}
}
.solution-single .t-faq .panel > p:first-child::before {
	content: "A";
	background: #000000;
}
.solution-single #section07 {
	background: #ffffff;
}
.solution-single #section07 .t-section__title {
	font-size: 28px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.solution-single #section07 .t-section__title {
		font-size: 36px;
	}
}
.solution-single .t-contact {
	margin: 12px auto 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.solution-single .t-contact {
		width: 80.078125%;
		margin: 40px auto 0;
	}
}
@media screen and (min-width: 1080px) {
	.solution-single .t-contact {
		width: 68.3333333333%;
	}
}
.solution-single .t-contact label {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	margin-top: 14px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-contact label {
		font-size: 14px;
	}
}
.solution-single .t-contact label.-required::after {
	content: "[必須]";
	color: #f0330d;
	padding-left: 10px;
	font-size: 14px;
}
.solution-single .t-contact input,
.solution-single .t-contact select,
.solution-single .t-contact textarea {
	background-color: #e6e3e1;
	border-radius: 6px;
	height: 60px;
	border: none;
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
}
.solution-single .t-contact input:focus,
.solution-single .t-contact select:focus,
.solution-single .t-contact textarea:focus {
	outline: none;
}
.solution-single .t-contact .wpcf7-select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../../image/solution/icon_select.svg") no-repeat right 10px center;
	background-size: 10px;
	background-color: #e6e3e1;
	color: #000000;
}
.solution-single .t-contact option {
	color: #000000;
}
.solution-single .t-contact textarea {
	min-height: 140px;
}
.solution-single .t-contact input::-moz-placeholder, .solution-single .t-contact textarea::-moz-placeholder {
	color: #787878;
	font-size: 16px;
}
.solution-single .t-contact input::placeholder,
.solution-single .t-contact textarea::placeholder {
	color: #787878;
	font-size: 16px;
}
.solution-single .t-contact__privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-contact__privacy {
		margin-top: 40px;
	}
}
.solution-single .t-contact__privacy label {
	margin: 0 6px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-contact__privacy label {
		margin: 0 10px;
	}
}
.solution-single .t-contact__privacy a {
	text-decoration: underline;
}
.solution-single .t-contact__privacy input[type=checkbox] {
	position: relative;
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}
.solution-single .t-contact__privacy input[type=checkbox]:checked:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 7px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.solution-single .t-contact .t-button {
	width: 84%;
	margin: 20px auto 0;
	max-width: 280px;
}
@media screen and (min-width: 769px) {
	.solution-single .t-contact .t-button {
		width: 100%;
	}
}
.solution-single .t-contact .t-button input,
.solution-single .t-contact .t-button button.c-btn--positive {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 12px 10px;
	background-color: #000000;
	box-sizing: border-box;
	border-radius: 200px;
	transition: all 0.4s;
	border: 1px solid #000000;
	font-size: 16px;
	color: #ffffff;
}
@media screen and (min-width: 769px) {
	.solution-single .t-contact .t-button input,
	.solution-single .t-contact .t-button button.c-btn--positive {
		padding: 17px 10px;
	}
}

.about-index .t-section {
	margin: 60px auto 100px;
}
@media screen and (min-width: 769px) {
	.about-index .t-section {
		margin: 80px auto 112px;
	}
}
.about-index .t-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}
@media screen and (min-width: 769px) {
	.about-index .t-grid {
		gap: 60px 40px;
		grid-template-columns: 1fr 1fr;
	}
}
.about-index .t-grid__item {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
@media screen and (min-width: 769px) {
	.about-index .t-grid__item {
		gap: 30px;
	}
}
.about-index .t-grid__item:hover {
	opacity: 1;
}
.about-index .t-grid__item:hover img {
	transform: scale(1.08);
}
.about-index .t-grid__img {
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.about-index .t-grid__img {
		border-radius: 20px;
	}
}
.about-index .t-grid__img img {
	transition: all 0.4s;
}
.about-index .t-grid h2 {
	font-size: 20px;
	position: relative;
	padding-left: 2rem;
}
@media screen and (min-width: 769px) {
	.about-index .t-grid h2 {
		font-size: 24px;
	}
}
.about-index .t-grid h2::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: transparent url(../../image/common/button02.svg) no-repeat scroll center center/contain;
	width: 24px;
	height: 24px;
}
.about-index .t-grid p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.7;
}
@media screen and (min-width: 769px) {
	.about-index .t-grid p {
		font-size: 16px;
	}
}

.overview-index .t-section {
	margin: 60px auto 60px;
}
@media screen and (min-width: 769px) {
	.overview-index .t-section {
		margin: 92px auto 136px;
	}
}
@media screen and (min-width: 1080px) {
	.overview-index .t-section {
		width: 70%;
	}
}
.overview-index .t-table {
	margin: auto;
	width: 100%;
}
.overview-index .t-table tr {
	display: flex;
	flex-direction: column;
	border-top: solid 1px #cccccc;
	gap: 12px;
	padding: 22px 0;
}
@media screen and (min-width: 769px) {
	.overview-index .t-table tr {
		gap: 0;
		padding: 36px 10px;
		flex-direction: row;
	}
}
.overview-index .t-table tr:last-child {
	padding: 22px 0 35px;
	border-bottom: solid 1px #cccccc;
}
@media screen and (min-width: 769px) {
	.overview-index .t-table tr:last-child {
		padding: 36px 10px;
	}
}
.overview-index .t-table th {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	width: 18.4615384615%;
}
@media screen and (min-width: 769px) {
	.overview-index .t-table th {
		font-size: 16px;
	}
}
.overview-index .t-table td {
	font-size: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.overview-index .t-table td {
		font-size: 16px;
	}
}
.overview-index .t-table td .-bold {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.overview-index .t-table ul.-line li {
	text-decoration: underline;
}
.overview-index .t-table tr:nth-child(6) td {
	gap: 30px;
}
.overview-index .t-table tr:nth-child(6) td li {
	padding: 2px 0;
}
.overview-index .t-table tr:nth-child(7) td {
	gap: 20px;
}
.overview-index .t-table tr:nth-child(7) td .t-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media screen and (min-width: 769px) {
	.overview-index .t-table tr:nth-child(7) td .t-column {
		gap: 30px;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
}
.overview-index .t-table tr:nth-child(7) td img {
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (min-width: 769px) {
	.overview-index .t-table tr:nth-child(7) td img {
		max-width: 280px;
	}
}
.overview-index .t-table tr:nth-child(8) td {
	gap: 2px;
}
@media screen and (min-width: 769px) {
	.overview-index .t-table tr:nth-child(8) td {
		gap: 20px;
	}
}
.overview-index .t-table tr:nth-child(8) td ul > li {
	padding: 3px 0;
}
.overview-index .t-table tr:nth-child(8) td iframe {
	margin-top: 14px;
	width: 100%;
	height: 305px;
}
@media screen and (min-width: 769px) {
	.overview-index .t-table tr:nth-child(8) td iframe {
		width: 80%;
		height: 268px;
	}
}
@media screen and (min-width: 1600px) {
	.overview-index .t-table tr:nth-child(8) td iframe {
		height: 340px;
	}
}

.vision-index .t-section {
	margin-top: 70px;
}
@media screen and (min-width: 769px) {
	.vision-index .t-section {
		margin-top: 106px;
	}
}
.vision-index .t-profile {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.vision-index .t-profile {
		margin-top: 120px;
	}
}
.vision-index .t-profile__title {
	border-bottom: solid 1px #cccccc;
	padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
	.vision-index .t-profile__title {
		padding-bottom: 40px;
	}
}
.vision-index .t-profile h2 {
	font-size: 20px;
	padding-left: 1rem;
}
@media screen and (min-width: 769px) {
	.vision-index .t-profile h2 {
		font-size: 36px;
		padding-left: 2rem;
	}
}
.vision-index .t-profile__inner {
	margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
	.vision-index .t-profile__inner {
		margin: 74px auto 0;
		width: 92%;
	}
}
@media screen and (min-width: 1080px) {
	.vision-index .t-profile__inner {
		width: 80.7692307692%;
	}
}
.vision-index .t-profile__item {
	margin-top: 30px;
	align-items: flex-start;
}
.vision-index .t-profile__item .-icon {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
@media screen and (min-width: 769px) {
	.vision-index .t-profile__item .-icon {
		align-items: center;
		width: 33.3333333333%;
		gap: 12px;
	}
}
@media screen and (min-width: 1080px) {
	.vision-index .t-profile__item .-icon {
		gap: 20px;
	}
}
.vision-index .t-profile__item .-icon h3 {
	font-size: 18px;
}
.vision-index .t-profile__item .-icon small {
	display: block;
	font-size: 11px;
}
@media screen and (min-width: 769px) {
	.vision-index .t-profile__item .-icon small {
		font-size: 12px;
	}
}
.vision-index .t-profile__item .-icon img {
	width: 60px;
}
@media screen and (min-width: 769px) {
	.vision-index .t-profile__item .-icon img {
		width: 80px;
	}
}
@media screen and (min-width: 1080px) {
	.vision-index .t-profile__item .-icon img {
		width: 90px;
	}
}
.vision-index .t-profile__item .-comment {
	flex: 1;
	line-height: 1.85;
	margin-top: 20px;
	font-size: 15px;
}
@media screen and (min-width: 769px) {
	.vision-index .t-profile__item .-comment {
		margin-top: 0px;
	}
}
.vision-index .t-dialogue {
	margin: 32px auto;
}
@media screen and (min-width: 769px) {
	.vision-index .t-dialogue {
		margin: 64px auto;
		width: 92%;
	}
}
@media screen and (min-width: 1080px) {
	.vision-index .t-dialogue {
		width: 80.7692307692%;
	}
}
.vision-index .t-dialogue__issue {
	font-size: 16px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.vision-index .t-dialogue__issue p {
	background: #ffffff;
	display: inline-block;
	padding: 0 40% 0 1rem;
	white-space: nowrap;
	margin-left: 15%;
	line-height: 1.85;
}
.vision-index .t-dialogue__issue::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #000000;
	z-index: -1;
}
.vision-index .t-dialogue__block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 28px;
	gap: 8%;
}
@media screen and (min-width: 769px) {
	.vision-index .t-dialogue__block {
		justify-content: flex-start;
		gap: 2%;
	}
}
.vision-index .t-dialogue__block__icon {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	gap: 6px;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (min-width: 1080px) {
	.vision-index .t-dialogue__block__icon {
		width: 15%;
		flex-direction: row;
	}
}
.vision-index .t-dialogue__block__icon img {
	width: 40px;
}
@media screen and (min-width: 480px) {
	.vision-index .t-dialogue__block__icon img {
		width: 50px;
	}
}
.vision-index .t-dialogue__block__icon p {
	font-size: 11px;
}
@media screen and (min-width: 480px) {
	.vision-index .t-dialogue__block__icon p {
		font-size: 12px;
	}
}
.vision-index .t-dialogue__block__content {
	flex: 1;
}
.vision-index .t-dialogue__block__content p {
	font-size: 16px;
	line-height: 1.85;
}
.vision-index .t-dialogue__block__content p br {
	content: "";
	display: block;
	height: 1rem;
}
.vision-index .t-dialogue p:not(:first-of-type) {
	margin-top: 1rem;
}
.vision-index .t-dialogue__img {
	margin: auto;
}
@media screen and (min-width: 769px) {
	.vision-index .t-dialogue__img {
		width: 92%;
	}
}
@media screen and (min-width: 1080px) {
	.vision-index .t-dialogue__img {
		width: 88.4615384615%;
	}
}
.vision-index .t-dialogue__img.-column {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.vision-index .t-dialogue__img.-column img:first-child {
	width: 56.5217391304%;
}
.vision-index .t-dialogue__img.-column img:last-child {
	width: 34.7826086957%;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: -20px;
}
@media screen and (min-width: 769px) {
	.vision-index .t-dialogue__img.-column img:last-child {
		margin-bottom: -60px;
	}
}

.board-member-index .t-frame--border {
	border-radius: 20px;
	border: solid 3px #e0dddc;
	box-sizing: border-box;
}
.board-member-index .t-section {
	margin: 60px auto;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-section {
		margin: 108px auto;
	}
}
.board-member-index .t-section h2 {
	font-size: 23px;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-section h2 {
		font-size: 36px;
	}
}
.board-member-index .t-section h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-section h3 {
		font-size: 24px;
	}
}
.board-member-index .t-profile {
	margin-top: 30px;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-profile {
		gap: 5%;
		margin-top: 70px;
	}
}
@media screen and (min-width: 769px) {
	.board-member-index .t-profile .-img {
		width: 42.8%;
	}
}
.board-member-index .t-profile .-comment {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-profile .-comment {
		width: 52.2%;
	}
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-profile .-comment {
		margin-top: 0;
		gap: 25px;
	}
}
.board-member-index .t-profile .-comment > p {
	line-height: 1.85;
	font-size: 15px;
}
.board-member-index .t-profile h3 {
	font-size: 23px;
	text-align: left;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-profile h3 {
		margin: 0 auto;
	}
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-profile h3 {
		font-size: 28px;
	}
}
.board-member-index .t-profile .-name {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.board-member-index .t-profile .-name small {
	font-size: 11px;
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-profile .-name small {
		font-size: 12px;
	}
}
.board-member-index .t-profile .-name p {
	font-size: 16px;
	margin-top: 2px;
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-profile .-name p {
		font-size: 18px;
	}
}
.board-member-index .t-article {
	margin: auto;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-article {
		width: 80.7692307692%;
	}
}
.board-member-index .t-article__inner {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-article__inner {
		margin-top: 50px;
	}
}
.board-member-index .t-article__title {
	font-size: 16px;
	line-height: 1.7;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-article__title {
		font-size: 18px;
	}
}
.board-member-index .t-article__inner > p {
	margin-top: 24px;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.85;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-article__inner > p {
		margin-top: 27px;
		font-size: 16px;
	}
}
.board-member-index .t-social-media {
	margin: 58px auto 0;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-social-media {
		width: 80.7692307692%;
	}
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-social-media {
		width: 61.5384615385%;
	}
}
.board-member-index .t-social-media .t-frame--border {
	padding: 34px 9.6%;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-social-media .t-frame--border {
		flex-direction: row;
		padding: 30px 4%;
	}
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-social-media .t-frame--border {
		padding: 34px 4.4%;
	}
}
.board-member-index .t-social-media .-sns {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: end;
	padding-bottom: 32px;
}
@media screen and (min-width: 480px) {
	.board-member-index .t-social-media .-sns {
		justify-content: center;
	}
}
@media screen and (min-width: 769px) {
	.board-member-index .t-social-media .-sns {
		padding-bottom: 0;
		width: 50%;
		justify-content: center;
	}
}
.board-member-index .t-social-media .-sns::after {
	content: "";
	position: absolute;
	background: #e0dddc;
	border-radius: 30px;
	bottom: 0;
	height: 3px;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-social-media .-sns::after {
		top: 0;
		bottom: 0;
		margin: auto;
		height: 200%;
		width: 3px;
		right: 0;
	}
}
.board-member-index .t-social-media .-sns p {
	color: #b4b4b4;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	position: absolute;
	left: 15px;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-social-media .-sns p {
		left: 0;
	}
}
.board-member-index .t-social-media .-sns ul {
	display: flex;
	align-items: center;
	padding-right: 15px;
}
@media screen and (min-width: 480px) {
	.board-member-index .t-social-media .-sns ul {
		padding-right: 0;
	}
}
.board-member-index .t-social-media .-sns li a {
	padding: 4px 7px;
	display: grid;
	place-items: center;
}
.board-member-index .t-social-media .-sns li:nth-of-type(1) img {
	width: 17.1429px;
}
.board-member-index .t-social-media .-sns li:nth-of-type(2) img {
	width: 21.8386px;
}
.board-member-index .t-social-media .-sns li:nth-of-type(3) img {
	width: 63.7239px;
}
.board-member-index .t-social-media .-blog {
	display: grid;
	place-items: center;
	flex: 1;
	padding-top: 32px;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-social-media .-blog {
		width: 50%;
		padding-top: 0;
	}
}
.board-member-index .t-social-media .t-link {
	margin-top: 0;
}
.board-member-index .t-social-media .t-link a {
	font-size: 16px;
}
.board-member-index .t-writing {
	margin-top: 55px;
}
.board-member-index .t-writing__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px 3.7%;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-writing__inner {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-writing__inner {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.board-member-index .t-writing__item {
	padding: 38px 8% 30px;
	height: -moz-fit-content;
	height: fit-content;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-writing__item {
		padding: 26px 6.6% 24px;
	}
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-writing__item {
		padding: 38px 8% 30px;
	}
}
.board-member-index .t-writing__item img {
	width: 60.685%;
	display: block;
	margin: 0 auto 28px;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-writing__item img {
		width: 80%;
	}
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-writing__item img {
		width: 60.685%;
	}
}
.board-member-index .t-writing__item h4 {
	font-size: 16px;
	line-height: 1.7;
}
.board-member-index .t-writing__item p {
	font-size: 14px;
	margin-top: 5px;
}
.board-member-index .t-writing__item small {
	font-size: 12px;
	display: block;
}
.board-member-index .t-writing__item .t-link a {
	font-size: 13px;
}
.board-member-index .t-seminar {
	margin-top: 30px;
	padding: 30px 2.6%;
}
@media screen and (min-width: 769px) {
	.board-member-index .t-seminar {
		padding: 30px 4%;
	}
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-seminar {
		padding: 30px 2.6%;
	}
}
.board-member-index .t-seminar ul {
	margin-top: 32px;
}
@media screen and (min-width: 1080px) {
	.board-member-index .t-seminar ul {
		padding-left: 4.2%;
	}
}
.board-member-index .t-seminar li {
	font-size: 14px;
	margin-top: 3px;
}
.board-member-index .t-seminar .t-link {
	text-align: end;
	margin-top: 28px;
}
.board-member-index .t-seminar .t-link a {
	font-size: 13px;
}

.mission-culture-index .t-slogan {
	margin: 0 auto 60px;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan {
		margin: 16px auto 100px;
	}
}
.mission-culture-index .t-slogan__frame:not(:last-child) {
	border-bottom: 1px solid #e0dddc;
	padding: 43px 0;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan__frame:not(:last-child) {
		padding: 74px 0;
	}
}
.mission-culture-index .t-slogan__frame:not(:last-child) p {
	font-size: 16px;
	margin-top: 14px;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan__frame:not(:last-child) p {
		margin-top: 25px;
	}
}
.mission-culture-index .t-slogan__frame:nth-child(3) h2 {
	margin-top: 0;
}
.mission-culture-index .t-slogan small {
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan small {
		font-size: 28px;
	}
}
.mission-culture-index .t-slogan h2 {
	font-size: 28px;
	line-height: 1.36;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan h2 {
		font-size: 34px;
	}
}
@media screen and (min-width: 1080px) {
	.mission-culture-index .t-slogan h2 {
		font-size: 42px;
	}
}
.mission-culture-index .t-slogan ul {
	width: 81.7910447761%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan ul {
		width: 100%;
	}
}
.mission-culture-index .t-slogan ul li {
	display: grid;
	grid-template-columns: 11% auto;
	grid-template-rows: max-content max-content;
	text-align: left;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid #e0dddc;
	padding: 0;
	height: 140px;
	gap: 10px 0;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan ul li {
		gap: 0;
		height: 160px;
		padding: 0 1%;
		grid-template-columns: 5% 46% 1fr;
		grid-template-rows: 1fr;
	}
}
@media screen and (min-width: 1080px) {
	.mission-culture-index .t-slogan ul li {
		padding: 0 3%;
		grid-template-columns: 4% 54% 1fr;
	}
}
.mission-culture-index .t-slogan ul li span {
	font-size: 13px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #b4b4b4;
	grid-area: 1/1/2/2;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan ul li span {
		font-size: 18px;
		grid-area: 1/1/2/2;
	}
}
.mission-culture-index .t-slogan ul li h3 {
	font-size: 20px;
	grid-area: 1/2/2/3;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan ul li h3 {
		font-size: 32px;
		grid-area: 1/2/2/3;
	}
}
@media screen and (min-width: 1080px) {
	.mission-culture-index .t-slogan ul li h3 {
		font-size: 42px;
	}
}
.mission-culture-index .t-slogan ul li p {
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	grid-area: 2/2/3/3;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-slogan ul li p {
		font-size: 24px;
		grid-area: 1/3/2/4;
	}
}
@media screen and (min-width: 1080px) {
	.mission-culture-index .t-slogan ul li p {
		font-size: 28px;
	}
}
.mission-culture-index .t-imgs {
	overflow: hidden;
	height: 280px;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-imgs {
		height: 412px;
		margin: 100px auto 0;
	}
}
@media screen and (min-width: 1600px) {
	.mission-culture-index .t-imgs {
		height: 500px;
	}
}
.mission-culture-index .t-culture {
	padding-bottom: 0;
}
.mission-culture-index .t-culture__inner {
	margin-top: 54px;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-culture__inner {
		margin-top: 68px;
	}
}
.mission-culture-index .t-columns {
	gap: 20px;
	margin-top: 40px;
	display: flex;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-columns {
		margin-top: 60px;
		gap: 5.8%;
	}
}
.mission-culture-index .t-columns:nth-child(2n) {
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-columns:nth-child(2n) {
		flex-direction: row-reverse;
	}
}
.mission-culture-index .t-columns:nth-child(2n+1) {
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-columns:nth-child(2n+1) {
		flex-direction: row;
	}
}
.mission-culture-index .t-columns .t-column:first-child {
	flex: 1;
}
@media screen and (min-width: 769px) {
	.mission-culture-index .t-columns .t-column:last-child {
		width: 42.3076923077%;
	}
}

.news .c-articleList__item__thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.news .c-articleList__item__thumb img {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.blog-index {
	background: #fafafa;
}

.sitemap-index .t-section {
	margin: 20px auto 100px;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-section {
		margin: 30px auto 146px;
	}
}
.sitemap-index .t-sitemap {
	margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-sitemap {
		margin: 58px auto;
	}
}
.sitemap-index .t-sitemap__block:not(:first-child) {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-sitemap__block:not(:first-child) {
		margin-top: 72px;
	}
}
.sitemap-index .t-sitemap h2 {
	border-bottom: solid 1px #e0dddc;
	padding-bottom: 8px;
	position: relative;
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-sitemap h2 {
		padding-bottom: 12px;
	}
}
.sitemap-index .t-sitemap h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color: #000000;
}
.sitemap-index .t-sitemap h2 a {
	padding-left: 2.4rem;
	font-size: 18px;
	display: inline-block;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-sitemap h2 a {
		padding-left: 2.6rem;
		font-size: 28px;
	}
}
.sitemap-index .t-sitemap h3 {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-sitemap h3 {
		margin-top: 28px;
	}
}
.sitemap-index .t-sitemap h3 a {
	font-size: 14px;
	padding-left: 2rem;
	display: inline-block;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-sitemap h3 a {
		font-size: 16px;
		padding-left: 2.6rem;
	}
}
.sitemap-index .t-sitemap__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin-top: 6px;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-sitemap__list {
		margin-top: 0;
		grid-template-columns: 1fr 1fr;
		gap: 6%;
	}
}
@media screen and (min-width: 1080px) {
	.sitemap-index .t-sitemap__list {
		grid-template-columns: repeat(3, auto);
		gap: 6.8%;
	}
}
.sitemap-index .t-sitemap__list > li {
	width: -moz-fit-content;
	width: fit-content;
}
.sitemap-index .t-sitemap__list ul {
	margin-top: 8px;
}
@media screen and (min-width: 769px) {
	.sitemap-index .t-sitemap__list ul {
		margin-top: 15px;
	}
}
.sitemap-index .t-sitemap__list ul > li {
	font-size: 13px;
	text-decoration: underline;
}
.sitemap-index .t-sitemap__list ul > li a {
	padding: 2px 0;
	display: block;
}

.privacy-index .t-section {
	margin: 20px auto 100px;
}
@media screen and (min-width: 769px) {
	.privacy-index .t-section {
		margin: 30px auto 114px;
	}
}
.privacy-index .t-privacy {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.privacy-index .t-privacy {
		margin-top: 60px;
	}
}
.privacy-index .t-privacy__block:not(:first-child) {
	margin-top: 28px;
}
@media screen and (min-width: 769px) {
	.privacy-index .t-privacy__block:not(:first-child) {
		margin-top: 46px;
	}
}
.privacy-index .t-privacy__block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
@media screen and (min-width: 769px) {
	.privacy-index .t-privacy__block {
		gap: 18px;
	}
}
.privacy-index .t-privacy h2 {
	font-size: 17px;
}
@media screen and (min-width: 769px) {
	.privacy-index .t-privacy h2 {
		font-size: 24px;
	}
}
.privacy-index .t-privacy p {
	font-size: 15px;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.privacy-index .t-privacy p {
		font-size: 16px;
		line-height: 1.85;
	}
}

.category-tag .t-hero {
	margin-top: 22px;
}
@media screen and (min-width: 769px) {
	.category-tag .t-hero {
		margin-top: 40px;
	}
}
.category-tag .t-section__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	text-align: center;
	line-height: 1.57;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
	.category-tag .t-section__title {
		font-size: 32px;
		line-height: 1.42;
		letter-spacing: 0;
		margin-bottom: 50px;
	}
}
.category-tag .t-section {
	margin: 24px auto 60px;
}
@media screen and (min-width: 769px) {
	.category-tag .t-section {
		margin: 72px auto 80px;
	}
}
.category-tag .t-section:last-child {
	margin: 24px auto 80px;
}
@media screen and (min-width: 769px) {
	.category-tag .t-section:last-child {
		margin: 72px auto 100px;
	}
}
.category-tag .t-tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px 0;
}
@media screen and (min-width: 769px) {
	.category-tag .t-tag {
		gap: 40px 0;
	}
}
@media screen and (min-width: 769px) {
	.category-tag .t-tag::after {
		content: "";
		display: block;
		width: 30.7692307692%;
	}
}
.category-tag .t-tag .t-column {
	align-items: flex-start;
	gap: 6.5%;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.category-tag .t-tag .t-column {
		gap: 4%;
		margin-top: 20px;
	}
}
.category-tag .t-tag > li {
	background: #f0f0f0;
	border-radius: 10px;
	padding: 14px 5.8% 20px;
	box-sizing: border-box;
	width: 100%;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.category-tag .t-tag > li {
		padding: 30px 3%;
		width: 48%;
	}
}
@media screen and (min-width: 1080px) {
	.category-tag .t-tag > li {
		border-radius: 20px;
		padding: 30px 3%;
		width: 30.7692307692%;
	}
}
.category-tag .t-tag img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 23.6486486486%;
}
@media screen and (min-width: 769px) {
	.category-tag .t-tag img {
		width: 26.9230769231%;
	}
}
.category-tag .t-tag p {
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	flex: 1;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
	.category-tag .t-tag p {
		font-size: 16px;
	}
}
.category-tag .t-tag .-tag {
	font-size: 11px;
	border: solid 2px #e0dddc;
	border-radius: 30px;
	padding: 4px 10px;
	background: #ffffff;
}

.error-index .t-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 38px;
}
@media screen and (min-width: 769px) {
	.error-index .t-hero {
		margin-top: 16px;
	}
}
.error-index .t-hero h1 {
	font-size: 50px;
	color: #b4b4b4;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.error-index .t-hero h1 {
		font-size: 80px;
	}
}
.error-index .t-hero h3 {
	font-size: 15px;
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.error-index .t-hero h3 {
		font-size: 18px;
	}
}
.error-index .t-hero img {
	width: 96%;
	align-self: flex-end;
	margin-top: 24px;
}
@media screen and (min-width: 769px) {
	.error-index .t-hero img {
		width: 84%;
		align-self: flex-end;
		margin-top: 30px;
	}
}
.error-index .t-hero__bbl {
	color: #ffffff;
	box-sizing: border-box;
	background: transparent url(../../image/404/bg_bbl_sp.png) no-repeat scroll center center/100% 100%;
	width: 88.0597014925%;
	padding: 34px 16px 36px 22px;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.error-index .t-hero__bbl {
		background: transparent url(../../image/404/bg_bbl_pc.png) no-repeat scroll center center/100% 100%;
		width: 78.5714285714%;
		padding: 61px 26px 36px;
		margin-top: -30px;
	}
}
.error-index .t-hero p {
	margin: auto;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
	.error-index .t-hero p {
		line-height: 1.7;
		font-size: 16px;
	}
}
.error-index .t-section {
	padding: 50px 0 0;
}
.error-index .t-section:last-child {
	padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
	.error-index .t-section {
		padding: 100px 0 0;
	}
	.error-index .t-section:last-child {
		padding-bottom: 120px;
	}
}

.faq-index .t-faq {
	margin: 24px auto 60px;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq {
		margin: 80px auto;
	}
}
.faq-index .t-faq .acc-btn {
	border: solid 2px #e0dddc;
	border-bottom: none;
	cursor: pointer;
	width: 100%;
	text-align: left;
	background: #ffffff;
	color: #000000;
	transition: 0.2s;
	padding: 20px 0px 16px;
	margin-top: 10px;
	position: relative;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .acc-btn {
		margin-top: 20px;
		padding: 26px 0px;
	}
}
.faq-index .t-faq .acc-btn h2 {
	padding: 0 2.8rem 0 3.8rem;
	font-size: 16px;
	position: relative;
	line-height: 1.6;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .acc-btn h2 {
		padding: 0 5rem;
		font-size: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.faq-index .t-faq .acc-btn h2 {
		font-size: 24px;
	}
}
.faq-index .t-faq .acc-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	transition-duration: 0.2s;
	right: 18px;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .acc-icon {
		right: 30px;
	}
}
.faq-index .t-faq .acc-icon:before, .faq-index .t-faq .acc-icon:after {
	content: "";
	background-color: #707070;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	width: 20px;
	height: 2px;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .acc-icon:before, .faq-index .t-faq .acc-icon:after {
		width: 40px;
	}
}
.faq-index .t-faq .acc-icon:before {
	width: 2px;
	height: 20px;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .acc-icon:before {
		height: 40px;
	}
}
.faq-index .t-faq .acc-btn.active .acc-icon {
	transform: rotate(-180deg);
}
.faq-index .t-faq .acc-btn.active .acc-icon:before {
	content: none;
}
.faq-index .t-faq .panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	background: #ffffff;
	border: solid 2px #e0dddc;
	border-top: none;
}
.faq-index .t-faq .panel__inner {
	position: relative;
	padding: 0 18px 30px 3.8rem;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .panel__inner {
		padding: 0 18px 50px 5rem;
	}
}
.faq-index .t-faq .panel h3 {
	font-size: 16px;
	position: relative;
	line-height: 1.7;
	margin: 0 auto 20px;
}
.faq-index .t-faq .panel p,
.faq-index .t-faq .panel ul,
.faq-index .t-faq .panel ol {
	margin: 18px auto;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .panel p,
	.faq-index .t-faq .panel ul,
	.faq-index .t-faq .panel ol {
		margin: 24px auto;
	}
}
.faq-index .t-faq .panel ul,
.faq-index .t-faq .panel ol li {
	margin: 3px 0;
}
.faq-index .t-faq .panel ol li {
	padding-left: 1em;
	text-indent: -1em;
}
.faq-index .t-faq .panel ol li:has(p) {
	margin: 16px 0;
	font-weight: 600;
	padding-left: 0;
	text-indent: 0;
}
.faq-index .t-faq .panel ol li:has(p) p {
	margin: 6px auto;
}
.faq-index .t-faq .panel p {
	font-size: 15px;
	line-height: 1.85;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.faq-index .t-faq .panel ul {
	list-style: disc;
	padding-left: 1rem;
	font-size: 15px;
}
.faq-index .t-faq .panel a {
	color: #fa7b37;
	text-decoration: underline;
}
.faq-index .t-faq .acc-btn h2:before,
.faq-index .t-faq .panel__inner:before {
	position: absolute;
	left: 20px;
	top: 2px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	color: #ffffff;
	display: grid;
	place-items: center;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .acc-btn h2:before,
	.faq-index .t-faq .panel__inner:before {
		top: 6px;
		font-size: 20px;
		left: 30px;
		width: 30px;
		height: 30px;
	}
}
.faq-index .t-faq .acc-btn h2:before {
	content: "Q";
	background: #fa7b37;
}
.faq-index .t-faq .panel__inner:before {
	content: "A";
	background: #000000;
}
@media screen and (min-width: 769px) {
	.faq-index .t-faq .panel__inner:before {
		top: 0;
	}
}