/*--------------------------------------
base
--------------------------------------*/

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
	color: #333333;
	margin: 0;
}

main {
	position: relative;
	background-color: #FFFFFB;
}

footer {
	z-index: 1;
	position: relative;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	opacity: 1;
	transition: opacity .15s ease-in-out;
}

a:hover {
	text-decoration: none;
	opacity: .8;
}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

/*-----font-family-----*/
.u-ff-mincho {
	font-family: "游明朝体", YuMincho, 'Yu Mincho', serif;
}

.u-ff-Demibold {
	font-family: "Demibold", YuMincho, 'Yu Mincho', serif;
}

.u-ff-Roboto {
	font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.u-ff-hiragi {
	font-family: "Hiragino Kaku Gothic ProN", "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*-----font-color-----*/
.u-fc-blue {
	color: #003288;
}

.u-fc-white {
	color: #FFFFFF;
}

/*-----bg-color-----*/
.u-bg__blue {
	background-color: #EFF3F7;
}
/* 12/15佐藤追記 */
.u-bg__blue.security{
	margin-bottom: 4% !important;
}
/* ここまで */

.u-bg-white {
	background-color: #fff;
}

@media screen and (max-width: 759.98px) {
	.sp_u-bg__blue {
		background-color: #EFF3F7;
		padding: 6vw 4vw;
	}
}

/*-----font-size-----*/

.c-font__nomal {
	font-size: var(--font16) !important;
}

.c-text__nomal {
	line-height: 2em;
}

:root {
	--font12: clamp(6px, 0.7vw, 12px);
	--font14: clamp(8px, 0.9vw, 14px);
	--font15: clamp(9px, 1vw, 15px);
	--font16: clamp(10px, 1.1vw, 16px);
	--font18: clamp(12px, 1.2vw, 18px);
	--font20: clamp(12px, 1.3vw, 20px);
	--font22: clamp(14px, 1.4vw, 22px);
	--font24: clamp(16px, 1.8vw, 24px);
	--font28: clamp(18px, 2vw, 28px);
	--font30: clamp(20px, 2.1vw, 30px);
	--font36: clamp(24px, 2.7vw, 36px);
	--font40: clamp(28px, 3vw, 40px);
	--font42: clamp(32px, 3.1vw, 42px);
	--font48: clamp(34px, 3.5vw, 48px);
	--font50: clamp(40px, 4.4vw, 60px);
	--font94: 94px;
}

@media screen and (max-width: 759.98px) {
	:root {
		--font12: clamp(10px, 2.5vw, 20px);
		--font13: clamp(11px, 2.8vw, 22px);
		--font14: clamp(12px, 3.2vw, 24px);
		--font15: clamp(13px, 3.4vw, 26px);
		/* --font16: clamp(12px, 3.2vw, 24px); */
		--font16: clamp(14px, 3.7vw, 28px);
		--font18: clamp(15px, 4vw, 30px);
		--font20: clamp(15px, 4vw, 30px);
		--font22: clamp(16px, 4.2vw, 32px);
		--font24: clamp(16px, 4.4vw, 34px);
		--font28: clamp(18px, 4.8vw, 36px);
		--font30: clamp(20px, 5.5vw, 40px);
		--font36: clamp(21px, 5.8vw, 42px);
		--font40: clamp(23px, 6.3vw, 46px);
		--font42: clamp(24px, 6.4vw, 48px);
		--font48: clamp(36px, 10vw, 72px);
		--font50: clamp(28px, 7.4vw, 56px);
		--font94: clamp(70px, 20vw, 150px);
	}
}

/* 調整用 */
.font14 {
	font-size: var(--font14)
}

.font15 {
	font-size: var(--font15)
}

.font16 {
	font-size: var(--font16)
}

.font18 {
	font-size: var(--font18)
}

.font20 {
	font-size: var(--font20)
}

.font22 {
	font-size: var(--font22)
}

.font24 {
	font-size: var(--font24)
}

.font28 {
	font-size: var(--font28)
}

.font30 {
	font-size: var(--font30)
}

.font36 {
	font-size: var(--font36)
}

.font40 {
	font-size: var(--font40)
}

.font42 {
	font-size: var(--font42)
}

.font48 {
	font-size: var(--font48)
}

.font50 {
	font-size: var(--font50)
}


/*--------------------------------------
アニメーション
--------------------------------------*/

/*-- ウィンドウロード時フェードイン --*/
.fv_fadein {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 2s;
}

.fv_fadein1,
.fv_fadein2,
.fv_fadein3 {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 2s;
}

.fv_fadein.fadein {
	opacity: 1;
}

/* 遅延 */
.fv_fadein1.delay-1 {
	transition-delay: .1s;
	opacity: 1;
}

.fv_fadein2.delay-2 {
	transition-delay: .3s;
	opacity: 1;
}

.fv_fadein3.delay-3 {
	transition-delay: .5s;
	opacity: 1;
}

/*-- スクロールフェードイン --*/
.fadein {
	opacity: 0;
	transition: all 1s;
}

#fullpage .fadein {
	transition: all 1s 0.5s;
}

#fullpage .active .fadein,
.fadein.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

/* 方向 */
.fadeinL {
	-webkit-transform: translate(-20%, 0);
	transform: translate(-20%, 0);
}

.fadeinR {
	-webkit-transform: translate(20%, 0);
	transform: translate(20%, 0);
}

.fadeinT {
	-webkit-transform: translate(0, -20%);
	transform: translate(0, -20%);
}

.fadeinB {
	-webkit-transform: translate(0, 20%);
	transform: translate(0, 20%);
}

/* 遅延 */
.fadein.delay-1 {
	transition-delay: .1s;
}

.fadein.delay-2 {
	transition-delay: .2s;
}

.fadein.delay-3 {
	transition-delay: .3s;
}

.fadein.delay-4 {
	transition-delay: .4s;
}

/* その他 */
.fadeLine.c-line__title__en::before {
	width: 100%;
}

@media screen and (max-width: 759.98px) {
	.c-sp__more__btn__inner .fadein {
		opacity: 1 !important;
		transform: translate(0, 0) !important;
	}
}


.editable {
	margin-bottom: 60px;
}

.editable h2 {
	font-size: var(--font30);
	margin-top: min(64px, 4vw);
	margin-bottom: min(15px, 1.5vw);
}

.editable h3 {
	font-size: var(--font24);
	color: #003288;
	margin-bottom: min(10px, 1vw);
}

.editable h4 {
	font-size: var(--font24);
	margin-bottom: min(10px, 1vw);
}

.editable p {
	font-size: var(--font16);
	margin-bottom: min(40px, 2vw);
	line-height: 2em;
}

.editable p:last-child {
	margin-bottom: 0;
}

.editable .wp-block-columns {
	margin: min(40px, 4vw) 0;
}

@media screen and (max-width: 759.98px) {
	.editable h2 {
		font-size: var(--font28);
	}

	.editable h3 {
		font-size: var(--font20);
	}

	.editable p {
		margin-bottom: 6vw;
	}
}


/*--------------------------------------
共通css
--------------------------------------*/

/* SP版 切り替え */
.u-sp__open {
	display: none;
}

.u-sp__open__br br {
	display: none;
}

.p-info .u-sp__open {
	display: none;
}

@media screen and (max-width: 1199.98px) {
	.l-header__row__menu .u-sp__hide {
		display: none;
	}

	.l-header__row__menu .u-sp__open {
		display: block;
	}

	.p-solution__wrap .u-sp__hide {
		display: none;
	}

	.p-solution__wrap .u-sp__open {
		display: block;
	}
}

@media screen and (max-width: 759.98px) {
	.u-sp__hide {
		display: none;
	}

	.u-sp__open {
		display: block;
	}

	.u-sp__hide_br br {
		display: none;
	}

	.u-sp__open__br br {
		display: block;
	}

	.l-footer__menu__wrap .u-sp__hide {
		display: none;
	}
}

/*---------- Header ----------*/
.l-header {
	position: relative;
	height: 135px;
	width: 100%;
	z-index: 998;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-header__logo:hover {
	opacity: 1;
}

.l-header__logo img {
	max-height: 77px;
	margin-left: 115px;
}

.l-header__right {
	width: 100%;
	height: 100%;
}

.l-header__color__box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.l-header__color__box a {
	text-align: center;
	padding: 12px;
	width: 8vw;
	min-width: 145px;
	max-width: 160px;
}

.l-header__bg__blue {
	background-color: #003288;
}

.l-header__bg__orenge {
	background-color: #EC6C26;
}

.l-header__row__menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 2%;
}

.l-header__row__menu li {
	inline-size: max-content;
	padding: 0 2%;
}

.l-header__row__menu a {
	font-size: clamp(14px, 1.1vw, 18px);
	display: inline-block;
	padding: 20% 0;
	font-weight: bold;
	text-shadow: 0px 0px 8px #535353;
	transition: all 0.3s;
}

.l-header__row__menu a:hover {
	opacity: 1;
}

@media screen and (max-width: 1199.98px) {
	.l-header__row__menu {
		display: none;
	}
}

@media screen and (max-width: 759.98px) {
	.l-header {
		justify-content: flex-end;
		height: auto;
		padding-top: 3vw;
	}

	.l-header__logo img {
		margin: 0 3vw 0 0;
		height: 11vw;
	}

	.l-header__right {
		display: none;
	}
}

/*-- サイドメニュー --*/
.l-header__side__menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 0 10px -5px #95BDCC;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.l-header__side__menu__btn__wrap {
	width: 100%;
}

.l-header__side__menu__btn {
	width: 100%;
	padding: 10px 0;
	margin: 40px 0 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.l-header__side__menu__btn:hover {
	cursor: pointer;
}

.l-header__hbm__btn {
	position: relative;
	width: 36px;
	height: 26px;
	transition: transform 0.3s;
}

.l-header__hbm__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.l-header__hbm__btn::before {
	content: '';
	position: absolute;
	width: 36px;
	height: 3px;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #003288;
	transition: transform 0.3s;
}

.l-header__hbm__btn::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 3px;
	top: 80%;
	left: 50%;
	border-radius: 2px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: #003288;
	transition: transform 0.3s;
}

.l-header__hbm__btn.is-open::before {
	-webkit-transform: translate(-50%, 2px) rotate(45deg) scale(0.8, 1);
	transform: translate(-50%, 2px) rotate(45deg) scale(0.8, 1);
	transform-origin: center center;
}

.l-header__hbm__btn.is-open::after {
	-webkit-transform: translate(-50%, -6px) rotate(-45deg) scale(0.8, 1);
	transform: translate(-50%, -6px) rotate(-45deg) scale(0.8, 1);
	transform-origin: center center;
}

.l-header__side__menu__btn p {
	font-size: 10px;
	color: #003288;
	text-align: center;
	font-weight: bold;
}

.l-icon__search,
.l-header__icon__mail {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-bottom: 10px;
}

.l-header__side__icon__bg {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: background-color 0.3s;
}

.l-header__side__icon__bg:hover {
	background-color: #003288;
	cursor: pointer;
}

.l-header__side__icon__bg.openSearch {
	background-color: #003288;
}

.l-icon__search img,
.l-header__icon__mail img {
	width: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s;
}

.u-hover__img {
	opacity: 0;
}

.l-header__side__icon__bg:hover .u-hover__img {
	opacity: 1;
}

.l-header__side__icon__bg.openSearch .u-hover__img {
	opacity: 1;
}

/*-- 検索ボックス --*/
.l-header__search__wrap {
	position: relative;
	width: 100%;
}

.c-search__box {
	background-color: #003288;
	position: absolute;
	top: 50%;
	left: 80px;
	width: 40vw;
	height: 5vw;
	max-width: 400px;
	max-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transform: translate(0, -50%);
}

.c-search__box form {
	display: flex;
}

.c-search__box form input {
	padding: 0 5px;
	width: calc(30vw - 10px);
	max-width: 280px;
	border-radius: 5px;
	background-color: #EFF3F7;
	margin: 0 1vw;
	border: 1px solid #CCC;
	outline: 0;
	font-size: var(--font18)
}

.c-search__box input[type="text" i],
.c-sp__search__box input[type="text" i] {
	padding: 0;
}

.c-search__box form button {
	height: 3vw;
	max-height: 40px;
	color: #003288;
	background: none;
	border: none;
	outline: 0;
	padding: 0;
}

.c-search__box .c-search__btn {
	width: 7vw;
	max-width: 80px;
	height: 3vw;
	max-height: 40px;
	color: #003288;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-search__box .c-search__btn:hover {
	cursor: pointer;
	color: #A58E20;
}

/* SP */
.c-sp__search__box {
	width: 100%;
	margin: auto;
	height: 8vw;
	max-width: 570px;
	max-height: 60px;
}

.c-sp__search__box form {
	display: flex;
	justify-content: center;
	width: 100%;
}

.c-sp__search__box form input {
	width: 65%;
	max-width: 435px;
	border-radius: 5px;
	background-color: #EFF3F7;
	margin: 0 3vw 0 0;
	padding: 0 2vw;
	border: 1px solid #CCC;
	outline: 0;
	font-size: var(--font24)
}

.c-sp__search__box form button {
	height: 8vw;
	max-height: 60px;
	color: #003288;
	background: none;
	border: none;
	outline: 0;
	padding: 0;
}

.c-sp__search__box .c-search__btn {
	width: 16vw;
	max-width: 120px;
	height: 8vw;
	max-height: 60px;
	color: #003288;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1100px) {
	.c-search__box form input {
		margin: 0 10px;
	}
}

