/*!
Theme Name: wakujob
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: wakujob
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.

wakujob 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:
----------------------------------------------------------------
# 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

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

/*--------------------------------------------------------------
# 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;
	overflow-x: hidden;
	font-family: "Noto Sans JP", sans-serif;
}

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

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 {
	margin: 0;
	white-space: nowrap;
	display: inline
	;
}

dd {
	margin: 0;
	display: inline;
}

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

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

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

.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 {
	--color-primary: #3CB278;     /* 落ち着いたミント系グリーン */
	--color-secondary: #F6A6B2;   /* ピンクベージュ系。甘すぎず上品。 */
	--color-text: #2E2E2E;        /* やや暗めグレーでクールすぎない */
	--color-background: #FAFAF8;  /* ほんのり温かみのあるホワイト */
	--color-gradation: linear-gradient(to bottom, #fcd6dc, #FAFAF8);
	--color-border: #D5E8DA;      /* 明るめのグリーン系グレイッシュ */
}

.theme-blue-logic {
	--color-primary: #2A5FAF;
	--color-secondary: #7FB0E6;
	--color-text: #1E2A38;
	--color-background: #F5FAFF;
	--color-gradation: linear-gradient(to bottom, #00A4CC, #FAFAF8);
	--color-border: #D0E3F2;
}

.theme-brown-trust {
	--color-primary: #58534e;
	--color-secondary: #BFAF87; 
	--color-text: #403D3A;
	--color-background: #FDFBF6;
	--color-gradation: linear-gradient(to bottom, #8fbebe, #FDFBF6);
	--color-border: #E2DCC6;
}

/* 画像リンク */
:root {
	/* ヒーローイメージ */	
	--image-hero: url('img/32403365_m.jpg');
	/* アサイドイメージ */
	--image-aside: url('img/takebe_MKT1895-1469_TP_V4.jpg');
	--image-aside-line: url('img/weddPAUI1069_TP_V4.jpg');
	/* プロブレムイメージ */
	--image-problems-01: url('img/17038_line.svg');
	--image-problems-02: url('img/7672_line.svg');
	--image-problems-03: url('img/21545_line.svg');
	/* モデルイメージ */
	--image-model: url('img/32002191_s.jpg');
	/* テスティモニアルイメージ */
	--image-testimonials-01: url('img/26883949_s.jpg');
	--image-testimonials-02: url('img/32002504_s.jpg');
	--image-testimonials-03: url('img/24609232_s.jpg');
	/* 裏付けイメージ */
	--image-solution: url('img/roughly-painted-pink-wall-texture.jpg');
	/* 緊急イメージ */
	--image-urgency: url('img/32362521_m.jpg');

	--image-closing-a: url('img/3910434_m.jpg');
	--image-closing-b: url('img/31896323_m.jpg');
	--image-closing-c: url('img/31896323_m.jpg');
}


/* 共通レイアウト */

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	color: var(--color-text);
	background-color: var(--color-background);
}

.front-page {
	background: linear-gradient(135deg, #EBEDF7 0%, #B4BCDF 100%);
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.front-page__logo {
	width: 122px;
	height: 75px;
	background-image: url('img/logo_wakujob2.svg');
	background-size: cover;
	background-position: center;
}

.entry-header {
	display: none;
}

.entry-content {
	margin-top: 0;
}

.entry-content > br {
	display: none;
}

.wrapper {
	padding: 0 2rem;
}

.container {
	max-width: 960px;
	margin: 0 auto;
}

.sp-br {
	display: block;
}
.tb-br {
	display: none;
}

nav.main-navigation {
	display: none;
}

footer.entry-footer {
	display: none;
}

footer.site-footer {
	background-color: var(--color-text);
	color: #fff;
	padding: 2rem 0;
}
footer .container {
	max-width: 60rem;
}
footer summary {
	font-size: 1.4rem;
	font-weight: 500;
}
footer a:link,
footer a:visited {
	color: var(--color-background);
}
footer a:hover,
footer a:active {
	color: var(--color-secondary);
}
footer table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--color-background);
}
footer table th {
	border: 1px solid var(--color-background);
}
footer table td {
	border: 1px solid var(--color-background);
}

/* コメントセクション */
.lp-aside__comment .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.lp-aside__comment p {
	font-size: 1.5rem;
    font-weight: 500;
}

.lp-aside__image {
	width: 8rem;
	height: 8rem;
	background-image: var(--image-aside);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.lp-aside__narration {
	text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 4rem;
    margin-bottom: 4rem;	
}

.lp-aside__narration .container {
	position: relative;
	max-width: 400px;
}

.lp-aside__narration .container::before {
	content: "「";
	font-size: 2.4rem;
	font-weight: 700;
	margin-right: 0.5rem;
	color: var(--color-secondary);
	position: absolute;
    left: 0;
    top: -1rem;
}
.lp-aside__narration .container::after {
	content: "」";
	font-size: 2.4rem;
	font-weight: 700;
	margin-left: 0.5rem;
	color: var(--color-secondary);
	position: absolute;
    right: 0;
    bottom: 0;
}
.lp-aside__arrow {
	font-size: 3rem;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: var(--color-secondary);
}
/* LINEセクション */

.lp-aside__line-container {
	background-color: #8CABD8;
	padding: 2rem 0;
	max-width: 400px;
	margin: 0 auto;
}

.lp-aside__line-receive {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	margin-bottom: 0.8rem;
}

.lp-aside__line-image {
	width: 3rem;
	height: 3rem;
	background-image: var(--image-aside-line);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-left: 0.8rem;
}

.lp-aside__line-receive .lp-aside__line-text {
	position: relative;
	background-color: var(--color-background);
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 2rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--color-text);
}

.lp-aside__line-receive .lp-aside__line-text::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: 0rem;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid var(--color-background);
    border-left: 7px solid transparent;
    transform: rotate(-56deg);
}

