body {
	overflow-wrap: break-word;
}

*,
*::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;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

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

body {
	color: #1a1a1a;
	font-family: "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
	font-size: 16px;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 992px;
}

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

.l-header {
	background-color: #fff;
	height: 100px;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	padding-left: 16px;
	padding-right: 16px;
}

.l-header__logo {
	display: flex;
	height: 53px;
	max-width: 283px;
}

.l-header__logo img {
	height: 100%;
}

.l-header__nav {
	display: flex;
	font-size: 16px;
	margin-left: auto;
}

.l-header__nav-item:not(:first-child) {
	padding-left: 20px;
}

.l-header__nav-item:not(:last-child) {
	padding-right: 20px;
}

.l-header__nav-item:nth-child(n+2) {
	position: relative;
}

.l-header__nav-item:nth-child(n+2)::before {
	background-color: #333;
	content: "";
	height: 16px;
	left: 0%;
	position: absolute;
	transform: rotate(45deg);
	width: 1px;
}

.l-header__btn {
	margin-left: 32px;
}

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

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

.l-footer {
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.l-footer__inner {
	display: flex;
}

.l-footer__item {
	color: #fff;
	padding-bottom: 50px;
	padding-top: 56px;
	position: relative;
	text-align: center;
	width: 50%;
}

.l-footer__item--left {
	background: url(../img/footer-left.png) no-repeat center/cover;
}

.l-footer__item--left::after {
	background: rgba(0, 87, 172, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.l-footer__item--right {
	background: url(../img/footer-right.png) no-repeat center/cover;
}

.l-footer__item--right::after {
	background: rgba(2, 62, 120, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.l-footer__box {
	position: relative;
	text-align: center;
	z-index: 10;
}

.l-footer__title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2;
}

.l-footer__sub {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 3px;
}

.l-footer__btn {
	align-items: center;
	border: 2px solid #fef251;
	color: #fef251;
	display: flex;
	font-family: "Fira Sans", sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	height: 98px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 315px;
}

.l-footer__btn:hover {
	background-color: #fff400;
	color: #1a1a1a;
}

.l-footer__btn::after {
	background: url(../img/icon/icon-arrow-yellow.svg) no-repeat center/contain;
	content: "";
	height: 13.5px;
	position: absolute;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 20.24px;
}

.l-footer__btn:hover::after {
	background: url(../img/icon/icon-arrow-black.svg) no-repeat center/contain;
	right: 24px;
}

.l-footer__bottom {
	background-color: #1a1a1a;
	color: #fff;
	padding-bottom: 16px;
	padding-top: 114px;
	position: relative;
}

.l-footer__global {
	font-size: 52px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.0689655172;
	text-align: center;
}

.l-footer__box {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__texts {
	font-size: 14px;
	line-height: 1.7142857143;
	margin-top: 23px;
	text-align: left;
}

.c-copyright {
	font-size: 14px;
	margin-top: 89px;
	text-align: center;
}

.l-footer__top {
	bottom: 40px;
	display: block;
	height: 40px;
	position: absolute;
	right: 40px;
	width: 40px;
}

.c-view__link {
	align-items: center;
	color: #023e78;
	display: inline-flex;
	font-family: "Fira Sans", sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	padding-right: 134.5px;
	position: relative;
}

.c-view__link-text--white {
	color: #fff;
}

.c-view__link-arrow {
	background-color: #023e78;
	height: 2px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 95px;
	z-index: 10;
}

.c-view__link-arrow::after {
	background-color: #023e78;
	bottom: -3px;
	content: "";
	height: 18px;
	position: absolute;
	right: 6px;
	transform: rotate(-55deg);
	width: 2px;
}

.c-view__link-arrow--white {
	background-color: #fff;
}

.c-view__link-arrow--white::after {
	background-color: #fff;
}

.c-view__link-circle {
	background-color: transparent;
	border: 3px solid #fef251;
	border-radius: 50%;
	height: 51px;
	position: absolute;
	right: 0;
	top: 47%;
	transform: translateY(-50%);
	width: 51px;
}

.c-view__link-circle--yellow {
	background-color: #fef251;
}

.c-heading {
	color: #023e78;
	display: flex;
}

.c-heading__h2 {
	font-family: "Fira Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
}

.c-heading__h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}

.c-heading__link {
	margin-left: auto;
}

.c-heading__link-wrap {
	text-align: right;
}

.c-header-btn-wrap {
	display: flex;
	max-width: 362px;
	width: 100%;
}

.c-header-btn-left {
	align-items: center;
	background-color: #fff;
	border: 1px solid #023e78;
	color: #023e78;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	height: 68px;
	justify-content: center;
	transition: all 0.3s ease 0s;
	width: calc(50% - 5px);
}

.c-header-btn-left:hover {
	background-color: #023e78;
	color: #fff;
}

.c-header-btn-right {
	align-items: center;
	background-color: #023e78;
	color: #fff;
	display: flex;
	font-weight: 500;
	height: 68px;
	justify-content: center;
	margin-left: 10px;
	width: calc(50% - 5px);
}

.c-drawer-icon {
	position: absolute;
	right: 20px;
	top: 22px;
	transition: transform 0.5s ease 0s;
	z-index: 300;
}

.c-drawer-icon.is-active .c-drawer-icon__bar1 {
	top: 8px;
	transform: rotate(-45deg);
}

.c-drawer-icon.is-active .c-drawer-icon__bar2 {
	display: none;
}

.c-drawer-icon.is-active .c-drawer-icon__bar3 {
	top: 8px;
	transform: rotate(45deg);
}

.c-drawer-icon__bars {
	height: 15.75px;
	position: relative;
	width: 27px;
}

.c-drawer-icon__bar1,
.c-drawer-icon__bar2,
.c-drawer-icon__bar3 {
	background-color: #023e78;
	height: 2.25px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-drawer-icon__bar1 {
	left: 0;
	position: absolute;
	top: 0;
}

.c-drawer-icon__bar2 {
	left: 0;
	position: absolute;
	top: 6.75px;
}

.c-drawer-icon__bar3 {
	left: 0;
	position: absolute;
	top: 13.5px;
}

.c-drawer-content {
	background-color: #023e78;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 59px;
	padding-top: 60px;
	position: fixed;
	text-align: center;
	transform: translateY(-120%);
	transition: transform 0.5s ease 0s;
	width: 100%;
	z-index: 299;
}

.c-drawer-content.is-active {
	transform: translateY(0%);
}

.c-drawer-content__item {
	line-height: 1.5;
}

.c-drawer-content__item + .c-drawer-content__item {
	margin-top: 40px;
}

.c-drawer-content__btn {
	align-items: center;
	background-color: #fff;
	border: 1px solid #023e78;
	color: #023e78;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	height: 68px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 295px;
}

.c-drawer-content__btn + .c-drawer-content__btn {
	margin-top: 32px;
}

.c-drawer-content__btn--first {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.c-breadcrumb {
	box-sizing: content-box;
	font-size: 12px;
	margin: 13px auto 0;
	margin-top: 13px;
	max-width: 1100px;
	padding: 0 20px;
}

.c-breadcrumbs__chevron-right {
	margin: 0 6px;
}

.c-btn {
	align-items: center;
	border: 1px solid #023e78;
	color: #023e78;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	height: 72px;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 304px;
}

.c-btn:hover {
	background-color: #023e78;
	color: #fff;
}

.c-btn::after {
	background: url(../img/icon/icon-arrow-blue.svg) no-repeat center/contain;
	content: "";
	height: 13.5px;
	position: absolute;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 20.24px;
}

.c-btn:hover::after {
	background: url(../img/icon/icon-arrow-white.svg) no-repeat center/contain;
	right: 24px;
}

.p-service {
	background: linear-gradient(transparent 52%, #edf3f8 52%);
}

.p-service__lists {
	display: flex;
	margin-top: 85px;
}

.p-service__list {
	width: calc(33.33333333% - 46.6666666667px);
}

.p-service__list + .p-service__list {
	margin-left: 70px;
}

.p-service__list:nth-of-type(2) {
	margin-top: 55px;
}

.p-service__list:nth-of-type(3) {
	margin-top: 110px;
}

.p-service__card {
	position: relative;
}

.p-service__card-img {
	padding-top: 133.4375%;
	position: relative;
}

.p-service__card-img .portrait {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-service__card-number {
	height: 121px;
	position: absolute;
	right: 4px;
	top: -54px;
	width: 98px;
	z-index: 10;
}

.p-service__card-title {
	bottom: 40px;
	font-size: 28px;
	font-weight: bold;
	left: -25px;
	position: absolute;
}

.p-service__card-title--inside {
	background-color: #fff;
	color: #023e78;
	display: inline-block;
	padding: 6px 0;
	white-space: nowrap;
}

.p-service__card-title--inside:nth-of-type(2) {
	margin-top: 8px;
}

.p-service__card-text {
	color: #1a1a1a;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7142857143;
	margin-top: 16px;
}

.wrap {
	overflow: hidden;
}

.p-main-visual {
	width: 100%;
}

.p-main-visual__inner {
	margin-left: 50px;
	position: relative;
}

.slide-items {
	height: 100%;
	margin-left: 41px;
	width: 100%;
}

.p-main-visual__wrap {
	padding-top: 8.13%;
	position: relative;
	width: 100%;
}

.p-main-visual__img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-main-visual__img img {
	height: 100%;
	width: 100%;
}

.p-main-visual__texts {
	bottom: 60px;
	left: 0;
	position: absolute;
}

.p-main-visual__text-h3--inside {
	background-color: #fff;
	color: #023e78;
	display: inline-block;
	font-size: 60px;
	font-style: italic;
	font-weight: 500;
	padding: 6px 0;
	padding-right: 5px;
}

.p-main-visual__text-h3--inside:nth-of-type(3) {
	margin-top: 16px;
}

.p-main-visual__text-h4 {
	background-color: #023e78;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 16px;
	padding: 4.5px 0;
}

.p-about {
	background: linear-gradient(transparent 29%, #edf3f8 29%);
	margin-bottom: 125px;
	margin-top: 150px;
	padding-bottom: 200px;
	position: relative;
}

.p-about__right-image {
	background: url(../img/bg-company.png) no-repeat center/cover;
	height: 70.3125vw;
	max-height: 800px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -10;
}

.p-about__inner {
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1104px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 10;
}

.p-about__heading {
	padding-top: 115px;
}

.p-about__flex {
	align-items: center;
	display: flex;
	margin-top: 26px;
}

.p-about__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	max-width: 379px;
}

.p-about__image {
	margin-left: 40px;
	max-width: 681px;
}

.p-case {
	background: url(../img/bg-case.png) no-repeat center/cover;
	color: #fff;
	padding-bottom: 120px;
	padding-top: 100px;
	position: relative;
	z-index: 10;
}

.p-case .c-heading {
	color: #fff;
}

.p-case__cards {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.p-case__card {
	position: relative;
	width: calc(33.33333333% - 46.6666666667px);
}

.p-case__card + .p-case__card {
	margin-left: 70px;
}

.p-case__card:nth-of-type(3n + 1) {
	margin-left: 0;
}

.p-case__card:nth-of-type(n + 4) {
	margin-top: 70px;
}

.p-case__card:hover .p-case__card-icon > svg {
	fill: #fef251;
	transform: translateX(10px);
}

.p-case__card-img > img {
	height: 18.75vw;
	max-height: 240px;
}

.p-case__card-body {
	padding-top: 16px;
}

.p-case__card-company {
	font-size: 16px;
	font-weight: bold;
}

.p-case__card-study {
	align-items: center;
	border: 1px solid #fff;
	display: flex;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	justify-content: center;
	line-height: 1.3;
	margin-top: 12px;
	padding: 6px 16px;
}

.p-case__card-icon {
	bottom: 0;
	height: 29.25px;
	position: absolute;
	right: 0;
	width: 29.25px;
}

.p-case__card-icon > svg {
	fill: #fff;
	transition: all 0.3s ease 0s;
}

.p-news {
	background: linear-gradient(transparent 52%, #edf3f8 52%);
	padding-bottom: 160px;
	padding-top: 160px;
}

.p-news__box {
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	margin: 80px auto 0;
	max-width: 100%;
	padding: 60px 40px 40px;
	position: relative;
	width: 768px;
	z-index: 10;
}

.p-news__box-body {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 32px;
	position: relative;
}

.p-news__box-body + .p-news__box-body {
	margin-top: 20px;
}

.p-news__box-cat {
	align-items: center;
	border: 1px solid #e61264;
	color: #e61264;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	width: 104px;
}

.p-news__box-day {
	color: #888;
	display: inline-block;
	font-size: 14px;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 10px;
}

.p-news__box-title {
	font-weight: bold;
	line-height: 2;
	margin-top: 16px;
}

.p-mv-lower {
	background: url(../img/mv-company_pc.png) no-repeat center/cover;
	height: 250px;
	position: relative;
	width: 100%;
}

.p-mv-lower::before {
	background: rgba(26, 26, 26, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv-lower::after {
	background: url(../img/lower-mv-decoration_pc.png) no-repeat center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 365px;
}

.p-mv-lower--service {
	background: url(../img/mv-service_pc.png) no-repeat center/cover;
}

.p-mv-lower--news {
	background: url(../img/mv-news_pc.png) no-repeat center/cover;
}

.p-mv-lower--download {
	background: url(../img/mv-download_pc.png) no-repeat center/cover;
}

.p-mv-lower--contact {
	background: url(../img/mv-contact_pc.png) no-repeat center/cover;
}

.p-mv-lower__texts {
	left: 17.1875%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.p-mv-lower__text {
	background-color: #fff;
	color: #023e78;
	display: inline-block;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
	padding: 6px 0;
	padding-right: 5px;
}

.p-mv-lower__text:nth-of-type(2) {
	font-size: 20px;
	font-style: normal;
	margin-top: 8px;
}

.p-mission {
	margin-top: 81px;
}

.p-mission--vision {
	margin-top: 120px;
}

.p-mission__inner {
	margin: 0 auto;
	max-width: 1100px;
}

.p-mission__image {
	background: url(../img/img-company01_pc.png) no-repeat center/cover;
	height: 353px;
	position: relative;
}

.p-mission__image--vision {
	background: url(../img/img-company02_pc.png) no-repeat center/cover;
}

.p-mission__image-texts {
	left: 20px;
	position: absolute;
	top: 20px;
}

.p-mission__image-h2 {
	color: #fff;
	font-family: "Fira Sans", sans-serif;
	font-size: 100px;
	font-weight: bold;
	line-height: 1.21;
}

.p-mission__image-h3 {
	color: #fff;
	font-family: "Fira Sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.p-mission__text {
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	margin-left: auto;
	margin-right: auto;
	margin-top: -60px;
	max-width: 688px;
	padding: 30px 40px;
	position: relative;
	z-index: 10;
}

.p-mission__text h3 {
	color: #023e78;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-mission__text p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 32px;
}

.p-company {
	background: url(../img/bg-case.png) no-repeat center/cover;
	margin-top: 120px;
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-company__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 768px;
	padding: 0 20px;
}

.p-company__box {
	background-color: #fff;
	padding: 60px 40px 80px 40px;
}

.p-company__title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.p-company__overview {
	font-size: 16px;
	font-weight: 500;
	margin-top: 60px;
}

.p-company__wrap {
	align-items: center;
	border-top: 1px solid #E8EAEC;
	display: flex;
	padding-bottom: 24px;
	padding-top: 24px;
	position: relative;
}

.p-company__wrap::before {
	border-top: 1px solid #023e78;
	content: "";
	left: 0;
	position: absolute;
	top: -1px;
	width: 200px;
}

.p-company__wrap:last-child {
	border-bottom: 1px solid #E8EAEC;
}

.p-company__wrap:last-child::after {
	border-top: 1px solid #023e78;
	bottom: -1px;
	content: "";
	left: 0;
	position: absolute;
	width: 200px;
}

.p-company__dt {
	line-height: 1.5;
	padding-left: 40px;
	width: 200px;
}

.p-company__dd {
	line-height: 1.5;
	padding-left: 40px;
	width: calc(100% - 200px);
}

.p-company__dd-list {
	padding-left: 16px;
	position: relative;
}

.p-company__dd-list::before {
	content: "・";
	left: 0;
	position: absolute;
}

.p-member {
	background: linear-gradient(transparent 61%, #edf3f8 61%);
	margin-bottom: 60px;
	padding-bottom: 100px;
	padding-top: 120px;
}

.p-member__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 688px;
	padding: 0 20px;
}

.p-member__title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.p-member__flex {
	display: flex;
	margin-top: 60px;
}

.p-member__texts {
	max-width: 408px;
}

.p-member__name {
	font-size: 14px;
	font-weight: bold;
}

.p-member__name span {
	font-size: 20px;
	margin-left: 20px;
}

.p-member__profile {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 32px;
}

.p-member__sns {
	display: flex;
	margin-top: 32px;
}

.p-member__sns {
	display: flex;
}

.p-member__sns i {
	font-size: 32px;
}

.p-member__sns a {
	display: block;
	padding: 0.1em 0.5em;
}

.p-member__sns a:nth-child(n+2) {
	margin-left: 8px;
}

.p-member__image {
	margin-left: 40px;
}

.p-training {
	padding-top: 80px;
}

.p-training__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
}

.p-training__title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4285714286;
	text-align: center;
}

.p-business {
	margin: 161px auto 0;
}

.p-business__inner {
	margin: 0 auto;
	max-width: 1180px;
}

.p-business__flex {
	display: flex;
	padding-left: 80px;
	position: relative;
}

.p-business__flex--second {
	flex-flow: row-reverse;
	padding-left: 0;
	padding-right: 80px;
}

.p-business__flex--third {
	margin-top: 188px;
	padding-bottom: 60px;
}

.p-business__wrap-second {
	background: linear-gradient(transparent 0%, #edf3f8 0%);
	margin-top: 195px;
	padding-top: 131px;
}

.p-business__texts {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	left: 90px;
	max-width: 590px;
	padding: 80px 40px 60px 40px;
	position: absolute;
	top: -60px;
}

.p-business__texts::before {
	color: #023e78;
	content: "01";
	font-family: "Fira Sans", sans-serif;
	font-size: 100px;
	font-style: italic;
	font-weight: 500;
	left: 57px;
	position: absolute;
	top: -40px;
}

.p-business__texts--second {
	left: auto;
	right: 90px;
	z-index: 10;
}

.p-business__texts--second::before {
	color: #023e78;
	content: "02";
	font-family: "Fira Sans", sans-serif;
	font-size: 100px;
	font-style: italic;
	font-weight: 500;
	left: auto;
	position: absolute;
	right: 40px;
	top: -48px;
}

.p-business__texts--third::before {
	color: #023e78;
	content: "03";
	font-family: "Fira Sans", sans-serif;
	font-size: 100px;
	font-style: italic;
	font-weight: 500;
	left: 57px;
	position: absolute;
	top: -40px;
}

.p-business__h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
}

.p-business__h3 {
	color: #023e78;
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
}

.p-business__p {
	font-size: 14px;
	line-height: 1.7142857143;
	margin-top: 60px;
}

.p-business__dl {
	align-items: center;
	border-top: 1px solid #CCCCCC;
	display: flex;
	font-size: 14px;
	padding: 32px 0;
}

.p-business__dl:first-of-type {
	margin-top: 60px;
}

.p-business__dl:last-of-type {
	border-bottom: 1px solid #cccccc;
}

.p-business__dt {
	font-weight: bold;
	line-height: 1.7142857143;
	width: 28px;
}

.p-business__dd {
	font-weight: 500;
	line-height: 1.7142857143;
	margin-left: 52px;
	width: calc(100% - 80px);
}

.p-business__btn {
	margin: 60px auto 0;
}

.p-business__image {
	margin-left: auto;
	max-width: 560px;
	width: 100%;
}

.p-business__image--second {
	margin-left: 0;
	margin-right: auto;
}

.p-flow {
	background: url(../img/bg-service-flow.png) no-repeat center/cover;
	margin-top: 140px;
	padding-bottom: 140px;
	padding-top: 80px;
}

.p-flow__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px;
}

.p-flow__title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.p-flow__items {
	display: flex;
	margin-top: 108px;
}

.p-flow__item {
	padding: 46px 25px 22px 43px;
	position: relative;
	width: 25%;
}

.p-flow__item + .p-flow__item {
	padding-left: 50px;
}

.p-flow__item::after {
	border-color: transparent transparent transparent #edf3f8;
	border-style: solid;
	border-width: 106.5px 0 106.5px 20px;
	content: "";
	height: 0;
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	z-index: 10;
}

.p-flow__item--first {
	background-color: #EDF3F8;
}

.p-flow__item--second {
	background-color: #DDE8F0;
}

.p-flow__item--second::after {
	border-color: transparent transparent transparent #DDE8F0;
}

.p-flow__item--third {
	background-color: #C7DBE9;
}

.p-flow__item--third::after {
	border-color: transparent transparent transparent #C7DBE9;
}

.p-flow__item--forth {
	background-color: #B0D0E5;
}

.p-flow__item--forth::after {
	display: none;
}

.p-flow__step {
	color: #fef251;
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	left: 0;
	position: absolute;
	top: -52px;
}

.p-flow__step span {
	font-size: 40px;
}

.p-flow__h2 {
	color: #023e78;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
}

.p-flow__description {
	font-size: 14px;
	line-height: 1.7142857143;
	margin-top: 20px;
}

.p-flow__description span {
	color: #d33365;
}

.p-question {
	background-color: #fff;
	padding-bottom: 160px;
	padding-top: 160px;
}

.p-question__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 688px;
	padding: 0 20px;
}

.p-question__title {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.p-question__box {
	border-top: 1px solid #ddd;
	padding-bottom: 32px;
	padding-top: 32px;
	position: relative;
}

.p-question__box:first-of-type {
	border-top: none;
	margin-top: 61px;
}

.p-question__q {
	position: relative;
}

.p-question__q::before {
	background-color: #333;
	content: "";
	height: 2px;
	position: absolute;
	right: 15px;
	top: 48%;
	transform: rotate(0deg);
	transition: all 0.3s ease 0s;
	width: 21px;
}

.p-question__q::after {
	background-color: #333;
	content: "";
	height: 2px;
	position: absolute;
	right: 15px;
	top: 48%;
	transform: rotate(90deg);
	transition: all 0.3s ease 0s;
	width: 21px;
}

.p-question__box.open .p-question__q {
	color: #E61264;
	transition: color 0.3s ease 0s;
}

.p-question__box.open .p-question__q::before {
	background-color: #E61264;
	transform: rotate(-45deg);
}

.p-question__box.open .p-question__q::after {
	background-color: #E61264;
	transform: rotate(45deg);
}

.p-question__q {
	font-size: 20px;
	font-weight: bold;
}

.p-question__a {
	display: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 30px;
}

.p-entry-item {
	display: flex;
}

.p-entry-item:nth-of-type(n + 3) .p-entry-item__new {
	display: none;
}

.p-entry-items {
	width: 100%;
}

.p-entry-item__image {
	max-width: 250px;
}

.p-entry-item__image > img {
	height: 12.1875vw;
	max-height: 156px;
}

.p-entry-item__texts {
	padding-left: 20px;
	padding-top: 15px;
	position: relative;
	width: 100%;
}

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

.p-entry-item__category {
	align-items: center;
	border: 1px solid #e61264;
	color: #e61264;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	width: 104px;
}

.p-entry-item__new {
	color: #e61264;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 12px;
}

.p-entry-item__day {
	color: #888888;
	font-size: 14px;
	margin-left: auto;
}

.p-entry-item__title {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.43;
	margin-top: 16px;
}

.p-entry {
	padding-bottom: 140px;
	padding-top: 80px;
}

.p-entry__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px;
}

.p-entry__flex {
	display: flex;
}

.p-entry__category {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.7;
}

.p-entry__items {
	margin-top: 25px;
}

.p-entry__item {
	margin-top: 25px;
	max-width: 760px;
	width: 100%;
}

.p-entry__item + .p-entry__item {
	margin-top: 40px;
}

.p-sidebar {
	margin-left: 40px;
	margin-top: 35px;
	max-width: 300px;
	width: 100%;
}

.p-sidebar--single {
	margin-top: 0;
}

.p-sidebar-h3 {
	font-size: 20px;
	font-weight: bold;
}

.p-sidebar-h3--category {
	margin-bottom: 16px;
	margin-top: 80px;
}

.p-sidebar__item {
	display: flex;
	margin-top: 16px;
}

.p-sidebar__item-image {
	max-height: 100px;
	max-width: 100px;
	width: 33.3333%;
}

.p-sidebar__item-image > img {
	height: 7.8125vw;
	max-height: inherit;
}

.p-sidebar__item-texts {
	box-sizing: content-box;
	max-width: 190px;
	padding-left: 12px;
	position: relative;
}

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

.p-sidebar__item-category {
	align-items: center;
	border: 1px solid #e61264;
	color: #e61264;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	height: 25px;
	justify-content: center;
	width: 72px;
}

.p-sidebar-item__day {
	color: #888;
	font-size: 14px;
	margin-left: auto;
}

.p-sidebar-item__title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	margin-top: 9px;
}

.p-sidebar__categorize {
	border-top: 1px solid #DDD;
	display: block;
	font-size: 16px;
	padding: 16px 0;
	padding-left: 39px;
	position: relative;
}

.p-sidebar__categorize::before {
	background: url(../img/category-arrow.svg) no-repeat center/contain;
	content: "";
	height: 16.3px;
	left: 20px;
	position: absolute;
	width: 9.4px;
}

.p-sidebar__categorize:last-of-type {
	border-bottom: 1px solid #DDD;
}

.p-content {
	padding-bottom: 175px;
	padding-top: 80px;
}

.p-content__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px;
}

.p-content__flex {
	display: flex;
}

.p-content__post {
	position: relative;
	width: 69.0909%;
}

.p-content__category {
	align-items: center;
	border: 1px solid #e61264;
	color: #e61264;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	width: 104px;
}

.p-content__day {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 10px;
  color: #888; /*新たに追加*/
}

.p-content__title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.38;
	margin-top: 20px;
}

.p-content__image {
	height: 37.10938vw;
	margin-top: 41px;
	max-height: 475px;
}

.p-content__image img {
	height: inherit;
	max-height: inherit;
}

.p-content__body {
	padding-top: 40px;
}

.p-content__body h2 {
	background-color: #F8F8F8;
	color: #023e78;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.3;
	padding-left: 26px;
	position: relative;
}

.p-content__body h2::before {
	background-color: #023e78;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}

.p-content__body h3 {
	border-bottom: 1px solid #023e78;
	color: #023e78;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 40px;
	padding-bottom: 6px;
}

.p-content__body h4 {
	color: #023e78;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}

.p-content__body ul {
	font-size: 14px;
	margin-left: 40px;
	margin-top: 40px;
}

.p-content__body ul li {
	line-height: 1.72;
	padding-left: 20px;
	position: relative;
}

.p-content__body ul li:before {
	content: "・";
	left: 0;
	position: absolute;
}

.p-content__body ul li:not(:first-child) {
	margin-top: 13px;
}

.p-content__body .wp-block-quote {
	background: #f8f8f8;
	border-left: 4px solid #023e78;
	font-size: 14px;
	line-height: 1.72;
	margin: 40px 40px 0;
	margin-top: 40px;
	padding: 35px 40px 35px 39px;
	padding: 32px 28px;
	position: relative;
}

.p-content__body p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 20px;
}

/*===================================================
# ページ送り(とりあえずCSSで一応書いてあるやつ)
=================================================== */

.pagenavi-flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}

.prev-post,
.next-post {
	align-items: center;
	background-color: #fff;
	border: 1px solid #023e78;
	border-radius: 4px;
	color: #023e78;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 114px;
}

.prev-post:hover,
.next-post:hover {
	background-color: #023e78;
	color: #fff;
}

.post-archive {
	align-items: center;
	background-color: #fff;
	border: 1px solid #1391e6;
	border-radius: 4px;
	color: #163f74;
	display: flex;
	font-weight: 500;
	height: 41px;
	justify-content: center;
	margin-left: 20px;
	width: 90px;
}

.next-post {
	margin-left: 20px;
}

.p-intro-top {
	padding-top: 80px;
}

.p-intro__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1100px;
	padding-left: 20px;
	padding-right: 20px;
}

.p-intro-top__flex {
	display: flex;
}

.p-intro-top__box {
	align-items: center;
	background-color: #EEEEEE;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	justify-content: center;
	transition: background-color 0.3s;
	width: 208px;
}

.p-intro-top__box:hover {
	background-color: #ccc;
}

.p-intro-top__box + .p-intro-top__box {
	margin-left: 16px;
}

.p-introduction {
	padding-bottom: 160px;
	padding-top: 80px;
}

.p-introduction__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px;
}

.p-introduction__title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 18px;
	position: relative;
}

.p-introduction__title::before {
	background-color: #023e78;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 8px;
}

.p-introduction__title--second {
	margin-top: 80px;
}

.p-introduction__sub {
	color: #023e78;
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
	font-style: italic;
	margin-left: 20px;
	vertical-align: middle;
}

.p-introduction__flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 66px;
}

.p-introduction__card {
	border-radius: 0 0 12px 12px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	width: 46.36365%;
}

.p-introduction__card + .p-introduction__card {
	margin-left: 7.2727%;
}

.p-introduction__card:nth-of-type(2n + 1) {
	margin-left: 0;
}

.p-introduction__card:nth-of-type(n + 3) {
	margin-top: 60px;
}

.p-introduction__card-head {
	background-color: #023e78;
	border-radius: 12px 12px 0 0;
	color: #fff;
	font-weight: bold;
	padding: 18px 40px;
	position: relative;
}

.p-introduction__card-head h2 {
	font-size: 14px;
	line-height: 1.7142857143;
}

.p-introduction__card-head h3 {
	font-size: 24px;
	line-height: 1.1666666667;
	margin-top: 10px;
}

.p-introduction__card-head h3 span {
	font-size: 14px;
}

.p-introduction__card-head-image {
	border-radius: 12px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
}

.p-introduction__card-body {
	padding: 34px 40px 40px 40px;
}

.p-introduction__card-body-h3 {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.p-introduction__card-body-h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.72;
	margin-top: 32px;
	padding-left: 30px;
	position: relative;
}

.p-introduction__card-body-h4::before {
	background: url(../img/icon-check.svg) no-repeat center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-introduction__card-body-p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 9px;
}

.p-introduction__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.p-introduction__btn.c-btn {
	height: 72px;
	width: 336px;
}

.p-introduction__btn--second.c-btn {
	width: 400px;
}

.p-introduction__btn--third.c-btn {
	width: 384px;
}

.p-form {
	background-color: #EDF3F8;
	border-radius: 12px;
	padding: 40px;
}

.p-form__inner {
	margin: 0 auto;
	max-width: 470px;
}

.p-form__title {
	font-size: 32px;
	font-weight: bold;
	line-height: 2.03125;
	margin-bottom: 41px;
}

.p-form__text {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 32px;
}

.p-form__text--company {
	margin-top: 0;
}

.p-form__text--required {
	padding-right: 49px;
	position: relative;
}

.p-form__text--required::after {
	align-items: center;
	background-color: #d33365;
	color: #fff;
	content: "必須";
	display: flex;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	justify-content: center;
	padding-bottom: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}

.p-form__input {
	font-size: 16px;
	font-weight: 500;
	margin-top: 13px;
}

[type=text],
[type=email] {
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 44px;
	padding: 9px 16px 9px 16px;
	width: 100%;
}

::-moz-placeholder {
	color: #ccc;
	font-size: 16px;
	font-weight: 500;
}

::placeholder {
	color: #ccc;
	font-size: 16px;
	font-weight: 500;
}

.wpcf7-list-item {
	margin: 0;
	margin-top: 35px;
}

.check-test {
	display: none;
}

.check-test + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.2em 0;
	padding: 0 0 0 45px;
	position: relative;
}

.check-test + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	content: "";
	display: block;
	height: 27px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
}

