/*!
Theme Name: lpknd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lpknd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lpknd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# etc...
--------------------------------------------------------------*/

/* -----------------------------------------------------------------------
 Fonts
----------------------------------------------------------------------- */
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 900;
	src: url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 900;
	src: url("fonts/Lato-Black.woff2") format("woff2"), url("fonts/Lato-Black.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Yellowtail";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Yellowtail-Regular.woff2") format("woff2"), url("fonts/Yellowtail-Regular.woff") format("woff");
	font-display: swap;
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
/* body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

/* button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
} */

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* -----------------------------------------------------------------------
 初期設定
----------------------------------------------------------------------- */
:root {
	--main-theme-color: #FF8C00;
	--sub-theme-color1: #E95504;
	--sub-theme-color2: #DC143C;
	--theme-accent-color: #00A0DD;
	--theme-accent-color2: #228B22;
	--main-text-color: #000;
	--sub-text-color: #FFD376;
	--theme-bg-color: #F2F5F9;
	--theme-bg-color2: #FFA73B;
	--theme-bdr-color: #D9D9D9;
	--link-text-color: #DC143C;
	--theme-en-font: 'Lato';
	--theme-en-decofont: 'Yellowtail';
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%; 
}
body {
	background-color: #fff;
	line-height: 1.5;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","HiraKakuProN-W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	word-break: break-word;
	color: var(--main-text-color);
}
html, body, h1, h2, h3, h4, h5, h6, p, figure, dl, dt, dd, ul, li, ol {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul, ol {
	list-style: none;
}
em {
	font-style: normal;
}
header, footer, main, nav, article, aside, section, div, p {
	display: block;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	/* -webkit-backface-visibility: hidden; */
	border: none;
}
a {
	transition: opacity .3s ease;
	text-decoration: none;
	color: var(--link-text-color);
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 4.1026vw; /* 16px at 390px width */
	}
}
@media screen and (min-width: 768px), print {
	body {
		overflow-x: hidden;
		font-size: 1.8rem;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	a:hover {
		opacity: .7;
	}
}



/* -----------------------------------------------------------------------
 基本設定
----------------------------------------------------------------------- */
.inner {
	max-width: 960px;
	width: 89.7436%;
	margin: auto;
}
.flx {
	display: flex;
}
.em {
	background: linear-gradient(transparent 68%, #FF9191 0%);
}
@media (max-width: 767px) {
	.only-pc {
		display: none !important;
	}
	.sec {
		padding: 2.5em 0;
	}
}
@media (min-width: 768px) {
	.only-sp {
		display: none !important;
	}
	.flxpc {
		display: flex;
	}
	.sec {
		padding: 5em 0;
	}
}
.btn {
	position: relative;
	display: block;
	padding: 1.125em 2em 1.125em 1em;
	background-color: var(--sub-theme-color2);
	box-sizing: border-box;
	line-height: 1.25;
	font-weight: bold;
	color: #fff;
	transition: background-color .3s ease;
}
.btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	display: block;
	width: 1.286em;
	height: 1.286em;
	margin: auto;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99996 13.3333C9.74996 13.3333 9.58329 13.3333 9.41663 13.0833L4.41663 8.08332C4.08329 7.74999 4.08329 7.24999 4.41663 6.91666C4.74996 6.58332 5.24996 6.58332 5.58329 6.91666L9.99996 11.3333L14.4166 6.91666C14.75 6.58332 15.25 6.58332 15.5833 6.91666C15.9166 7.24999 15.9166 7.74999 15.5833 8.08332L10.5833 13.0833C10.4166 13.25 10.1666 13.3333 9.99996 13.3333Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
	transition: transform .3s ease;
}
.btn-line {
	background-color: #00B900;
}
.btn-line::after {
	transform: rotate(-90deg);
}
.bg {
	background-color: var(--theme-bg-color);
}
.bg2 {
	background-color: var(--theme-bg-color2);
}
.ttl-sec {
	margin-bottom: 1em;
	font-weight: 900;
}
.ttl-sec::after {
	font-family: var(--theme-en-decofont);
	font-weight: normal;
	color: #FFD376;
}
@media (max-width: 767px) {
	.btn {
		border-radius: 1.2821vw;
		font-size: 3.5897vw;
	}
	.btn-entry,
	.btn-line {
		width: 61.53846vw;
		font-size: 4.61538vw;
	}
	.ttl-sec {
		line-height: 1.2;
		font-size: 8.46154vw;
	}
	.ttl-sec::after {
		display: block;
		font-size: 3.58974vw;
	}
}
@media (min-width: 768px) {
	.btn {
		border-radius: 5px;
	}
	.btn::after {
		width: 18px;
		height: 18px;
	}
	.btn:hover {
		opacity: 1;
		background-color: var(--sub-theme-color1);
		cursor: pointer;
	}
	.btn-line:hover {
		background-color: var(--theme-accent-color);
	}
	.btn-entry,
	.btn-line {
		max-width: 240px;
		width: 80%;
	}
	.ttl-sec {
		font-size: 42px;
	}
	.ttl-sec::after {
		position: relative;
		top: -.5em;
		display: inline-block;
		margin-left: 2em;
		font-size: 21px;
	}
}


/* -----------------------------------------------------------------------
 header
----------------------------------------------------------------------- */
.flx-header {
	align-items: center;
	justify-content: space-between;
}
.site-branding a {
	display: block;
}
.flx-header-lang li {
	border-left: solid 1px #fff;
}
.flx-header-lang a {
	display: block;
	background-color: #eee;
	text-align: center;
	color: var(--main-text-color);
}
.flx-header-lang a.is-active {
	background-color: var(--sub-theme-color1);
	color: #fff;
}
@media (max-width: 767px) {
	.inner-header {
		width: 100%;
	}
	.flx-header {
		height: 15.38462vw;
	}
	.site-branding {
		width: 68vw;
	}
	.site-branding a {
		padding-left: 5.12821vw;
	}
	.logo-header {
		width: 51.28205vw;
	}
	.flx-header-lang a {
		padding: 5vw 0;
		width: 10.25641vw;
		font-size: 3.58974vw;
	}
}
@media (min-width: 768px) {
	.flx-header {
		height: 80px;
	}
	.logo-header {
		width: 300px;
	}
	.flx-header-lang a {
		padding: 28px 1em;
		width: 60px;
		font-size: 16px;
	}
}

/* -----------------------------------------------------------------------
 footer
----------------------------------------------------------------------- */
.footer {
	border-top: solid 1px #333;
}
.flx-footer {
	align-items: center;
	justify-content: center;
}
.col-footer-business {
	background-color: var(--theme-bg-color);
}
.logo-footer {
	margin-bottom: 1.5em;
}
.footer-link {
	margin-top: 1em;
}
.footer-link a {
	color: var(--main-text-color);
}
.footer-link a::before {
	content: "";
	display: inline-block;
	margin-right: .25em;
	width: 1em;
	height: 1em;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99996 13.3333C9.74996 13.3333 9.58329 13.3333 9.41663 13.0833L4.41663 8.08332C4.08329 7.74999 4.08329 7.24999 4.41663 6.91666C4.74996 6.58332 5.24996 6.58332 5.58329 6.91666L9.99996 11.3333L14.4166 6.91666C14.75 6.58332 15.25 6.58332 15.5833 6.91666C15.9166 7.24999 15.9166 7.74999 15.5833 8.08332L10.5833 13.0833C10.4166 13.25 10.1666 13.3333 9.99996 13.3333Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
	transform: rotate(-90deg);
	vertical-align: middle;
}
.footer-business-ttl {
	display: inline-block;
	padding: .1em 1em;
	margin-right: 1em;
	background-color: var(--main-theme-color);
	border-radius: 1.5em;
	font-weight: 700;
	color: #fff;
}
.footerr-business-list {
	list-style: disc;
}
.footerr-business-list li {
	margin-top: .5em;
	margin-left: 2em;
}
.copyright {
	position: relative;
	padding: 1em;
	background-color: #333;
	color: #fff;
	z-index: 1;
}

@media (max-width: 767px) {
	.inner-footer {
		width: 79.5%;
	}
	.flx-footer {
		flex-wrap: wrap;
	}
	.col-footer-company,
	.col-footer-business {
		width: 100%;
		padding: 2em 0;
	}
	.col-footer-business {
		position: relative;
	}
	.col-footer-business::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		margin-left: calc(50% - 50vw);
		background-color: var(--theme-bg-color);
		z-index: -1;
	}
	.logo-footer {
		width: 76.92308vw;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-address {
		font-size: 3.58974vw;
	}
	.footer-link {
		font-size: 4.10256vw;
	}
	.col-footer-business-ttl {
		font-size: 3.58974vw;
	}
	.footerr-business-list {
		font-size: 4.10256vw;
	}
	.copyright small {
		font-size: 3.58974vw;
	}
}
@media (min-width: 768px) {
	.footer {
		position: relative;
	}
	.footer::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 50%;
		height: 100%;
		background-color: var(--theme-bg-color);
		z-index: -1;
	}
	.col-footer-company,
	.col-footer-business {
		width: 50%;
		padding: 2em 0;
	}
	.col-footer-business {
		padding-left: 40px;
	}
	.logo-footer {
		width: 300px;
	}
	.footer-address {
		font-size: 14px;
	}
	.footer-link {
		font-size: 16px;
	}
	.col-footer-business-ttl {
		font-size: 14px;
	}
	.footerr-business-list {
		font-size: 16px;
	}
	.copyright {
		text-align: center;
	}
	.copyright small {
		font-size: 14px;
	}
}


/* -----------------------------------------------------------------------
 TOP page
----------------------------------------------------------------------- */
.home p {
	line-height: 1.6;
}

/* -----------------------------------------------------------------------
 showcase
----------------------------------------------------------------------- */
.showcase {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/mv_bg01.webp);
	background-color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.showcase-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #ffffff;
}
.showcase-ttl {
	font-weight: 900;
	margin-bottom: .5em;
	line-height: 1.3;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.showcase-txt {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.flx-showcase {
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.25em;
	margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
	.showcase {
		height: 153.84615vw;
		background-size: auto 100%;
	}
	.showcase-ttl {
		font-size: 10.76923vw;
	}
	.showcase-txt {
		font-size: 3.58974vw;
	}
}

@media screen and (min-width: 768px) {
	.showcase {
		height: 500px;
		background-size: cover;
	}
	.showcase-ttl {
		margin-top: 36px;
		margin-bottom: 16px;
		font-size: 45px;
	}
	.showcase-txt {
		margin: 0 auto;
	}
}


/* -----------------------------------------------------------------------
 sec-about
----------------------------------------------------------------------- */
.sec-about {
	background-image: url(img/bg_about.webp);
	background-repeat: no-repeat;
}
.flx-about {
	align-items: flex-start;
	gap: 3em;
	margin-bottom: 3em;
}
.about-logo {
	flex-shrink: 0;
}
.about-content {
	flex: 1;
}
.about-ttl {
	margin-bottom: 1em;
	font-weight: 900;
}
.about-txt {
	margin-bottom: 1em;
}
.about-txt:last-child {
	margin-bottom: 0;
}
.employer-area {
	position: relative;
	padding: 4em 2em 2em;
	background-color: #fff;
	border: 1px solid var(--main-theme-color);
}
.employer-ttl {
	position: absolute;
	top: 0;
	left: 0;
	padding: .3em 1em;
	background-color: var(--main-theme-color);
	font-weight: 900;
	color: #fff;
	display: inline-block;
}
.flx-employer-logos {
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.employer-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.employer-logo-item img {
	object-fit: contain;
}

@media (max-width: 767px) {
	.sec-about {
		background-position: 9vw 32%;
		background-size: 102.5641vw auto;
	}
	.flx-about {
		flex-direction: column;
		gap: 2em;
	}
	.about-logo {
		width: 100%;
		text-align: center;
	}
	.about-logo img {
		width: 46.15385vw;
		max-width: 180px;
		margin: 0 auto;
	}
	.about-ttl {
		font-size: 5.38462vw;
	}
	.about-txt {
		font-size: 3.58974vw;
	}
	.employer-area {
		padding: 3em 1em 2em;
	}
	.employer-ttl {
		font-size: 3.58974vw;
	}
	.flx-employer-logos {
		column-gap: 2%;
		row-gap: 2em;
	}
	.employer-logo-item {
		min-width: 48%;
		min-height: 10.25641vw;
	}
	.employer-logo-item.employer-logo01 {
		order: 1;
	}
	.employer-logo-item.employer-logo02 {
		order: 2;
	}
	.employer-logo-item.employer-logo03 {
		order: 3;
	}
	.employer-logo-item.employer-logo04 {
		order: 4;
	}
	.employer-logo-item.employer-logo05 {
		order: 5;
	}
	.employer-logo-item.employer-logo07 {
		order: 7;
	}
	.employer-logo-item.employer-logo08 {
		order: 9;
		width: 64%;
	}
	.employer-logo-item.employer-logo10 {
		order: 6;
	}
	.employer-logo-item.employer-logo12 {
		order: 8;
	}
	.employer-logo-item.employer-logo15 {
		order: 10;
		min-width: 32%;
	}
}

@media (min-width: 768px) {
	.sec-about {
		background-position: calc(50% + 10em) 5em;
		background-size: 750px auto;
	}
	.flx-about {
		align-items: center;
	}
	.about-logo img {
		width: 180px;
	}
	.employer-area {
		padding: 4em 1.5em 2em;
	}
	.about-ttl {
		font-size: 24px;
	}
	.employer-ttl {
		font-size: 16px;
	}
	.flx-employer-logos {
		column-gap: 4%;
		row-gap: 1.8em;
	}
	.employer-logo-item {
		min-width: 15%;
		min-height: 60px;
	}
}
/* -----------------------------------------------------------------------
 sec-jobinfo
----------------------------------------------------------------------- */
.sec-jobinfo {
	background: linear-gradient(135deg, var(--main-theme-color) 0%, var(--theme-bg-color2) 100%);
}
.sec-jobinfo .ttl-sec {
	color: #fff;
}
.sec-jobinfo .ttl-sec::after {
	content: "Carefully selected job information";
}
.jobinfo-list {
	display: flex;
	flex-direction: column;
	gap: 2em;
}
.jobinfo-item {
	position: relative;
	padding: 2em;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.jobinfo-badge {
	position: absolute;
	top: 0;
	left: 0;
	padding: .1em .5em;
	background-color: var(--theme-accent-color2);
	color: #fff;
}
.flx-jobinfo {
	align-items: flex-start;
	gap: 2em;
	margin-bottom: 1.5em;
}
.jobinfo-content {
	flex: 1;
}
.jobinfo-image {
	flex-shrink: 0;
}
.jobinfo-ttl {
	margin-bottom: .5em;
	font-weight: 900;
}
.jobinfo-meta {
	gap: 1em;
	background-color: var(--theme-accent-color);
	border-radius: 1.5em;
	font-weight: 900;
	color: #fff;
}
.jobinfo-location,
.jobinfo-salary {
	display: inline-flex;
	align-items: center;
}
.jobinfo-location::before,
.jobinfo-salary::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: .3em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}
.jobinfo-location::before {
	background-image: url("img/icon_jobinfo_map.svg");
}
.jobinfo-salary::before {
	background-image: url("img/icon_jobinfo_yen.svg");
}
.jobinfo-detail {
	border-top: 1px solid var(--theme-bdr-color);
	border-left: 1px solid var(--theme-bdr-color);
	border-right: 1px solid var(--theme-bdr-color);
	overflow: hidden;
}
.jobinfo-detail-row {
	display: flex;
	border-bottom: 1px solid var(--theme-bdr-color);
}
.jobinfo-detail-row dt,
.jobinfo-detail-row dd {
	padding: .5em 1em;
}
.jobinfo-detail-row dt {
	flex-shrink: 0;
	font-weight: normal;
	position: relative;
	background-color: #F2F2F2;
}
.jobinfo-detail-row dt::before {
	content: "";
	/* position: absolute;
	left: 0;
	top: .4em; */
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	margin-right: .5em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.jobinfo-detail-row dt.jobinfo01::before {
	background-image: url(img/icon_jobinfo01.svg);
}
.jobinfo-detail-row dt.jobinfo02::before {
	background-image: url(img/icon_jobinfo02.svg);
}
.jobinfo-detail-row dt.jobinfo03::before {
	background-image: url(img/icon_jobinfo03.svg);
}
.jobinfo-detail-row dt.jobinfo04::before {
	background-image: url(img/icon_jobinfo04.svg);
}
.jobinfo-detail-row dt.jobinfo05::before {
	background-image: url(img/icon_jobinfo05.svg);
}
.jobinfo-detail-row dt.jobinfo06::before {
	background-image: url(img/icon_jobinfo06.svg);
}
.jobinfo-detail-row dt span {
	display: inline;
	vertical-align: middle;
}
.jobinfo-detail-row dd {
	flex: 1;
	padding-left: 1em;
}
.btn-jobinfo {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.btn-jobinfo::after {
	right: inherit;
	left: calc(50% + 3em);
}

@media (max-width: 767px) {
	.jobinfo-item {
		padding: 1.625em 1.25em 1.25em;
	}
	.jobinfo-badge {
		font-size: 3.07692vw;
	}
	.flx-jobinfo {
		position: relative;
		flex-direction: column;
		gap: 1.25em;
	}
	.jobinfo-image {
		position: absolute;
		top: 0;
		right: 0;
		width: 25.64103vw;
	}
	.jobinfo-image img {
		width: 100%;
	}
	.jobinfo-ttl {
		font-size: 5.38462vw;
	}
	.jobinfo-meta {
		flex-wrap: wrap;
		gap: 0;
		padding: .2em;
		max-width: 50.25641vw;
		margin-bottom: 1.25em;
		border-radius: .5em;
	}
	.jobinfo-location,
	.jobinfo-salary {
		width: 100%;
		padding: .1em .8em;
		font-size: 3.33333vw;
	}
	.jobinfo-detail {
		border-radius: 1.28205vw;
	}
	.jobinfo-detail-row {
		flex-direction: column;
		gap: .3em;
		padding: 0;
	}
	.jobinfo-detail-row dt,
	.jobinfo-detail-row dd {
		font-size: 3.07692vw;
	}
	.jobinfo-detail-row dt {
		border-bottom: 1px solid var(--theme-bdr-color);
	}
	.jobinfo-detail-row dt::before {
		width: 3.58974vw;
		height: 3.58974vw;
	}
	.btn-jobinfo {
		padding-right: 2.5em;
		font-size: 4.61538vw;
	}
}
@media (min-width: 768px) {
	.jobinfo-item {
		padding: 30px;
	}
	.jobinfo-badge {
		font-size: 14px;
	}
	.jobinfo-image {
		width: 180px;
	}
	.jobinfo-image img {
		width: 100%;
	}
	.jobinfo-ttl {
		font-size: 30px;
	}
	.jobinfo-meta {
		padding: 0 .5em;
		margin-bottom: 1.5em;
		width: fit-content;
	}
	.jobinfo-location,
	.jobinfo-salary {
		padding: .2em .8em;
		font-size: 15px;
	}
	.jobinfo-location::before,
	.jobinfo-salary::before {
		width: 18px;
		height: 18px;
	}
	.jobinfo-detail {
		border-radius: 5px;
	}
	.jobinfo-detail-row dt::before {
		width: 16px;
		height: 16px;
	}
	.jobinfo-detail-row dt,
	.jobinfo-detail-row dd {
		font-size: 14px;
	}
	.jobinfo-detail-row dt {
		width: 120px;
		padding-left: 1.5em;
		border-right: 1px solid var(--theme-bdr-color);
	}
	/* .btn-jobinfo:hover {
		opacity: 1;
		background-color: var(--main-theme-color);
	} */
}

/* -----------------------------------------------------------------------
 sec-reason
----------------------------------------------------------------------- */
.sec-reason {
	background-color: var(--theme-bg-color);
}
.sec-reason .ttl-sec::after {
	content: "Reason";
}
.reason-list {
	display: grid;
	gap: 2em;
}
.reason-item {
	padding: 2em;
	background-color: #fff;
	border-radius: 8px;
}
.reason-icon {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5em;
	background-color: #E2FAED;
	overflow: hidden;
}
.reason-icon::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	border-radius: 50%;
	background-color: #F3FFF8;
}
.reason-icon img {
	position: relative;
	z-index: 1;
}
.reason-ttl {
	margin-bottom: .8em;
	font-size: 1.3em;
	font-weight: 900;
	text-align: center;
	color: var(--main-text-color);
}
.reason-txt {
	color: #333;
}

@media (max-width: 767px) {
	.reason-list {
		gap: 1.5em;
	}
	.reason-item {
		padding: 1.25em;
		border-radius: 2.5641vw;
	}
	.reason-icon {
		height: 120px;
		margin-bottom: 1em;
		border-radius: 2.5641vw 2.5641vw 0 0;
	}
	.reason-icon::before {
		width: 48.71795vw;
		height: 48.71795vw;
	}
	.reason-icon img {
		width: 15.12821vw;
		height: 15.12821vw;
	}
	.reason-ttl {
		font-size: 5.38462vw;
	}
	.reason-txt {
		font-size: 3.58974vw;
	}
}
@media (min-width: 768px) {
	.reason-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 2em;
	}
	.reason-item {
		padding: 20px;
		border-radius: 10px;
	}
	.reason-icon {
		height: 155px;
		border-radius: 10px 10px 0 0;
	}
	.reason-icon::before {
		width: 260px;
		height: 260px;
	}
	.reason-icon img {
		width: 80px;
		height: 80px;
	}
	.reason-ttl {
		font-size: 24px;
	}
	.reason-txt {
		font-size: 16px;
	}
}

/* -----------------------------------------------------------------------
 sec-flow
----------------------------------------------------------------------- */
.sec-flow {
	background-color: #fff;
}
.sec-flow .ttl-sec::after {
	content: "Flow";
}
.flow-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.flow-item {
	position: relative;
	display: flex;
	gap: 2em;
	background-color: var(--theme-bg-color);
	border: 3px solid var(--theme-bg-color);
	border-radius: 8px;
}
.flow-item:not(:last-child)::after {
	content: "";
	position: absolute;
	display: block;
	width: 1em;
	height: 1em;
	clip-path: polygon(100% 50%, 50% 100%, 0 50%);;
	background-color: var(--sub-theme-color2);
}
.flow-header {
	position: relative;
	background-color: #fff;
	text-align: center;
}
.flow-number {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-theme-color);
	border-radius: 50%;
	font-family: var(--theme-en-font);
	font-weight: 900;
	color: #fff;
	flex-shrink: 0;
}
.flow-ttl {
	font-weight: 900;
}
.flow-content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5em;
	padding: 1em;
}
.flow-txt {
	flex: 1;
}
.flow-txt strong {
	color: var(--sub-theme-color2);
	font-weight: 900;
}
.btn-flow {
	flex-shrink: 0;
	padding: 1em;
}
.btn-flow::after {
	right: .75em;
}
@media (max-width: 767px) {
	.flow-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		border-radius: 2.5641vw;
		border-width: .76923vw;
	}
	.flow-item:not(:last-child) {
		margin-bottom: 3em;
	}
	.flow-item:not(:last-child)::after {
		left: 0;
		right: 0;
		bottom: -9.2vw;
		width: 9.23077vw;
		height: 9.23077vw;
		margin: auto;
	}
	.flow-header {
		width: 100%;
		padding: 1.2em;
	}
	.flow-number {
		top: -5.125vw;
		right: 1em;
		width: 10.25641vw;
		height: 10.25641vw;
		font-size: 4.61538vw;
	}
	.flow-ttl {
		font-size: 5.38462vw;
	}
	.flow-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 1em;
		width: 100%;
		padding: 1.75em 1em;
	}
	.flow-txt {
		font-size: 3.58974vw;
	}
	.btn-flow {
		width: 30vw;
		margin: auto;
		font-size: 3.58974vw;
	}
}
@media (min-width: 768px) {
	.flow-item {
		align-items: stretch;
		border-radius: 10px;
	}
	.flow-item:not(:last-child) {
		margin-bottom: 2em;
	}
	.flow-item:not(:last-child)::after {
		left: 121px;
		bottom: -1.5em;
		width: 25px;
		height: 25px;
	}
	.flow-header {
		width: 262px;
		padding: 1.1112em;
	}
	.flow-number {
		top: 0;
		bottom: 0;
		left: -20px;
		margin: auto;
		width: 40px;
		height: 40px;
	}
	.flow-ttl {
		font-size: 24px;
	}
	.flow-content {
		padding: 1em;
	}
	.flow-txt {
		font-size: 16px;
	}
	.btn-flow {
		width: 117px;
		font-size: 14px;
	}
	/* .btn-flow:hover {
		opacity: 1;
		background-color: var(--main-theme-color);
	} */
}

