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

.mincho-normal {
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	height: 100%;
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	height: 100%;
	line-height: 1.5;
	min-height: 100%;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

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

.top-company-description {
	margin-top: 1.875rem;
}

.top-company-history {
	margin-top: 2.6875rem;
	position: relative;
}

.top-company-second {
	margin-top: 2.5rem;
}

.top-company-three {
	margin-top: 2.5rem;
}

.top-company {
	margin-top: 2.5rem;
}

.top-features {
	margin-top: 1.2rem;
}

.top-privacy-policy {
	margin-top: 1.5625rem;
	padding-bottom: 4.5rem;
}

.top-service-container {
	margin-top: 0.8rem;
	padding-bottom: 2.5rem;
}

.top-service {
	margin-top: 2.5rem;
}

.l-body--under {
	margin-top: 120px;
}

.c-button--main {
	align-items: center;
	background-color: #000462;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	justify-content: space-around;
	padding: 20px 30px 20px 30px;
	position: relative;
}

.c-button--main::after {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
}

.c-button--main:hover {
	background-color: #fff;
	color: #000462;
}

.c-button--main:hover::after {
	border-bottom: 1px solid #000462;
}

.c-button--blue {
	align-items: center;
	background-color: #000462;
	border: 1px solid #000462;
	border-radius: 3px;
	color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 5px 15px;
}

.c-button--purple {
	align-items: center;
	background-color: #5C3D8D;
	border: 1px solid #5C3D8D;
	border-radius: 3px;
	color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 5px 15px;
}

.c-button--purple:hover {
	background-color: #fff;
	color: #5C3D8D;
}

.c-button--purple:hover .c-icon--mail {
	background: url(/assets/images/common/mail_purple.png) no-repeat center center;
	background-size: contain;
}

.c-button--while {
	align-items: center;
	background-color: #fff;
	border: 1px solid #5C3D8D;
	border-radius: 3px;
	color: #5C3D8D;
	display: flex;
	justify-content: space-around;
	padding: 5px 15px;
}

.c-button--while:hover {
	background-color: #5C3D8D;
	color: #fff;
}

.c-button--while:hover .c-icon--person {
	background: url(/assets/images/common/person_white.png) no-repeat center center;
	background-size: contain;
}

.c-button--gray {
	align-items: center;
	background-color: #8D8D8D;
	border: 1px solid #8D8D8D;
	border-radius: 3px;
	color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 5px 15px;
}

.c-button--skeleton {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 5px 15px;
	position: relative;
}

.c-button--skeleton::after {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
}

.c-button--skeleton:hover {
	background-color: #fff;
	color: #111;
}

.c-button--skeleton:hover::after {
	border-bottom: 1px solid #111;
}

.c-button--skeleton:hover .c-icon--mail {
	background: url(/assets/images/common/mail_black.png) no-repeat center center;
	background-size: contain;
}

.c-button--skeleton:hover .c-icon--person-white {
	background: url(/assets/images/common/person_black.png) no-repeat center center;
	background-size: contain;
}

.c-button--large {
	width: 360px;
}

.c-button--medium {
	width: 280px;
}

.c-button--small {
	padding: 10px 20px;
	width: 200px;
}

.company-description {
	background-color: #E7F1F7;
}

.company-description__bg {
	padding: 3.375rem 0 2.3125rem;
}

.company-description__inner {
	margin: auto;
	max-width: 530px;
}

.company-description__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.company-description__title-text {
	background-color: #fff;
	color: #000462;
	display: inline-block;
	padding: 0.625rem 10px 0.75rem 10px;
	vertical-align: top; /* 上端に配置 */
}

.company-description__title-text + .company-description__title-text {
	margin-top: 0.375rem;
}

.company-description__title-text--padding {
	padding: 0.625rem 10px 0.75rem 10px;
}

.company-description__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8571428571;
	margin-top: 0.6rem;
}

.company-description__representative {
	margin-top: 30px;
	text-align: right;
}

.company-description__representative-name {
	font-size: 14px;
	font-weight: 400;
}

.company-description__name {
	font-family: "ヒラギノ明朝 ProN", serif;
	font-size: 1.25rem;
	line-height: 1;
	margin-top: 0.3125rem;
}

.company-history__inner {
	margin: auto;
	max-width: 560px; /* 任意の幅に置き換えてください */
}

.company-history__heading {
	margin-left: 1.34375rem;
}

.company-history__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
}

.company-history__en {
	color: #000462;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.company-history__en {
	display: inline-block;
	position: relative;
}

.company-history__en::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 0.96875rem; /*線の長さを指定*/
}

.company-history__container {
	margin-top: 1.9rem;
	padding: 0 0.9375rem 4.1375rem;
}

.company-history__content {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.company-history__content + .company-history__content {
	margin-top: 0.5rem;
}

.company-history__title {
	color: #000462;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	padding-top: 0.25rem;
}

.company-history__text {
	border-bottom: solid 1px #CBCBCB;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	margin-top: 0.375rem;
	padding-bottom: 0.75rem;
}

.company-history__back__top {
	left: 0;
	position: absolute;
	top: 5vh;
	width: 100%;
}

.company-history__back__top > img {
	margin: 0 auto;
	max-width: 1860px;
}

.company-history__back__bottom {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.company-history__back__bottom > img {
	margin: 0 auto;
	max-width: 1860px;
}

/*---背景画像---*/

.company-history__inner {
	position: relative;
}

.company-second__inner {
	margin: auto;
	max-width: 560px; /* 任意の幅に置き換えてください */
}

.company-second__heading {
	margin-left: 1.34375rem;
}

.company-second__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
}

.company-second__en {
	color: #000462;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.company-second__en {
	display: inline-block;
	position: relative;
}

.company-second__en::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 0.96875rem; /*線の長さを指定*/
}

.company-second__container {
	margin-top: 1.1rem;
	padding: 0 0.9375rem 1.6rem;
}

.company-second__content {
	display: flex;
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.company-second__content + .company-second__content {
	margin-top: 0.6rem;
}

.company-second__title {
	border-bottom: solid 1px #000462;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.2857142857;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	width: 23%;
}

.company-second__text {
	border-bottom: solid 1px #CBCBCB;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
	padding-bottom: 0.7rem;
	padding-left: 0.4rem;
	padding-top: 0.2rem;
	width: 77%;
}

.company-three__inner {
	margin: auto;
	max-width: 560px; /* 任意の幅に置き換えてください */
}

.company-three__heading {
	margin-left: 1.34375rem;
}

.company-three__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
}

.company-three__en {
	color: #000462;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.company-three__en {
	display: inline-block;
	position: relative;
}

.company-three__en::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 0.96875rem; /*線の長さを指定*/
}

.company-three__container {
	padding: 0 0.9375rem;
}

.company-three__wrapper {
	margin-top: 1.1rem;
}

.company-three__wrapper + .company-three__wrapper {
	margin-top: 1.8125rem;
}

.company-three__content {
	border-top: solid 0.0625rem #CBCBCB;
	display: flex;
	padding-top: 1.25rem;
}

.company-three__name {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.1;
	width: 30%;
}

.company-three__info {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5714285714;
	width: 73%;
}

.company-three__map {
	-o-object-fit: cover;
	aspect-ratio: 360/177;
	height: 11.0625rem;
	height: 11.0625rem;
	margin-top: 0.8125rem;
	object-fit: cover;
	width: 100%;
}

.company-three__representative {
	margin-top: 2rem;
}

.company__inner {
	margin: auto;
	max-width: 560px; /* 任意の幅に置き換えてください */
}

.company__heading {
	margin-left: 1.34375rem;
}

.company__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
}