@media screen and (max-width: 759.98px) {
	.l-header__side__menu {
		width: 60px;
		height: 170px;
		background-color: #003288;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.l-header__side__menu__btn__wrap {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #003288;
		transition: background-color 0.3s;
	}

	.l-header__side__menu__btn__wrap:hover {
		background-color: #333333;
	}

	.l-header__side__menu__btn__wrap.spClickClr {
		background-color: #333333;
	}

	.l-header__side__menu__btn {
		margin: 0;
	}

	.l-header__hbm__btn::before,
	.l-header__hbm__btn::after {
		background-color: #fff;
	}

	.l-header__side__menu__btn p {
		color: #fff;
	}

	.l-header__icon__mail {
		margin: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #EC6C26;
		transition: background-color 0.3s;
	}

	.l-header__icon__mail:hover {
		background-color: #333333;
	}

	.l-header__icon__mail a img {
		width: 30px;
	}

	.l-header__side__icon__bg {
		width: 100%;
		height: 100%;
		border-radius: 0%;
	}

	.l-header__side__icon__bg:hover {
		background-color: inherit;
	}

	.c-sp__search__box {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 499.98px) {
	.l-header__side__menu {
		width: 50px;
		height: 150px;
	}

	.l-header__hbm__btn::after,
	.l-header__hbm__btn::before {
		width: 30px;
	}

	.l-header__side__menu a img {
		width: 25px;
	}
}

/*-- ハンバーガーメニュー --*/
.l-header__hbm {
	position: fixed;
	top: 0;
	left: 80px;
	z-index: 998;
	width: calc(100% - 80px);
	overflow-y: scroll;
	overflow-x: visible;
}

.l-header__hbm__wrap {
	background-color: #003288;
	opacity: .9;
	color: #fff;
	padding: 0 0 min(20vw, 100px) 0;
}

.l-header__hbm__inner {
	width: 85%;
	max-width: 1400px;
	padding: min(20vw, 100px) 0 0 0;
	margin: 0 auto;
}

.l-header__hbm__title h4 {
	font-size: var(--font36);
	font-weight: normal;
}

.l-header__hbm__title {
	padding-bottom: 2%;
	margin-bottom: min(2%, 35px);
	border-bottom: 2px solid #fff;
}

.l-header__menu__wrap {
	margin-bottom: 5%;
	display: grid;
/* ======================================================================
富樫修正（フッターの列幅）
=======================================================================*/
	grid-template-columns: 0.9fr 1fr 0.9fr 0.8fr 0.6fr;
/* ======================================================================
ここまで
=======================================================================*/
}

.l-header__title__wrap h3 {
	padding: 4% 0;
	font-size: var(--font20);
}

.l-header__menu__inner li {
	font-size: var(--font16);
	padding: 1.2% 0;
}

.l-header__else {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.l-header__else a {
	position: relative;
	padding: 0 33px;
	text-align: center;
}

.l-header__else a:not(:last-child)::after {
	position: absolute;
	content: '';
	background-color: #fff;
	top: 50%;
	right: 0;
	width: 1px;
	height: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 759.98px) {
	.l-header__hbm {
		left: 60px;
		width: calc(100% - 60px);
	}

	.l-header__hbm__wrap {
		background: rgba(51, 51, 51, 0.99);
	}

	.l-header__hbm__inner {
		width: 100%;
		padding: 0;
	}

	.l-header__hbm__title {
		height: 84px;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 4%;
	}

	.l-header__hbm__title h4 {
		width: 90%;
		margin: 0 auto;
	}

	.l-header__menu__wrap {
		display: block;
		width: 90%;
		margin: 0 auto 5%;
	}

	.l-header__menu__inner {
		padding: 0 0 5% 0;
		width: 60%;
	}

	.l-header__menu__inner li {
		margin-left: 2%;
	}

	.l-header__menu__toggle {
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.l-header__menu__toggle a {
		inline-size: 80%;
	}

	.l-header__menu__toggle:hover {
		cursor: pointer;
	}

	.l-header__menu__toggle::before {
		position: absolute;
		content: '';
		width: 2px;
		height: 20px;
		border-radius: 2px;
		background-color: #fff;
		right: 18.5px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: transform 0.3s;
	}

	.l-header__menu__toggle::after {
		position: absolute;
		content: '';
		width: 20px;
		height: 2px;
		border-radius: 2px;
		background-color: #fff;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: transform 0.3s;
	}

	.l-header__menu__toggle.is-rotate__arrow::before {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.l-header__title__wrap {
		border-bottom: none;
	}

	.l-header__title__wrap h3 {
		padding: 2% 0;
	}

	.l-header__else {
		flex-direction: column;
		align-items: flex-start;
		width: 90%;
		margin: 0 auto;
	}

	.l-header__else a {
		padding: 5px 0;
		text-align: left;
	}

	.l-header__else a:not(:last-child)::after {
		display: none;
	}
}

@media screen and (max-width: 499.98px) {
	.l-header__hbm {
		left: 50px;
		width: calc(100% - 50px);
	}

	.l-header__hbm__title {
		height: 74px;
	}
}

/* OVERLAY */
body.is-fixed {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.js-overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	display: none;
	z-index: 3;
}

/*-- PageTop 追従ボタン --*/
.c-following__btn {
	display: none;
	position: fixed;
	z-index: 997;
	bottom: 20px;
	right: 20px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.8);
	color: #fff;
}

.c-following__btn__inner {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 10px;
	border-radius: 50%;
	background-color: #003288;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.c-following__btn__inner::before {
	content: '';
	position: absolute;
	top: 12%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-bottom: 8px solid #fff;
}

.c-following__btn__inner p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.3;
}


@media screen and (max-width: 499.98px) {
	.c-following__btn {
		width: 70px;
		height: 70px;
		bottom: 10px;
		right: 10px;
	}

	.c-following__btn__inner {
		width: 50px;
		height: 50px;
	}

	.c-following__btn__inner p {
		padding-bottom: 5px;
		font-size: 10px;
	}

	.c-following__btn__inner::before {
		top: 4%;
	}
}

/*---------- Footer お問い合わせ ----------*/
.l-contact__bar {
	background: center / cover no-repeat url("./../images/common/cmn-contact-img01.png");
	max-height: 480px;
}

.l-contact__bar__wrap {
	text-align: center;
	padding-left: 80px;
	width: calc(100% - 80px)
}

.l-contact__bar__inner {
	width: 90%;
	margin: auto;
}

.l-contact__bar__row__wrap {
	display: flex;
	justify-content: space-between;
	margin: min(2vw, 50px) auto 0 auto;
	max-width: 860px;
	min-width: 545px;
	width: 55vw;
}

.l-contact__bar__txt {
	font-size: var(--font18);
}

.l-contact__bar__row__wrap p {
	font-size: var(--font18);
}

/* ======================================================================
佐藤（な）修正 （全ページ共通お問い合わせ電話番号フォントサイズ）
=======================================================================*/
.l-contact__bar__tel a {
	font-size: var(--font36);
	font-weight: bold;
}
/* ======================================================================
ここまで
=======================================================================*/

.l-contact__bar__mail {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 1%;
}

.l-contact__bar__mail > p {
	margin-bottom: min(1vw, 10px)
}

@media screen and (max-width: 759.98px) {
	.l-contact__bar {
		max-height: none;
		background: center / cover no-repeat url("./../images/common/cmn-contact-img02.png");
	}

	.l-contact__bar__wrap {
		padding-left: 0;
		width: 100%;
		padding: 10vw 0;
	}

	.l-contact__bar__row__wrap {
		flex-direction: column;
		min-width: inherit;
		width: auto;
	}

	.l-contact__bar__txt {
		padding: 5% 0;
	}

	.l-contact__bar__mail {
		width: 80%;
		margin: auto;
	}

	.l-contact__bar__tel {
		margin-bottom: 8%;
	}
}

@media screen and (max-width: 759.98px) {
	.l-contact__bar__mail {
		width: 90%;
	}
}

/*---------- Footer ----------*/
.l-footer_bg {
	background: linear-gradient(to bottom left, #001945, #003288);
}

.l-footer__menu__wrap {
	max-width: 1300px;
	padding: min(7%, 92px) 0 min(7%, 92px) 100px;
	margin: 0 auto;
	display: grid;
/* ======================================================================
富樫修正（フッターの列幅）
=======================================================================*/
	grid-template-columns: 0.9fr 1fr 0.9fr 0.8fr 0.6fr;
/* ======================================================================
ここまで
=======================================================================*/
}

.l-footer__grid__wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.l-footer__grid__inner h3 {
	margin-bottom: 5%;
	font-size: var(--font20);
}

.l-footer__grid__inner p {
	font-size: var(--font16);
	padding: 1.6% 0;
}

.l-footer__grid__else {
	margin-top: 10%;
}

.l-footer__grid__else p {
	font-size: var(--font18);
	padding-bottom: 5%;
}

.l-copy__light p {
	text-align: center;
	padding: 30px 0;
	color: #707070;
}

@media screen and (max-width: 759.98px) {
	.l-footer__menu__wrap {
		display: flex;
		padding: 6vw 0;
	}

	.l-footer__grid__else {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 0;
	}

	.l-footer__grid__else p {
		font-size: var(--font13);
		padding-bottom: 0%;
	}

	.l-footer__grid__else a:not(:last-child) {
		margin-right: 5%;
	}
}

@media screen and (max-width: 499.98px) {
	.l-copy__light p {
		font-size: 12px;
		padding: 10px 0;
	}
}

/*---------- タイトル系 ----------*/
/* TOP下線タイトル (採用情報) */
.c-line__title__wrap {
	inline-size: fit-content;
}

.c-line__title__wrap h2 {
	font-size: var(--font42);
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 10px;
}

.c-line__title__wrap h3 {
	font-size: var(--font30);
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 10px;
}

.c-line__title__en {
	position: relative;
	overflow: hidden;
}

.c-line__title__en::before {
	position: absolute;
	content: '';
	width: 0%;
	height: 1px;
	background-color: #CCC;
	top: 50%;
	left: 0;
	right: -2%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: width 1s;
}

.c-line__title__en p {
	font-size: var(--font14);
	color: #003288;
	position: relative;
	z-index: 1;
	background-color: #fff;
	inline-size: fit-content;
	padding: 0 20px 0 0;
}

.u-bg__blue .c-line__title__en p {
	background-color: #EFF3F7;
}

#sub_page .c-line__title__wrap {
	inline-size: inherit;
}

@media screen and (max-width: 759.98px) {
	.c-line__title__wrap {
		width: 100% !important;
	}
}

/*---------- ボタン系 ----------*/
/* 丸矢印ボタン */
.c-button__circle__wrap {
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.c-button__circle__wrap a {
	display: flex;
	align-items: center;
	padding: 0 0 0 min(6vw, 80px);
	height: 100%;
	position: relative;
	color: #003288;
	font-weight: bold;
	font-size: var(--font18);
	transition: all 0.3s;
}

.c-button__circle__wrap a::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: '';
	background: left 50% top 50% / max(1.2vw, 16px) max(0.8vw, 10px) no-repeat url("./../images/common/cmn-btn01.svg");
	background-color: #003288;
	width: 5vw;
	height: 5vw;
	aspect-ratio: 25/19;
	max-width: 60px;
	max-height: 60px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 0.3s;
}

.c-button__circle__wrap a:hover {
	opacity: 1;
	color: #EC6C26;
}

.c-button__circle__wrap a:hover::before {
	background-color: #EC6C26;
}

.c-button__circle__wrap.u-button__center {
	justify-content: center;
}

.c-button__circle__wrap.u-button__right {
	justify-content: flex-end;
}

/* 四角 影ボタン */
.c-color__btn {
	background-color: #EC6C26;
	box-shadow: 0 5px 0px 0px #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20vw;
	height: 3.8vw;
	min-width: 220px;
	max-width: 310px;
	min-height: 42px;
	max-height: 60px;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.c-color__btn p {
	font-size: var(--font18);
}

/* 青 */
.c-color__btn.c-color__btn--blue {
	background-color: #003288;
}

/* 黒 */
.c-color__btn.c-color__btn--black {
	background-color: #333333;
}

@media screen and (min-width: 1600px) {
	.c-color__btn {
		width: 340px;
		height: 60px;
	}

	.c-button__circle__wrap a::before {
		background-size: 17px 12px;
	}
}

@media screen and (max-width: 759.98px) {
	.c-color__btn {
		max-width: none;
		width: 74vw;
		max-height: none;
		height: 10.6vw;
	}

	#top_page .c-button__circle__wrap {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}

	.c-button__circle__wrap {
		height: 15vw;
		max-height: 90px;
	}

	.c-button__circle__wrap a {
		padding: 0 0 0 max(15vw, 65px);
	}

	.c-button__circle__wrap a::before {
		width: 13vw;
		height: 13vw;
		min-width: 50px;
		min-height: 50px;
		max-width: 90px;
		max-height: 90px;
		background-size: max(3.5vw, 16px) max(2.6vw, 10px);
	}
}

/*---------- リンク系 ----------*/
/*-- 文頭丸リンク --*/
.c-circle__link__txt {
	transition: background-color 0.3s;
	position: relative;
	padding: min(1vw, 10px) min(1vw, 10px) min(1vw, 10px) min(2.5vw, 40px);
	margin: 5px 0 5px 5px;
}

.c-circle__link__txt p {
	margin-bottom: 0;
}

.c-circle__link__txt::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: min(1vw, 16px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #003288;
}

.p-service__orenge .c-circle__link__txt::before {
	background-color: #EC6C26;
}

.c-circle__link__txt:hover {
	background-color: #F9F9F9;
	opacity: 1;
}

@media screen and (max-width: 759.98px) {
	.c-circle__link__txt {
		padding: min(1vw, 10px) 0 min(1vw, 10px) min(5vw, 38px);
	}
}

/*-- リンク文字アイコン --*/
.c-link__icon {
	position: relative;
	padding-right: min(3vw, 45px);
	inline-size: fit-content;
}

.c-link__icon::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: -3px;
	width: 1.8vw;
	max-width: 20px;
	height: 1.8vw;
	max-height: 20px;
	background: center / contain no-repeat url('./../images/common/cmn-link-ico02.svg');
}

.c-link__icon--blue {
	position: relative;
	padding-right: min(4vw, 30px);
	inline-size: fit-content;
}

.c-link__icon--blue::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 1.8vw;
	max-width: 20px;
	height: 1.8vw;
	max-height: 20px;
	background: center / contain no-repeat url('./../images/common/cmn-link-ico01.svg');
}

.c-link__icon--pdf {
	position: relative;
	padding-right: min(4vw, 30px);
	inline-size: fit-content;
}

.c-link__icon--pdf::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 1.8vw;
	max-width: 20px;
	height: 1.8vw;
	max-height: 20px;
	background: center / contain no-repeat url('./../images/common/cmn-pdf-ico01.svg');
}

@media screen and (max-width: 759.98px) {
	.c-link__icon {
		padding-right: 8vw;
	}

	.c-link__icon::before {
		width: 5vw;
		max-width: none;
		height: 5vw;
		max-height: none;
	}

	.c-link__icon--blue {
		padding-right: 5vw;
	}

	.c-link__icon--blue::before {
		max-width: 24px;
		max-height: 24px;
		width: 3.2vw;
		height: 3.2vw;
		margin-bottom: 1vw;
	}

	.c-link__icon--pdf {
		padding-right: 5vw;
	}

	.c-link__icon--pdf::before {
		width: 4vw;
		max-width: 30px;
		height: 4vw;
		max-height: 30px;
		margin-bottom: 1vw;
	}
}

/*-- リンク文字青 下線 --*/
.u-link__blue__text a {
	text-decoration: underline;
	color: #003288;
}

/*--------------------------------------
TOPページ
--------------------------------------*/
#top_page .l-sec__maxwidth {
	padding-top: min(120px, 15%);
}

.l-sec__maxwidth {
	max-width: 1520px;
	margin: 0 auto;
	padding: 0 0 0 80px;
}

.l-sec__not__maxwidth {
	padding-top: min(120px, 15%);
	padding: 0 0 0 80px;
}

.l-top__section__wrap {
	max-width: 1280px;
	margin: 0 auto;
}

.l-top__alinc__wrap {
	margin-top: min(120px, 15%);
	padding: min(4vw, 64px) 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.l-top__alinc__wrap .c-line__title__wrap {
	margin: auto;
	padding-bottom: min(3vw, 40px);
	text-align: center;
}

.c-line__title__wrap p {
	font-size: var(--font14);
}

@media screen and (max-width: 759.98px) {
	.l-sec__not__maxwidth,
	.l-sec__maxwidth {
		padding: 0px;
	}

	.p-solution,
	.p-info {
		width: 90% !important;
		margin: auto;
	}

	#top_page .l-sec__maxwidth {
		padding-top: 14vw;
	}
}

/*---------- TOP ファーストビュー ----------*/
#top_fv {

}

.swiperTopFv {
	position: relative;
	margin-top: -135px;
	left: 0;
	width: 100%;
	z-index: -1;
}

#top_fv .slide_img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#top_fv .slide_img img {
	object-fit: cover;
	object-position: 50% 0;
	height: 100%;
	width: 100%;
}

#top_fv .swiper_title {
	height: calc(82vh - 200px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#top_fv .swiper_txt {
	padding: 100px 0 255px 0;
	margin-top: 135px;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px 8px #535353;
	background: linear-gradient(to bottom, rgba(21, 27, 36, 0), rgba(20, 36, 64, 0.8));
}

#top_fv .swiper_txt_inner {
	width: 90%;
	margin: auto;
}

#top_fv .swiper_txt h1 {
	font-size: var(--font94);
	font-weight: normal;
	margin: 0 auto min(1vw, 5%) auto;
}

#top_fv .swiper_txt h1 span {
	font-size: 56px;
}

#top_fv .swiper_txt h2 {
	font-size: var(--font22);
	padding-bottom: 190px;
}

#top_fv .swiper_txt p {
	font-size: var(--font18);
	line-height: 3.2;
}

/* swiper */
.swiper_pagenation_wrap {
	position: fixed;
	top: 50vh;
	right: 1vw;
	height: 70px;
	width: 20px;
}

#top_fv .swiper-pagination-bullets.swiper-pagination-horizontal {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#top_fv .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 16px;
	height: 16px;
}

#top_fv .swiper-pagination-bullet-active {
	position: relative;
}

#top_fv .swiper-pagination-bullet-active::before {
	position: absolute;
	content: '';
	background-color: #003288;
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.swiper-slide-active .slide_img,
.swiper-slide-duplicate-active .slide_img,
.swiper-slide-prev .slide_img {
	animation: zoom-in 10s linear 0s 1 normal both;
}

@keyframes zoom-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	99.9%, to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@media screen and (min-width: 1599.98px) {
	#top_fv .swiper_txt h1 {
		margin: 0 auto 16px;
	}

	#top_fv .swiper-vertical > .swiper-pagination-bullets,
	.swiper-pagination-vertical.swiper-pagination-bullets {
		top: 50%;
	}
}

@media screen and (max-width: 759.98px) {
	#top_fv .swiper_txt {
		padding-bottom: 20vw;
	}

	.swiperTopFv {
		margin-top: -16vw;
	}
}

@media screen and (max-width: 499.98px) {
	#top_fv .swiper_txt_inner {
		width: 85%;
	}
}

/*---------- TOP 東海ビジネスサービスの強み ----------*/
.p-strength {
	display: flex;
	justify-content: center;
	width: 98%;
	margin: auto;
}

.p-strength > img {
	width: 45%;
	object-fit: contain;
	aspect-ratio: 121/96;
}

.p-strength__wrap {
	width: 55%;
	padding-left: 4.8%;
}

.p-strength__txt h3 {
	color: #003288;
	font-weight: 600;
	padding: 5% 0;
	font-size: var(--font24);
}

.p-strength__txt {
	padding-bottom: min(2vw, 5%);
}

@media screen and (max-width: 1199.98px) {
	.p-strength__wrap {
		width: 55%;
		padding-left: 2%;
	}
}

@media screen and (max-width: 999.98px) {
	.p-strength {
		flex-direction: column-reverse;
		align-items: center;
	}

	.p-strength__wrap {
		width: 75%;
	}

	.p-strength > img {
		width: 55%;
	}
}

@media screen and (max-width: 759.98px) {
	.p-strength__wrap {
		width: 90%;
	}

	.p-strength > img {
		width: 90%;
	}
}

@media screen and (max-width: 499.98px) {
	.p-strength__wrap {
		width: 95%;
	}
}

/*---------- TOP サービス ----------*/
.p-top__service .c-line__title__wrap {
	inline-size: auto;
	width: max(20vw, 45%);
}

.p-top__service {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	max-width: 100%;
}

.p-top__service__wrap {
	width: 70%;
	max-height: 527px;
	padding: min(7vw, 20%) min(8vw, 14%) min(7vw, 20%) min(4vw, 10%);
}

.p-top__service__txt {
	padding: min(2vw, 5%) 0;
	width: max(20vw, 45%);
}

.p-top__service__list__wrap {
	position: absolute;
	right: 0%;
	bottom: 0;
	width: 60%;
	height: 80%;
	background-color: #FFFFFB;
	box-shadow: 0px -5px 6px #EFF3F7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.p-top__service__list__inner {
	width: 95%;
	margin: auto 0;
	padding: 0 0 0 min(1vw, 10%);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
}

.p-top__service__list__inner li {
	padding: 3% 0;
}

.p-top__service__list__inner a {
	font-weight: bold;
	display: flex;
	font-size: var(--font18)
}

@media screen and (min-width: 1599.98px) {
	.p-top__service__wrap {
		padding: 112px 128px 112px 64px;
	}

	.p-top__service__txt {
		width: 500px;
	}
}

@media screen and (max-width: 999.98px) {
	.p-top__service__list__inner {
		grid-template-columns: 1fr 1fr;
		padding: 0;
	}
}

@media screen and (max-width: 759.98px) {
	.p-top__service {
		width: 100%;
	}

	.p-top__service__wrap {
		width: 100%;
		height: 100%;
		max-height: none;
		padding: 8% 5%;
	}

	.p-top__service__txt {
		width: 100%;
	}

	.p-top__service__list__wrap {
		position: inherit;
		height: 100%;
		width: 100%;
		padding: 3% 0;
		margin-top: 6%;
	}

	.p-top__service__list__inner li {
		padding: 0;
		height: auto;
	}

	.p-top__service__list__inner a {
		font-size: var(--font16);
	}
}


/*---------- TOP ソリューション ----------*/
.p-solution__wrap {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: auto;
}

.p-solution__txt {
	display: flex;
	align-items: center;
}

.p-solution__txt p {
	width: 65%;
}

.p-solution .c-line__title__wrap {
	width: 75%;
}

.p-solution .c-line__title__wrap h2 {
	width: 35%;
}

.p-solution .c-button__circle__wrap {
	width: 100%;
	text-align: end;
}

.p-solution__grid__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: min(10vw, 3%) auto 0 auto;
	width: 99.9%;
	height: 100%;
}

.p-solution__grid__inner {
	overflow: hidden;
	position: relative;
	aspect-ratio: 506/300;
	inline-size: fit-content;
}

.p-solution__grid__inner:hover {
	opacity: 1;
}

.p-solution__grid__inner .p-solution__grid__img {
	position: relative;
}

.p-solution__grid__inner .p-solution__grid__img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.4);
	transition: background 0.6s;
}

.p-solution__grid__inner:hover .p-solution__grid__img::after {
	background: rgba(236, 108, 38, 0.7);
}

.p-solution__grid__inner img {
	object-fit: cover;
	vertical-align: middle;
	aspect-ratio: 506/300;
	transition: transform 0.6s;
}

.p-solution__grid__inner:hover.p-solution__grid__inner img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-solution__grid__txt {
	position: absolute;
	bottom: 10%;
	padding: 0 20px;
	right: 0;
	margin: 0;
	z-index: 11;
}

.p-solution__grid__txt h4 {
	font-size: var(--font22);
	font-weight: 600;
	margin: 0 0 6% 0;
}

.p-solution__grid__txt p {
	font-size: var(--font16);
}

@media screen and (max-width: 1199.98px) {
	.p-solution__wrap {
		flex-direction: column;
	}

	.p-solution .c-line__title__wrap {
		width: 100%;
		margin-bottom: 5%;
	}

	.p-solution .c-line__title__wrap h2 {
		width: 100%
	}

	.p-solution__sp__wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.p-solution__sp__wrap > p {
		width: 100%;
	}

	.p-solution .c-button__circle__wrap {
		width: 400px;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 759.98px) {
	.p-solution__sp__wrap {
		width: 100%;
	}

	.p-solution__grid__wrap {
		display: block;
	}

	.p-solution__grid__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 2%;
		aspect-ratio: auto;
	}

	.p-solution__grid__inner .p-solution__grid__img {
		width: 38%;
	}

	.p-solution__grid__inner .p-solution__grid__img img {
		object-fit: cover;
	}

	.p-solution__grid__txt {
		position: static;
		color: #000;
		width: 100%;
		margin: 0;
	}

	.p-solution__grid__txt h4 {
		margin: 0 0 3% 0;
	}

	.p-solution__grid__txt p {
		font-size: var(--font14);
		line-height: 1.33;
		overflow: hidden;
		max-height: var(--font14) *1.33 *2;
		margin-right: 0%;
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.p-solution__sp__wrap {
		flex-direction: column;
	}

	.p-solution .c-button__circle__wrap {
		width: auto;
		justify-content: flex-start;
		margin: 2vw 0;
	}

	.p-solution__grid__inner:hover {
		opacity: .6;
	}

	.p-solution__grid__inner:hover.p-solution__grid__inner img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*---------- TOP 事例・ケーススタディ ----------*/
#top_page .p-top__case {
	width: 100%;
	max-width: 100%;
	max-height: 800px;
	position: relative;
	height: calc(45vw + 5vw);
}

.p-top__case .u-bg__blue {
	width: 66.6666%;
	height: 40vw;
	max-height: 640px;
}

.p-top__case__wrap {
	position: absolute;
	width: 94%;
	height: 45vw;
	max-height: 720px;
	right: 0;
	bottom: 0;
	background-color: #FFFFFB;
	box-shadow: 0px -5px 6px #EFF3F7;
}

.p-top__case__inner {
	width: 98%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 3%;
}

.swiperCase {
	margin-top: 4%;
	width: 95%;
}

/*-- Swiper --*/
.p-top__case .swiper-slide {
	width: 33.3333% !important;
}

.p-case__swiper__img__wrap {
	width: 80%;
	margin: auto;
	overflow: hidden;
	padding-bottom: min(1vw, 10px);
}

.p-case__swiper__img__wrap h4 {
	overflow: hidden;
	font-size: var(--font16);
	line-height: 1.33;
	max-height: var(--font-16) *1.33;
	text-overflow: ellipsis;
}

.p-case__swiper__img__wrap h3 {
	font-size: var(--font16);
	font-weight: normal;
}

.p-case__swiper__img__wrap p {
	font-size: var(--font16);
	line-height: 1.33;
	max-height: var(--font-16) *1.33 *3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.case_img_wrap {
	margin-bottom: min(1vw, 10px);
	overflow: hidden;
	text-align: center;
}

.case_img_wrap img {
	object-fit: cover;
	aspect-ratio: 300/241;
	transition: transform 0.4s;
}

.p-case__swiper__img__wrap:hover .case_img_wrap img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-case__swiper__img__wrap.u-new__label {
	position: relative;
}

.p-case__swiper__img__wrap.u-new__label::before {
	content: '';
	position: absolute;
	z-index: 1;
	background: left 0 top 0 / contain no-repeat url("./../images/common/cmn-case-ico01.svg");
	top: 0;
	left: 0;
	width: 20%;
	height: 20%;
}

.p-top__case__inner .c-button__circle__wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1%;
}

.p-top__case_sp_blue {
	width: 100%
}

@media screen and (max-width: 999.98px) {
	.swiperCase {
		width: 85%;
		background-color: #fff;
	}

	.p-top__case .swiper-slide {
		width: 50% !important;
	}

	.p-case__swiper__img__wrap {
		width: 85%;
	}
}

@media screen and (max-width: 759.98px) {
	.p-top__case_sp_blue {
		background-color: #EFF3F7;
	}

	.swiperCase {
		width: 90%;
		margin: 6vw auto;
	}

	#top_page .p-top__case {
		height: auto;
		max-height: none;
	}

	.p-top__case__wrap {
		position: static;
		max-height: none;
		height: auto;
		box-shadow: none;
		width: 100%;
		margin: auto;
		background-color: #FFFFFF;
	}

	.p-top__case__inner {
		width: 100%;
		align-items: flex-start;
		padding: 0;
	}

	.p-top__case .c-line__title__wrap {
		background-color: #FFFFFB;
	}

	.p-top__case .c-line__title__wrap {
		padding-bottom: 5%;
	}

	.p-top__case .c-line__title__wrap h2,
	.p-top__case .c-line__title__wrap p {
		padding-left: 5%;
	}

	.p-top__case .c-line__title__en::before {
		right: 5%;
	}

	.p-top__case .swiper-slide {
		width: 100% !important;
	}

	.p-case__swiper__img__wrap {
		margin: 5vw auto;
		width: 60%;
		max-width: 420px;
		padding: 0;
	}

	.p-case__swiper__img__wrap.u-new__label::before {
		width: 25%;
		height: 25%;
	}

	.p-case__swiper__img__wrap p {
		max-height: none;
		font-size: var(--font20);
		font-weight: bold;
	}

	.p-case__swiper__img__wrap h4 {
		max-height: none;
	}

	.p-top__case__inner .c-button__circle__wrap {
		width: 90%;
		margin: auto;
	}

	.case_img_wrap img {
		aspect-ratio: 1/0.9;
	}
}