/* -----------------------------------------------------------------------
 sec-support
----------------------------------------------------------------------- */
.sec-support {
	background-color: var(--theme-bg-color);
}
.sec-support .ttl-sec::after {
	content: "Support";
}
.support-list {
	display: grid;
	gap: 2em;
}
.support-item {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.support-ttl {
	position: relative;
	margin-bottom: .75em;
	font-weight: 900;
	color: var(--main-text-color);
	z-index: 1;
}
.support-icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E2FAED;
	border-radius: 50%;
	z-index: 0;
}
.support-icon img {
	width: 70px;
	height: 70px;
}
.support-content li {
	position: relative;
	padding-left: 1.8em;
	margin-bottom: .5em;
}
.support-content li:last-child {
	margin-bottom: 0;
}
.support-content li::before {
	content: "";
	position: absolute;
	left: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.1 13.05'%3E%3Cdefs%3E%3CclipPath id='clip'%3E%3Crect x='.05' y='.05' width='18' height='13' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip)'%3E%3Cpath d='M6.79,13.05c-.56,0-1.18-.2-1.6-.6L.68,8.09c-.9-.87-.9-2.21,0-3.08.9-.87,2.29-.87,3.2,0l2.92,2.81L14.23.65c.9-.87,2.29-.87,3.2,0,.9.87.9,2.21,0,3.08l-8.97,8.64c-.42.4-1.04.6-1.6.6l-.07.07Z' fill='%23ff8c00'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}