.lp-aside__line-send {
	display: flex;
	justify-content: flex-end;
	gap: 0.8rem;
	margin-right: 0.8rem;
	margin-bottom: 0.8rem;
	position: relative;
}

.lp-aside__line-send .lp-aside__line-text {
	background-color: #6DE67B;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 2rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--color-text);
}

.lp-aside__line-send .lp-aside__line-text::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    right: 0rem;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid #6DE67B;
    border-left: 7px solid transparent;
    transform: rotate(24deg);
}
/* ファーストビュー */

section#hero {
	padding-bottom: 10rem;
	position: relative;
}

@keyframes soft-blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}

section#hero::after {
	content: '';
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #aaa;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	z-index: 1;
	animation: soft-blink 1.5s infinite;
}

.lp-hero__logo {
    height: 3.1rem;
	background: linear-gradient(135deg, #EBEDF7 0%, #B4BCDF 100%);
	display: flex;
    justify-content: center;
	width: 100vw;
	overflow: hidden;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.lp-hero__logo span {
	width: 5rem;
	height: 3.1rem;
	display: block;
    background-image: url(img/logo_wakujob2.svg);
	background-size: cover;
	background-position: center;
}

.lp-hero__tagline {
	font-size: 1.2rem;
    text-align: center;
	margin-top: 0.5rem;
}

.lp-hero__tagline span {
    background-color: var(--color-primary);
    color: var(--color-background);
    padding: 0.1rem 0.7rem 0.3rem;
    border-radius: 9rem;
    margin-left: 0.6rem;
    font-size: 1rem;
}

.lp-hero__visual-wrapper {
	position: relative;
	width: 100vw;
	overflow: hidden;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.lp-hero__visual {
	padding: 0 2rem;
	height: 300px;
	background-image: var(--image-hero);
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	margin: 2rem 4rem 1rem 2rem;
	background-color: var(--color-background);
	position: relative;
}

.lp-hero__catch {
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 1.5rem;
	margin-bottom: 3rem;
	font-size: 1.8rem;
	text-align: right;
	background: var(--color-secondary);
	line-height: 2;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

.lp-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    font-size: 1rem;
    justify-content: center;
	margin-bottom: 1rem;
}

.lp-hero__meta span {
	border: 1px solid var(--color-text);
	border-radius: 9rem;
	padding: 0.1rem 0.7rem 0.3rem;
}
.lp-hero__sub {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 2.4rem;
	font-weight: 600;
}

.lp-hero__cta-wrapper {
	text-align: center;
}

.lp-hero__cta {
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
	color: white;
	text-decoration: none;
	padding: 1.4rem 2.8rem;
	border-radius: 6px;
	font-weight: bold;
	font-size: 1.6rem;
	transition: background-color 0.3s;
}

.lp-hero__cta:hover {
	background-color: var(--color-background);
	color: var(--color-primary);
}

.lp-hero__cta-wrapper span {
	color: var(--color-primary);
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 1.2rem;
	display: block;
}

.fa-caret-right {
	margin-left: 2rem;
}


/* お悩みセクション */

section#problems {
	padding: 7rem 0 0.5rem;
	position: relative;
}

section#problems .wrapper {
	background: var(--color-gradation);
}

.lp-problems__title {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 6rem;
	position: relative;
}

.lp-problems__title span {
	position: absolute;
	transform: translate(-50%, -50%);
    left: 50%;
	top: -2rem;
    color: var(--color-secondary);
    font-size: 3rem;
    width: 100%;
}

.lp-problems__title span::before {
	content: '＼';
}

.lp-problems__title span::after {
	content: '／';
}

.lp-problems__item {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	margin-bottom: 6rem;
	font-size: 1.3rem;
	border: 2px solid var(--color-secondary);
	height: 9rem;
	font-size: 1.5rem;
	background-color: var(--color-background);
	border-radius: 1.5rem;
}

.lp-problems__item:nth-child(3) {
	flex-direction: row-reverse;
}

.lp-problems__item:last-child {
	margin-bottom: 8rem;
}

.lp-problems__image {
	width: 10rem;
	height: 11rem;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	background-size: cover;
	background-position: center;
	overflow: visible;
}

.image-1 {
	background-image: var(--image-problems-01);
}

.image-2 {
	background-image: var(--image-problems-02);
}

.image-3 {
	background-image: var(--image-problems-03);
}

.lp-problems__item p {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.lp-problems__item:nth-child(even) p {
	display: inline-block;
	padding-right: 1.5rem;
}

.lp-problems__item:nth-child(odd) p {
	display: inline-block;
	padding-left: 1.5rem;
}

.lp-model__image {
	background-image: url('img/32002191_s.jpg');
	background-size: cover;
	background-position: center;
	height: 300px;
	position: relative;
}

.lp-model__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* 0.4は透明度。お好みで調整 */
  pointer-events: none; /* 画像上の操作を邪魔しない */
  border-radius: inherit; /* 角丸があれば継承 */
}

.lp-model__image table {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem;
	color: var(--color-background);
	font-size: 1.4rem;
	font-weight: 700;
	z-index: 1;
}

.lp-model__image table th {	
	background-color: var(--color-primary);
	color: var(--color-background);
}

/* サービス紹介セクション */

section#service {
	padding: 2rem 0 0.5rem;
	position: relative;
}