.check-test + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid #292929;
	border-left: 3px solid #292929;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 25px;
}

.check-test:checked + span::after {
	opacity: 1;
}

.wpcf7-list-item-label {
	font-size: 1.7rem;
}

.p-form__btn.c-btn {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	transition: all 0.3s ease 0s;
}

.p-form__btn.c-btn::after {
	display: none;
}

.p-form__btn.c-btn:hover {
	background-color: #023e78;
	color: #fff;
}

.p-download {
	padding-bottom: 120px;
	padding-top: 80px;
}

.p-download__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px;
}

.p-download__flex {
	display: flex;
}

.p-download__left {
	margin-left: auto;
	margin-right: auto;
	max-width: 510px;
}

.p-download__left-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4285714286;
}

.p-download__left-image {
	margin: 40px auto 0;
	max-width: 275px;
}

.p-download__left-p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 40px;
}

.p-download__form {
	margin-left: 40px;
	max-width: 550px;
}

.p-contact {
	padding-bottom: 160px;
	padding-top: 80px;
}

.p-contact__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 688px;
	padding: 0 20px;
}

.p-contact__p {
	font-size: 14px;
	line-height: 1.7142857143;
	text-align: center;
}

.p-contact__title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 80px;
	text-align: center;
}

.p-contact__text {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 60px;
}