.company__en {
	color: #000462;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.company__en {
	display: inline-block;
	position: relative;
}

.company__en::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 0.96875rem; /*線の長さを指定*/
}

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

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

.u-display--inline-block {
	display: inline-block;
}

.u-display__sp--none {
	display: inherit;
}

.header img {
	height: 3.75rem;
}

.header__inner {
	padding: 0 0.9375rem;
}

.footer img {
	height: 14rem;
}

.features {
	background-color: #E7F1F7;
	padding: 1.625rem 0 3rem;
}

.features {
	background-image: url(../images/common/features-bg-sp.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 66.375rem;
}

.features__inner {
	margin: auto;
	padding: 0 0.9375rem;
}

.features__subtitle {
	font-family: "Oswald", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.9285714286;
	margin-left: 0.4375rem;
}

.features__subtitle {
	display: inline-block;
	position: relative;
}

.features__subtitle::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 45%;
	width: 1.8rem; /*線の長さを指定*/
}

.features__sentence {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.6rem;
}

.features__title {
	background-color: #fff;
	color: #000462;
	display: inline-block;
	font-weight: 700;
	padding: 0.3125rem 1.7rem 0.6rem 1.125rem;
	vertical-align: top; /* 上端に配置 */
}

.features__title--letter {
	padding: 0.3125rem 2.1rem 0.6rem 1.125rem;
}

.features__title-margin {
	margin: 0.6rem 0;
}

.features__text {
	font-size: 0.875rem;
	line-height: 2.2857142857;
	margin-top: 0.6rem;
}

.features__img {
	margin-right: calc(50% - 50vw);
	margin-top: 1rem;
}