/* Swiper ボタン装飾 */
.p-top__case_swiper-button {
	position: relative;
	width: 150px;
	height: 60px;
	margin-left: 5%;
}

.p-top__case .swiper-button-prev,
.p-top__case .swiper-button-next {
	color: #fff;
	background-color: #003288;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.p-top__case .swiper-button-next:after,
.p-top__case .swiper-rtl .swiper-button-prev:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

.p-top__case .swiper-button-prev:after,
.p-top__case .swiper-rtl .swiper-button-next:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.p-top__case .swiper-button-prev.swiper-button-disabled,
.p-top__case .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	background-color: #fff !important;
	border: 1px solid #003288;
}

.p-top__case .swiper-button-prev.swiper-button-disabled:after,
.p-top__case .swiper-rtl .swiper-button-prev.swiper-button-disabled:after,
.p-top__case .swiper-button-next.swiper-button-disabled:after,
.p-top__case .swiper-rtl .swiper-button-next.swiper-button-disabled:after {
	border-color: #003288 !important;
}

@media screen and (max-width: 759.98px) {
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 10%;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 10%;
	}

	.p-top__case .swiper-button-next:after,
	.p-top__case .swiper-rtl .swiper-button-prev:after {
		width: 12px;
		height: 12px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-70%, -50%) rotate(45deg);
		transform: translate(-70%, -50%) rotate(45deg);
	}

	.p-top__case .swiper-button-prev:after,
	.p-top__case .swiper-rtl .swiper-button-next:after {
		width: 12px;
		height: 12px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-30%, -50%) rotate(-135deg);
		transform: translate(-30%, -50%) rotate(-135deg);
	}
}

@media screen and (max-width: 499.98px) {
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 8%;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 8%;
	}

	.p-top__case .swiper-button-prev,
	.p-top__case .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.p-top__case .swiper-button-prev:after,
	.p-top__case .swiper-rtl .swiper-button-next:after,
	.p-top__case .swiper-button-next:after,
	.p-top__case .swiper-rtl .swiper-button-prev:after {
		width: 8px;
		height: 8px;
	}
}

/*---------- TOP お知らせ ----------*/
.p-info {
	display: flex;
	justify-content: flex-end;
}

.p-info__wrap {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.p-info__wrap .c-line__title__wrap {
	margin: min(4vw, 64px) 0;
}

.p-info .p-info__list__wrap {
	width: 70%;
	padding: 3% 5%;
}

.p-info__article:not(:last-child) {
	border-bottom: 1px dashed #CCCCCC;
}

.p-info__article__inner {
	display: flex;
	align-items: center;
	padding: 2% 0;
}

.p-info__article__sp__wrap {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: min(2vw, 28px);
}

.p-info__article__date {
	color: #003288;
	font-weight: bold;
	font-size: var(--font16);
}

.p-info__article__cat {
	min-width: 110px;
	max-width: 140px;
	width: 9vw;
	padding: min(0.5vw, 3px) 0;
	font-size: var(--font14);
	text-align: center;
	margin: 0 0 0 min(2vw, 28px);
}

.p-info__cat--black {
	background-color: #333;
	color: #fff;
}

.p-info__cat--blue {
	background-color: #003288;
	color: #fff;
}

.p-info__cat--white {
	border: 1px solid #CCC;
	color: #000;
}

.p-info__cat--orenge {
	background-color: #EC6C26;
	color: #fff;
}

@media screen and (max-width: 1199.98px) {
	.p-info .p-info__list__wrap {
		width: 80%;
		padding: 3% 2% 3% 4%;
	}
}

@media screen and (max-width: 999.98px) {
	.p-info {
		margin-top: 10%;
	}

	.p-info .p-info__list__wrap {
		width: 60%;
	}

	.p-info .p-info__list__wrap .p-info__article__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.p-info .p-info__list__wrap .p-info__article__sp__wrap {
		padding-bottom: min(2%, 24px);
	}
}

@media screen and (max-width: 759.98px) {
	.p-info {
		flex-direction: column;
		width: 95%;
		margin: 0 auto;
	}

	.p-info__wrap {
		width: 100%;
		align-items: flex-start;
	}

	.p-info .p-info__list__wrap {
		width: 84vw;
		margin: 0 auto;
	}

	.p-info .c-line__title__wrap {
		width: 100%;
		margin-bottom: 5%;
		margin-top: 0;
	}

	.p-info .c-line__title__wrap h2 {
		width: 100%
	}

	.p-info__wrap .c-button__circle__wrap {
		margin: 0 0 6vw 0;
	}

	.p-info .u-sp__hide {
		display: none;
	}

	.p-info .u-sp__open {
		display: block;
	}
}

/*---------- TOP 採用情報 ----------*/
.p-top__recruit {
	position: relative;
	background: center / cover no-repeat url("./../images/top/top-recruit-img01.png");
}

.p-top__recruit__wrap {
	text-align: center;
}

.p-top__recruit__txt {
	padding-bottom: min(3vw, 10%);
	width: 44%;
	margin: auto;
	font-size: var(--font18);
}

.p-top__recruit__wrap .c-button__circle__wrap {
	justify-content: center;
	margin: 0;
}

@media screen and (min-width: 1600px) {
	.p-top__recruit__txt {
		min-width: auto;
		width: 480px;
	}
}

@media screen and (max-width: 1399.98px) {
	.p-top__recruit {
		margin-left: 80px;
	}
}

@media screen and (max-width: 759.98px) {
	.p-top__recruit {
		background: center / cover no-repeat url("./../images//top/top-recruit-img02.png");
		padding: 40vw 0;
		margin: 10vw 0 0 0;
	}

	.p-top__recruit__wrap {
		width: 92vw;
	}

	.p-top__recruit__txt {
		font-size: var(--font16);
		width: 100%;
		padding-bottom: 0;
	}

	.p-top__recruit__wrap .c-button__circle__wrap {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 499.98px) {
	.p-top__recruit {
		height: 164vw;
		padding: 0;
	}

	.p-top__recruit__wrap {
		width: 95vw;
	}
}

/*---------- TOP Images ----------*/
.p-top__images {
	display: grid;
	grid-template-columns: repeat(4, 24%);
	grid-column-gap: 1%;
	width: 98%;
	justify-content: center;
}

.p-top__images__wrap {
	overflow: hidden;
	position: relative;
}

.p-top__images__wrap p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: var(--font18);
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 759.98px) {
	.p-top__images {
		grid-template-columns: repeat(2, 45%);
	}
}


/*--------------------------------------
下層ページ共通
--------------------------------------*/
#sub_page .l-sec__maxwidth {
	margin-top: min(80px, 5%);
}

.l-sub__section__wrap {
	max-width: 1280px;
	margin: 0 auto;
	width: 95%;
}

.l-sub__section__big__wrap {
	width: 100%;
	margin-top: min(80px, 5%);
}

#sub_page .c-button__circle__wrap {
	margin: min(30px, 3vw) auto 0 auto;
}

@media screen and (max-width: 759.98px) {
	#sub_page .l-sec__maxwidth {
		margin-top: min(80px, 12%);
	}

	.l-sub__section__wrap {
		width: 90%;
	}
}

/*-- 下層Swiper ------------*/
.c-sub__swiper__wrap > .swiperCase {
	width: 90%;
	margin: 0 auto;
}

.c-sub__swiper__wrap {
	position: relative;
}

.c-sub__case__swiper__img__wrap {
	width: 90%;
}

.c-sub__swiper__wrap > .swiper-button-next {
	right: -1vw;
}

.c-sub__swiper__wrap > .swiper-button-prev {
	left: -1vw;
}

@media screen and (max-width: 759.98px) {
	.c-sub__swiper__wrap .p-case__article__img img {
		aspect-ratio: 1/0.9;
		height: 100%;
	}

	.c-sub__swiper__wrap > .swiper-button-next {
		right: 3vw;
	}

	.c-sub__swiper__wrap > .swiper-button-prev {
		left: 3vw;
	}

	.c-sub__case__swiper__img__wrap {
		width: 65%;
		margin: 0 auto;
	}

	.c-sub__case__swiper__img__wrap .p-case__article__cat.u-sp__hide {
		display: none;
	}
}

/*-- 下層ファーストビュー ----------*/
#sub_fv {
	position: relative;
	top: -135px;
}

.c-sub__fv__img {
	max-height: calc(475px - 135px);
	height: calc(31vw - 135px);
}

.c-sub__fv__img img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: calc(100% + 135px);
}

.c-sub__fv__txt__wrap {
	z-index: 1;
	position: absolute;
	bottom: calc(-3vw - 135px);
	right: 0;
	width: 55vw;
	height: 19vw;
	max-height: 300px;
	background-color: #003288;
	opacity: .9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.c-sub__fv__txts {
	margin: 0 0 6vw 5vw;
}

.c-sub__fv__txts h1,
.c-sub__fv__txts .c-sub__fv__title {
	font-weight: normal;
	font-size: var(--font40);
}

.c-sub__fv__txts p {
	font-size: var(--font15);
	letter-spacing: 1px;
}

@media screen and (min-width: 1600px) {
	.c-sub__fv__txt__wrap {
		bottom: -184px;
	}

	.c-sub__fv__txts {
		margin: 0 0 100px 80px;
	}
}

@media screen and (max-width: 759.98px) {
	#sub_fv {
		top: -16vw;
	}

	.c-sub__fv__img {
		max-height: calc(475px - 14vw);
		min-height: calc(200px - 14vw);
		height: calc(56vw - 14vw);
	}

	.c-sub__fv__img img {
		height: calc(100% + 14vw);
		object-position: right -20vw top 0;
	}

	.c-sub__fv__txt__wrap {
		bottom: calc(3vw - 14vw);
		width: 75vw;
		height: 28vw;
	}

	.c-sub__fv__txts {
		margin: 0 0 0 6vw;
	}

	.c-sub__fv__txts h1 {
		font-size: var(--font42);
	}
}

/*-- 下層パンくず ----------*/
.c-pankuzu__maxwidth {
	/* max-width: 1600px; */
	/* margin: min(1.6vw, 26px) auto; */
	margin: 1vw;
	padding: 0 0 0 80px;
	position: relative;
	z-index: 100;
}

.c-pankuzu__wrap {
	display: flex;
	flex-wrap: nowrap;
	width: 550px;
}

.c-pankuzu__home {
	font-size: var(--font16);
	color: #003288;
	font-weight: bold;
}

.c-pankuzu__current,
.c-pankuzu__link {
	font-size: var(--font16);
	padding: 0 0 0 16px;
	margin-left: 2px;
	position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.editable > p > iframe.wp-embedded-content {
	max-width: 90%;
}

/*==============================================================
佐藤（な）修正 パンくずリスト
==============================================================*/
.c-pankuzu__current{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*==============================================================
ここまで
==============================================================*/

.c-pankuzu__current::before,
.c-pankuzu__link::before {
	position: absolute;
	content: "＞";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*==============================================================
佐藤（な）修正 
==============================================================*/
@media screen and (max-width: 1439.98px) {
	.c-pankuzu__current{
		width: 100px;
	}
}


@media screen and (max-width: 1199.98px) {
	.c-pankuzu__current{
		width: 100px;
	}
}

@media screen and (max-width: 999.98px) {
	.c-pankuzu__current{
		width: 20px;
	}

}
/*==============================================================
ここまで
==============================================================*/

@media screen and (max-width: 759.98px) {
	.c-pankuzu__maxwidth {
		padding: 0px;
	}

	.c-pankuzu__current,
	.c-pankuzu__link {
		padding: 0 0 0 4vw;
		margin-left: 1vw;
		text-overflow: ellipsis;
	}

	.c-pankuzu__current{
		max-width: 100%;
		width: 100%;
	}
}
/*==============================================================
佐藤（な）修正 
==============================================================*/
@media screen and (max-width: 499.98px) {
	.c-pankuzu__wrap {
		text-overflow: ellipsis;
		width: 350px;
		flex-wrap: wrap;
	}
	.c-pankuzu__current{
		width: 300px;
		overflow: hidden;
	}
}

/*==============================================================
ここまで
==============================================================*/


/*-- 下層メニュー＆カテゴリー ----------*/
.c-category__wrap {
	width: 95%;
	margin: auto;
}

.l-sub__section__wrap .c-category__wrap {
	width: 100%;
}

.c-category__row__inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-category__row__inner li {
	padding: 0 2vw 0 1vw;
	min-width: 8vw;
	margin: 1vw 0;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
	color: #003288;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s;
}

.c-category__row__inner li:not(:last-child) {
	margin-right: 2vw;
}

.c-category__current::before,
.c-category__row__inner li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.5vw;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #003288;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.c-category__anchor li::before {
	border-width: 5px 5px 0 5px;
	border-color: #003288 transparent transparent transparent;
}

.c-category__row__inner a {
	display: inline-block;
	font-size: var(--font18);
	padding: min(12px, 0.6vw) min(30px, 1vw);
	text-align: center;
}

.c-category__row__inner a:hover {
	opacity: 1;
}

.c-category__row__inner li:hover {
	cursor: pointer;
	color: #fff;
	background-color: #003288;
}

.c-category__row__inner li:hover::before {
	border-color: transparent transparent transparent #fff !important;
}

.c-category__anchor li:hover::before {
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent !important;
}

.c-category__current {
	color: #fff !important;
	background-color: #003288 !important;
}

.c-category__current::before {
	border-color: transparent transparent transparent #fff !important;
}

/*==============================================================
富樫修正 .it-trends-page のプロパティ追加
==============================================================*/
	.it-trends-page .c-category__row__wrap {
		display: flex !important;
		justify-content: center;
	}
	.it-trends-page .c-category__row__inner {
		flex-wrap: wrap;
		max-width: 80%;
	}
/*==============================================================
ここまで
==============================================================*/

@media screen and (min-width: 1600px) {
	.c-category__row__inner li {
		margin: 15px;
		padding: 0 26px 0 0;
		min-width: 160px;
	}

	.c-category__row__inner li:not(:last-child) {
		margin-right: 5px;
	}

	.c-category__row__inner a {
		padding: 10px 24px;
	}

	.c-category__row__inner li::before {
		right: 24px;
	}


}


@media screen and (max-width: 759.98px) {
	/* sp版カテゴリー */
	.c-category__wrap {
		width: 90%;
		margin: auto;
		border: 1px solid #CCCCCC;
		background-color: #fff;
		border-radius: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: all 0.3s;
	}

	.c-category__wrap.is-cat__radius {
		border-radius: 25px;
	}

	.c-sp__category__btn {
		font-size: var(--font22);
		color: #003288;
		width: 100%;
		position: relative;
	}

	.c-sp__category__btn p {
		padding: 3% 6%;
	}

	.c-sp__category__btn:hover {
		cursor: pointer;
	}

	.c-sp__category__btn::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 46%;
		right: 5vw;
		border-style: solid;
		border-width: 2vw;
		border-color: #003288 transparent transparent transparent;
		transition: all 0.3s;
	}

	.is-rotate__arrow.c-sp__category__btn::before {
		transform: translateY(-50%) rotate(180deg);
	}

	/* トグル中身 */
	.c-category__current::before,
	.c-category__row__inner li::before {
		display: none;
	}

	.c-category__row__inner {
		display: block;
	}
/*==============================================================
富樫修正 .it-trends-page のプロパティ追加
==============================================================*/
	.it-trends-page .c-category__row__wrap {
		margin: 5% 0 8% 0;
	}

	.it-trends-page .c-category__row__inner {
		display: block !important;
		max-width: 100%;
	}
/*==============================================================
ここまで
==============================================================*/
	.c-category__row__inner li {
		min-width: 68vw;
		margin: 4% 0;
		padding: 3% 0;
	}

	.c-category__row__inner li:not(:last-child) {
		margin-right: 0vw;
	}
}

/*-- ページネーション ----------*/
.c-nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-page-numbers {
	color: #003288;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border: 1px solid #003288;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.3vw;
}

.c-page-numbers.current {
	background-color: #003288;
	color: #FFF;
}

.pagination .prev,
.pagination .next {
	width: 20px;
	height: 20px;
	position: relative;
	background-color: #003288;
	margin: 0 2vw;
}

.pagination .prev span {
	position: absolute;
	content: "";
	top: 52%;
	left: 48%;
	width: 3px;
	height: 3px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg) translate(-50%, -50%);
}

.pagination .next span {
	position: absolute;
	content: "";
	top: 52%;
	right: 40%;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translate(-50%, -50%);
}

.pagination .next.end_page,
.pagination .prev.end_page {
	background-color: #fff;
}

.pagination .next.end_page span,
.pagination .prev.end_page span {
	border-color: #003288;
}

@media screen and (min-width: 1600px) {
	.c-page-numbers {
		margin: 0 5px;
	}

	.pagination .prev,
	.pagination .next {
		margin: 0 30px;
	}
}

@media screen and (max-width: 759.98px) {
	.c-page-numbers {
		margin: 0 1vw;
	}
}

/*-- 下層ページタイトル系 ----------*/
/* ページタイトル */
.c-sub__main__title {
	text-align: center;
}

.c-sub__main__title h1,
.c-sub__main__title h2 {
	font-size: var(--font30);
	font-weight: normal;
	margin-bottom: min(60px, 6vw);
}

/* ページ説明文 */
.c-page__explan p {
	font-size: var(--font22);
	margin-bottom: min(40px, 4%);
}

/* align-center 中タイトル */
.c-sub__center__title h3 {
	text-align: center;
	font-size: var(--font30);
	margin-bottom: min(40px, 4%);
}

/* 青文字 小タイトル */
.c-sub__blue__title h4 {
	font-size: var(--font24);
	color: #003288;
}

.c-sub__blue__title h5 {
	font-size: var(--font18);
	color: #003288;
}

@media screen and (max-width: 759.98px) {
	.c-sub__main__title h1,
	.c-sub__main__title h2 {
		font-size: var(--font42);
	}

	.c-page__explan p {
		margin-bottom: 10vw;
	}
}

/*-- 詳細ページ(事例・トピック・ITトレンド)共通 ----------*/
/* タイトル系 */
.c-dtl__title__wrap {
	margin-bottom: min(80px, 4vw);
}

