/* Stylesheet: https://hito-kiwa.co.jp/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.0.4 */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

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

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

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

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}


/* Stylesheet: https://hito-kiwa.co.jp/wp-content/plugins/featured-video-plus/styles/frontend.css?ver=2.3.3 */
.featured-video-plus.fvp-responsive .wp-video {
  width: auto !important;
  height: auto !important;
}
.featured-video-plus.fvp-responsive .wp-video video {
  width: 100% !important;
  height: auto !important;
}
.featured-video-plus.fvp-responsive .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
.featured-video-plus.fvp-responsive .mejs-overlay,
.featured-video-plus.fvp-responsive .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.featured-video-plus.fvp-responsive .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.featured-video-plus.fvp-responsive audio {
  width: 100%;
}
.featured-video-plus.fvp-center {
  text-align: center;
}
.featured-video-plus.fvp-center .wp-video {
  margin: 0 auto;
}
.featured-video-plus.fvp-right {
  text-align: right;
}
.featured-video-plus.fvp-right .wp-video {
  margin: 0 0 auto auto;
}
.featured-video-plus.fvp-left {
  text-align: left;
}
.featured-video-plus.fvp-left .wp-video {
  margin: 0 auto auto 0;
}
.fvp-overlay,
.fvp-dynamic {
  position: relative;
  display: block;
  height: auto;
  width: auto;
}
.fvp-overlay .fvp-actionicon,
.fvp-dynamic .fvp-actionicon {
  background: transparent no-repeat scroll center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  display: none;
}
.fvp-overlay .fvp-actionicon.play,
.fvp-dynamic .fvp-actionicon.play {
  display: block;
  background-image: url('../img/playicon.png');
}
.fvp-overlay .fvp-actionicon.load,
.fvp-dynamic .fvp-actionicon.load {
  display: block;
}
.fvp-overlay .fvp-actionicon.load.w,
.fvp-dynamic .fvp-actionicon.load.w {
  background-image: url('../img/loadicon_w.gif');
}
.fvp-overlay .fvp-actionicon.load.b,
.fvp-dynamic .fvp-actionicon.load.b {
  background-image: url('../img/loadicon_b.gif');
}
#DOMWindow {
  background: transparent center center no-repeat;
  width: auto;
  height: auto;
  margin: auto auto;
  overflow: hidden;
  background-image: url('../img/loadicon_w.gif');
}
.fvp-onload {
  display: none !important;
  height: 0;
  width: 0;
  visibility: hidden;
}
.featured-video-plus .wp-video a:not(.post-thumbnail) {
  display: none;
}
.no-js .featured-video-plus .wp-video a:not(.post-thumbnail) {
  display: inline;
}
.featured-video-plus.fvp-responsive.fvp-spotify .fluid-width-video-wrapper {
  padding-top: 100% !important;
}


/* Stylesheet: https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v18/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v18/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWQ.ttf) format('truetype');
}


/* Inline style tag 1 */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


/* Inline style tag 2 */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */


/* Inline style tag 3 */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */


/* Inline style tag 4 */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */


/* Inline style tag 5 */

				:root {
					--wpforms-field-border-radius: 3px;
--wpforms-field-border-style: solid;
--wpforms-field-border-size: 1px;
--wpforms-field-background-color: #ffffff;
--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
--wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 );
--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
--wpforms-field-menu-color: #ffffff;
--wpforms-label-color: rgba( 0, 0, 0, 0.85 );
--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
--wpforms-label-error-color: #d63637;
--wpforms-button-border-radius: 3px;
--wpforms-button-border-style: none;
--wpforms-button-border-size: 1px;
--wpforms-button-background-color: #066aab;
--wpforms-button-border-color: #066aab;
--wpforms-button-text-color: #ffffff;
--wpforms-page-break-color: #066aab;
--wpforms-background-image: none;
--wpforms-background-position: center center;
--wpforms-background-repeat: no-repeat;
--wpforms-background-size: cover;
--wpforms-background-width: 100px;
--wpforms-background-height: 100px;
--wpforms-background-color: rgba( 0, 0, 0, 0 );
--wpforms-background-url: none;
--wpforms-container-padding: 0px;
--wpforms-container-border-style: none;
--wpforms-container-border-width: 1px;
--wpforms-container-border-color: #000000;
--wpforms-container-border-radius: 3px;
--wpforms-field-size-input-height: 43px;
--wpforms-field-size-input-spacing: 15px;
--wpforms-field-size-font-size: 16px;
--wpforms-field-size-line-height: 19px;
--wpforms-field-size-padding-h: 14px;
--wpforms-field-size-checkbox-size: 16px;
--wpforms-field-size-sublabel-spacing: 5px;
--wpforms-field-size-icon-size: 1;
--wpforms-label-size-font-size: 16px;
--wpforms-label-size-line-height: 19px;
--wpforms-label-size-sublabel-font-size: 14px;
--wpforms-label-size-sublabel-line-height: 17px;
--wpforms-button-size-font-size: 17px;
--wpforms-button-size-height: 41px;
--wpforms-button-size-padding-h: 15px;
--wpforms-button-size-margin-top: 10px;
--wpforms-container-shadow-size-box-shadow: none;

				}
			