.p-contact__text:nth-of-type(n + 3) {
	margin-top: 32px;
}

.p-contact__text--required {
	padding-right: 49px;
	position: relative;
}

.p-contact__text--required::after {
	align-items: center;
	background-color: #d33365;
	color: #fff;
	content: "必須";
	display: flex;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	justify-content: center;
	padding-bottom: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}

.p-contact__input {
	font-size: 16px;
	font-weight: 500;
	margin-top: 13px;
}

[type=text],
[type=email],
[type=tel] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

[type=text],
[type=email],
[type=tel]:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}

[type=text],
[type=email],
[type=tel] {
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 44px;
	padding: 9px 16px 9px 16px;
	width: 100%;
}

[type=text] ::-moz-placeholder,
[type=email] ::-moz-placeholder,
[type=tel] ::-moz-placeholder {
	color: #eee;
	font-size: 16px;
	font-weight: 500;
}

[type=text] ::placeholder,
[type=email] ::placeholder,
[type=tel] ::placeholder {
	color: #eee;
	font-size: 16px;
	font-weight: 500;
}

.p-contact__input--select {
	position: relative;
}

.p-contact__input--select::after {
	border: 0;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	content: "";
	display: inline-block;
	height: 8px;
	position: absolute;
	right: 13px;
	top: 37%;
	transform: translateY(-50%);
	transform: rotate(45deg);
	width: 8px;
}