.c-dtl__title__row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.c-dtl__title__wrap h1,
.c-dtl__title__wrap h2 {
	font-size: var(--font30);
	font-weight: normal;
	margin: min(10px, 1vw) 0;
}

.c-dtl__title__wrap h3 {
	font-size: var(--font18);
	color: #3D62AB;
	margin: 0;
	margin-right: min(30px, 2vw);
}

.c-dtl__title__wrap > p {
	font-size: var(--font18);
}

.c-case__dtl__cat {
	font-size: var(--font18);
	color: #EC6C26;
}

@media screen and (max-width: 759.98px) {
	.c-dtl__title__wrap h1,
	.c-dtl__title__wrap h2 {
		font-size: var(--font42);
	}
}

/*- 文章のかたまり */
.c-nomal__sentence {
	width: 100%;
	margin-bottom: min(64px, 4vw);
}

.c-nomal__sentence h4 {
	font-size: var(--font30);
	margin-bottom: min(15px, 1.5vw);
}

.c-nomal__sentence h5 {
	font-size: var(--font24);
	color: #003288;
	margin-bottom: min(10px, 1vw);
}

.c-nomal__sentence h6 {
	font-size: var(--font24);
	margin-bottom: min(10px, 1vw);
}

.c-nomal__sentence > p {
	font-size: var(--font16);
	margin-bottom: min(40px, 2vw);
}

@media screen and (max-width: 759.98px) {
	.c-nomal__sentence {
		margin-bottom: 8vw;
	}

	.c-nomal__sentence h4 {
		font-size: var(--font28);
	}

	.c-nomal__sentence h5 {
		font-size: var(--font20);
	}

	.c-nomal__sentence > p {
		margin-bottom: 6vw;
	}
}

/*-- 青背景テキスト＆写真 重なりコンテンツ ----------*/
.c-overlap__wrap {
	width: 100%;
	position: relative;
	margin: min(120px, 10%) 0;
}

.c-overlap__img {
	position: absolute;
	width: 39vw;
	max-width: 615px;
	right: 52%;
}

.c-ovl__txt__wrap .u-bg__blue {
	margin: 0 0 0 40vw;
	padding: 5vw min(30px, 2vw) 5vw 10vw;
	max-width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.c-overlap__txts {
	max-width: 615px;
	width: 100%;
}

.c-overlap__txts .c-overlab__txts-title {
	font-size: var(--font24);
	line-height: 1.8;
	margin-bottom: 10px;
}

/* 画像上下中央 */
.c-ovl__wrap__center .c-overlap__img,
.c-ovl__wrap__center .c-overlap__reserve__img {
	top: 50%;
	transform: translateY(-50%);
}

/* 画像右 */
.c-overlap__reserve__img {
	position: absolute;
	width: 39vw;
	max-width: 615px;
	left: 52%;
}

.c-ovl__reserve__txt__wrap .u-bg__blue {
	margin: 0 40vw 0 0;
	padding: 5vw 10vw 5vw min(30px, 2vw);
	max-width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.c-ovl__reserve__txt__wrap .c-overlap__txts {
	max-width: 615px;
	width: 100%;
}

/* 中身 */
.c-overlap__txts .c-line__title__wrap {
	margin-bottom: min(40px, 2.5vw);
}

.c-overlap__txts .c-button__circle__wrap {
	margin-top: min(40px, 2.5vw);
}

.c-overlap__txts > p {
	font-size: var(--font18);
}

.c-overlap__txts h2 {
	font-size: var(--font24);
	font-weight: normal;
	margin-bottom: min(2vw, 20px);
}

.c-overlap__txts h4 {
	color: #003288;
	font-size: var(--font24);
}

.c-overlap__txts h5 {
	color: #003288;
	font-size: var(--font18);
	margin-bottom: min(0.5vw, 5px);
}

@media screen and (min-width: 1600px) {
	.c-ovl__txt__wrap .u-bg__blue {
		padding: 70px 30px 70px 10vw;
	}

	.c-ovl__reserve__txt__wrap .u-bg__blue {
		padding: 70px 10vw 70px 30px;
	}
}

@media screen and (max-width: 999.98px) {
	.p-susti__overlap__wrap,
	.c-overlap__wrap {
		margin: min(120px, 10%) 0;
	}

	.c-ovl__txt__wrap .u-bg__blue {
		padding: 5vw min(30px, 2vw) 5vw 8vw;
	}

	.c-ovl__reserve__txt__wrap .u-bg__blue {
		padding: 5vw 8vw 5vw min(30px, 2vw);
	}

}

@media screen and (max-width: 759.98px) {
	.c-overlap__wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.c-overlap__reserve__img,
	.c-overlap__img {
		position: static;
		width: 90%;
		margin: auto;
		max-width: none;
		background-color: #EFF3F7;
		padding-bottom: min(60px, 6vw);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.c-overlap__reserve__img img,
	.c-overlap__img img {
		width: 92%;
	}

	.p-susti__overlap__wrap,
	.c-overlap__wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.c-overlap__img.u-sp__hide,
	.c-overlap__reserve__img.u-sp__hide {
		display: none;
	}

	.sp_c-overlap__img,
	.sp_c-overlap__reserve__img {
		margin: 4vw 0;
	}

	.c-ovl__txt__wrap .u-bg__blue,
	.c-ovl__reserve__txt__wrap .u-bg__blue {
		width: 90%;
		margin: auto;
		padding: min(60px, 6vw) 0;
		justify-content: center;
	}

	.c-overlap__txts,
	.c-ovl__reserve__txt__wrap .c-overlap__txts {
		max-width: none;
		width: 90%;
		margin: auto;
	}

	.c-ovl__wrap__center .c-overlap__img,
	.c-ovl__wrap__center .c-overlap__reserve__img {
		transform: rotateY(0);
	}

	.c-overlap__txts h2 {
		margin-bottom: 0;
	}

	.c-overlap__txts h5 {
		margin-bottom: 1vw;
	}
}

/*-- トグル +- ボタン ----------*/
.c-more__btn {
	position: relative;
	width: 3vw;
	max-width: 30px;
	height: 3vw;
	max-height: 30px;
	background-color: #003288;
	border-radius: 50%;
	aspect-ratio: 1/1;
	margin-left: min(1.5vw, 15px);
}

.c-more__btn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1vw;
	max-width: 10px;
	height: 1px;
	background-color: #fff;
}

.c-more__btn::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 1vw;
	max-height: 10px;
	background-color: #fff;
	transition: transform 0.3s;
}

.is-changeIcon.c-more__btn::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.c-more__btn__wrap:hover,
.c-more__btn__title:hover {
	cursor: pointer;
}

.c-sp__more__btn__title,
.c-more__btn__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-more__btn__inner--qa {
	display: none;
}

@media screen and (max-width: 759.98px) {
	.c-more__btn {
		width: 9vw;
		max-width: 45px;
		height: 9vw;
		max-height: 45px;
		margin-left: 3vw;
	}

	.c-more__btn::before {
		width: 3vw;
		max-width: 22px;
		height: 2px;
		background-color: #fff;
	}

	.c-more__btn::after {
		width: 2px;
		height: 3vw;
		max-height: 22px;
	}

	.c-sp__more__btn__title {
		cursor: pointer;
	}
}

/*--------------------------------------
事例・ケーススタディ
--------------------------------------*/
.p-case__article__wrap {
	margin: min(60px, 13%) auto;
}

.p-case__article__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}

.p-case__article__img__wrap {
	width: 80%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 2vw;
}

.p-case__article__img__wrap a:hover {
	opacity: 1;
}

.p-case__article__img {
	overflow: hidden;
	margin-bottom: min(1vw, 5px);
	aspect-ratio: 360/216;
}

.p-case__article__img img {
	object-fit: cover;
	aspect-ratio: 360/216;
	transition: transform 0.4s;
}

.p-case__article__img img:hover {
	transform: scale(1.1);
}

.p-case__article__img__wrap h3 {
	font-size: var(--font16);
	font-weight: normal;
}

.p-case__article__title {
	font-size: var(--font22) !important;
	font-weight: bold;
}

.p-case__article__cat {
	font-size: var(--font16);
	font-weight: bold;
	color: #003288;
	display: flex;
	align-items: center;
}

.p-case__article__cat p {
	padding-right: 10px;
}

@media screen and (max-width: 759.98px) {
	.p-case__article__title {
		margin: 1vw 0;
	}
}

/* 画像上 NEWラベル */
#case .p-case__article__img.u-new__label {
	position: relative;
}

#case .p-case__article__img.u-new__label::before {
	content: '';
	position: absolute;
	z-index: 1;
	background: left 0 top 0 / contain no-repeat url("../images/common/cmn-case-ico01.svg");
	top: 0;
	left: 0;
	width: 30%;
	height: 30%;
}

@media screen and (max-width: 759.98px) {
	#case .p-case__article__row {
		display: flex;
		flex-direction: column;
	}

	#case .p-case__article__img__wrap {
		width: 100%;
		padding-bottom: 4vw;
	}

	#case .p-case__article__img__wrap a {
		display: flex;
		align-items: center;
	}

	#case .p-case__article__img {
		max-width: 190px;
		width: 30%;
		color: #fff;
		margin-bottom: 5vw;
		overflow: visible;
		height: 18vw;
		max-height: 128px;
	}

	#case .p-case__article__img img {
		height: 18vw;
		max-height: 128px;
	}

	#case .p-case__article__img.u-new__label::before {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: var(--font12);
		content: 'NEW';
		background: none;
		background-color: #EC6C26;
		top: auto;
		bottom: -3vw;
		width: 100%;
		height: 4vw;
	}

	#case .p-case__article__text {
		width: 65%;
		margin-left: 5%;
	}

	.p-case__article__img img:hover {
		transform: scale(1);
	}
}

/*--------------------------------------
事例・ケーススタディ → 詳細ページ
--------------------------------------*/
.p-dtl__point__box {
	width: 100%;
	padding-bottom: 5vw;
	margin-top: min(64px, 4vw);
	margin-bottom: min(40px, 2vw);
	position: relative;
}

.p-dtl__point__box::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: max(20px, 3vw) max(50px, 5vw) 0 max(50px, 5vw);
	border-color: #003288 transparent transparent transparent;
	display: inline-block;
}

.p-dtl__point__box::after {
	content: "";
	position: absolute;
	bottom: 2vw;
	background-color: #003288;
	left: 50%;
	width: max(30px, 3vw);
	height: 4vw;
	transform: translateX(-50%);
	display: inline-block;
}

.p-dtl__point__box__wrap {
	background-color: #003288;
	display: flex;
	width: 100%;
}

.p-dtl__point__inner {
	width: 90%;
	margin: 2vw auto 3vw;
}

.p-dtl__point__inner h4 {
	color: #fff;
	font-size: var(--font30);
	margin-bottom: min(30px, 2vw);
	text-align: center;
}

.p-dtl__point__inner ul {
	background-color: #fff;
}

.p-dtl__point__inner ul .wp-block {
	margin: 0;
}

.p-dtl__point__inner ul li {
	padding: min(15px, 1vw);
	font-size: var(--font18);
}

.p-dtl__point__inner ul li:not(:last-child) {
	border-bottom: 1px solid #DDDDDD;
}

@media screen and (min-width: 1600px) {
	.p-dtl__point__box {
		padding-bottom: 80px;
	}

	.p-dtl__point__box::before {
		border-width: 45px 80px 0 80px;
	}

	.p-dtl__point__box::after {
		bottom: 40px;
		width: 45px;
		height: 45px;
	}

	.p-dtl__point__inner {
		margin: 30px auto 50px auto;
	}
}

@media screen and (max-width: 759.98px) {
	.p-dtl__point__box {
		padding-bottom: 10vw;
	}

	.p-dtl__point__box::before {
		border-width: 6.5vw 10vw 0 10vw;
	}

	.p-dtl__point__box::after {
		bottom: 4vw;
		width: 6.5vw;
		height: 8vw;
	}

	.p-dtl__point__inner {
		margin: 4vw auto 6vw;
	}

	.p-dtl__point__inner ul li {
		padding: 1.6vw 2vw;
	}
}

/* ボックス水色 */
.p-dtl__box--sky .p-dtl__point__box__wrap,
.p-dtl__box--sky.p-dtl__point__box::after {
	background-color: #EFF3F7;
}

.p-dtl__box--sky.p-dtl__point__box::before {
	border-color: #EFF3F7 transparent transparent transparent;
}

.p-dtl__box--sky .p-dtl__point__inner h4 {
	color: #003288;
}

/* 中央寄せ */
.p-dtl__alignc__sentence {
	text-align: center;
	margin-bottom: min(30px, 2vw);
}

.p-dtl__alignc__sentence h5 {
	font-size: var(--font24);
	margin-bottom: min(10px, 1vw);
}

@media screen and (max-width: 759.98px) {
	.p-dtl__alignc__sentence h5 {
		font-size: var(--font28);
		margin-bottom: 8vw;
	}
}


/* 背景画像コンテンツ */
.p-dtl__bgimg__wrap {
	width: 100%;
	max-height: 400px;
	margin-top: min(64px, 4vw);
	background: left 65% center / cover no-repeat url("./../images/case/case-bg01.png");
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-dtl__bgimg__txts {
	width: 60%;
	margin: min(80px, 4vw) 0 min(60px, 3vw) min(80px, 4vw);
}

.p-dtl__bgimg__txts h3 {
	font-size: var(--font30);
	color: #3D62AB;
	margin-bottom: min(10px, 1vw);
}

.p-dtl__bgimg__txts p {
	width: 80%;
	margin-bottom: min(20px, 2vw);
}

@media screen and (min-width: 1600px) {
	.p-dtl__point__inner {
		margin: 30px auto 50px;
	}

	.p-dtl__point__inner h4 {
		margin-bottom: 30px;
	}

	.p-dtl__point__inner ul li {
		padding: 15px;
	}
}

@media screen and (max-width: 759.98px) {
	.p-dtl__bgimg__wrap {
		background: center / cover no-repeat url("./../images/case/case-bg02.png");
	}

	.p-dtl__bgimg__wrap {
		max-height: none;
	}

	.p-dtl__bgimg__txts {
		width: 73%;
		margin: 6vw 4vw;
	}

	.p-dtl__bgimg__txts p {
		font-size: var(--font20);
		width: 100%;
		margin: 4vw 0;
	}

	.p-dtl__bgimg__txts h3 {
		font-size: var(--font28);
		margin-bottom: min(20px, 2vw);
	}

	.p-top__case .p-case__article__img {
		aspect-ratio: 1/0.9;
	}
}


/*--------------------------------------
ITトレンド
--------------------------------------*/
.p-trends__article__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: min(60px, 13%) auto;
}

.p-trends__article__inner {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: min(60px, 3.2vw);
}

.p-trends__article__img {
	margin-right: min(30px, 2vw);
	width: 30%;
	text-align: center;
}

.p-trends__article__img img {
	aspect-ratio: 5/3;
	object-fit: cover;
}

.p-trends__article__txts {
	width: 70%;
}

.p-trends__article__date {
	font-size: var(--font16);
	margin-right: min(10px, 1vw);
}

.p-trends__article__txts h3 {
	font-size: var(--font24);
	color: #003288;
	margin: min(10px, 1vw) 0;
}

.p-trends__article__cat__wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: min(15px, 1vw) 0 0 0;
}

.p-trends__article__cat {
	background-color: #003288;
	color: #fff;
	max-width: 150px;
	min-width: 70px;
	max-height: 30px;
	padding: min(8px, 0.3vw) min(18px, 2vw);
	font-size: var(--font14);
	text-align: center;
	margin: 0 min(10px, 1vw) 0 0;
}

@media screen and (max-width: 759.98px) {
	.p-trends__article__inner {
		margin-bottom: 10vw;
		align-items: flex-start;
	}

	.p-trends__article__txts h3 {
		margin: min(5px, 0.5vw) 0;
	}

	.p-trends__article__cat {
		padding: max(0.3vw, 2.5px) 4vw;
		min-width: inherit;
		font-size: var(--font12);
	}
}

/*--------------------------------------
ITトレンド → 詳細ページ
--------------------------------------*/
.p-trends__dtl__row {
	display: flex;
	justify-content: flex-start;
}

/*-- サイド ----------*/
.p-trends__dtl__row__right {
	width: 28%;
}

.p-trends__dtl__row__right__inner {
	width: 82%;
	margin-left: auto;
}

.p-trends__dtl__row__right h4 {
	font-size: var(--font24);
	margin: min(10px, 1vw) 0;
}

.p-trends__dtl__side__author {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-trends__dtl__author__img {
	max-width: 100px;
	width: 8vw;
	margin-right: min(10px, 1vw);
}

.p-trends__dtl__author__plof h5 {
	font-size: var(--font18);
	margin: min(5px, 0.5vw) 0;
}

.p-trends__dtl__sns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #003288;
	font-weight: bold;
	font-size: var(--font18);
}

.p-trends__dtl__sns img {
	max-height: 18px;
}

.p-trends__dtl__sns p {
	margin-left: 4%;
}

.p-trends__dtl__sns:hover {
	cursor: pointer;
}

.p-trends__dtl__article__inner {
	margin: min(10px, 1vw) 0;
}

.p-trends__dtl__article__inner .p-trends__article__img {
	margin-right: min(30px, 2vw);
	width: 100%;
}

.p-trends__dtl__article__inner .p-trends__article__txts {
	width: 100%;
	margin-bottom: min(30px, 2vw);
}

.p-trends__dtl__article__inner .p-trends__article__txts h3 {
	font-size: var(--font16);
	margin: 0;
}

.p-trends__dtl__article__inner .p-trends__article__date {
	font-size: var(--font14);
}

.p-trends__dtl__article__inner .p-trends__article__cat__wrap {
	margin: min(10px, 0.5vw) 0 0 0;
}

.p-trends__dtl__article__inner .p-trends__article__cat {
	font-size: var(--font14);
}

@media screen and (max-width: 759.98px) {
	.p-trends__dtl__row__right {
		display: none;
	}

	.p-trends__dtl__row {
		display: flex;
		flex-direction: row;
	}

	.p-trends__article__img {
		width: 38%;
	}

	.p-trends__article__txts h3 {
		font-size: var(--font20);
	}
}

/*-- メイン ----------*/
.p-trends__dtl__row__left {
	width: 72%;
}

#trends_dtl .c-dtl__title__wrap {
	margin-bottom: min(40px, 2vw);
}

.c-dtl__title__row .p-trends__article__date {
	font-size: var(--font18);
}

.p-dtl__max__img img {
	width: 100%;
}

@media screen and (max-width: 759.98px) {
	.p-trends__dtl__row__left {
		width: 100%;
	}

	#trends_dtl .c-dtl__title__wrap {
		margin-bottom: 5vw;
	}
}

/* リンクボックス */
.p-tdtl__link__box {
	width: 100%;
	margin: min(40px, 4vw) auto;
	padding: 20px 0;
	position: relative;
}

