@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	interpolate-size: allow-keywords;
	--shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	--hover-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-height);
}
a:target,
a[href^='#'] {
	scroll-margin-top: var(--header-height);
}
body,
*,
address,
caption,
th,
h1,
h2,
h3,
h4,
h5,
h6,
.m-title .ja {
	box-sizing: border-box;
	font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
}
.fa-brands {
	font-family: 'Font Awesome 6 Brands' !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
.jost {
	font-family: 'Jost', sans-serif !important;
}
details {
	div {
		overflow: hidden;
	}
	&::details-content {
		content-visibility: unset;
		display: block grid;
		@media (prefers-reduced-motion: no-preference) {
			transition-duration: 300ms;
			transition-property: grid-template-rows;
		}
	}
	&:not([open])::details-content {
		grid-template-rows: 0fr;
	}
	&[open]::details-content {
		grid-template-rows: 1fr;
	}
}
/*********************************
main
*********************************/
.l-main {
	margin-top: var(--header-height);
	overflow: hidden;
}
.l-main p {
	line-height: 1.8;
	font-size: 1em;
}
.l-main img {
	max-width: 100%;
}
.m-inner {
	width: 90%;
	max-width: 1140px;
	padding: 0 !important;
}
.m-title h2,
.m-title .en,
.m-title h2 span {
	text-align: left;
	font-weight: 600 !important;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', sans-serif !important;
}
.m-title .en {
	font-size: clamp(1.5625rem, 1.225rem + 1.6875vw, 3.25rem) !important;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', sans-serif !important;
	line-height: 1;
	text-align: left;
}
.m-title h2 {
	border-left: solid 5px #1b2850;
	font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
	line-height: 1.3;
	padding-left: 0.3em;
}
.m-title h2 span {
	margin-left: 0 !important;
}
.graybg,
.-graybg {
	background: #f8f8f8 !important;
}
.bluebg,
.-bluebg {
	background: #f0f5fa !important;
}
.navybg,
.-navybg {
	background: #1b2850 !important;
	color: #fff;
}
.navybg .m-title h2,
.-navybg .m-title h2 {
	border-left: solid 5px #fff;
	color: #fff;
}
.gold {
	color: #c8a564;
}
.white {
	color: #fff !important;
}
.-grayborder {
	border: 10px solid #eee;
	background: #fff;
}
.-whiteborder {
	border: 5px solid #fff;
	background: #f2f2f2;
}
.-shadow {
	box-shadow: var(--shadow);
}
.u-center {
	text-align: center;
}
.u-left {
	text-align: left;
}
.u-right {
	text-align: right;
}
.u-sp {
	display: flex !important;
}
.u-pc {
	display: none !important;
}
.u-bold {
	font-weight: 600;
}
.u-note {
	margin-top: 2em;
}
.u-note small {
	font-size: 0.9em;
}
.-grid2,
.-grid3 {
	display: grid;
	gap: 2em 1em;
}
.-grid3 {
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
	.u-sp {
		display: none !important;
	}
	.u-pc-center {
		text-align: center;
	}
	.u-pc {
		display: flex !important;
	}
	.-grid2,
	.-grid3 {
		gap: 2em;
	}
	.-grid2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.-grid3 {
		grid-template-columns: repeat(3, 1fr);
	}
}
/*********************************
TOP MV
*********************************/
.firstView {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	justify-content: center !important;
	background-image: none !important;
	position: relative;
	height: 100% !important;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	padding: 0 !important;
	min-height: 360px !important;
}
.firstView .m-inner {
	width: 90% !important;
	margin-left: auto !important;
}
.firstView::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(27, 40, 80, 0.5);
	z-index: 2;
}
.l-visual_mov {
	position: fixed;
	top: 45vh;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -1;
}
.l-visual .copys {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	align-items: center;
}
.l-visual .copys .copy h1 {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.firstView .copy .js-anim-copy {
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Helvetica Neue', Arial, Meiryo, sans-serif !important;
	font-size: inherit !important;
	line-height: 1.4 !important;
	letter-spacing: 0.1em !important;
}
.firstView .copy .top {
	font-size: 0.8em !important;
}
.l-visual .copys .copy .bottom {
	font-size: 0.45em !important;
	margin: 0 !important;
}
@media only screen and (min-width: 601px) {
	.l-visual_mov {
		top: 40vh;
	}
	@media (orientation: landscape) {
		.l-visual_mov {
			top: 50vh;
		}
	}
}
@media only screen and (min-width: 769px) {
	.firstView {
		min-height: 550px !important;
	}
	.l-visual_mov {
		top: 50vh;
	}
	@media (orientation: landscape) {
		.l-visual_mov {
			top: 60vh;
		}
	}
}
@media only screen and (min-width: 1025px) {
	.firstView .copy .top {
		font-size: 1.05em !important;
	}
	.l-visual .copys .copy .bottom {
		font-size: 0.6em !important;
	}
	.l-visual_mov {
		top: 60vh;
	}
}
@media only screen and (min-width: 1441px) {
	.l-visual_mov {
		top: 50vh;
	}
}
/*********************************
TOP section
*********************************/
.p-top__section {
	background: #fff;
	z-index: 0;
	padding: 4em 0;
	margin: -1px auto;
	line-height: 1.8;
	position: relative;
}
.p-top__section.-slider {
	padding: 4em 0 0.5em;
}
.p-top__section .m-title {
	margin-bottom: 1em !important;
}
.p-top__section .m-title {
	font-size: clamp(1.5rem, 1.175rem + 1.625vw, 3.125rem);
}
/*AboutUs*/
.p-aboutus__content {
	background: #1b2850 url('../img/top/aboutus_bg.jpg') no-repeat top right / contain;
	padding: 1.5em;
	color: #fff;
	box-shadow: var(--shadow);
	font-weight: 600;
}
.p-aboutus__content h3 {
	font-size: clamp(1rem, 0.9rem + 1vw, 2.125rem);
	margin-bottom: 1em;
	font-weight: 800;
}
.p-aboutus__content h3,
.p-aboutus__content p {
	text-shadow: 0 0 10px #1b2850;
}
.p-aboutus__content p {
	font-size: 0.9em;
	line-height: 2;
}
.p-aboutus__content__list {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-top: 1.5em;
}
.p-aboutus__content__list figure {
	background: #fff;
	border-radius: 5px;
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 360px;
}
.p-aboutus__content__list__bg {
	background: #dcebfa;
	border-radius: 5px 0 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em;
	flex: 1;
	min-height: 8rem;
}
.p-aboutus__content__list figure figcaption {
	color: #1b2850;
	padding: 1em 0.5em 0.8em;
	text-align: center;
	font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
	line-height: 1.1;
	font-weight: 800;
	flex: 1;
}
.p-aboutus__content__list figure figcaption strong {
	font-size: 1.8em;
}
.p-aboutus__content__list figure figcaption span {
	font-size: 1.2em;
}
.p-aboutus__content__list figure figcaption small {
	font-size: 0.9em;
}
@media only screen and (min-width: 769px) {
	.p-aboutus__content__list__bg {
		min-height: inherit;
	}
	.p-aboutus__content__list {
		margin-top: 2.5em;
	}
	.p-aboutus__content {
		background: #1b2850 url('../img/top/aboutus_bg.jpg') no-repeat top right / cover;
		padding: 3em;
	}
	.p-aboutus__content p {
		font-size: 1em;
	}
}
/*Service*/
.p-service {
	overflow: hidden;
}
.p-service h3 {
	font-size: clamp(1.5rem, 1.375rem + 0.625vw, 2.125rem);
	color: #1b2850;
}
.p-service__content .p-service__content__link {
	display: flex;
	flex-direction: column;
	color: #1b2850;
	text-decoration: none;
	border: 10px solid #eee;
	background: #fff;
	box-shadow: var(--shadow);
	margin: 1em auto 2em;
	transition: 0.3s;
	position: relative;
}
.p-service__content .p-service__content__link:hover {
	box-shadow: var(--hover-shadow);
}
.p-service__content.-reverse .p-service__content__link {
	flex-direction: column;
}
.p-service__content.-other {
}
.p-service__content__img {
	flex: 1;
	align-self: center;
}
.-reverse .p-service__content__img {
}
.p-service__content__img img {
	transition: 0.3s;
	width: 100%;
	/*	max-width: 680px;*/
}
.p-service__content__text {
	padding: 1.4em;
	/*flex: 1;*/
	display: flex;
	flex-direction: column;
	position: relative;
}
.p-service__content__text::after {
	background: #1b2850;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	right: 5px;
	bottom: 5px;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
}
.p-service__content__text h4 {
	font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
	margin: 0 0 1em;
	padding-bottom: 0.3em;
	position: relative;
	border-bottom: 2px solid #e5e5e5;
}
.p-service__content__text h4::before {
	background: #1b2850;
	left: 0;
	bottom: -2px;
	content: '';
	position: absolute;
	width: 10rem;
	height: 2px;
}
.p-service__content__text p {
	font-size: 0.93em;
}
.p-service__content__tag {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.3em;
	margin-top: 1.5em;
}
.p-service__content__tag li {
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-size: 0.9em;
	background: #1b2850;
	padding: 0.4em 0.8em;
	border-radius: 5px;
}
.p-service__other {
	display: flex;
	flex-direction: column;
	gap: 2em;
}
.p-service__other .p-service__content {
	flex: 1;
}
.p-service__other .p-service__content .p-service__content__link {
	flex-direction: column;
	border: none;
	margin: auto;
}
.p-service__other .p-service__content__img,
.p-service__other .p-service__content__text {
	width: 100%;
	margin: auto;
}
.p-service__other .p-service__content__text {
	padding: 1.5em;
}
.p-service__other .p-service__content__img img {
	box-shadow: none;
	margin-bottom: 0;
	height: 100%;
}
.p-service__other .p-service__content .p-service__content__link:hover .p-service__content__img img {
	box-shadow: none;
}
.p-service__other .p-service__content__text h4 {
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
	padding: 0;
	margin: 0 0 0.5em;
	border: none;
}
.p-service__other .p-service__content__text h4::before {
	content: none;
}
.p-service__other__title {
	margin: 2em 0 0.6em;
}
/*slider*/
.slide-prev,
.slide-next {
	width: 24px;
	height: 48px;
	margin-top: -3em;
	color: #000;
	background-size: 24px 48px;
	opacity: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}
.slide-prev {
	left: -5%;
}
.slide-next {
	right: -5%;
}
.textWrapper {
	padding: 1em 1.5em;
}
.l-works .inner .interviewPostList .interviewPostLi .interviewPostLiLinkImg,
.l-works .inner .personalInterviewPostList .personalInterviewPostLi .personalInterviewPostLiLinkImg {
	margin-bottom: 0;
}
.interviewPostLi,
.personalInterviewPostLi {
	box-shadow: var(--shadow);
}
.l-works .inner .personalInterviewPostList .personalInterviewPostLi .personalInterviewTitle {
	font-size: 1.4em !important;
	margin: 15px 0 calc(15px - 0.02em) !important;
}
.achievementsSwiper .swiper-wrapper,
.toolSwiper .swiper-wrapper {
	padding-bottom: 4em;
}
.teamSwiper .swiper-wrapper,
.columnSwiper .swiper-wrapper {
	padding-bottom: 2em;
}
.achievementsSwiper__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	box-shadow: var(--shadow);
	border: 10px solid #eee;
	padding: 1em;
	gap: 2em;
}
.achievementsSwiper__item .achievementsSwiper__item__img {
	flex: 1;
}
.achievementsSwiper__item figcaption {
	color: #1b2850;
	flex: 1;
}
.achievementsSwiper__item figcaption .st1 {
	font-size: 1.05em;
	margin-bottom: 0.5em !important;
}
.achievementsSwiper__item figcaption .head1 {
	font-size: 1.5em;
}
.achievementsSwiper__item .achievementsSwiper__item__img img {
	width: 100%;
}
.resources-list .resources-item,
.l-media .inner .eventPostList .eventPostLi,
.team_mem {
	box-shadow: var(--shadow);
	color: #1b2850;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	background: #fff;
}
.l-media .inner .eventPostList .eventPostLi {
	padding-bottom: 0;
}
.resources-item__ttl {
	margin-top: 0 !important;
}
.resources-list .resources-item .resources-item__thum,
.l-media .inner .eventPostList .eventPostLi .eventPostLiLinkImg,
.team_mem_img {
	flex: 1;
}
.resources-list .resources-item .textWrapper,
.l-media .inner .eventPostList .eventPostLi .textWrapper,
.team_mem .textWrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.l-media .inner .eventPostList .eventPostLi .textWrapper {
	min-height: 14rem;
}
.team_mem .textWrapper {
	min-height: 18rem;
}
.l-media .inner .eventPostList {
	padding-bottom: 120px !important;
}
.l-media .inner .eventPostList .eventPostLi {
	padding-bottom: 0 !important;
}
.resources-list .resources-item,
.l-media .inner .eventPostList .eventPostLi {
	box-shadow: var(--shadow);
	color: #1b2850;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 0 !important;
}
.resources-list .resources-item {
	margin: auto;
}
.l-media .inner .eventPostList .eventPostLi .eventPostLiLinkImg {
	margin-bottom: 0 !important;
}
.l-media .inner .eventPostList .eventPostLi .eventTitle {
	font-size: 1.2em !important;
	line-height: 1.3 !important;
	margin: 0 0 1em !important;
}
.l-media .inner .eventPostList .eventPostLi .eventDescription {
	font-weight: normal !important;
	line-height: 1.3 !important;
	letter-spacing: normal !important;
}
.team_mem_text {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.team_mem .heading,
.team_mem h3,
.team_mem .second_heading {
	margin: 0 !important;
}
.team_mem .heading {
	font-weight: 600 !important;
}
.team_mem p {
	line-height: 1.5 !important;
}
.team_mem h3 {
	font-size: 1.2em !important;
}
.team_mem .second_heading {
	font-size: 0.9em !important;
}
.team_mem_text_content {
	margin-top: 1em;
	font-size: 0.9em !important;
}
.team_mem_text_content strong {
	font-weight: 400 !important;
}
.l-career .car_wrap_inq5 {
	box-shadow: var(--shadow);
}
.l-works .inner .interviewPostList .interviewPostLi .interviewHeadingWrapper {
	flex-wrap: wrap;
}
.resources-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr) !important;
	gap: 2em !important;
	margin-top: 0;
}
.interviewSwiper,
.personalInterviewSwiper,
.eventSwiper,
.teamSwiper,
.achievementsSwiper,
.resources-list .resources-item,
.toolSwiper {
	max-width: 400px;
}
.columnSwiper__img {
}
.columnSwiper__img img {
}
.columnSwiper__title {
}
@media only screen and (max-width: 768px) {
	.l-career .inner .head,
	.l-career .inner .head .contents {
		margin-bottom: 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	.personalInterviewSwiper {
		margin-top: 2em;
	}
}
@media only screen and (min-width: 769px) {
	.p-top__section {
		padding: 6em 0;
	}
	.p-top__section.-slider {
		padding: 6em 0 0.5em;
	}
	.p-aboutus__content__list,
	.p-service__content .p-service__content__link,
	.p-service__other {
		flex-direction: row;
	}
	.p-service__content.-reverse .p-service__content__link {
		flex-direction: row-reverse;
	}
	.p-service__content .p-service__content__link,
	.p-service__content__text {
		min-height: calc(380px - 20px);
	}
	.p-aboutus__content__list figure {
		flex-direction: column;
		max-width: 230px;
		align-items: inherit;
	}
	.p-aboutus__content__list__bg {
		border-radius: 5px 5px 0 0;
		min-height: 120px;
	}
	.achievementsSwiper__item .achievementsSwiper__item__img {
		flex: 1;
	}
	.p-service__content .p-service__content__link {
		margin: 2em auto 5em;
	}
	.p-service__content__text {
		padding: 2.5em 2em 1.5em;
		flex: 0.9;
	}
	.p-service__content__img {
		width: 100vw;
		margin-left: calc(40% - 40vw);
	}
	.-reverse .p-service__content__img {
		margin-left: auto;
		margin-right: calc(40% - 40vw);
	}
	.p-service__content__img img {
		box-shadow: var(--shadow);
		margin-bottom: -50px;
		height: 380px;
		object-fit: cover;
	}
	.p-service__content .p-service__content__link:hover .p-service__content__img img {
		box-shadow: var(--hover-shadow);
	}
	.p-service__content__tag {
		margin-top: auto;
		margin-bottom: 2em;
	}
	.p-service__other__title {
		margin: 2em 0 0.6em;
	}
	.p-service__other .p-service__content__text {
		padding: 1.8em;
		min-height: auto;
	}
}
@media only screen and (min-width: 1025px) {
	.achievementsSwiper__item {
		flex-direction: row;
		padding: 1em 2em 1em 1em;
	}
	.achievementsSwiper .swiper-wrapper,
	.teamSwiper .swiper-wrapper,
	.columnSwiper .swiper-wrapper,
	.toolSwiper .swiper-wrapper {
		padding-bottom: 5em;
	}
	.interviewSwiper,
	.personalInterviewSwiper,
	.eventSwiper,
	.teamSwiper,
	.columnSwiper,
	.achievementsSwiper,
	.toolSwiper {
		/*padding: 0 10px !important;
		margin: 0 -10px;*/
		max-width: inherit;
	}
	.resources-list {
		grid-template-columns: repeat(3, 1fr) !important;
	}
	.resources-list .resources-item {
		margin: 0;
		max-width: inherit;
	}
}
/*********************************
下層
*********************************/
.l-main.lower {
	min-height: 100vh;
}
.lower__pagetitle {
	background: #1b2850 url('../img/undertitle_bg.jpg') no-repeat center / cover;
	color: #fff;
	padding: 3em 0;
}
.lower__pagetitle .m-inner {
	max-width: 1400px;
}
.p-lower__section .m-title {
	margin-bottom: 1.5em !important;
}
.lower__pagetitle h1 {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
	letter-spacing: 0.05em;
}
.lower__pagetitle h1 .subtitle_en {
	font-size: 0.6em;
}
.breadcrumb {
	background: #1b2850;
	padding: 0.6em 0;
	font-size: 0.7em;
	color: #fff;
}
.breadcrumb .m-inner {
	max-width: 1500px;
	width: 95%;
}
.breadcrumb .aioseo-breadcrumbs {
	line-height: 1.5;
}
.breadcrumb .aioseo-breadcrumbs a {
	color: #fff;
}
.breadcrumb .aioseo-breadcrumbs a:hover {
	text-decoration: none;
}
.p-lower__section {
	padding: 3.5em 0;
	margin-inline: auto;
	line-height: 1.8;
	color: #1b2850;
}
.p-lower__catch.-bluebg {
	border-radius: 10px;
	padding: 2em 0;
	margin: 2em auto 0;
	width: 97%;
	max-width: 1540px;
}
.p-lower__catch p {
	color: #1b2850;
	font-size: 0.9em;
}
.p-lower__catch-border {
	border-top: 1px solid #d5d5d5;
	padding: 2em 0 0;
	margin: 3em auto 0;
}
.p-lower__catch-border p {
	color: #1b2850;
	font-size: 1.1em;
}
.title-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 1em;
}
.title-flex .navy-tag {
	margin: auto 0;
	align-self: flex-end;
}
@media only screen and (min-width: 769px) {
	.lower__pagetitle {
		padding: 5em 0;
	}
	.p-lower__section {
		padding: 5.5em 0;
	}
	.p-lower__section .m-title {
		margin-bottom: 2.5em !important;
	}
	.p-lower__catch.-bluebg {
		padding: 3em 0;
	}
	.p-lower__catch-border {
		padding: 3em 0 0;
		margin: 4em auto 0;
	}
	.p-lower__catch-border p {
		font-size: 1.4em;
	}
	.p-lower__catch p {
		font-size: 1.1em;
	}
	.title-flex {
		align-items: center;
		flex-direction: row;
	}
	.breadcrumb {
		padding: 1em 0;
		font-size: 0.8em;
		letter-spacing: 0.05em;
	}
}
/*check-list*/
.check-list {
	display: grid;
	gap: 1em;
}
.check-list li {
	padding: 1em 1em 1em 3.8em;
	background: #f2f2f2 url('../img/check_icon.svg') no-repeat top 1.2em left 1em / 1.5rem;
	font-size: 0.9em;
	font-weight: 600;
	display: flex;
	align-items: center;
}
@media only screen and (min-width: 769px) {
	.check-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5em;
	}
	.check-list li {
		padding: 1.5em 2em 1.5em 5.5em;
		background: #f2f2f2 url('../img/check_icon.svg') no-repeat center left 1.5em / 2.5rem;
		font-size: 1.1em;
	}
	.check-list li.-one {
		grid-column: 1 / -1;
		background: #f2f2f2 url('../img/check_icon.svg') no-repeat center left 1.5em / 2.5rem;
	}
}
/*point-list*/
.point-list {
	display: grid;
	gap: 1.2em;
}
.point-list li {
	background: #fff;
	font-size: 0.9em;
	padding: 0.8em 1em;
	font-weight: 600;
	display: flex;
	gap: 1em;
	flex-direction: row;
	line-height: 1.5;
}
.point-list li .icon {
	border-radius: 100%;
	background: #1b2850;
	padding: 0.7em;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.point-list li:nth-child(even) .icon {
	background: #c8a564;
}
.point-list li .icon img {
	width: 100%;
}
.point-list li .text {
	flex: 1;
}
@media only screen and (min-width: 481px) {
	.point-list li {
		align-items: center;
	}
}
@media only screen and (min-width: 769px) {
	.point-list li {
		padding: 1em 1.5em;
		font-size: 1.3em;
	}
	.point-list li .icon {
		width: 4.5rem;
		height: 4.5rem;
	}
}
/*num-section*/
.num-section {
	margin: 0 auto 2.5em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2em;
}
.num-section-text {
	flex: 1;
}
.num-section-img {
}
.num-section-text h3 {
	font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
	margin-bottom: 1em;
}
.num-section-text h3 .num {
	display: block;
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
	margin: 0.2em 0;
}
.num-section_list {
}
.num-section_list .num-section {
	gap: 1em;
	flex-direction: column;
	margin: 0;
}
.num-section_list .num-section .num-section-text h3 {
	margin-bottom: 0;
}
.page.tool .num-section_list .num-section:not(:last-child) {
	/*margin: 2em 0 5em;*/
}
/*instagram-list*/
.instagram-list {
	display: flex;
	flex-direction: column;
	gap: 2em;
	max-width: 400px;
	margin: auto;
}
.instagram-list li {
	flex: 1;
	padding: 1em 0.5em;
	font-weight: 600;
}
.instagram-list-dl {
	text-align: center;
}
.instagram-list-dl dt {
	position: relative;
	margin: 0 auto 0.8em;
	padding-bottom: 0.3em;
	font-size: 1.4em;
}
.instagram-list-dl dt::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: #c8a564;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.instagram-list-dl dd p {
	line-height: 1.5;
	font-size: 1em;
	letter-spacing: 0.05em;
}
.instagram-list-dl dd p strong {
	font-size: 1.3em;
}
.instagram-list-dl dd p strong .num {
	font-size: 1.5em;
	line-height: 1;
}
.instagram-list-img {
	margin: 1em auto 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.instagram-list-img img {
	margin: auto;
	display: block;
}
@media only screen and (min-width: 769px) {
	.instagram-list {
		flex-direction: row;
		max-width: inherit;
		margin: 0;
	}
	.instagram-list-img {
		min-height: 9rem;
	}
}
@media only screen and (min-width: 1025px) {
	.instagram-list-dl dd p {
		font-size: 1.05em;
	}
	.instagram-list-dl dd p strong {
		font-size: 1.5em;
	}
	.instagram-list-dl dd p strong .num {
		font-size: 1.7em;
	}
}
/*tool-list*/
.tool-list {
	margin: 2em 0 0;
}
.tool-list.-grid3 {
	grid-template-columns: repeat(1, 1fr);
	gap: 3em 2em;
}
.tool-list li a {
	display: block;
	transition: 0.3s;
	position: relative;
}
.tool-list li a:hover {
	opacity: 0.6;
}
.tool-list li a img {
	width: 100%;
}
.tool-list li a::after {
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: #1b2850 url('../img/search.svg') no-repeat center / 12px;
}
.tool-list li h4 {
	background: #c8a564;
	color: #fff;
	padding: 0.2em 0.5em;
	line-height: 1.5;
	width: fit-content;
	margin-bottom: 1em;
	border-radius: 5px;
}
/*tool-slide*/
.tool-slide {
	display: flex;
	gap: 1em;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2em;
	flex-wrap: wrap;
}
.tool-slide li {
	border: 1px solid #ddd;
}
@media only screen and (min-width: 769px) {
	.num-section {
		flex-direction: row;
	}
	.tool-list.-grid3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.toolSwiper {
		margin-top: 2em !important;
	}
}
@media only screen and (min-width: 1025px) {
	.tool-slide {
		flex-direction: row;
	}
	.tool-slide li {
		width: calc(100% / 2 - 1em);
		height: 100%;
		min-height: 280px;
		display: flex;
		align-items: center;
	}
}
@media only screen and (min-width: 1200px) {
	.tool-slide li {
		min-height: 320px;
	}
}
/*case-section*/
.case-section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2em;
	padding: 1.2em;
}
.case-section-text {
	flex: 1;
}
.case-section-text.-grid2 {
	gap: 0 2em;
}
.case-section-result {
	border: 2px solid #c8a564;
	border-radius: 5px;
}
.case-section-result .case-section-result__title {
	color: #fff;
	background: #c8a564;
	font-weight: 600;
	text-align: center;
	padding: 0.3em;
}
.case-section-result .case-section-result__text {
	padding: 0.8em 1em;
}
.case-section-result .case-section-result__text .border-list dt {
	color: #c8a564;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.case-section-result .case-section-result__text .border-list dt::before {
	background: #c8a564;
}
.case-section-result .case-section-result__text .border-list dd {
	font-size: 0.85em;
	line-height: 1.5;
}
.case-section-result .case-section-result__text .border-list dd strong {
	font-size: 1.4em;
}
.case-section-result .case-section-result__text .border-list:not(:last-child) {
	margin-bottom: 1.2em;
}
.case-section-text .border-list dd .title,
.human .case-section-text .border-list dd small {
	font-size: 0.8em;
	line-height: 1;
}
@media only screen and (min-width: 481px) {
	.case-section-result .case-section-result__text .border-list dd {
		font-size: 1em;
	}
}
@media only screen and (min-width: 769px) {
	.case-section-result .case-section-result__text {
		padding: 1.2em 2em;
	}
}
@media only screen and (min-width: 1025px) {
	.case-section {
		flex-direction: row;
		padding: 2em;
	}
}
/*border-list*/
.border-list:not(:last-child) {
	margin-bottom: 2em;
}
.border-list dt {
	font-weight: 700;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
	font-size: 0.9em;
}
.border-list dt::before {
	background: #1b2850;
	left: 0;
	bottom: -2px;
	content: '';
	position: absolute;
	width: 30%;
	height: 2px;
}
.border-list dd {
	font-weight: 600;
	font-size: 1em;
}
.border-list dd strong {
	font-size: 1.3em;
}
.border-list dd .arrow {
	font-size: 1.2em;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	margin: -0.5em 0.3em 0 0;
}
@media only screen and (min-width: 769px) {
	.border-list dd .arrow {
		margin: -0.5em 0.3em 0 0.3em;
	}
	.border-list dt {
		font-size: 1em;
	}
	.border-list dd {
		font-size: 1.2em;
	}
}
/*advantage-section*/
.advantage-section {
	display: flex;
	justify-content: space-between;
	gap: 3em 1em;
	flex-direction: column;
	margin-top: 3em;
	margin-inline: auto;
	width: fit-content;
}
.advantage-section-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.8em;
	flex: 1;
	margin-left: 1em;
}
.advantage-section-img {
	position: relative;
	width: 20%;
}
.advantage-section-img .num {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	left: -1.2em;
}
.advantage-section-img .img img {
	margin: auto;
	display: block;
}
.advantage-list-text {
	font-weight: 600;
	color: #fff;
	font-size: 0.85em;
	width: calc(80% - 0.8em);
}
@media only screen and (min-width: 769px) {
	.advantage-section {
		flex-direction: row;
		margin-top: 4em;
		width: auto;
	}
	.advantage-section-item {
		flex-direction: column;
		margin: 0;
		max-width: 100%;
		gap: 1em;
	}
	.advantage-section-img {
		width: 100%;
	}
	.advantage-section-img .num {
		left: auto;
		font-size: 2em;
	}
	.advantage-list-text {
		font-size: 1.3em;
		text-align: center;
	}
	.advantage-list-text,
	.advantage-section-img {
		flex: auto;
		width: 100%;
	}
}
/*price-section*/
.price-section {
	display: grid;
	gap: 1em;
	max-width: 400px;
	margin: auto;
}
.price-section-item {
	padding: 0.5em;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 600;
	font-size: 0.8em;
	gap: 1.5em;
}
.price-section-item dt {
	background: #1b2850;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 1em 0.5em;
	position: relative;
}
.price-section-item dt::after {
	position: absolute;
	content: '';
	right: -1.97rem;
	top: 0;
	width: 2rem;
	height: 100%;
	background: #1b2850;
	clip-path: polygon(40% 50%, 0 0, 0 100%);
}
.price-section-item dd {
	font-size: 1.2em;
	line-height: 1.4;
}
.price-section-item dd small {
	font-size: 0.6em;
}
.price-section-item dd .title {
	display: block;
	font-size: 0.8rem;
	margin-bottom: 0.3em;
	line-height: 1;
}
.price-section h4 {
	background: #c8a564;
	color: #fff;
	padding: 0.2em 0.5em;
	line-height: 1.5;
	width: fit-content;
	margin-bottom: 1em;
	border-radius: 5px;
}
.price-section-balloon {
	color: #fff;
	background: #c8a564;
	text-align: center;
	padding: 0.8em;
	border-radius: 8px;
	position: relative;
	font-weight: 600;
	font-size: 1em !important;
	line-height: 1.5 !important;
	margin: 0 auto 2em;
	letter-spacing: 0.03rem;
}
.price-section-balloon::after {
	background: #c8a564;
	clip-path: polygon(50% 50%, 0 0, 100% 0);
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	left: 0;
	bottom: -19px;
	margin: auto;
}
@media only screen and (min-width: 769px) {
	.price-section {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5em;
		max-width: 100%;
		margin: 0;
	}
	.price-section-item {
		gap: 2em;
		font-size: 1.05em;
	}
	.price-section-item dt {
		padding: 1em;
	}
	.price-section-item dd {
		font-size: 1.3em;
	}
	.price-section-item dd small {
		font-size: 0.6em;
	}
	.price-section-item dd .title {
		font-size: 1rem;
	}
	.price-section-balloon {
		font-size: 1.2em !important;
	}
}
/*flow-section*/
.flow-section {
	display: flex;
	gap: 2em;
	flex-direction: column;
	justify-content: center;
	max-width: 400px;
	margin: auto;
}
.flow-section-item {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.flow-section-item-arrow {
}
.flow-section-item-arrow img {
	margin-inline: auto;
	display: block;
	transform: rotate(90deg);
}
.flow-section-item-title {
	display: flex;
	flex-direction: row;
	gap: 1em;
}
.page.tool .flow-section-item-title {
	align-items: center;
}
.flow-section-item-title .flow-section-img {
	position: relative;
	width: fit-content;
	flex: 0.5;
	margin: 0 auto;
}
.flow-section-item-title .flow-section-img .num {
	color: #fff;
	border-radius: 100%;
	border: 2px solid #ddd;
	background: #1b2850;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	line-height: 1;
	position: absolute;
	top: -0.3em;
	left: -0.3em;
}
.flow-section-text {
	flex: 1;
}
.flow-section-text dl dt {
	font-size: 1em;
	font-weight: 600;
	margin: 0 auto 0.5em;
	line-height: 1.5;
}
.gold-tag,
.navy-tag {
	margin: 0 auto 0.6em;
	display: flex;
	gap: 0.3em;
	flex-wrap: wrap;
}
.gold-tag li,
.navy-tag li {
	padding: 0.2em 0.5em;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.gold-tag li {
	font-weight: 600;
	background: #c8a564;
	font-size: 0.9em;
}
.navy-tag li {
	background: #1b2850;
	font-size: 0.8em;
}
@media only screen and (min-width: 769px) {
	.flow-section {
		flex-direction: row;
		gap: 4em 1em;
		flex-wrap: wrap;
		max-width: inherit;
		margin: 0;
	}
	.flow-section-item {
		width: calc(50% - 1em - 22px);
		max-width: inherit;
		margin: 0;
	}
	.page.tool .flow-section {
		gap: 1em;
	}
	.page.tool .flow-section-item {
		width: calc(22% - 1em - 22px);
	}
	.page.tool .flow-section-item-title .flow-section-img img {
		max-width: 7em;
		min-height: 7em;
	}
	.page.tool .flow-section-item-title .flow-section-img .num {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.1em;
		left: -1em;
	}
	.flow-section-item-arrow {
		width: calc(22px + 1em);
	}
	.flow-section-item-arrow img {
		margin-top: calc(5rem - 16px);
		transform: none;
	}
	.flow-section-item-title {
		flex-direction: column;
		gap: 1.5em;
	}
	.flow-section-item-title .flow-section-img,
	.flow-section-text {
		flex: auto;
	}
	.flow-section-item-title .flow-section-img img {
		margin: auto;
		display: block;
		max-width: 10em;
		min-height: 10em;
		width: 100%;
		height: 100%;
	}
	.flow-section-text dl dt {
		font-size: 1.3em;
		text-align: center;
	}
	.flow-section-item-title .flow-section-img .num {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.5em;
		top: 0;
		left: -3.5em;
	}
	.flow-section-item p.u-pc-center.last {
		margin-top: 2.5em;
	}
	.gold-tag,
	.navy-tag {
		justify-content: center;
		gap: 0.5em;
	}
	.gold-tag li,
	.navy-tag li {
		padding: 0.2em 0.8em;
	}
	.gold-tag li {
		font-size: 1em;
	}
	.navy-tag li {
		font-size: 0.9em;
	}
}
/*num-list*/
.num-list {
	padding: 1.5em;
}
.num-list:not(:last-child) {
	margin: 0 auto 2em;
}
.num-list h3 {
	font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
	display: flex;
	flex-direction: row;
	gap: 1em;
	margin-bottom: 0.8em;
}
.num-list h3 .num {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1;
}
@media only screen and (min-width: 769px) {
	.num-list {
		padding: 2em;
	}
	.num-list h3 {
		align-items: center;
	}
}
/*qa-list*/
.qa-list {
}
.qa-list:not(:last-child) {
	margin: 0 auto 1em;
}
.qa-list summary.question {
	list-style: none;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	background: #1b2850;
	padding: 1em 3em 1em 1em;
	display: flex;
	gap: 1em;
	font-size: 0.9em;
}
.qa-list summary.question::-webkit-details-marker {
	display: none;
}
.qa-list summary.question::before,
.qa-list summary.question::after {
	content: '';
	position: absolute;
	top: 1.9em;
	background-color: #fff;
	transition: all 0.3s ease;
	transform: translateY(-50%);
}
.qa-list summary.question::before {
	width: 2px;
	height: 1.2em;
	right: 1.5em;
}
.qa-list[open] summary::before {
	transform: translateY(-50%) rotate(90deg);
}
.qa-list summary.question::after {
	width: 1.2em;
	height: 2px;
	right: 1em;
}
.qa-list summary.question .q,
.qa-list .answer .a {
	font-size: 1.5em;
	line-height: 1;
	font-weight: 500;
}
.qa-list .content {
}
.qa-list .answer {
	display: flex;
	flex-direction: row;
	gap: 1em;
	background: #fff;
	padding: 1em;
}
.qa-list .answer dd {
}
.qa-list .answer dd p {
}
@media only screen and (min-width: 769px) {
	.qa-list:not(:last-child) {
		margin: 0 auto 2em;
	}
	.qa-list summary.question {
		padding: 1em 3em 1em 1.5em;
		align-items: center;
		font-size: 1.05em;
	}
	.qa-list summary.question::before {
		right: 2em;
	}
	.qa-list summary.question::after {
		right: 1.5em;
	}
	.qa-list .answer {
		padding: 1.5em;
	}
}