.lp-service__image {
	text-align: center;
}

.lp-service__text {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 3rem;
	font-weight: 700;
}

.lp-service__text span {}

/* 成功事例セクション */

section#testimonials {
	padding: 6rem 0 0.5rem;
	position: relative;
}

.lp-testimonials__title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 3rem;
}

.lp-testimonials__item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	margin-bottom: 32px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 3rem;
}

.lp-testimonials__item div {
	margin-left: 1rem;
	text-align: left;
}

.lp-testimonials__item div p {
	margin-bottom: 0rem;
}

.lp-testimonials__name {
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
}

.lp-testimonials__item div p:nth-child(2) {
	display: inline;
	font-size: 1.8rem;
	background-color: var(--color-secondary);
    color: var(--color-background);
    line-height: 1.5;
	letter-spacing: 0.2rem;
	padding: 0.5rem 1rem;
}

.lp-testimonials__text {
	font-size: 1.3rem;
	text-align: left;
}

.lp-testimonials__image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	aspect-ratio: 1/1;
	background-size: cover;
	background-position: center;
	margin-bottom: 12px;
}

.image-t1 {
	background-image: var(--image-testimonials-01);
}

.image-t2 {
	background-image: var(--image-testimonials-02);
}

.image-t3 {
	background-image: var(--image-testimonials-03);
}

/* 裏付けセクション */

section#solution {
	background-color: var(--color-background);
	padding: 6rem 0 5rem;
	position: relative;
}

section#solution::after {
	content: '';
	position: absolute;
	height: 4rem;
	width: 100%;
	clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: var(--color-background);
	left: 0;
    bottom: -3.9rem;
	z-index: 1;
	box-sizing: border-box;
}