.features__img img {
	-o-object-fit: cover;
	aspect-ratio: 377/288;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.features__thought {
	margin-top: 4.25rem;
}

.features__slider {
	margin-top: 1.125rem;
}

.foot {
	background-color: #000462;
	color: #fff;
}

.foot__inner {
	margin: auto;
	max-width: 530px;
	padding: 2.75rem 0.9375rem 2.1875rem;
}

.foot__list + .foot__list {
	margin-top: 1.0625rem;
}

.foot__link {
	align-items: center;
	border: solid 1px #fff;
	border-radius: 0.5625rem;
	display: flex;
	justify-content: space-between;
	padding: 2.34375rem 2.8125rem 2.6875rem 1.75rem;
}

.foot__text-en {
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.foot__text-jp {
	font-size: 1rem;
	line-height: 1.3125;
}

.foot__img img {
	height: 4.125rem;
	width: 4.125rem;
}

.l-footer {
	width: 100%;
}

.p-footer {
	align-items: center;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
}

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

.p-footer__logo {
	align-items: center;
	background-color: #fff;
	display: flex;
	justify-content: center;
	margin: 15px 0;
	width: 100%;
}

.p-footer__logo__item {
	display: block;
}

.p-footer__box {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/assets/images/common/footer.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 80px 0;
	width: 100%;
}

.p-footer__contents {
	color: #fff;
	display: flex;
	justify-content: space-between;
	width: 85%;
}

.p-footer__contents__address {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	width: 24%;
}

.p-footer__contents__address__text {
	margin-bottom: 10px;
}

.p-footer__contents__address__text--small {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}

.p-footer__contents__nav {
	width: 30%;
}

.p-footer__contents__nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
}

.p-footer__contents__nav__list__item {
	width: 50%;
}

.p-footer__contents__nav__list__item a {
	color: #fff;
}

.p-footer__contents__link {
	display: flex;
	flex-flow: column;
	gap: 15px 0;
	width: 25%;
}

.p-footer__contents__link__button {
	font-size: 16px;
	font-weight: bold;
	justify-content: space-between;
	padding: 20px 30px;
}

.p-footer__contents__link__button span {
	align-items: center;
	display: block;
	display: flex;
}

.p-footer__copy {
	background-color: #000;
	color: #fff;
	font-family: "Oswald", sans-serif;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.l-header {
	background-color: #fff;
	border-radius: 0 0 0 25px;
	color: #333;
	line-height: 1.8;
	padding: 5px 50px 15px 50px;
	position: fixed;
	right: 0;
	top: 0;
	width: 96%;
	z-index: 100;
}

.l-header--under {
	background-color: #fff;
	border-radius: 0 0 0 0;
	padding: 5px 50px 15px 50px;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	width: 100%;
}

.p-header--under {
	margin-bottom: 0;
	padding: 10px 50px 10px 50px;
}

.p-header__logo {
	margin: 0;
	width: 220px;
}

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

.p-header__nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	width: 75%;
}

.p-header__nav--under {
	width: 72%;
}

.p-header__nav__list {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-header__nav__list__item {
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

.p-header__nav__list__item--button {
	align-items: center;
	display: flex;
	gap: 0 15px;
}

.p-header__nav__list__item__child {
	background: #fff;
	display: none;
	margin-left: -50%;
	margin-top: -5px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 120px;
}

.p-header__nav__list__item__child__item {
	padding: 10px;
}

.p-header__nav__list__item:hover .p-header__nav__list__item__child {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: block;
	left: 0;
	position: absolute;
	top: 110%;
	z-index: 15;
}

.p-header__subnav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-header__subnav__list {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-header__subnav__list__item {
	font-size: 13px;
	font-weight: 500;
}

.p-header__subnav--under {
	border-top: 1px solid #5C3D8D;
	margin-bottom: 0;
	padding: 10px 50px 10px 50px;
}

.c-icon--mail {
	background: url(/assets/images/common/mail_3.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 12px;
	margin-right: 9px;
	width: 16px;
}

.c-icon--person {
	background: url(/assets/images/common/person.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 12px;
	margin-right: 10px;
	width: 16px;
}

.c-icon--tel {
	background: url(/assets/images/common/tel.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	width: 18px;
}

.c-icon--fax {
	background: url(/assets/images/common/fax.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	width: 18px;
}

.c-icon--person-white {
	background: url(/assets/images/common/person_white.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	width: 18px;
}

.c-icon--search {
	background: url(/assets/images/common/search.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	width: 18px;
}

.u-image--max {
	height: auto;
	max-width: 100%;
}

.u-image--fit {
	-o-object-fit: cover;
	object-fit: cover;
}

.u-image--height-max {
	max-height: 100%;
	width: auto;
}

.u-image--baseline {
	vertical-align: baseline;
}

.u-image--text-top {
	vertical-align: text-top;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

a {
	-webkit-text-decoration: none;
	color: #5C3D8D;
	text-decoration: none;
}

.u-link--plain {
	color: #333 !important;
}

.u-link--plain {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.u-link--white {
	color: #fff !important;
}

.u-link--white {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.u-link--black {
	color: #333 !important;
}

.u-link--block {
	display: block;
}

.u-link__more {
	-webkit-text-decoration: none;
	color: #333;
	display: block;
	margin-right: 35px;
	position: relative;
	text-decoration: none;
}

.u-link__more::before {
	border-bottom: 1px solid #333;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	transition: 1200ms;
	width: 0%;
}

.u-link__more:hover::before {
	width: 110%;
}

.u-link__more::after {
	border: 1px solid #333;
	border-radius: 10px;
	bottom: -10px;
	content: "";
	display: none;
	height: 20px;
	opacity: 0;
	position: absolute;
	right: -20px;
	width: 20px;
}

.u-link__more--end::after {
	display: block;
	opacity: 1;
}

.u-link__more--out::after {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.u-link--opacity {
	transition: opacity 0.3s ease;
}

.u-link--opacity:hover {
	opacity: 0.5;
}

.u-margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.u-margin-auto--right {
	margin-right: auto;
}

.u-margin-auto--left {
	margin-left: auto;
}

.u-margin__r10 {
	margin-right: 10px;
}

.u-margin__r20 {
	margin-right: 20px;
}

.u-margin__r30 {
	margin-right: 30px;
}

.u-margin__r40 {
	margin-right: 40px;
}

.u-margin__r50 {
	margin-right: 50px;
}

.u-margin__r60 {
	margin-right: 60px;
}

.u-margin__r70 {
	margin-right: 70px;
}

.u-margin__r80 {
	margin-right: 80px;
}

.u-margin__b10 {
	margin-bottom: 10px;
}

.u-margin__b20 {
	margin-bottom: 20px;
}

.u-margin__b30 {
	margin-bottom: 30px;
}

.u-margin__b40 {
	margin-bottom: 40px;
}

.u-margin__b50 {
	margin-bottom: 50px;
}

.u-margin__b60 {
	margin-bottom: 60px;
}

.u-margin__b70 {
	margin-bottom: 70px;
}

.u-margin__b80 {
	margin-bottom: 80px;
}

.p-mv {
	display: flex;
	height: 660px;
	justify-content: center;
	margin-bottom: 50px;
	position: relative;
}

.p-mv--under {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	width: 100%;
}

.p-mv--product {
	height: 250px;
	position: relative;
	width: 100%;
}

.p-mv--contact {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/contact/mv@2x.png) no-repeat center center;
}

.p-mv--products-archive {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/products/mv@2x.png) no-repeat center center;
}

.p-mv__under {
	background-size: cover;
	bottom: 30px;
	color: #fff;
	left: 50px;
	position: absolute;
}

.p-mv__under__title {
	font-size: 3.2rem !important;
	font-weight: 700 !important;
	line-height: 1.1333333333 !important;
}

.p-mv__under__product {
	align-items: center;
	display: flex;
	font: normal normal normal 32px/32px Hiragino Sans;
	font-size: 32px;
	font-weight: bold;
}

.p-mv__under__product__icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 4.8rem;
	margin-right: 14px;
	width: 4.8rem;
}

.p-mv__under__sub {
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
}

.p-mv__contents {
	height: 660px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-mv__box {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 660px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-mv__box--01 {
	background-image: url(../images/top/main_01.png);
}

.p-mv__box--02 {
	background-image: url(../images/top/main_02.png);
}

.p-mv__box--03 {
	background-image: url(../images/top/main_03.png);
}

.p-mv__box__item {
	height: 100%;
	max-width: 1500px;
	padding: 180px 0 0 4%;
	position: relative;
	width: 100%;
}

.p-mv__box__item--small {
	padding: 180px 0 0 8%;
}

.p-mv__box__item::before {
	background-color: rgba(0, 0, 70, 0.7);
	bottom: 0;
	content: "";
	height: 100%;
	left: -48%;
	position: absolute;
	right: 0;
	top: 0;
	transform: skewX(-20deg);
	width: 100%;
}

.p-mv__box__item__text {
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 5.7rem;
	margin-bottom: 30px;
	position: relative;
	width: 50%;
}

.p-mv__box__item__text bold {
	font-size: 4.8rem;
}

.p-mv__box__item__image {
	max-width: 400px;
	position: relative;
	width: 35%;
}

.p-mv__box__title {
	color: #fff;
	font-weight: bold;
}

.p-mv__box__title__text {
	font-size: 6rem;
	line-height: 8rem;
	margin-bottom: 20px;
}

.p-mv__box__title__sub {
	align-items: center;
	background-color: #000462;
	display: inline-flex;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.5rem;
	font-weight: bold;
	justify-content: space-around;
	letter-spacing: 1.5px;
	line-height: 2.5rem;
	padding: 20px 35px;
}

.p-mv__button {
	align-items: center;
	background-color: #000462;
	border-radius: 5px;
	bottom: 40px;
	color: #fff;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	justify-content: space-around;
	line-height: 1.8rem;
	padding: 20px 50px 20px 30px;
	position: absolute;
	right: 4%;
	transition: all 222ms ease;
	z-index: 10;
}

.p-mv__button::after {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
}

.p-mv__button:hover {
	background-color: #fff;
	color: #000462;
}

.p-mv__button:hover::after {
	border-bottom: 1px solid #000462;
}

.p-mv__sub {
	align-items: center;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 2.0833333333;
	position: relative;
}

.p-mv__sub::before {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	left: -23%;
	position: absolute;
	width: 18.5%;
}

.privacy__heading {
	margin-left: 1.34375rem;
	margin-top: 6rem;
}

.privacy__inner {
	margin: auto;
	max-width: 530px;
}

.privacy__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
}

.privacy__en {
	color: #000462;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.privacy__en {
	display: inline-block;
	position: relative;
}

.privacy__en::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 0.96875rem; /*線の長さを指定*/
}

.privacy-policy__inner {
	max-width: 530px;
}

.privacy-policy__container {
	margin-top: 1.25rem;
	padding-bottom: 4.5rem;
}

.privacy-policy__wrapper + .privacy-policy__wrapper {
	margin-top: 1.28125rem;
}

.privacy-policy__title {
	font-size: 1rem;
	line-height: 1.3125;
}

.privacy-policy__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.46875rem;
}

.p-products__mv__link {
	bottom: 10px;
	position: fixed;
	right: 5px;
	width: 260px;
	z-index: 20;
}

.recruit__container {
	background-color: #E7F1F7;
	padding: 2.0625rem 0 2.5rem;
	text-align: center;
}

.recruit__inner {
	margin: auto;
	max-width: 530px;
}

.recruit__wrapper {
	background-color: #fff;
	border-radius: 0.9375rem 0 0;
	padding: 2.625rem 0;
}

.recruit__title {
	color: #000462;
	font-size: 1.25rem;
	line-height: 1.2;
}

.recruit__subtitle {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.9285714286;
	margin-top: 1.0625rem;
}

.representative {
	background-color: #F5F5F5;
	padding: 2.34375rem 0;
	text-align: center;
}

.representative__inner {
	margin: auto;
	max-width: 530px;
}

.representative__wrapper {
	background-color: #000462;
	border-radius: 0.3125rem;
	display: inline-block;
	padding: 1.0625rem 0;
	position: relative;
	width: 22.5rem;
}

.representative__wrapper::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #fff;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	position: absolute;
	right: 0%;
	top: 50%;
	width: 1.9375rem; /*線の長さを指定*/
}

.representative__wrapper + .representative__wrapper {
	margin-top: 1rem;
}

.representative__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125;
}

.service-container__inner {
	margin: auto;
}

.service-container__content + .service-container__content {
	margin-top: 3.75rem;
}

.service-first__container {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/common/n_68@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.1);
	padding: 4.5625rem 3.125rem 3.6875rem;
}

.service-first__sentence {
	width: 62.4%;
}

.service-first__lineup {
	border-bottom: solid 1px #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3333333333;
	padding-bottom: 0.46875rem;
}

.service-first__title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.325;
	margin-top: 1.09375rem;
}

.service-first__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.2rem;
}

.service-first__number {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 10.8125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: -1.25rem;
	text-align: right;
	width: 20%;
}

.circle {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 1rem;
	margin-left: 0.4375rem;
	margin-right: 0.125rem; /* 適宜調整 */
	width: 1rem;
}

.circle-text {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 0.375rem;
	margin: 0rem 0.125rem 0 0.25rem;
	width: 0.375rem;
}

/*---sp---*/

.service-first__container-sp {
	background-color: rgba(255, 255, 255, 0.25);
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/common/n_440@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0rem 1rem 3.5rem 1.375rem;
}

.service-first__sentence-sp {
	align-items: center;
	border-bottom: solid 1px #fff;
	display: flex;
	justify-content: space-between;
}

.service-first__lineup-sp {
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.25rem;
}

.service-first__number-sp {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 4.3125rem;
	font-weight: 700;
	padding-right: 0.7rem;
}

.service-first__title-sp {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.8rem;
}

.service-first__text-sp {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 0.625rem;
}

.circle-sp {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 0.5rem;
	margin-right: 5px; /* 適宜調整 */
	width: 0.5rem;
}

.circle-text-sp {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 0.375rem;
	margin: 0rem 0.125rem 0 0.25rem;
	width: 0.375rem;
}

/*---画像---*/

.service-first__wrapper {
	margin-top: 1.4rem;
	text-align: center;
}

.service-first__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; /* 要素を均等に配置 */
}

.service-first__item {
	margin-top: 0.875rem;
}

.service-first__item:nth-child(n+3) {
	margin-top: 2rem;
}

.service-first__img img {
	-o-object-fit: cover;
	aspect-ratio: 173/101;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-first__name {
	font-size: 0.75rem;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.service-second__container {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/common/n_74@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.1);
	padding: 4.5625rem 3.125rem 6.59375rem;
}

.service-second__sentence {
	width: 62.4%;
}

.service-second__lineup {
	border-bottom: solid 1px #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3333333333;
	padding-bottom: 0.46875rem;
}

.service-second__title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.325;
	margin-top: 1.09375rem;
}

.service-second__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.5rem;
}

.service-second__number {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 10.8125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: -1.25rem;
	text-align: left;
	width: 20%;
}

/*---sp---*/

.service-second__container-sp {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/common/n_442@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 3.9rem 1rem 5.2rem 1.375rem;
}

.service-second__sentence-sp {
	align-items: center;
	border-bottom: solid 1px #fff;
	display: flex;
	justify-content: space-between;
}

.service-second__lineup-sp {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3125;
	margin-top: 3.2rem;
}

.service-second__number-sp {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 4.3125rem;
	font-weight: 700;
}

.service-second__title-sp {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.8rem;
}

.service-second__text-sp {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 0.5rem;
}

/*---画像---*/

.service-second__wrapper {
	margin-top: 2.3rem;
	text-align: center;
}

.service-second__meta {
	letter-spacing: -0.04em;
	margin-left: -1.4rem;
	text-align: center;
}

.service-second__list {
	display: flex;
	flex-wrap: wrap;
}

/* 2の倍数に要素に左の余白を設定 */

.service-second__item:nth-child(2n) {
	margin-left: 0.8125rem;
}

/* 2番目以降の要素に左の余白を設定 */

.service-second__item {
	margin-top: 1.2rem;
}

.service-second__item:nth-child(n+3) {
	margin-top: 1.6rem;
}

.service-second__img img {
	-o-object-fit: cover;
	aspect-ratio: 173/107;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-second__name {
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 0.5rem;
	text-align: left;
}

.circle-black {
	background-color: #111;
	border-radius: 50%;
	display: inline-block;
	height: 0.375rem;
	margin-right: 0.25rem;
	width: 0.375rem;
}

.service-third__container {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/common/n_75@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.1);
	padding: 4.5625rem 3.125rem 3.6875rem;
}

.service-third__sentence {
	width: 62.4%;
}

.service-third__lineup {
	border-bottom: solid 1px #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3333333333;
	padding-bottom: 0.46875rem;
}

.service-third__title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.325;
	margin-top: 1.09375rem;
}

.service-third__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.1rem;
}

.service-third__number {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 10.8125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: -1.25rem;
	text-align: right;
	width: 20%;
}

/*---sp---*/

.service-third__container-sp {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/common/n_446@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 2rem 1rem 4.5rem 1.375rem;
}

.service-third__sentence-sp {
	align-items: center;
	border-bottom: solid 1px #fff;
	display: flex;
	justify-content: space-between;
}

.service-third__lineup-sp {
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.25rem;
}

.service-third__number-sp {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 4.3125rem;
	font-weight: 700;
}

.service-third__title-sp {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.8rem;
}

.service-third__text-sp {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 0.4rem;
}

/*---画像---*/

.service-third__wrapper {
	margin-top: 1.25rem;
}

.service-third__meta {
	font-size: 1.125rem;
	line-height: 1.7777777778;
	margin-left: -1.4rem;
	margin-top: 2.375rem;
	text-align: center;
}

.service-third__item + .service-third__item {
	margin-top: 0.875rem;
}

.service-third__item {
	margin-top: 1.6rem;
}

.service-third__item:nth-child(n+2) {
	margin-top: 1.5rem;
}

.service-third__box {
	align-items: center; /* 横方向の中央揃え */
	display: flex;
	flex-direction: column;
	text-align: left; /* テキストを中央揃え */
}

.service-third__img img {
	-o-object-fit: cover;
	aspect-ratio: 360/221;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-third__name {
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 0.25rem;
}

.triangle {
	display: flex;
	justify-content: center;
	margin-top: 1.5625rem;
}

.triangle img {
	height: 1rem;
	width: 1.875rem;
}

.service__inner {
	margin: auto;
}

.service__heading {
	margin-left: 1.34375rem;
}

.service__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
}

.service__en {
	color: #000462;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.service__en {
	display: inline-block;
	position: relative;
}

.service__en::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 0.96875rem; /*線の長さを指定*/
}