@media (max-width: 767px) {
	.support-list {
		gap: 1.5em;
	}
	.support-item {
		padding: 5.12821vw 7.69231vw;
		border-radius: 2.5641vw;
	}
	.support-ttl {
		font-size: 5.64103vw;
	}
	.support-icon {
		top: -7.69231vw;
		right: -7.69231vw;
		width: 43.58974vw;
		height: 43.58974vw;
	}
	.support-icon img {
		width: 15.38462vw;
		height: 15.38462vw;
	}
	.support-content li {
		font-size: 3.58974vw;
		margin-bottom: .8em;
	}
	.support-content li::before {
		top: .2em;
		width: 4.61538vw;
		height: 4.61538vw;
	}
}
@media (min-width: 768px) {
	.support-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 2em;
	}
	.support-item {
		padding: 20px 30px 30px;
		border-radius: 10px;
	}
	.support-ttl {
		font-size: 24px;
	}
	.support-icon {
		top: -30px;
		right: -30px;
		width: 170px;
		height: 170px;
	}
	.support-icon img {
		width: 60px;
		height: 60px;
	}
	.support-content {
		padding: 0;
	}
	.support-content li {
		font-size: 16px;
	}
	.support-content li::before {
		top: .4em;
		width: 1em;
		height: 1em;
	}
}