/* form - select */

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 0;
	border-radius: 5px;
	color: inherit;
	color: #ccc;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	height: 44px;
	padding: 9px 16px 9px 16px;
	position: relative;
	width: 100%;
}

select::after {
	background-color: #333;
	border: 0.1em solid currentColor;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	color: #333;
	content: "";
	display: inline-block;
	height: 1em;
	line-height: 1;
	transform: translateY(-25%) rotate(135deg);
	vertical-align: middle;
	width: 1em;
}

select:focus {
	box-shadow: none;
	outline: none;
}

select:focus,
.select-option select {
	color: #1a1a1a;
}

select::-ms-expand {
	display: none;
}

.select-field .wpcf7-form-control-wrap {
	background-color: #fff;
	display: inline-block;
	position: relative;
}

.select-field .wpcf7-form-control-wrap::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #666;
	content: "";
	display: block;
	position: absolute;
	right: 0.7em;
	top: 43%;
	z-index: 1;
}

.p-contact__textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100px;
	padding: 0.4em 0.8em;
	width: 100%;
}

.p-contact__textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}

.p-contact__textarea {
	border-radius: 5px;
	height: auto;
	margin-top: 13px;
	min-height: 240px;
}

.wpcf7-list-item {
	margin: 0;
}

.check-ravel {
	display: block;
	margin-top: 42px;
	text-align: center;
}

