/* リキッドレイアウト対応 */

body {
	font-weight: 500;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

.visually-hidden {
	display: none;
}

.u-white {
	color: #fff;
}

.u-font-color {
	color: #074E6C;
}

body main {
	padding-top: 0;
}

a:hover {
	color: inherit;
}

.c-cta-btn {
	align-items: center;
	border-radius: 3.125rem;
	display: inline-flex;
	font-size: 1.625rem;
	font-weight: 900;
	gap: 2.625rem;
	height: 5.875rem;
	letter-spacing: 0.03em;
	padding-left: 3.875rem;
	position: relative;
	width: 100%;
}

.c-cta-btn--green {
	background: linear-gradient(to right, #009EB3, #142755);
	color: #fff;
}

.c-cta-btn--green:hover {
	color: #fff;
}

.c-cta-btn--green .c-cta-btn__arrow::before {
	background-color: #fff;
}

.c-cta-btn--gray {
	background: rgba(234, 234, 234, 0.91);
	color: #074E6C;
}

.c-cta-btn--gray:hover {
	color: #074E6C;
}

.c-cta-btn--gray .c-cta-btn__arrow::before {
	background-color: #074E6C;
}

.c-cta-btn__arrow {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 3.125rem;
	display: inline-block;
	height: 3.3125rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.3125rem;
}

.c-cta-btn__arrow::before {
	-webkit-mask: url(../images/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.125rem;
	left: 50%;
	mask: url(../images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.5rem;
}

body {
	overflow-x: hidden;
}

.c-contact {
	align-items: center;
	background: linear-gradient(to right, #BCF0FF, #1BB7DA);
	border-radius: 2.25rem;
	color: #12214E;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 900;
	gap: 0.75rem;
	height: 2.1875rem;
	justify-content: center;
	letter-spacing: 0.03em;
	padding-left: 1.125rem;
	padding-right: 0.75rem;
	transition: all 0.45s;
	width: 9.0625rem;
}

.c-contact__arrow {
	background: url(../images/arrow.svg) center center/0.5rem no-repeat;
	background-color: #fff;
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
}

.c-function {
	position: relative;
}

.c-function--border::before {
	background: #55A2CA;
	content: "";
	height: 100%;
	left: -1.6875rem;
	opacity: 0.86;
	position: absolute;
	top: 0;
	width: 1px;
}

.c-function__title {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
}

.c-function__tag {
	border: 1px solid #388BB8;
	border-radius: 1.25rem;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.3125rem;
	padding: 0.125rem 0.375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-function__img {
	aspect-ratio: 254/166;
	display: block;
	margin-top: 1rem;
	position: relative;
	width: 100%;
}

.c-function__img img {
	height: auto;
	left: 50%;
	max-height: none;
	max-height: initial;
	max-width: none;
	max-width: initial;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}

.c-function__img[data-img=post] img {
	top: -0.5rem;
	width: 17.5rem;
}

.c-function__img[data-img=comment] img {
	width: 17.25rem;
}

.c-function__img[data-img=question] img {
	top: -0.375rem;
	width: 17.25rem;
}

.c-function__img[data-img=profile] img {
	top: -0.375rem;
	width: 17.25rem;
}

.c-function__img[data-img=link] img {
	top: -1.25rem;
	width: 15.875rem;
}

.c-function__img[data-img=newsletter] img {
	top: -0.5rem;
	width: 17rem;
}

.c-function__img[data-img=e-learning] img {
	width: 17.9375rem;
}

.c-function__img[data-img=gami] img {
	width: 18.4375rem;
}

.c-function__img[data-img=quest] img {
	top: -1.25rem;
	width: 17rem;
}

.c-function__img[data-img=reaction] img {
	top: -1.25rem;
	width: 17.375rem;
}

.c-hamburger {
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #fff;
	border-radius: 0.125rem;
	display: inline-block;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 100%;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

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

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.5625rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.5625rem);
}

.u-en-font {
	font-family: "D-DIN", sans-serif;
	font-weight: bold;
}

.c-border-title {
	font-size: 2.8125rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	padding-bottom: 1.25rem;
	position: relative;
}

.c-border-title::before {
	background-color: #75BEC9;
	border-radius: 0.4375rem;
	bottom: 0;
	content: "";
	height: 0.4375rem;
	position: absolute;
	width: 3.4375rem;
}

.c-border-title--left {
	text-align: left;
}

.c-border-title--left::before {
	left: 0;
}

.c-border-title--center {
	text-align: center;
}

.c-border-title--center::before {
	left: 50%;
	transform: translateX(-50%);
}

.c-border-title--right {
	text-align: right;
}

.c-border-title--right::before {
	right: 0;
}

main {
	position: relative;
}

main::before {
	background: url(../images/bg.webp) center top/100% auto no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-work {
	background-color: rgba(255, 255, 255, 0.8);
	border: 0.125rem solid #fff;
	border-radius: 1.25rem;
	overflow: hidden;
}

.c-work__logo {
	background-color: #fff;
}

.c-work__logo img {
	-o-object-fit: cover;
	aspect-ratio: 320/171;
	object-fit: cover;
	width: 100%;
}

.c-work__body {
	padding: 1.5625rem 1.25rem;
}

.c-work__title {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.c-work__info {
	margin-top: 0.625rem;
}

.c-work__row + .c-work__row {
	margin-top: 0.625rem;
}

.c-work__row dt {
	background-color: #0F82B5;
	border-radius: 1.25rem;
	font-size: 0.875rem;
	font-weight: 900;
	padding: 0.25rem 0.6875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-work__row dd {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.c-work__lists {
	list-style-position: inside;
	padding-left: 2em;
}

.c-work__lists li {
	list-style: disc;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: calc(62.5rem + 25px + 25px);
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-case {
	padding-bottom: 12.5rem;
	padding-top: 3.75rem;
}

.p-case__blocks {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.p-case__block {
	grid-gap: 0;
	border-radius: 1.25rem;
	display: grid;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
	padding-bottom: 0;
	padding-top: 1.5625rem;
	text-align: center;
}

.p-case__block[data-img=case-01] {
	background: url(../images/case_01.webp) center center/cover no-repeat;
}

.p-case__block[data-img=case-02] {
	background: url(../images/case_02.webp) center center/cover no-repeat;
}

.p-case__block[data-img=case-03] {
	background: url(../images/case_03.webp) center center/cover no-repeat;
}

.p-case__block[data-img=case-04] {
	background: url(../images/case_04.webp) center center/cover no-repeat;
}

.p-case__subTitle {
	border: 0.25rem solid #fff;
	border-radius: 0.875rem;
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.1875rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 0.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-case__text {
	align-items: center;
	display: flex;
	font-size: 2.25rem;
	font-weight: bold;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.09;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-case__number {
	font-size: 2.9375rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: -1.25rem;
}

.p-case__number span {
	font-size: 3.75rem;
}

.p-case__number data {
	font-size: 5.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.p-cta {
	background: url(../images/bg_cta.webp) center center/cover no-repeat;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-cta__inner {
	max-width: calc(61.25rem + 25px + 25px);
}

.p-cta__title {
	font-size: 2.1875rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
}

.p-cta__wrap {
	margin-top: 0.8125rem;
	padding-bottom: 1.9375rem;
	padding-top: 3.1875rem;
	position: relative;
}

.p-cta__lists {
	display: flex;
}

.p-cta__list p {
	align-items: center;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid #B9ECFF;
	border-radius: 50%;
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
	width: 12.5rem;
}

.p-cta__list:nth-child(n+2) {
	margin-left: -0.8125rem;
}

.p-cta__img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28.125rem;
}

.p-cta__btns {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 2.0625rem;
}

.p-cta__btn {
	width: 26.125rem;
}

.p-design {
	padding-bottom: 4.0625rem;
	padding-top: 7.5625rem;
}

.p-design__main {
	position: relative;
}

.p-design__img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 39.375rem;
}

.p-design__list {
	position: absolute;
}

.p-design__list:nth-child(1) {
	right: 0;
	top: 3.125rem;
	width: 18.75rem;
}

.p-design__list:nth-child(2) {
	left: 0;
	top: 18.9375rem;
	width: 15.3125rem;
}

.p-design__list:nth-child(3) {
	bottom: 1.375rem;
	left: 0;
	width: 16.5625rem;
}

.p-design__list:nth-child(4) {
	bottom: 1.125rem;
	right: 0;
	width: 15.3125rem;
}

.p-design__tag {
	background: rgba(255, 255, 255, 0.13);
	border: 0.125rem solid #B9ECFF;
	border-radius: 0.625rem;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 0.375rem 1.4375rem 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-design__text {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.875rem;
	text-align: justify;
}

.p-feature {
	background-color: #fff;
	padding-bottom: 0.9375rem;
	padding-top: 2.375rem;
	position: relative;
}

.p-feature::before {
	background: url(../images/bg_white.webp) center center/100% 100% no-repeat;
	content: "";
	height: 7.625rem;
	left: 0;
	position: absolute;
	top: -7.5rem;
	width: 100%;
}

.p-feature::after {
	background: url(../images/bg_white.webp) center center/100% 100% no-repeat;
	bottom: -7.5rem;
	content: "";
	height: 7.625rem;
	left: 0;
	position: absolute;
	transform: scale(-1, -1);
	width: 100%;
}

.p-feature__inner {
	max-width: calc(65.625rem + 25px + 25px);
}

.p-feature__wrap {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 42rem;
}

.p-feature__title span {
	color: #42AFDE;
	font-size: 3.6875rem;
	line-height: 1.25;
}

.p-feature__main {
	position: relative;
	z-index: 2;
}

.p-feature__lists {
	grid-gap: 4.8125rem 5.3125rem;
	display: grid;
	gap: 4.8125rem 5.3125rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-feature__list {
	-webkit-backdrop-filter: blur(0.3125rem);
	aspect-ratio: 1;
	backdrop-filter: blur(0.3125rem);
	background: rgba(226, 241, 249, 0.49);
	border: 1px solid #4597C5;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	font-size: 1.875rem;
	font-weight: 900;
	gap: 0.75rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
}

.p-feature__list span {
	font-size: 1.3125rem;
}

.p-feature__img {
	aspect-ratio: 1;
	background: url(../images/feature_img_bg.webp) center center/19.25rem no-repeat;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-top: 2.75rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 23.0625rem;
}

.p-feature__img img {
	position: relative;
}

.p-feature__bg1 {
	height: min(28.3854166667vw, 34.0625rem);
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -7.5625rem;
	width: min(43.4375vw, 52.125rem);
	z-index: 1;
}

.p-feature__bg2 {
	bottom: -7.5625rem;
	height: min(26.6145833333vw, 31.9375rem);
	left: 0;
	pointer-events: none;
	position: absolute;
	width: min(41.40625vw, 49.6875rem);
	z-index: 1;
}

.p-float {
	bottom: 1.25rem;
	opacity: 0;
	position: fixed;
	right: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: min(33.3854166667vw, 40.0625rem);
	z-index: 99;
}

.p-float.is-active {
	opacity: 1;
	visibility: visible;
}

.p-float__close {
	background: url(../images/close.webp) center center/1.0625rem no-repeat;
	cursor: pointer;
	height: 1.875rem;
	position: absolute;
	right: 0.9375rem;
	top: 0.9375rem;
	transition: all 0.45s;
	width: 1.875rem;
	z-index: 1;
}

.p-float a {
	transition: all 0.45s;
}

.c-page-top-btn {
	bottom: min(8.8541666667vw, 10.625rem);
	transition: all 0.3s;
}

.p-function {
	background: rgba(19, 134, 170, 0.35);
	padding-bottom: 14.125rem;
	padding-top: 1.25rem;
	position: relative;
}

.p-function__bg {
	height: 11.0625rem;
	position: absolute;
	top: -11.0625rem;
	width: 100%;
}

.p-function__bg svg {
	height: 100%;
	width: 100%;
}

.p-function__lead {
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 2.4;
	margin-top: 2.5rem;
	text-align: center;
}

.p-function__box {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: 2.5rem;
	padding: 2.6875rem 1.25rem 2.6875rem;
}

.p-function__blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 2.8125rem 3.375rem;
	justify-content: center;
}

.p-function__blocks.column-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 36.125rem;
	width: 100%;
}

.p-function__blocks.column-3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.125rem;
}

.p-function__block {
	max-width: 15.875rem;
	width: 100%;
}

.p-globalNav {
	height: 100%;
}

.p-globalNav__links {
	display: flex;
	gap: 1.875rem;
	height: 100%;
}

.p-globalNav__link {
	height: 100%;
}

.p-globalNav__link a {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 900;
	height: 100%;
	transition: all 0.45s;
}

#header.p-header {
	background: none;
	height: 3.4375rem;
	left: 0;
	margin: auto;
	max-width: 81.25rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: fixed;
	right: 0;
	top: 1.6875rem;
	transition: all 0.45s;
	width: 100%;
	z-index: 100;
}

#header.p-header.is-active {
	-webkit-backdrop-filter: blur(0.5rem);
	backdrop-filter: blur(0.5rem);
	background: rgba(56, 139, 184, 0.3);
	border-radius: 1.25rem;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: none;
	max-width: initial;
}

.p-header__logo a {
	display: block;
	max-width: 15rem;
}

.p-header__nav {
	height: 100%;
}

#header .header-menu-sp .hamburger span {
	background-color: #fff;
}

#header .header-menu-sp__box__header,
#header .header-menu-sp__box__body {
	background-color: #12214E;
}

#header .drawer__btn a {
	max-width: 21.875rem;
}

#footer .footer__bottom {
	background: #12214E;
}

#footer .footer__bottom .footer__bottom__top .footer__bottom__logo p.forwork {
	width: 25.4375rem;
}

#footer .footer__bottom .footer__bottom__top .footer__bottom__logo p.forwork img {
	-o-object-position: left;
	object-position: left;
}

.p-logo {
	background-color: #fff;
	padding-bottom: .5rem;
	padding-top: .5rem;
}

.p-logo__slider {
	display: flex;
	flex-flow: row nowrap;
	overflow: hidden;
}

.p-logo__slider ul {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 5.125rem;
	padding-left: 5.125rem;
}

.p-logo__slider ul:first-child {
	animation: partner_slide1 60s -30s linear infinite;
}

.p-logo__slider ul:last-child {
	animation: partner_slide2 60s linear infinite;
}

.p-logo__slider li {
	align-items: center;
	display: flex;
	height: 3.4375rem;
}

.p-logo__slider li:nth-child(1),
.p-logo__slider li:nth-child(8) {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.p-logo__slider li:nth-child(10) {
	height: 8rem;
}

.p-logo__slider li img {
	height: auto;
	width: auto;
}

.p-mv {
	background: url(../images/bg_mv.webp) center center/cover no-repeat;
	padding-bottom: 5.625rem;
	padding-top: 10rem;
}

.p-mv__inner.l-inner {
	align-items: flex-start;
	display: flex;
	max-width: calc(min(89.0625vw, 106.875rem) + 25px + 25px);
	position: relative;
	transform: translateX(2.8125rem);
}

.p-mv__content {
	flex-shrink: 0;
	width: min(42.7083333333vw, 51.25rem);
}

.p-mv__logo {
	margin-left: -1.3125rem;
	max-width: min(40.5208333333vw, 48.625rem);
}

.p-mv__title {
	font-size: min(3.3854166667vw, 4.0625rem);
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: min(0.9375vw, 1.125rem);
}

.p-mv__text {
	font-size: min(1.1979166667vw, 1.4375rem);
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: min(0.9375vw, 1.125rem);
}

.p-mv__lists {
	display: flex;
	flex-wrap: wrap;
	gap: min(0.3645833333vw, 0.4375rem);
	justify-content: center;
	margin-top: min(2.6041666667vw, 3.125rem);
}

.p-mv__list {
	border: 1px solid #fff;
	border-radius: min(0.8333333333vw, 1rem);
	font-size: min(1.09375vw, 1.3125rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding: 0.1875rem min(0.78125vw, 0.9375rem);
}

.p-mv__lists2 {
	display: flex;
	flex-wrap: wrap;
	gap: min(0.3645833333vw, 0.4375rem);
	justify-content: center;
	margin-top: min(0.9375vw, 1.125rem);
}

.p-mv__list2 {
	background-color: #fff;
	border-radius: min(0.8333333333vw, 1rem);
	color: #1C407E;
	font-size: min(1.09375vw, 1.3125rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding: 0.1875rem min(0.78125vw, 0.9375rem);
}

.p-mv__btn {
	background: linear-gradient(to right, #009EB3, #142755);
	border-radius: min(6.25vw, 7.5rem);
	height: min(5.9895833333vw, 7.1875rem);
	margin-top: min(2.8645833333vw, 3.4375rem);
	width: min(32.1354166667vw, 38.5625rem);
}

.p-mv__btn a {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: min(6.25vw, 7.5rem);
	color: #074E6C;
	display: inline-flex;
	font-size: min(1.8229166667vw, 2.1875rem);
	font-weight: 900;
	gap: min(0.8333333333vw, 1rem);
	height: 100%;
	letter-spacing: 0.03em;
	padding-left: min(4.4270833333vw, 5.3125rem);
	padding-right: min(2.2916666667vw, 2.75rem);
	position: relative;
	transition: all 0.45s;
	width: 100%;
	z-index: 1;
}

.p-mv__btn a img {
	width: min(9.53125vw, 11.4375rem);
}

.p-mv__img {
	position: absolute;
	right: 0;
	top: 0;
	width: min(50vw, 60rem);
}

.p-product {
	background: #fff url(../images/bg_product.webp) center center/cover no-repeat;
	height: 20.8125rem;
	overflow: hidden;
	position: relative;
}

.p-product__inner.l-inner {
	align-items: center;
	display: flex;
	max-width: calc(58.25rem + 25px + 25px);
	position: relative;
}

.p-product__img {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26.125rem;
}

.p-product__content {
	margin-left: auto;
	width: 34.1875rem;
}

.p-product__logo {
	height: 6.375rem;
	text-align: center;
}

.p-product__logo img {
	-o-object-fit: contain;
	height: 100%;
	max-width: none;
	max-width: initial;
	object-fit: contain;
	width: auto;
}

.p-product__btns {
	align-items: center;
	display: flex;
	gap: 1.1875rem;
	justify-content: center;
	margin-top: 0.75rem;
}

.p-product__btn a {
	border-radius: 3.125rem;
	font-size: 1.625rem;
	height: 5.875rem;
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
}

.p-reason {
	background-color: #fff;
	padding-bottom: 3.875rem;
	padding-top: 0;
	position: relative;
}

.p-reason::before {
	background: url(../images/bg_white.webp) center center/100% 100% no-repeat;
	content: "";
	height: 7.625rem;
	left: 0;
	position: absolute;
	top: -7.5rem;
	width: 100%;
}

.p-reason::after {
	background: url(../images/bg_white.webp) center center/100% 100% no-repeat;
	bottom: -7.5rem;
	content: "";
	height: 7.625rem;
	left: 0;
	position: absolute;
	transform: scale(-1, -1);
	width: 100%;
}

.p-reason__lead {
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 2.4;
	margin-top: 2.5rem;
	text-align: center;
}

.p-reason__blocks {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.p-reason__block {
	align-items: center;
	background: linear-gradient(225deg, #0D9CCD, #12649A);
	border-radius: 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	height: 20.625rem;
	justify-content: center;
	position: relative;
}

.p-reason__tag {
	align-items: center;
	background-color: #fff;
	border-radius: 0.6875rem 0 1.6875rem 0;
	box-shadow: 0 0 0.7875rem rgba(0, 0, 0, 0.25);
	display: flex;
	font-family: "Open Sans", sans-serif;
	font-size: 1.5625rem;
	font-weight: bold;
	height: 3.375rem;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 6.25rem;
	width: 8.4375rem;
}

.p-reason__tag span {
	font-size: 1.375rem;
	margin-right: 0.5em;
}

.p-reason__icon {
	height: 6.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 7.5rem;
}

.p-reason__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-reason__text {
	font-size: 1.375rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
}

.p-works {
	overflow: hidden;
	padding-bottom: 9.1875rem;
	padding-top: 10.3125rem;
}

.p-works__inner {
	max-width: calc(83.75rem + 25px + 25px);
}

.p-works__lead {
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 2.4;
	margin-top: 2.5rem;
	text-align: center;
}

.p-works__slider {
	margin-top: 2.5rem;
}

.p-works__slider .slick-track {
	display: flex;
}

.p-works__slider .slick-list {
	overflow: visible;
	overflow: initial;
}

.p-works__slider .slide-arrow {
	background: url(../images/slide-arrow.svg) center center/1.125rem no-repeat;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	box-shadow: 0 0 1.5rem rgba(29, 60, 92, 0.55);
	cursor: pointer;
	height: 3.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 3.75rem;
	z-index: 1;
}

.p-works__slider .slide-arrow:hover {
	opacity: 0.8;
}

.p-works__slider .prev-arrow {
	background-position: calc(50% - 0.1875rem) center;
	left: -1.875rem;
}

.p-works__slider .next-arrow {
	background-position: calc(50% - 0.1875rem) center;
	right: -1.875rem;
	transform: translateY(-50%) rotate(180deg);
}

.p-works__sliderItem {
	height: auto !important;
}

.p-works__sliderItem {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

@media (hover: hover) {

.c-cta-btn:hover {
	opacity: 0.8;
}

.c-contact:hover {
	color: #12214E;
	opacity: 0.8;
}

.p-float__close:hover {
	transform: rotate(90deg);
}

.p-float a:hover {
	opacity: 0.8;
}

.p-globalNav__link a:hover {
	opacity: 0.8;
}

.p-mv__btn a:hover {
	color: #074E6C;
	opacity: 0.8;
}

}

@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

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

html {
	font-size: 4.0712468193vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-cta-btn {
	font-size: 1.125rem;
	height: 3.5rem;
	justify-content: center;
	padding-left: 0;
}

.c-cta-btn__arrow {
	height: 1.8125rem;
	right: 1.375rem;
	width: 1.8125rem;
}

.c-cta-btn__arrow::before {
	height: 0.625rem;
	width: 0.8125rem;
}

.c-contact {
	background: #fff;
	font-size: 0.625rem;
	font-weight: 600;
	height: 1.5rem;
	padding-left: 0;
	padding-right: 0;
	width: 6.8125rem;
}

.c-contact__arrow {
	display: none;
}

.c-function--border::before {
	display: none;
}

.c-function__title {
	font-size: 0.75rem;
}

.c-function__tag {
	font-size: 0.5rem;
	margin-top: 0.125rem;
}

.c-function__img {
	margin-top: 0.5rem;
}

.c-function__img[data-img=post] img {
	top: -0.125rem;
	width: 9.375rem;
}

.c-function__img[data-img=comment] img {
	width: 10rem;
}

.c-function__img[data-img=question] img {
	width: 9.375rem;
}

.c-function__img[data-img=profile] img {
	width: 9.6875rem;
}

.c-function__img[data-img=link] img {
	top: -0.625rem;
	width: 8.625rem;
}

.c-function__img[data-img=newsletter] img {
	top: -0.1875rem;
	width: 9.625rem;
}

.c-function__img[data-img=e-learning] img {
	width: 9.75rem;
}

.c-function__img[data-img=gami] img {
	width: 10.375rem;
}

.c-function__img[data-img=quest] img {
	top: -0.3125rem;
	width: 9.1875rem;
}

.c-function__img[data-img=reaction] img {
	top: -0.375rem;
	width: 9.75rem;
}

.c-border-title {
	font-size: 1.125rem;
	padding-bottom: 0.5rem;
}

.c-border-title::before {
	height: 0.1875rem;
	width: 1.1875rem;
}

main::before {
	background-image: url(../images/bg_sp.webp);
	background-size: 100% 100%;
	height: 100vh;
}

.c-work {
	border-radius: 0.75rem;
	border-width: 0.0625rem;
}

.c-work__body {
	padding: 1rem 0.75rem;
}

.c-work__title {
	font-size: 0.75rem;
}

.c-work__info {
	margin-top: 0.375rem;
}

.c-work__row dt {
	font-size: 0.5625rem;
	padding: 0.25rem 0.4375rem;
}

.c-work__row dd {
	font-size: 0.5625rem;
	margin-top: 0.375rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-case {
	padding-bottom: 4.375rem;
	padding-top: 1.25rem;
}

.p-case__blocks {
	gap: 0.875rem;
	margin-top: 1.125rem;
}

.p-case__block {
	border-radius: 0.4375rem;
	padding-bottom: 0;
	padding-top: 0.5rem;
}

.p-case__subTitle {
	border: 0.0625rem solid #fff;
	border-radius: 0.3125rem;
	font-size: 0.625rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-case__text {
	font-size: 0.8125rem;
	margin-top: 0.3125rem;
}

.p-case__number {
	font-size: 1.0625rem;
	margin-top: 0.375rem;
}

.p-case__number span {
	font-size: 1.3125rem;
}

.p-case__number data {
	font-size: 2rem;
	letter-spacing: 0.03em;
}

.p-cta {
	background-image: url(../images/bg_cta_sp.webp);
	padding-bottom: 3.5rem;
	padding-top: 3.3125rem;
}

.p-cta__inner {
	max-width: 33.75rem;
}

.p-cta__title {
	font-size: 1.125rem;
	text-align: center;
}

.p-cta__wrap {
	margin-top: 2.25rem;
	padding-bottom: 0;
	padding-top: 0;
}

.p-cta__lists {
	flex-wrap: wrap;
	justify-content: center;
	max-width: 11.5625rem;
}

.p-cta__list p {
	font-size: 0.5rem;
	height: 5.625rem;
	width: 5.625rem;
}

.p-cta__list:nth-child(1) {
	display: flex;
	flex-basis: 100%;
	justify-content: center;
}

.p-cta__list:nth-child(n+2) {
	margin-left: 0;
	margin-top: -1.125rem;
}

.p-cta__list:nth-child(3) {
	margin-left: -0.375rem;
}

.p-cta__img {
	right: -0.4375rem;
	width: 12.875rem;
}

.p-cta__btns {
	flex-direction: column;
	gap: 1.3125rem;
	margin-top: 2.5rem;
}

.p-cta__btn {
	margin-left: auto;
	margin-right: auto;
	width: 18.75rem;
}

.p-design {
	padding-bottom: 3.1875rem;
	padding-top: 3rem;
}

.p-design__main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
	padding-bottom: 3.25rem;
	width: 94%;
}

.p-design__img {
	margin-left: 4rem;
	width: 14rem;
}

.p-design__list:nth-child(1) {
	top: 0;
	width: 6.875rem;
}

.p-design__list:nth-child(2) {
	top: 7.1875rem;
	width: 6.25rem;
}

.p-design__list:nth-child(3) {
	width: 6.6875rem;
}

.p-design__list:nth-child(4) {
	width: 6.5625rem;
}

.p-design__tag {
	border-radius: 0.25rem;
	font-size: 0.75rem;
	padding: 0.125rem 0.5625rem 0.25rem;
}

.p-design__text {
	font-size: min(0.5rem, 16px);
	margin-top: 0.125rem;
}

.p-feature {
	padding-bottom: 7rem;
	padding-top: 2.5rem;
}

.p-feature::before {
	height: 1.9375rem;
	top: -1.875rem;
}

.p-feature::after {
	bottom: -1.875rem;
	height: 1.9375rem;
}

.p-feature__inner {
	max-width: 33.75rem;
}

.p-feature__wrap {
	display: block;
}

.p-feature__title span {
	font-size: 1.5rem;
}

.p-feature__main {
	margin-top: 1.25rem;
}

.p-feature__lists {
	gap: 2.5rem 2.75rem;
}

.p-feature__list {
	-webkit-backdrop-filter: blur(0.25rem);
	backdrop-filter: blur(0.25rem);
	background: rgba(69, 151, 197, 0.13);
	font-size: 0.875rem;
	gap: 0.375rem;
}

.p-feature__list span {
	font-size: 0.75rem;
}

.p-feature__img {
	background: url(../images/feature_img_bg.webp) center center/10rem no-repeat;
	padding-top: 1.5rem;
	width: 12.25rem;
}

.p-feature__bg1 {
	height: 11rem;
	top: -1.9375rem;
	width: 16.4375rem;
}

.p-feature__bg2 {
	bottom: 0rem;
	height: 9.375rem;
	width: 14.125rem;
}

.p-float {
	border-radius: 0.625rem;
	bottom: 0.625rem;
	box-shadow: 0 0 0.5625rem rgba(0, 82, 154, 0.51);
	left: 0;
	margin: auto;
	max-width: 22.1875rem;
	width: 100%;
}

.p-float__close {
	background: #fff url(../images/close.webp) center center/0.5625rem no-repeat;
	border-radius: 50%;
	height: 1.25rem;
	right: -0.125rem;
	top: -0.125rem;
	width: 1.25rem;
}

.c-page-top-btn {
	bottom: 6.25rem;
}

.p-function {
	padding-bottom: 4.6875rem;
}

.p-function__bg {
	height: 4.125rem;
	top: -4.125rem;
}

.p-function__lead {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.3125rem;
}

.p-function__box {
	border-radius: 0.3125rem;
	margin-top: 1.3125rem;
	padding: 1rem 1.25rem;
}

.p-function__blocks {
	grid-gap: 2.1875rem 0.9375rem;
	display: grid;
	gap: 2.1875rem 0.9375rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-function__blocks.column-2 {
	max-width: 100%;
}

.p-function__blocks.column-3 {
	margin-top: 2.1875rem;
}

#header.p-header {
	gap: 0.75rem;
	height: 3rem;
	justify-content: flex-end;
	top: 0;
}

.p-header__inner {
	gap: 0.75rem;
	justify-content: flex-end;
}

#header .header-menu-sp__box__header__logo {
	height: auto;
	width: 9.4375rem;
}

#footer .footer__bottom .footer__bottom__top .footer__bottom__logo {
	display: block;
	height: -moz-fit-content;
	height: fit-content;
	margin-bottom: 1.9375rem;
	margin-left: -0.3125rem;
}

#footer .footer__bottom .footer__bottom__top .footer__bottom__logo p.forwork {
	width: 15.3125rem;
}

.p-logo {
	padding-bottom: .25rem;
	padding-top: .25rem;
}

.p-logo__slider ul {
	gap: 1.8125rem;
	padding-left: 1.8125rem;
}

.p-logo__slider li {
	height: 1.875rem;
}

.p-logo__slider li:nth-child(1),
.p-logo__slider li:nth-child(8) {
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.p-logo__slider li:nth-child(10) {
	height: 5rem;
}

.p-mv {
	background-image: url(../images/bg_mv_sp.webp);
	padding-bottom: 2.0625rem;
	padding-top: 4.8125rem;
}

.p-mv__inner.l-inner {
	flex-direction: column;
	max-width: 33.75rem;
	transform: translateX(0rem);
}

.p-mv__content {
	display: contents;
}

.p-mv__logo {
	margin-left: -0.5rem;
	max-width: 21.9375rem;
}

.p-mv__title {
	font-size: 2rem;
	margin-top: 0.4375rem;
}

.p-mv__text {
	font-size: 0.625rem;
	margin-top: 0.5625rem;
}

.p-mv__lists {
	gap: 0.375rem;
	justify-content: flex-start;
	margin-top: 1.125rem;
	width: 80%;
}

.p-mv__list {
	border-radius: 0.5rem;
	font-size: 0.6875rem;
	padding: 0.125rem 0.4375rem;
}

.p-mv__lists2 {
	gap: 0.375rem;
	justify-content: flex-start;
	margin-top: 0.375rem;
}

.p-mv__list2 {
	border-radius: 0.5rem;
	font-size: 0.6875rem;
	padding: 0.125rem 0.4375rem;
}

.p-mv__btn {
	border-radius: 2.5rem;
	height: 4.0625rem;
	margin-top: -1.25rem;
	order: 1;
	width: 21.875rem;
}

.p-mv__btn a {
	border-radius: 2.5rem;
	font-size: 1.1875rem;
	gap: 0.5625rem;
	justify-content: center;
	padding-left: 2.5rem;
	padding-right: 1.5625rem;
}

.p-mv__btn a img {
	width: 6.25rem;
}

.p-mv__img {
	display: block;
	position: static;
	width: 100%;
}

.p-product {
	background-image: url(../images/bg_product_sp.webp);
	height: 17.3125rem;
	padding-bottom: 4.5rem;
	padding-top: 3.5625rem;
}

.p-product__inner.l-inner {
	display: block;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.p-product__content {
	width: 100%;
}

.p-product__logo {
	height: 5.125rem;
}

.p-product__btns {
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.625rem;
}

.p-product__btn {
	width: 18.75rem;
}

.p-product__btn a {
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	font-size: 1rem;
	height: 3.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.p-reason {
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
}

.p-reason::before {
	height: 1.9375rem;
	top: -1.875rem;
}

.p-reason::after {
	bottom: -1.875rem;
	height: 1.9375rem;
}

.p-reason__lead {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-reason__blocks {
	margin-top: 1.25rem;
}

.p-reason__block {
	border-radius: 0.3125rem;
	gap: 0.5rem;
	height: 7.375rem;
}

.p-reason__tag {
	border-radius: 0.25rem 0 0.625rem 0;
	font-size: 0.625rem;
	height: 1.25rem;
	top: 0;
	width: 3.0625rem;
}

.p-reason__tag span {
	font-size: 0.5rem;
}

.p-reason__icon {
	height: 2.25rem;
	width: 2.6875rem;
}

.p-reason__text {
	font-size: 0.5rem;
}

.p-works {
	padding-bottom: 3.25rem;
	padding-top: 3.25rem;
}

.p-works__inner {
	max-width: 33.75rem;
}

.p-works__lead {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.3125rem;
}

.p-works__slider {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
	max-width: 12.875rem;
}

.p-works__slider .slide-arrow {
	background-size: 0.625rem auto;
	box-shadow: 0 0 0.9375rem rgba(29, 60, 92, 0.55);
	height: 2.375rem;
	top: 10.5rem;
	transform: translateY(0);
	width: 2.375rem;
}

.p-works__slider .prev-arrow {
	background-position: calc(50% - 0.125rem) center;
	left: -1.1875rem;
}

.p-works__slider .next-arrow {
	background-position: calc(50% - 0.125rem) center;
	right: -1.1875rem;
	transform: rotate(180deg);
}

.p-works__sliderItem {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}

}


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