/* -----------------------------------------------------------------------
 sec-case
----------------------------------------------------------------------- */
.sec-case {
	background-color: #fff;
}
.sec-case .ttl-sec::after {
	content: "Case study";
}
.case-list {
	display: grid;
	gap: 2em;
}
.case-item {
	background-color: var(--main-theme-color);
	overflow: hidden;
}
.case-header {
	padding: 1.5em 2em;
	background-color: var(--sub-theme-color1);
}
.case-ttl {
	font-weight: bold;
	color: #fff;
}
.case-compare {
	display: flex;
	align-items: stretch;
	padding: 0 1px;
	background-color: var(--main-theme-color);
}
.case-before,
.case-after {
	position: relative;
	padding: 1em;
}
.case-before {
	width: 38%;
	background-color: #fff;
}
.case-after {
	width: 62%;
	background-color: #D3F3FF;
	color: var(--theme-accent-color);
}
.case-label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: .1em .5em;
	color: #fff;
	font-weight: bold;
}
.case-label-before {
	background-color: #000;
}
.case-label-after {
	background-color: var(--theme-accent-color);
}
.case-salary {
	font-weight: bold;
}
.case-up {
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
	background-color: var(--sub-theme-color2);
	text-align: center;
	color: #fff;
}
.case-up-amount {
	padding: 0 .2em;
	line-height: 1.2;
}
.case-up-amount b,
.case-up-text {
	font-weight: bold;
}
.case-body {
	background-color: var(--main-theme-color);
	padding: 2em;
}
.case-comment {
	position: relative;
	background-color: #fff;
	margin-bottom: 2em;
}
.case-comment::before {
	content: "";
	position: absolute;
	bottom: -1.45em;
	left: 1.7em;
	width: 1.6em;
	height: 1.5em;
	background-color: #fff;
	clip-path: polygon(100% 0, 50% 100%, 0 0);
}
.case-comment p {
	margin: 0;
}
.case-profile {
	display: flex;
	align-items: center;
	gap: 1em;
	color: #fff;
}
.case-photo {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid var(--sub-theme-color1);
	box-sizing: content-box;
}
.case-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-info {
	flex: 1;
}
.case-name {
	font-weight: bold;
}
@media (max-width: 767px) {
	.case-list {
		gap: 1.5em;
	}
	.case-item {
		border-radius: 2.5641vw;
	}
	.case-header {
		padding: .875em 1.25em;
	}
	.case-ttl {
		font-size: 4.61538vw;
	}
	.case-before,
	.case-after {
		padding: 1.5em 1em 1em;
	}
	.case-after {
		padding-right: 17vw;
	}
	.case-label {
		font-size: 2.56410vw;
	}
	.case-company {
		font-size: 3.07692vw;
	}
	.case-before .case-salary {
		font-size: 3.58974vw;
	}
	.case-before .case-salary b {
		font-size: 4.61538vw;
	}
	.case-after .case-salary {
		font-size: 4.10256vw;
	}
	.case-after .case-salary b {
		font-size: 5.38462vw;
	}
	.case-up {
		right: .5em;
		width: 14.10256vw;
		height: 14.10256vw;
		border-radius: 1.28205vw;
	}
	.case-up-amount,
	.case-up-text {
		font-size: 2.56410vw;
	}
	.case-up-amount b {
		font-size: 4.10256vw;
	}
	.case-body {
		padding: 5.12821vw;
	}
	.case-comment {
		padding: 1em;
		border-radius: 2.5641vw;
		font-size: 3.58974vw;
	}
	.case-photo {
		width: 15.38462vw;
		height: 15.38462vw;
		border-width: 1.79487vw;
	}
	.case-name {
		font-size: 4.61538vw;
	}
	.case-detail,
	.case-job {
		font-size: 3.58974vw;
	}
}
@media (min-width: 768px) {
	.case-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.case-item {
		border-radius: 10px;
	}
	.case-header {
		padding: 20px 30px;
	}
	.case-ttl {
		font-size: 21px;
	}
	.case-before,
	.case-after {
		padding: 1.5em 1em 1em;
	}
	.case-after {
		padding-right: 90px;
	}
	.case-label {
		font-size: 11px;
	}
	.case-company {
		font-size: 14px;
	}
	.case-before .case-salary {
		font-size: 16px;
	}
	.case-before .case-salary b {
		font-size: 21px;
	}
	.case-after .case-salary {
		font-size: 19px;
	}
	.case-after .case-salary b {
		font-size: 27px;
	}
	.case-up {
		top: 1em;
		bottom: inherit;
		width: 70px;
		height: 70px;
		border-radius: 5px;
	}
	.case-up-amount,
	.case-up-text {
		font-size: 12px;
	}
	.case-up-amount b {
		font-size: 18px;
	}
	.case-body {
		padding: 20px;
	}
	.case-comment {
		padding: 24px 28px;
		border-radius: 10px;
		font-size: 16px;
	}
	.case-comment::before {
		bottom: -18px;
		width: 22px;
		height: 20px;
	}
	.case-photo {
		width: 70px;
		height: 70px;
		border-width: 8px;
	}
	.case-detail,
	.case-job {
		font-size: 16px;
	}
}