.p-dtl__link__wrap {
	background-color: #EFF3F7;
	padding: min(15px, 1vw) min(40px, 2.5vw);
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.p-dtl__link__wrap p {
	margin-bottom: 0;
}

.p-dtl__link__dl__img {
	width: 10vw;
	max-width: 146px;
	position: absolute;
	left: 0;
	top: 10px;
}

.p-dtl__link__free {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	width: 5vw;
	height: 5vw;
	aspect-ratio: 1/1;
	max-width: 60px;
	max-height: 60px;
	background-color: #EC6C26;
	border-radius: 50%;
	font-size: var(--font16);
	font-weight: bold;
}

.p-dtl__link__wrap > p {
	font-size: var(--font22);
	font-weight: bold;
	margin: 0;
}

.p-dtl__link__wrap .c-color__btn {
	width: 18vw;
	max-width: 275px;
	margin-left: auto;
}

.p-dtl__link__wrap .c-color__btn.c-color__btn--blue {
	margin-left: 0;
}

.p-dtl__link__wrap .c-color__btn p {
	font-size: var(--font20);
}

.p-dtl__link__wrap__dl {
	padding: min(15px, 1vw) min(10px, 2.5vw) min(15px, 1.5vw) min(145px, 11vw);
}

@media screen and (max-width: 999.98px) {
	.p-dtl__link__wrap__dl .c-color__btn {
		width: 14vw;
		min-width: inherit;
	}

	.p-dtl__link__wrap .u-sp__open__br br {
		display: block;
	}

	.p-trends__dtl__article__inner .p-trends__article__txts {
		padding: 0;
	}

	.p-dtl__link__wrap .c-color__btn.c-color__btn--blue {
		margin-left: auto;
	}
}

@media screen and (max-width: 759.98px) {
	.p-dtl__link__wrap {
		flex-direction: column;
		padding: min(30px, 3vw);
	}

	.p-dtl__link__free {
		margin-right: auto;
		width: 11vw;
		height: 11vw;;
		max-width: 80px;
		max-height: 80px;
	}

	.p-dtl__link__dl__img {
		width: 23vw;
		max-width: 176px;
		left: 50%;
		top: -10px;
		transform: translateX(-50%);
	}

	.p-dtl__link__wrap__dl .c-color__btn,
	.p-dtl__link__wrap .c-color__btn {
		width: 60vw;
		max-width: none;
		margin: min(30px, 3vw) auto;
	}

	.p-dtl__link__wrap .c-color__btn p {
		font-size: var(--font16);
	}

	.p-dtl__link__wrap .u-sp__open__br br {
		display: none;
	}
}

/*-- SNSシェア ----------*/
.p-trends__dtl__sns__wrap {
	padding: min(15px, 1.5vw);
	display: grid;
	grid-template-columns: repeat(5, 18%);
	grid-column-gap: 2%;
	justify-content: center;
	margin-top: min(80px, 4vw);
}

.p-trends__dtl__sns__inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 5px;
	padding: min(6%, 12px) 0;
	width: 100%;
}

.p-trends__dtl__sns__img {
	width: 20%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.p-trends__dtl__sns__img img {
	max-width: 20px;
	width: 1vw;
}

.p-trends__dtl__sns__inner p {
	color: #fff;
	font-size: var(--font16);
	font-weight: bold;
	margin: auto;
	text-align: center;
}

.u-icon__facebook {
	background-color: #2E4586;
}

.u-icon__twitter {
	background-color: #1D8EEE;
}

.u-icon__bookmark {
	background-color: #1773BF;
}

.u-icon__line {
	background-color: #17AF03;
}

.u-icon__pocket {
	background-color: #E82745;
}

@media screen and (max-width: 759.98px) {
	.p-trends__dtl__sns__wrap {
		grid-template-columns: repeat(3, 31%);
		grid-row-gap: 2vw;
		padding: 4vw 0;
	}

	.p-trends__dtl__sns__img img {
		max-width: none;
		width: 3.4vw;
	}

	.p-trends__dtl__sns__inner p {
		font-size: var(--font14);
	}
}

/*-- 著者情報 ----------*/
.p-trends__dtl__bottom {
	margin: min(80px, 8vw) auto 0 auto;
}

.p-trends__dtl__bottom h4 {
	font-size: var(--font30);
	margin-bottom: min(30px, 2vw);
}

.p-trends__dtl__main__author {
	display: grid;
	grid-template-rows: auto auto auto;
}

.p-trends__dtl__main__author .p-trends__dtl__author__img {
	width: 30vw;
	max-width: 150px;
	min-width: 115px;
	margin-right: min(40px, 3vw);
	grid-column: 1/2;
	grid-row: 2/4;
}

.p-trends__dtl__author__name {
	grid-column: 1/3;
	margin-bottom: min(20px, 1.6vw);
}

.p-trends__dtl__author__name h5 {
	font-size: var(--font24);
}

.p-trends__dtl__main__author .c-text__nomal {
	font-size: var(--font18);
	grid-column: 2/3;
	grid-row: 2/3;
	height: fit-content;
}

.p-trends__dtl__main__author__sns {
	display: flex;
	align-items: center;
	grid-column: 2/3;
	grid-row: 3/4;
	height: 5vw;
}

.p-trends__dtl__main__author__sns .p-trends__dtl__sns {
	padding-right: 4%;
	height: 100%;
}

@media screen and (max-width: 759.98px) {
	.p-trends__dtl__main__author {
		grid-template-columns: 25vw 6vw 1fr;
	}

	.p-trends__dtl__main__author .p-trends__dtl__author__img {
		grid-column: 1/2;
		grid-row: 1/3;
		max-width: 190px;
		width: 25vw;
		min-width: inherit;
	}

	.p-trends__dtl__author__name {
		grid-column: 3/4;
		margin-bottom: 3vw;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.p-trends__dtl__author__name h5 {
		font-size: var(--font20);
	}

	.p-trends__dtl__main__author .c-text__nomal {
		grid-column: 1/4;
		grid-row: 3/4;
		margin-top: 2vw;
	}

	.p-trends__dtl__main__author__sns {
		grid-column: 3/4;
		grid-row: 2/3;
		margin-bottom: min(20px, 1.6vw);
	}

	.p-trends__dtl__main__author__sns .p-trends__dtl__sns {
		font-size: var(--font16);
		padding-right: 8vw;
	}

	.p-trends__dtl__sns img {
		max-height: 40px;
		width: 4vw;
	}

}

/* --おすすめ関連 ----------*/
.p-trends__dtl__article__wrap {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
	margin-bottom: min(50px, 6%);
}

.p-trends__dtl__article__wrap .p-trends__article__txts {
	margin: min(10px, 2vw) 0 min(30px, 2vw) 0;
}

@media screen and (max-width: 759.98px) {
	.p-trends__dtl__article__wrap {
		display: flex;
		flex-direction: column;
	}

	.p-trends__dtl__article__inner {
		display: flex;
	}

	.p-trends__dtl__article__inner .p-trends__article__img {
		width: 48%;
	}

	.p-trends__dtl__article__wrap .p-trends__article__txts {
		margin-top: 0;
	}
}

/*--------------------------------------
会社情報 → 会社概要
--------------------------------------*/
/* テーブル */
.p-about__table {
	width: 100%;
	text-align: left;
}

.p-about__table th,
.p-about__table td {
	padding: min(30px, 2vw) min(20px, 0.8vw);
	font-size: var(--font18);
}

.p-about__table tr:not(:last-child) th,
.p-about__table tr:not(:last-child) td {
	border-bottom: 1px solid #CCCCCC;
}

.p-about__table th {
	color: #003288;
	width: 15.5vw;
	max-width: 305px;
}

@media screen and (max-width: 999.98px) {
	.p-about__table th {
		width: 20vw;
		max-width: none;
	}
}

@media screen and (max-width: 759.98px) {
	.p-about__table th,
	.p-about__table td {
		display: block;
		text-align: left;
	}

	.p-about__table tr th {
		border-bottom: none !important;
		width: 100%;
		padding: 5vw 1vw 0 1vw;
	}

	.p-about__table tr td {
		padding: 1vw 1vw 5vw 1vw;
	}
}

/*-- 役員一覧 ----------*/
.p-about__oc__img {
	padding: 0 min(80px, 8%) min(80px, 8%) min(80px, 8%);
}

@media screen and (max-width: 759.98px) {
	.p-about__oc__img {
		padding: 0 min(60px, 6%) min(80px, 8%) min(60px, 6%);
	}
}

/*-- お取引先企業 ----------*/
.p-about__circle__list__inner {
	width: 95%;
	margin: min(3vw, 100px) auto 0;
	padding: 0 0 0 min(1vw, 10%);
	display: grid;
	grid-template-rows: repeat(8, 1fr);
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: column;
	justify-content: center;
	align-items: flex-end;
}

.p-about__circle__list__inner li {
	padding: 0vw 0;
}

.p-about__circle__list__inner a {
	font-size: var(--font18);
	font-weight: bold;
	display: flex;
	padding: 2% 0 2% 8%;
	margin: 5px 0 5px 5px;
}

.p-about__circle__list__else {
	text-align: right;
	font-size: var(--font16);
	color: #003288;
}

/*-- お取引先企業変更　20250212 ----------*/

.p-about__circle__list__inner_ver2 {
	width: 95%;
	margin: min(3vw, 100px) auto 0;
	padding: 0 0 0 min(1vw, 10%);
	display: grid;
	grid-template-rows: repeat(7, 1fr);
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: column;
	justify-content: center;
	align-items: flex-end;
}

.p-about__circle__list__inner_ver2 li {
	padding: 0vw 0;
}

.p-about__circle__list__inner_ver2 a {
	font-size: var(--font18);
	font-weight: bold;
	display: flex;
	padding: 2% 0 2% 8%;
	margin: 5px 0 5px 5px;
}

/*--------------------------------------*/

@media screen and (max-width: 759.98px) {
	.p-about__circle__list__inner {
		display: block;
	}

	.p-about__circle__list__inner a {
		margin: 0;
	}

	.p-about__circle__list__else {
		text-align: left;
	}

	.p-about__circle__list__else p {
		padding: 4% 0;
	}


	/*-- お取引先企業変更　20250212 ----------*/

	.p-about__circle__list__inner_ver2 {
		display: block;
	}

	.p-about__circle__list__inner_ver2 a {
		margin: 0;
	}

	/*--------------------------------------*/
}

/*-- アクセス ----------*/
.p-google__map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
	margin: min(60px, 8%) 0 min(2vw, 30px);
}

.p-google__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-about__access {
	font-size: var(--font18);
	background-color: #F9F9F9;
	padding: min(2vw, 30px);
	/* margin-bottom: min(20vw, 180px) */
}

.p-about__access h3 {
	color: #003288;
	margin-bottom: min(1vw, 10px);
}

@media screen and (max-width: 759.98px) {
	.p-google__map {
		padding-top: 70%;
		margin: 5% 0;
	}

	.p-about__access {
		padding: 8%
	}
}

/*--------------------------------------
会社情報 → 社長ごあいさつ
--------------------------------------*/
/*-- 社長ごあいさつ ----------*/
.p-about__grt__wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: min(180px, 20vw);
}

.p-about__grt__img__wrap {
	position: absolute;
	right: 50%;
	top: -5vw;
	max-width: 640px;
	margin-left: min(200px, 10vw)
}

.p-about__grt__img {
	width: 100%;
	text-align: right;
}

.p-about__grt__img__wrap img {
	width: calc(50vw - 80px);
	max-width: 640px;
}

.p-about__grt__img__wrap p {
	margin: min(1vw, 10px) 0 0 min(1vw, 10px);
	font-size: var(--font18);
}

.p-about__grt__wrap .u-bg__blue {
	width: 48%;
	height: 35vw;
	max-height: 560px;
	margin-bottom: max(150px, 8vw);
}

.p-about__grt__txts {
	width: 60%;
	z-index: 1;
	color: #fff;
}

.p-about__grt__txts__wrap {
	max-width: 720px;
	background-color: rgba(0, 50, 136, 0.9);
	padding: min(60px, 5vw) 0;
}

.p-about__grt__txts__inner {
	width: 86%;
	margin: auto;
}

.p-about__grt__txts__inner h3 {
	font-size: var(--font30);
	font-weight: normal;
	margin-bottom: min(40px, 3vw);
}

.p-about__grt__txts__inner > p {
	font-size: var(--font18);
	margin-bottom: min(40px, 3vw);
}

.p-about__grt__txts__sign {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

.p-about__grt__txts__sign p:nth-child(2) {
	font-size: var(--font36);
	margin-left: 6%;
}

@media screen and (min-width: 1600px) {
	.p-about__grt__wrap .u-bg__blue {
		margin-bottom: 136px;
		width: 50%;
	}

	.p-about__grt__img__wrap {
		top: -80px;
	}

	.p-about__grt__txts {
		width: 50%;
	}

	.p-about__grt__txts__wrap {
		position: relative;
		left: -90px;
	}
}

@media screen and (max-width: 999.98px) {
	.p-about__grt__txts {
		width: 100%;
	}

	.p-about__grt__wrap .u-bg__blue {
		width: 70vw;
		margin-bottom: max(150px, 22vw);
	}
}

@media screen and (max-width: 759.98px) {
	.p-about__grt__txts {
		width: 100%;
		margin-top: 6vw;
	}

	.p-about__grt__txts__wrap {
		margin: auto;
		max-width: none;
		width: 90%;
	}

	.p-about__grt__wrap {
		flex-direction: column;
		max-width: 100%;
		margin: 10vw 0;
	}

	.p-about__grt__img__wrap {
		position: static;
		width: 90%;
		margin: auto;
		max-width: none;
	}

	.p-about__grt__img__wrap img {
		max-width: 100%;
		width: 100%;
	}

	.p-about__grt__txts__inner h3 {
		font-size: var(--font42);
		margin-bottom: 5vw;
	}

	.p-about__grt__txts__inner .c-text__nomal br:nth-child(3),
	.p-about__grt__txts__inner .c-text__nomal br:nth-child(8),
	.p-about__grt__txts__inner .c-text__nomal br:nth-child(11),
	.p-about__grt__txts__inner .c-text__nomal br:nth-child(12),
	.p-about__grt__txts__inner .c-text__nomal br:nth-last-child(1),
	.p-about__grt__txts__inner .c-text__nomal br:nth-last-child(2) {
		display: block;
	}
}

/*-- 経営理念 ----------*/
.p-about__philo__wrap {
	position: relative;
}

.p-about__philo__txts {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#about_philosophy .c-sub__main__title h2 {
	margin-bottom: min(20px, 2vw);
}

.p-about__philo__txts p {
	text-align: center;
	font-size: var(--font24);
	line-height: 2.5;
	letter-spacing: 2px;
	margin-top: min(1vw, 10px);
}

@media screen and (max-width: 759.98px) {
	#about_philosophy .c-sub__main__title h2 {
		margin: 0;
	}
}

/*-- 社名の由来 ----------*/
.p-about__name__wrap {
	text-align: center;
	margin-top: min(2vw, 30px);
}

.p-about__name__wrap p {
	font-size: var(--font18);
}

.p-about__name__wrap img {
	width: 30vw;
	max-width: 360px;
}

@media screen and (max-width: 759.98px) {
	.p-about__name__wrap img {
		width: 75vw;
		max-width: none;
	}
}

/*-- 社是 ----------*/
.p-about__motto__row__wrap {
	display: flex;
	justify-content: center;
	text-align: center;
}

.p-about__motto__squ__img {
	width: 25%;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.p-about__motto__squ__img.u-squ1 {
	background: center / 120% 120% no-repeat url("./../images/about/about_motto_img01.png")
}

.p-about__motto__squ__img.u-squ2 {
	background: center / 120% 120% no-repeat url("./../images/about/about_motto_img02.png")
}

.p-about__motto__squ__img.u-squ3 {
	background: center / 120% 120% no-repeat url("./../images/about/about_motto_img03.png")
}

.p-about__motto__squ__img.u-squ4 {
	background: center / 120% 120% no-repeat url("./../images/about/about_motto_img04.png")
}

.p-about__motto__squ__img h3 {
	font-size: var(--font24);
	margin-bottom: 1vw;
}

.p-about__motto__squ__img.u-squ1 h3 {
	color: #911496;
}

.p-about__motto__squ__img.u-squ2 h3 {
	color: #EC6C26;
}

.p-about__motto__squ__img.u-squ3 h3 {
	margin-bottom: 2vw;
	color: #003288;
}

.p-about__motto__squ__img.u-squ4 h3 {
	color: #0B8427;
}

.p-about__motto__squ__img p {
	font-size: var(--font18);
}

@media screen and (max-width: 759.98px) {
	.p-about__motto__row__wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 6vw;
	}

	.p-about__motto__squ__img {
		width: 100%;
	}

	.p-about__motto__squ__img p {
		font-size: var(--font12);
	}

	.p-about__motto__squ__img.u-squ1,
	.p-about__motto__squ__img.u-squ2,
	.p-about__motto__squ__img.u-squ3,
	.p-about__motto__squ__img.u-squ4 {
		background-size: 116% 116%;
	}
}

/*-- 社訓 ----------*/
.p-about__shakunn__row__inner {
	width: 50%;
}

.p-about__shakunn__inline {
	width: 95%;
	margin: auto;
	height: 100%;
}

.p-about__shakunn__line__title {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}

.p-about__shakunn__line__title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	transform: translateY(-50%);
}

.p-about__shakunn__line__title h3 {
	background-color: #fff;
	font-size: var(--font24);
	font-weight: normal;
	inline-size: fit-content;
	position: relative;
	z-index: 1;
	padding: 0 5%;
}

.p-about__shakunn__row__txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.p-about__shakunn__row__txt ul {
	text-align: left;
	font-family: '游教科書体', '游明朝体';
	font-weight: bold;
}

.p-about__shakunn__row__txt ul li {
	margin-bottom: 10%;
	font-size: var(--font22);
}

@media screen and (max-width: 759.98px) {
	#shakunn .p-about__motto__row__wrap {
		display: flex;
		flex-direction: column;
	}

	.p-about__shakunn__row__inner {
		width: 100%;
	}

	.p-about__shakunn__row__txt {
		margin-top: 8vw;
	}

	.p-about__shakunn__row__txt ul li {
		margin-bottom: 6%;
	}
}

/*-- シンボルマーク「達磨」について ----------*/
.p-about__mark__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-about__mark__img {
	width: 50%;
	text-align: center;
}

.p-about__mark__img img {
	width: 30vw;
	max-width: 500px;
}

.p-about__mark__right {
	width: 50%;
	padding: min(2vw, 30px);
}

.p-about__mark__right .c-sub__main__title h2 {
	text-align: left;
}

.p-about__mark__right p {
	font-size: var(--font18);
	text-align: center;
	margin-top: min(2vw, 30px);
}

@media screen and (max-width: 759.98px) {
	.p-about__mark__wrap {
		flex-direction: column-reverse;
	}

	.p-about__mark__img,
	.p-about__mark__right {
		width: 100%;
	}

	.p-about__mark__right .c-sub__main__title h2 {
		text-align: center;
	}

	.p-about__mark__img img {
		max-width: none;
		width: 100%;
	}

	.p-about__philo__txts p,
	.p-about__grt__txts__inner > p,
	.p-about__name__wrap p,
	.p-about__mark__right p {
		font-size: var(--font16);
	}
}

/*--------------------------------------
お知らせ
--------------------------------------*/
.p-info__list__wrap {
	margin: min(60px, 13%) auto min(30px, 6%) auto;
}

@media screen and (max-width: 759.98px) {
	.p-info__article__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.p-info__article__cat {
		margin: 0 4%;
		padding: max(0.3vw, 2.5px) 2vw;
		min-width: max(23vw, 100px);
	}

	.p-info__article__sp__wrap {
		padding-bottom: min(2%, 24px);
		width: 100%;
	}

	.p-info__article__date {
		font-size: var(--font14);
	}
}

/*--------------------------------------
お知らせ → 詳細ページ
--------------------------------------*/
.p-topics__dtl__wrap {
	border-bottom: 1px solid #CCCCCC;
}

.p-topics__dtl__wrap .p-info__article__date {
	color: #222222;
}

.p-topics__dtl__wrap .c-nomal__sentence {
	margin-bottom: min(40px, 2vw);
}

.p-dtl__img__row__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: min(40px, 2vw);
}

.p-dtl__img__row__wrap img {
	width: 48%;
}

.p-dtl__img__row__wrap img:not(:last-child) {
	margin: 0 4% 0 0;
}

.p-topics__dtl__aside {
	margin: min(20px, 2vw) auto min(60px, 4vw);
}

.p-topics__dtl__aside h3 {
	font-size: var(--font24);
	color: #003288;
	margin-bottom: min(20px, 1vw);
}

.p-topics__dtl__aside p {
	margin-bottom: min(10px, 0.5vw);
}

.p-topics__dtl__aside a {
	font-size: var(--font18);
	text-decoration: underline;
}

@media screen and (max-width: 759.98px) {
	/* html, body {
		overflow-x: hidden;
	} */

	.p-dtl__img__row__wrap {
		flex-direction: column;
		margin-bottom: 4%;
	}

	.p-dtl__img__row__wrap img {
		margin: 2% 0 !important;
		width: 100%;
	}

	.p-topics__dtl__aside {
		margin: 4% 0 8% 0;
	}
}

/*--------------------------------------
採用情報
--------------------------------------*/

/* 青背景横並び */
.p-rec__ovl__img__possition {
	margin: min(120px, 10%) 0 calc(6vw + 2vw) 0;
}

.p-rec__ovl__img__possition .c-overlap__img,
.p-rec__ovl__img__possition .c-overlap__reserve__img {
	bottom: -2vw;
}

.c-overlap__img video {
	width: 39vw;
	height: 100%;
	max-width: 615px;
}

