*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

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

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.72;
}

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

a {
	color: inherit;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 40px;
}

/* =============================
   footer
============================= */

.l-footer {
	background-color: #1a1a1a;
	padding: 76px 0 16px;
	position: relative;
	text-align: center;
}

.l-footer__inner {
	align-content: center;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.l-footer__logo {
	display: block;
	margin: 0 auto;
	max-width: 280px;
}

.l-footer__info {
	margin: 0 auto;
	margin-top: 33px;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__info-text {
	color: #ffffff;
	line-height: 24px;
	text-align: left;
}

.l-footer__copyright {
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
	margin-top: 35px;
}

.l-footer__page-top {
	bottom: 0;
	margin: 0 10px 30px 0;
	position: absolute;
	right: 0;
}

.l-footer__page-top img {
	height: 40px;
	width: 40px;
}

/* =============================
   header
============================= */

.l-header {
	background: #ffffff;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: space-between;
	padding-left: 20px;
}

.l-header__title a img {
	max-width: 198px;
}

.l-header button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* =============================
   inner
============================= */

.l-inner,
.l-inner--narrow {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* =============================
   section
============================= */

.l-section {
	padding: 60px 0;
}

.l-section--lower-fv {
	padding: 60px 0 100px;
}

/* =============================
   contents
============================= */

.l-contents__inner {
	display: block;
}

/* =============================
   skew
============================= */

.l-skew {
	transform: skewY(10deg);
}

.l-skew > * {
	transform: skewY(-10deg);
}

.l-section--lower-fv--notfound {
	display: block;
	margin: 300px 0 100px;
}

.l-notfound {
	font-size: 20px;
	text-align: center;
}

.c-breadcrumbs {
	color: #888888;
	display: flex;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	gap: 8px;
	line-height: 1.4166666667;
	overflow-x: auto;
	padding: 8px 0 0 20px;
	white-space: nowrap;
}

.c-breadcrumbs .active {
	color: #1a1a1a;
	pointer-events: none;
}

.c-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.c-breadcrumbs__arrow {
	margin: 0 8px;
}

.c-breadcrumbs [typeof=ListItem]:not(:has(a)) {
	color: #1a1a1a;
}

.c-button--primary,
.c-button--secondary {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.c-button--primary {
	background: #ffffff;
	border: 1px solid #023E78;
	color: #023E78;
}

.c-button--primary:hover {
	background: #023E78;
	color: #ffffff;
}

.c-button--primary.c-button--icon-arrow {
	position: relative;
}

.c-button--primary.c-button--icon-arrow::after {
	background: url("../img/icon-arrow-right04.svg") center/cover no-repeat;
}

.c-button--primary.c-button--icon-arrow:hover::after {
	background: url("../img/icon-arrow-right03.svg") center/cover no-repeat;
}

.c-button--primary--w {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.c-button--secondary {
	background: #023E78;
	border: 1px solid #023E78;
	color: #ffffff;
}

.c-button--secondary:hover {
	background: #002a52;
}

.c-button--tertiary {
	border: 2px solid #FFF400;
	color: #FFF400;
}

.c-button--tertiary:hover {
	background-color: #FFF400;
	border: 2px solid #FFF400;
	color: #1a1a1a;
}

.c-button--icon-arrow {
	position: relative;
}

.c-button--icon-arrow::after {
	content: "";
	height: 12px;
	padding-left: 0;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	transition: background-image 0.3s, right 0.3s;
	width: 18px;
}

.c-button--icon-arrow:hover::after {
	right: 13px;
}

.c-button--tertiary.c-button--icon-arrow::after {
	background: url("../img/icon-arrow-right01.svg") center/cover no-repeat;
	right: 19px;
}

.c-button--tertiary.c-button--icon-arrow:hover:after {
	background: url("../img/icon-arrow-right00.svg") center/cover no-repeat;
	right: 9px;
}

.c-button--tertiary,
.c-button--secondary,
.c-button--primary,
.c-button--primary--w {
	line-height: 1;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
}

.c-drawer__content {
	background: #023E78;
	height: calc(100vh - 60px);
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	text-align: center;
	top: 60px;
	transform: translateY(-110%);
	transition: transform 0.3s linear;
	width: 100%;
	z-index: 40;
}

.c-drawer__content.is-checked {
	transform: translateY(0);
}

.c-drawer__inner {
	padding-top: 60px;
}

.c-drawer__lists {
	display: flex;
	flex-direction: column;
	gap: 36px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.c-drawer__list {
	color: #ffffff;
	font-size: 16px;
}

.c-drawer__list a {
	text-decoration: none;
}

.c-drawer__buttons {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin: 38px 40px 0;
}

.c-drawer__button--contact,
.c-drawer__button--download {
	border: 1px solid #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	max-width: 320px;
	padding: 19px 15px;
	text-align: center;
	width: 100%;
}

.c-drawer__button--download {
	color: #ffffff;
}

.c-drawer__button--contact {
	background: #ffffff;
	color: #023E78;
}

.c-drawer__icon {
	display: block;
	height: 18px;
	margin-right: 20px;
	position: relative;
	width: 27px;
}

.c-drawer__icon.is-checked .c-drawer__bar:nth-of-type(1) {
	top: 7.75px;
	transform: rotate(45deg);
}

.c-drawer__icon.is-checked .c-drawer__bar:nth-of-type(2) {
	display: none;
}

.c-drawer__icon.is-checked .c-drawer__bar:nth-of-type(3) {
	top: 7.75px;
	transform: rotate(-45deg);
}

.c-drawer__bar {
	background: #023E78;
	border-radius: 6px;
	height: 2.25px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 27px;
}

.c-drawer__bar:nth-of-type(2) {
	top: 7.75px;
}

.c-drawer__bar:nth-of-type(3) {
	top: 14.5px;
}

.c-footer-links {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.c-footer-links__item {
	align-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 36px 40px;
	text-align: center;
}

.c-footer-links__item--download {
	background-image: linear-gradient(rgba(0, 87, 172, 0.8), rgba(0, 87, 172, 0.8)), url("../img/img-download-sp.jpg");
}

.c-footer-links__item--contact {
	background-image: linear-gradient(rgba(2, 62, 120, 0.8), rgba(2, 62, 120, 0.8)), url("../img/img-contact-sp.jpg");
}

.c-footer-links__en {
	color: #ffffff;
	font-family: "Fira Sans", sans-serif;
	font-size: 40px;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

.c-footer-links__jp {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 5px 0 40px;
}

.c-footer-links__button {
	display: block;
	font-size: 16px;
	margin: 40px auto 0;
	max-width: 295px;
	padding: 28px 10px;
}

.c-footer-links__button.c-button--icon-arrow::after {
	right: 30px;
}

.c-footer-links__button.c-button--icon-arrow:hover::after {
	right: 15px;
}

.c-global-nav {
	display: none;
}

.c-global-nav__lists {
	align-items: center;
	display: flex;
	gap: 46px;
}

.c-global-nav__list {
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	list-style: none;
	position: relative;
}

.c-global-nav__list:not(:first-child)::before {
	content: "／";
	left: -27px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-global-nav__list a {
	color: #1a1a1a;
	text-decoration: none;
}

.c-global-nav__buttons {
	display: flex;
	margin-left: 32px;
}

.c-global-nav__button {
	display: none;
}

.c-global-nav__button:last-child {
	margin-left: 10px;
}

.c-global-nav__buttons .c-entry-button {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	min-width: auto;
	padding: 24px 32px;
}

.c-global-nav__buttons .c-entry-button--fill {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	min-width: auto;
	padding: 24px 46px;
}

.c-heading {
	color: #023E78;
	font-size: 30px;
	z-index: 1;
}

.c-heading__en {
	font-size: 52px;
	line-height: 1;
}

.c-heading__jp {
	font-size: 16px;
	font-weight: 700;
	margin-top: 2px;
}

.c-heading__link {
	align-items: center;
	color: #023E78;
	display: block;
	justify-content: center;
	position: relative;
	text-align: right;
}

.c-heading__link-text {
	display: inline-block;
	font-size: 20px;
	margin-top: 6px;
}

.c-heading__link-arrow--white,
.c-heading__link-arrow--blue,
.c-heading__link-arrow--black {
	display: inline-block;
	height: 2px;
	margin: 0 21px 0 8px;
	position: relative;
	transition: 0.3s;
	vertical-align: middle;
	width: 63px;
	z-index: 3;
}

.c-heading__link-arrow--white::before,
.c-heading__link-arrow--blue::before,
.c-heading__link-arrow--black::before {
	bottom: -2px;
	content: "";
	display: inline-block;
	height: 14px;
	position: absolute;
	right: 4px;
	transform: rotate(-55deg);
	width: 2px;
}

.c-heading__link-arrow--white {
	background: #ffffff;
}

.c-heading__link-arrow--white::before {
	background: #ffffff;
}

.c-heading__link-arrow--blue {
	background: #023E78;
}

.c-heading__link-arrow--blue::before {
	background: #023E78;
}

.c-heading__link-arrow--black {
	background: #1a1a1a;
}

.c-heading__link-arrow--black::before {
	background: #1a1a1a;
}

.c-heading__link:hover .c-heading__link-arrow--white,
.c-heading__link:hover .c-heading__link-arrow--blue,
.c-heading__link:hover .c-heading__link-arrow--black {
	margin-left: -27px;
	transform: translateX(35px);
	width: 130px;
}

.c-heading__link-circle--border {
	border: 2px solid #FFF400;
	border-radius: 50%;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 40px;
	z-index: 1;
}

.c-heading__link-circle--fill {
	background: #FFF400;
	z-index: 1;
}

.c-mv-lower {
	margin-top: 60px;
	position: relative;
}

.c-mv-lower::after {
	background: rgba(26, 26, 26, 0.2);
	content: "";
	inset: 0 0 0 0;
	position: absolute;
}

.c-mv-lower__img--service,
.c-mv-lower__img--contact,
.c-mv-lower__img--download,
.c-mv-lower__img--news,
.c-mv-lower__img--company {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	position: relative;
	width: 100%;
}

.c-mv-lower__img--service {
	background: url("../img/mv-service_sp.jpg") center/cover no-repeat;
}

.c-mv-lower__img--contact {
	background: url("../img/mv-contact_sp.jpg") center/cover no-repeat;
}

.c-mv-lower__img--download {
	background: url("../img/mv-download_sp.jpg") center/cover no-repeat;
}

.c-mv-lower__img--news {
	background: url("../img/mv-news_sp.jpg") center/cover no-repeat;
}

.c-mv-lower__img--company {
	background: url("../img/mv-company_sp.jpg") center/cover no-repeat;
}

.c-mv-lower__img--service::after,
.c-mv-lower__img--contact::after,
.c-mv-lower__img--download::after,
.c-mv-lower__img--news::after,
.c-mv-lower__img--company::after {
	background: url("../img/lower-mv-decoration_sp.png") center/cover no-repeat;
	bottom: 0;
	content: "";
	height: 250px;
	position: absolute;
	top: 0;
	width: 165px;
}

.c-mv-lower__main {
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.c-mv-lower__en-wrapper {
	margin-bottom: 9px;
}

.c-mv-lower__en {
	background-color: #ffffff;
	color: #023E78;
	font-family: "Fira Sans", sans-serif;
	font-size: 32px;
	line-height: 1;
	padding: 3px 0;
}

.c-mv-lower__jp {
	background-color: #ffffff;
	color: #023E78;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 2px 0;
	width: -moz-fit-content;
	width: fit-content;
}

.c-sidebar-new {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 95px;
}

.c-sidebar__title {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: -2px;
}

.c-sidebar-new__item {
	display: flex;
	gap: 11px;
}

.c-sidebar-new__thumbnail {
	aspect-ratio: 16/12;
	flex-shrink: 0;
	width: 36%;
}

.c-sidebar-new__thumbnail img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-sidebar-new__body {
	vertical-align: middle;
	width: calc(63% - 6px);
}

.c-sidebar-new__meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.c-sidebar-new__cat {
	align-items: center;
	border: 1px solid #E61264;
	color: #E61264;
	display: flex;
	font-size: 12px;
	gap: 6px;
	justify-content: center;
	padding: 1px 9px;
}

.c-sidebar-new__time {
	color: #888888;
	font-weight: 500;
	text-align: right;
}

.c-sidebar-new__title {
	color: #1a1a1a;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.c-sidebar-cats {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding-top: 54px;
}

.c-sidebar-cats__list {
	border-top: 1px solid #DDD;
	padding: 14px 40px;
	position: relative;
}

.c-sidebar-cats__list::before {
	background: url("../img/icon-chevron-right01.svg") center/cover no-repeat;
	content: "";
	height: 16.026px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9.424px;
}

.c-sidebar-cats__link {
	color: #1a1a1a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

.c-meta-single {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.c-meta-single__cat {
	align-items: center;
	border: 1px solid #E61264;
	color: #E61264;
	font-size: 14px;
	justify-content: center;
	padding: 8px 24px;
	padding: 5px 23px;
}

.c-meta-single__time {
	color: #888888;
	font-weight: 500;
	text-align: right;
}

.c-meta {
	display: flex;
	justify-content: space-between;
}

.c-meta__cat {
	border: 1px solid #E61264;
	color: #E61264;
	font-size: 12px;
	line-height: 1;
	padding: 4px 9px;
	white-space: nowrap;
}

.c-meta__time {
	color: #888888;
	font-weight: 500;
	text-align: right;
}

.c-form__item {
	display: block;
	margin-top: -8px;
}

.c-form__title {
	color: #1a1a1a;
	font-weight: 700;
}

.c-form__tag {
	background: #E61264;
	color: #ffffff;
	font-size: 10px;
	margin-left: 8px;
	padding: 1px 8px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-form__field {
	background: #ffffff;
	border: 1px solid #DDD;
	border-radius: 5px;
	color: #1a1a1a;
	height: 44px;
	margin-top: 4px;
	margin-top: 5px;
	padding: 15px 14px;
	width: 100%;
}

.c-form__field--contact {
	background: #ffffff;
	border: 1px solid #DDD;
	border-radius: 5px;
	color: #1a1a1a;
	margin-top: 4px;
	padding: 15px 14px;
	width: 100%;
}

.c-form__select-wrap {
	margin-top: 8px;
	position: relative;
}

.c-form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #DDD;
	border-radius: 5px;
	color: #DDD;
	height: 44px;
	padding: 12px 40px 12px 14px;
	width: 100%;
}

.c-form__select.is-selected {
	color: #1a1a1a;
}

.c-form__select-wrap::after {
	background: url("../img/select-arrow.svg") no-repeat center/contain;
	content: "";
	height: 6px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.c-form__button {
	align-items: center;
	display: block;
	margin-inline: auto;
}

.c-form__privacy {
	margin-top: 36px;
	text-align: center;
}

.c-form__privacy--download {
	margin-top: 19px;
	text-align: center;
}

.c-form__privacy-text {
	color: #1a1a1a;
}

.c-form__privacy-text a {
	font-weight: 700;
	margin-left: 10px;
	margin-right: 6px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
}

.c-form__link-to-privacy {
	font-size: 14px;
	font-weight: 700;
	margin: 0 6px 0 8px;
}

.c-form__link-to-privacy--contact {
	font-size: 14px;
	font-weight: 700;
	margin: 0 1px 0 8px;
}

.c-form__link-to-privacy--contact a {
	text-decoration: underline;
}

.c-form__link-to-privacy a {
	text-decoration: underline;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
	margin-left: 15px;
}

.wpcf7-list-item--contact {
	margin-left: 20px;
}

.wpcf7-not-valid.c-form__select {
	border-color: #dc3232;
}

.wpcf7-not-valid {
	border-color: #dc3232;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	display: block;
	font-size: 14px;
	margin-top: 6px;
}

.wpcf7-response-output {
	border: 2px solid #ffb900;
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

.wpcf7-textarea {
	height: 140px;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
	transition: all 0.3s ease 0s;
}

[type=checkbox] + span::before {
	background: #ffffff;
	border: 1px solid #3e3e3e;
	border-radius: 2px;
	content: "";
	display: block;
	height: 28px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

[type=checkbox]:checked + span::after {
	border-bottom: 1px solid #3E3E3E;
	border-left: 1px solid #3E3E3E;
	content: "";
	height: 6.359px;
	left: 9px;
	left: 11px;
	position: absolute;
	top: 8px;
	top: 10px;
	transform: rotate(-45deg);
	width: 11.607px;
}

/* Chrome, Safari, Edge, Opera */

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
	color: #ccc; /* 変更したい色 */
	opacity: 1; /* Firefox用 */
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: #ccc; /* 変更したい色 */
	opacity: 1; /* Firefox用 */
}

/* Firefox */

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

/* IE 10-11, Edge Legacy */

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
	color: #ccc;
}

/* =============================
   single
============================= */

.p-single {
	margin-top: 12px;
}

.p-single__content {
	margin-top: 20px;
}

.p-single__content h2,
.p-single__content h3,
.p-single__content h4 {
	color: #023E78;
	font-weight: 700;
}

.p-single__content h2:not(:first-child),
.p-single__content h3:not(:first-child),
.p-single__content h4:not(:first-child) {
	margin-top: 29px;
}

.p-single__content h2 {
	background: #f8f8f8;
	border-left: 6px solid #023E78;
	font-size: 20px;
	line-height: 1.2;
	padding: 10px 10px 10px 20px;
}

.p-single__content h3 {
	border-bottom: 1px solid #023E78;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 10px;
}

.p-single__content h4 {
	font-size: 16px;
	line-height: 24px;
}

.p-single__content ol,
.p-single__content ul {
	margin-top: 1em;
}

.p-single__content ul {
	margin-left: 1.6em;
}

.p-single__content ul li {
	list-style: disc;
}

.p-single__content ol {
	margin-left: 1.45em;
}

.p-single__content ol li {
	list-style: decimal;
}

.p-single__content > p {
	line-height: 24px;
	margin-top: 1em;
}

.p-single__content a {
	color: #023E78;
	text-decoration: underline;
}

.p-single__content blockquote.wp-block-quote {
	align-items: flex-start;
	background: #F8F8F8;
	border-left: 4px solid #023E78;
	display: flex;
	flex-direction: column;
	margin: 1em 0 0 0;
	padding: 30px 33px;
	position: relative;
}

.p-single__content blockquote.wp-block-quote::before {
	background: url("../img/icon-quote.svg") center/cover no-repeat;
	content: "";
	height: 45px;
	left: 25px;
	position: absolute;
	top: 25px;
	width: 60px;
	z-index: 0;
}

.p-single__content blockquote.wp-block-quote p {
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.p-single__title {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 20px;
}

.p-single__thumbnail {
	margin-top: 24px;
}

/* =============================
   single-post link
============================= */

.p-single__post-links {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.p-single__post-link a {
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #023E78;
	border-radius: 4px;
	color: #023E78;
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	height: 36px;
	justify-content: center;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}

.p-single__post-link a:first-child {
	margin-right: 10px;
}

.p-single__post-link a:hover {
	background-color: #023E78;
	border-color: #023E78;
	color: #ffffff;
}

/* =============================
   sidebar
============================= */

/* =============================
  archive
============================= */

.p-archive-news {
	margin-bottom: 2px;
	margin-top: -10px;
}

.p-archive-news__items {
	margin-top: 23px;
}

.p-archive-news__item {
	display: flex;
	gap: 11px;
	margin-bottom: 19px;
}

.p-archive-news__thumbnail {
	aspect-ratio: 16/12;
	flex-shrink: 0;
	width: 36%;
}

.p-archive-news__thumbnail img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-archive-news__body {
	flex-grow: 1;
}

.p-archive-news__title {
	color: #1a1a1a;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-archive-news .c-meta__cat {
	padding: 2px 9px 3px;
}

.p-archive-news .c-sidebar-cats {
	padding-top: 55px;
}

.p-archive-news .c-sidebar-new__cat {
	padding: 0.5px 9px;
}

.p-archive-news .wp-pagenavi {
	margin-top: 44px;
}

.p-archive-category .c-sidebar-new {
	padding-top: 76px;
}

/* =============================
   plugin
============================= */

/* ページネーション全体のスタイル */

.wp-pagenavi {
	align-items: center;
	border: none;
	display: flex;
	gap: 7px;
	justify-content: center;
	margin-top: 43px;
	width: 100%;
}

/* 各ページ番号ボタンのスタイル */

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background: #F8F8F8;
	color: #888;
	display: flex;
	flex-shrink: 0;
	height: 40px;
	justify-content: center;
	width: 40px;
}

/* ホバー時のエフェクト */

.wp-pagenavi a:hover {
	background: #023E78;
	color: #ffffff;
}

/* 現在のページ番号のスタイル */

.wp-pagenavi .current {
	background: #023E78;
	color: #ffffff;
}

.previouspostslink,
.nextpostslink {
	font-size: 0;
}

.previouspostslink .icon-prev {
	color: #888888; /* 通常色 */
	height: 17px;
	transition: color 0.3s;
	width: 10px;
}

.previouspostslink::before {
	background: url("../img/icon-chevron-left.svg") no-repeat center/contain;
	content: "";
	display: inline-block;
	height: 16px;
	width: 9px;
}

.nextpostslink::before {
	background: url("../img/icon-chevron-right.svg") no-repeat center/contain;
	content: "";
	display: inline-block;
	height: 16px;
	width: 9px;
}

.previouspostslink:hover::before {
	background: url("../img/icon-chevron-left-hv.svg") no-repeat center/contain;
}

.nextpostslink:hover::before {
	background: url("../img/icon-chevron-right-hv.svg") no-repeat center/contain;
}

/* 前後ボタンのみにマージンを付与 */

/* =============================
   case
============================= */

.p-case-study {
	margin-top: 11px;
}

.p-case-study__nav {
	margin: 0 20px 0;
}

.p-case-study__lists {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-case-study__list {
	background: #EEE;
	border-radius: 4px;
	color: #1a1a1a;
	font-weight: 700;
	height: 44px;
	padding: 12px 0;
	text-align: center;
	width: 100%;
}

.p-case-block {
	margin-top: 58px;
}

.p-case__title {
	border-left: 8px solid #023E78;
	color: #1a1a1a;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7;
	padding-left: 10px;
}

.p-case__title--en {
	color: #023E78;
	font-family: "Fira Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin-top: -8px;
}

.p-case__items {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.p-case__item {
	align-items: flex-start;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-case__item:not(:first-child) {
	margin-top: 57px;
}

.p-case__item__head {
	background-color: #023E78;
	border-radius: 12px 12px 0 0;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	padding: 6px 20px;
	position: relative;
	width: 100%;
}

.p-case__item__heading {
	align-content: center;
}

.p-case__item__genre {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.p-case__item__name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 3px;
}

.p-case__item__compellation {
	margin-left: 12px;
}

.p-case__item__logo {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
	height: 68px;
	padding: 8px 19px;
	width: 90px;
}

.p-case__item__logo img {
	height: 52px;
	width: 52px;
}

.p-case__item__body {
	padding: 16px 20px;
}

.p-case__item__title {
	border-bottom: 1px solid #DDD;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
}

.p-case__item__list-title {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 700;
	margin-top: 16px;
	padding-left: 25px;
	position: relative;
}

.p-case__item__list-title::before {
	background-image: url("../img/icon-checkbox.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15.516px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 15.516px;
}

.p-case__item__list-text {
	color: #1a1a1a;
	margin-top: 6px;
}

.p-case__item__button-wrapper {
	grid-column: 1/-1;
	text-align: center;
}

.p-case__item__button {
	display: block;
	margin: 43px auto 0;
	max-width: 295px;
	padding: 26px 30px;
}

.p-case__item__button.c-button--icon-arrow::after {
	right: 20px;
}

.p-case__item__button.c-button--icon-arrow:hover::after {
	right: 9px;
}

/* =============================
   contact
============================= */

.p-contact {
	margin: 12px auto -31px;
	max-width: 688px;
}

.p-contact--thanks {
	margin: 12px auto 0;
}

.p-contact__form-title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 700;
	margin: 57px 40px 19px;
	text-align: center;
}

.p-contact__form-text {
	color: #1a1a1a;
	line-height: 24px;
}

.p-contact__intro {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.p-contact__intro a {
	color: #023E78;
	display: inline-block;
	margin-top: 14px;
	text-decoration: underline;
}

.p-contact__submit {
	display: block;
	margin: 41px auto 0;
	max-width: 295px;
	padding: 28px 10px;
	text-align: center;
	width: 100%;
}

.p-contact .wpcf7-list-item {
	margin-left: 29px;
}

/* =============================
   download
============================= */

.p-download__items {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-bottom: -27px;
	margin-bottom: 0;
	margin-top: 13px;
}

.p-download__document {
	display: flex;
	flex-direction: column;
	gap: 26px;
	width: 100%;
}

.p-download__document-title {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.p-download__document-image {
	text-align: center;
	width: 100%;
}

.p-download__document-image img {
	width: 300px;
}

.p-download__document-text {
	color: #1a1a1a;
	line-height: 24px;
}

.p-download__form {
	background: #EDF3F8;
	border-radius: 12px;
	padding: 40px 20px;
	padding: 40px 20px 11px;
	width: 100%;
}

.p-download__form-title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.68;
	margin-bottom: 16px;
}

.p-download__form-text {
	display: flex;
	flex-direction: column;
	gap: 1em;
	line-height: 1.84;
	margin-bottom: 29px;
	margin-top: 36px;
}

.p-download__form-text a {
	color: #023E78;
	display: block;
	margin-bottom: -13px;
	margin-top: 7px;
	text-decoration: underline;
}

.p-download__submit {
	display: block;
	margin: 42px auto 0;
	max-width: 332px;
	padding: 26px 10px 24px;
	text-align: center;
	width: 100%;
}

.p-download[type=checkbox]:checked + span::after {
	left: 9px;
	top: 8px;
}

.p-download[type=checkbox] + span::before {
	height: 29px;
	width: 29px;
}

.p-download .c-form__privacy--download {
	margin-top: 16px;
}

/* =============================
   company
============================= */

.p-company-message {
	margin-bottom: 60px;
	margin-top: 72px;
}

.p-company-message-item:last-child {
	margin-top: 58px;
}

.p-company-message-item-bg {
	background-image: url("../img/img-company01_sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 281px;
	padding: 25px 20px;
	width: 100%;
}

.p-company-message-item-bg2 {
	background-image: url("../img/img-company02_sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 281px;
	padding: 25px 20px;
	width: 100%;
}

.p-company-message-item-title {
	color: #ffffff;
	font-family: "Fira Sans", sans-serif;
	font-size: 52px;
	line-height: 1;
}

.p-company-message-item-text {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px;
}

.p-company-message-box {
	background: #ffffff;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
	margin: -40px auto 0;
	padding: 20px;
	width: 90%;
}

.p-company-message-box-title {
	color: #023E78;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-company-message-box-text {
	color: #1a1a1a;
	line-height: 24px;
	margin-top: 18px;
}

.p-company-profile {
	background-image: url("../img/bg-company-sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 60px;
	padding: 60px 0 65px 0;
}

.p-company-profile__box {
	background-color: #ffffff;
	margin: 0 auto;
	overflow-x: auto;
	padding: 35px 19px 40px 18px;
}

.p-company-profile-title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}

.p-company-profile table {
	table-layout: fixed;
	width: 100%;
}

.p-company-profile tbody th {
	border-top: 1px solid #023E78;
	color: #1a1a1a;
	line-height: 1.43;
	padding: 14px 0 15px 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 100px;
}

.p-company-profile tbody tr:last-child th {
	border-bottom: 1px solid #023E78;
}

.p-company-profile tbody tr:last-child td {
	border-bottom: 1px solid #E8EAEC;
}

.p-company-profile td {
	border-top: 1px solid #E8EAEC;
	color: #1a1a1a;
	line-height: 1.43;
	overflow-wrap: anywhere;
	padding: 14px 0 15px 17px;
	position: relative;
	vertical-align: middle;
}

.p-company-profile ul {
	margin-left: 20px;
}

.p-company-profile li::before {
	content: "・";
	left: 0;
	margin-left: 20px;
	position: absolute;
}

.p-company-members {
	background: linear-gradient(transparent 46.5%, #EDF3F8 46.5%);
	margin-bottom: 90px;
}

.p-company-member-title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.p-company-member:not(:last-child) {
	margin-bottom: 58px;
}

.p-company-member-image {
	margin: 0 auto;
	text-align: center;
	width: 71%;
}

.p-company-member-image img {
	width: 100%;
}

.p-company-member-info {
	margin-top: 22px;
}

.p-company-member__post {
	color: #1a1a1a;
	font-weight: 700;
}

.p-company-member__name {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 16px;
}

.p-company-member-text {
	color: #1a1a1a;
	line-height: 24px;
	margin-top: 17px;
}

.p-company-member-sns {
	display: flex;
	gap: 24px;
	margin-top: 17px;
}

.p-company-member-sns a {
	display: inline-block;
}

.p-service-detail {
	margin-top: 15px;
	padding-bottom: 60px;
}

.p-service__heading {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-service-detail__anchor {
	margin-top: -20px;
	padding-top: 18px;
}

.p-service-detail__items {
	margin: 60px 0 70px 0;
}

.p-service-detail__items:last-child {
	margin: 80px 0 0 0;
}

.p-service-detail__items--reverse {
	background: linear-gradient(transparent 0%, #EDF3F8 0%);
	margin: 60px 0 0 0;
}

.p-service-detail__inner {
	margin: 0 auto;
	width: 100%;
}

.p-service-detail__items--reverse .p-service-detail__item {
	padding-top: 10px;
}

.p-service-detail__img {
	margin-left: auto;
	position: relative;
	width: 188px;
	z-index: 0;
}

.p-service-detail__items--reverse .p-service-detail__img {
	margin-left: 0;
}

.p-service-detail__main {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	margin: 0 20px;
	margin-top: -40vw;
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}

.p-service-detail__number {
	color: #023E78;
	font-family: "Fira Sans", sans-serif;
	font-size: 68px;
	position: absolute;
	text-align: right;
	top: -58px;
}

.p-service-detail__items--reverse .p-service-detail__number {
	right: 21px;
}

.p-service-detail__jp {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
}

.p-service-detail__jp--low {
	line-height: 1.3;
	margin-top: 2px;
}

.p-service-detail__en {
	color: #023E78;
	font-family: "Fira Sans", sans-serif;
	line-height: 1;
	margin-top: 4px;
}

.p-service-detail__en--low {
	margin-top: 8px;
}

.p-service-detail__text {
	color: #1a1a1a;
	line-height: 1.7;
	margin-top: 33px;
}

.p-service-detail__dl-wrapper {
	border-top: 1px solid #d5d0d0;
	margin-top: 33px;
}

.p-service-detail__dl-wrapper--low {
	margin-top: 30px;
}

.p-service-detail__dl {
	align-items: center;
	border-bottom: 1px solid #d5d0d0;
	display: flex;
	gap: 50px;
	padding: 18px 0;
}

.p-service-detail__dt {
	font-weight: 700;
	white-space: nowrap;
}

.p-service-detail__button {
	display: block;
	margin: 33px auto 0;
	max-width: 295px;
	padding: 28px 10px;
	width: 100%;
}

/* =============================
   Service Flow
============================= */

.p-service-flow {
	background: url("../img/bg-service-flow.png") center/cover no-repeat;
}

.p-service-flow__heading {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: center;
}

.p-service-flow__item {
	align-items: center;
	display: flex;
	gap: 17px;
}

.p-service-flow__step {
	flex: 0 0 44px;
	text-align: right;
}

.p-service-flow__main {
	flex: 1;
	min-width: 0;
	padding: 20px 20px 20px;
	position: relative;
}

.p-service-flow__main--01 {
	background: #edf3f8;
}

.p-service-flow__main--02 {
	background: #dde8f0;
}

.p-service-flow__main--03 {
	background: #c7dbe9;
}

.p-service-flow__main--04 {
	background: #b0d0e5;
}

.p-service-flow__main--02 .p-service-flow__main-title,
.p-service-flow__main--03 .p-service-flow__main-title,
.p-service-flow__main--04 .p-service-flow__main-title {
	margin-top: 20px;
}

.p-service-flow__main::after {
	background: inherit;
	bottom: -26px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 27px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-service-flow__item:last-child .p-service-flow__main::after {
	display: none;
}

.p-service-flow__step-text {
	color: #FFF400;
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	line-height: 1;
}

.p-service-flow__step-number {
	color: #FFF400;
	font-family: "Fira Sans", sans-serif;
	font-size: 40px;
	font-style: italic;
	line-height: 1;
	margin-top: 5px;
}

.p-service-flow__main-title {
	color: #023E78;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
	text-align: center;
}

.p-service-flow__main-text {
	color: #1a1a1a;
	line-height: 24px;
}

.p-service-flow__main-text span {
	color: #E61264;
	line-height: 24px;
}

/* =============================
   FAQ
============================= */

.p-service-faq {
	margin: 60px 0 98px;
}

.p-service-faq--inner {
	padding: 0 20px;
}

.p-service-faq__heading {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.c-accordion {
	margin-top: 33px;
}

.c-accordion__item {
	border-bottom: 1px solid #DDD;
}

.c-accordion__item.is-open .c-accordion__title {
	color: #E61264;
}

.c-accordion__title {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 16px;
	padding-right: 73px;
	padding-top: 16px;
	position: relative;
}

.c-accordion__title::before,
.c-accordion__title::after {
	background: #1a1a1a;
	content: "";
	position: absolute;
	transition: 0.3s;
}

.c-accordion__title::before {
	height: 2px;
	right: 9px;
	top: 29px;
	width: 21px;
}

.c-accordion__title::after {
	height: 21px;
	right: 18px;
	top: 20px;
	width: 2px;
}

.c-accordion__content {
	display: none;
	line-height: 1.75;
	padding-bottom: 12px;
}

.c-accordion__item.is-open .c-accordion__title::before,
.c-accordion__item.is-open .c-accordion__title::after {
	background: #E61264;
	transform: rotate(45deg);
}

.p-case__detail__button-wrapper {
	grid-column: 1/-1;
	text-align: center;
}

.p-case__detail__button {
	display: block;
	margin: 43px auto 0;
	max-width: 295px;
	padding: 26px 30px;
}

.p-case__detail__button.c-button--icon-arrow::after {
	right: 20px;
}

.p-case__detail__button.c-button--icon-arrow:hover::after {
	right: 9px;
}

.p-mv {
	margin-top: 60px;
	position: relative;
}

.p-mv-slider {
	padding-left: 20px;
	position: relative;
}

.p-mv-slider__items {
	margin-left: 20px;
}

.p-mv-slider__title-wrapper {
	bottom: 20px;
	margin-left: 20px;
	position: absolute;
	width: 86.6vw;
	z-index: 1;
}

.p-mv-slider__title-en {
	color: #023E78;
	font-family: "Fira Sans", sans-serif;
	font-size: 40px;
	line-height: 1;
}

.p-mv-slider__title-line {
	background: #ffffff;
	display: block;
	margin-bottom: 14px;
	padding: 4px 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv-slider__title-line--space {
	background: #ffffff;
	display: block;
	margin-bottom: 14px;
	margin-bottom: 9px;
	padding: 4px 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv-slider__title-jp {
	background-color: #023E78;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1.1px;
	line-height: 1;
	padding: 5px 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top--company .c-heading__link {
	margin-top: 31px;
}

.p-top--service .c-heading__link {
	margin-top: 27px;
}

.p-top--news .c-heading__link {
	margin-top: 33px;
}

.p-top--company {
	background: linear-gradient(transparent 38.5%, #EDF3F8 38.5%, #EDF3F8 96%, transparent 96%);
	margin-top: 5px;
	position: relative;
}

.p-top--company--bg {
	background-image: url("../img/bg-company-sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-top--company-sp-bg {
	height: 96.5333333333vw;
	position: absolute;
	right: -20px;
	top: 0;
	width: 78.6666666667vw;
	z-index: -1;
}

.p-top--company-text-wrap {
	margin-bottom: 30px;
	margin-top: 61px;
}

.p-top--company-text {
	color: #1a1a1a;
	line-height: 24.7px;
}

.p-top--company-text + .p-top--company-text {
	margin-top: 20px;
}

.p-top--company-image-wrap {
	position: relative;
}

.p-top--company-image {
	padding-top: 41px;
}

.p-top--service {
	background: linear-gradient(transparent 50%, #edf3f8 50%);
	margin-top: 120px;
	padding-bottom: 77px;
	position: relative;
}

.p-top--service-contents {
	margin-top: 62px;
}

.p-top--service-content {
	margin-left: 15px;
	position: relative;
}

.p-top--service-content:nth-child(2) {
	margin-top: 74px;
}

.p-top--service-content:nth-child(3) {
	margin-top: 74px;
}

.p-top--service-image-wrap {
	position: relative;
}

.p-top--service-image-number {
	position: absolute;
	right: 0;
	top: -57px;
	width: 110px;
	z-index: 1;
}

.p-top--service-image-number--first {
	width: 104px;
}

.p-top--service-image-image {
	position: relative;
}

.p-top--service-image-image img {
	width: 100%;
}

.p-top--service-detail__jp {
	bottom: 35px;
	left: -15px;
	position: absolute;
	text-align: left;
}

.p-top--service-detail__jp-inside {
	background: #ffffff;
	color: #023E78;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 0;
}

.p-top--service-detail__jp-inside:not(:first-child) {
	margin-top: 8px;
}

.p-top--service-detail__text {
	color: #1a1a1a;
	line-height: 24px;
	margin-top: 14px;
}

.p-top--case {
	background-image: url("../img/bg-company-sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 92px;
	position: relative;
}

.p-top--case .c-heading {
	margin-top: 4px;
}

.p-top--case-items {
	margin-bottom: 55px;
	margin-top: 42px;
}

.p-top--case-item {
	display: block;
	margin-bottom: 49px;
}

.p-top--case-item:hover .p-top--case-item-icon {
	color: #FFF400;
	transform: translateX(10px);
}

.p-top--case-item--image {
	background-color: #ffffff;
	padding: 29px 71px;
}

.p-top--case-item--image img {
	width: 100%;
}

.p-top--case-item--name {
	color: #ffffff;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 700;
	padding: 12px 0;
}

.p-top--case-item--name span {
	margin-left: 15px;
}

.p-top--case-item-wrap {
	display: flex;
	justify-content: space-between;
}

.p-top--case-item-cat {
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 700;
	padding: 1px 15px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top--case-item-icon {
	color: #ffffff;
	margin-left: 5px;
	transition: color 0.3s ease, transform 0.3s ease;
}

.p-top--news {
	background: linear-gradient(transparent 22%, #EDF3F8 22%, #EDF3F8 96%, transparent 96%);
	margin-bottom: 100px;
	margin-top: 62px;
	padding-bottom: 87px;
	padding-top: 4px;
	position: relative;
}

.p-top--news-items {
	background: #ffffff;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
	margin-top: 53px;
	padding: 21px 20px 37px;
}

.p-top--news-item {
	border-bottom: 1px solid #DDD;
	display: block;
	padding-bottom: 31px;
	padding-top: 19px;
}

.p-top--news-item:first-of-type {
	padding-bottom: 36px;
	padding-top: 15px;
}

.p-top--news-item:last-of-type {
	padding-bottom: 36px;
	padding-top: 15px;
}

.p-top--news-cat {
	padding: 3px 19px;
}

.p-top--news-title {
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* =============================
   hidden
============================= */

.u-hidden-sp {
	display: none;
}

.u-font-en {
	font-family: "Fira Sans", sans-serif;
}

.u-font-italic {
	font-style: italic;
}

.u-color-white {
	color: #ffffff;
}

.u-color-black {
	color: #1a1a1a;
}

.u-line-clamp-3 {
	display: -webkit-box; /* 必須：縦方向のボックス化 */
	-webkit-box-orient: vertical; /* 必須：縦方向の行にする */
	overflow: hidden; /* 必須：はみ出し非表示 */
	-webkit-line-clamp: 3; /* 実際の行数指定 */
	line-clamp: 3; /* 非標準、念のため */
}

@media screen and (min-width: 768px) {

.l-footer {
	padding: 130px 0 20px;
}

.l-footer__logo {
	max-width: 375px;
}

.l-footer__copyright {
	font-size: 14px;
	margin-top: 75px;
}

.l-footer__page-top {
	margin: 0 20px 40px 0;
}

.l-inner,
.l-inner--narrow {
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner {
	max-width: 1180px;
}

.l-inner--wide {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 40px;
	padding-right: 40px;
}

.l-section {
	padding: 120px 0;
}

.l-section--lower-fv {
	padding: 70px 0 160px;
}

.l-contents__inner {
	display: flex;
	gap: 40px;
}

.l-contents__main {
	flex: 1;
}

.l-contents__side {
	flex-shrink: 0;
	width: 300px;
}

.c-breadcrumbs {
	max-width: 365px;
	overflow-x: visible;
	padding: 10px 20px;
}

.c-button--icon-arrow::after {
	height: 13px;
	width: 20px;
}

.c-footer-links {
	flex-direction: row;
}

.c-footer-links__item {
	padding: 52px 40px 50px 40px;
	width: 50%;
}

.c-footer-links__item--download {
	background-image: linear-gradient(rgba(0, 87, 172, 0.8), rgba(0, 87, 172, 0.8)), url("../img/img-download-pc.jpg");
}

.c-footer-links__item--contact {
	background-image: linear-gradient(rgba(2, 62, 120, 0.8), rgba(2, 62, 120, 0.8)), url("../img/img-contact-pc.jpg");
}

.c-footer-links__button {
	font-size: 24px;
	max-width: 315px;
	padding: 33px 10px;
}

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

.c-heading__en {
	font-size: 60px;
}

.c-heading__jp {
	font-size: 16px;
}

.c-heading__link {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}

.c-heading__link-text {
	font-size: 32px;
}

.c-heading__link-arrow--white,
.c-heading__link-arrow--blue,
.c-heading__link-arrow--black {
	margin: 0 28px 0 8px;
	margin: 0 28px 0 13px;
	width: 95px;
}

.c-heading__link-arrow--white::before,
.c-heading__link-arrow--blue::before,
.c-heading__link-arrow--black::before {
	bottom: -3px;
	height: 18px;
	right: 6px;
}

.c-heading__link:hover .c-heading__link-arrow--white,
.c-heading__link:hover .c-heading__link-arrow--blue,
.c-heading__link:hover .c-heading__link-arrow--black {
	margin-left: -34px;
	transform: translateX(47px);
	width: 142px;
}

.c-heading__link-circle--border {
	height: 55px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
}

.c-mv-lower__img--service {
	background: url("../img/mv-service_pc.jpg") center/cover no-repeat;
}

.c-mv-lower__img--contact {
	background: url("../img/mv-contact_pc.jpg") center/cover no-repeat;
}

.c-mv-lower__img--download {
	background: url("../img/mv-download_pc.jpg") center/cover no-repeat;
}

.c-mv-lower__img--news {
	background: url("../img/mv-news_pc.jpg") center/cover no-repeat;
}

.c-mv-lower__img--company {
	background: url("../img/mv-company_pc.jpg") center/cover no-repeat;
}

.c-mv-lower__img--service::after,
.c-mv-lower__img--contact::after,
.c-mv-lower__img--download::after,
.c-mv-lower__img--news::after,
.c-mv-lower__img--company::after {
	background: url("../img/lower-mv-decoration_pc.png") center/cover no-repeat;
	width: 350px;
}

.c-mv-lower__main {
	left: 150px;
}

.c-mv-lower__en {
	font-size: 60px;
	padding: 4px 0;
}

.c-mv-lower__jp {
	font-size: 20px;
}

.c-sidebar-new {
	gap: 15px;
	padding-top: 0;
}

.c-sidebar__title {
	margin-top: 4px;
	margin-top: -5px;
}

.c-sidebar-new__thumbnail {
	aspect-ratio: 1/1;
	width: 33%;
}

.c-sidebar-new__body {
	width: calc(65% - 5px);
}

.c-sidebar-new__cat {
	font-size: 14px;
	gap: 10px;
	padding: 0 10px;
}

.c-sidebar-new__title {
	margin-top: 8px;
}

.c-sidebar-cats {
	gap: 19px;
	padding-top: 76px;
	padding-top: 84px;
}

.c-form__item {
	margin-bottom: 12px;
}

.c-form__item--download {
	margin-bottom: 12px;
}

.c-form__title {
	font-size: 18px;
}

.c-form__field {
	font-size: 16px;
	height: 45px;
	margin-top: 6px;
}

.c-form__field--contact {
	font-size: 16px;
	height: 241px;
	margin-top: 6px;
}

.c-form__select {
	font-size: 16px;
}

.c-form__privacy {
	font-size: 16px;
	margin-top: 15px;
}

.c-form__privacy--download {
	font-size: 16px;
	margin-top: 15px;
}

.c-form__privacy-text {
	font-size: 16px;
}

.c-form__privacy-text a {
	margin-left: 5px;
	margin-left: 15px;
}

.c-form__link-to-privacy {
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
}

.c-form__link-to-privacy--contact {
	display: inline-block;
	font-size: 16px;
	margin: 0 10px 0 19px;
}

.wpcf7-list-item {
	margin-left: 11px;
}

[type=checkbox] + span {
	padding: 0 0 0 27px;
}

[type=checkbox] + span::before {
	height: 31px;
	width: 31px;
}

.p-single {
	margin-top: 10px;
}

.p-single__content {
	margin-top: 40px;
}

.p-single__content blockquote.wp-block-quote {
	padding: 29px 31px;
	width: 85%;
}

.p-single__content blockquote.wp-block-quote::before {
	left: 15px;
	top: 15px;
	width: 58px;
}

.p-single__title {
	font-size: 24px;
	margin-top: 20px;
}

.p-archive-news {
	margin-bottom: -1px;
	margin-top: 0;
}

.p-archive-news__items {
	margin-top: 17px;
}

.p-archive-news__item {
	gap: 19px;
	margin-bottom: 39px;
}

.p-archive-news__thumbnail {
	aspect-ratio: 16/10;
	width: 33%;
}

.p-archive-news__title {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 17px;
}

.p-archive-news .c-sidebar-cats {
	gap: 19px;
	padding-top: 76px;
}

.p-archive-news .c-sidebar-new {
	padding-top: 0;
}

.p-archive-news .c-sidebar__title {
	margin-top: 4px;
}

.p-archive-news .p-single__title {
	font-size: 32px;
	margin-top: 9px;
}

.p-archive-news .wp-pagenavi {
	margin-top: 61px;
}

.wp-pagenavi {
	margin-top: 62px;
}

.previouspostslink,
.nextpostslink {
	margin: 0 20px; /* 左右に30pxずつ */
}

.p-contact__form-title {
	margin: 77px 60px 35px;
}

.p-contact__submit {
	font-size: 16px;
}

.p-contact .c-form__privacy {
	margin-top: 36px;
}

.p-download__items {
	flex-direction: row;
	gap: 40px;
	justify-content: space-between;
	margin-top: 10px;
}

.p-download__document {
	gap: 25px;
	width: 50%;
}

.p-download__document-title {
	font-size: 28px;
	line-height: 40px;
}

.p-download__document-image {
	margin-top: 4px;
}

.p-download__form {
	padding: 39px 38px 7px;
	width: 53%;
}

.p-download__form-title {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 19px;
}

.p-download__submit {
	font-size: 16px;
	margin: 41px auto 0;
	max-width: 336px;
}

.p-company-message {
	margin-bottom: 120px;
}

.p-company-message-item:last-child {
	margin-top: 120px;
}

.p-company-message-item-bg {
	background-image: url("../img/img-company01_pc.jpg");
	height: 353px;
	padding: 30px 20px;
}

.p-company-message-item-bg2 {
	background-image: url("../img/img-company02_pc.jpg");
	height: 353px;
	padding: 30px 20px;
}

.p-company-message-item-title {
	font-size: 100px;
}

.p-company-message-item-text {
	font-size: 24px;
	margin-top: 15px;
}

.p-company-message-box {
	margin: -60px auto 0;
	max-width: 688px;
	padding: 30px 40px;
}

.p-company-message-box-title {
	font-size: 24px;
	font-style: normal;
}

.p-company-message-box-text {
	font-size: 14px;
	margin-top: 30px;
}

.p-company-profile {
	background-image: url("../img/bg-company-pc.jpg");
	padding: 80px 0 93px;
}

.p-company-profile__box {
	margin-top: 15px;
	padding: 55px 38px 58px;
}

.p-company-profile-title {
	margin-bottom: 55px;
}

.p-company-profile tbody th {
	font-size: 16px;
	line-height: 26px;
	padding: 22px 32px;
	width: 200px;
}

.p-company-profile td {
	font-size: 16px;
	line-height: 24px;
	padding: 22px 32px;
}

.p-company-profile ul {
	font-size: 16px;
	line-height: 24px;
}

.p-company-profile li::before {
	margin-left: 35px;
}

.p-company-members {
	background: linear-gradient(transparent 59%, #EDF3F8 40%);
	margin-bottom: 70px;
	padding-bottom: 160px;
}

.p-company-member-title {
	margin-bottom: 16px;
	margin-top: -2px;
}

.p-company-member:not(:last-child) {
	margin-bottom: 68px;
}

.p-company-member:last-child {
	margin-top: -20px;
}

.p-company-member-wrap {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
	margin: 0 auto;
	max-width: 688px;
}

.p-company-member-image {
	flex-shrink: 0;
	transform: translateY(40px);
	width: 240px;
}

.p-company-member-image--second {
	transform: translateY(30px);
}

.p-company-member-info {
	margin-top: 0;
	width: 408px;
}

.p-company-member-text {
	margin-top: 30px;
}

.p-company-member-sns {
	margin-top: 30px;
}

.p-service-detail {
	margin-top: 10px;
}

.p-service__heading {
	font-size: 28px;
	line-height: 1.43;
}

.p-service-detail__anchor {
	margin-top: -55px;
	padding-top: 60px;
}

.p-service-detail__items {
	margin-top: 130px;
}

.p-service-detail__items:last-child {
	margin: 185px 0 0 0;
}

.p-service-detail__items--reverse {
	margin-top: 195px;
	padding-bottom: 80px;
}

.p-service-detail__inner {
	max-width: 1260px;
	padding: 0 40px;
}

.p-service-detail__item {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
}

.p-service-detail__items--reverse .p-service-detail__item {
	flex-direction: row;
	padding-top: 70px;
}

.p-service-detail__img {
	margin: 59px 0 0;
	max-width: 560px;
	width: 47.46%;
}

.p-service-detail__main {
	margin: 0;
	margin-top: 0vw;
	max-width: 590px;
	padding: 40px 40px 60px;
	transform: translateX(30px);
	width: 70%;
}

.p-service-detail__main--reverse {
	transform: translateX(-30px);
}

.p-service-detail__number {
	font-size: 100px;
	left: 59px;
	top: -80px;
}

.p-service-detail__items:last-child .p-service-detail__number {
	top: -90px;
}

.p-service-detail__items--reverse .p-service-detail__number {
	right: 45px;
	top: -90px;
}

.p-service-detail__jp {
	font-size: 40px;
	margin-top: 40px;
}

.p-service-detail__jp--low {
	margin-top: 35px;
}

.p-service-detail__en {
	font-size: 16px;
	margin-top: 0px;
}

.p-service-detail__en--low {
	margin-top: 7px;
}

.p-service-detail__text {
	margin-top: 60px;
}

.p-service-detail__dl-wrapper {
	margin-top: 59px;
}

.p-service-detail__dl {
	padding: 29.5px 0;
}

.p-service-detail__button {
	font-size: 16px;
	margin: 40px auto 0;
	margin-top: 60px;
	max-width: 304px;
	padding: 27px 60px;
}

.p-service-flow {
	padding-top: 15px;
}

.p-service-flow__heading {
	margin-bottom: 62px;
	padding-top: 60px;
}

.p-service-flow__items {
	display: flex;
	gap: 0px;
	justify-content: space-between;
}

.p-service-flow__item {
	align-items: center;
	flex: 1;
	flex-direction: column;
	gap: 0;
}

.p-service-flow__step {
	flex: 0;
	text-align: left;
	width: 100%;
}

.p-service-flow__main {
	padding: 41px 22px 20px 44px;
}

.p-service-flow__main--02 .p-service-flow__main-title,
.p-service-flow__main--03 .p-service-flow__main-title,
.p-service-flow__main--04 .p-service-flow__main-title {
	margin-left: 7px;
	margin-top: 0;
}

.p-service-flow__main--02 .p-service-flow__main-text,
.p-service-flow__main--03 .p-service-flow__main-text,
.p-service-flow__main--04 .p-service-flow__main-text {
	margin-left: 7px;
}

.p-service-flow__main::after {
	bottom: auto;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	height: 100%;
	left: auto;
	right: -26px;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
}

.p-service-flow__step-text {
	display: inline-block;
}

.p-service-flow__step-number {
	display: inline-block;
	margin-left: 5px;
}

.p-service-flow__main-title {
	font-size: 20px;
	margin-bottom: 18px;
	text-align: left;
}

.p-service-flow__main-text {
	font-size: 12px;
}

.p-service-flow__main-text span {
	font-size: 12px;
}

.p-service-faq {
	margin: 158px 0 158px;
}

.p-service-faq--inner {
	margin: 0 auto;
	max-width: 688px;
}

.c-accordion {
	margin: 55px auto 0;
	max-width: 688px;
}

.c-accordion__title {
	font-size: 20px;
	padding-bottom: 31px;
	padding-top: 31px;
}

.c-accordion__title::before {
	right: 12px;
	top: 45px;
}

.c-accordion__title::after {
	right: 21px;
	top: 36px;
}

.c-accordion__content {
	line-height: 1.7;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 55px;
}

.p-mv {
	margin-top: 100px;
}

.p-mv-slider {
	padding-left: 40px;
}

.p-mv-slider__items {
	margin-left: 50px;
}

.p-mv-slider__title-wrapper {
	bottom: 60px;
	margin-left: 50px;
	width: 56vw;
}

.p-mv-slider__title-en {
	font-size: 60px;
}

.p-mv-slider__title-above {
	background-color: #ffffff;
}

.p-mv-slider__title-line {
	display: inline-block;
	margin-bottom: 15px;
	padding: 6px 0;
}

.p-mv-slider__title-line--space {
	background-color: transparent;
	display: inline-block;
	margin-bottom: 17px;
	margin-left: -20px;
	padding-left: 20px;
}

.p-mv-slider__title-jp {
	font-size: 19px;
}

.p-mv .c-heading__link {
	display: flex;
}

.p-top--company .c-heading__link {
	margin-right: -2px;
	margin-top: 77px;
}

.p-top--service .c-heading__link {
	margin-right: -2px;
	margin-top: -21px;
}

.p-top--case .c-heading__link {
	margin-right: -2px;
	margin-top: -17px;
}

.p-top--news .c-heading__link {
	margin-right: -2px;
	margin-top: -21px;
}

.p-top--company {
	margin-top: 30px;
}

.p-top--company-pc-bg {
	height: 62.5vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 39vw;
}

.p-top--company-pc-bg {
	width: 47.5vw;
}

.p-top--company-sp-bg {
	display: block;
	display: none;
	height: 70.3125vw;
	max-height: 800px;
	right: 0;
	top: -210px;
	transform: translateX(20px);
	width: 45vw;
}

.p-top--company-content {
	align-items: flex-start;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.p-top--company-text-wrap {
	flex: 1;
	margin-top: 20px;
	margin-top: 103px;
	max-width: 379px;
}

.p-top--company-text {
	line-height: 25.3px;
}

.p-top--company-image-wrap {
	flex: 1.5;
	margin-bottom: 50px;
	margin-top: 0;
}

.p-top--company-image {
	padding-top: 22px;
}

.p-top--company .c-heading {
	margin-top: 17px;
}

.p-top--service {
	margin-top: 83px;
}

.p-top--service-contents {
	display: flex;
	justify-content: space-between;
	margin-top: 78px;
}

.p-top--service-content {
	margin-left: 0;
	width: 29%;
}

.p-top--service-content:nth-child(2) {
	margin-top: 60px;
}

.p-top--service-content:nth-child(3) {
	margin-top: 120px;
}

.p-top--service-image-number--first {
	right: -2px;
	top: -55px;
}

.p-top--service-detail__jp {
	bottom: 32px;
	left: -32px;
}

.p-top--service-detail__jp-inside {
	font-size: 21px;
	white-space: nowrap;
}

.p-top--case {
	margin-top: -9px;
	padding-bottom: 79px;
}

.p-top--case .c-heading {
	margin-top: -9px;
}

.p-top--case-items {
	display: grid;
	gap: 22px 69px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 0;
	margin-top: 75px;
}

.p-top--case-item {
	margin-top: 0;
}

.p-top--case-item--image {
	padding: 21px 62px;
}

.p-top--case-item--name {
	padding: 13px 0 12px;
}

.p-top--case-item-cat {
	padding: 3px 15px;
}

.p-top--news {
	background: linear-gradient(transparent 57%, #EDF3F8 57%, #EDF3F8 100%, transparent 100%);
	margin-bottom: 23px;
	margin-top: 50px;
	padding-bottom: 134px;
}

.p-top--news-items {
	margin-top: 71px;
	padding: 75px 40px 40px;
}

.p-top--news-item {
	padding-top: 29px;
}

.p-top--news-item:first-of-type {
	padding-bottom: 32px;
	padding-top: 18px;
}

.p-top--news-item:last-of-type {
	padding-bottom: 29px;
	padding-top: 32px;
}

.p-top--news .c-meta__cat {
	padding: 6px 23px;
}

.p-top--news .p-archive-news__title {
	margin-top: 23px;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-tab {
	display: none;
}

}

@media screen and (min-width: 992px) {

.l-header__title a img {
	max-width: 280px;
}

.l-inner--narrow {
	max-width: 848px;
}

.c-footer-links__en {
	font-size: 60px;
}

.c-heading__en {
	font-size: 100px;
}

.c-heading__jp {
	font-size: 24px;
}

.c-mv-lower__img--service::after,
.c-mv-lower__img--contact::after,
.c-mv-lower__img--download::after,
.c-mv-lower__img--news::after,
.c-mv-lower__img--company::after {
	width: 365px;
}

.c-mv-lower__main {
	left: 220px;
}

.c-meta-single__cat {
	font-size: 14px;
}

.c-meta__cat {
	font-size: 14px;
	padding: 6px 9px;
}

.c-form__tag {
	font-size: 12px;
	margin-left: 9px;
}

.p-sidebar {
	width: 300px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	flex-direction: column;
	height: 50px;
	padding: 13px 20px;
	width: 50px;
}

.p-case-study {
	margin-top: 8px;
}

.p-case-study__nav {
	margin: 0 0 82px;
}

.p-case-study__lists {
	flex-direction: row;
	gap: 16px;
}

.p-case-study__list {
	width: 208px;
}

.p-case-block:nth-child(n+3) {
	margin-top: 81px;
}

.p-case__title {
	align-items: center;
	flex-direction: row;
	font-size: 28px;
	line-height: 1.5;
}

.p-case__title--en {
	font-size: 16px;
	margin: 0 0 0 20px;
}

.p-case__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 59px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	row-gap: 0;
}

.p-case__item {
	width: 100%;
}

.p-case__item:not(:first-child) {
	margin-top: 0;
}

.p-case__item:nth-child(n+3) {
	margin-top: 60px;
}

.p-case__item__head {
	gap: 10px;
	height: 100px;
	padding: 18px 40px;
}

.p-case__item__genre {
	font-size: 14px;
	margin-bottom: 12px;
}

.p-case__item__name {
	font-size: 24px;
}

.p-case__item__compellation {
	font-size: 16px;
	margin-left: 15px;
}

.p-case__item__logo {
	border-radius: 12px;
	height: 112px;
	padding: 4px 30px;
	position: absolute;
	right: 20px;
	top: -5px;
	width: 160px;
}

.p-case__item__logo img {
	height: 100px;
	width: 100px;
}

.p-case__item__body {
	padding: 31px 40px 35px;
}

.p-case__item__list-title {
	font-size: 18px;
	margin-top: 25px;
	padding-left: 30px;
}

.p-case__item__list-title::before {
	height: 23px;
	width: 21px;
}

.p-case__item__list-text {
	margin-top: 7px;
}

.p-case__item__button {
	display: inline-block;
	font-size: 16px;
	margin-top: 59px;
	max-width: 100%;
	padding: 24px 80px;
}

.p-contact {
	margin: 11px auto -31px;
}

.p-contact--thanks {
	margin: 11px auto -2px;
}

.p-contact__intro a {
	margin-top: 9px;
}

.p-company-member__name {
	text-align: center;
}

.p-service-detail__img {
	max-width: 560px;
}

.p-service-detail__main {
	transform: translateX(60px);
}

.p-service-detail__main--reverse {
	transform: translateX(-60px);
}

.p-service-flow__step {
	margin-bottom: 5px;
}

.p-service-flow__main-text {
	font-size: 14px;
}

.p-service-flow__main-text span {
	font-size: 14px;
}

.p-case__detail__button {
	display: inline-block;
	font-size: 16px;
	margin-top: 59px;
	max-width: 100%;
	padding: 24px 80px;
}

.p-top--company .c-heading__main {
	margin-top: 100px;
}

.p-top--service-detail__jp-inside {
	font-size: 28px;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-pc {
	display: none;
}

}

@media screen and (min-width: 1280px) {

.l-header__inner {
	height: 100px;
	margin: 0 auto;
	padding: 16px;
}

.c-breadcrumbs {
	padding: 10px 20px 0 90px;
}

.c-drawer__content {
	display: none;
}

.c-drawer__icon {
	display: none;
}

.c-global-nav {
	align-items: center;
	display: flex;
}

.c-global-nav__button {
	display: block;
	font-size: 14px;
	padding: 26px 15px;
	width: 176px;
}

.c-mv-lower {
	margin-top: 100px;
}

.p-company-message {
	margin-top: 80px;
}

.p-top--company-pc-bg {
	height: 49.5vw;
}

}