.personal-link {
	text-decoration: underline;
}

.check-personal {
	display: none;
}

.check-personal + span {
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	margin: 0 0.2em 0;
	padding: 0 0 0 45px;
	position: relative;
}

.check-personal + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	content: "";
	display: block;
	height: 27px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
}

.check-personal + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid #1a1a1a;
	border-left: 3px solid #1a1a1a;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 25px;
}

.check-personal:checked + span::after {
	opacity: 1;
}

.wpcf7-list-item-label {
	font-size: 16px;
}

.submit-test {
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0.32);
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.submit-test:hover,
.submit-test:focus {
	outline: none;
}

.submit-test::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.submit-btn {
	align-items: center;
	background-color: #fff;
	border: 1px solid #023e78;
	color: #023e78;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	height: 73px;
	justify-content: center;
	margin: 40px auto 0;
	transition: all 0.3s ease 0s;
	width: 208px;
}

.submit-btn:hover {
	background-color: #023e78;
	color: #fff;
}

.p-contact-thanks {
	padding-bottom: 160px;
	padding-top: 80px;
}

.p-contact-thanks__inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 687px;
	padding: 0 20px;
}

.p-contact-thanks__p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
}

.p-contact-thanks__p a {
	color: #023e78;
	display: inline-block;
	margin-top: 16px;
	padding-left: 22px;
	position: relative;
	text-decoration: underline;
}