/* Inline style tag 6 */

    html{font-size:62.5%}*{box-sizing:border-box}dl,dt,dd,ul,li{margin:0;padding:0;list-style:none}p,figure{margin:0}body{margin:0;line-height:1.6;font-family:"Zen Kaku Gothic New",YuGothic,"Yu Gothic Medium",sans-serif;color:#000;font-size:1.4rem;-webkit-text-size-adjust:100%}.container{width:100%;max-width:1100px;margin:auto;padding:0 clamp(24px,6vw,40px)}h1,h2,h3,h4,h5,h6{color:#000;margin:0}small{font-size:1.4rem;font-weight:normal;letter-spacing:1px}a{text-decoration:none;transition:opacity .2s ease}a,a:visited{color:#000}img{width:auto;height:auto}button,input{appearance:none;border:none;font-family:inherit}.l-wrapper{width:100%;position:relative}.l-header{display:grid;place-items:center;min-height:160px;transition:background-position .4s ease;position:relative}@media(min-width: 768px){.l-header{min-height:576px}}.l-header__en{display:block;font-size:clamp(16px,2.2vw,22px);font-weight:700;color:#c1c1c1}.l-header__ja{font-size:clamp(32px,6vw,60px);font-weight:700;line-height:1.35}.l-header__ja-sup{display:block;font-size:clamp(14px,2.4vw,40px);font-weight:700;line-height:2;position:static}.l-header__desc{font-size:clamp(22px,2.2vw,24px);font-weight:700}.l-header__button{display:inline-flex;align-items:center;justify-content:center}.l-section-header__en{display:block;font-size:clamp(16px,1.6vw,22px);font-weight:700}.l-section-header__ja{font-size:clamp(22px,2.2vw,36px);font-weight:700}.l-section-header__ja--l{font-size:clamp(22px,2.2vw,36px);font-weight:700}.l-row{display:flex}@media(max-width: 767px){.l-row{flex-direction:column}}.l-col{flex:1}.c-heading{display:block;font-weight:bold;line-height:1.5}.c-heading--lv1{font-size:clamp(28px,2.8vw,48px)}.c-heading--lv2{font-size:clamp(26px,2.6vw,36px)}.c-heading--lv3{font-size:clamp(20px,2vw,30px)}.c-heading--lv4{font-size:clamp(18px,1.8vw,24px)}.c-heading--lv5{font-size:clamp(16px,1.6vw,20px)}.c-text{font-size:14px;line-height:1.8em}.c-text--large{font-size:16px;line-height:2.2em}.c-text--center{text-align:center}.c-text--right{text-align:right}.c-text--strong{font-weight:bold}.c-note{font-size:12px;line-height:1.5;color:gray}.c-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:clamp(8px,.8vw,16px);border:1px solid #000;border-radius:40px;transition:background .2s ease-in-out;text-decoration:none;font-size:clamp(12px,1.2vw,18px);line-height:1.333;font-weight:bold;cursor:pointer}.c-button--solid{background:#000}.c-button--solid,.c-button--solid:visited{color:#fff}.c-button--solid:hover{background:#333}.c-button--outline{background:#fff}.c-button--outline,.c-button--outline:visited{color:#000}.c-button--outline:hover{background:#f2f2f2}.c-button--blue{background:#f4f5ff;border-color:#3647a0}.c-button--blue,.c-button--blue:visited{color:#3647a0}.c-button--blue:hover{background:#fff}.c-button--blue.c-button--outline{background:#fff;border-color:#3647a0}.c-button--blue.c-button--outline,.c-button--blue.c-button--outline:visited{color:#000}.c-button--blue.c-button--outline:hover{background:#f4f5ff}.c-button--green{background:#eaefe5;border-color:#6c8954}.c-button--green,.c-button--green:visited{color:#6c8954}.c-button--green:hover{background:#fff}.c-button--green.c-button--outline{background:#fff;border-color:#6c8954}.c-button--green.c-button--outline,.c-button--green.c-button--outline:visited{color:#000}.c-button--green.c-button--outline:hover{background:#a7b79a}.c-button>img{width:clamp(16px,1.6vw,24px);aspect-ratio:1;transition:transform .2s ease}.c-button:hover img{transform:scale(1.2)}@keyframes checkbox-animation{0%{box-shadow:0 0 0 2px rgba(54,71,160,0)}40%{box-shadow:0 0 0 12px rgba(54,71,160,.2)}100%{box-shadow:0 0 0 18px rgba(54,71,160,0)}}.c-checkbox__label{position:relative;display:inline-block;padding:8px;padding-left:30px;cursor:pointer}.c-checkbox__label::before{position:absolute;top:50%;left:0;display:block;width:20px;height:20px;content:"";border:2px solid #ccc;border-radius:4px;transition:border .2s ease;transform:translateY(-50%)}.c-checkbox__label::after{content:"";position:absolute;top:calc(50% - 2px);left:8px;display:inline-block;width:6px;height:12px;border:3px solid #3647a0;border-left:none;border-top:none;background-color:transparent;opacity:0;transition:opacity .2s ease;transform:translateY(-50%) rotate(45deg)}.c-checkbox__input{position:absolute;clip:rect(0, 0, 0, 0)}.c-checkbox__input:checked+.c-checkbox__label::before{background-color:#f4f5ff;border:solid 2px #3647a0;animation-name:checkbox-animation;animation-duration:.4s;animation-timing-function:linear;animation-iteration-count:1}.c-checkbox__input:checked+.c-checkbox__label::after{opacity:1}.c-checkbox__input.error:not(:checked)+.c-checkbox__label::before{background-color:#ff9980;border-color:#f74711}.c-checkbox__input[disabled]+.c-checkbox__label{cursor:not-allowed;opacity:.3}.c-required{color:#3647a0;margin-left:.5em}.c-form{display:flex;flex-direction:column;gap:12px;font-size:16px;width:100%}.c-form__header{font-size:30px;font-weight:700}.c-form__list{display:flex;flex-direction:column;gap:4px}.c-form__list-heading{font-size:12px;font-weight:700}@media(min-width: 768px){.c-form__list-heading{font-size:16px}}.c-form__input,.c-form__textarea{width:100%;padding:4px;font-size:16px;font-weight:normal;color:#000;background-color:#f5f5f5;border:solid 1px #ccc;border-radius:4px;transition:border-color .2s ease}.c-form__input::-webkit-input-placeholder,.c-form__textarea::-webkit-input-placeholder{color:#707070;opacity:1}.c-form__input::-moz-placeholder,.c-form__textarea::-moz-placeholder{color:#707070;opacity:1}.c-form__input:placeholder-shown,.c-form__textarea:placeholder-shown{color:#707070}.c-form__textarea{min-height:160px}.c-form__file{display:inline-flex;appearance:none;border-color:#ccc;border-radius:8px;overflow:hidden;cursor:pointer;position:relative}.c-form__file-input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0}.c-form__file-value{padding:4px;color:gray;display:none;flex:1;font-size:10px;line-height:1;cursor:pointer;background:rgba(0,0,0,.04);font-size:12px}.c-form__submit{margin-top:clamp(48px,4.8vw,64px);width:100%;max-width:360px;font-size:24px}.u-mt0{margin-top:0px}.u-mt8{margin-top:8px}.u-mt16{margin-top:16px}.u-mt24{margin-top:24px}.u-mt32{margin-top:32px}.u-mt40{margin-top:40px}.u-mt48{margin-top:48px}.u-mt56{margin-top:56px}.u-mt64{margin-top:64px}.u-mt72{margin-top:72px}.u-mt80{margin-top:80px}.u-mt88{margin-top:88px}.u-mt96{margin-top:96px}.u-mt104{margin-top:104px}.u-mt112{margin-top:112px}.u-mt120{margin-top:120px}.u-mt128{margin-top:128px}.u-mt136{margin-top:136px}.u-mt144{margin-top:144px}.u-mt152{margin-top:152px}.u-mt160{margin-top:160px}.u-mb0{margin-bottom:0}@media(min-width: 768px){.u-pl50-pc{padding-left:50px}}@media(max-width: 767px){.u-pl20-sp{padding-left:20px}}@media(min-width: 768px){.u-visible-sp{display:none !important}.u-visible-pc{display:block}}@media(max-width: 767px){.u-visible-sp{display:block}.u-visible-pc{display:none !important}}.u-text-center{text-align:center}.u-color-blue{color:#3647a0}.u-color-green{color:#6c8954}.js-scroll-animation{opacity:0;transform:translateY(80px);transition:opacity 1s ease,transform 1s ease}.js-scroll-animation.is-animated{opacity:1;transform:translateY(0)}.p-common-contact__container{display:flex;flex-direction:column;gap:0 clamp(12px,1.2vw,24px);background:#6c8954;padding:24px clamp(18px,1.8vw,40px) clamp(24px,2.4vw,48px);border-radius:clamp(24px,2.4vw,36px)}.p-common-contact__header{color:#fff}.p-common-contact__header-description{display:block}@media(max-width: 767px){.p-common-contact__header-description{margin-top:12px}}.p-common-contact__content{margin-top:clamp(24px,2.4vw,64px);display:flex;align-items:center;gap:20px}@media(max-width: 767px){.p-common-contact__content{flex-direction:column;align-items:flex-start}}.p-common-contact__button{justify-content:space-between;padding:16px 16px 16px clamp(16px,1.6vw,32px);font-size:18px}@media(max-width: 767px){.p-common-contact__button{width:100%}}.p-common-contact__tel{display:inline-flex;gap:clamp(4px,.4vw,8px)}@media(min-width: 768px){.p-common-contact__tel{align-items:center;margin-left:clamp(24px,2.4vw,40px);pointer-events:none}}@media(max-width: 767px){.p-common-contact__tel{flex-direction:column}}.p-common-contact__tel-description{font-size:clamp(10px,1vw,12px);font-weight:bold;line-height:1.5;color:#fff}@media(min-width: 768px){.p-common-contact__tel-description{text-align:center}}.p-common-contact__tel-description-heading{font-size:clamp(10px,1vw,13px)}@media(min-width: 768px){.p-common-contact__tel-description-heading{display:block}}.p-common-contact__tel-number{font-size:clamp(20px,2vw,32px);font-weight:bold;line-height:1;color:#fff}@media(min-width: 768px){.p-common-contact__tel-number{text-align:center}}.p-common-contact__line{display:flex;justify-content:center;gap:8px}@media(min-width: 768px){.p-common-contact__line{align-items:center}}@media(max-width: 767px){.p-common-contact__line{flex-direction:column}}.p-common-contact__line-description-heading{color:#fff}.p-common-contact__line-icon{display:grid;place-items:center;width:60px;height:auto}@media(min-width: 768px){.p-common-recruit{padding-bottom:90px}}.p-common-recruit__container{position:relative}.p-common-recruit__row{gap:clamp(40px,4vw,80px)}@media(max-width: 767px){.p-common-recruit__row{flex-direction:column-reverse}}.p-common-recruit__figure{display:grid}@media(min-width: 768px){.p-common-recruit__figure{place-items:center;margin-left:clamp(-80px,-12vw,-40px);flex:0 0 clamp(240px,24vw,526px)}}@media(max-width: 767px){.p-common-recruit__figure{place-items:end;margin-inline:-6vw;width:calc(100% + 6vw + 6vw)}}.p-common-recruit__figure-image{width:100%;height:auto}@media(max-width: 767px){.p-common-recruit__figure-image{width:66.666%}}.p-common-recruit__text{margin-top:24px;font-size:18px}.p-common-recruit__nav{margin-top:40px}.p-common-recruit__bg{position:absolute;top:-240px;right:-120px;z-index:-1;overflow:hidden;width:clamp(204px,20vw,234px);height:max-content;max-height:0%;transition:max-height 4s ease}@media(max-width: 767px){.p-common-recruit__bg{right:10px;top:-120px;opacity:.2}}.p-common-recruit__bg.is-animated{max-height:200%}.p-common-recruit__bg-image{width:100%;aspect-ratio:234/914}.c-header{width:100%;z-index:999;position:fixed;top:0;border-bottom:1px solid}@media(max-width: 767px){.c-header{background:#fff;padding:8px 54px 8px 18px}}@media(min-width: 768px){.c-header{background:linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, white 30%);border-image-source:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, black 30%);border-image-slice:1}}.c-header.is-color1 .c-header__main-logo-image{filter:invert(1)}.c-header.is-color2 .c-header__main-logo-image{filter:invert(0)}.c-header.is-color3 .c-header__main-logo-image{filter:invert(1)}.c-header__main{width:100%;min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:clamp(8px,.8vw,16px)}@media(min-width: 768px){.c-header__main{padding:8px 8px 8px 24px}}.c-header__main-logo{position:relative;width:clamp(100px,10vw,200px);display:flex;align-items:center}.c-header__main-logo-image{width:100%;height:auto;transition:filter .2s ease}@media(max-width: 767px){.c-header__main-logo-image{filter:invert(1)}}.c-header__main-logo-image--black{filter:invert(0)}.c-header__main-tel{display:inline-flex;align-items:center;gap:clamp(8px,.8vw,16px)}@media(min-width: 768px){.c-header__main-tel{pointer-events:none}}@media(max-width: 1280px){.c-header__main-tel{display:none}}.c-header__main-tel-description{font-size:clamp(10px,1vw,12px);font-weight:bold;line-height:1.5;text-align:center}.c-header__main-tel-description-heading{display:block;font-size:clamp(10px,1vw,13px)}.c-header__main-tel-number{font-size:clamp(20px,2vw,32px);font-weight:bold;line-height:1;text-align:center}.c-header__main-buttons{display:flex;align-items:center;gap:4px}@media(max-width: 767px){.c-header__main-buttons{display:none}}.c-header__nav{display:flex;align-items:center;margin-left:auto}@media(max-width: 767px){.c-header__nav{padding:6vw;overflow:auto;position:fixed;top:50px;right:-100%;width:100%;height:100%;opacity:0;z-index:999;display:block}}@media(max-width: 767px){.c-header__nav-links{padding:1.5rem}}.c-header__nav-links+.c-header__nav-links{border-top:1px solid #ccc}.c-header__nav-link{display:inline-block;margin-left:0;padding:clamp(4px,.4vw,8px);font-size:clamp(10px,1.2vw,12px);font-weight:bold;line-height:1;appearance:none;border:none;background:transparent;cursor:pointer;transition:background .2s ease,color .2s ease}@media(min-width: 1601px){.c-header__nav-link{font-size:clamp(12px,1.4vw,16px)}}@media(min-width: 768px){.c-header__nav-link{border-radius:4px}.c-header__nav-link:hover{background:#eee;opacity:1}.c-header__nav-link:hover.c-header__nav-link--on-blue{color:#fff;background:#3647a0}.c-header__nav-link:hover.c-header__nav-link--on-green{color:#fff;background:#6c8954}}@media(max-width: 767px){.c-header__nav-link{display:flex;align-items:center;gap:8px;font-size:24px;width:100%;padding:1.5rem;text-align:left}.c-header__nav-link,.c-header__nav-link:visited{color:#fff}}@media(max-width: 767px){body.is-fixed{overflow:hidden}}@media(max-width: 767px){body.is-fixed .c-header-overlay{pointer-events:auto;opacity:1}}body.is-fixed .c-header__navBtn span:nth-of-type(1){transform:translateY(12px) translateX(0) rotate(40deg)}body.is-fixed .c-header__navBtn span:nth-of-type(2){opacity:0}body.is-fixed .c-header__navBtn span:nth-of-type(3){transform:translateY(-12px) translateX(0) rotate(-40deg)}@media(max-width: 767px){body.is-fixed .c-header__nav{opacity:1;right:0}}.c-header-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:999;pointer-events:none;opacity:0;transition:opacity .2s ease}.c-header__navBtn{display:block;width:32px;background:transparent;border:0;padding:0;position:absolute;top:14px;right:16px;cursor:pointer}@media(min-width: 768px){.c-header__navBtn{display:none}}.c-header__navBtn span{display:block;height:4px;width:100%;background:#000;border-radius:4px;transition:all .4s ease-in-out}.c-header__navBtn span:nth-of-type(2),.c-header__navBtn span:nth-of-type(3){margin-top:8px}.c-header__bottom-banners{position:fixed;bottom:0;right:0;z-index:999;display:flex;gap:20px 0;opacity:0;transform:translateY(-50vh);transition:opacity 1s ease,transform 1s ease;animation-name:headerBannerFadeIn;animation-fill-mode:forwards;animation-delay:1s;animation-duration:1s}@media(min-width: 768px){.c-header__bottom-banners{flex-direction:column;bottom:40px}}@media(max-width: 767px){.c-header__bottom-banners{width:100%}}@keyframes headerBannerFadeIn{0%{opacity:0;transform:translateY(-50vh)}100%{opacity:100;transform:translateY(0vh)}}.c-header__bottom-banner{flex:1;display:flex;align-items:center;gap:12px;background:#000;border:1px solid #fff;padding:12px 16px}.c-header__bottom-banner,.c-header__bottom-banner:visited{color:#fff}@media(max-width: 767px){.c-header__bottom-banner{flex-wrap:wrap;gap:0 8px;border-left:none}}@media(min-width: 768px){.c-header__bottom-banner{border-right:none}}@media(max-width: 767px){.c-header__bottom-banner+.c-header__bottom-banner{border-right:none}}.c-header__bottom-banner--on-blue:hover{background:#3647a0}.c-header__bottom-banner--on-green:hover{background:#6c8954}.c-header__bottom-banner svg{width:42px;text-align:center;margin-left:auto}.c-header__bottom-banner-text{font-size:clamp(12px,1.2vw,18px);line-height:1.333}@media(max-width: 767px){.c-header__bottom-banner-text{width:100%}}.c-header__bottom-banner-heading{font-size:clamp(20px,2vw,36px);line-height:1}.c-header__bottom-banner-icon{margin-left:auto;height:clamp(20px,2vw,32px);width:clamp(24px,2.4vw,36px)}.l-footer{margin:0 auto;padding:72px 0 26px;line-height:2;background:#000}.l-footer,.l-footer:visited{color:#fff}@media(max-width: 767px){.l-footer{margin-bottom:60px}}.l-footer__main{display:flex;justify-content:space-between;width:100%}@media(max-width: 767px){.l-footer__main{justify-content:center}}.l-footer__main-buttons{display:none}@media(min-width: 768px){.l-footer__main-buttons{display:flex;gap:10px}}.l-footer__main-button{padding:16px 16px 16px 24px}.l-footer__nav{display:flex;flex-direction:column;padding:40px 0}.l-footer__nav-links{display:flex;gap:16px}@media(min-width: 768px){.l-footer__nav-links{align-items:center;border-bottom:1px solid #fff}}@media(max-width: 767px){.l-footer__nav-links{justify-content:center}}@media(max-width: 767px){.l-footer__nav-links--sns{order:-1}}.l-footer__nav-links-title{display:block;width:clamp(100px,10vw,200px);text-align:center;font-size:14px}.l-footer__nav-link{font-size:18px;display:inline-block;padding:24px 0}.l-footer__nav-link,.l-footer__nav-link:visited,.l-footer__nav-link:hover{color:#fff}.l-footer__bottom{display:flex;justify-content:center;font-size:12px}.c-item__link{display:flex;align-items:center;gap:8px 16px;padding:clamp(16px,1.6vw,24px);border-bottom:1px solid #000}@media(max-width: 767px){.c-item__link{flex-wrap:wrap}}.c-item__date{display:inline-block;font-size:clamp(14px,1.4vw,18px);font-weight:bold}.c-item__category{font-size:clamp(14px,1.4vw,18px);color:#646464;font-weight:bold}@media(min-width: 768px){.c-item__category{flex:0 0 160px}}.c-item__text-heading{font-size:clamp(16px,1.6vw,24px);font-weight:bold}@media(min-width: 768px){.c-item__text-heading{flex:1}}@media(max-width: 767px){.c-item__text-heading{width:100%}}.p-front{overflow:hidden}.p-front__button{width:360px;max-width:100%;justify-content:space-between;padding:clamp(12px,1.2vw,16px);padding-left:clamp(16px,1.6vw,32px);font-size:18px}.p-impression{display:grid;place-items:center;min-height:576px;transition:background-position .4s ease;position:relative}@media(min-width: 768px){.p-impression{min-height:1080px}}.p-impression__bg{position:absolute;left:-100px;top:-1px;width:auto;height:100%}@media(min-width: 768px){.p-impression__bg{min-height:1080px;left:calc(-300px + 10vw)}}.p-impression__title{font-size:clamp(36px,5.4vw,72px);opacity:0;transform:translateY(80px);transition:opacity 1s ease,transform 1s ease;animation-name:fadeIn;animation-fill-mode:forwards;animation-delay:.4s;animation-duration:2s}@keyframes fadeIn{0%{opacity:0;transform:translateY(80px)}100%{opacity:100;transform:translateY(0px)}}@media(min-width: 768px){.p-impression__text{background:#fff;padding:2px 8px 2px 0}}@media(min-width: 768px){.p-front-who{overflow:hidden;height:clamp(400px,40vw,600px)}}.p-front-who__container{position:relative;padding-top:clamp(32px,3.2vw,64px)}.p-front-who__bg{width:100%}@media(min-width: 768px){.p-front-who__bg{position:absolute;z-index:-1;top:0;left:clamp(400px,40vw,480px);width:auto;height:clamp(400px,40vw,600px)}}@media(max-width: 767px){.p-front-who__bg{display:block;margin-top:32px}}.p-front-service{background:#000}.p-front-service__container{padding-top:clamp(36px,3.6vw,90px);padding-bottom:clamp(64px,6.4vw,120px)}.p-front-service__header{color:#fff}.p-front-service__row{display:flex;margin-top:clamp(32px,3.2vw,64px);gap:44px 72px}@media(max-width: 767px){.p-front-service__row{flex-direction:column}}.p-front-service__col{display:flex;flex-direction:column;background:#fff;padding:clamp(12px,1.2vw,16px) clamp(16px,1.6vw,20px) clamp(24px,2.4vw,32px);border-radius:16px}.p-front-service__col-heading-en{font-size:clamp(16px,1.6vw,24px)}.p-front-service__col-text{margin-top:clamp(40px,4vw,80px)}.p-front-service__col-button{margin:24px 24px 0;width:calc(100% - 24px - 24px)}.p-front-news__lists{margin-top:16px}.p-front-news__bottom{margin:40px 0 0}.p-front-news__bottom-bg{width:100%;height:auto}.p-front-achievements__row{margin-top:clamp(24px,2.4vw,48px);gap:clamp(16px,1.6vw,21px)}.p-front-achievements__col{display:flex;flex-direction:column;background:#f5f5f5;padding:16px 19px 29px;min-height:286px}@media(min-width: 768px){.p-front-achievements__col{min-height:345px}}.p-front-achievements__col-heading{display:flex;align-items:center;justify-content:space-between;font-size:18px}.p-front-achievements__col-heading-icon{opacity:.7}.p-front-achievements__col-text{margin-top:90px;font-size:14px}.p-front-achievements__col-footer{margin-top:auto;position:relative}.p-front-achievements__col-footer-sub{position:absolute;right:0;bottom:0}.p-front-achievements__sub-header{display:flex;justify-content:space-between;margin-top:clamp(40px,4vw,80px)}.p-front-achievements__list{display:flex;align-items:center;margin-top:clamp(20px,2vw,40px);border-bottom:1px solid #000}.p-front-achievements__list-heading{flex:0 0 180px;line-height:1.2}.p-front-achievements__list-content{flex:0 0 240px;margin-left:auto;font-size:clamp(30px,3vw,60px);line-height:1;font-weight:bold}.p-front-achievements__list-content-sub{position:static;font-size:clamp(14px,1.4vw,30px);vertical-align:baseline}.p-front-achievements__carousels-header{display:flex;margin-top:clamp(20px,2vw,40px)}.p-front-achievements__carousels-header-scroll{display:flex;align-items:center;gap:8px;border:none;background:transparent;margin-left:auto;padding:0;cursor:pointer}.p-front-achievements__carousels-header-scroll-icon{transform:scale(-1, 1)}.p-front-achievements__carousels-header-scroll-text{font-size:14px}@media(min-width: 768px){.p-front-achievements__carousels-header-scroll-text{font-size:20px}}@media(min-width: 768px){.p-front-achievements__carousels-row{display:flex;margin-right:clamp(-40px,-6vw,-24px)}}@media(min-width: 1100px){.p-front-achievements__carousels-row{margin-right:calc(550px - 50% - 50vw);padding-right:calc(50vw - 50%)}}.p-front-achievements__carousels-row-heading{white-space:nowrap;margin-top:100px;margin-right:70px}.p-front-achievements__carousels{display:flex;gap:8px;overflow:scroll;margin-top:clamp(20px,2vw,40px);position:relative}.p-front-achievements__carousel{flex:1;display:flex;flex-wrap:nowrap;gap:clamp(12px,1.2vw,24px);position:relative;overflow-x:scroll;scrollbar-width:none}.p-front-achievements__carousel::-webkit-scrollbar{display:none}.p-front-achievements__carousel-item{flex:0 0 clamp(289px,29vw,440px);width:clamp(289px,29vw,440px);padding-top:clamp(48px,4.8vw,80px);padding-left:clamp(110px,12vw,160px);position:relative}.p-front-achievements__carousel-heading,.p-front-achievements__carousel-content{font-weight:bold;color:#000;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.p-front-achievements__carousel-heading-icon{position:absolute;top:0;left:0;z-index:-1;width:clamp(160px,16vw,240px)}@media(max-width: 767px){.p-front-achievements__carousel-content{font-size:10px}}.p-front-faq__container{padding-top:clamp(36px,3.6vw,90px);padding-bottom:clamp(64px,6.4vw,120px)}.p-front-faq__row{justify-content:space-between;margin-top:clamp(32px,3.2vw,64px);gap:clamp(32px,3.2vw,64px)}@media(max-width: 767px){.p-front-faq__row{flex-direction:column}}.p-front-faq__col{display:flex;flex-direction:column}.p-front-faq__col-heading-en{font-size:clamp(16px,1.6vw,24px)}.p-front-faq__col-heading-ja{font-size:clamp(16px,1.6vw,24px)}.p-front-faq__col-button{margin-top:clamp(24px,2.4vw,40px)}@media(max-width: 767px){.p-front-faq__col-button{width:100%}}.p-faq{margin-bottom:clamp(80px,8vw,120px);font-weight:700}@media(max-width: 767px){.p-faq{padding-top:60px}}@media(max-width: 767px){.p-faq+.l-footer{margin-bottom:50px}}.p-faq-sections{display:grid;gap:clamp(80px,8vw,100px)}.p-faq-header{position:relative}.p-faq-header__desc-item{background:#fff}.p-faq-header__bg{position:absolute;left:-80px;top:-1px;width:auto;height:100%;z-index:-1}@media(min-width: 768px){.p-faq-header__bg{min-height:576px;left:calc(-300px + 10vw)}}.p-faq__header-bottom-banner{border-right:none}.p-faq__header-bottom-banner-heading{font-size:24px}.p-faq__header-bottom-banner-icon{font-size:clamp(32px,3.2vw,42px);line-height:.667}.p-faq-header__button{width:360px;max-width:100%;justify-content:space-between;padding:clamp(12px,1.2vw,16px);padding-left:clamp(16px,1.6vw,32px);font-size:18px}@media(max-width: 767px){.p-faq-header__button{display:none}}.p-faq-description__button{gap:24px;font-size:18px;width:100%;padding:16px;padding-left:24px}.p-faq-description__button>img{width:24px}.p-faq__row{gap:0 16px}.p-faq__col-button{width:100%;max-width:360px}.p-faq-list{display:flex;flex-wrap:wrap;gap:28px 40px}@media(min-width: 768px){.p-faq-list{align-items:center}}.p-faq-list--blue .p-faq-list__q::before{color:#3647a0}.p-faq-list--green .p-faq-list__q::before{color:#6c8954}.p-faq-list+.p-faq-list{margin-top:120px}.p-faq-list__title{display:block;width:100%;font-size:clamp(16px,1.6vw,22px);font-weight:700;border-bottom:1px solid #000;padding-bottom:12px}@media(max-width: 767px){.p-faq-list__title{margin-bottom:8px}}.p-faq-list__q{font-size:clamp(20px,2vw,24px);line-height:1.5}.p-faq-list__q::before{content:"Q.";margin-right:8px}.p-faq-list__a{margin-top:.75em;padding-left:2em;line-height:1.5}.p-about{overflow:hidden}.p-about-header{min-height:clamp(240px,53vw,530px)}.p-about-header__bottom{position:absolute;bottom:0;left:0;width:100%;z-index:-1}.p-about-header__bottom-bg{width:100%;height:auto}.p-about-purpose__section-header-ja{margin-top:clamp(18px,1.8vw,60px);line-height:1.9}.p-about-purpose__bottom-bg{margin-top:clamp(24px,2.4vw,80px);width:100%;height:auto}.p-about-value{margin-top:80px}.p-about-value__lists{margin-top:1.25rem}.p-about-value__list-heading{display:flex;align-items:center;gap:20px}.p-about-value__list-heading::before{content:"";display:inline-block;height:2.5rem;width:8px;background-color:#fff;border:1px solid #000}.p-about-value__list-heading--green::before{background-color:#6c8954}.p-about-value__list-heading--blue::before{background-color:#3647a0}.p-about-value__list-content{margin-top:18px;padding-bottom:48px;border-bottom:1px solid #000;margin-bottom:48px}.p-about-message__description{margin-top:clamp(36PX,3.6vw,54px)}.p-about-company{margin-bottom:120px}.p-about-company__lists>dl:last-child{border-bottom:0}.p-about-company__list-title{flex:0 0 328px;font-size:clamp(14px,1.4vw,18px);font-weight:bold}.p-contact{margin-bottom:clamp(140px,14vw,160px)}@media(max-width: 767px){.p-contact{padding-top:60px}}@media(max-width: 767px){.p-contact+.l-footer{margin-bottom:50px}}.p-contact-sections{display:grid;gap:64px}.p-contact-header{position:relative}.p-contact-header__desc-item{background:#fff}.p-contact-header__bg{position:absolute;left:-80px;top:-1px;width:auto;height:100%;z-index:-1}@media(min-width: 768px){.p-contact-header__bg{min-height:576px;left:calc(-300px + 10vw)}}.p-contact__header-bottom-banner{border-right:none}.p-contact__header-bottom-banner-heading{font-size:24px}.p-contact__header-bottom-banner-icon{font-size:clamp(32px,3.2vw,42px);line-height:.667}.p-contact-header__button{width:360px;max-width:100%;justify-content:space-between;margin-top:34px;padding:clamp(12px,1.2vw,16px);padding-left:clamp(16px,1.6vw,32px);font-size:18px}@media(max-width: 767px){.p-contact-header__button{display:none}}.p-contact-description__button{gap:24px;font-size:18px;width:100%;margin-top:52px;padding:16px;padding-left:24px}.p-contact-description__button>img{width:24px}.p-contact-list{display:flex;flex-wrap:wrap;gap:24px 40px}@media(min-width: 768px){.p-contact-list{align-items:center}}.p-contact-list__title{display:block;width:100%;font-size:clamp(16px,1.6vw,22px);font-weight:700;border-bottom:1px solid #000;padding-bottom:12px}@media(max-width: 767px){.p-contact-list__title{margin-bottom:8px}}.p-contact-list__item{flex:1;display:inline-flex;justify-content:space-between;flex-wrap:wrap;font-size:clamp(16px,1.8vw,18px)}@media(min-width: 768px){.p-contact-list__item{align-items:center}}@media(max-width: 767px){.p-contact-list__item{flex-direction:column;gap:8px}}.p-contact-list__item .wpcf7{width:100%}.p-contact-list__item-text{font-size:24px;font-weight:700}.p-contact-list__item-link{display:grid}.p-contact-list__item-image{width:60px;height:60px;margin-right:40px}.p-contact-list__tel{font-size:40px}.p-contact-form{border:1px solid #000;padding:44px 20px;border-radius:20px}@media(min-width: 768px){.p-contact-form{padding:44px 64px;border-radius:44px}}.p-job-post{margin-bottom:clamp(140px,14vw,160px)}@media(max-width: 767px){.p-job-post{padding-top:60px}}@media(max-width: 767px){.p-job-post+.l-footer{margin-bottom:50px}}.p-job-post-container{max-width:830px}.p-job-post-header{position:relative}.p-job-post-header__desc-item{background:#fff}.p-job-post-header__bg{position:absolute;left:-80px;top:-1px;width:auto;height:100%;z-index:-1}@media(min-width: 768px){.p-job-post-header__bg{min-height:576px;left:calc(-300px + 10vw)}}.p-job-post-form{display:flex;flex-direction:column;gap:clamp(48px,4.8vw,60px);margin-top:clamp(18px,3.6vw,36px)}.p-job-post-form__section-header{display:flex;align-items:center;gap:6px;color:#3647a0;font-size:clamp(16px,2.4vw,24px)}@media(min-width: 768px){.p-job-post-form__section-header{margin-bottom:12px}}.p-job-post-form__section-header::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#3647a0;border:1px solid #000}.p-job-post-form__submit{margin-top:0}.p-news-footer{margin-top:40px}.p-news-footer__link{display:flex;gap:16px;align-items:center;justify-content:flex-end;font-size:22px}.p-news{margin-bottom:clamp(140px,14vw,160px)}@media(max-width: 767px){.p-news{padding-top:60px}}@media(max-width: 767px){.p-news+.l-footer{margin-bottom:50px}}.p-news-header{position:relative}.p-news-header__bg{position:absolute;left:-80px;top:-1px;width:auto;height:100%;z-index:-1}@media(min-width: 768px){.p-news-header__bg{min-height:576px;left:calc(-300px + 10vw)}}.p-news-container{max-width:880px;padding:0 clamp(20px,6vw,40px);margin-top:clamp(48px,4.8vw,64px)}.p-news-nav{display:block;width:100%}.p-news-tabs{display:flex;flex-wrap:wrap;gap:12px 8px}@media(min-width: 768px){.p-news-tabs{gap:12px}}.p-news-tab{display:flex;align-items:center;justify-content:center;border:1px solid #9a9a9a;padding:8px 0;font-size:12px;font-weight:bold;line-height:1;transition:background-color .4s ease;flex:0 0 calc(33% - 5px)}@media(min-width: 768px){.p-news-tab{flex:1;font-size:13px}}.p-news-tab:hover{background-color:#eee}.p-news-tab--active{background-color:#000;color:#fff;pointer-events:none}.p-news-tab--selectbox{border:none;justify-content:flex-end;padding:0}.p-news-tab--selectbox:hover{background-color:transparent}.p-news-selectboxes{border-bottom:1px solid #000;font-size:18px;width:92px;position:relative}.p-news-selectboxes::after{content:"";display:inline-block;width:5px;height:5px;border:2px solid #000;border-top:none;border-left:none;border-radius:1px;transform:rotate(45deg);position:absolute;right:2px;bottom:calc(50% - 2px);z-index:-1}.p-news-selectbox{appearance:none;border:none;background:transparent;width:92px;padding:4px 0;font-size:18px;text-align:center;cursor:pointer}.p-news-content{margin-top:32px;border-top:1px solid #000}.p-news-link{display:block;transition:background .4s ease}.p-news-link:hover{background-color:#eee}.p-news-item{padding:15px;border-bottom:1px solid #000}@media(min-width: 768px){.p-news-item{padding:32px 0}}.p-news-item__date{font-size:14px;position:relative}@media(min-width: 768px){.p-news-item__date{color:#c1c1c1}}@media(min-width: 768px){.p-news-item__label{color:#c1c1c1}}@media(max-width: 767px){.p-news-item__label{color:#707070}}@media(max-width: 767px)and (max-width: 767px){.p-news-item__label{margin-left:1em}}.p-news-item__label[title=job-post]{color:#3647a0}.p-news-item__label[title=support]{color:#6c8954}@media(min-width: 768px){.p-news-item__label:before{content:"|";color:#c1c1c1;margin:0 1em}}.p-news-item__icon{position:absolute;right:12px;top:calc(50% - .25em)}.p-news-item__info{margin-top:clamp(8px,.8vw,16px);font-size:18px}.p-news-pager{margin-top:clamp(52px,5.2vw,64px);color:#c1c1c1;font-size:20px;font-weight:bold}.p-news-pager ul{display:flex;align-items:center;justify-content:center}.p-news-pager li>*{display:grid;place-items:center;width:1.666em;height:1.666em;border-radius:4px}.p-news-pager li:has(.dots),.p-news-pager li:has(.prev),.p-news-pager li:has(.next){margin-inline:.5em}.p-news-pager a{transition:background .4s ease;color:#c1c1c1}.p-news-pager a:hover{background:#eee}.p-news-pager .current{color:#000}.p-news-pager .dots{position:relative;bottom:4px}.p-service-sections{display:flex;flex-direction:column;gap:clamp(80px,8vw,100px)}.p-service{font-weight:700;overflow:hidden}@media(max-width: 767px){.p-service{padding-top:60px}}@media(max-width: 767px){.p-service+.l-footer{margin-bottom:50px}}.p-service__heading{font-size:36px}.p-service-header{position:relative}.p-service-header__container{width:auto;max-width:100%;text-align:left}.p-service-header__bg{position:absolute;left:0;top:-1px;width:100%;height:160px;object-fit:cover;z-index:-1}@media(min-width: 768px){.p-service-header__bg{height:576px}}.p-service-about__row{gap:24px 20px}.p-service-about__col{background:#f5f5f5;padding:8px 20px;aspect-ratio:326/280;position:relative}@media(min-width: 768px){.p-service-about__col{aspect-ratio:326/345}}.p-service-about__col-number,.p-service-about__col-heading{font-size:22px}.p-service-about__col-icon{position:absolute;right:30px;bottom:20px}.p-service-point__contents{margin-top:clamp(30px,3vw,60px)}.p-service-point__content-row{align-items:center;gap:18px 30px;margin-top:clamp(30px,3vw,60px);position:relative}.p-service-point__picture{flex:unset;display:grid;place-items:center;aspect-ratio:345/245}@media(max-width: 767px){.p-service-point__picture{width:100%}}@media(min-width: 768px){.p-service-point__picture{flex:0 0 43%;aspect-ratio:522/332}}.p-service-point__image{width:100%}.p-service-point__content-col{flex:1 1 auto}@media(max-width: 767px){.p-service-point__content-col{width:100%}}@media(min-width: 768px){.p-service-point__content-col{margin-right:clamp(-40px,-6vw,-24px)}}@media(min-width: 1100px){.p-service-point__content-col{margin-right:clamp(-100px,-10vw,-40px)}}.p-service-point__content-heading{font-size:clamp(30px,3vw,36px)}.p-service-point__content-text{margin-top:clamp(10px,1vw,34px)}.p-service-curriculum{background:#a7b79a;margin-top:clamp(80px,8vw,180px);position:relative}.p-service-curriculum__container{padding-top:33px;padding-bottom:clamp(60px,6vw,88px)}.p-service-curriculum__header,.p-service-curriculum__header-ja{color:#fff}.p-service-curriculum__header-ja{font-size:36px}.p-service-curriculum__header-text{margin-top:clamp(20px,2vw,30px);font-size:clamp(20px,2vw,24px)}.p-service-curriculum__contents{margin-top:clamp(24px,2.4vw,48px);padding:28px clamp(20px,2vw,40px);background:#fff;border-radius:24px}.p-service-curriculum__contents-heading{font-size:clamp(28px,2.8vw,36px)}@media(max-width: 767px){.p-service-curriculum__contents-heading-icon{display:block}}.p-service-curriculum__content-image{margin-top:12px}.p-service-curriculum__row{display:flex;margin-top:clamp(12px,1.2vw,18px);gap:clamp(12px,1.2vw,24px) 40px}@media(max-width: 767px){.p-service-curriculum__row{flex-direction:column}}@media(min-width: 768px){.p-service-curriculum__row{flex-wrap:wrap}}.p-service-curriculum__col{flex:1}@media(min-width: 768px){.p-service-curriculum__col{flex:0 0 calc(50% - 20px)}}.p-service-curriculum__content-image{width:100%;height:auto}.p-service-curriculum__content-text{font-size:16px}.p-service-curriculum__content-text em{font-size:18px;font-style:normal}.p-service-curriculum__bg_l,.p-service-curriculum__bg_r{position:absolute;top:-80px;width:auto;height:1455px;z-index:-1}@media(max-width: 767px){.p-service-curriculum__bg_l,.p-service-curriculum__bg_r{height:1885px}}.p-service-curriculum__bg_l{left:-77px}@media(max-width: 767px){.p-service-curriculum__bg_r{left:46px}}@media(min-width: 768px){.p-service-curriculum__bg_r{right:0}}@media(max-width: 767px){.p-service-recommend__header-heading{font-size:22px}}.p-service-recommend__row{gap:20px 40px}@media(min-width: 1200px){.p-service-recommend__row{margin:48px -80px 0;width:calc(100% + 160px)}}@media(max-width: 767px){.p-service-recommend__col{max-width:260px}}@media(max-width: 767px){.p-service-recommend__col:nth-child(even){margin-left:auto}}.p-service-recommend__col:nth-child(2) .p-service-recommend__col-heading{transition-delay:.4s}.p-service-recommend__col:nth-child(3) .p-service-recommend__col-heading{transition-delay:.8s}.p-service-recommend__col:nth-child(4) .p-service-recommend__col-heading{transition-delay:1.2s}.p-service-recommend__col-heading{display:inline-grid;place-items:center;width:100%;border:1px solid #000;padding:8px 8px 8px 16px;margin-bottom:-8px;border-radius:40px;font-size:18px}@media(min-width: 768px){.p-service-recommend__col-heading{font-size:clamp(12px,1.2vw,18px)}}.p-service-recommend__col-icon{width:100%;max-width:260px}.p-service-flow__row{gap:60px}@media(max-width: 767px){.p-service-flow__row{gap:0 10%;flex-direction:row;flex-wrap:wrap}}.p-service-flow__col{display:flex;flex-direction:column;gap:8px}@media(max-width: 767px){.p-service-flow__col{flex:0 0 41%}}.p-service-flow__col .p-service-flow__col-arrow{transform:translateX(-200px)}.p-service-flow__col .p-service-flow__col-arrow.is-animated{transform:translateX(0)}.p-service-flow__col:nth-child(2){margin-top:24px}.p-service-flow__col:nth-child(2) .p-service-flow__col-arrow{transition-delay:.4s}.p-service-flow__col:nth-child(3){margin-top:48px}@media(max-width: 767px){.p-service-flow__col:nth-child(3){margin-left:4%}}.p-service-flow__col:nth-child(3) .p-service-flow__col-arrow{transition-delay:.8s}.p-service-flow__col:nth-child(4){margin-top:72px}@media(max-width: 767px){.p-service-flow__col:nth-child(4){margin-left:4%}}.p-service-flow__col:nth-child(4) .p-service-flow__col-arrow{transition-delay:1.2s}.p-service-flow__col-number{font-size:clamp(12px,1.2vw,18px)}.p-service-flow__col-arrow{max-width:100%}.p-service-flow__col-heading{font-size:clamp(16px,1.6vw,24px)}.p-service-flow__col-icon{width:auto;height:110px;margin:8px auto}.p-service-footer__row{gap:32px 40px}.p-service-footer__content-heading{font-size:clamp(24px,2.4vw,36px)}.p-column-header{background:#fff;border-image-source:none;border-bottom:1px solid;position:fixed}@media(max-width: 767px){.p-column-header{background:#fff;padding:8px 54px 8px 18px}}@media(min-width: 768px){.p-column-header{background:#fff}}@media(min-width: 768px){.p-column-header__main{padding:16px clamp(24px,2.4vw,48px)}}.p-column-header__main-logo{display:flex;align-items:flex-end;gap:16px;width:auto}.p-column-header__main-logo-image{width:clamp(100px,10vw,200px);height:auto}@media(max-width: 767px){.p-column-header__main-logo-image{filter:none}}.p-column-header__main-logo-text{font-size:clamp(16px,1.6vw,24px);line-height:1;white-space:nowrap;transform:translateY(-3px)}@media(max-width: 1440px){.p-column-header__main-buttons{display:none}}.p-column-header__main-button{flex-direction:column;position:relative;padding:4px 80px;gap:0}.p-column-header__main-button-sup{position:static;width:100%;text-align:center}.p-column-header__main-button-image{position:absolute;right:16px;top:calc(50% - 12px)}.p-column-header__nav{display:flex;align-items:center}@media(min-width: 768px){.p-column-header__nav{flex:1}}@media(max-width: 767px){.p-column-header__nav{padding:6vw;overflow:auto;position:fixed;top:50px;right:-100%;width:100%;height:100%;opacity:0;z-index:999;display:block}}@media(min-width: 768px){.p-column-header__nav-links{flex:1;display:flex;align-items:center;justify-content:center;gap:clamp(2px,.2vw,8px)}}@media(max-width: 767px){.p-column-header__nav-links{padding:1.5rem}}.p-column-header__nav-link{display:inline-block;margin-left:0;padding:8px clamp(4px,.4vw,8px);font-size:clamp(12px,1.2vw,14px);font-weight:bold;line-height:1;text-align:center;appearance:none;border:1px solid #000;background:transparent;width:120px;position:relative;cursor:pointer;transition:background .2s ease,color .2s ease}@media(max-width: 1440px){.p-column-header__nav-link{width:auto;flex:1}}@media(min-width: 768px){.p-column-header__nav-link:hover{background:#eee}}@media(max-width: 767px){.p-column-header__nav-link{display:flex;align-items:center;gap:8px;font-size:24px;width:100%;padding:1.5rem;text-align:left}.p-column-header__nav-link,.p-column-header__nav-link:visited{color:#fff}}.p-column-header__nav-link::before,.p-column-header__nav-link::after{content:"";display:inline-block;position:absolute;top:-5px;width:8px;height:8px;border:1px solid #000;background:#9a9a9a;border-radius:50%}.p-column-header__nav-link::before{left:calc(50% - 10px)}.p-column-header__nav-link::after{left:50%}.p-column-header__nav-link--dot-blue::before,.p-column-header__nav-link--dot-blue::after{background:#3647a0}.p-column-header__nav-link--dot-green::before,.p-column-header__nav-link--dot-green::after{background:#6c8954}.p-column-header__nav-link--dot-red::before,.p-column-header__nav-link--dot-red::after{background:#c43f3f}@media(max-width: 767px){body.is-fixed{overflow:hidden}}@media(max-width: 767px){body.is-fixed .p-column-header-overlay{pointer-events:auto;opacity:1}}body.is-fixed .p-column-header__navBtn span:nth-of-type(1){transform:translateY(12px) translateX(0) rotate(40deg)}body.is-fixed .p-column-header__navBtn span:nth-of-type(2){opacity:0}body.is-fixed .p-column-header__navBtn span:nth-of-type(3){transform:translateY(-12px) translateX(0) rotate(-40deg)}@media(max-width: 767px){body.is-fixed .p-column-header__nav{opacity:1;right:0}}.p-column-header-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:999;pointer-events:none;opacity:0;transition:opacity .2s ease}.p-column-header__navBtn{display:block;width:32px;background:transparent;border:0;padding:0;position:absolute;top:14px;right:16px;cursor:pointer}@media(min-width: 768px){.p-column-header__navBtn{display:none}}.p-column-header__navBtn span{display:block;height:4px;width:100%;background:#000;border-radius:4px;transition:all .4s ease-in-out}.p-column-header__navBtn span:nth-of-type(2),.p-column-header__navBtn span:nth-of-type(3){margin-top:8px}.p-column-header__bottom-banners{position:fixed;bottom:40px;right:0;z-index:999;display:flex;gap:20px 0;opacity:0;transform:translateY(-50vh);transition:opacity 1s ease,transform 1s ease;animation-name:headerBannerFadeIn;animation-fill-mode:forwards;animation-delay:1s;animation-duration:1s}@media(min-width: 768px){.p-column-header__bottom-banners{flex-direction:column}}@media(max-width: 767px){.p-column-header__bottom-banners{width:100%}}@keyframes headerBannerFadeIn{0%{opacity:0;transform:translateY(-50vh)}100%{opacity:100;transform:translateY(0vh)}}.p-column{padding-top:clamp(60px,6vw,87px);margin-bottom:clamp(140px,14vw,160px);overflow:hidden}@media(max-width: 767px){.p-column~.l-footer{margin-bottom:0}}.p-column-impression{padding:clamp(80px,8vw,120px);background:#eaefe5}.p-column-impression__title{font-size:clamp(30px,3vw,60px);font-weight:bold}.p-column-newpost{margin-top:clamp(40px,4vw,80px)}@media(min-width: 768px){.p-column-newpost__swiper{overflow:visible}}@media(min-width: 768px){.p-column-newpost__item{min-height:160px}}.p-column-post{position:relative;box-shadow:0 3px 6px rgba(0,0,0,.16);border-radius:16px;overflow:hidden}.p-column-post__figure{display:grid;place-items:center}.p-column-post__figure img{width:100%;height:auto}.p-column-post__item{padding:8px;padding-bottom:24px}@media(min-width: 768px){.p-column-post__item{min-height:120px}}.p-column-post__icon{position:absolute;right:12px;bottom:12px}.p-column-category{margin-top:clamp(40px,4vw,80px)}.p-column-category__heading{font-size:clamp(18px,2.8vw,28px);font-weight:bold;padding-bottom:clamp(4px,.4vw,8px);margin-bottom:clamp(24px,4.8vw,48px);border-bottom:1px solid #000;position:relative}.p-column-category__heading::before,.p-column-category__heading::after{content:"";display:inline-block;position:absolute;top:-5px;width:8px;height:8px;border:1px solid #000;background:#9a9a9a;border-radius:50%}.p-column-category__heading::before{left:0}.p-column-category__heading::after{left:10px}.p-column-category__heading--dot-blue::before,.p-column-category__heading--dot-blue::after{background:#3647a0}.p-column-category__heading--dot-green::before,.p-column-category__heading--dot-green::after{background:#6c8954}.p-column-category__heading--dot-red::before,.p-column-category__heading--dot-red::after{background:#c43f3f}.p-column-category__row{gap:clamp(16px,1.6vw,30px)}.p-column-video__figure{display:grid;place-items:center}.p-column-video__iframe{width:100%;height:auto}.p-column-video__item{margin-top:8px}.p-column-video__label{color:#c43f3f}@media(min-width: 768px){.p-news-single__header{min-height:460px}}.p-news-single__header-container{max-width:880px}.p-news-single__header-date{font-size:14px;color:#707070;margin-bottom:12px}@media(min-width: 768px){.p-news-single__header-date{color:#c1c1c1}}@media(max-width: 767px){.p-news-single__header-date{margin-left:1em}}.p-news-single__header-label{color:#3647a0}.p-news-single__header-label[title=job-post]{color:#3647a0}.p-news-single__header-label[title=support]{color:#6c8954}@media(max-width: 767px){.p-news-single__header-label{margin-left:1em}}@media(min-width: 768px){.p-news-single__header-label:before{content:"|";color:#c1c1c1;margin:0 1em}}.p-news-single__header-heading{font-size:clamp(20px,2vw,32px)}@media(min-width: 768px){.p-news-single__header-bg{min-height:460px}}.p-news-single__content{font-size:1.6rem}.p-news-single__content h1,.p-news-single__content h2,.p-news-single__content h3,.p-news-single__content h4,.p-news-single__content h5,.p-news-single__content h6{font-size:2rem;font-weight:700;margin:32px 0;line-height:1.5;margin-top:60px;padding-bottom:10px;border-bottom:1px solid #333}.p-news-single__content p{margin:0 0 24px;line-height:1.5}.p-news-single__content ul,.p-news-single__content ol{margin:0 0 24px;padding:0;line-height:1.5}.p-news-single__content ul{list-style:disc outside}.p-news-single__content ol{list-style:decimal outside}.p-news-single__content li{margin:0 0 0 36px;font-size:1.6rem}.p-news-single__content a{text-decoration:underline}.p-news-single__content a:hover{text-decoration:none}.p-news-single__content a,.p-news-single__content a:visited{color:#000}.p-news-single__content a[target=_blank]:not(:has(img))::after{content:"";margin:.1em .1em .1em .4em;display:inline-block;width:.5em;height:.5em;border:1px solid #0268cc;border-radius:2px;box-shadow:-1px 1px 0 0 #fff,-2px 2px 0 0 #0268cc}.p-news-single__content blockquote{margin-bottom:24px;padding:24px;font-style:italic}.p-news-single__content blockquote p:last-child{margin-bottom:0}.p-news-single__content code{font-family:Consolas,Monaco,Lucida Console,monospace;font-size:1.2rem;line-height:2}.p-news-single__content pre{border:1px solid #ededed;color:#666;font-family:Consolas,Monaco,Lucida Console,monospace;font-size:1.2rem;line-height:1.5;margin:24px 0;overflow:auto;padding:24px;padding:1.5rem}.p-news-single__content pre code{display:block}.p-news-single__content embed,.p-news-single__content iframe,.p-news-single__content object,.p-news-single__content video{margin-bottom:24px}.p-news-single__content dl{margin:0 24px}.p-news-single__content dt{font-weight:bold;line-height:1.5}.p-news-single__content dd{line-height:1.5;margin-bottom:24px}.p-news-single__content table{border-collapse:collapse;table-layout:fixed;font-size:1.4rem;border:1px solid #ccc;line-height:2;margin:0 0 24px;width:100%;max-width:100%}@media(max-width: 767px){.p-news-single__content table{display:flex;border:none}}.p-news-single__content table caption{margin:24px 0;font-weight:bold}.p-news-single__content table th,.p-news-single__content table td{border:1px solid #ccc;padding:10px}.p-news-single__content table img{max-width:100%}.p-news-single__content img{max-width:100%}.p-news-single__content .aligncenter{clear:both;margin:auto;display:block}.p-news-single__content .wp-caption{max-width:100%;height:auto}.p-news-single__aside{margin-top:clamp(56px,5.6vw,100px)}.p-news-single__aside-heading{font-size:20px;padding-bottom:8px;border-bottom:1px solid #000}
.p-column-single{padding-top:100px;margin-bottom:40px}
.p-column-single .container{max-width:800px}
.p-column-single__header{margin-bottom:20px}
.p-column-single__header-meta{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.p-column-single__date{font-size:14px;color:#707070}
.p-column-single__label{display:inline-block;font-size:14px;font-weight:bold;padding:4px 12px;border-radius:4px;background:#f5f5f5}
.p-column-single__title{font-size:clamp(24px,2.4vw,32px);font-weight:bold;line-height:1.6}
.p-column-single__content{font-size:16px;line-height:2}
.p-column-single__content p{margin-bottom:2em}
.p-column-single__content img{max-width:100%;height:auto;margin:24px 0}
.p-column-single__content h2{font-size:24px;font-weight:bold;margin:48px 0 24px;padding-bottom:8px;border-bottom:1px solid #000}
.p-column-single__content h3{font-size:20px;font-weight:bold;margin:36px 0 20px}
.p-column-single__content ul,.p-column-single__content ol{margin:24px 0;padding-left:24px}
.p-column-single__content li{margin-bottom:12px}
.p-column-single__aside{margin-top:80px;padding-top:60px;border-top:1px solid #eee}
.p-column-single__aside-title{font-size:24px;font-weight:bold;margin-bottom:32px}
.p-column-single__aside-list{display:flex;flex-direction:column;gap:24px}
.p-column-single__aside-item{border-bottom:1px solid #eee;padding-bottom:24px}
.p-column-single__aside-link{display:block;transition:opacity .2s ease}
.p-column-single__aside-link:hover{opacity:0.7}
.p-column-single__aside-meta{display:flex;align-items:center;gap:16px;margin-bottom:12px}
.p-column-single__aside-date{font-size:14px;color:#707070}
.p-column-single__aside-label{display:inline-block;font-size:14px;font-weight:bold;padding:4px 12px;border-radius:4px;background:#f5f5f5}
.p-column-single__aside-heading{font-size:18px;font-weight:bold;line-height:1.6}
.p-column-single__aside-nav{margin-top:40px;text-align:center}
.p-column-single__aside-nav-link{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:bold}
.p-column .p-column-single__content a:link,.p-column .p-column-single__content a:visited{color:#3647a0;}
.p-column .p-column-single__content a:hover,.p-column .p-column-single__content a:active{color:#6c8954;}
.p-column .p-column-single__aside a:hover,.p-column .p-column-single__aside a:hover a:active{color:#6c8954;}
.p-column .p-column-single__aside-heading:hover,.p-column .p-column-single__aside-heading:active{color:#6c8954;}
  