/* -----------------------------------------------------------------------
 sec-faq
----------------------------------------------------------------------- */
.sec-faq {
	background-color: var(--theme-bg-color);
}
.sec-faq .ttl-sec::after {
	content: "FAQ";
}
.faq-list {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.faq-item {
	background-color: #fff;
	overflow: hidden;
}
.faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1em;
	padding: 1.5em;
	background-color: #fff;
	border: none;
	cursor: pointer;
	line-height: 1.6;
	text-align: left;
}
/* .faq-question:hover {
	background-color: #f8f8f8;
} */
.faq-item.is-open .faq-question {
	border-bottom: 1px solid var(--theme-bdr-color);
}
.faq-q-icon {
	flex-shrink: 0;
	line-height: 1;
	font-size: 1.5em;
	font-family: var(--theme-en-font);
	color: var(--theme-accent-color);
}
.faq-q-text {
	flex: 1;
	font-size: 1.05em;
	color: var(--main-text-color);
}
.faq-toggle {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
}
.faq-toggle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99996 13.3333C9.74996 13.3333 9.58329 13.3333 9.41663 13.0833L4.41663 8.08332C4.08329 7.74999 4.08329 7.24999 4.41663 6.91666C4.74996 6.58332 5.24996 6.58332 5.58329 6.91666L9.99996 11.3333L14.4166 6.91666C14.75 6.58332 15.25 6.58332 15.5833 6.91666C15.9166 7.24999 15.9166 7.74999 15.5833 8.08332L10.5833 13.0833C10.4166 13.25 10.1666 13.3333 9.99996 13.3333Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
	/* transition: transform 0.3s ease; */
	transition: transform .3s ease;
}
.faq-toggle::after {
	width: 100%;
	height: 100%;
}
.faq-item.is-open .faq-toggle::after {
	transform: rotate(180deg);
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease;
}
/* .faq-item.is-open .faq-answer {
	max-height: 100px;
} */
.faq-answer-inner {
	display: flex;
	gap: 1em;
	padding: 0 1.5em 1.5em 1.5em;
	background-color: #fff;
}
.faq-a-icon {
	flex-shrink: 0;
	line-height: 1;
	font-size: 1.5em;
	font-family: var(--theme-en-font);
	color: var(--sub-theme-color2);
}
.faq-a-text {
	flex: 1;
	margin: 0;
}