@media screen and (min-width: 1600px) {
	.p-rec__ovl__img__possition {
		margin: 120px 0 calc(100px + 32px) 0;
	}

	.p-rec__ovl__img__possition .c-overlap__img,
	.p-rec__ovl__img__possition .c-overlap__reserve__img {
		bottom: -32px;
	}
}

@media screen and (max-width: 759.98px) {
	.c-overlap__img video,
	.c-overlap__reserve__img video {
		max-width: none;
		width: 92%;
	}
}


/*-- 一緒に働く仲間たち ----------*/
.p-rec__member__wrap {
	margin: min(54px, 5%) 0;
}

.p-rec__member__wrap > p {
	font-size: var(--font18);
}

.p-rec__row__wrap {
	margin: min(54px, 5%) 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.p-rec__row__inner {
	width: 100%;
}

.p-rec__row__inner img {
	object-fit: cover;
	width: 100%;
}

.p-rec__row__inner:not(:last-child) {
	margin-right: 3%;
}

.p-rec__row__txts h5 {
	margin: min(20px, 5%) 0;
	font-size: var(--font22);
	font-weight: bold;
}

.p-rec__row__txts h4 {
	margin: min(20px, 5%) 0;
	font-size: var(--font24);
	font-weight: bold;
}

.p-rec__row__txts .c-button__circle__wrap {
	margin-top: min(40px, 2.5vw);
}

@media screen and (max-width: 759.98px) {
	.p-rec__row__wrap {
		flex-direction: column;
		margin: 10vw 0 0 0;
	}

	.p-rec__row__txts,
	.rec_row_img {
		width: 100%;
		margin: auto;
	}

	.p-rec__row__txts h5 {
		margin: 2% 0;
	}

	.p-rec__row__inner:not(:last-child) {
		margin-right: 0;
		margin-bottom: 6vw;
	}

	.p-rec__row__inner img {
		aspect-ratio: 325/120;
	}

	#rec_news .c-button__circle__wrap.u-button__right {
		justify-content: center;
	}
}

/*--------------------------------------
採用情報 → 中途採用
--------------------------------------*/
/*-- 採用担当からのメッセージ ----------*/
.p-career_desc_contact {
	margin-top: min(60px, 4%);
}

#career_description .c-sub__main__title h2,
#career_massage .c-sub__main__title h2 {
	margin-bottom: min(40px, 4%);
}

.p-rec__career__txt {
	font-size: var(--font18);
}

.p-career__desc-tab {
	display: none;
}

.p-career__desc-tab.is-current {
	display: block;
}

/*-- 募集要項 ----------*/
.p-career__desc__blue__wrap {
	background-color: #EFF3F7;
	display: grid;
	grid-column-gap: 5%;
	grid-template-columns: 35% 35%;
	justify-content: center;
	padding: min(10%, 40px) 0 min(5%, 20px) 0;
	margin-bottom: min(50px, 4%);
}

.p-career__desc__txt {
	font-size: var(--font18);
	text-align: center;
	background-color: #fff;
	box-shadow: 0 min(5px, 0.3vw) 0px 2px #dddddd;
	padding: min(5%, 20px);
	margin: 0 0 min(5%, 20px) 0;
	color: #003288;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
	transition: all 0.3s
}

.p-career__desc__txt::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.5vw;
	border-style: solid;
	border-width: 5px;
	border-color: #003288 transparent transparent transparent;
	transform: translateY(-50%);
}

.p-career__desc__txt.is-current,
.p-career__desc__txt:hover {
	opacity: 1;
	color: #fff;
	background-color: #003288;
}

.p-career__desc__txt:hover::before {
	border-color: #fff transparent transparent transparent;
}

.p-career__desc__table__wrap h3 {
	font-weight: bold;
	font-size: var(--font30);
	margin-bottom: min(50px, 4%);
}

@media screen and (max-width: 759.98px) {
	.p-career__desc__blue__wrap {
		display: flex;
		flex-direction: column;
		margin-bottom: 10%;
		padding: 6% 0 3% 0;
	}

	.p-career__desc__txt {
		width: 76%;
		margin: 0 auto 3% auto;
		padding: 2.5%;
	}

	.p-career__desc__txt::before {
		right: 10%;
	}
}

/* テーブル */
.p-career__desc__table {
	font-size: var(--font18);
	width: 100%;
	border-collapse: collapse;
}

.p-career__desc__table th {
	color: #003288;
	width: 12vw;
	max-width: 200px;
	vertical-align: top;
	text-align: left;
	padding: min(30px, 3%) 0 min(30px, 3%) min(20px, 2%);
}

.p-career__desc__table td {
	padding: min(30px, 3%) min(20px, 2%);
}

.p-career__desc__table tr:nth-child(even) th,
.p-career__desc__table tr:nth-child(even) td {
	background-color: #F9F9F9;
}

.p-career__desc__table th,
.p-career__desc__table td {
	border-bottom: 1px solid #D5D5D5;
}

.p-desc__table__square__list li:not(:last-child) {
	margin-bottom: min(40px, 5%);
}

@media screen and (max-width: 759.98px) {
	.p-career__desc__table th,
	.p-career__desc__table td {
		max-width: none;
	}

	.p-career__desc__table th {
		width: 21vw;
	}

	.p-career__desc__table td {
		padding: 3% 5%;
	}
}

/* 連絡先・ご応募 */
.c-sub__contact__row__wrap {
	display: flex;
	justify-content: center;
	padding: min(10%, 40px);
}

.c-sub__contact__row__wrap h4 {
	font-weight: bold;
	font-size: var(--font24);
	color: #003288;
	margin-bottom: min(20px, 2%);
}

.c-sub__contact__row {
	width: 45%;
}

.c-sub__contact__row p {
	font-size: var(--font18);
}

#career_desc_contact {

}

#career_desc_contact .c-sub__contact__row__wrap {
	margin-bottom: min(50px, 4%);
}

#career_desc_contact .c-sub__contact__row p {
	font-weight: bold;
}

.p-career__desc__entry {
	width: 45%;
	margin-left: min(10%, 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.p-career__desc__entry > p {
	margin-bottom: min(20px, 2%);
}

.p-career__desc__entry .c-color__btn {
	margin: auto;
	font-size: var(--font18);
}

@media screen and (max-width: 759.98px) {
	.p-career_desc_contact {
		margin-top: 10%;
	}

	.c-sub__contact__row__wrap {
		flex-direction: column;
	}

	.c-sub__contact__row,
	.p-career__desc__entry {
		width: 100%;
		margin: auto;
	}

	.c-sub__contact__row {
		margin-bottom: 6%;
	}

	.p-career__desc__entry > p {
		margin-bottom: 5%;
	}

	.p-career__desc__entry .c-color__btn p {
		font-size: var(--font28);
	}

}

/*--------------------------------------
プライバシーポリシー
--------------------------------------*/
.c-privacy__nomal__sentence h4 {
	margin-bottom: min(40px, 2vw);
}

.c-privacy__nomal__sentence > p {
	font-size: var(--font18);
	margin-bottom: min(40px, 2vw);
}

.c-privacy__nomal__sentence li {
	font-size: var(--font18);
}

.c-list__style__num {
	padding-inline-start: 24px;
}

.c-list__style__num > li {
	list-style: decimal !important;
	padding-inline-start: 12px;
	margin-bottom: min(15px, 2%);
}

.c-list__indent {
	padding-inline-start: 20px;
	margin: min(15px, 2%) 0 min(30px, 4%) 0;
}

.c-list__indent > li {
	text-indent: -1em;
}

.c-list__indent > li > ul {
	padding-inline-start: 20px;
	margin: min(15px, 2%) 0;
}

.c-list__indent > li > ul > li {
	text-indent: -1em;
}

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

.u-txt__align__right p {
	margin-bottom: min(20px, 3%);
}

@media screen and (max-width: 759.98px) {
	.c-list__style__num {
		margin-top: 8%;
	}
}

/* テーブル */
.p-privacy__table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--font18);
	margin: min(30px, 4%) 0;
}

.p-privacy__table,
.p-privacy__table th,
.p-privacy__table td {
	border: 1px solid #CCCCCC;
}

.p-privacy__table th {
	width: 33.33333%;
	background-color: #EFF3F7;
	color: #003288;
	text-align: center;
	padding: min(20px, 2%);
}

.p-privacy__table td {
	padding: min(20px, 2%);
}

.p-privacy__table2 th:nth-child(2) {
	width: auto;
}

/* 青背景 */
.p-privacy__contact__wrap {
	padding: min(30px, 3%);
	font-size: var(--font18);
}

.p-privacy__contact__wrap h5 {
	color: #003288;
}

.p-privacy__mark__row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-privacy__mark__row img {
	max-width: 166px;
	width: 11vw;
	margin-left: min(56px, 5%);
}

.p-privacy__mark__row p {
	font-size: var(--font18);
	margin-left: min(56px, 5%);
}

@media screen and (max-width: 759.98px) {
	.c-privacy__nomal__sentence h4 {
		margin-bottom: 5%;
	}

	.c-list__style__num > li {
		margin-bottom: 5%;
	}

	.p-privacy__mark__row {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.p-privacy__mark__row img {
		margin-left: 0;
		width: 22vw;
		max-width: none;
	}
}

/*--------------------------------------
サービス
--------------------------------------*/
.p-services__wrap {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
}

.p-services__grid {
	margin-bottom: min(3vw, 50px);
}

.p-services__grid h3 {
	font-size: var(--font24);
	color: #003288;
	margin: 2% 0 1% 0;
}

.p-services__grid p {
	font-size: var(--font16);
}

.p-services__grid .editable {
	margin-bottom: 0;
}

@media screen and (max-width: 759.98px) {
	.p-services__wrap {
		display: flex;
		flex-direction: column;
	}

	.p-services__grid {
		margin-bottom: 8vw;
	}

	.p-services__grid h3 {
		font-size: var(--font28);
	}
}

/*--------------------------------------
サービス → ITエンジニアリング
--------------------------------------*/
#svc_dtl .c-sub__main__title h1 {
	margin-bottom: min(40px, 4%);
}

.p-svc__row__wrap {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
	margin-bottom: 4%;
}

.p-svc__row__wrap > .wp-block {
	margin: 0
}

.l-services .wp-block-columns {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 0 0 80px;
	gap: 4%;
}

/* 12/15佐藤追記 */
.l-services .wp-block-columns.security{
	padding-left: 0;
}

.security.grid{
	grid-template-columns: 100%;
}
/* ここまで */

.l-services .wp-block-columns .l-sec__maxwidth {
	padding: 0;
	margin: 0;
}

.l-services .wp-block-columns .l-sub__section__wrap {
	width: auto;
	margin: 0;
}

/* 12/15佐藤追記 */
.l-sub__section__wrap.security .p-services__wrap{
	width: 95%;
	margin: 30px auto 0 auto;
}

.l-sub__section__wrap.security.solution_text{
	margin: 30px 30px 0 30px;
}

/* .l-services .wp-block-columns .l-sub__section__wrap{
	margin: 0 30px;
} */

.l-sub__section__wrap.security.solution_text{
	margin: 30px 30px;
}
/* ここまで */





/* 1/6富樫追記（イノベページ） サービス導入ステップを縦並びに*/

/* 四角の全体を囲う要素 */
.SFA_svc_introduction_step .p-svc__flow__wrap {
	/* 要素を縦並びに */
	flex-direction: column;
	/* 要素を画面中央に */
	align-items: center;
}

/* 各四角を囲う要素 */
.SFA_svc_introduction_step .p-svc__flow__inner {
	/* 枠線の幅を広くするため上書き */
	width: 40vw;
	/* 枠線の最大幅を広くするため上書き */
	max-width: 1000px;
	/* 各四角の上下に余白を追加 */
	padding: 1vw 0;
}

/* 各四角の中の要素 */
.SFA_svc_introduction_step .p-svc__flow__border {
	/* 最小高さを自動に上書き */
	min-height: auto;
}

/* 四角内の文字 */
.SFA_svc_introduction_step .p-svc__flow__border p {
	/* 縦書きの設定を上書き */
	writing-mode: horizontal-tb;
	/* 幅が一文字のみの指定だったため上書き */
	width: auto;
	/* 縦書き用の文字の制御を初期値(mixed)に */
	text-orientation: mixed;
	font-size: 16px;
}

/* 矢印の四角 */
.SFA_svc_introduction_step .p-svc__flow__wrap > .wp-block:not(:last-child)::before, 
.SFA_svc_introduction_step .p-svc__flow__inner:not(:last-child)::before {
	top: 100%;
    right: 48%;
    border-width: min(9px) min(11px) 0 min(9px);
    border-color: #003288 transparent transparent transparent;
}

@media screen and (max-width: 999.98px) {
	.SFA_svc_introduction_step .p-svc__flow__wrap > .wp-block:not(:last-child)::before, 
	.SFA_svc_introduction_step .p-svc__flow__inner:not(:last-child)::before {
		transform: none;
		border-width: min(8px) min(9px) 0 min(8px);
        top: 93%;
        right: 48%;
	}
}

@media screen and (max-width: 759.98px) {
	.SFA_svc_introduction_step .p-svc__flow__inner {
		width: 68vw;
		max-width: 500px;
        min-width: inherit;
        padding: 4vw 0;
	}

	.SFA_svc_introduction_step .p-svc__flow__inner p {
		font-size: 26px;
	}

	.SFA_svc_introduction_step .p-svc__flow__wrap > .wp-block:not(:last-child)::before, 
	.SFA_svc_introduction_step .p-svc__flow__inner:not(:last-child)::before {
		transform: none;
		top: 96%;
        right: 46%;
	}
}

@media screen and (max-width: 499.98px) {
	.SFA_svc_introduction_step .p-svc__flow__inner p {
		font-size: 16px;
	}
}
/* ここまで */




/* 1/7富樫追記（イノベページ） 部署説明部分のフォント修正*/

/* 部署名部分 */
.innovation_introduce .c-sub__center__title h3 {
	text-align: left;
    font-weight: normal;
}

/* 画面下の部署紹介のサブタイトル部分 */
.innovation_introduce .inv_subtitle {
	font-size: 1.5em;
    font-weight: bold;
}

/* 説明部分 */
.innovation_introduce .inv_explain { 
	margin-block-start: 1em;
    font-size: var(--font22);
}

@media screen and (max-width: 759.98px) {
	.innovation_introduce .inv_subtitle {
		font-size: 1em;
	}
}
/* ここまで */


/* 1/7富樫追記（イノベページ） サービスステップの図*/
.inv_service_step_colums {
	align-items: center;
	max-width: 1280px;
	margin-top: 2vw;
    display: flex;
	column-gap: 70px;
	margin-bottom: 20px;
}

.service_step_colum {
	position: relative;
}

.service_step_number_block {
	background-color: #EFF3F7;
	border: 2px solid #AAAAA9;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 30%;
    margin-left: 2%;
}

.service_step_number_text {
	font-size: var(--font24);
	font-weight: bold;
	color: #003288;
}

.service_step_title_block {
	background-color: #FFFFFF;
	border: 2px solid #AAAAA9;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 190px;
	margin-top: -2px;
}

.service_step_title_text p {
	font-weight: bold;
	text-align: center;
	font-size: var(--font24);
	color: #003288;
}


.service_step_explain_block {
	background-color: #FFFFFF;
	border: 2px solid #AAAAA9;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 205px;
	margin-top: 4px;
}

.service_step_explain_text {
	margin: 2%;
}

.service_step_explain_text p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #333333;
	font-size: var(--font16);
	text-align: center;
}


.service_step_colum:not(:last-child)::before {
	position: absolute;
    content: '';
	top: 50%;
	right: -56px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: min(30px) 0 min(30px) min(33px);
    border-color: transparent transparent transparent #003288;
    display: inline-block;
}


@media screen and (max-width: 759.98px) {
	.inv_service_step_colums {
		flex-direction: column;
	}

	.service_step_colum {
		margin-bottom: 70px;
	}

	.service_step_number_block {
		width: 135px;
		height: 34px;
	}

	.service_step_number_text {
		font-size: 16px;
	}

	.service_step_title_block {
		width: 332px;
    	height: 126px;
	}
	
	.service_step_title_text p {
		font-size: 20px;
	}

	.service_step_explain_block {
		width: 332px;
    	height: 175px;
	}
	
	.service_step_explain_text {
	}

	.service_step_explain_text p {
		font-size: 14px;
	}

	.service_step_colum:not(:last-child)::before {
		top: 110%;
        right: auto;
        left: 42%;
		border-width: min(30px) min(33px) 0 min(30px);
        border-color: #003288 transparent transparent transparent;
	}

}

/* ここまで */


/* 1/9富樫追記（イノベページ） 「業務における課題」部分*/

/* 「業務における課題」部分の幅 */
.inv_service_problem_block {
	width: 80%;
	display: flex;
    justify-content: center;
	flex-direction: column;
	width: 80%;
    background-color: #EFF3F7;
	padding: 29px 0;
	margin: 40px 0;
}