.p-contact-thanks__p a::before {
	color: #1a1a1a;
	content: "→";
	font-size: 14px;
	left: 0;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-form__title--thanks {
	line-height: 1.5;
}

.p-form__text {
	font-size: 14px;
}

.p-form__text:nth-of-type(n + 3) {
	line-height: 2;
	margin-top: 40px;
}

.p-form__text a {
	color: #023e78;
	display: inline-block;
	margin-top: 14px;
	padding-left: 22px;
	position: relative;
	text-decoration: underline;
}

.p-form__text a::before {
	color: #1a1a1a;
	content: "→";
	font-size: 14px;
	left: 0;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wp-pagenavi {
	align-items: baseline;
	display: flex;
	font-weight: 700;
	justify-content: center;
	margin: 60px auto 0;
}

.wp-pagenavi span {
	margin-left: 4px;
	margin-right: 4px;
}

.wp-pagenavi span:first-of-type {
	margin-left: 0;
}

.wp-pagenavi a {
	margin-left: 4px;
	margin-right: 4px;
}

.wp-pagenavi a:last-of-type {
	margin-right: 0;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	background-color: #F8F8F8;
	border: none;
	color: #707070;
	height: 50px;
	line-height: 50px;
	padding-bottom: 0;
	padding-top: 0;
}

.wp-pagenavi .nextpostslink {
	margin-left: 16px;
}

.wp-pagenavi .previouspostslink {
	margin-right: 16px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	width: 96px;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend {
	text-align: center;
	width: 50px;
}

.wp-pagenavi .current {
	background: #023e78;
	color: #fff;
}

.wp-pagenavi .extend {
	background: transparent;
	border: none;
}

.pagenavi-wrap {
	text-align: center;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

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

.c-heading__h2 {
	font-size: 7.8125vw;
}

.p-main-visual__text-h3--inside {
	font-size: 4.6875vw;
}

.p-about {
	margin-top: 95px;
}

.is-sp {
	display: none;
}

}

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

.c-view__link:hover .c-view__link-arrow {
	right: -22px;
	width: 137px;
}

}

@media (min-width: 769px) {

.is-tab_sp {
	display: none;
}

}

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

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

.p-about__right-image {
	width: 39%;
}

}

@media all and (max-width: 1000px) and (min-width: 768px) {

.p-business__flex {
	padding-bottom: 213px;
}

.p-business__flex--second {
	padding-bottom: 400px;
}

.p-business__flex--third {
	padding-bottom: 358px;
}

.p-business__image {
	width: 59%;
}

}

@media all and (max-width: 1099px) and (min-width: 768px) {

.p-business__texts {
	width: 56%;
}

}

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

.c-drawer-icon {
	display: none;
}

}

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

.l-header {
	height: 60px;
}

.l-header__logo {
	height: 37px;
	width: 198px;
}

.l-header__nav {
	display: none;
}

.l-header__btn {
	display: none;
}

}

@media all and (max-width: 1279px) {

html.is-fixed,
html.is-fixed body {
	height: 100%;
	overflow: hidden;
}

}

@media all and (max-width: 1100px) {

.p-sidebar__item-image {
	width: 27%;
}

}

@media all and (max-width: 1067px) {

.p-flow__item::after {
	border-width: 118.5px 0 118.5px 20px;
}

}

@media all and (max-width: 1043px) {

.p-flow__item::after {
	border-width: 130.5px 0 130.5px 20px;
}

.p-flow__h2 {
	font-size: 18px;
}

}

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

.l-inner {
	padding-left: 24px;
	padding-right: 24px;
}

.l-footer__title {
	font-size: 40px;
}

.c-heading__h3 {
	font-size: 20px;
}

.p-service__list {
	width: calc(33.33333333% - 33.3333333333px);
}

.p-service__list + .p-service__list {
	margin-left: 50px;
}

.p-service__card-title--inside {
	font-size: 28px;
}

.p-about {
	margin-bottom: 65px;
}

.p-about__right-image {
	width: 43%;
}

.p-about__link {
	bottom: 45px; /*新たに追加*/
	position: absolute;
	right: 20px;
}

.p-case__card {
	width: calc(33.33333333% - 26.6666666667px);
}

.p-case__card + .p-case__card {
	margin-left: 40px;
}

.p-case__card:nth-of-type(3n + 1) {
	margin-left: 0;
}

.p-case__card-icon {
	bottom: 42px;
	height: 21px;
	width: 21px;
}

.p-news {
	padding-bottom: 120px;
}

}

@media all and (max-width: 991px) {

.p-introduction__card-head-image {
	height: 68px;
	width: 90px;
}

}

@media all and (max-width: 837px) {

.p-flow__item::after {
	border-width: 141px 0 141px 20px;
}

}

@media all and (max-width: 819px) {

.p-flow__item::after {
	border-width: 153px 0 153px 20px;
}

}

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

.p-main-visual__text-h4 {
	font-size: 12px;
}

}

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

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-service {
	margin-bottom: 60px;
	padding: 60px 0;
}

.l-header__logo {
	height: 37px;
	width: 198px;
}

.l-footer__inner {
	display: block;
}

.l-footer__item {
	padding-bottom: 26px;
	padding-top: 45px;
	width: 100%;
}

.l-footer__title {
	font-size: 40px;
}

.l-footer__btn {
	font-size: 16px;
	height: 77px;
	width: 295px;
}

.c-view__link {
	display: flex;
	font-size: 20px;
	margin-left: auto;
	padding-right: 96.5px;
}

.c-view__link-text {
	margin-left: auto;
}