@media (max-width: 767px) {
	.faq-item {
		border-radius: 2.5641vw;
	}
	.faq-question {
		align-items: flex-start;
		padding: 4.61538vw;
		gap: 4.61538vw;
	}
	.faq-q-icon {
		font-size: 5.12821vw;
	}
	.faq-q-text {
		font-size: 3.84615vw;
	}
	.faq-toggle {
		width: 6.41026vw;
		height: 6.41026vw;
	}
	.faq-answer-inner {
		padding: 4.61538vw;
		gap: 4.61538vw;
	}
	.faq-a-icon {
		font-size: 5.12821vw;
	}
	.faq-a-text {
		font-size: 3.58974vw;
	}
}
@media (min-width: 768px) {
	.faq-item {
		border-radius: 10px;
	}
	.faq-question {
		padding: 1.8em 2em;
		padding: 20px;
		gap: 20px;
	}
	.faq-q-icon,
	.faq-a-icon {
		font-size: 30px;
	}
	.faq-q-text {
		font-size: 18px;
	}
	.faq-answer-inner {
		align-items: stretch;
		padding: 0 2em 2em 2em;
		padding: 20px;
	}
}

/* -----------------------------------------------------------------------
 sec-form
----------------------------------------------------------------------- */
.sec-form {
	position: relative;
	background-color: #FFE4C4;
	border-top: .3em solid var(--sub-theme-color2);
}
.sec-form::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 5em;
	height: 2em;
	background: url("data:image/svg+xml,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2077.94%2027%22%3E%3Cpath%20d%3D%22M38.97%2C27L0%2C0h77.94s-38.97%2C27-38.97%2C27Z%22%20style%3D%22fill%3A%23e95504%3B%22%2F%3E%3Cpath%20d%3D%22M38.97%2C15L17.32%2C0h43.3s-21.65%2C15-21.65%2C15Z%22%20style%3D%22fill%3A%23dc143c%3B%22%2F%3E%3C%2Fsvg%3E") no-repeat center top;
	background-size: contain;
}
.sec-form .ttl-sec {
	text-align: center;
	margin-bottom: .5em;
}
.sec-form .ttl-sec::after {
	content: "Application Form";
	display: block;
	margin-top: 1em;
	text-align: center;
	color: var(--main-theme-color);
}
.form-container {
	max-width: 600px;
	margin: 0 auto;
	background-color: #fff;
	padding: 2.5em;
	border-radius: 12px;
}
.form-section {
	margin-bottom: 2.5em;
}
.form-section:last-of-type {
	margin-bottom: 2em;
}
.form-section-ttl {
	padding: .2em 1em;
	margin-bottom: 1.5em;
	background-color: var(--theme-accent-color);
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	border-radius: 4px;
}
.form-group {
	margin-bottom: 1.5em;
}
.form-label {
	display: block;
	margin-bottom: .5em;
	font-weight: bold;
	color: var(--main-text-color);
}
.form-required {
	color: var(--sub-theme-color2);
	font-weight: 900;
}
.form-group .form-input,
.form-select,
.form-textarea {
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	transition: border-color 0.3s ease;
}
.form-textarea {
	line-height: 1.6;
}
.form-group .form-input:focus,
.form-select:focus,
.form-textarea:focus {
	outline: none;
	border-color: var(--theme-accent-color);
}
.form-select {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99996 13.3333C9.74996 13.3333 9.58329 13.3333 9.41663 13.0833L4.41663 8.08332C4.08329 7.74999 4.08329 7.24999 4.41663 6.91666C4.74996 6.58332 5.24996 6.58332 5.58329 6.91666L9.99996 11.3333L14.4166 6.91666C14.75 6.58332 15.25 6.58332 15.5833 6.91666C15.9166 7.24999 15.9166 7.74999 15.5833 8.08332L10.5833 13.0833C10.4166 13.25 10.1666 13.3333 9.99996 13.3333Z' fill='%23666'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .8em center;
	background-size: 1.2em;
	padding-right: 2.5em;
	appearance: none;
	cursor: pointer;
}
.form-textarea {
	resize: vertical;
	height: 10em;
}
.form-radio-group {
	display: flex;
	gap: 2em;
}
.form-radio {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.form-radio input[type="radio"] {
	width: 1.2em;
	height: 1.2em;
	margin-right: .5em;
	cursor: pointer;
}
.form-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: normal;
}
.form-checkbox input[type="checkbox"] {
	width: 1.2em;
	height: 1.2em;
	margin-right: .5em;
	margin-top: .2em;
	flex-shrink: 0;
	cursor: pointer;
}
.form-checkbox a {
	color: var(--sub-theme-color2);
	text-decoration: underline;
}
.form-checkbox .wpcf7-list-item {
	margin-left: 0;
}
.form-submit {
	margin-top: 2em;
}
.form-submit .btn-submit {
	width: 100%;
	max-width: 100%;
	padding: 1.2em;
	background-color: var(--sub-theme-color2);
	border: none;
	text-align: center;
	color: #fff;
}
.form-submit .btn-submit:disabled {
	background-color: #999;
}
.form-group .form-input::placeholder,
.form-textarea::placeholder {
	color: #888;
}
.form-nationality-other {
	display: none;
	margin-top: 1em;
}
.form-pref {
	display: none;
	margin-top: 1em;
}
.form-location-pref {
	flex-wrap: wrap;
	align-items: flex-start;
}
.form-location-pref > * {
	text-align: left;
	font-size: 90%;
}
.wpcf7-turnstile {
    text-align: center;
}
@media (max-width: 767px) {
	.sec-form .ttl-sec::after {
		position: static;
		display: block;
		margin-left: 0;
	}
	.form-container {
		padding: 1em;
		border-radius: 2.5641vw;
	}
	.form-section-ttl {
		font-size: 3.84615vw;
	}
	.form-group {
		padding: 0 3.5vw;
	}
	.form-label,
	.form-group .form-input,
	.form-select,
	.form-textarea {
		border-radius: 1.2821vw;
	}
	.form-radio-group {
		gap: 1.5em;
	}
	.form-submit .btn-submit {
		border-radius: 1.2821vw;
		font-size: 4.61538vw;
	}
	.form-location-pref {
		justify-content: space-between;
	}
	.form-location-pref > * {
		width: 31%;
	}
}