section#solution .container {
	max-width: 600px;
}

.lp-solution__points {
	padding: 1rem;
	border: 4px solid var(--color-secondary);
	background: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    var(--image-solution);
	background-size: cover;
}

.lp-solution__point {}


.lp-solution__title {
	font-size: 16px;
    text-align: left;
    margin-bottom: 0;
	background-color: var(--color-secondary);
	color: var(--color-background);
	display: inline-block;
	padding: 0.5rem 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.lp-solution__icon-title {
	display: flex;
}

.lp-solution__icon {
	width: 5.5rem;
    height: 5.5rem;
	margin: 0 1.5rem 0.5rem 0; 
}

.lp-solution__text {
	font-size: 1.4rem;
	margin-bottom: 3rem;
}

.icon-1 {
	background-image: url('img/001-one.png');
	background-size: cover;
}

.icon-2 {
	background-image: url('img/002-two.png');
	background-size: cover;
}

.icon-3 {
	background-image: url('img/003-three.png');
	background-size: cover;
}

.lp-solution__subtitle {
	font-size: 1.6rem;
    margin: 0;
}

.lp-solution__cta-wrapper {
	display: flex;
	justify-content: center;
}

.lp-solution__cta {
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
	color: white;
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 1.6rem;
	transition: background-color 0.3s;
}

.lp-solution__cta:hover {
	background-color: var(--color-background);
	color: var(--color-primary);
}

/* 緊急性セクション */
section#urgency {
	padding: 2rem 0 0.5rem;	
}

.lp-urgency__title {
	font-size: 22px;
	text-align: center;
	margin: 1rem 0 2rem;
}

.lp-urgency__subcopy {
    position: relative;
    display: block;
    padding: 7px 15px;
    width: max-content;
    margin: 0 auto;
    min-width: 110px;
    color: var(--color-primary);
    font-size: 1.6rem;
	font-weight: 700;
    background: #DAF0F7;
    border-radius: 15px;
    text-align: center;
}
.lp-urgency__subcopy:before {
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid var(--color-background);
}

.lp-urgency__subcopy p {
  margin: 0;
  padding: 0;
}
.lp-urgency__text {
	text-align: center;
	font-size: 16px;
	margin-bottom: 4rem;
}

.lp-urgency__text::after {
	content: '▼▼▼';
	display: block;
	margin-top: 2rem;
    font-size: 3rem;
    color: var(--color-secondary);
    letter-spacing: 1rem;
}

.lp-urgency__cta-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.lp-urgency__cta {
	display: block;
	width: 350px;
}

.lp-urgency__cta:hover {
	opacity:0.5;
	transition:0.3s;
}

/* クロージングセクション */
section#closing {
	padding: 3rem 0 0.5rem;
	margin-top: 2rem;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: -2;
}

section.closing-a {
	background-image: var(--image-closing-a);
}

section.closing-b {
	background-image: var(--image-closing-b);
}

section.closing-c {
	background-image: var(--image-closing-c);
}

section#closing::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: -1;
}

.lp-closing__title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 3rem;
	color: var(--color-background);
}

.lp-closing__text {
	font-size: 16px;
	text-align: center;
	margin-bottom: 5rem;
	color: var(--color-background);
}

.lp-closing__cta-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.lp-closing__cta {
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
	color: white;
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 1.6rem;
	transition: background-color 0.3s;
}

.lp-closing__cta:hover {
	background-color: var(--color-background);
	color: var(--color-primary);
}

#closing div.container::after {
	content: '';
	height: 30rem;
	margin: 0 auto;
	display: block;
}

/* CTAセクション */

.lp-cta__form {
	display: inline-block;
	z-index: 2;
	position: fixed;
    bottom: 2rem;
    right: 2rem;
	text-align: center;
}

.lp-cta__form::before {
	content: '＼１分無料登録／';
    display: block;
    text-align: center;
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
}

.lp-cta__button {
	background-color: var(--color-primary);
	color: white;
	text-decoration: none;
	padding: 8px 18px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	transition: background-color 0.3s;
}

.lp-cta__button:hover {
	background-color: var(--color-background);
	color: var(--color-primary);
}

.fa-chevron-circle-right, .fa-circle-chevron-right {
	margin-left: 0.5rem;
	font-size: 1.5rem;
}