.c-view__link-arrow {
	right: 17px;
	width: 64.5px;
}

.c-view__link-arrow::after {
	bottom: -2px;
	height: 14px;
}

.c-view__link-circle {
	right: 0;
}

.c-view__link-circle {
	height: 40px;
	width: 40px;
}

.c-heading {
	display: block;
}

.c-heading__h2 {
	font-size: 52px;
	font-weight: 500;
}

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

.c-btn {
	font-size: 14px;
	font-weight: 500;
	height: 72px;
	width: 295px;
}

.c-btn.p-introduction__btn--second::after {
	height: 12px;
	right: 7px;
	top: 52%;
	width: 18px;
}

.c-btn.p-introduction__btn--third::after {
	height: 12px;
	right: 10px;
	top: 51%;
	width: 18px;
}

.p-service__lists {
	display: block;
	margin-left: 10px;
}

.p-service__list + .p-service__list {
	margin-left: auto;
}

.p-service__list {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.p-service__card-title {
	left: -15px;
}

.p-main-visual__inner {
	margin-left: 40px;
}

.slide-items {
	margin-left: 0;
}

.p-main-visual__wrap {
	padding-top: 25.807%;
}

.p-main-visual__texts {
	bottom: 20px;
	left: -20px;
}

.p-main-visual__text-h3--inside {
	font-size: 40px;
}

.p-main-visual__text-h3--inside:nth-of-type(2) {
	margin-top: 8px;
}

.p-main-visual__text-h3--inside:nth-of-type(3) {
	margin-top: 8px;
}

.p-about {
	margin-bottom: 60px;
	margin-top: 70px;
	padding-bottom: 140px;
}

.p-about__right-image {
	background-size: cover;
	bottom: 43vw;
	height: 72.5vw;
	top: auto;
	width: 78.666vw;
}

.p-about__heading {
	padding-top: 0;
}

.p-about__flex {
	display: block;
}

.p-about__text {
	max-width: 100%;
}

.p-about__image {
	margin-left: 0;
	margin-top: 72px;
	max-width: 100%;
	padding-bottom: 32vw;
}

.p-about__link {
	bottom: 25px; /*新たに追加*/
}

.p-case {
	padding-top: 60px;
}

.p-case__cards {
	display: block;
	margin-top: 40px;
}

.p-case__card + .p-case__card {
	margin-left: 0;
	margin-top: 52px;
  display: block; /*新たに追加*/
}

.p-case__card:nth-of-type(3n + 1) {
	margin-top: 52px;
}

.p-case__card:nth-of-type(n + 4) {
	margin-top: 52px;
}

.p-case__card {
	width: 100%;
}

.p-case__card-img > img {
	height: 66.93333vw;
	max-height: none;
}

.p-case__card-icon {
	bottom: 0;
	height: 29.25px;
	right: 0;
	width: 29.25px;
}

.p-case__link {
	margin-top: 60px;
}

.p-news {
	background: linear-gradient(transparent 23%, #edf3f8 23%);
	padding-top: 60px;
}

.p-news__box {
	margin-top: 60px;
}

.p-news__box-cat {
	font-size: 12px;
	height: 29px;
	width: 76px;
}

.p-news__heading-link {
	margin-top: 41px;
}

.p-mv-lower {
	background: url(../img/sp/mv-company_sp.png) no-repeat center/cover;
}

.p-mv-lower::after {
	background: url(../img/sp/lower-mv-decoration_sp.png) no-repeat center/cover;
	width: 165px;
}

.p-mv-lower--service {
	background: url(../img/sp/mv-service_sp.png) no-repeat center/cover;
}

.p-mv-lower--news {
	background: url(../img/sp/mv-news_sp.png) no-repeat center/cover;
}

.p-mv-lower--download {
	background: url(../img/sp/mv-download_sp.png) no-repeat center/cover;
}

.p-mv-lower--contact {
	background: url(../img/sp/mv-contact_sp.png) no-repeat center/cover;
}

.p-mv-lower__texts {
	left: 5.3333%;
}

.p-mv-lower__text {
	font-size: 32px;
}

.p-mv-lower__text:nth-of-type(2) {
	font-size: 16px;
}

.p-mission {
	margin-top: 60px;
}

.p-mission__image {
	background: url(../img/sp/img-company01_sp.png) no-repeat center/cover;
	height: 281px;
}

.p-mission__image--vision {
	background: url(../img/sp/img-company02_sp.png) no-repeat center/cover;
	height: 281px;
}

.p-mission__image-h2 {
	font-size: 52px;
}

.p-mission__image-h3 {
	font-size: 16px;
}

.p-mission__wrap {
	padding-left: 20px;
	padding-right: 20px;
}

.p-mission__text {
	padding: 20px;
}

.p-mission__text h3 {
	font-size: 20px;
}

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

.p-company__box {
	padding: 40px 20px;
}

.p-company__wrap::before {
	width: 100px;
}

.p-company__wrap:last-child::after {
	width: 100px;
}

.p-company__dt {
	font-size: 14px;
	padding-left: 0;
	width: 100px;
}

.p-company__dd {
	font-size: 14px;
	width: calc(100% - 100px);
}

.p-company__dd--second {
	padding-left: 20px;
}

.p-member {
	background: linear-gradient(transparent 48%, #edf3f8 48%);
}

.p-member__flex {
	flex-flow: column-reverse;
}

.p-member__texts {
	margin-top: 20px;
	max-width: 100%;
}

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

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

.p-member__image {
	margin-left: 0;
	max-width: 100%;
}

.p-training__title {
	font-size: 20px;
}

.p-business {
	margin-top: 60px;
}

.p-business__flex {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.p-business__flex--third {
	margin-top: 201px;
}

.p-business__wrap-second {
	margin-top: 217px;
	padding-bottom: 150px;
	padding-top: 20px;
}

.p-business__texts {
	box-sizing: content-box;
	left: auto;
	margin: 0 auto;
	max-width: none;
	padding: 42px 20px 40px 20px;
	position: relative;
	top: 153px;
	width: calc(100% - 40px);
	z-index: 10;
}

.p-business__texts::before {
	font-size: 68px;
	left: 10px;
	top: -36px;
}

.p-business__texts--second::before {
	font-size: 68px;
	left: auto;
	right: 20px;
	top: -31px;
}

.p-business__texts--second {
	right: 0;
}

.p-business__texts--third::before {
	font-size: 68px;
}

.p-business__texts--third {
	top: 37px;
}

.p-business__h2 {
	font-size: 28px;
}

.p-business__h3 {
	font-size: 14px;
	margin-top: 9px;
}

.p-business__p {
	margin-top: 32px;
}

.p-business__dl:first-of-type {
	margin-top: 32px;
	padding: 20px 0;
}

.p-business__btn {
	margin-top: 32px;
}

.p-business__image {
	max-width: 188px;
	position: absolute;
	right: 0;
	top: 0;
}

.p-business__image--second {
	left: 0;
}

.p-business__image--third {
	margin-top: -112px;
}

.p-flow {
	margin-top: 45px;
	padding-bottom: 60px;
	padding-top: 60px;
}

.p-flow__items {
	flex-flow: column;
	margin-top: 40px;
	padding-left: 85px;
	padding-right: 20px;
}

.p-flow__item {
	margin-left: auto;
	margin-right: auto;
	padding: 22px 20px;
	width: 72.0533333vw;
}

.p-flow__item + .p-flow__item {
	padding-left: 20px;
	padding-top: 40px;
}

.p-flow__item::after {
	border-color: #edf3f8 transparent transparent transparent;
	border-style: solid;
	border-width: 26px 36.03vw 0 36.03vw;
	bottom: -26px;
	height: 0;
	left: 0;
	right: auto;
	top: auto;
	width: 0;
}

.p-flow__item--second::after {
	border-color: #DDE8F0 transparent transparent transparent;
}

.p-flow__item--third::after {
	border-color: #C7DBE9 transparent transparent transparent;
}

.p-flow__step span {
	display: block;
}

.p-flow__step {
	left: -61px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-flow__h2 {
	font-size: 18px;
	text-align: center;
}

.p-flow__description {
	margin-top: 9px;
}

.p-question {
	padding-bottom: 75px;
	padding-top: 60px;
}

.p-question__box:first-of-type {
	margin-top: 40px;
}

.p-question__box {
	padding: 16px 0;
}

.p-question__q {
	font-size: 16px;
	line-height: 1.72;
	padding-right: 65px;
}

.p-entry-item__image {
	max-width: none;
	width: 35.82%;
}

.p-entry-item__image > img {
	height: 24vw;
	max-height: none;
}

.p-entry-item__texts {
	padding-left: 12px;
	padding-top: 0;
	width: calc(60.59% + 12px);
}

.p-entry-item__category {
	font-size: 12px;
	height: 25px;
	width: 72px;
}

.p-entry-item__new {
	font-size: 14px;
	margin-left: 8px;
}

.p-entry-item__title {
	font-size: 14px;
	margin-top: 6px;
}

.p-entry {
	padding-bottom: 80px;
	padding-top: 60px;
}

.p-entry__flex {
	display: block;
}

.p-entry__category {
	font-size: 20px;
}

.p-entry__items {
	margin-top: 0;
}

.p-entry__item {
	max-width: 100%;
}

.p-sidebar {
	margin-left: 0;
	margin-top: 100px;
	max-width: 100%;
}

.p-sidebar__item-image {
	max-height: none;
	max-width: none;
	width: 35.82%;
}

.p-sidebar__item-image > img {
	height: 24vw;
	max-height: none;
}

.p-sidebar__item-texts {
	width: calc(60.59% + 12px);
  max-width: none; /*新たに追加*/
}

.p-sidebar__item-category {
	font-size: 12px;
}

.p-content {
	padding-bottom: 100px;
	padding-top: 60px;
}

.p-content__flex {
	display: block;
}

.p-content__post {
	width: 100%;
}

.p-content__category {
	font-size: 12px;
	height: 25px;
	width: 72px;
}

.p-content__day {
	top: 0;
}

.p-content__image {
	height: 55.733333vw;
}

.p-content__body ul {
	margin-left: 0;
}

.p-content__body .wp-block-quote {
	margin: 40px 0 0;
}

.p-intro-top__flex {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.p-intro-top__box + .p-intro-top__box {
	margin-left: 0;
	margin-top: 20px;
}

.p-intro-top__box {
	width: 100%;
}

.p-introduction {
	padding-bottom: 80px;
	padding-top: 60px;
}

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

.p-introduction__title--second {
	margin-top: 60px;
}

.p-introduction__sub {
	display: block;
	font-size: 14px;
	margin-left: 0;
}

.p-introduction__flex {
	margin-top: 25px;
}

.p-introduction__card + .p-introduction__card {
	margin-left: 0;
	margin-top: 54px;
}

.p-introduction__card:nth-of-type(n + 3) {
	margin-top: 54px;
}

.p-introduction__card {
	width: 100%;
}

.p-introduction__card-head {
	padding: 18px 20px;
}

.p-introduction__card-head h2 {
	font-size: 12px;
}

.p-introduction__card-head h3 {
	font-size: 16px;
}

.p-introduction__card-head-image {
	height: 68px;
	width: 90px;
}

.p-introduction__card-head-image > img {
	height: inherit;
}

.p-introduction__card-body {
	padding: 22px 20px 20px;
}

.p-introduction__card-body-h4 {
	font-size: 16px;
	padding-left: 25px;
}

.p-introduction__card-body-h4::before {
	height: 15px;
	width: 15px;
}

.p-introduction__btn.c-btn {
	width: 295px;
}

.p-introduction__btn--second.c-btn {
	width: 295px;
}

.p-introduction__btn--third.c-btn {
	width: 295px;
}

.p-form {
	padding-left: 20px;
	padding-right: 20px;
}

.p-form__inner {
	max-width: 100%;
}

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

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

.check-test + span {
	padding: 0 0 0 40px;
}

.check-test + span::before {
	height: 20px;
	width: 20px;
}

.check-test + span::after {
	height: 8px;
	width: 18px;
}

.wpcf7-list-item-label {
	font-size: 1.6rem;
}

.p-download {
	padding-bottom: 80px;
	padding-top: 60px;
}

.p-download__flex {
	display: block;
}

.p-download__left {
	max-width: 100%;
}

.p-download__left-title {
	font-size: 20px;
}

.p-download__left-image {
	max-width: 100%;
}

.p-download__form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 100%;
}

.p-contact {
	padding-bottom: 80px;
	padding-top: 60px;
}

.p-contact__title {
	margin-top: 60px;
}

.p-contact__text {
	font-size: 14px;
	margin-top: 40px;
}

.p-contact__text:nth-of-type(n + 3) {
	margin-top: 20px;
}

.check-personal + span {
	padding: 0 0 0 40px;
}

.check-personal + span::before {
	height: 20px;
	width: 20px;
}

.check-personal + span::after {
	height: 8px;
	width: 18px;
}

.submit-btn {
	width: 295px;
}

.p-contact-thanks {
	padding-bottom: 80px;
	padding-top: 60px;
}

.wp-pagenavi {
	font-size: 16px;
	margin-top: 40px;
}

.wp-pagenavi span {
	margin-left: 3px;
	margin-right: 3px;
}

.wp-pagenavi a {
	margin-left: 3px;
	margin-right: 3px;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	height: 40px;
	line-height: 40px;
}

.wp-pagenavi .nextpostslink {
	margin-left: 3px;
}

.wp-pagenavi .previouspostslink {
	margin-right: 3px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	font-size: 14px;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend {
	width: 40px;
}

.is-pc {
	display: none;
}

}

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

.p-about__right-image {
	height: 78.5vw;
}

}

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

.p-about__right-image {
	bottom: 39vw;
	height: 96.5vw;
}

.p-about__link {
  bottom: 45px; /*新たに追加*/
}

}

@media all and (max-width: 440px) {

.p-flow__items {
	padding-left: 20%;
}

}

@media all and (max-width: 374px) {

.p-form__title--thanks {
	font-size: 20px;
}

}

@media all and (max-width: 360px) {

.p-entry-item__day {
	margin-left: 12px;
}

.p-introduction__btn.c-btn {
	width: 280px;
}

.p-introduction__btn--second.c-btn {
	width: 280px;
}

.p-introduction__btn--third.c-btn {
	width: 280px;
}

.submit-btn {
	width: 250px;
}

}