@media (min-width: 768px) {
	.sec-form .ttl-sec::after {
		margin-left: 0;
	}
	.form-container {
		padding: 1.5em;
	}
	.form-section-ttl {
		font-size: 16px;
	}
	.form-label {
		font-size: 15px;
	}
	.form-group {
		font-size: 16px;
	}
	.form-checkbox {
		justify-content: center;
		text-align: center;
	}
	.form-submit .btn-submit {
		cursor: pointer;
		font-size: 18px;
	}
	.form-submit .btn-submit:hover {
		background-color: var(--sub-theme-color1);
	}
	.form-submit .btn-submit:disabled:hover {
		background-color: #999;
	}
	.form-location-pref {
		justify-content: space-between;
	}
	.form-location-pref > * {
		width: 17%;
	}
}

/* -----------------------------------------------------------------------
 sec-cta
----------------------------------------------------------------------- */
.sec-cta {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.sec-cta .inner {
	position: relative;
	z-index: 2;
}
.cta-content {
	text-align: center;
	color: #fff;
}
.cta-ttl {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .25em;
	color: #fff;
}
.cta-tel-link {
	position: relative;
	display: block;
	padding-left: 1.5em;
	color: #fff;
}
.cta-tel-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.1em;
	height: 1.1em;
	background: url(/data/wp-content/themes/lpknd/img/icon_phone.svg) no-repeat center;
	background-size: contain;
}
.cta-tel-number {
	font-weight: bold;
	font-family: var(--theme-en-font);
	letter-spacing: .02em;
}
.cta-tel-time {
	display: block;
	text-align: left;
	font-weight: bold;
}
.flx-cta {
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.sec-cta {
		background-image: url(/data/wp-content/themes/lpknd/img/bg_cta_sp.webp);
		padding: 2.5em 0;
	}
	.cta-ttl {
		font-size: 10vw;
	}
	.cta-txt {
		font-size: 3.58974vw;
	}
	.cta-tel-link {
		padding: .9vw 1vw 2.2vw 10vw;
		width: 61.53846vw;
		box-sizing: border-box;
		background-color: transparent;
		border: 2px solid #fff;
		border-radius: 1.2821vw;
		text-align: left;
		line-height: 1.2;
	}
	.cta-tel-link::before {
		top: 3vw;
		left: 3vw;
	}
	.cta-tel-number {
		font-size: 6.92308vw;
	}
	.cta-tel-time {
		margin-top: 0;
		font-size: 3.07692vw;
	}
	.flx-cta {
		margin-top: 1.5em;
		flex-wrap: wrap;
		flex-direction: column;
		gap: .5em;
	}
}
@media (min-width: 768px) {
	.sec-cta {
		background-image: url(/data/wp-content/themes/lpknd/img/bg_cta_pc.webp);
		padding: 5em 0;
	}
	.sec-cta .inner {
		width: 96%;
	}
	.cta-ttl {
		margin-bottom: .5em;
		font-size: 42px;
	}
	.flx-cta {
		margin-top: 2em;
		gap: min(30px, 2.2vw);
	}
	.cta-tel-link::before {
		top: 12px;
	}
	.cta-tel-icon img {
		width: 1em;
	}
	.cta-tel-number {
		font-size: 28px;
	}
	.cta-tel-time {
		font-size: 12px;
	}
	.flx-cta .btn-entry, 
	.flx-cta .btn-line {
		width: 30%;
	}
	.flx-cta .btn-entry:hover {
		background-color: #c91515;
	}
}


