<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************
* 繧､繝ｳ繝翫�
********************************/

/********************************
* 繝輔か繝ｳ繝�
********************************/

/********************************
* 繧ｫ繝ｩ繝ｼ
********************************/

html {
	font-size: 16px;
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #fff;
}

.body {
	background-color: #fff;
	position: relative;
}

.p-topmain {
	padding-top: 0 !important;
	position: relative;
}

.p-topmain::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../assets/images/top/top_bg.jpg);
	background-size: 100%;
	z-index: -100;
}

@media screen and (max-width: 768px) {
	.p-topmain::before {
		content: none;
	}
}

/* link */

/* ============================================ */

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

a:hover {
	opacity: 0.8;
}

/* img */

/* ============================================ */

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

/* p */

/* ============================================ */

p {
	font-size: 1.1111111111vw;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

.reveal-text,
.reveal-text::after {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
	-webkit-animation-delay: var(--animation-delay, 2s);
	        animation-delay: var(--animation-delay, 2s);
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--iterations, 1);
	        animation-iteration-count: var(--iterations, 1);
	-webkit-animation-duration: 500ms;
	        animation-duration: 500ms;
	-webkit-animation-duration: var(--duration, 500ms);
	        animation-duration: var(--duration, 500ms);
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* line 226, ../scss/object/project/_animation.scss */

.reveal-text {
	--animation-delay: var(--delay, 0);
	--animation-duration: var(--duration, 500ms);
	--animation-iterations: var(--iterations, 1);
	position: relative;
	-webkit-animation-name: clip-text;
	        animation-name: clip-text;
	cursor: default;
}

/* line 234, ../scss/object/project/_animation.scss */

.reveal-text::after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, right top, from(#00c0fa), to(#005eea));
	background: linear-gradient(to right, #00c0fa 0%, #005eea 100%);
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	pointer-events: none;
	-webkit-animation-name: text-revealer;
	        animation-name: text-revealer;
}

.l-header {
	top: 0;
	left: 0;
	z-index: 50;
}

.l-inner {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 87.5vw;
}

.l-inner__sub {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 76.3888888889vw;
}

.l-section {
	padding: 8.3333333333vw 0;
}

.c-breadcrumb {
	height: 5.9027777778vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top-right-radius: 2.7777777778vw;
	border-top-left-radius: 2.7777777778vw;
}

.c-breadcrumb.bule {
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
}

.c-breadcrumb.green {
	background: -webkit-gradient(linear, right top, left top, from(#009236), to(#AACF45));
	background: linear-gradient(to left, #009236, #AACF45);
}

.c-breadcrumb__inner {
	max-width: 90.2777777778vw;
	margin: 0 auto;
	width: 100%;
}

.c-breadcrumb__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0.6944444444vw;
}

.c-breadcrumb__item {
	font-weight: 400;
	font-size: 0.9722222222vw;
	margin-right: 2.7777777778vw;
	color: #fff;
	letter-spacing: 0.08em;
	position: relative;
}

.c-breadcrumb__item::after {
	content: "";
	width: 0.5555555556vw;
	height: 0.5555555556vw;
	border: 0;
	border-top: solid 0.0694444444vw #fff;
	border-right: solid 0.0694444444vw #fff;
	position: absolute;
	top: 28%;
	right: -1.3888888889vw;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.c-breadcrumb__item:last-of-type::after {
	display: none;
}

.c-breadcrumb__item:last-of-type {
	margin-right: 0;
}

.c-breadcrumb__link {
	color: #fff;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.c-breadcrumb__link:hover {
	opacity: 1;
}

.c-breadcrumb__link::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.0694444444vw;
	margin-top: 0.3em;
	bottom: 0; /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺径繧ｿ繧ｰ縺ｮ荳狗ｫｯ縺九ｉ迴ｾ繧後ｋ*/
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1); /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ邵ｮ蟆ｺ豈皮紫縲ゅ�繝舌�蜑阪�x譁ｹ蜷代↓0*/
	-webkit-transform-origin: left top;
	        transform-origin: left top; /*螟牙ｽ｢�医い繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ莨ｸ髟ｷ�峨�蜴溽せ縺径繧ｿ繧ｰ�亥推繝｡繝九Η繝ｼ�峨�蟾ｦ遶ｯ*/
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; /*螟牙ｽ｢縺ｮ譎る俣*/
	background: #fff;
}

.c-breadcrumb__link:hover::after {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1); /*繝帙ヰ繝ｼ蠕後』霆ｸ譁ｹ蜷代↓1�育嶌蟇ｾ蛟､�我ｼｸ髟ｷ*/
}

.c-btn {
	display: inline-block;
	padding: 0.6944444444vw 6.25vw 0.6944444444vw 3.125vw;
	border: solid 0.0694444444vw #fff;
	border-radius: 2.4305555556vw;
	font-size: 1.25vw;
	font-size: 1.25vw;
	line-height: 2.4444444444;
	letter-spacing: 0.04em;
	font-weight: 700;
	position: relative;
}

.c-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -1.8055555556vw;
	width: 6.25vw;
	height: 0.0694444444vw;
	background: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.c-btn i {
	display: block;
	position: absolute;
	top: 50%;
	right: -1.738vw;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.c-btn i::before,
.c-btn i::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0.8333333333vw;
	height: 0.0694444444vw;
	background-color: #fff;
}
.c-btn i::before {
	transform-origin: 100% 100%;
	transform: rotate(45deg);
}
.c-btn i::after {
	transform-origin: 100% 0;
	transform: rotate(-45deg);
}

.c-btn:hover::before {
	right: -2.5vw;
}

.c-btn:hover i {
	right: -2.4305555556vw;
}

.c-btn2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 11.3194444444vw;
	height: 2.7777777778vw;
	border-radius: 0.6944444444vw;
	font-size: 1.1111111111vw;
	line-height: 2;
	letter-spacing: 0.13em;
	font-weight: 500;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	position: relative;
	margin: 0 auto;
}

.c-btn2.white {
	background: inherit;
	border: solid 0.0694444444vw #fff;
}

.c-card__body {
	padding: 0.9375rem;
}

.c-card__time {
	font-size: 0.875rem;
}

.c-card__title {
	font-weight: bold;
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

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

.c-card--shadow {
	-webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
}

.c-card--horizon {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20% 80%;
	grid-template-columns: 20% 80%;
}

.c-card--horizon .c-card__body {
	padding: 0.625rem 0.9375rem;
}

.c-heading {
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.c-heading__en {
	display: block;
	font-size: 9.0277777778vw;
	line-height: 1;
	letter-spacing: 0.085em;
	font-weight: 800;
	font-family: "Raleway", sans-serif;
}

.c-heading__ja {
	display: block;
	font-size: 2.0833333333vw;
	line-height: 1.7333333333;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-heading__sub {
	color: #000;
}

.c-heading__sub .c-heading__en {
	font-family: "Raleway", sans-serif;
	font-size: 9.0277777778vw;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: inline-block;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	padding-bottom: 0.6944444444vw;
}

.c-heading__sub .c-heading__en.green {
	background: -webkit-gradient(linear, right top, left top, from(#009236), to(#AACF45));
	background: linear-gradient(to left, #009236, #AACF45);
	background: -webkit-linear-gradient(to left, #009236, #AACF45);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.c-heading__sub .c-heading__ja {
	display: block;
	font-size: 2.0833333333vw;
	line-height: 1.7333333333;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
}

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

.c-heading__sub2 .c-heading__en {
	font-family: "Raleway", sans-serif;
	font-size: 4.1666666667vw;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 1.0416666667vw;
}

.c-heading__sub2 .c-heading__ja {
	display: block;
	font-size: 1.7361111111vw;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
}

.c-heading__sub3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	color: #000;
	text-align: center;
}

.c-heading__sub3.white {
	color: #fff;
}

.c-heading__sub3.white .c-heading__en {
	color: #fff;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: inherit;
}

.c-heading__sub3 .c-heading__en {
	font-family: "Raleway", sans-serif;
	font-size: 4.1666666667vw;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: inline-block;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.c-heading__sub3 .c-heading__ja {
	display: block;
	font-size: 1.7361111111vw;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	margin-left: 3.4722222222vw;
}

.c-list,
.c-list li ul {
	padding-left: 1.875rem;
	padding-right: 0.625rem;
	list-style-type: disc;
}

.c-list li {
	margin-bottom: 0.9375rem;
}

.c-list li ul li {
	margin-top: 0.9375rem;
}

.c-list--decimal,
.c-list--decimal li ul {
	list-style-type: decimal;
}

.c-list--arrow-start,
.c-list--arrow-start li ul {
	list-style-type: none;
}

.c-list--arrow-start li {
	position: relative;
}

.c-list--arrow-start li::before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 0.75rem;
	top: 0.125rem;
	left: -1rem;
}

#page__top {
	height: 5.5555555556vw;
	width: 5.5555555556vw;
	position: fixed;
	right: 2.0833333333vw;
	bottom: 2.0833333333vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 101;
}

.pagetop__img {
	display: block;
}

.c-tag {
	display: inline-block;
	background-color: #0091E7;
	padding: 0.5555555556vw 1.0416666667vw;
	border-radius: 0.6944444444vw;
	font-size: 1.1111111111vw;
	line-height: 1.3125;
	letter-spacing: 0.13em;
	font-weight: 400;
}

.c-text {
	font-size: 1.0625rem;
	line-height: 2.4705882353;
	letter-spacing: -0.0625rem;
	text-align: justify;
}

.c-text__name {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}

.c-vertical-line {
	width: 0.0625rem;
	height: 6.25rem;
	background: #fff;
	margin-inline: auto;
}

.p-component__previewTitle {
	margin-top: 1.875rem;
}

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

.p-footer {
	background: -webkit-gradient(linear, right top, left top, from(#2DCB2B), to(#00ABE7));
	background: linear-gradient(to left, #2DCB2B, #00ABE7);
	background: -webkit-linear-gradient(to left, #2DCB2B, #00ABE7);
	border-top-right-radius: 7.6388888889vw;
	border-top-left-radius: 7.6388888889vw;
	padding-top: 4.8611111111vw;
	padding-bottom: 2.7777777778vw;
}

.p-footer__inner {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 76.3888888889vw;
}

.p-footer__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 4.1666666667vw;
	border-bottom: solid 0.0694444444vw #fff;
}

.p-footer__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1.25vw;
}

.p-footer__item {
	padding-right: 2.0833333333vw;
	margin-right: 2.0833333333vw;
	border-right: 0.0694444444vw solid #fff;
}

.p-footer__link {
	display: block;
	position: relative;
	padding-bottom: 0.3472222222vw;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

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

.p-footer__link::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.0694444444vw;
	margin-top: 0.3em;
	bottom: 0; /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺径繧ｿ繧ｰ縺ｮ荳狗ｫｯ縺九ｉ迴ｾ繧後ｋ*/
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1); /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ邵ｮ蟆ｺ豈皮紫縲ゅ�繝舌�蜑阪�x譁ｹ蜷代↓0*/
	-webkit-transform-origin: left top;
	        transform-origin: left top; /*螟牙ｽ｢�医い繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ莨ｸ髟ｷ�峨�蜴溽せ縺径繧ｿ繧ｰ�亥推繝｡繝九Η繝ｼ�峨�蟾ｦ遶ｯ*/
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; /*螟牙ｽ｢縺ｮ譎る俣*/
	background: #fff;
}

.p-footer__link:hover::after {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1); /*繝帙ヰ繝ｼ蠕後』霆ｸ譁ｹ蜷代↓1�育嶌蟇ｾ蛟､�我ｼｸ髟ｷ*/
}

.p-footer__logo {
	width: 19.8611111111vw;
	height: 5vw;
	padding-left: 1.3888888889vw;
	padding-top: 2.7777777778vw;
	width: 28%;
}

.p-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.p-footer__content {
	width: 72%;
	padding-left: 9.375vw;
}

.p-footer__content__wrap {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.125vw;
}

.p-footer__content__link {
	display: block;
	width: 18.0555555556vw;
	height: 5.5555555556vw;
	margin-right: 2.7777777778vw;
}

.p-footer__wrap2 {
	margin-top: 1.6666666667vw;
}

.p-footer__address {
	text-align: center;
	line-height: 1.6;
}

.p-footer__copy {
	font-size: 0.9722222222vw;
	text-align: center;
	margin-left: 9.0277777778vw;
	letter-spacing: 0.09em;
}

.p-footer__content__span {
	display: inline-block;
	font-size: 0.9722222222vw;
	margin-right: 2.0833333333vw;
	text-decoration: underline;
}

.p-footer__content__span:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
}

.p-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
}

.p-header__top {
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.p-header__top.is-visible {
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.p-header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 4.5138888889vw;
	padding-bottom: 1.3888888889vw;
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 90.2777777778vw;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-header__inner.is-height {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	padding-top: 1.3888888889vw;
}

.p-header__logo {
	font-size: 0;
	width: 13.6805555556vw;
}

.p-header__link {
	display: block;
}

.p-header__nav {
	padding-right: 6.25vw;
}

.p-header__lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-header__list {
	position: relative;
}

.p-header__list:first-child:before {
	display: none;
}

.p-header__list a {
	display: inline-block;
	margin-left: 2.7777777778vw;
	padding-bottom: 0.3472222222vw;
	color: #000;
	font-size: 1.1805555556vw;
	line-height: 1;
	letter-spacing: 0em;
	font-weight: 700;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-header__list a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.0694444444vw;
	margin-top: 0.3em;
	bottom: 0; /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺径繧ｿ繧ｰ縺ｮ荳狗ｫｯ縺九ｉ迴ｾ繧後ｋ*/
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1); /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ邵ｮ蟆ｺ豈皮紫縲ゅ�繝舌�蜑阪�x譁ｹ蜷代↓0*/
	-webkit-transform-origin: left top;
	        transform-origin: left top; /*螟牙ｽ｢�医い繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ莨ｸ髟ｷ�峨�蜴溽せ縺径繧ｿ繧ｰ�亥推繝｡繝九Η繝ｼ�峨�蟾ｦ遶ｯ*/
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; /*螟牙ｽ｢縺ｮ譎る俣*/
	background: #000;
}

.p-header__list a:hover::after {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1); /*繝帙ヰ繝ｼ蠕後』霆ｸ譁ｹ蜷代↓1�育嶌蟇ｾ蛟､�我ｼｸ髟ｷ*/
}

.p-header__lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-header__nav_sp {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	z-index: 1000;
}

.p-header__nav_sp.is-active {
	overflow: visible;
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	height: 100vh;
}

.p-header__menu_btn_wrapper {
	width: 10.6666666667vw;
	position: absolute;
	right: 5.3333333333vw;
	z-index: 9998;
}

.p-header__menu_btn_text {
	display: block;
	-webkit-transform: skewX(-10deg);
	        transform: skewX(-10deg);
	letter-spacing: 0.05em;
}

.p-header__menu_btn {
	color: #000;
	font-weight: bold;
	font-size: 3.2vw;
	border: none;
	padding: 0;
	margin-top: 2.6666666667vw;
}

.p-header__menu_btn.is-active .p-header__menu_btn_line:nth-of-type(1) {
	top: 0;
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: rotate(18deg);
	        transform: rotate(18deg);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.p-header__menu_btn.is-active .p-header__menu_btn_line:nth-last-of-type(2) {
	top: 0;
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-transform: rotate(-18deg);
	        transform: rotate(-18deg);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.p-header__menu_btn_line {
	display: block;
	width: 9.0666666667vw;
	height: 0.8vw;
	border-radius: 0.2666666667vw;
	background-color: #000;
	margin: 0 auto 1.6vw;
}

.p-header__menu_btn_line:first-of-type {
	margin: 0 auto 1.8666666667vw;
}

.p-header__menu_btn_line:nth-of-type(1) {
	top: 0;
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.p-header__menu_btn_line:nth-last-of-type(2) {
	top: 0;
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.p-header__nav_sp {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	z-index: 1000;
}

.p-header__nav_sp.is-active {
	overflow: visible;
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	height: 100vh;
}

.p-header__nav_scroll {
	overflow: scroll;
	height: 100vh;
}

.p-header__lists_sp {
	padding: 0 2.6666666667vw;
	font-size: 4.5333333333vw;
	margin-top: 21.3333333333vw;
}

.p-header__list-ja {
	font-size: 2.6666666667vw;
	margin-left: 7.2vw;
}

.p-header__list_sp {
	color: #000;
	margin-bottom: 4vw;
	font-weight: bold;
}

.p-header__list_sp a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-left: 2.6666666667vw;
	border-bottom: solid 0.1388888889vw #000;
	padding-bottom: 4.8vw;
}

.p-main {
	overflow: hidden;
	padding-top: 11.9444444444vw;
}

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

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

.p-comapny__activity {
	padding-top: 6.25vw;
	position: relative;
	margin-top: 11.1111111111vw;
}

.p-comapny__activity::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 68%;
	top: 0;
	right: 0;
	border-top-right-radius: 2.5vw;
	border-top-left-radius: 2.5vw;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	z-index: -1;
}

.p-comapny__activity__list {
	margin-top: 5.5555555556vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-comapny__activity__item {
	background-color: #0091E7;
	border-radius: 2.0833333333vw;
	width: 32%;
	padding: 2.0833333333vw;
	padding-bottom: 4.8611111111vw;
}

.p-comapny__activity__link {
	display: block;
}

.p-comapny__activity__title {
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0em;
	font-weight: 500;
	text-align: center;
	margin-top: 2.4305555556vw;
}

.p-comapny__activity__text {
	font-size: 0.9722222222vw;
	line-height: 1.5714285714;
	letter-spacing: 0em;
	font-weight: 500;
	text-align: center;
	margin-top: 1.0416666667vw;
}

.p-company {
	font-family: "Noto Sans JP", sans-serif;
}

.p-company .p-fv__img .sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.p-company .p-fv__img .pc {
		display: none;
	}
	.p-company .p-fv__img .sp {
		display: block;
	}
}

.p-company .p-footer__bg {
	position: relative;
	background-color: #f2f2f2;
}

.p-comapny__adress {
	background-color: #f2f2f2;
	margin-top: 14.5833333333vw;
	padding-top: 10.7638888889vw;
	padding-bottom: 11.1111111111vw;
}

.p-comapny__adress .c-heading__sub2 {
	color: #000;
	text-align: center;
}

.p-comapny__adress .c-heading__sub2 .c-heading__en {
	font-family: "Raleway", sans-serif;
	font-size: 4.1666666667vw;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: inline-block;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 1.0416666667vw;
}

.p-comapny__adress .c-heading__sub2 .c-heading__ja {
	display: block;
	font-size: 1.7361111111vw;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-comapny__adress__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 5.5555555556vw;
}

.p-comapny__adress__box {
	width: 47%;
	margin-bottom: 4.1666666667vw;
}

.p-comapny__adress__head {
	padding: 1.7361111111vw 1.3888888889vw;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
}

.p-comapny__adress__title {
	font-size: 1.25vw;
	line-height: 1.7222222222;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.p-comapny__adress__text {
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-weight: 400;
}

.p-comapny-box {
	position: relative;
}

.p-comapny-box::before {
	position: absolute;
	content: "";
	top: -2.5vw;
	left: 0;
	width: 100%;
	height: 2.5vw;
	border-top-right-radius: 2.5vw;
	border-top-left-radius: 2.5vw;
	background-color: #fff;
}

.p-comapny-box__body {
	padding-top: 3.8194444444vw;
}

.p-comapny-box__text {
	color: #000;
	font-size: 1.1111111111vw;
	line-height: 2.25;
	letter-spacing: 0.04em;
	font-weight: 500;
}

.p-comapny-box__text-lg {
	color: #000;
	font-size: 1.25vw;
	line-height: 1.7777777778;
	letter-spacing: 0.087em;
	font-weight: 500;
	text-align: right;
	margin-top: 2.7777777778vw;
}

.p-comapny-box__link {
	font-size: 1.1111111111vw;
	line-height: 1;
	letter-spacing: 0.11em;
	font-weight: 500;
	display: block;
	text-align: right;
	color: #5AADED;
	margin-right: 6.25vw;
	margin-top: 1.25vw;
}

.p-comapny-box__icon {
	display: inline-block;
	margin-left: 0.6944444444vw;
	width: 0.9027777778vw;
	height: 0.9027777778vw;
}

.p-comapny__outline {
	padding-top: 6.25vw;
	position: relative;
}

.p-comapny__outline::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 59%;
	top: 0;
	right: 0;
	border-top-right-radius: 2.5vw;
	border-top-left-radius: 2.5vw;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	z-index: -1;
}

.p-comapny__outline__table {
	width: 100%;
	background-color: #fff;
	border-radius: 2.0833333333vw;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	padding: 4.1666666667vw 5.5555555556vw;
	margin: 0.3472222222vw;
	z-index: 1;
}

.p-comapny__outline__table__bg {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 3.125vw;
}

.p-comapny__outline__table__bg::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background-image: linear-gradient(to left, #4B65E3, #2FCACB);
	border-radius: 2.4305555556vw;
	z-index: -1;
}

.p-comapny__outline__body {
	width: 100%;
	display: block;
	border-top: solid 0.0694444444vw #000;
}

.p-comapny__outline__tr {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: solid 0.0694444444vw #000;
	padding: 0.5555555556vw 0;
}

.p-comapny__outline__th {
	color: #0091E7;
	width: 30%;
	padding-left: 4.5138888889vw;
	font-size: 1.1111111111vw;
	line-height: 2.25;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.p-comapny__outline__td {
	color: #000;
	display: inline-block;
	width: 70%;
	font-size: 1.1111111111vw;
	line-height: 2.25;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.p-comapny__outline__td-bule {
	color: #74C3F2;
}

.p-comapny-fv-pc {
	position: relative;
}
.p-comapny-fv-pc .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 4.4vw;
}
.p-comapny-fv-pc h2 em {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 7.4vw;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 700;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.p-comapny-fv-pc h2 span {
	display: block;
	padding: 1vw 0 3vw 0;
	font-size: 2vw;
	letter-spacing: 0.1em;
	color: #333;
}
.p-comapny-fv-pc .catch {
	margin-left: -4.4vw;
	padding-bottom: 1vw;
}
.p-comapny-fv-pc .catch p {
	display: flex;
	margin-top: 1.4vw;
	font-size: 2.4vw;
}
.p-comapny-fv-pc .catch p span {
	display: block;
	padding: 0.2em 3vw 0.3em 4.4vw;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	color: #fff;
}
.p-comapny-fv-sp {
	display: none;
}
.p-comapny-box .c-heading__sub {
	display: none;
}
@media screen and (min-width: 769px) {
	.p-comapny-box {
		padding-top: 2vw;
	}
	.p-comapny-box::before {
		content: none;
	}
}
@media screen and (max-width: 768px) {
	.p-comapny-fv-pc {
		display: none;
	}
	.p-comapny-fv-sp {
		display: block;
	}
	.p-comapny-box .c-heading__sub {
		display: block;
	}
}


.p-contact {
	margin-top: 0vw;
	margin-bottom: 9.7222222222vw;
	font-family: "Noto Sans JP", sans-serif;
}

.p-contact__title__en {
	font-family: "Raleway", sans-serif;
	font-size: 4.1666666667vw;
	line-height: 1.6666666667;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: inline-block;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	padding-bottom: 1.3888888889vw;
}

.p-contact__bg {
	position: relative;
}

.p-contact__bg::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 100.7%;
	background-image: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background-image: linear-gradient(to left, #4B65E3, #2FCACB);
	border-radius: 2.4305555556vw;
	z-index: -1;
}

.p-contact__bg-white {
	display: block;
	background-color: #fff;
	border-radius: 2.0833333333vw;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0.3472222222vw;
	padding: 6.25vw 4.1666666667vw 4.1666666667vw;
}

.p-contact__title {
	text-align: center;
	color: #0091E7;
	font-size: 2.2222222222vw;
	line-height: 1.09375;
	letter-spacing: 0.11em;
	font-weight: 400;
	margin-bottom: 2.4305555556vw;
}
.p-contact__sub {
	font-size: 1.25vw;
	line-height: 1.7222222222;
	letter-spacing: 0.11em;
	font-weight: 400;
	color: #000;
	font-family: 400;
	text-align: center;
	position: relative;
}

.p-contact__sub::before {
	position: absolute;
	content: "";
	width: 3.125vw;
	height: 0.0694444444vw;
	bottom: -0.6944444444vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #0091E7;
}

.p-contact__text {
	font-size: 0.9722222222vw;
	line-height: 1.7142857143;
	letter-spacing: 0em;
	font-weight: 300;
	color: #000;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin: 1.3888888889vw auto;
}

.p-contact-table {
	background-color: rgba(242, 242, 242, 0.3137254902);
	margin-top: 2.7777777778vw;
	padding: 5.5555555556vw 7.6388888889vw 3.4722222222vw;
}

.p-contact__wrap {
	display: block;
	margin-bottom: 2.7777777778vw;
}

.p-contact__bottom {
	margin-bottom: 4.1666666667vw;
}

.p-contact__wrap2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.0833333333vw;
}

.p-contact-item {
	color: #0091E7;
	width: 40%;
	font-size: 0.9722222222vw;
	line-height: 1.7142857143;
	letter-spacing: 0.11em;
	font-weight: 400;
}

.p-contact-item2 {
	width: 30%;
	text-align: center;
	margin-left: 4.1666666667vw !important;
	font-size: 0.9722222222vw;
	line-height: 1.7142857143;
	letter-spacing: 0.11em;
	font-weight: 400;
}

.p-contact-item__text {
	color: #000;
	font-size: 0.8333333333vw;
	line-height: 1.4166666667;
	letter-spacing: 0em;
	font-weight: 300;
	margin-left: 0.3472222222vw;
}

.p-contact-required {
	font-size: 0.8333333333vw;
	line-height: 1.4166666667;
	letter-spacing: 0.11em;
	font-weight: 300;
	color: #CE0000;
	display: inline-block;
	margin-left: 0.2083333333vw;
}

.p-contact-body {
	width: 100%;
	margin-top: 0.8333333333vw;
}

input[type=text],
input[type=email],
input[type=tel] {
	width: 100%;
	height: 3.3333333333vw;
}

textarea {
	width: 100%;
	resize: none;
	height: 3.4722222222vw;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	border: solid 0.0694444444vw #C1C1C1;
	background-color: #fff;
	font-size: 0.9722222222vw;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	padding: 0.1388888889vw;
}

input[type=checkbox] {
	-webkit-appearance: auto !important;
	-moz-appearance: auto;
	appearance: auto;
	width: 0.8333333333vw;
}

.p-contact__sub2 {
	color: #0091E7;
	margin-bottom: 3.4722222222vw;
}

.p-contact__scroll {
	border: solid 0.0694444444vw #A0A0A0;
	border-radius: 0.6944444444vw;
	margin: 3.125vw 4.1666666667vw;
	padding: 0.4861111111vw 0;
}

.p-contact__scroll__content {
	overflow-y: scroll;
	padding: 2.7777777778vw 2.4305555556vw 2.7777777778vw;
}

.p-contact__scroll__text {
	color: #000;
	font-size: 0.9722222222vw;
	line-height: 1.7142857143;
	letter-spacing: 0em;
	font-weight: 300;
	height: 13.8888888889vw;
}

.p-contact__button__wrap {
	text-align: center;
	margin-top: 5.5555555556vw;
}

.p-contact__button__icon {
	display: inline-block;
	width: 0.6944444444vw;
	height: 0.6944444444vw;
}
.p-contact__button {
	font-size: 1.25vw;
	line-height: 1.3333333333;
	letter-spacing: 0.11em;
	font-weight: 300;
	width: 22.9166666667vw;
	height: 4.5138888889vw;
	background-image: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background-image: linear-gradient(to left, #4B65E3, #2FCACB);
	border-radius: 2.2916666667vw;
	color: #fff;
	margin: 0 auto;
	padding: 0.2083333333vw 0.4861111111vw 0.2083333333vw 2.0833333333vw;
	display: inline-block;
	position: relative;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.p-contact__button:hover {
	opacity: 0.7;
}

.p-contact__button::before {
	position: absolute;
	content: "";
	width: 1.1805555556vw;
	height: 1.25vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 3.8194444444vw;
	background-image: url(../../assets/images/contact/btn_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.p-privacy {
	margin-top: 7.6388888889vw;
	margin-bottom: 9.7222222222vw;
	font-family: "Noto Sans JP", sans-serif;
}

.p-privacy h3 {
	font-size: 0.9722222222vw;
	line-height: 1.75;
	letter-spacing: 0.09em;
	font-weight: 300;
}

.p-privacy p {
	font-size: 0.9722222222vw;
	line-height: 1.75;
	letter-spacing: 0.06em;
	font-weight: 300;
}

.p-privacy p a {
	color: #005eea;
}

.p-privacy p a:hover {
	text-decoration: underline;
	opacity: 1;
}

.height25 {
	height: 1.7361111111vw;
}

.p-privacy__inner {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 54.5138888889vw;
	color: #000;
}

.p-privacy__title {
	text-align: center;
	font-size: 1.3888888889vw;
	line-height: 1.75;
	letter-spacing: 0.11em;
	font-weight: 300;
	margin-bottom: 2.0833333333vw;
}

.p-privacy__title2 {
	font-size: 1.25vw;
	line-height: 1.7222222222;
	letter-spacing: 0.11em;
	font-weight: 300;
	color: #4B938A;
	text-align: center;
	position: relative;
}

.p-privacy__title2::before {
	position: absolute;
	content: "";
	width: 3.125vw;
	height: 0.0694444444vw;
	bottom: -0.6944444444vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #4B938A;
}

.p-privacy__table {
	width: 100%;
	margin-top: 0.6944444444vw;
	margin-bottom: 0.6944444444vw;
}

.p-privacy__head {
	width: 100%;
}

.p-privacy__head .p-privacy__tr .p-privacy__th {
	font-size: 0.9722222222vw;
	line-height: 1.7142857143;
	letter-spacing: 0em;
	font-weight: 300;
	text-align: center;
	padding: 0.3472222222vw 0;
	background-color: #f2f2f2;
}

.p-privacy__head .p-privacy__tr .p-privacy__th.width30 {
	width: 37%;
}

.p-privacy__head .p-privacy__tr .p-privacy__th.width50 {
	width: 47%;
}

.p-privacy__head .p-privacy__tr .p-privacy__th.width20 {
	width: 16%;
}

.p-privacy__body {
	width: 100%;
}

.p-privacy__body .p-privacy__td {
	font-size: 0.9722222222vw;
	line-height: 1.7142857143;
	letter-spacing: 0em;
	font-weight: 300;
	padding: 0.5555555556vw 1.3888888889vw;
	border: solid 0.0694444444vw #f2f2f2;
}

.p-recruitment__fv__img {
	margin-top: 2.7777777778vw;
	display: inline-block;
	width: 100%;
}

.p-recruitment__fv__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 81.25vw;
	margin-top: 3.4722222222vw;
}

.p-recruitment__fv__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 8.3333333333vw;
	width: 30%;
	position: relative;
	padding: 2.0833333333vw;
}

.p-recruitment__fv__btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0.6944444444vw;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	z-index: -1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-recruitment__fv__btn:hover::before {
	opacity: 0.4;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-recruitment__fv__btn:hover .p-recruitment__fv__btn__text {
	color: #496BE1;
	border-bottom: solid 0.0694444444vw #496BE1;
}

.p-recruitment__fv__btn:hover .p-recruitment__fv__btn__text-sm {
	color: #496BE1;
}

.p-recruitment__fv__btn__text {
	font-size: 1.3888888889vw;
	line-height: 1.75;
	letter-spacing: 0em;
	font-weight: 400;
	width: 100%;
	text-align: center;
	border-bottom: solid 0.0694444444vw #fff;
	position: relative;
	z-index: 1;
}

.p-recruitment__fv__btn__text-sm {
	font-size: 1.0416666667vw;
	line-height: 1.7333333333;
	letter-spacing: 0em;
	font-weight: 400;
	margin-bottom: 0.6944444444vw;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 1;
}

.p-recruitment__inner {
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	height: inherit;
	max-width: 73.6111111111vw;
	margin-top: 8.3333333333vw;
}

.p-recruitment__01 {
	margin-bottom: 9.7222222222vw;
}

.p-recruitment__title {
	font-size: 1.3888888889vw;
	line-height: 1.75;
	letter-spacing: 0.11em;
	font-weight: 400;
	color: #000;
	padding: 0.8333333333vw 2.4305555556vw;
}

.p-recruitment__title__green {
	font-size: 1.5277777778vw;
	line-height: 1.7272727273;
	letter-spacing: 0.11em;
	font-weight: 400;
	color: #4B938A;
}

.p-recruitment__content__sub {
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.11em;
	font-weight: 500;
	color: #000;
	margin-top: 2.5vw;
}

.p-recruitment__content__text {
	color: #000;
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-weight: 300;
	margin-top: 0.3472222222vw;
}

.p-recruitment__text {
	font-size: 1.25vw;
	line-height: 1.7222222222;
	letter-spacing: 0.11em;
	font-weight: 400;
	color: #000;
	padding: 1.0416666667vw 4.5138888889vw;
	background-color: #f2f2f2;
}

.p-recruitment__text-sm {
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-weight: 400;
	color: #000;
	padding: 0.8333333333vw 1.3888888889vw 0.8333333333vw 4.5138888889vw;
	background-color: #f2f2f2;
}

.p-recruitment__content {
	padding: 3.125vw 3.125vw 6.25vw 5.5555555556vw;
	margin-bottom: 3.4722222222vw;
	background-color: #f2f2f2;
	position: relative;
}

.p-recruitment__content__sub2 {
	font-size: 1.3888888889vw;
	line-height: 1.75;
	letter-spacing: 0.11em;
	font-weight: 400;
	color: #000;
	position: relative;
	z-index: 1;
	background-color: #fff;
	width: 100%;
	margin-top: 0.3472222222vw;
	padding-bottom: 1.3888888889vw;
}

.p-recruitment__content__sub2::before {
	position: absolute;
	content: "";
	width: 6.25vw;
	height: 100%;
	top: 0;
	left: -6.25vw;
	background-color: #fff;
	z-index: -1;
}

.p-recruitment__content__sub3 {
	font-size: 1.3888888889vw;
	line-height: 1.75;
	letter-spacing: 0.11em;
	font-weight: 400;
	color: #000;
	margin-top: 1.3888888889vw;
	margin-bottom: 1.3888888889vw;
}

.p-recruitment__content__text2 {
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.11em;
	font-weight: 400;
	color: #000;
	position: relative;
	z-index: 1;
	background-color: #fff;
	width: 100%;
	margin-top: 0.3472222222vw;
	padding-bottom: 0.3472222222vw;
}

.p-recruitment__content__text2::before {
	position: absolute;
	content: "";
	width: 6.25vw;
	height: 100%;
	top: 0;
	left: -6.25vw;
	background-color: #fff;
	z-index: -1;
}

.p-recruitment__content__height {
	height: 3.4722222222vw;
}

.p-recruitment__content__img {
	display: block;
	margin-top: 3.4722222222vw;
}

.p-recruitment__content__link {
	display: inline-block;
	color: #2963FF;
	text-decoration: underline;
}

.p-recruitment__content__link:hover {
	text-decoration: none;
}

.p-recruitment__entry {
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	padding-top: 4.8611111111vw;
	text-align: center;
	padding-bottom: 4.8611111111vw;
	margin-bottom: 8.3333333333vw;
}

.p-recruitment__entry .c-heading__en {
	font-size: 3.4722222222vw;
	line-height: 1;
	letter-spacing: 0.11em;
	font-weight: 700;
	line-height: 1.4;
}

.p-recruitment__entry .c-heading__ja {
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.11em;
	font-weight: 500;
}

.p-recruitment__entry .p-recruit__entry__text {
	margin-top: 2.0833333333vw;
}

.p-recruitment__entry__btn {
	text-align: center;
	width: 18.4027777778vw;
	height: 4.1666666667vw;
	border-radius: 2.0833333333vw;
	background-color: #fff;
	margin: 2.0833333333vw auto;
}

.p-recruitment__entry__link {
	font-size: 1.3888888889vw;
	line-height: 1;
	letter-spacing: 0.11em;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	height: 100%;
}

.p-service

.p-service__business {
	position: relative;
}

.p-service__business::before {
	position: absolute;
	content: "";
	top: -4.1666666667vw;
	left: 0;
	width: 100%;
	height: 2.5vw;
	border-top-right-radius: 2.5vw;
	border-top-left-radius: 2.5vw;
	background-color: #fff;
}

.p-service__business__body {
	margin-top: 9.7222222222vw;
	counter-reset: number 0;
}

.p-service__business__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	margin-bottom: 11.1111111111vw;
}

.p-service__business__content::before {
	position: absolute;
	counter-increment: number 1;
	content: "0" counter(number);
	font-size: 9.0277777778vw;
	color: #AACF45;
	font-family: "Zen Kaku Gothic New", sans-serif;
	top: -0.6944444444vw;
	left: -1.3888888889vw;
}

.p-service__business__content .p-service__business__box {
	width: 42%;
	position: relative;
}

.p-service__business__content .p-service__business__box::before {
	position: absolute;
	content: "";
	width: 41.1805555556vw;
	height: 41.1805555556vw;
	border-radius: 20.5555555556vw;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-44%, -50%);
	        transform: translate(-44%, -50%);
	background: -webkit-gradient(linear, right top, left top, from(#009236), to(#AACF45));
	background: linear-gradient(to left, #009236, #AACF45);
	background: -webkit-linear-gradient(to left, #009236, #AACF45);
	z-index: -1;
}

.p-service__business__content .p-service__business__img {
	width: 58%;
}

.p-service__business__content .p-service__business__title {
	font-size: 2.0833333333vw;
	line-height: 1.7333333333;
	letter-spacing: 0.1em;
	font-weight: 300;
	text-align: center;
	margin-left: 3.125vw;
}

.p-service__business__content .p-service__business__text {
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.085em;
	font-weight: 300;
	margin-top: 2.0833333333vw;
	margin-left: 6.25vw;
	margin-right: 1.875vw;
}

.p-service__business__content .p-service__business__sub {
	font-size: 1.3888888889vw;
	line-height: 1.35;
	letter-spacing: 0.1em;
	font-weight: 300;
	text-align: center;
	margin-top: 0.6944444444vw;
}

.p-service__business__content.reserved::before {
	left: inherit;
	right: -1.3888888889vw;
}

.p-service__business__content.reserved .p-service__business__box {
	width: 42%;
	position: relative;
}

.p-service__business__content.reserved .p-service__business__box::before {
	position: absolute;
	content: "";
	width: 41.1805555556vw;
	height: 41.1805555556vw;
	border-radius: 20.5555555556vw;
	top: 50%;
	left: inherit;
	left: 50%;
	-webkit-transform: translate(-53%, -50%);
	        transform: translate(-53%, -50%);
	background: -webkit-gradient(linear, right top, left top, from(#009236), to(#AACF45));
	background: linear-gradient(to left, #009236, #AACF45);
	background: -webkit-linear-gradient(to left, #009236, #AACF45);
	z-index: -1;
}

.p-service__business__content.reserved .p-service__business__title {
	margin-right: 3.125vw;
}

.p-service__business__content.reserved .p-service__business__text {
	margin-right: 4.8611111111vw;
	margin-left: 4.1666666667vw;
}

.p-service-fv-pc {
	position: relative;
}
.p-service-fv-pc .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 52%;
}
.p-service-fv-pc h2 em {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 7.4vw;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 700;
	background: -webkit-gradient(linear, right top, left top, from(#009236), to(#AACF45));
	background: linear-gradient(to left, #009236, #AACF45);
	background: -webkit-linear-gradient(to left, #009236, #AACF45);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.p-service-fv-pc h2 span {
	display: block;
	padding: 1vw 0 3vw 0;
	font-size: 2vw;
	letter-spacing: 0.1em;
	color: #333;
}
.p-service-fv-pc .catch {
	margin-left: -3vw;
	padding-bottom: 1vw;
}
.p-service-fv-pc .catch p {
	display: flex;
	margin-top: 1.4vw;
	font-size: 2.4vw;
}
.p-service-fv-pc .catch p span {
	display: block;
	padding: 0.2em 3vw 0.3em 3vw;
	background: -webkit-gradient(linear, right top, left top, from(#009236), to(#AACF45));
	background: linear-gradient(to left, #009236, #AACF45);
	background: -webkit-linear-gradient(to left, #009236, #AACF45);
	color: #fff;
}
.p-service-fv-sp {
	display: none;
}
.p-service__business .c-heading__sub {
	display: none;
}
@media screen and (min-width: 769px) {
	.p-service__business {
		padding-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-service-fv-pc {
		display: none;
	}
	.p-service-fv-sp {
		display: block;
	}
	.p-service__business .c-heading__sub {
		display: block;
	}
}


.p-top__company {
	width: 100%;
	background-image: url(../../assets/images/top/top_company_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.p-top__company__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 86.1111111111vw;
}

.p-top__company__wrap {
	width: 19%;
	margin-top: 1.7361111111vw;
}

.p-top__company__img {
	margin-bottom: 5.2083333333vw;
	display: block;
}

.p-top__company__img:last-of-type {
	margin-bottom: 0;
}

.p-top__company__wrap2 {
	text-align: center;
	width: 62%;
}

.p-top__company__title span {
	font-family: "Raleway", sans-serif;
	font-size: 6.9444444444vw;
	line-height: 0.9;
	letter-spacing: 0em;
	font-weight: 700;
	display: inline-block;
	background: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background: linear-gradient(to left, #4B65E3, #2FCACB);
	background: -webkit-linear-gradient(to left, #4B65E3, #2FCACB);
	background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	padding-bottom: 1.3888888889vw;
}

.p-top__company__sub {
	color: #000;
	font-size: 2.1527777778vw;
	font-size: 2.1527777778vw;
	line-height: 1.7419354839;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 0.3472222222vw;
}

.p-top__company__text {
	color: #000;
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0em;
	font-weight: 500;
	margin-top: 3.125vw;
}

.p-top__contact {
	padding-top: 15.2777777778vw;
	background-image: url(../images/top/top_bg_contact.jpg);
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}

.p-top__contact__inner {
	padding-left: 11.8055555556vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top__contact__content {
	width: 50%;
}

.p-top__contact__content2 {
	width: 50%;
	background: -webkit-gradient(linear, right top, left top, from(#009236), to(#AACF45));
	background: linear-gradient(to left, #009236, #AACF45);
}

.p-top__contact__heading .c-heading__en {
	font-family: "Raleway", sans-serif;
	font-size: 6.9444444444vw;
	line-height: 0.9;
	letter-spacing: 0em;
	font-weight: 700;
	display: inline-block;
	background: -webkit-gradient(linear, right top, left top, from(#009236), to(#AACF45));
	background: linear-gradient(to left, #009236, #AACF45);
	background: -webkit-linear-gradient(to left, #009236, #AACF45);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 1.3888888889vw;
}

.p-top__contact__heading .c-heading__ja {
	color: #000;
}

.p-top__contact__text {
	color: #000;
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-top: 2.0833333333vw;
	margin-left: 0.9027777778vw;
}

.p-top__contact__content2 {
	padding-left: 4.1666666667vw;
	height: 25vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top__contact__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 30.9027777778vw;
	height: 6.3888888889vw;
	border: solid 0.0694444444vw #fff;
	border-radius: 1.3888888889vw;
	margin-bottom: 3.125vw;
	position: relative;
}

.p-top__contact__btn:last-of-type {
	margin-bottom: 0;
}

.p-top__contact__btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -3.1944444444vw;
	width: 6.25vw;
	height: 0.0694444444vw;
	background: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-top__contact__btn i {
	display: block;
	position: absolute;
	top: 50%;
	right: -3.125vw;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-top__contact__btn i::before,
.p-top__contact__btn i::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0.8333333333vw;
	height: 0.0694444444vw;
	background-color: #fff;
}
.p-top__contact__btn i::before {
	transform-origin: 100% 100%;
	transform: rotate(45deg);
}
.p-top__contact__btn i::after {
	transform-origin: 100% 0;
	transform: rotate(-45deg);
}

.p-top__contact__btn:hover::before {
	right: -3.8888888889vw;
}

.p-top__contact__btn:hover i {
	right: -3.8194444444vw;
}

.p-top__contact__img {
	margin-right: 2.0833333333vw;
	margin-left: 2.0833333333vw;
}

.p-top__contact__btn__sm {
	font-size: 1.1111111111vw;
	line-height: 1.75;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.p-top__contact__btn__lg {
	font-size: 1.6vw;
	line-height: 1.0714285714;
	letter-spacing: 0.2em;
	font-weight: 700;
}

.p-top__contact__btn__mail {
	letter-spacing: 0.02em;
}

.p-frontpage__fv {
	height: 100vh;
}

.p_frontpage__underfv {
	height: 80dvh;
}

.p-frontpage__fv__logo {
	width: 7.3611111111vw;
	padding-top: 0.9722222222vw;
	margin-left: 0.9722222222vw;
}

.p-frontpage__fv__copy__inner {
	position: fixed;
	top: 25%;
	left: 5%;
	text-align: center;
	max-width: clamp(49.3055555556vw, 38%, 100%);
}
.is-ready .p-frontpage__fv__copy__inner {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.is-ready .p-frontpage__fv__copy__inner.is-move {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	left: 50%;
	top: 25%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.p-frontpage__fv__copy__inner.is-none {
	display: none;
}

.p-frontpage__fv__top {
	max-width: 47.7777777778vw;
	display: inline-block;
	margin-bottom: 2.0833333333vw;
}

.p-frontpage__fv__middle {
	max-width: 42.0138888889vw;
	display: inline-block;
	margin-bottom: 2.0833333333vw;
}

.p-frontpage__fv__bottom {
	max-width: 36.9444444444vw;
	display: inline-block;
}

.p-frontpage__fv__img {
	display: block;
}

.p-frontpage__fv__imgwrap {
	width: 42%;
	margin-left: auto;
	opacity: 1;
}

.is-ready .p-frontpage__fv__imgwrap {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

@media screen and (min-width: 769px) {
	.p-frontpage__fv__imgwrap.is-hidden {
		opacity: 0;
		-webkit-transition: 0.25s;
		transition: 0.25s;
	}
}

@media screen and (max-width: 768px) {
	.p-frontpage__fv__imgwrap.is-hidden2 {
		opacity: 0;
		-webkit-transition: 0.25s;
		transition: 0.25s;
	}
}

.p-frontpage__fv__imgitem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-frontpage__fv__imgitem2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-left: 6.25vw;
}

.p-frontpage__fv__picture__01 {
	display: inline-block;
	position: relative;
	top: -2.9166666667vw;
	width: 16.5277777778vw;
}

.p-frontpage__fv__picture__02 {
	display: inline-block;
	margin-right: 4.1666666667vw;
	position: relative;
	width: 16.5277777778vw;
	top: 2.7777777778vw;
}

.p-frontpage__fv__picture__03 {
	width: 16.5277777778vw;
	position: relative;
	top: -1.0416666667vw;
	z-index: 2;
}

.p-frontpage__fv__picture__04 {
	width: 16.5277777778vw;
	position: relative;
	top: 6.9444444444vw;
}

.p-top__info {
	padding-top: 2.0833333333vw;
	padding-bottom: 5.5555555556vw;
	margin-bottom: 14.5833333333vw;
	position: relative;
}

.p-top__info::before {
	position: absolute;
	content: "";
	width: 61%;
	height: 70%;
	bottom: 0;
	right: 0;
	background-color: #F2F2F2;
	z-index: -1;
}

.p-top__info__inner {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 69.7916666667vw;
}

.p-top__info__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top__info__item {
	width: 46%;
}

.p-top__info__line {
	margin-top: 2.4305555556vw;
	position: relative;
	padding-bottom: 1.1805555556vw;
}

.p-top__info__line::before {
	position: absolute;
	content: "";
	width: 0.1388888889vw;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
}

.p-top__info__line::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0.1388888889vw;
	bottom: 0;
	left: 0;
	background-color: #000;
}

.p-top__info__text {
	color: #000;
	font-size: 1.4583333333vw;
	line-height: 2.0952380952;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-left: 1.8055555556vw;
}

.p-top__info__arrow {
	position: relative;
}

.p-top__info__arrow::before {
	position: absolute;
	content: "";
	bottom: -1.0416666667vw;
	right: 0;
	height: 1.0416666667vw;
	width: 2.0833333333vw;
	-webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	background-color: #000;
}

.p-top__lead {
	position: relative;
	z-index: 10;
}

.p-top__lead::before {
	position: absolute;
	content: "";
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(9px);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.08)), color-stop(6%, rgba(255, 255, 255, 0.5)), color-stop(12%, rgba(255, 255, 255, 0.75)), color-stop(19%, white), to(white));
	-webkit-mask: linear-gradient(transparent, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 1%, rgba(255, 255, 255, 0.5) 6%, rgba(255, 255, 255, 0.75) 12%, white 19%, white 100%);
	mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.08)), color-stop(6%, rgba(255, 255, 255, 0.5)), color-stop(12%, rgba(255, 255, 255, 0.75)), color-stop(19%, white), to(white));
	mask: linear-gradient(transparent, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 1%, rgba(255, 255, 255, 0.5) 6%, rgba(255, 255, 255, 0.75) 12%, white 19%, white 100%);
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
}

.p-top__lead__text {
	margin-bottom: 80px;
	opacity: 0;
	font-size: 1.4583333333vw;
	line-height: 1.1904761905;
	letter-spacing: 0.012em;
	font-weight: 700;
	color: #000;
}

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

.p-top__lead__text .sp-static {
	display: none;
}

.p-top__lead__wrap {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin: auto;
}

.p-top__news {
	background: -webkit-gradient(linear, left top, right top, from(#AACF45), to(#009236));
	background: linear-gradient(to right, #AACF45, #009236);
	/* padding-bottom: 10.4166666667vw; */
	/* margin-bottom: 20.1388888889vw; */
	position: relative;
	overflow: hidden;
}

.p-top__news__inner {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 77.0833333333vw;
}

.p-top__news__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top__news__wrap {
	width: 45%;
}

.p-top__news__list {
	width: 55%;
	margin-top: 0.6944444444vw;
}

.p-top__news__btn__wrap {
	margin-top: 7.9861111111vw;
}

.p-top__news__item {
	padding-top: 1.875vw;
	padding-bottom: 1.7361111111vw;
	border-bottom: solid 0.0694444444vw #fff;
	position: relative;
}

.p-top__news__item::after {
	position: absolute;
	content: "";
	width: 1.6666666667vw;
	height: 1.6666666667vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	background-image: url(../../assets/images/top/top_arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.p-top__news__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

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

.p-top__news__link .p-top__news__text {
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-top__news__link .p-top__news__text::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.0694444444vw;
	margin-top: 0.3em;
	bottom: 0; /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺径繧ｿ繧ｰ縺ｮ荳狗ｫｯ縺九ｉ迴ｾ繧後ｋ*/
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1); /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ邵ｮ蟆ｺ豈皮紫縲ゅ�繝舌�蜑阪�x譁ｹ蜷代↓0*/
	-webkit-transform-origin: left top;
	        transform-origin: left top; /*螟牙ｽ｢�医い繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ莨ｸ髟ｷ�峨�蜴溽せ縺径繧ｿ繧ｰ�亥推繝｡繝九Η繝ｼ�峨�蟾ｦ遶ｯ*/
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; /*螟牙ｽ｢縺ｮ譎る俣*/
	background: #fff;
}

.p-top__news__link .p-top__news__text:hover::after {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1); /*繝帙ヰ繝ｼ蠕後』霆ｸ譁ｹ蜷代↓1�育嶌蟇ｾ蛟､�我ｼｸ髟ｷ*/
}

.p-top__news__time {
	font-size: 0.9722222222vw;
	letter-spacing: 0.15em;
}

.p-top__news__text {
	font-size: 1.1111111111vw;
	letter-spacing: 0.02em;
	margin-left: 1.3888888889vw;
}

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

.p-top__recruit__bg {
	position: relative;
}

.p-top__recruit__bg::before {
	position: absolute;
	content: "";
	width: 85%;
	height: 81%;
	top: 0;
	left: 0;
	border-top-right-radius: 2.0833333333vw;
	border-bottom-right-radius: 2.0833333333vw;
	background: -webkit-gradient(linear, left top, right top, from(#2FCACB), to(#4B65E3));
	background: linear-gradient(to right, #2FCACB, #4B65E3);
	z-index: -1;
}

.p-top__recruit__bg::after {
	position: absolute;
	content: "";
	width: 41%;
	height: 1%;
	bottom: 9.0277777778vw;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#2FCACB), to(#4B65E3));
	background: linear-gradient(to right, #2FCACB, #4B65E3);
	z-index: -1;
}

.p-top__recruit__flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 7.7777777778vw;
}

.p-top__recruit__content {
	width: 54%;
	text-align: right;
}

.p-top__recruit__content2 {
	width: 46%;
	padding-left: 5.9027777778vw;
}

.p-top__recruit__text {
	font-size: 1.25vw;
	line-height: 2.4444444444;
	letter-spacing: -0.025em;
	font-weight: 700;
}

.p-top__recruit__btn__wrap {
	margin-top: 5.9027777778vw;
}

.p-top__recruit__en {
	display: block;
	letter-spacing: 0.15em;
}

.p-top__recruit__ja {
	display: block;
	font-size: 1.6666666667vw;
	margin-top: 0.3472222222vw;
	letter-spacing: 0.1em;
}

.p-top__recruit__heading {
	text-align: left;
	margin-right: 4.1666666667vw;
}

.p-top__recruit__heading .c-heading__en {
	line-height: 1.4;
}

.p-top__recruit__heading .c-heading__en::first-letter {
	text-transform: capitalize;
}

.p-top__recruit__heading .c-heading__en-last {
	color: #4B65E3;
}

.p-top__recruit__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 2.7777777778vw;
}

.p-top__recruit__img {
	display: block;
	width: 19.7916666667vw;
}

.p-top__recruit__img:first-of-type {
	margin-right: 2.7777777778vw;
	margin-top: 8.3333333333vw;
}

.p-top__service {
	background-color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.whitebox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 50;
}

.p-top__service__bg {
	position: relative;
}

.p-top__service__bg::before {
	position: absolute;
	content: "";
	width: 84%;
	height: 81%;
	top: 0;
	right: 0;
	border-top-left-radius: 2.0833333333vw;
	border-bottom-left-radius: 2.0833333333vw;
	background: -webkit-gradient(linear, left top, right top, from(#AACF45), to(#009236));
	background: linear-gradient(to right, #AACF45, #009236);
	z-index: -1;
}

.p-top__service__bg::after {
	position: absolute;
	content: "";
	width: 41%;
	height: 1%;
	bottom: 9.0277777778vw;
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(#2FCA70), to(#009236));
	background: linear-gradient(to right, #2FCA70, #009236);
	z-index: -1;
}

.p-top__service__flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 7.7777777778vw;
}

.p-top__service__content {
	width: 54%;
}

.p-top__service__content2 {
	width: 46%;
	padding-right: 4.8611111111vw;
}

.p-top__service__item {
	padding-bottom: 1.0416666667vw;
	margin-bottom: 2.6388888889vw;
	border-bottom: solid 0.0694444444vw #fff;
	position: relative;
}

.p-top__service__item::after {
	position: absolute;
	content: "";
	width: 1.6666666667vw;
	height: 1.6666666667vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	background-image: url(../../assets/images/top/top_arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

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

.p-top__service__link .p-top__service__ja {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-top__service__link .p-top__service__ja::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.0694444444vw;
	margin-top: 0.3em;
	bottom: 0; /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺径繧ｿ繧ｰ縺ｮ荳狗ｫｯ縺九ｉ迴ｾ繧後ｋ*/
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1); /*繧｢繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ邵ｮ蟆ｺ豈皮紫縲ゅ�繝舌�蜑阪�x譁ｹ蜷代↓0*/
	-webkit-transform-origin: left top;
	        transform-origin: left top; /*螟牙ｽ｢�医い繝ｳ繝繝ｼ繝ｩ繧､繝ｳ縺ｮ莨ｸ髟ｷ�峨�蜴溽せ縺径繧ｿ繧ｰ�亥推繝｡繝九Η繝ｼ�峨�蟾ｦ遶ｯ*/
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; /*螟牙ｽ｢縺ｮ譎る俣*/
	background: #fff;
}

.p-top__service__link .p-top__service__ja:hover::after {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1); /*繝帙ヰ繝ｼ蠕後』霆ｸ譁ｹ蜷代↓1�育嶌蟇ｾ蛟､�我ｼｸ髟ｷ*/
}

.top__service__link {
	display: block;
}

.p-top__service__en {
	display: block;
	letter-spacing: 0.15em;
}

.p-top__service__ja {
	display: block;
	font-size: 1.6666666667vw;
	margin-top: 0.3472222222vw;
	letter-spacing: 0.1em;
}

.p-top__service__heading {
	text-align: right;
	margin-left: 4.1666666667vw;
}

.p-top__service__heading .c-heading__en::first-letter {
	text-transform: capitalize;
	color: #95C749;
}

.p-top__service__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.7777777778vw;
}

.p-top__service__img {
	display: block;
	width: 19.7916666667vw;
}

.p-top__service__img:first-of-type {
	margin-right: 2.7777777778vw;
	margin-top: 8.3333333333vw;
}

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

html {
	font-size: vw(1200, 16);
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

p {
	font-size: 3.7333333333vw;
}

.l-inner {
	max-width: 89.3333333333vw;
}

.l-inner__sub {
	max-width: 89.3333333333vw;
}

.l-section {
	padding: 10.6666666667vw 0;
}

.c-breadcrumb {
	height: 13.3333333333vw;
}

.c-breadcrumb__item::after {
	width: 1.6vw;
	height: 1.6vw;
	right: -2.6666666667vw;
}

.c-breadcrumb__item {
	font-size: 2.6666666667vw;
	margin-right: 5.3333333333vw;
}

.c-btn {
	font-size: 4vw;
	border-radius: 9.3333333333vw;
	padding: 2.6666666667vw 16vw 2.6666666667vw 5.3333333333vw;
}

.c-btn i {
	right: -6.9333333333vw;
}

.c-btn i::before,
.c-btn i::after {
	width: 2.4vw;
	background-color: #fff;
}

.c-btn::before {
	width: 18.6666666667vw;
	right: -6.9333333333vw;
}

.c-btn2 {
	width: 43.4666666667vw;
	height: 10.6666666667vw;
	font-size: 4.2666666667vw;
	border-radius: 2.6666666667vw;
}

.c-heading__en {
	font-size: 12vw;
}

.c-heading__ja {
	font-size: 4.8vw;
}

.c-heading__sub .c-heading__en {
	font-size: 13.8888888889vw;
}

.c-heading__sub .c-heading__ja {
	font-size: 4.8vw;
}

.c-heading__sub2 .c-heading__en {
	font-size: 13.8888888889vw;
}

.c-heading__sub2 .c-heading__ja {
	font-size: 4.8vw;
}

.c-heading__sub3 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.c-heading__sub3 .c-heading__en {
	font-size: 13.8888888889vw;
}

.c-heading__sub3 .c-heading__ja {
	font-size: 4.8vw;
	margin-left: 0;
}

#page__top {
	height: 13.3333333333vw;
	width: 13.3333333333vw;
	right: 2.6666666667vw;
	bottom: 5.3333333333vw;
}

.c-tag {
	font-size: 4.2666666667vw;
	padding: 2.1333333333vw 4vw;
	border-radius: 2.6666666667vw;
}

.c-text {
	font-size: 1rem;
}

.c-vertical-line {
	height: 4.125rem;
}

.p-footer__inner {
	max-width: 94.1333333333vw;
}

.p-footer__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-footer__list {
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5.3333333333vw;
}

.p-footer__link {
	font-size: 4.2666666667vw;
	padding-bottom: 1.3333333333vw;
}

.p-footer__logo {
	width: 53.3333333333vw;
	height: 100%;
	padding-left: 0;
	padding-top: 5.3333333333vw;
}

.p-footer__content {
	width: 100%;
	padding-left: 0;
}

.p-footer__content__wrap {
	flex-direction: column;
	margin-top: 8vw;
	padding: 0 1.4vw;
	gap: 4vw;
}

.p-footer__content__link {
	width: 100%;
	height: auto;
	margin-right: 5.3333333333vw;
}

.p-footer__content__link:last-of-type {
	margin-right: 0;
}

.p-footer__wrap2 {
	margin-top: 5.3333333333vw;
	text-align: center;
}

.p-footer__copy {
	font-size: 3.7333333333vw;
	display: block;
	margin-left: 0;
	margin-top: 4vw;
}

.p-footer__content__span {
	font-size: 3.7333333333vw;
}

.p-header__inner {
	max-width: 89.3333333333vw;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 8vw;
	padding-bottom: 5.3333333333vw;
}

.p-header__inner.is-height {
	padding-top: 8vw;
	padding-bottom: 5.3333333333vw;
}

.p-header__logo {
	width: 29.3333333333vw;
}

.p-header__nav {
	display: none;
}

.p-header__nav__logo {
	width: 29.3333333333vw;
	padding-top: 8vw;
	margin: 0 auto;
}

.p-main {
	position: relative;
	padding-top: 21.3333333333vw;
}

.p-main::before {
	content: '';
	display: block;
	position: absolute;
	top: 200vw;
	left: 0;
	width: 100%;
	background-image: url(../images/top/top_bg_sp02.jpg);
	background-size: cover;
	padding-top: 194.444%;
	width: 100%;
	height: 0;
}

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

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

.l-section.p-top__lead {
	padding: 20vw 0;
}

.p-comapny__activity {
	padding-top: 16vw;
	padding-bottom: 10.6666666667vw;
	margin-top: 21.3333333333vw;
}

.p-comapny__activity::before {
	height: 100%;
}

.p-comapny__activity__list {
	margin-top: 10.6666666667vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-comapny__activity__item {
	width: 100%;
	border-radius: 8vw;
	padding: 8vw;
	margin-bottom: 8vw;
}

.p-comapny__activity__title {
	font-size: 4.2666666667vw;
}

.p-comapny__activity__text {
	font-size: 3.7333333333vw;
	margin-top: 4vw;
}

.p-comapny__adress {
	margin-top: 0;
	padding-top: 16vw;
}

.p-comapny__adress .c-heading__sub2 .c-heading__en {
	font-size: 13.8888888889vw;
}

.p-comapny__adress .c-heading__sub2 .c-heading__ja {
	font-size: 4.8vw;
}

.p-comapny__adress__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 10.6666666667vw;
}

.p-comapny__adress__box {
	width: 100%;
	margin-bottom: 10.6666666667vw;
}

.p-comapny__adress__head {
	padding: 5.3333333333vw;
}

.p-comapny__adress__title {
	font-size: 4.2666666667vw;
}

.p-comapny__adress__text {
	font-size: 3.7333333333vw;
}

.p-comapny-box__text {
	font-size: 3.7333333333vw;
}

.p-comapny-box__text-lg {
	font-size: 4.2666666667vw;
}

.p-comapny-box__link {
	font-size: 3.2vw;
	margin-right: 24vw;
}

.p-comapny-box__icon {
	width: 3.4666666667vw;
	height: 3.4666666667vw;
}

.p-comapny__outline {
	padding-top: 16vw;
}

.p-comapny__outline__table {
	padding: 10.6666666667vw 5.3333333333vw;
	margin: 1.3333333333vw;
}

.p-comapny__outline__table__bg {
	margin-top: 8vw;
}

.p-comapny__outline__tr {
	padding: 2.1333333333vw 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-comapny__outline__th {
	font-size: 3.7333333333vw;
	padding-left: 0;
	width: 100%;
}

.p-comapny__outline__td {
	font-size: 3.7333333333vw;
	width: 100%;
}

.p-contact {
	margin-top: 10.6666666667vw;
	margin-bottom: 10.6666666667vw;
}

.p-contact__title__en {
	font-size: 10.6666666667vw;
}

.p-contact__bg::before {
	border-radius: 8vw;
	height: 101%;
	display: none;
}

.p-contact__bg-white {
	border-radius: 7.2vw;
	margin: 1.3333333333vw;
	padding: 10.6666666667vw 2.0833333333vw 2.0833333333vw;
}

.p-contact__title {
	font-size: 5.3333333333vw;
	margin-bottom: 8vw;
}

.p-contact__sub {
	font-size: 4.2666666667vw;
}

.p-contact__sub::before {
	width: 12vw;
	height: 0.2666666667vw;
	bottom: -2.6666666667vw;
}

.p-contact__text {
	font-size: 3.7333333333vw;
	margin: 8vw auto;
}

.p-contact-table {
	padding: 5.3333333333vw 5.3333333333vw;
}

.p-contact__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 5.3333333333vw;
}

.p-contact__wrap2 {
	margin-bottom: 5.3333333333vw;
}

.p-contact-item {
	width: 100%;
	font-size: 3.7333333333vw;
}

.p-contact-item2 {
	width: 25%;
	font-size: 3.7333333333vw;
	margin-left: 0 !important;
}

.p-contact-item__text {
	font-size: 2.9333333333vw;
	margin-left: 2.1333333333vw;
}

.p-contact-required {
	font-size: 3.2vw;
}

input[type=text],
input[type=email],
input[type=tel] {
	height: 8vw;
}

textarea {
	height: 26.6666666667vw;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 3.7333333333vw;
	padding: 0.5333333333vw;
}

input[type=checkbox] {
	width: 3.2vw;
}

.p-contact__sub2 {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

.p-contact__scroll {
	border-radius: 2.6666666667vw;
	margin: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
	padding: 1.8666666667vw 0;
}

.p-contact__scroll__content {
	padding: 5.3333333333vw 4vw 5.3333333333vw;
}

.p-contact__scroll__text {
	height: 53.3333333333vw;
	font-size: 3.7333333333vw;
}

.p-contact__button__wrap {
	margin-top: 10.6666666667vw;
}

.p-contact__button__icon {
	width: 2.6666666667vw;
	height: 2.6666666667vw;
}

.p-contact__button {
	font-size: 4.8vw;
	width: 88vw;
	height: 17.3333333333vw;
	border-radius: 8.8vw;
	padding: 0.8vw 1.8666666667vw 0.8vw 8vw;
}

.p-contact__button::before {
	width: 4.5333333333vw;
	height: 4.8vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 14.6666666667vw;
}

.p-privacy {
	margin-top: 10.6666666667vw;
	margin-bottom: 10.6666666667vw;
}

.p-privacy h3 {
	font-size: 3.7333333333vw;
}

.p-privacy p {
	font-size: 3.7333333333vw;
}

.height25 {
	height: 6.6666666667vw;
}

.p-privacy__inner {
	max-width: 89.3333333333vw;
}

.p-privacy__title {
	font-size: 5.3333333333vw;
	margin-bottom: 8vw;
}

.p-privacy__title2 {
	font-size: 4.8vw;
}

.p-privacy__title2::before {
	width: 12vw;
	height: 0.2666666667vw;
	bottom: -2.6666666667vw;
}

.p-privacy__table {
	margin-top: 2.6666666667vw;
	margin-bottom: 2.6666666667vw;
}

.p-privacy__head .p-privacy__tr .p-privacy__th {
	font-size: 3.2vw;
}

.p-privacy__body .p-privacy__td {
	font-size: 3.2vw;
}

.p-recruitment__fv__img {
	margin-top: 5.3333333333vw;
}

.p-recruitment__fv__wrap {
	max-width: 89.3333333333vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruitment__fv__btn {
	height: 32vw;
	padding: 5.3333333333vw;
	width: 100%;
	margin-bottom: 8vw;
}

.p-recruitment__fv__btn::before {
	border-radius: 2.6666666667vw;
}

.p-recruitment__fv__btn__text {
	font-size: 5.3333333333vw;
}

.p-recruitment__fv__btn__text-sm {
	font-size: 4vw;
}

.p-recruitment__inner {
	max-width: 89.3333333333vw;
}

.p-recruitment__01 {
	margin-bottom: 26.6666666667vw;
}

.p-recruitment__title {
	font-size: 4.2666666667vw;
	padding: 3.2vw 5.3333333333vw;
}

.p-recruitment__title__green {
	font-size: 4.8vw;
}

.p-recruitment__content__sub {
	font-size: 3.7333333333vw;
	margin-top: 5.3333333333vw;
}

.p-recruitment__content__text {
	font-size: 3.7333333333vw;
	margin-top: 1.3333333333vw;
}

.p-recruitment__text {
	font-size: 3.7333333333vw;
	padding: 4vw 6.6666666667vw;
}

.p-recruitment__text-sm {
	font-size: 3.7333333333vw;
	padding: 3.2vw 5.3333333333vw 3.2vw 6.6666666667vw;
}

.p-recruitment__content {
	padding: 12vw 6.6666666667vw 13.3333333333vw 6.6666666667vw;
	margin-bottom: 13.3333333333vw;
}

.p-recruitment__content__sub2 {
	font-size: 4.8vw;
	margin-top: 1.3333333333vw;
	padding-bottom: 5.3333333333vw;
}

.p-recruitment__content__sub2::before {
	width: 8vw;
	left: -8vw;
}

.p-recruitment__content__sub3 {
	font-size: 4.8vw;
	margin-top: 2.6666666667vw;
	padding-bottom: 5.3333333333vw;
}

.p-recruitment__content__text2 {
	font-size: 3.7333333333vw;
	margin-top: 1.3333333333vw;
	padding-bottom: 1.3333333333vw;
	padding-right: 2.6666666667vw;
}

.p-recruitment__content__text2::before {
	width: 8vw;
	left: -8vw;
}

.p-recruitment__content__img {
	margin-top: 8vw;
}

.p-recruitment__entry {
	padding-top: 10.6666666667vw;
	padding-bottom: 10.6666666667vw;
	margin-bottom: 16vw;
}

.p-recruitment__entry .c-heading__en {
	font-size: 8vw;
}

.p-recruitment__entry .c-heading__ja {
	font-size: 4.2666666667vw;
}

.p-recruitment__entry .p-recruit__entry__text {
	margin-top: 8vw;
}

.p-recruitment__entry__btn {
	width: 70.6666666667vw;
	height: 16vw;
	border-radius: 8vw;
	margin: 8vw auto;
}

.p-recruitment__entry__link {
	font-size: 5.3333333333vw;
}

.p-service__business__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-bottom: 16vw;
}

.p-service__business__content::before {
	font-size: 13.3333333333vw;
	top: 88vw;
}

.p-service__business__content .p-service__business__box {
	width: 100%;
	min-height: 100vw;
}

.p-service__business__content .p-service__business__box::before {
	top: 0;
	left: 50%;
	width: 140vw;
	height: 100vw;
	border-radius: 50%;
	aspect-ratio: initial;
	-webkit-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
}

.p-service__business__content .p-service__business__img {
	width: 100%;
	margin-bottom: 2.6666666667vw;
}

.p-service__business__content .p-service__business__title {
	font-size: 5.3333333333vw;
	margin-top: 6vw;
	line-height: 1.5;
}

.p-service__business__content .p-service__business__text {
	font-size: 3.8vw !important;
	margin-left: 0;
	margin-right: 0;
	line-height: 2;
}

.p-service__business__content .p-service__business__sub {
	font-size: 4.8vw;
	margin-top: 2.6666666667vw;
}

.p-service__business__content.reserved {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-service__business__content.reserved::before {
	font-size: 13.3333333333vw;
	top: 88vw;
	right: inherit;
	left: 0;
}

.p-service__business__content.reserved .p-service__business__box {
	width: 100%;

}

.p-service__business__content.reserved .p-service__business__box::before {
	top: 0;
	left: 50%;
	width: 140vw;
	height: 100vw;
	border-radius: 50%;
	aspect-ratio: initial;
	-webkit-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
}

.p-service__business__box01 {
	min-height: 74vw !important;
}

.p-service__business__box01::before {
	width: 120vw !important;
	height: 80vw !important;
}

.p-service__business__box02 {
	min-height: 90vw !important;
}

.p-service__business__box02::before {
	height: 96vw !important;
}

.p-service__business__box03 {
	min-height: 94vw !important;
}

.p-service__business__box04 {
	min-height: 112vw !important;
}

.p-service__business__box04::before {
	width: 160vw !important;
	height: 118vw !important;
}

.p-service__business__box05 {
	min-height: 50vw !important;
}

.p-service__business__box05::before {
	width: 120vw !important;
	height: 70vw !important;
}

.p-service__business__content.reserved .p-service__business__title {
	font-size: 5.3333333333vw;
	margin-top: 10vw;
	line-height: 1.5;
}

.p-service__business__content.reserved .p-service__business__text {
	font-size: 4vw;
	margin-left: 0;
	margin-right: 0;
}

.p-top__company {
	background-size: cover;
}

.p-top__company__inner {
	max-width: 94.1333333333vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top__company__wrap {
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-top__company__img {
	margin-bottom: 0;
	margin: 0 2.6666666667vw;
}

.p-top__company__wrap2 {
	width: 100%;
	margin-top: 8vw;
	margin-bottom: 8vw;
}

.p-top__company__title span {
	font-size: 13.8888888889vw;
}

.p-top__company__sub {
	margin-top: 2.6666666667vw;
	font-size: 5.8666666667vw;
}

.p-top__company__text {
	font-size: 3.2vw;
}

.p-top__contact {
	background-repeat: no-repeat;
	background-image: url(../images/top/top_bg_sp_contact.jpg);
	background-size: 100% auto;
}

.p-top__contact__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
}

.p-top__contact__content {
	width: 100%;
	max-width: 89.3333333333vw;
	margin: 0 auto;
}

.p-top__contact__content2 {
	width: 100%;
}

.p-top__contact__heading .c-heading__en {
	font-size: 12vw;
}

.p-top__contact__text {
	font-size: 3.7333333333vw;
	margin-top: 3vw;
	margin-bottom: 5.3333333333vw;
	margin-left: 0;
}

.p-top__contact__content2 {
	height: 100%;
	padding-top: 5.3333333333vw;
	padding-bottom: 5.3333333333vw;
}

.p-top__contact__btn {
	width: 80vw;
	height: 100%;
	border-radius: 2.6666666667vw;
	margin-bottom: 5.3333333333vw;
	padding: 2.6666666667vw 0;
}

.p-top__contact__btn::before {
	width: 18.6666666667vw;
	right: -9.6vw;
}

.p-top__contact__btn i {
	right: -9.6vw;
}

.p-top__contact__btn i::before,
.p-top__contact__btn i::after {
	width: 2.4vw;
}

.p-top__contact__img {
	width: 8vw;
	height: 8vw;
	margin-right: 5.3333333333vw;
	margin-left: 5.3333333333vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-top__contact__btn__sm {
	font-size: 2.6666666667vw;
}

.p-top__contact__btn__lg {
	font-size: 4.8vw;
}

.p_frontpage__underfv {
	height: 10vw;
}

.p-frontpage__fv::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background-image: url(../images/top/top_bg_sp01.jpg);
	background-size: cover;
	padding-top: 194.444%;
	width: 100%;
	height: 0;
}

.p-frontpage__fv__logo {
	width: 28.2666666667vw;
	padding-top: 3.7333333333vw;
	margin-left: 3.7333333333vw;
}

.p-frontpage__fv__copy {
	position: relative;
}

.screen-vertical .p-frontpage__fv {
	height: 200vw;
}

.screen-vertical .p-frontpage__fv__copy__inner {
	left: 0;
	top: 14vh;
	max-width: 100%;
	width: 100%;
	filter: drop-shadow(0 0 1vw #fff) drop-shadow(0 0 1vw #fff);
}

@media screen and (min-width: 769px) {
	.screen-vertical .p-frontpage__fv__copy__inner.is-move {
		-webkit-transition: 0.6s;
		transition: 0.6s;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
	}
}

@media screen and (max-width: 768px) {
	.screen-vertical .p-frontpage__fv__copy__inner.is-move2 {
		-webkit-transition: 0.6s;
		transition: 0.6s;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
	}
}

.screen-vertical .p-frontpage__fv__copy__inner &gt; * {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.screen-vertical .p-frontpage__fv__top {
	max-width: calc(47.7777777778vw * 1.5);
}
.screen-vertical .p-frontpage__fv__middle {
	max-width: calc(42.0138888889vw * 1.5);
}
.screen-vertical .p-frontpage__fv__bottom {
	max-width: calc(36.9444444444vw * 1.5);
}

.screen-vertical .p-frontpage__fv__imgwrap {
	position: absolute;
	top: 44vh;
	right: 0;
	width: 88vw;
}
.screen-vertical .p-frontpage__fv__imgitem2 {
	margin-left: 11vw;
}
.screen-vertical .p-frontpage__fv__picture__01 {
	top: 0;
	width: 38vw;
}
.screen-vertical .p-frontpage__fv__picture__02 {
	margin-right: 4.1666666667vw;
	top: 12vw;
	width: 38vw;
}
.screen-vertical .p-frontpage__fv__picture__03 {
	top: 4vw;
	width: 38vw;
}
.screen-vertical .p-frontpage__fv__picture__04 {
	top: 20vw;
	width: 38vw;
}

.p-top__info {
	padding-top: 8vw;
	padding-bottom: 0;
	margin-bottom: 13.3333333333vw;
}

.p-top__info__inner {
	max-width: 94.1333333333vw;
}

.p-top__info__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top__info__item {
	width: 100%;
	margin-bottom: 10.6666666667vw;
}

.p-top__info__line {
	margin-top: 5vw;
	padding-bottom: 4.5333333333vw;
}

.p-top__info__line::before {
	width: 0.5333333333vw;
}

.p-top__info__line::after {
	height: 0.5333333333vw;
}

.p-top__info__text {
	font-size: 5vw;
	margin-left: 6.9333333333vw;
}

.p-top__info__arrow::before {
	bottom: -4vw;
	height: 4vw;
	width: 8vw;
}

.p-top__lead__text {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 4.2vw;
	line-height: 2;
}

.p-top__lead__text br {
	display: none;
}

.p-top__lead__text .sp-static {
	display: block;
}

.p-top__news__inner {
	max-width: 94.1333333333vw;
}

.p-top__news__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top__news__wrap {
	width: 100%;
}

.p-top__news__list {
	width: 100%;
	margin-top: 8vw;
}

.p-top__news__list .CMS-NEWS-TIME {
	font-size: 0.9rem;
}

.p-top__news__list .CMS-NEWS-LINK {
	font-size: 1rem;
}

.p-top__news__item {
	padding-bottom: 5.3333333333vw;
	margin-bottom: 5.3333333333vw;
	padding-right: 8vw;
}

.p-top__news__item::after {
	width: 6.4vw;
	height: 6.4vw;
}

.p-top__news__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.p-top__news__time {
	font-size: 3.2vw;
}

.p-top__news__text {
	font-size: 4.2666666667vw;
	margin-top: 4vw;
	margin-left: 0;
}

.p-top__recruit__bg::before {
	width: 87%;
	height: 100%;
}

.p-top__recruit__bg::after {
	bottom: -8vw;
	width: 55%;
}

.p-top__recruit__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	padding-top: 5.3333333333vw;
}

.p-top__recruit__content {
	width: 100%;
}

.p-top__recruit__content2 {
	width: 100%;
	padding: 8vw 13.3333333333vw 8vw 0;
}

.p-top__recruit__text {
	font-size: 4vw;
}

.p-top__recruit__heading {
	margin-right: 1.0666666667vw;
}

.p-top__recruit__wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 8vw;
}

.p-top__recruit__img {
	width: 42.6666666667vw;
}

.p-top__service__bg::before {
	width: 87%;
	height: 100%;
}

.p-top__service__bg::after {
	bottom: -8vw;
	width: 55%;
}

.p-top__service__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 5.3333333333vw;
}

.p-top__service__content {
	width: 100%;
}

.p-top__service__content2 {
	width: 100%;
	padding: 10.6666666667vw 0 8vw 13.3333333333vw;
}

.p-top__service__item {
	padding-bottom: 5.3333333333vw;
	margin-bottom: 5.3333333333vw;
	padding-right: 7vw;
}

.p-top__service__item::after {
	width: 6.4vw;
	height: 6.4vw;
}

.p-top__service__en {
	font-size: 3.2vw;
}

.p-top__service__ja {
	font-size: 4.8vw;
	margin-top: 1.8666666667vw;
}

.p-top__service__heading {
	margin-left: 0;
}

.p-top__service__wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 8vw;
}

.p-top__service__img {
	width: 42.6666666667vw;
}

}

@media (max-width: 375px) {

html {
	font-size: vw(375, 16);
}

}

@-webkit-keyframes clip-text {

from {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

to {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

}

@keyframes clip-text {

from {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

to {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

}

@-webkit-keyframes text-revealer {

0%,50% {
	-webkit-transform-origin: 0 50%;
	        transform-origin: 0 50%;
}

60%,100% {
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
}

60% {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

100% {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
}

}

@keyframes text-revealer {

0%,50% {
	-webkit-transform-origin: 0 50%;
	        transform-origin: 0 50%;
}

60%,100% {
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
}

60% {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

100% {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
}

}



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

news text

------------------------------------------- */
/* ---- CMS-NEWS ---- */
.CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 100px;
}
.p-top__news__list .CMS-NEWS-INDEX {
	padding-bottom: 0;
}
.p-top__news__list .CMS-NEWS-ITEM:first-of-type a {
    border-top: solid 1px #fff;
}
.p-top__news__list .CMS-NEWS-ITEM a {
	border-bottom: solid 1px #fff;
}

.CMS-NEWS-ITEM:first-of-type a {
    border-top: solid 1px #ddd;
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
	align-items: center;
    border-bottom: solid 1px #ddd;
    padding: 15px 10px;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 12px;
    width: 25%;
}
.CMS-NEWS-LINK {
    width: 75%; 
	font-size: 14px;
	line-height: 1.6;
}
/* ---- CMS-NEWS-MORE-READ ---- */
.p-top__news__list .CMS-NEWS-MORE-READ {
	display: none;
}
.CMS-NEWS-MORE-READ {
    border:none;
    text-align: center;
    padding: 16px 0 17px 0;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    width: 240px;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	background: linear-gradient(to left, #009236, #AACF45);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
/* ---- CMS-NEWS-TITLE ---- */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    position: relative;
    font-weight: bold;
	color: #000;
}
.CMS-NEWS-TITLE:after {
	background: linear-gradient(to left, #009236, #AACF45);
	height: 5px;
	bottom: -5px;
	z-index: 10;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT {
	color: #000;
	font-size: 14px;
}
.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 20px auto;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-ITEM a {
        display: block;
    }
    .CMS-NEWS-TIME {
        width: 100%;
		margin-bottom: 4px;
    }
    .CMS-NEWS-LINK {
        width: 100%;    
    }   
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX &gt; * img {
        height: auto;
    }
}



/* news */
.news__inner {
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	height: inherit;
	max-width: 73.6111111111vw;
	margin: 8.3333333333vw 15vw;
}
.news__inner a {
	color: #000;
}
.news-ttl {
	font-family: "Raleway", sans-serif;
	color: #000;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.news__inner {
		margin: 0 auto;
		font-family: "Noto Sans JP", sans-serif;
		width: 100%;
		height: inherit;
		max-width: 100%;
		margin: 8.3333333333vw 0;
		padding: 0 20px;
	}
}



/* contact */
.contact-wrap {
	padding: 30px 50px;
	background: #fbfbfb;
}
@media screen and (max-width: 768px) {
	.contact-wrap {
		padding: 30px 20px;
	}
}
.CMS-FORM-GROUP {
	color: #000;
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 30px;
}
.CMS-FORM-GROUP &gt; label {
    width: 100%;
	font-size: 13px;
	margin-bottom: 15px;
	display: block;
	color: #3e8fe0;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL,
.CMS-FORM-GROUP textarea {
    width: 100%;
    padding: 10px;
    border: #ddd solid 1px;
	background: #fff;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 160px;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
	font-size: 1.25vw;
	line-height: 1.3333333333;
	letter-spacing: 0.11em;
	font-weight: 300;
	width: 22.9166666667vw;
	height: 4.5138888889vw;
	background-image: -webkit-gradient(linear, right top, left top, from(#4B65E3), to(#2FCACB));
	background-image: linear-gradient(to left, #4B65E3, #2FCACB);
	border-radius: 2.2916666667vw;
	color: #fff;
	margin: 0 auto;
	padding: 0.2083333333vw 0.4861111111vw 0.2083333333vw 2.0833333333vw;
	display: inline-block;
	position: relative;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	text-align: center;
	margin: 40px auto 0 auto;
	display: block;
}
@media screen and (max-width: 768px) {
	.CMS-FORM-GROUP input[type="submit"] {
		font-size: 14px;
		width: 100%;
		height: 48px;
		border-radius: 100px;
		margin: 25px auto 0 auto;
	}
}

.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
.CMS-FORM-CHECKBOX {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.CMS-FORM-CHECKBOX {
		align-items: flex-start;
	}
}
.CMS-FORM-CHECKBOX label {
	font-size: 12px !important;
	padding-left: 10px;
	width: calc(100% - 16px);
	line-height: 1.4;
}
input[type="checkbox"] {
	position: relative;
    width: 16px;
    height: 16px;
    border: none;
    vertical-align: -5px;
    background: #D9D9D9;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 3px;
    left: 6px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
}
.p-contact__scroll__content {
	background: #fff;
}
@media screen and (max-width: 768px) {


}



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

privacy

------------------------------------------- */
.privacy {
    border: 0.2rem solid #ccc;
    padding: 2rem;
    height: 24rem;
    overflow: auto;
    background: #fff;
}
.privacy-note {
    margin: 4rem 0 2rem 0;
}



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

thanx

------------------------------------------- */
.thanx {
    text-align: center;
	color: #000;
	line-height: 2;
}
.back {
    text-align: center;
    display: block;
	margin-top: 40px;
}
.back a {
	color: #4B65E3;
	text-decoration: underline;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}</pre></body></html>