.inv_service_problem_wrap {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .inv_service_problem_title_area {
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

.inv_service_problem_title_area p {
	color: #003288;
    font-size:24px;
	font-weight: bold;
} */

.inv_service_problem_explain_area {
	width: 90%;
	margin:0 auto
}

.inv_service_problem_each_explain {
	display: flex;
}

.inv_service_problem_each_explain:not(:last-child) {
	margin-bottom: 22px;
}

.inv_service_problem_explain_number {
	width: 62px;
}

.inv_service_problem_explain_number p {
	color: #003288;
    font-weight: bold;
	font-size: 16px;
}

.inv_service_problem_explain_main {
	font-size: 16px;
}

.inv_service_problem_explain_main span {
	font-weight: bold;
}

@media screen and (max-width: 999.98px) {
	.inv_service_problem_block {
		padding: 19px 0;
		margin: 30px 0;
	}

	/* .inv_service_problem_title_area {
    margin-bottom: 17px;
	}

	.inv_service_problem_title_area p {
    	font-size: 17px;
	} */

	.inv_service_problem_explain_number {
		width: 40px;
	}

	.inv_service_problem_explain_number p {
		font-size: 10px;
	}

	.inv_service_problem_explain_main {
		font-size: 10px;
	}
}

@media screen and (max-width: 759.98px) {
	.inv_service_problem_block {
		width: 100%;
		margin: 20px 0;
	}

	/* .inv_service_problem_title_area p {
		font-size: 18px;
	} */

	.inv_service_problem_each_explain {
		flex-direction: column;
	}

	.inv_service_problem_explain_number p {
		font-size: 15px;
	}

	.inv_service_problem_explain_main {
		font-size: 15px;
	}
}

/* ここまで */


/* 1/19富樫追記（イノベページ） 「サービス紹介」と「期待される導入効果」部分の画像の高さを揃える*/
.inv_service_introduction .wp-block-tokai-service-outline-item,
.inv_dounyuukouka_section .wp-block-tokai-service-outline-item {
	display: grid;
    grid-template-rows: auto 1fr auto;
}
/* ここまで */


/* 1/13富樫追記（イノベページ） 資料ダウンロード部分*/
.inv_section_title {
	text-align: center;
    font-size: 30px;
	font-weight: bold;
    margin-bottom: 40px;
}

.inv_download_wrap {
	display: flex;
    justify-content: center;
}

.inv_download_column {
	background-color: #EFF3F7;
	width: 614px;
}

.inv_download_main {
	padding: 50px 0 86px;
	margin: 0 61px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inv_download_main img {
	width: 393px;
	margin: 0 49px;
}

.inv_download_title {
	color: #003288;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0;
}

.inv_download_button {
	background-color: #003288;
	width: 163px;
    height: 36px;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
	font-size: 17px;
}

@media screen and (max-width: 999.98px) {
	.inv_section_title {
		font-size: 21px;
	}
}

@media screen and (max-width: 759.98px) {
	.inv_section_title {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.inv_download_main {
		padding: 24px 0 43px;
	}
	
	.inv_download_title {
    	font-size: 14px;
		padding: 10px;
	}

	.inv_download_button {
		font-size: 15px;
		width: 113px;
        height: 26px;
	}
}
/* ここまで */


/* 1/15富樫追記（イノベサンクスページ）*/
.inv_thanks_page .c-sub__contact__row__wrap {
	display: flex;
    flex-direction: column;
}

.inv_thanks_page .inv_home_link {
	color: #003288;
    text-decoration: underline;
	margin: 15px 0 0 0;
}

.inv_thanks_page .l-top__alinc__wrap {
	display: none;
}

.inv_thanks_page .sp-br {
	display: none;
}

@media screen and (max-width: 759.98px) { 
	.inv_thanks_page .sp-br { 
		display: block;
	}
}

/* ここまで */

@media screen and (max-width: 759.98px) {
	.l-services .wp-block-columns {
		padding: 0;
		width: 90%;
		gap: 4%;
	}

	.l-services .c-font__nomal {
		font-size: var(--font18) !important;
	}

	.p-svc__row__wrap {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	/* 12/15佐藤追記 */
	.l-services .wp-block-columns .l-sub__section__wrap{
		margin: 0;
	}
}

/*-- 課題・解決 ----------*/
.p-svc__solv__row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-svc__solv__row > [data-type="tokai/service-before"],
.p-svc__solv__row > [data-type="tokai/service-after"] {
	width: 44%;
}

.p-svc__solv__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 44%;
	padding: min(2vw, 32px) 0 min(3vw, 48px) 0;
}

.p-svc__solv__row > [data-type="tokai/service-after"] > .p-svc__solv__inner,
.p-svc__solv__row > [data-type="tokai/service-before"] > .p-svc__solv__inner {
	width: auto;
}

.p-svc__solv__inner h3 {
	color: #003288;
	font-size: var(--font24);
	margin-bottom: min(1.8vw, 28px);
}

.p-svc__solv__inner ul {
	width: 90%;
	margin: auto;
}

.p-svc__solv__inner ul li {
	display: flex;
	align-items: flex-start;
	margin: 0;
}

.p-svc__solv__inner ul li:not(:last-child) {
	margin-bottom: min(1.5vw, 24px);
}

.p-svc__solv__inner ul li span {
	color: #003288;
	font-weight: bold;
	width: min(4.3vw, 68px);
	flex-shrink: 0;
}

.p-svc__solv__inner ul li p {
	margin: 0;
}

.p-svc__solv__row > [data-type="tokai/service-before-after-arrow"] {
	width: 10%;
	margin: 0 min(1vw, 10px);
}

.p-svc__solv__row > [data-type="tokai/service-before-after-arrow"] > .p-svc__solv__arrow {
	width: 100%;
	margin: 0;
}

.p-svc__solv__arrow {
	width: 10%;
	margin: 0 min(1vw, 10px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.p-svc__solv__arrow::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: min(80px, 5vw) 0 min(80px, 5vw) min(50px, 4vw);
	border-color: transparent transparent transparent #EC6C26;
	display: inline-block;
}

.p-svc__solv__arrow::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: min(6vw, 90px);
	width: 5.8vw;
	max-width: 92px;
	background-color: #EC6C26;
	display: inline-block;
}

.p-svc__solv__arrow p {
	position: relative;
	z-index: 1;
	font-size: var(--font20);
	color: #fff;
	font-weight: bold;
	padding: min(1vw, 12px) min(1vw, 12px) min(1vw, 12px) 0;
	text-align: center;
}

@media screen and (max-width: 759.98px) {
	.p-svc__solv__row {
		flex-direction: column;
	}

	.p-svc__solv__row > [data-type="tokai/service-before"],
	.p-svc__solv__row > [data-type="tokai/service-after"] {
		width: 100%;
	}

	.p-svc__solv__inner {
		width: 100%;
		padding: 6vw 0;
	}

	.p-svc__solv__inner h3 {
		font-size: var(--font28);
	}

	.p-svc__solv__inner ul li {
		display: block;
	}

	.p-svc__solv__inner ul li span {
		margin-bottom: 2vw;
	}

	.p-svc__solv__row > [data-type="tokai/service-before"] {
		width: 28vw;
	}

	.p-svc__solv__row > [data-type="tokai/service-before"] > .p-svc__solv__arrow {
		width: auto;
	}

	.p-svc__solv__arrow {
		max-width: 213px;
		width: 28vw;
		height: 22vw;
		max-height: 162px;
		margin: 5vw auto;
	}

	.p-svc__solv__arrow p {
		padding: 0 0 1vw 0;
	}

	.p-svc__solv__arrow::before {
		top: auto;
		bottom: 0;
		right: 50%;
		max-width: 408px;
		transform: translateX(50%);
		border-width: 10vw 27vw 0 27vw;
		border-color: #EC6C26 transparent transparent transparent;
	}

	.p-svc__solv__arrow::after {
		max-width: 213px;
		width: 28vw;
		max-height: 115px;
		height: 16vw;
		top: 0;
		transform: translate(0, 0);
	}
}

/*-- サービス概要 ----------*/
.p-svc__outline__wrap {
	display: grid;
	grid-template-columns: repeat(3, 31%);
	grid-column-gap: 3.5%;
}

.p-svc__outline__wrap > .wp-block {
	margin: 0;
}

.p-svc__outline__grid p {
	margin: 4% 0 8% 0;
}

.p-svc__outline__img img {
	width: 100%;
}

@media screen and (max-width: 759.98px) {
	.p-svc__outline__wrap {
		display: block;
	}

	.p-svc__outline__grid p {
		margin: 2vw 0;
	}

	.p-svc__outline__img {
		margin: 2vw 0 5vw 0;
	}
}

/*-- サービスの特徴・導入効果 ----------*/
.p-svc__feat__txt__wrap {
	margin: 4% 0 8% 0;
}

@media screen and (max-width: 759.98px) {
	.p-svc__feat__txt__wrap {
		margin: 3vw 0;
	}
}

/*-- 技術者の紹介/機能・仕様 ----------*/
.p-svc__intro__inner {
	border: 1px solid #CCCCCC;
	padding: min(2vw, 20px);
	border-radius: 5px;
}

.p-svc__intro__inner p {
	font-size: var(--font18);
}

.p-svc__intro__row__wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-height: min(54px, 3.53vw);
	min-height: 33px;
}

.c-more__btn__wrap {
	overflow: hidden;
	transition: all 0.8s;
}

.c-more__btn__wrap.is-open {
	max-height: calc(var(--max-height) + 10vw);
}

.p-svc__intro__inner .c-sub__blue__title {
	width: 22%;
	padding-right: min(1.5vw, 15px);
}

.p-svc__intro__row {
	display: flex;
	justify-content: space-between;
	width: 78%;
}

.p-svc__intro__txt {
	width: 95%;
	margin-bottom: 0;
}

@media screen and (max-width: 759.98px) {
	.p-svc__intro__row__wrap {
		flex-direction: column;
		max-height: 18vw;
	}

	.p-svc__intro__inner .c-sub__blue__title {
		width: 76vw;
	}

	.p-svc__intro__inner .c-sub__blue__title h5 {
		font-size: var(--font20);
	}

	.p-svc__intro__row {
		width: 100%;
	}

	.p-svc__intro__txt {
		width: 100%;
	}
}

/*-- よくあるご質問 ----------*/
.p-svc__qa__inner {
	margin-bottom: 4%;
}

.p-svc__qa__txt {
	position: relative;
	padding: 1% 1% 1% min(6vw, 96px);
	margin-top: 1%;
}

.p-svc__qa__another {
	display: flex;
	flex-direction: column-reverse;
}

.p-svc__qestion p {
	color: #003288;
	font-weight: bold;
	font-size: var(--font22);
	margin: 0;
}

.p-svc__qestion::before {
	position: absolute;
	content: 'Q';
	width: min(4vw, 50px);
	height: min(4vw, 50px);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #EFF3F7;
	color: #003288;
	font-size: var(--font30);
	border-radius: 50%;
}

.p-svc__answer {
	background-color: #F9F9F9;
}

.p-svc__answer p {
	margin: 0;
}

.p-svc__answer::before {
	position: absolute;
	content: 'A';
	width: min(3vw, 35px);
	height: min(3vw, 35px);
	top: min(1vw, 14px);
	left: min(1vw, 14px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #003288;
	color: #fff;
	font-size: var(--font22);
	border-radius: 50%;
}

.p-svc__more__btn__wrap {
	justify-content: center;
}

.p-svc__more__btn__wrap p {
	font-size: var(--font16);
	font-weight: bold;
	color: #003288;
	margin-left: 2%;
}

.p-svc__more__btn__wrap .c-more__btn {
	width: 4vw;
	max-width: 40px;
	height: 4vw;
	max-height: 40px;
}

@media screen and (max-width: 759.98px) {
	.p-svc__more__btn__wrap .c-more__btn {
		width: 10vw;
		max-width: 70px;
		height: 10vw;
		max-height: 70px;
	}

	.p-svc__more__btn__wrap p {
		font-size: var(--font18);
	}

	.p-svc__qa__txt {
		padding: 3vw 2vw 2vw 12vw;
	}

	.p-svc__qestion::before {
		width: 9vw;
		height: 9vw;
		top: 1vw;
		transform: translate(0, 0);
	}

	.p-svc__answer::before {
		width: 7vw;
		height: 7vw;
		top: 4vw;
		left: 2vw;
	}
}

/* 関連リンク */
.p-svc__list__inner li {
	display: flex;
	flex-direction: column;
	font-size: var(--font18);
}

#svc_link_dl .c-circle__link__txt {
	text-decoration: underline;
	inline-size: fit-content;
	padding: min(0.3vw, 3px) min(1vw, 10px) min(0.3vw, 3px) min(3vw, 48px);
}

@media screen and (max-width: 759.98px) {
	#svc_link_dl .c-sub__center__title h3 {
		text-align: left;
	}

	#svc_link_dl .p-svc__list__inner {
		margin-bottom: 10vw;
	}

	#svc_link_dl .c-circle__link__txt {
		padding: 1vw 6vw;
	}
}

/* 資料ダウンロード */
#svc_link_dl .c-dl__column .c-color__btn p {
	font-size: var(--font16);
}

@media screen and (max-width: 759.98px) {
	.p-svc__row__wrap > div:not(:last-child) {
		margin-bottom: 4vw;
	}

	#svc_link_dl .c-dl__column {
		margin: 6vw 0;
	}

	#svc_link_dl .c-dl__column img {
		width: 50%;
	}

	#svc_link_dl .c-dl__column h4 {
		font-size: var(--font20);
	}

	#svc_link_dl .c-dl__column .c-color__btn {
		width: 70vw;
	}
}

/* サービスの導入の流れ */
.p-svc__flow__wrap {
	display: flex;
	justify-content: center;
	padding: 5% 0;
}

.p-svc__flow__wrap > .wp-block {
	padding: 0;
	margin: 0;
}

.p-svc__flow__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 3vw;
	max-width: 50px;
	min-width: 30px;
	padding: 0 min(4vw, 40px);
	position: relative;
}

.p-svc__flow__wrap > .wp-block:not(:last-child)::before,
.p-svc__flow__inner:not(:last-child)::before {
	position: absolute;
	content: '';
	top: 50%;
	right: min(-5px, -0.5vw);
	transform: translateY(-50%);
	border-style: solid;
	border-width: min(9px, 9vw) 0 min(9px, 9vw) min(11px, 1.1vw);
	border-color: transparent transparent transparent #003288;
	display: inline-block;
}

.p-svc__flow__wrap > .wp-block:last-child .p-svc__flow__inner .p-svc__flow__border,
.p-svc__flow__wrap > .p-svc__flow__inner:last-child .p-svc__flow__border {
	border: solid 2px #EC6C26;
	color: #EC6C26;
}

.p-svc__flow__border {
	width: 100%;
	min-height: 19vw;
	max-height: 300px;
	border: solid 2px #003288;
	color: #003288;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-svc__flow__border p {
	font-size: var(--font14);
	font-weight: bold;
	padding: min(1vw, 16px);
	width: min(1vw, 16px);
	margin: auto;
	line-height: 1;
	letter-spacing: 3px;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

@media screen and (max-width: 759.98px) {
	.p-svc__flow__wrap {
		flex-direction: column;
		align-items: center;
	}

	.p-svc__flow__inner {
		width: 68vw;
		max-width: 500px;
		min-width: inherit;
		padding: 4vw 0;
	}

	.p-svc__flow__border {
		min-height: inherit;
		height: 9.3vw;
		max-height: 70px;
	}

	.p-svc__flow__border p {
		font-size: var(--font16);
		padding: 0;
		width: auto;
		margin: auto;
		letter-spacing: 0.1em;
		writing-mode: inherit;
		text-orientation: inherit;
	}

	.p-svc__flow__inner:not(:last-child)::before {
		top: auto;
		bottom: 0;
		right: 50%;
		transform: translateX(50%);
		border-width: 2.15vw 1.6vw 0 1.6vw;
		border-color: #003288 transparent transparent transparent;
	}
}

/*--------------------------------------
サスティナビリティー
--------------------------------------*/
/*-- 引用 ----------*/
#susti_quote1 .c-page__explan p {
	font-size: var(--font18);
}

.p-susti__quote__wrap {
	padding: min(3vw, 30px);
	margin-top: min(3vw, 30px);
}

.p-susti__quote__inner h5 {
	color: #003288;
	font-size: var(--font16);
}

#susti_quote2 .p-susti__quote__img {
	margin: auto;
	max-width: 700px;
	width: 44vw;
}

.p-susti__source.u-link__blue__text {
	font-size: var(--font16);
	margin: min(3vw, 30px) 0;
}

@media screen and (max-width: 759.98px) {
	.p-susti__quote__wrap {
		padding: 5vw;
		margin: 5vw 0 10vw 0;
	}

	#susti_quote2 .p-susti__quote__img {
		width: 100%;
	}

	.p-susti__source.u-link__blue__text {
		margin: 5vw 0;
	}
}

/*-- 重なりコンテンツ ----------*/
.p-susti__overlap__wrap {
	width: 100%;
	position: relative;
	margin: min(65px, 10%) 0;
}

#susti_initiative3 .p-susti__overlap__wrap {
	margin-bottom: min(120px, 10%);
}

#susti_initiative8 .p-susti__overlap__wrap {
	margin: min(120px, 10%) 0;
}

.p-susti__overlap__wrap .c-ovl__txt__wrap .u-bg__blue {
	padding: 3vw min(30px, 2vw) 3vw 9vw;
}

.p-susti__overlap__wrap .c-ovl__reserve__txt__wrap .u-bg__blue {
	padding: 3vw 8vw 3vw min(30px, 2vw);
}

.p-susti__ovl__img__possition1 .c-overlap__reserve__img,
.p-susti__ovl__img__possition1 .c-overlap__img {
	bottom: min(3vw, 60px);
}

.p-susti__ovl__img__possition2 .c-overlap__reserve__img,
.p-susti__ovl__img__possition2 .c-overlap__img {
	bottom: min(1.6vw, 16px);
}

.p-susti__ovl__img__possition3 .c-overlap__reserve__img {
	bottom: min(-2vw, -33px);
}

.p-susti__ovl__img__possition4 .c-overlap__reserve__img,
.p-susti__ovl__img__possition4 .c-overlap__img {
	bottom: min(-3vw, -22px);
}

/* 中身 */
.p-susti__initi__txts {
	margin-bottom: min(3vw, 30px);
}

.p-susti__initi__sdgs__icons {
	margin-top: min(2vw, 20px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-sdgs__icon {
	margin-right: min(0.6vw, 10px);
	max-width: 80px;
}

.p-sdgs__icon img {
	aspect-ratio: 1/1;
	width: 5vw;
	max-width: 80px;
}

@media screen and (min-width: 1600px) {
	.p-susti__overlap__wrap .c-ovl__txt__wrap .u-bg__blue {
		padding: 50px 30px 50px 9vw;
	}

	.p-susti__overlap__wrap .c-ovl__reserve__txt__wrap .u-bg__blue {
		padding: 50px 8vw 50px 30px;
	}
}

@media screen and (max-width: 759.98px) {
	#susti_initiative3 .p-susti__overlap__wrap,
	#susti_initiative8 .p-susti__overlap__wrap,
	.p-susti__overlap__wrap {
		margin: 3vw 0;
	}

	.p-susti__overlap__wrap .c-ovl__txt__wrap .u-bg__blue,
	.p-susti__overlap__wrap .c-ovl__reserve__txt__wrap .u-bg__blue {
		padding: 4vw 0;
	}

	.p-susti__initi__txts {
		margin: 3vw 0;
	}

	.p-susti__initi__sdgs__icons {
		margin-top: 3vw;
	}

	.p-sdgs__icon {
		margin-right: 1vw;
		margin-top: 1vw;
		max-width: none;
	}

	.p-sdgs__icon img {
		width: 13.3vw;
		max-width: 100px;
	}
}

/* 持続可能な開発目標SDGsとは */
.p-sdgs__goals__img {
	margin: auto;
	max-width: 854px;
	width: 53vw;
	margin-bottom: min(80px, 4vw);
}

/* SDGsの17のゴールの概要 */
.p-sdgs__goals__row {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: min(2vw, 24px);
}

.p-sdgs__goals__wrap {
	width: 49%;
}

.p-sdgs__goals__right {
	margin-left: 2%;
}

.p-sdgs__goals__inner {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: min(1vw, 12px);
}

.p-sdgs__txts h6 {
	color: #003288;
	font-size: var(--font22);
}

.p-sdgs__txts {
	margin-left: min(1vw, 12px);
}

@media screen and (max-width: 759.98px) {
	.p-sdgs__goals__img {
		width: 100%;
		margin-bottom: 10vw;
	}

	.sp_u-bg__blue .c-nomal__sentence {
		margin-bottom: 3vw;
	}

	.p-sdgs__goals__row {
		flex-direction: column;
		padding: 0;
	}

	.p-sdgs__goals__wrap {
		width: 100%;
	}

	.p-sdgs__goals__right {
		margin-left: 0%;
	}
}

/*--------------------------------------
お問い合わせ → 入口
--------------------------------------*/
#contact .c-list__style__num > li {
	margin: 0;
	line-height: 2;
}

#contact .p-privacy__mark__row img {
	max-width: 136px;
	width: 9vw;
}

#contact .c-sub__contact__row__wrap {
	justify-content: flex-start;
	padding: 0 0 min(10%, 40px) 0;
}

.p-contact__kome {
	margin-left: 3vw;
}

.p-contact__kome li {
	text-indent: -3vw;
}

.p-cont__submit__wrap {
	margin: min(60px, 8%) 0 min(120px, 15%) 0;
	padding: min(10%, 40px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-cont__submit__wrap .c-color__btn:nth-child(2) {
	margin-left: min(4.4vw, 50px);
}

@media screen and (max-width: 759.98px) {
	#contact .c-sub__contact__row__wrap {
		padding: 0;
		margin-top: 12vw;
	}

	#contact .p-privacy__mark__row img {
		max-width: none;
		width: 22.2vw;
	}

	.p-cont__submit__wrap {
		flex-direction: column-reverse;
		padding: 8vw 0;
	}

	.p-cont__submit__wrap .c-color__btn:nth-child(2) {
		margin-left: 0;
		margin-bottom: 4vw;
	}
}

/*--------------------------------------
お問い合わせ → フォーム
--------------------------------------*/
#c-contact__form .c-sub__contact__row__wrap {
	align-items: center;
	justify-content: space-between;
	margin-bottom: min(64px, 4vw);
}

#c-contact__form .c-sub__contact__row:nth-child(1) {
	width: 63%;
}

#c-contact__form .c-sub__contact__row:nth-child(2) {
	width: 47%;
}

.p-contact__tel__row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-contact__tel__row img {
	width: 2vw;
	min-width: 22px;
}

.p-contact__tel__row a {
	font-size: var(--font42);
	color: #003288;
	font-weight: bold;
}

.c-sub__contact__row p {
	font-size: var(--font18);
}

#c-contact__form .c-sub__contact__row:nth-child(2) p {
	text-align: center;
}

@media screen and (max-width: 759.98px) {
	#c-contact__form .c-sub__contact__row__wrap {
		margin-bottom: 10vw;
		padding: 5vw;
	}

	.p-contact__tel__row img {
		width: 5vw;
	}

	#c-contact__form .c-sub__contact__row:nth-child(1) {
		width: 100%;
	}

	#c-contact__form .c-sub__contact__row:nth-child(2) {
		width: 100%;
		margin: 0;
	}

	.p-contact__tel__row a {
		font-size: var(--font50);
	}
}

/*-- フォーム ----------*/
.c-contact__form h3 {
	font-size: var(--font30);
	margin-bottom: min(40px, 2vw);
}

.c-contact__form h4 {
	font-size: var(--font18);
	margin-bottom: min(10px, 0.6vw);
}

.c-contact__form ::placeholder {
	color: #CCCCCC;
	font-weight: lighter;
}