.sitemap-cards {
	flex-direction: column;
}

.sitemap-cards__title {
	border-bottom: solid 1px #000462;
	color: #000462;
	font-size: 0.875rem;
	line-height: 1.3571428571;
	padding-bottom: 1.0625rem;
}

.sitemap-cards__subtitle--margin {
	margin-top: 2.5rem;
}

.sitemap-cards__item + .sitemap-cards__item {
	margin-top: 2.1875rem;
}

.sitemap-cards__subtitle {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7142857143;
}

.sitemap-cards__subtitle:first-child {
	margin-top: 1.0625rem;
}

.sitemap-cards__content {
	border-left: solid 0.0625rem #C3C3C3;
	margin-left: 0.375rem;
	margin-top: 0.25rem;
}

.sitemap-cards__text {
	color: #000;
	font-size: 12px;
	font-size: 12px;
	line-height: 2.0833333333;
	margin-left: 0.96875rem;
}

.sitemap__heading {
	margin-top: 6rem;
}

.sitemap__container {
	margin-top: 2.375rem;
	padding-bottom: 4.0625rem;
}

.sitemap__inner {
	margin: auto;
	max-width: 530px;
}

.sitemap__items:not(:first-child) {
	margin-top: 2.09375rem;
}

.sitemap__list + .sitemap__list {
	margin-top: 2.3rem;
}

.sitemap__title {
	border-bottom: solid 1px #000462;
	color: #000462;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.2857142857;
	padding-bottom: 0.875rem;
}

.sitemap__title--font {
	font-size: 0.78125rem;
	padding-bottom: 1rem;
}

.sitemap__item + .sitemap__item {
	margin-top: 2.1875rem;
}

.sitemap__text {
	color: #000;
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.sitemap__text--margin {
	margin-top: 0.6875rem;
}

.sitemap__title--margin {
	margin-top: 2.8rem;
}

.sub-heading {
	margin-left: 1.34375rem;
}

.sub-heading--company {
	margin-left: 1.34375rem;
}

.sub-heading__inner {
	margin: auto;
	max-width: 530px;
}

.sub-heading__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.sub-heading__en {
	color: #000462;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.sub-heading__en {
	display: inline-block;
	position: relative;
}

.sub-heading__en::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 0.96875rem; /*線の長さを指定*/
}