footer.site-footer {
	text-align: left;
}

/* タブレット（600px〜833px） */
@media (min-width: 600px) {
	.sp-br {
		display: none;
	}
	.tb-br {
		display: block;
	}
	.lp-aside__comment p {
		font-size: 1.6rem;
	}
	section#hero {
 	   padding-bottom: 8rem;
	}
	.lp-hero__visual {
		height: 58rem;
		margin: 2rem 8rem 1rem 6rem;
	}
	.lp-hero__catch {
		font-size: 2.8rem;
		padding: 0 4rem 0 2rem;
		white-space: nowrap;
	}
	.lp-hero__sub {
		font-size: 2.8rem;
	}
	.lp-hero__cta {
		font-size: 1.6rem;
	}
	.lp-hero__cta-wrapper::before {
		font-size: 2rem;
	}
	.lp-problems__title {
		font-size: 2.8rem;
		margin-bottom: 5rem;
	}
	.lp-problems__image {
		width: 16rem;
		height: 16rem;
	}
	.lp-problems__item {
		height: 11rem;
		font-size: 1.5rem;
		font-weight: 500;
        max-width: 400px;
		justify-self: center;
	}
	.lp-problems__item:nth-child(2) {
		transform: translateX(-4rem);
	}
	.lp-problems__item:nth-child(3) {
	}
	.lp-problems__item:nth-child(4) {
		transform: translateX(4rem);
	}
	.lp-model__image {
		max-width: 40rem;
		margin: 0 auto;
	}
	.lp-model__image table {
		width: 100% !important;
	}
	section#testimonials {
		padding-bottom: 10rem;
	}
	.lp-testimonials__title {
		font-size: 2.8rem;
		margin-bottom: 5rem;
	}
	.lp-testimonials__wrap {
		display: flex;
		gap: 3rem;
    }
	.lp-testimonials__item {
		display: block;
		background: var(--color-background);
		padding-bottom: 0;
		border: 2px solid var(--color-secondary);
		border-radius: 1.5rem;
	}
	.lp-testimonials__item:nth-child(2) {
		transform: translateY(5rem);
	}
	.lp-testimonials__item:nth-child(3) {
		transform: translateY(10rem);
	}
	.lp-testimonials__item div {
		margin: 2rem auto 0;
		text-align: center;
	}
	.lp-testimonials__image {
		width: 180px;
		height: 180px;
	}
	.lp-testimonials__item div p:nth-child(1) {
		font-size: 1.4rem;
		display: block;
	}
	.lp-testimonials__item div p:nth-child(2) {
		font-size: 1.8rem;
		display: block;
		padding: 0.5rem;
	}
	.lp-testimonials__text {
		font-size: 1.4rem;
		padding: 1rem 2rem;
	}
	section#solution {
		padding-bottom: 10rem;
		margin-bottom: 15rem;
	}
	.lp-solution__title {
		font-size: 2.4rem;
	}
	.lp-solution__subtitle {
		font-size: 1.8rem;
	}
	.lp-solution__subtitle br {
		display: none;
	}
	.lp-solution__text {
		font-size: 1.4rem;
	}
	section#urgency {
		padding-top: 10rem;
	}
	.lp-urgency__title {
		font-size: 3.2rem;
        margin-bottom: 5rem;
	}
	.lp-urgency__text {
		font-size: 2rem;
	}
	section#closing {
		padding-bottom: 5rem;
	}
	.lp-closing__title {
		font-size: 3.2rem;
        margin-bottom: 5rem;
	}
	.lp-closing__text {
		font-size: 2rem;
	}
	.lp-cta__form::before {
		font-size: 1.6rem;
	}
	.lp-cta__button {
		font-size: 2.6rem;
		border-radius: 3rem;
	}
	.fa-chevron-circle-right, .fa-circle-chevron-right {
		margin-left: 0.5rem;
		font-size: 2rem;
		transform: translateY(-2px);
	}

}


/* PC（834px〜） */
@media (min-width: 834px) {
	.lp-hero__visual {
		margin: 2rem auto 1rem;
        height: 50rem;
        max-width: 80rem;
	}
	.lp-hero__catch {
		padding: 0 4rem 0 2rem;
		left: 50%;
		transform: translateX(-90%);
		right: auto;
		border-radius: 1rem;
	}
}