.c-contact__form .error {
	color: #f00;
	margin-top: min(6px, 1vw);
	font-size: var(--font14);
}

.c-contact__form input[type="text"],
.c-contact__form input[type="number"],
.c-contact__form input[type="email"] {
	padding: min(8px, 0.5vw) min(16px, 1vw);
	width: calc(100% - min(32px, 2vw));
	font-size: var(--font18);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F7;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus {
	outline: 2px solid #003288;
}

.c-contact__form__customer {
	margin: min(64px, 4vw) 0 min(120px, 15%) 0;
}

.c-contact__form__customer__wrap {
	margin-bottom: min(64px, 4vw);
}

.c-contact__form__customer__inner {
	margin-bottom: min(26px, 1.4vw);
}

@media screen and (max-width: 759.98px) {
	.c-contact__form input[type="text"],
	.c-contact__form input[type="number"],
	.c-contact__form input[type="email"] {
		width: calc(100% - 6vw);
		padding: 2vw 3vw;
	}

	.c-contact__form h4 {
		margin-bottom: 2vw;
	}

	.c-contact__form__customer {
		margin-bottom: 30vw;
	}

	.c-contact__form__customer__wrap {
		margin-bottom: 10vw;
	}

	.c-contact__form__customer__inner {
		margin-bottom: 4vw;
	}
}

/* 必須ラベル */
.c-contact__form__customer__inner h4 {
	display: flex;
	align-items: center;
}

.c-contact__form__customer__inner h4 span {
	width: min(80px, 6vw);
	min-width: 56px;
	height: min(20px, 1.2vw);
	min-height: 15px;
	background-color: #EC6C26;
	margin-left: 1%;
	position: relative;
	font-size: var(--font12);
}

.c-contact__form__customer__inner h4 span::before {
	position: absolute;
	content: '必須';
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 759.98px) {
	.c-contact__form__customer__inner h4 span {
		width: 16vw;
		height: 4.2vw;
		margin-left: 3%;
	}
}

/* チェックボックス */
.c-contact__form input[type="checkbox"] {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

.c-contact__form input[type="checkbox"] + span {
	position: relative;
	display: flex;
	align-items: center;
}

.c-contact__form input[type="checkbox"] + span::before {
	display: inline-block;
	content: '';
	width: min(1.3vw, 18px);
	min-width: 15px;
	height: min(1.3vw, 18px);
	min-height: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	background-color: #EFF3F7;
	margin-right: min(1vw, 10px);
	margin-bottom: min(0.1vw, 1px);
}

.c-contact__form input[type="checkbox"]:checked + ::before {
	/* outline: 2px solid #003288; */
	box-shadow: 0 0 0 2px #003288;
}

.c-contact__form input[type="checkbox"] + ::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: calc(50% - 3px);
	left: max(0.4vw, 5px);
	width: min(0.8vw, 12px);
	height: min(0.4vw, 6px);
	min-width: 10px;
	min-height: 5.5px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-radius: 2px;
	transform: rotate(-45deg) translateY(-50%);
}

.c-contact__form input[type="checkbox"]:checked + ::after {
	border-left: 3px solid #003288;
	border-bottom: 3px solid #003288;
}

.c-contact__form__check__box__inner {
	margin-bottom: min(46px, 2.7vw);
}

.c-contact__form__check__box__grid {
	display: grid;
	grid-template-columns: repeat(4, 25%)
}

.c-contact__form__check__box__grid span {
	font-size: var(--font16);
	margin-top: min(16px, 01vw);
}

.c-contact__form__textarea p {
	margin-bottom: min(8px, 0.5vw);
}

@media screen and (min-width: 1600px) {
	.c-contact__form input[type="checkbox"] + ::after {
		left: 6px;
	}
}

@media screen and (max-width: 759.98px) {
	.c-contact__form__check__box__grid {
		grid-template-columns: repeat(2, 50%);
	}

	.c-contact__form__check__box__inner {
		margin-bottom: 5vw;
	}

	.c-contact__form__check__box__grid span {
		font-size: var(--font14);
	}

	.c-contact__form input[type="checkbox"] + span {
		margin-bottom: 2vw;
	}

	.c-contact__form input[type="checkbox"] + span::before {
		width: 3.5vw;
		min-width: 17px;
		height: 3.5vw;
		min-height: 17px;
	}

	.c-contact__form input[type="checkbox"] + ::after {
		left: max(1.4vw, 4px);
	}

	.c-contact__form input[type="checkbox"]:checked + ::after {
		left: max(1.5vw, 4px);
		width: min(1.4vw, 10px);
		height: min(0.8vw, 6px);
	}
}

/* テキストエリア */
.c-contact__form textarea {
	height: 8vw;
	max-height: 150px;
	padding: min(8px, 0.5vw) min(16px, 1vw);
	width: calc(100% - min(32px, 2vw));
	font-size: var(--font18);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F7;
}

textarea:focus {
	outline: 2px solid #003288;
}

.c-contact__form__textarea p {
	margin-bottom: min(16px, 01vw);
}

@media screen and (max-width: 759.98px) {
	.c-contact__form textarea {
		width: calc(100% - 6vw);
		height: 26vw;
		max-height: none;
		padding: 2vw 3vw;
	}

	.c-contact__form__textarea p {
		margin-bottom: 2vw;
	}
}

/* セレクト */
.c-contact__form select {
	appearance: none;
	padding: min(8px, 0.5vw) min(16px, 1vw);
	width: 100%;
	font-size: var(--font18);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F7;
}

select:focus {
	outline: 2px solid #003288;
}

select.is-select__color {
	/* 	color: #ccc; */
}

.c-contact__form__select__wrap {
	position: relative;
}

.c-contact__form__select__wrap::before {
	display: inline-block;
	position: absolute;
	content: '';
	top: calc(50% - 14%);
	left: 50%;
	width: min(0.4vw, 6px);
	height: min(0.4vw, 6px);
	min-width: 3px;
	min-height: 3px;
	border-left: 2.5px solid #000;
	border-bottom: 2.5px solid #000;
	transform: rotate(-45deg) translate(-50%, -50%);
}

@media screen and (max-width: 759.98px) {
	.c-contact__form select {
		padding: 2vw 3vw;
	}

	.c-contact__form__select__wrap::before {
		top: calc(50% - 10%);
		width: 1vw;
		height: 1vw;
		border-left: 0.5vw solid #000;
		border-bottom: 0.5vw solid #000;
		left: auto;
		right: 5vw;
	}
}

/* 都道府県 */
.p-prefecture__wrap {
	width: 20vw;
}

.p-prefecture__wrap.c-contact__form__select__wrap::before {
	left: auto;
	right: 1vw;
}

/* 郵便番号 */
.p-cform__zip__search input[type="text"] {
	width: calc(20vw - min(32px, 2vw));
}

.p-cform__zip__search {
	display: flex;
	align-items: center;
}

.p-cform__zip__search button {
	border: none;
	background-color: inherit;
	color: #EC6C26;
	margin-left: 1%;
	font-size: var(--font16);
	transition: transform 0.3s;
}

.p-cform__zip__search button:hover {
	cursor: pointer;
	opacity: .8;
}

@media screen and (max-width: 759.98px) {
	.p-prefecture__wrap {
		width: 50vw;
	}

	.p-prefecture__wrap.c-contact__form__select__wrap::before {
		right: 5vw;
	}

	.p-cform__zip__search input[type="text"] {
		width: calc(50vw - 6vw);
	}

	.p-cform__zip__search button {
		font-size: var(--font14);
	}
}

/* 送信ボタン */
.c-contact__form__submit__btn {
	margin: auto;
}

.c-contact__form__submit__btn input[type="submit"] {
	border: none;
	background-color: inherit;
	color: #fff;
	font-size: var(--font18);
	font-weight: bold;
	letter-spacing: 1.8px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
}

.c-contact__form__privacy {
	text-align: center;
	font-size: var(--font18);
	margin-bottom: min(40px, 3vw)
}

.c-contact__form__privacy a {
	text-decoration: underline;
}

.c-contact__form__privacy a:hover {
	text-decoration: none;
}

.c-contact__form__privacy label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: min(20px, 1.5vw);
	white-space: nowrap;
}

.c-contact__form__privacy label .required {
	width: min(80px, 6vw);
	min-width: 56px;
	height: min(20px, 1.2vw);
	min-height: 15px;
	background-color: #EC6C26;
	margin-left: 1%;
	position: relative;
	font-size: var(--font12);
}

.c-contact__form__privacy label .required::before {
	position: absolute;
	content: '必須';
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 759.98px) {
	.c-contact__form__privacy {
		margin-bottom: 10vw;
	}

	.c-contact__form__privacy label .required {
		width: 16vw;
		height: 4.2vw;
		margin-left: 3%;
	}
}

/*--------------------------------------
免責事項
--------------------------------------*/
.p-disclaimer__nomal__sentence h4 {
	margin-bottom: min(15px, 1vw);
}

.p-disclaimer__nomal__sentence:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: min(32px, 2vw);
}

@media screen and (max-width: 759.98px) {
	.p-disclaimer__nomal__sentence h4 {
		margin-bottom: 2vw;
	}

	.p-disclaimer__nomal__sentence:not(:last-child) {
		margin-bottom: 5vw;
	}

	.p-disclaimer__nomal__sentence > p {
		margin-bottom: 5vw;
	}
}

/*--------------------------------------
資料ダウンロード
--------------------------------------*/
#download .c-sub__main__title h2 {
	margin-bottom: min(40px, 4%);
}

.c-dl__column .c-color__btn {
	width: 11.3vw;
	min-width: 100px;
	max-width: 178px;
	height: 2.5vw;
	min-height: 23px;
	max-height: 40px;
	box-shadow: none;
}

.c-dl__wrap {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(4, 23.5%);
	grid-column-gap: 2%;
	/* 20260216大竹追加start：5つ以上の資料があるときくっついちゃってたので追加 */
	grid-row-gap: 2%;
	/* 20260216大竹追加end */
	margin-bottom: min(80px, 6%);
}

.c-dl__column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
	padding: 8% 0 14%;
	margin: 0 auto;
}

.c-dl__column img {
	width: 80%;
	margin: auto;
}

.c-dl__column h4 {
	color: #003288;
	font-size: var(--font18);
	padding: 4% 0;
}

.c-dl__column > p {
	font-size: var(--font16);
	font-weight: bold;
	width: 100%;
	margin-bottom: 8%;
}

@media screen and (max-width: 759.98px) {
	.c-dl__wrap {
		grid-template-columns: repeat(2, 48%);
		grid-column-gap: 4%;
		grid-row-gap: 4vw;
	}

	.c-dl__column {
		width: 100%;
	}

	.c-dl__column > p {
		width: 90%;
		margin: auto;
		margin-bottom: 2vw;
	}

	.c-dl__column .c-color__btn {
		width: 30vw;
		height: 7vw;
		max-width: none;
		max-height: none;
	}

	.c-dl__column img {
		width: 70%;
	}

	.c-dl__column h4 {
		font-size: var(--font16);
		padding: 10px;
	}
}

/*--------------------------------------
検索結果
--------------------------------------*/
/* フォーム */
.p-search__form__wrap {
	width: 100%;
}

#s_form {
	display: flex;
}

.p-search__form__wrap input[type="text" i] {
	width: calc(88.5% - 2vw);
	max-width: 1100px;
	height: 2.4vw;
	max-height: 44px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F7;
	padding: 0 min(1vw, 27px);
	font-size: var(--font18);
	color: #AAAAAA;
}

.p-search__form__wrap .c-search__btn {
	margin-left: 1.5%;
	height: 2.4vw;
	max-height: 44px;
	padding: 0;
	width: 10%;
}

.p-search__form__wrap button {
	padding: 0;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #003288;
	color: #fff;
}

@media screen and (max-width: 759.98px) {
	.p-search__form__wrap input[type="text" i] {
		width: calc(77% - 4vw);
		height: 8vw;
		padding: 0 2vw;
	}

	.p-search__form__wrap .c-search__btn {
		margin-left: 3%;
		height: 8vw;
		width: 20%;
	}
}

/*-- 検索結果一覧 ----------*/
.p-search__results__wrap {
	margin: min(60px, 13%) 0;
}

.p-search__results__inner {
	border-bottom: 1px solid #ccc;
	padding: min(30px, 2vw) 0;
}

.p-search__results__inner h3 {
	font-size: var(--font24);
	color: #003288;
	text-decoration: underline;
	margin-bottom: min(10px, 1%)
}

.p-search__results__inner p {
	font-size: var(--font18);
}

@media screen and (max-width: 759.98px) {
	.p-search__results__inner h3 {
		font-size: var(--font28);
	}
}

/*--------------------------------------
選ばれる理由/東海ビジネスサービスの強み
--------------------------------------*/
.p-choose__sec {
	height: 100vh;
	min-height: 100vh;
	width: 100%;
}

.fp-overflow {
	height: 100%;
}

.fp-watermark {
	display: none;
}

.p-scroll__area1 {
	background: center /cover no-repeat url("./../images/choose/choose-img01.png");
}

.p-scroll__area2 {
	background: center /cover no-repeat url("./../images/choose/choose-img02.png");
}

.p-scroll__area3 {
	background: center /cover no-repeat url("./../images/choose/choose-img03.png");
}

.p-scroll__area4 {
	background: center /cover no-repeat url("./../images/choose/choose-img04.png");
}

.p-fullpage__scroll__inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.p-fullpage__scroll__inner h3 {
	color: #fff;
	font-size: var(--font30);
	font-weight: normal;
	text-shadow: 0px 0px 8px #535353;
	text-align: center;
	width: 90%;
	margin: auto;
}

.p-choose__contact .l-top__alinc__wrap {
	margin-top: 0;
}

/*--------------------------------------
サイトマップ
--------------------------------------*/
.p-sitemap__wrap {
	display: flex;
}

.p-sitemap__row__wrap {
	width: 50%;
}

.p-sitemap__row__inner {
	width: 95%;
	margin: min(1.4vw, 25px) auto;
}

.p-sitemap__row__inner:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
}

.p-sitemap__row__inner h3 {
	font-size: var(--font24);
	color: #003288;
	margin-bottom: min(1.4vw, 25px);
}

.p-sitemap__row__inner p {
	margin-left: min(1.8vw, 30px);
	font-size: var(--font18);
	padding-bottom: min(0.7vw, 12px);
}

.p-sitemap__row__inner:nth-last-child(1) p {
	padding-bottom: min(1.4vw, 25px);
}

@media screen and (max-width: 759.98px) {
	.p-sitemap__wrap {
		flex-direction: column;
	}

	.p-sitemap__row__wrap {
		width: 100%;
	}

	.p-sitemap__row__left .p-sitemap__row__inner:nth-last-child(1) {
		border-bottom: 1px solid #CCCCCC;
		margin-bottom: 0;
	}

	.p-sitemap__row__inner {
		margin: 2.5vw auto;
		width: 90%;
	}

	.p-sitemap__row__inner h3 {
		margin-bottom: 2.5vw;
	}

	.p-sitemap__row__inner p {
		padding-bottom: 2vw;
		margin-left: 4vw;
	}
}

@media screen and (min-width: 760px) {
	.mw_wp_form .horizontal-item:nth-child(4n + 1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 759.98px) {
	.mw_wp_form .horizontal-item:nth-child(2n + 1) {
		margin-left: 0;
	}
}

.c-sub__contact__row:last-child {
	margin-bottom: 0;
}

.mw_wp_form_confirm .c-contact__form__customer__inner h4 span,
.mw_wp_form_confirm .ajaxzip3,
.mw_wp_form_confirm .c-contact__form__select__wrap::before {
	display: none;
}


/*--------------------------------------
サービス
--------------------------------------*/
.p-services__grid p.p-services__grid_lead {
	font-size: var(--font18);
	font-weight: bold;
	margin-bottom: 3%;
}

.p-services__grid p {
	margin-bottom: 1%;
}

.p-services__grid p.p-services__grid_note {
	line-height: 1.5;
	color: #003288;
	background: #eff3f7;
	padding: 3%;
	margin-bottom: 3%;
}

/* 依頼資料リストサンプル */
.p-svc_doc__wrap {
	width: 100%;
	overflow-x: auto;
}

.p-svc_doc__wrap table {
	border-collapse: collapse;
}

@media screen and (max-width: 759.98px) {
	.p-svc_doc__wrap table {
		width: 1280px;
	}
}

.p-svc_doc__wrap table th,
.p-svc_doc__wrap table td {
	border: 1px solid #ccc;
}

.p-svc_doc__wrap table thead {
	font-size: var(--font18);
	line-height: 1.3;
	color: #003288;
	background: #eff3f7;
}

.p-svc_doc__wrap table thead th {
	padding: 10px;
}

.p-svc_doc__wrap table thead th:nth-child(1) {
	width: 8%;
}

.p-svc_doc__wrap table thead th:nth-child(4),
.p-svc_doc__wrap table thead th:nth-child(5) {
	width: 7.8125%;
}

.p-svc_doc__wrap table thead th:nth-child(6),
.p-svc_doc__wrap table thead th:nth-child(7) {
	width: 29.6875%;
}

.p-svc_doc__wrap table tbody td {
	font-size: var(--font16);
	vertical-align: top;
	padding: 10px 15px;
}

/* 調査実績 */
.p-svc_achv__list {
	margin: -50px 0 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media screen and (max-width: 759.98px) {
	.p-svc_achv__list {
		margin-left: 0;
		display: block;
	}
}

.p-svc_achv__list li {
	width: 48.046875%;
	margin: 50px 3.90625% 0 0;
}

@media screen and (max-width: 759.98px) {
	.p-svc_achv__list li {
		width: 100%;
		margin-left: 0;
	}
}

.p-services__grid table {
	font-size: var(--font16);
	border-collapse: collapse;
}

.p-services__grid table tbody tr:nth-child(even) {
	background: #eff3f7;
}

.p-services__grid table tbody th {
	width: 29.2683%;
	vertical-align: top;
	color: #003288;
	border: none;
	border-right: 1px solid #ccc;
	padding: 10px;
}

.p-services__grid table tbody td {
	padding: 10px 20px;
	border: none;
}

.p-svc_achv__list li:nth-child(even) {
	margin-right: 0;
}

.p-svc-achv__list__lead {
	font-size: var(--font18);
	font-weight: bold;
	margin: 4% 0 10px;
}

.u-tal {
	text-align: left !important;
}

.u-tac {
	text-align: center !important;
}

.u-tar {
	text-align: right !important;
}

.p-download__label {
	display: inline-flex;
	padding: 4px min(25px, 4vw);
	background: #003288;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
}

.p-download__title {
	font-size: var(--font30);
	font-weight: bold;
	margin-bottom: min(50px, 6vw);
}

.p-download__row {
	display: flex;
	align-items: stretch;
}

.p-download__detail {
	width: calc(50% - 20px);
}

.p-download__detail-title {
	font-weight: bold;
	color: #003288;
	font-size: var(--font24);
	margin-bottom: min(30px, 5vw);
}

.p-download__detail-list {
	list-style: none;
	padding-left: min(40px, 6vw);
	padding-bottom: min(50px, 10vw);
}

.p-download__detail-list li {
	padding: 0;
	line-height: 1.5;
	position: relative;
	font-size: var(--font18);
}

.p-download__detail-list li::before {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #003288;
	left: -20px;
	top: calc(50% - 3px);
}

.p-download__detail-list li + li {
	margin-top: 10px;
}

.p-download__img {
	margin-left: auto;
	width: calc(50% - 20px);
	padding: min(30px, 5vw);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
}

.p-download__img img {
	max-width: 100%;
}

@media screen and (max-width: 759.98px) {
	.p-download {
		margin-bottom: 10vw
	}

	.p-download__row {
		display: block;
	}

	.p-download__detail {
		width: auto;
	}

	.p-download__img {
		margin-left: auto;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f9f9f9;
	}
}

/*---------- Header ----------*/
.l-header__row__menu a {
	padding: 30px 0 10px;
	position: relative;
	transition: color 0.3s, text-shadow 0.3s;
}
.l-header__row__menu a::after {
	content: "";
	display: block;
	height: 1px;
	width: 80%;
	background: #003288;
	position: absolute;
	bottom: 0;
	left: 10%;
	transform: scale(0, 1);
	transition: transform 0.3s;
}
.l-header__row__menu a:hover {
	color: #003288;
	text-shadow: 0px 0px 8px #ededed;
}
.l-header__row__menu a:hover::after {
	transform: scale(1, 1);
}