/* 投稿・固定ページ（ホームページ以外） */
.wp-singular:not(.home) h1 {
	margin-bottom: 1em;
}
.wp-singular:not(.home) h2 {
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.wp-singular:not(.home) .inner-main {
		padding: 2.5em 0;
	}
}
@media (min-width: 768px) {
	.wp-singular:not(.home) .inner-main {
		padding: 5em 0;
	}
}



/* vi ベトナム語対応 ------------------------------------- */
.vi .support-ttl {
	width: 80%;
}
.vi .case-before {
	width: 41%;
}
.vi .case-after {
	width: 59%;
}
.vi .form-location-pref > * {
	font-size: 80%;
}
@media (max-width: 767px) {
	.vi .btn-entry,
	.vi .btn-line {
		width: 90%;
	}
	.vi .showcase-ttl {
		font-size: 9.8vw;
	}
	.vi .employer-area {
		padding-top: 4.5em;
	}
	.vi .jobinfo-ttl {
		padding-right: 27vw;
		min-height: 19vw;
	}
	.vi .jobinfo-meta {
		max-width: inherit;
	}
	.vi .btn-flow {
		width: 74%;
		text-align: center;
	}
	.vi .support-ttl {
		min-height: 14vw;
	}
	.vi .case-before {
		padding-right: .5em;
		padding-left: .5em;
	}
	.vi .case-after {
		padding-left: .5em;
	}
	.vi .cta-tel {
		width: 90%;
	}
	.vi .cta-tel-link {
		width: 100%;
		padding-left: 6vw;
		text-align: center;
	}
	.vi .cta-tel-link::before {
		left: 12vw;
	}
	.vi .cta-tel-time {
		text-align: center;
	}
	.vi .form-group {
		padding: 0 1.5vw;
	}
	.vi .inner-footer {
		width: 87.5%;
	}
	.vi .footer-business-ttl {
		margin-right: .5em;
	}
	.vi .footer-business-notes {
		font-size: 2.8vw;
	}
}
@media (min-width: 768px) {
	.vi .btn-entry,
	.vi .btn-line {
		max-width: 300px;
	}
	.vi .jobinfo-detail-row dt {
		width: 30%;
	}
	.vi .flow-content {
		flex-wrap: wrap;
	}
	.vi .btn-flow {
		width: 185px;
	}
	.vi .flow-txt {
		min-width: 50%;
	}
	.vi .support-ttl {
		min-height: 2.4em;
	}
	.vi .case-before {
		padding-right: .5em;
	}
}

/* my-MM ミャンマー語対応 ------------------------------------- */
body.my-MM {
	line-height: 1.8;
}
.my-MM.home p {
	line-height: 1.8;
}
.my-MM .showcase-ttl {
	line-height: 1.6;
}
.my-MM .support-ttl {
	width: 80%;
}
.my-MM .case-up {
	position: static;
	flex-direction: row;
	width: 74%;
	margin-top: 1em;
}
.my-MM .case-before {
	width: 44%;
}
.my-MM .case-after {
	width: 56%;
}
.my-MM .form-location-pref > * {
	font-size: 80%;
}
@media (max-width: 767px) {
	.my-MM .btn-entry,
	.my-MM .btn-line {
		width: 96%;
	}
	.my-MM .showcase-ttl {
		font-size: 7vw;
	}
	.my-MM .ttl-sec {
		line-height: 1.6;
	}
	.my-MM .ttl-sec::after {
		margin-top: .5em;
	}
	.my-MM .employer-area {
		padding-top: 5em;
	}
	.my-MM .jobinfo-ttl {
		padding-right: 27vw;
	}
	.my-MM .jobinfo-meta {
		max-width: inherit;
	}
	.my-MM .btn-flow {
		width: 80%;
		text-align: center;
	}
	.my-MM .cta-tel {
		width: 96%;
	}
	.my-MM .cta-tel-link {
		width: 100%;
		padding-left: 6vw;
		text-align: center;
	}
	.my-MM .cta-tel-link::before {
		left: 15vw;
		width: 1.2em;
		height: 1.2em;
	}
	.my-MM .cta-tel-time {
		text-align: center;
	}
	.my-MM .form-section-ttl {
		padding-left: .5em;
		padding-right: .5em;
	}
	.my-MM .form-group {
		padding: 0 1.5vw;
	}
	.my-MM .inner-footer {
		width: 82%;
	}
	.my-MM .footer-business-ttl {
		margin-right: .5em;
	}
	.my-MM .footer-business-notes {
		font-size: 2.8vw;
	}
}
@media (min-width: 768px) {
	.my-MM .showcase {
		height: auto;
		min-height: 500px;
		padding-bottom: 1em;
	}
	.my-MM .btn-entry,
	.my-MM .btn-line {
		max-width: 350px;
		line-height: 1.6;
	}
	.my-MM .jobinfo-detail-row dt {
		width: 30%;
	}
	.my-MM .jobinfo-meta {
		flex-wrap: wrap;
		gap: 0;
		padding: .5em;
	}
	.my-MM .flow-content {
		flex-wrap: wrap;
	}
	.my-MM .flow-txt {
		min-width: 50%;
	}
	.my-MM .btn-flow {
		width: 230px;
		text-align: center;
	}
	.my-MM .case-after {
		padding-right: 1em;
	}
	.my-MM .case-up {
		height: auto;
		min-height: 50px;
		max-width: 150px;
	}
	.my-MM .cta-tel-link::before {
		top: 16px;
		left: 21px;
	}
}