.sub-heading__en--company::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #111;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.40625rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 0.96875rem; /*線の長さを指定*/
}

.sub-mv__inner {
	margin: auto;
	position: relative;
	width: 100%;
}

.sub-mv img {
	-o-object-fit: cover;
	aspect-ratio: 390/210;
	height: 13.125rem;
	object-fit: cover;
	width: 100%;
}

.sub-mv__title {
	bottom: 0%;
	bottom: 1.5625rem;
	color: #fff;
	left: 0%;
	margin-left: 3.125rem;
	margin-left: 1.6875rem;
	position: absolute;
}

.sub-mv__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.3333333333;
}

.sub-mv__en {
	font-family: "Oswald", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.sub-mv__en {
	display: inline-block;
	position: relative;
}

.sub-mv__en::before { /*「position」「top」「left」で、タイトルを基準に横線の位置を設定します。*/
	background-color: #fff;
	content: ""; /*線が表示される*/
	height: 0.0625rem; /*線の太さを指定*/
	left: -1.6875rem; /*0指定すると、文字の上に線が来る*/
	position: absolute;
	top: 50%;
	width: 1.1875rem; /*線の長さを指定*/
}

.swiper-slide {
	height: auto;
}

.swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.swiper__img {
	width: 20.5rem;
}

.swiper__img img {
	-o-object-fit: cover;
	aspect-ratio: 280/188;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.u-text--main {
	color: #333;
}

.u-text--white {
	color: #fff;
}

.u-text--red {
	color: #FF0000;
}

.u-text--blue {
	color: #000462;
}

.u-text--black {
	color: #111;
}

.u-text--no-decoration {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.u-text--nowarp {
	white-space: nowrap;
}

.u-text-align--center {
	text-align: center;
}

.u-text-align--right {
	text-align: right;
}

.u-text-letter-spacing--large {
	letter-spacing: 0.3em;
}

.u-text-size--12 {
	font-size: 12px;
	font-weight: lighter;
}

.u-text-size--13 {
	font-size: 13px;
	font-weight: lighter;
}

.u-text-size--14 {
	font-size: 14px;
	font-weight: normal;
}

.u-text-size--15 {
	font-size: 15px;
	font-weight: normal;
}

.u-text-size--16 {
	font-size: 16px;
	font-weight: normal;
}

.u-text-size--18 {
	font-size: 18px;
	font-weight: normal;
}

.u-text-size--20 {
	font-size: 20px;
	font-weight: bold;
}

.u-text-size--22 {
	font-size: 22px;
	font-weight: bold;
}

.u-text-size--28 {
	font-size: 28px;
	font-weight: bold;
}

.u-text-size--30 {
	font-size: 30px;
	font-weight: bold;
}

.u-text-size--34 {
	font-size: 34px;
	font-weight: bold;
}

.u-text-size--38 {
	font-size: 38px;
	font-weight: bold;
}

.u-text-size--42 {
	font-size: 42px;
	font-weight: bold;
}

.u-text-size--46 {
	font-size: 46px;
	font-weight: bold;
}

.u-text-break--break {
	word-break: break-all;
}

.u-text--bold {
	font-weight: bold;
}

.u-text--strong {
	font-weight: 700;
}

.thought {
	text-align: center; /* thought__imgを中央寄せ */
}

.thought__img {
	display: inline-block; /* ブロック要素をインラインブロック要素に変更 */
}

.thought__img img {
	-o-object-fit: cover;
	height: 42.1875rem;
	object-fit: cover;
	width: 19rem;
}

.thought__content {
	color: #fff;
	text-align: center;
}

.thought__title {
	border: solid 1px #fff;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.2rem;
	padding: 0.4rem 0 0.8rem;
	width: 22.5rem;
}

.thought__subtitle {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5625;
	margin-top: 0.6875rem;
}

.thought__text {
	font-size: 0.875rem;
	line-height: 2.2857142857;
	margin-top: 1.5rem;
	text-align: left;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6666666667vw;
}

.top-company-description {
	margin-top: 2.6rem;
}

.top-company-history {
	margin-top: 5.625rem;
}

.top-company-second {
	margin-top: 7.9rem;
}

.top-company-three {
	margin-top: 7.5rem;
}

.top-company {
	margin-top: 6.875rem;
}

.top-features {
	margin-top: 4.6875rem;
}

.top-privacy-policy {
	margin-top: 4.08125rem;
	padding-bottom: 6.75rem;
}

.top-service-container {
	margin-top: 4.3125rem;
	padding-bottom: 4rem;
}

.top-service {
	margin-top: 4.35rem;
}

.company-description__bg {
	background-image: url(../images/common/company-bg3.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 32.625rem 11.3125rem;
	margin: auto;
	max-width: 1300px;
	padding: 5.1875rem 0 4.4rem;
}

.company-description__title {
	font-size: 36px;
	line-height: 1.3333333333;
}

.company-description__title-text {
	padding: 0.625rem 4rem 0.75rem 1.125rem;
}

.company-description__title-margin {
	margin: 0.85rem 0;
}

.company-description__title-text--padding {
	padding: 0.625rem 4.6rem 0.75rem 0rem;
}

.company-description__text {
	font-size: 16px;
	line-height: 2;
	margin-top: 1.5rem;
}

.company-description__representative {
	margin-top: 0.9rem;
}

.company-description__representative-name {
	font-size: 16px;
}

.company-description__name {
	font-size: 24px;
	font-weight: 600;
	margin-top: 0.5rem;
}

.company-history__inner {
	max-width: 1300px;
}

.company-history__flex {
	display: flex;
	justify-content: space-between;
}

.company-history__heading {
	margin-left: 4rem;
}

.company-history__jp {
	font-size: 32px;
	line-height: 1.34375;
}

.company-history__en {
	font-size: 18px;
	margin-top: 0.5625rem;
}

.company-history__en::before {
	left: -4.25rem;
	top: 42%;
	width: 3.65rem;
}

.company-history__container {
	margin-top: 0rem;
	padding: 0 3.125rem 6.5rem 0;
	width: 77.2%;
}

.company-history__content {
	border-bottom: solid 1px #CBCBCB;
	display: flex;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0.3125rem 0 1.8rem 1.25rem;
}

.company-history__content + .company-history__content {
	margin-top: 1.125rem;
}

.company-history__title {
	font-size: 16px;
	padding-bottom: 0;
	width: 8.9%;
}

.company-history__text {
	border-bottom: none;
	font-size: 16px;
	margin-top: 0rem;
	padding-bottom: 0;
	width: 88%;
}

.company-second__inner {
	max-width: 1300px;
}

.company-second__flex {
	display: flex;
	justify-content: space-between;
}

.company-second__heading {
	margin-left: 4.25rem;
}

.company-second__jp {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.34375;
}

.company-second__en {
	font-size: 18px;
	margin-top: 0.5625rem;
}

.company-second__en::before {
	left: -4.25rem;
	top: 42%;
	width: 3.125rem;
}

.company-second__container {
	margin-top: 0rem;
	padding: 0 3.125rem 5.7rem 0;
	width: 73.8%;
}

.company-second__content {
	font-size: 1rem;
	line-height: 1.5;
}

.company-second__content:nth-child(n+3) {
	margin-top: 0.75rem;
}

.company-second__title {
	font-size: 16px;
	padding-bottom: 0.6rem;
	padding-left: 0.8rem;
	width: 10.5%;
}

.company-second__text {
	font-size: 16px;
	line-height: 2.3;
	padding-bottom: 0.7rem;
	padding-left: 1.5rem;
	padding-top: 0rem;
	width: 88%;
}

.company-second__address {
	display: flex;
	gap: 0 1.25rem;
}

.company-three__inner {
	max-width: 1300px;
}

.company-three__flex {
	display: flex;
	justify-content: space-between;
}

.company-three__heading {
	margin-left: 4.25rem;
}

.company-three__jp {
	font-size: 32px;
	line-height: 1.34375;
}

.company-three__en {
	font-size: 18px;
	margin-top: 0.5625rem;
}

.company-three__en::before {
	left: -4.25rem;
	top: 42%;
	width: 3.125rem;
}

.company-three__container {
	padding-right: 3.125rem;
	width: 70%;
}

.company-three__wrapper {
	margin-top: 0rem;
}

.company-three__wrapper + .company-three__wrapper {
	margin-top: 2.8125rem;
}

.company-three__content {
	padding-top: 2.6rem;
}

.company-three__name {
	font-size: 16px;
	line-height: 2;
	width: 18.5%;
}

.company-three__info {
	font-size: 1rem;
	line-height: 1.75;
	width: 81.5%;
}

.company-three__map {
	aspect-ratio: 714/351;
	height: 21.9375rem;
	margin-left: auto; /* 右寄せにする */
	width: 81.5%;
}

.company-three__representative {
	margin-top: 6rem;
}

.company__inner {
	max-width: 1300px;
}

.company__heading {
	margin-left: 3.1rem;
}

.company__jp {
	font-size: 32px;
	line-height: 1.34375;
}

.company__en {
	font-size: 18px;
	margin-top: 0.5625rem;
}

.company__en::before {
	left: -4.25rem;
	top: 42%;
	width: 3.65rem;
}

.header img {
	height: 7.3125rem;
}

.header__inner {
	padding: 0 3.125rem;
}

.footer img {
	height: 28.9375rem;
}

.features {
	padding: 3.8rem 0 5rem;
}

.features {
	background-image: url(../images/common/features-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 53.125rem;
}

.features__inner {
	max-width: 75rem;
	padding: 0 3.125rem;
}

.features__flex {
	display: flex;
}

.features__content {
	width: 50%;
}

.features__subtitle {
	font-size: 1.25rem;
	margin-left: 0rem;
}

.features__subtitle::before {
	left: -6.875rem;
	top: 47%;
	width: 6.25rem;
}

.features__sentence {
	font-size: 3rem;
	margin-top: 1rem;
}

.features__title {
	padding: 0.3rem 2.1rem 0.2rem 1.125rem;
}

.features__title--letter {
	padding: 0.3rem 3rem 0.2rem 1.125rem;
}

.features__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.15rem;
}

.features__img {
	margin-left: 2rem;
	margin-top: -5.8rem;
}

.features__img img {
	-o-object-fit: cover;
	aspect-ratio: 618/474;
	height: 29.625rem;
	object-fit: cover;
	width: 100%;
}

.features__thought {
	margin-top: 0.5625rem;
}

.features__slider {
	margin-top: 4rem;
}

.foot__inner {
	max-width: 81.25rem;
	padding: 2.75rem 3.125rem 3.1875rem;
}

.foot__item {
	display: flex;
	gap: 0 2.625rem;
	justify-content: center;
}

.foot__list {
	width: 33.125rem;
}

.foot__list + .foot__list {
	margin-top: 0rem;
}

.foot__link {
	padding: 4rem 3.5rem 4.5rem 3.8125rem;
}

.foot__text-en {
	font-size: 2.5rem;
	font-weight: 700;
}

.foot__text-jp {
	font-size: 1.25rem;
	line-height: 1;
}

.foot__img img {
	margin-top: 0.3125rem;
}

.inner {
	max-width: 1060px;
	padding-left: 50px;
	padding-right: 50px;
}

.privacy__heading {
	margin-left: 3.125rem;
	margin-top: 12.75rem;
}

.privacy__inner {
	max-width: 1300px;
}

.privacy__jp {
	font-size: 2rem;
	line-height: 1.34375;
}

.privacy__en {
	font-size: 1.125rem;
	margin-top: 0.5625rem;
}

.privacy__en::before {
	left: -3.125rem;
	top: 75%;
	width: 2.125rem;
}

.privacy-policy__container {
	margin-top: 4.0625rem;
	padding-bottom: 5.625rem;
}

.privacy-policy__wrapper + .privacy-policy__wrapper {
	margin-top: 2.65rem;
}

.privacy-policy__title {
	font-size: 1.125rem;
	line-height: 1.3333333333;
}

.privacy-policy__text {
	font-size: 1rem;
	line-height: 1.5;
}

.privacy-policy__text--margin {
	margin-top: 2.1875rem;
}

.recruit__container {
	padding: 3.375rem 0 3.75rem;
}

.recruit__wrapper {
	padding: 3.5rem 0;
}

.recruit__title {
	font-size: 1.5rem;
	line-height: 1;
}

.recruit__subtitle {
	font-size: 1rem;
	line-height: 1.9285714286;
	margin-left: 1rem;
}

.representative {
	padding: 4.5rem 0;
}

.representative__wrapper + .representative__wrapper {
	margin: 0rem;
	margin-left: 1.5rem;
}

.service-container__inner {
	max-width: 1300px;
}

.service-container__content + .service-container__content {
	margin-top: 4.0625rem;
}

.service-first__container {
	padding: 3rem 3.125rem 5.6rem;
}

.service-first__flex {
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.service-first__sentence {
	margin-top: 1.5625rem;
	width: 68%;
}

.service-first__wrapper {
	background-color: #fff;
	box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.1);
	margin-right: 3.125rem;
	margin-top: -2.3rem;
	padding: 2.5rem 2.125rem 2.9375rem 3.125rem;
}

.service-first__item {
	flex-basis: 15.7%; /* 初期の幅を設定 */
}

.service-first__item:nth-child(n+3) {
	margin-top: 0.875rem;
}

.service-first__img img {
	aspect-ratio: 167/105;
}

.service-second__container {
	padding: 3rem 3.125rem 9.1rem 2.3rem;
}

.service-second__flex {
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.service-second__sentence {
	margin-top: 4.2rem;
	width: 59.6%;
}

.service-second__text {
	margin-top: 1.2rem;
}

.service-second__wrapper {
	background-color: #fff;
	box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.1);
	margin-right: 3.125rem;
	margin-top: -2.8rem;
	padding: 3.6rem 2.125rem 2.9375rem 3.125rem;
}

.service-second__meta {
	margin-left: 0rem;
	text-align: left;
}

.service-second__item {
	flex-basis: 20.5%; /* 初期の幅を設定 */
}

.service-second__item:nth-child(2n) {
	margin-left: 0;
}

.service-second__item + .service-second__item {
	margin-left: 1.2rem;
}

.service-second__item {
	margin-top: 0.7rem;
}

.service-second__item:nth-child(n+3) {
	margin-top: 0.7rem;
}

.service-second__img img {
	aspect-ratio: 218/134;
}

.service-third__container {
	padding: 2.5rem 2rem 5.3rem 3.125rem;
}

.service-third__flex {
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.service-third__sentence {
	margin-top: 2.3rem;
	width: 52%;
}

.service-third__wrapper {
	background-color: #fff;
	box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.1);
	margin-right: 3.125rem;
	margin-top: -2.7rem;
	padding: 2.5rem 2.125rem 2.9375rem 3.125rem;
}

.service-third__meta {
	font-size: 1.25rem;
	line-height: 1.6;
	margin-left: 0rem;
	margin-top: 1.2rem;
	text-align: left;
}

.service-third__list {
	display: flex;
}

.service-third__item {
	margin-top: 0.8rem;
	max-width: calc(22.75% - 1.5rem);
	width: 100%;
}

.service-third__item:nth-child(n+2) {
	margin-left: -0.2rem;
	margin-top: 0.8rem;
}

.service-third__img img {
	aspect-ratio: 218/134;
}

.service-third__name {
	margin-top: 0.9rem;
}

.triangle {
	flex-direction: column;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	margin-top: -3.125rem;
}

.triangle img {
	height: 1rem;
	width: 1rem;
}

.service__inner {
	max-width: 1300px;
}

.service__heading {
	margin-left: 3.1rem;
}

.service__jp {
	font-size: 2rem;
	line-height: 1.34375;
}

.service__en {
	font-size: 1.125rem;
	margin-top: 0.5625rem;
}

.service__en::before {
	left: -4.25rem;
	top: 42%;
	width: 3.125rem;
}

.sitemap-cards__title {
	font-size: 1rem;
	line-height: 1.3125;
}

.sitemap-cards__subtitle--margin {
	margin-top: 0rem;
}

.sitemap-cards__item + .sitemap-cards__item {
	margin-top: 0rem;
}

.sitemap-cards__subtitle:first-child {
	margin-top: 0rem;
}

.sitemap-cards__text {
	line-height: 2.15;
}

.sitemap-cards__list {
	grid-gap: 2.875rem 1.4375rem;
	display: grid;
	gap: 2.875rem 1.4375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.25rem;
	padding-bottom: 1.4rem;
}

.sitemap__heading {
	margin-top: 12.75rem;
}

.sitemap__container {
	margin-top: 6rem;
	padding-bottom: 7.3125rem;
}

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

.sitemap__items:not(:first-child) {
	margin-top: 3.3125rem;
}

.sitemap__list {
	max-width: calc(25% - 1.125rem);
	width: 100%;
}

.sitemap__list + .sitemap__list {
	margin-top: 0rem;
}

.sitemap__title {
	font-size: 16px;
	line-height: 1.3125;
}

.sitemap__title--font {
	font-size: 0.875rem;
	padding-bottom: 1.0625rem;
}

.sitemap__item + .sitemap__item {
	margin-top: 0rem;
}

.sitemap__text {
	line-height: 1.17;
	margin-top: 0.75rem;
}

.sitemap__title--margin {
	margin-top: 0rem;
}

.sub-heading {
	margin-left: 3.125rem;
}

.sub-heading--company {
	margin-left: 4.25rem;
}

.sub-heading__inner {
	max-width: 1300px;
}

.sub-heading__jp {
	font-size: 32px;
	line-height: 1.34375;
}

.sub-heading__en {
	font-size: 18px;
	margin-top: 0.5625rem;
}

.sub-heading__en::before {
	left: -3.125rem;
	top: 75%;
	width: 2.125rem;
}

.sub-heading__en--company::before {
	left: -4.25rem;
	width: 3.125rem;
}

.sub-mv img {
	aspect-ratio: 1920/400;
	height: 25rem;
}

.sub-mv__title {
	bottom: 2.3rem;
	margin-left: 3.125rem;
}

.sub-mv__jp {
	font-size: 3rem;
	line-height: 1.3333333333;
}

.sub-mv__en {
	font-size: 1.5rem;
	line-height: 2.0833333333;
}

.sub-mv__en::before {
	left: -3.125rem; /*0指定すると、文字の上に線が来る*/
	width: 2.0625rem;
}

.swiper__img img {
	aspect-ratio: 333/223;
}

.thought__img {
	margin-top: -2.7rem;
}

.thought__img img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 63rem;
}

.thought__title {
	font-size: 3.625rem;
	line-height: 1;
	padding: 0.4rem 0 1.1rem;
	width: 30.6875rem;
}

.thought__subtitle {
	font-size: 2.625rem;
	line-height: 1.4285714286;
	margin-top: 0.5rem;
}

.thought__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.75rem;
	text-align: center;
}

}

@media screen and (min-width: 940px) and (max-width: 1230px) {

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

.p-footer__contents__address__text--small {
	font-size: 14px;
}

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

.p-footer__contents__nav__list__item a {
	color: #fff;
}

.p-footer__contents__link {
	display: flex;
	flex-flow: column;
	gap: 15px 0;
	width: 25%;
}

.p-footer__contents__link__button {
	font-size: 16px;
	font-weight: bold;
	justify-content: space-between;
	padding: 20px 30px;
}

.p-footer__contents__link__button span {
	align-items: center;
	display: block;
	display: flex;
}

.l-header {
	padding: 5px 10px 15px 10px;
}

.p-header__logo {
	margin: 0;
	width: 15%;
}

.p-header__logo__item {
	display: block;
}

.p-header__nav {
	margin-top: 10px;
	width: 83%;
}

.p-header__nav__list {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-header__nav__list__item {
	font-size: 13.5px;
	font-weight: 500;
	position: relative;
}

.p-header__nav__list__item__child {
	background: #fff;
	display: none;
	padding-top: 10px;
	position: absolute;
	width: 120px;
}

.p-header__nav__list__item__child__item {
	padding: 10px;
}

.p-header__nav__list__item:hover .p-header__nav__list__item__child {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: block;
	left: 0;
	position: absolute;
	top: 110%;
	z-index: 10;
}

.p-header__subnav__list__item {
	font-size: 11.5px;
}

.p-header__subnav--under {
	border-top: 1px solid #5C3D8D;
	margin-bottom: 0;
	padding: 10px 50px 10px 50px;
}

}

@media (min-width: 960px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1100px) {

.service-first__item {
	flex-basis: 30%; /* 2列に折り返すために幅を変更 */
}

.service-second__item {
	flex-basis: 30%; /* 2列に折り返すために幅を変更 */
}

}

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

.l-body {
	margin-top: 0;
}

.l-body--under {
	margin-top: 65px;
}

.c-button--purple {
	border-radius: 1.2820512821vw;
	height: 8.2051282051vw;
	padding: 0;
	width: 8.2051282051vw;
}

.c-button--while {
	border-radius: 1.2820512821vw;
	height: 8.2051282051vw;
	padding: 0;
	width: 8.2051282051vw;
}

.u-display--none {
	display: inherit;
}

.u-display__sp--none {
	display: none;
}

.u-display__sp--inline-block {
	display: inline-block;
}

.u-display__sp--center {
	text-align: center;
}

.u-display__sp--left {
	text-align: left;
	width: 100%;
}

.p-footer__logo {
	margin: 10px 0;
}

.p-footer__logo__item {
	display: block;
	text-align: center;
	width: 46.1538461538vw;
}

.p-footer__box {
	padding: 40px 0 30px 0;
}

.p-footer__copy {
	font-size: 33px;
}

.p-footer__contents {
	color: #fff;
	display: flex;
	justify-content: center;
	width: 100%;
}

.p-footer__contents__address {
	font-size: 5.1282051282vw;
	font-weight: bold;
	line-height: 57px;
	text-align: center;
	width: 100%;
}

.p-footer__contents__address__text {
	margin-bottom: 10px;
}

.p-footer__contents__address__text--small {
	font-size: 4.1025641026vw;
	font-weight: 300;
	margin-bottom: 0;
}

.l-header {
	border-radius: 0;
	clear: both;
	color: #333;
	height: 65px;
	line-height: 1.7857142857;
	padding: 0;
	width: 100%;
}

.l-header--under {
	background-color: #fff;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header {
	margin: 0;
	padding: 5px 4% 10px 4%;
	width: 100%;
}

.p-header__logo {
	width: 41.0256410256vw;
}

.p-header__nav {
	margin-top: 10px;
	width: 25.641025641vw;
}

.p-header__nav__list {
	gap: 1.5384615385vw;
	justify-content: flex-start;
	width: 100%;
}

.p-header__nav__list__item {
	font-size: 15px;
	font-weight: 500;
}

.c-icon--mail {
	height: 3.8461538462vw;
	margin-right: 0;
	width: 3.8461538462vw;
}

.c-icon--person {
	height: 3.8461538462vw;
	margin-right: 0;
	width: 3.8461538462vw;
}

.c-icon__hamburger {
	cursor: pointer;
	display: block;
	height: 8.2051282051vw;
	position: relative;
	width: 8.2051282051vw;
}

.c-icon__hamburger__line {
	background-color: #000;
	height: 0.5128205128vw;
	left: 15%;
	position: absolute;
	transition: transform 0.3s ease;
	width: 70%;
}

.c-icon__hamburger__line--middle {
	top: 50%;
	transform: translateY(-50%);
}

.c-icon__hamburger__line--top {
	top: 20%;
}

.c-icon__hamburger__line--bottom {
	bottom: 20%;
}

.c-icon__open {
	height: 4.1025641026vw;
	position: relative;
	width: 4.1025641026vw;
}

.c-icon__open:before,
.c-icon__open:after {
	background-color: #fff;
	content: "";
	position: absolute;
}

.c-icon__open:before {
	height: 2px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.c-icon__open:after {
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
}

.c-icon__open--close {
	transform: rotate(-90deg);
}

.c-icon__open--close:before {
	display: none;
}

.u-link__more {
	margin-right: 10px;
}

.u-margin__sp-b30 {
	margin-bottom: 30px !important;
}

.u-margin__sp-b40 {
	margin-bottom: 40px !important;
}

.p-mv {
	height: 90vh;
	margin-bottom: 50px;
}

.p-mv--under {
	height: 200px;
	position: relative;
	width: 100%;
}

.p-mv__contents {
	height: 90vh;
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-mv__box {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-mv__box--01 {
	background-image: url(../images/top/main_01.png);
}

.p-mv__box--02 {
	background-image: url(../images/top/main_02.png);
}

.p-mv__box--03 {
	background-image: url(../images/top/main_03.png);
}

.p-mv__box__item {
	height: 200%;
	padding: 70px 0 0 4%;
	position: relative;
	width: 200%;
}

.p-mv__box__item--small {
	padding: 70px 0 0 8%;
}

.p-mv__box__item::before {
	background-color: rgba(0, 0, 70, 0.7);
	bottom: 0;
	content: "";
	height: 100%;
	left: -70%;
	position: absolute;
	right: 0;
	top: -20%;
	transform: skewX(-50deg);
	width: 100%;
}

.p-mv__box__item__text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3.8rem;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.p-mv__box__item__text bold {
	font-size: 3rem;
}

.p-mv__box__item__image {
	max-width: 400px;
	position: relative;
	width: 35%;
}

.p-mv__box__title {
	color: #fff;
	font-weight: bold;
}

.p-mv__box__title__text {
	font-size: 6rem;
	line-height: 8rem;
	margin-bottom: 20px;
}

.p-mv__box__title__sub {
	align-items: center;
	background-color: #000462;
	display: inline-flex;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.5rem;
	font-weight: bold;
	justify-content: space-around;
	letter-spacing: 1.5px;
	line-height: 2.5rem;
	padding: 20px 35px;
}

.p-mv__button {
	align-items: center;
	background-color: #000462;
	border-radius: 5px;
	bottom: 40px;
	color: #fff;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	justify-content: space-around;
	line-height: 1.8rem;
	padding: 20px 50px 20px 30px;
	position: absolute;
	right: 4%;
	width: 91%;
	z-index: 10;
}

.p-mv__button::after {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
}

.p-mv__under {
	color: #fff;
	left: 8%;
	position: absolute;
	width: 92%;
}

.p-mv__under__title {
	font-size: 24px !important;
	font-weight: 700 !important;
}

.p-mv__under__title {
	font: normal normal normal 14px/14px Hiragino Sans;
}

.p-mv__under__title--faq {
	font-size: 24px !important;
	font-weight: 700 !important;
}

.p-mv__under__sub {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.p-mv__sub {
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: -0.3px !important;
}

.p-mv__sub::before {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	left: -21%;
	position: absolute;
	top: calc(50% + 2px);
	width: 18.5%;
}

.p-nav {
	background: #5C3D8D;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: -100%;
	top: 0;
	transition: right 444ms ease;
	width: 100%;
	z-index: 100;
}

.p-nav--show {
	height: inherit;
	min-height: 100%;
	overflow: auto;
	right: 0;
}

.p-nav--open {
	overflow: hidden !important;
}

.p-nav__contents {
	margin: max(10vw, 65px) 0 24px 0;
	transform: translate(0px, 0px) translateZ(0px);
	transition-duration: 0ms;
	transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
}

.p-nav__list {
	margin-bottom: 30px;
	width: 100%;
}

.p-nav__list__item {
	border-bottom: 1px solid #fff;
	margin: 0 4%;
	width: 92%;
}

.p-nav__list__item__link {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 23px;
	padding: 20px 0;
	position: relative;
}

.p-nav__list__item__link--purple {
	color: #5C3D8D;
}

.p-nav__list__item__button {
	position: absolute;
	right: 0;
	top: calc(50% - 2.0512820513vw);
}

.p-nav__list__child {
	background: #fff;
	color: #5C3D8D;
	margin-bottom: 0;
}

.p-nav__list__child--show {
	display: block;
}

.p-nav__list__child .p-nav__list__item {
	border-color: #8D8D8D;
}

.p-nav__list__child .p-nav__list__item:last-child {
	border-bottom: none;
}

.p-nav__list__child .p-nav__list__item .p-nav__list__item__link {
	align-items: center;
	display: flex;
}

.p-nav__list__child .p-nav__list__item .p-nav__list__item__link::before {
	background: #5C3D8D;
	content: "";
	display: inline-block;
	height: 2px;
	margin: 0px 5px 0 0;
	position: relative;
	width: 10px;
}

.p-nav__button {
	align-items: center;
	background: #5C3D8D;
	display: flex;
	flex-flow: column;
	gap: 15px;
	justify-content: center;
	margin-bottom: 30px;
	padding: 0 4%;
	width: 100%;
}

.p-nav__button__item {
	width: 100%;
}

.p-nav__button__item__link {
	align-items: center;
	border-radius: 5px;
	display: block;
	display: flex;
	font-size: 3.5897435897vw;
	font-weight: bold;
	justify-content: center;
	padding: 15px 0;
}

.p-nav__button__item__link--white {
	background-color: #fff;
	border: 1px solid #fff;
	color: #5C3D8D;
}

.p-nav__button__item__link--purple {
	background-color: #5C3D8D;
	border: 1px solid #fff;
	color: #fff;
}

.p-nav__phone {
	background: #5C3D8D;
	color: #fff;
	display: flex;
	flex-flow: column;
	gap: 15px;
	padding: 0 4%;
	text-align: center;
	width: 100%;
}

.p-nav__phone__item {
	font-family: "Oswald", sans-serif;
	font-size: 6.1538461538vw;
	line-height: 6.1538461538vw;
	width: 100%;
}

.u-text-size-smartphone--18 {
	font-size: 1.8rem;
}

.u-text-size-smartphone--30 {
	font-size: 3rem;
}

}

@media (max-width: 850px) {

.service-first__item {
	flex-basis: 48.1%; /* 2列に折り返すために幅を変更 */
}

.service-second__item {
	flex-basis: 48.1%; /* 2列に折り返すために幅を変更 */
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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