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

mikigumi 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;
    font-size: 62.5%; /* 10px base for rem calculations */
    box-sizing: border-box;
	-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%;
}



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



/* Responsive
--------------------------------------------- */

.forSP {
  display: block!important;
}

.forPC {
  display: none!important;
}

@media (min-width: 1025px) {
  .forSP {
    display: none!important;
  }

  .forPC {
    display: block!important;
  }
}



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


/* BASE
--------------------------------------------- */

body {
    font-family: var(--font-jp), sans-serif;
    line-height: 1.8;
	font-size: 1.3rem;
    letter-spacing: .08em;
    color: #333;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    margin: 0;
	font-weight:normal;
    background: #fff;
}

@media screen and (min-width:600px) {
body {
	font-size: 1.6rem;
}	
}

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

a {
    color: #231815;
    text-decoration: none;
    transition: all .4s ease-out;
    outline: none;
	cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

small {
    font-size: .813rem; /* 13px */
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border-style: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    margin: 0;
}

address, em, i {
    font-style: normal;
}

blockquote {
    margin: 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;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: inherit;
}

svg {
    width: 100%;
    height: auto;
    vector-effect: non-scaling-stroke; /* SVG全体に設定 */
}

.container,
.container--small
{
  position: relative;
  margin: 0 auto;
  padding: 30px 10px;
  width: calc(100vw - 20px);
  max-width: 480px;
}

@media screen and (min-width:768px) {
  .container {
    max-width: 1048px;
  }
.container--small {
    max-width: 870px;
  }
	
}



/* Root
--------------------------------------------- */

:root {
  --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-en: "EB Garamond", serif;
}
	

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

/* Navigation
--------------------------------------------- */

/* チェックボックスを隠す */
.menu-toggle-checkbox {
	display: none;
}

/* ハンバーガーアイコンのボタンスタイル */
.menu-toggle-label {
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-color: #333333;
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.menu-icon {
	position: relative;
	width: 40px; 
	height: 1px;
	background-color: #fff;
	display: inline-block;
	transition: all 0.3s ease;
}

.menu-icon::before,
.menu-icon::after {
	content: '';
	position: absolute;
	width: 40px; 
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}

.menu-icon::before {
	top: -10px; 
}

.menu-icon::after {
	top: 10px; 
}

.menu-toggle-checkbox:checked + .menu-toggle-label .menu-icon {
	background-color: transparent;
}

.menu-toggle-checkbox:checked + .menu-toggle-label .menu-icon::before {
	transform: rotate(45deg);
	top: 0;
}

.menu-toggle-checkbox:checked + .menu-toggle-label .menu-icon::after {
	transform: rotate(-45deg);
	top: 0;
}


/* メニューの初期状態（非表示） */
.menu-menu-1-container {
	display: none;
	position: fixed;
	top: 100px;
	right: 10px;
	width: 200px;
	background-color: #333;
	padding: 10px;
	z-index: 1000;
}

/* メニューリンクのスタイル */
.menu-menu-1-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-menu-1-container li {
	border-bottom: 1px solid #444;
}

.menu-menu-1-container li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
}

/* チェックが入ったときにメニューを表示 */
.menu-toggle-checkbox:checked ~ .menu-menu-1-container {
	display: block;
}


/* Header
--------------------------------------------- */

.site-header {
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.site-branding {
	position: fixed;
	align-items: center;
	mix-blend-mode: difference;
	top:10px;
	left: 30px;
	z-index: 999999;
}


.site-title a {
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
}

.site-title a img {
	width: 150px; /* スマホサイズでのロゴの幅 */
	
}

@media (min-width: 600px) {
	.site-title a img {
		width: 230px; /* タブレット・PCサイズでのロゴの幅 */
	}
}

/* Footer
--------------------------------------------- */

/* スマホ起点のスタイル */
.site-footer__entry {
    background-color: #6B8D32;
    padding: 30px 0;
}

.site-footer__entry-button {
    flex-direction: column; /* スマホでは縦並びに */
    align-items: center;
    margin-bottom: 15px;
}

.site-footer__button {
    position: relative;
    display: flex;
    flex-direction: column; /* テキストを縦に */
    align-items: center;
    background-color: #ffffff;
    padding: 20px; /* スマホでは左右20pxに */
	margin-bottom:20px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}




.site-footer__button-text {
    color: #6B8D32;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
	margin: 0;
}

.site-footer__button-text--head {
    font-size: 3rem;
    font-weight: 800;
	margin: 0;
}

.site-footer__button-text--head.engage img{
	width:170px;
}

.site-footer__entry-text {
    display: flex; /* 横並びに */
    align-items: center; /* 縦中央揃え */
    gap: 10px; /* アイコンとテキストの間隔 */
    margin-bottom: 5px; /* 採用エントリーとの間隔 */
}

.site-footer__button-plus {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.site-footer__button-plus::before,
.site-footer__button-plus::after {
    content: '';
    position: absolute;
    background-color: #6B8D32;
}

.site-footer__button-plus::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
}

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

.site-footer__link-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}

.site-footer__link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    font-size: 1.2rem;
}



.site-footer__link-text {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 10px 0;
}

.site-footer__entry-icon {
    width: 45px;
    height: auto;
}

.site-footer__insta-icon {
    width: 24px;
    height: auto;
	margin-right: 10px;
}

/* PC向けスタイル */
@media (min-width: 768px) {
    .site-footer__entry {
        padding: 50px 0;
    }

	
	.site-footer__entry-button {
        flex-direction: row; /* PCでは横並び */
        justify-content: space-between;
    }

    .site-footer__button {
        flex-direction: row; /* PCではテキストを横に */
        gap: 50px; /* アイコンとテキストの間隔 */
        padding: 30px 100px; /* PCのパディング調整 */
    }

    .site-footer__entry-text {
        flex-direction: row; /* PCでも横並びに */
        gap: 10px; /* アイコンとテキストの間隔 */
    }


    .site-footer__link-buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%; /* 親要素の横幅いっぱいに広げる */
    justify-content: space-between; 
    box-sizing: border-box; /* パディングを含めて幅を計算 */
}

.site-footer__link-button {
    flex: 1; 
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 1.6rem;
    box-sizing: border-box; 
}

	
	.site-footer__button-text {
        font-size: 2rem;
		margin: 0;
    }
	
	.site-footer__button-text--head {
        font-size: 3rem;
		margin:0;
    }

    .site-footer__link-text {
        font-size: 2rem;
    }
	
	.site-footer__entry-icon {
    width: 55px;
    height: auto;
}
}


.site-bottom {
    background-color: #9DC814; /* ボトムフッター背景色 */
}


.site-info {
    display: block;
    padding: 50px 0 100px;
}

.site-info__logo {
    justify-content: center;
    margin-bottom: 20px;
}

.site-info__logo-image {
    max-height: 50px; /* 高さを調整 */
}

.site-info__contact {
    font-size: 1.3rem;
    color: #fff;
    margin-top: 10px;
    line-height: 1.6;
}

.site-info__menu .menu {
    display: grid;
    grid-template-columns: 1fr 1fr; /* スマホサイズで2列に */
    gap: 10px;
    max-width: 100%; /* スマホ幅に合わせる */
    margin: 0 auto;
}


.site-info__menu a {
    color: white; /* リンクの文字色を白に */
    text-decoration: none; /* 下線を消す */
}

.site-info__menu a:hover {
    opacity: 0.8; /* ホバー時の効果 */
}

.site-info__menu .menu-item::before {
    content: '●'; 
    color: rgba(255, 255, 255, 0.5); 
    margin-right: 5px; 
    font-size: 1.3rem; 
}

@media (min-width: 768px) {
    .site-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0 100px;
    }
	
	.site-info__logo-image {
    max-height: 100px; /* 高さを調整 */
}

    .site-info__logo {
        margin-bottom: 0;
    }

    .site-info__menu .menu {
        grid-template-columns: 1fr 1fr 1fr; /* PCサイズで3列に */
        max-width: 650px;
    }
}

.fixed-links {
    position: fixed;
    bottom: 80px;
    right: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1000; /* 追従ボタンが上に表示されるように */
    transition: opacity 0.5s ease;
}


.fixed-links__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #9DC814; /* ボタンの背景色 */
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 0.8rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影 */
    transition: transform 0.3s;
}

.fixed-links__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-links__icon {
    width: 80px;
    height: auto;
}
.fixed-links__button--contact .fixed-links__icon {
    width: 40px;
    height: auto;
}

.fixed-links__text {
    margin: -5px;
	color: #fff;
	font-weight: 500;
    font-size: 1.5rem;
}

/* エントリーのボタンの右下にメールボタンを重ねる */
.fixed-links__button--contact {
    position: absolute;
    bottom: -55px;
    right: -75px;
    width: 120px;
    height: 120px;
    background-color: #707070;
}


@media (max-width: 768px) {
	.fixed-links{
		bottom: 10px;
    right: 30px;
		 transform: scale(0.6);
	}
}


.copyright{
	padding:20px;
	margin:0;
	text-align:center;
	color:white;
	font-size:1.2rem;
}

/* mainVwrap
--------------------------------------------- */

.mainVwrap{
	position: relative;
	width: 100%;
	padding-top: 66.66666%;
	z-index:-999;
	overflow:hidden;
}

.mainVwrap:before{
	position:absolute;
	content:"";
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:1;

}

.mainVbg{
	position: absolute;
	top: 0;
	right: 0;
	width:120%;
	
}


@media all and (max-width: 1279px) {
	.mainVbg{
		top: 50%;
		left: 50%;
		min-width: 1280px;
		transform:translate(-50%,-50%);
	}
	
}
	
@media all and (max-width:767px){
	.mainVwrap{
	  width: 100%;
	  padding-top: 177%;
	}
	
	.mainVbg{
		top: 0;
		left: 50%;
		min-width: 768px;
		transform:translate(-50%,0);
	}
}

@media all and (min-width: 1280px) {
	.mainVbg{
	  	top: 50%;
	  	left: 50%;

		transform:translate(-50%,-50%);
	}
}


/* FrontPage
--------------------------------------------- */
/* front-header */
.front-header {
    position: relative;
    overflow: hidden;
}

.front-header__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.front-header__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-header__catchphrase {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.front-header__text {
    color: #fff;
    font-size: 2.5rem;
    font-weight: lighter;
    text-align: center;
}

.front-header__professional {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    mix-blend-mode: overlay;
}

.front-header__professional-text {
    font-family: var(--font-en), sans-serif;
    font-size: 13vw;
    color: #EEEEEE;
    white-space: nowrap;
	mix-blend-mode: overlay;
    text-transform: uppercase;
    line-height: .65;
    margin: 0;
}

@media (min-width: 768px) {
    .front-header__text {
        font-size: 4rem;
    }
    .front-header__professional-text {
        font-size: 16rem;
    }
}

/* front-about */
.front-about {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.front-about__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
	width: 100%;
    padding: 0 10px;
    position: relative;
}

.front-about__grid {
    display: flex;
    flex-direction: column;
    position: relative;
}

.front-about__text {
    flex: 1;
}

.front-about__title {
    font-size: 3rem;
    color: #6B8D32;
    font-weight: 500;
}

.front-about__subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 20px 0;
}

.front-about__image-wrapper {
    position: relative;
    min-height: 300px;
}

.front-about__image {
    position: absolute;
    max-width: 450px;
    height: auto;
}

.front-about__link-container {
    text-align: right;
}

.front-about__article .front-about__link {
    color: #777;
}

@media (min-width: 768px) {
    .front-about__title {
        font-size: 6rem;
    }
    .front-about__subtitle {
        font-size: 3.5rem;
    }
    .front-about__container {
        grid-template-columns: 1fr 1fr;
		width: 1080px;
    }
    .front-about__grid {
        flex-direction: row;
    }
    .front-about__image {
        max-width: 750px;
    }
}

/* front-message */
.front-message {
    padding: 100px 0 0;
	overflow: hidden;
}

.front-message__container {
    display: grid;
    grid-template-columns: 1fr;
	width: 100%;
    padding: 0 10px;
    position: relative;
}

.front-message__image-wrapper {
    justify-self: center;
    order: 2;
}

.front-message__image {
    width: 100%;
    height: auto;
    position: relative;
    margin: -20px;
    z-index: -3;
}

.front-message__content {
    display: flex;
    flex-direction: column;
    order: 1;
}

.front-message__title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.front-message__text {
    margin: 10px 0;
}

.front-message__author_wrap {
    text-align: right;
}

.front-message__author__name {
    font-size: 2.4rem;
}

.front-message__label {
    color: #E5E5E5;
    font-family: var(--font-en), sans-serif;
    font-size: 7rem;
    text-transform: uppercase;
    line-height: .65;
    margin: 0;
    position: absolute;
    white-space: nowrap;
    bottom: 30px;
    right: 0;
    z-index: -2;
}

@media (min-width: 768px) {
    .front-message__container {
        grid-template-columns: 1fr 1.5fr;
		gap: 40px;
		width: 1080px;
    }
    .front-message__image-wrapper {
        align-self: flex-start;
        order: 1;
    }
    .front-message__content {
        order: 2;
    }
    .front-message__label {
        font-size: 20rem;
    }
    .front-message__title {
        font-size: 4.5rem;
        margin-bottom: 30px;
    }
}

/* front-number */
.front-number {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 50px 0;
}

.front-number__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.front-number__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.front-number__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.front-number__label {
    font-family: var(--font-en), sans-serif;
    font-size: 10rem;
    line-height: .65;
    margin: 0;
    margin-bottom: 50px;
}

.front-number__title {
    font-size: 2rem;
    margin-bottom: 30px;
}

.front-number__button {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    width: 220px;
    margin-top: 20px;
}

a.front-number__button {
    color: #fff;
}

/* front-feature */
.front-feature {
    padding: 50px 0 100px;
}

.front-feature__heading__wrap{
	position: relative;
	margin: 0;
}


.front-feature-head-title {
    position: absolute;
    top: 100px;
    left: -85px;
    z-index: 1;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.front-feature__heading {
    margin-left: 70px;
	margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 500;
}

.front-feature__slider {
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}

.front-feature__list {
    display: flex;
    transition: transform 0.5s ease;
    margin-bottom: 50px;
}

.front-feature__item {
    max-width: 150px;
    flex: 0 0 auto;
    margin: 0 10px;
    transition: transform 0.5s ease;
}

.front-feature__item--active {
    transform: scale(1.4);
    margin: 60px;
    font-size: 80%;
}

.front-feature__item img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
	.front-feature__heading__wrap{
        position: relative;
        margin: 0 10vw;
    }
    .front-feature__heading {
        font-size: 4rem;
        margin-left: 100px;
    }
    .front-feature-head-title {
        top: 200px;
        left: -230px;
		overflow:visible;
    }
	.front-feature__slider {
		margin-left: 10vw;
    }
	.front-feature__item {
		max-width: 250px;
    }
}

/* front-common */
.front-title__heading {
    font-size: 4rem;
    font-family: var(--font-en), sans-serif;
    font-weight: normal;
    line-height: .65;
	white-space: nowrap;
    margin: 0;
}

.front-title__sub-heading {
    font-size: 1.6rem;
    margin-top: 20px;
}

.front-flow .front-title__heading,
.front-application .front-title__heading {
    color: #6B8D32;
}

@media (min-width: 768px) {
    .front-title__heading {
        font-size: 10rem;
    }
    .front-title__sub-heading {
        font-size: 2rem;
    }
    .front-number__label {
        font-size: 20rem;
        margin-bottom: 100px;
    }
    .front-number__title {
        font-size: 4rem;
        margin-bottom: 50px;
    }
}

.front-view-more-button-wrapper {
    text-align: center;
}

.front-view-more-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #9DC815;
    text-decoration: none;
    margin-top: 20px;
    width: 220px;
}

a.front-view-more-button p {
    color: #fff;
    margin: 0;
}

/* front-interview */
.front-interview {
    background-color: #F7F1E4;
    padding: 100px 0;
	overflow: hidden;
}

.front-title__heading,
.front-title__sub-heading {
    text-align: center;
}

.front-interview__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.front-interview__container {
    max-width: 350px;
	width: 100%;
}

.front-interview__card {
    position: relative;
    margin-bottom: 50px;
    max-width: 350px;
}

.front-interview__image-wrapper {
    position: relative;
    padding-right: 50px;
    width: 100%;
}

.front-interview__interview-label {
    position: absolute;
    writing-mode: vertical-rl;
    right: -10px;
    top: 0;
    color: #9DC815;
    font-size: 2rem;
    font-family: var(--font-en), sans-serif;
}

.front-interview__catchphrase {
    position: absolute;
    writing-mode: vertical-rl;
    right: 20px;
    bottom: 0;
}

.front-interview__catchphrase p {
    background-color: #fff;
    margin: 0 3px;
    display: inline-block;
    padding: 5px 0;
    font-size: 1.8rem;
}

.front-interview__entry-year {
    background-color: #9DC815;
    color: #fff;
    display: inline-block;
    padding: 3px;
}

.front-view-more-button-wrapper {
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .front-interview__container {
        min-width: 1048px;
    }
    .front-interview__grid {
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 100px;
    }
    .front-interview__card:nth-child(2) {
        transform: translateY(40px);
    }
    .front-interview__card:nth-child(3) {
        transform: translateY(80px);
    }
}

/* front-flow */
.front-flow {
    margin: 100px 0;
}

.front-flow__steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    font-size: 1.6rem;
}

.front-flow__step {
    position: relative;
    flex: 1 1 100%;
}

.front-flow__step-inner {
    display: flex;
}

.front-flow__step-label {
    background-color: #6B8D32;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    flex: 0 0 auto;
}

.front-flow__step-description {
    background-color: #E4EADA;
    color: #333;
    padding: 10px 20px;
    flex: 1;
}

.front-flow__step:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: #6B8D32 transparent transparent transparent;
}

@media (min-width: 768px) {
    .front-flow__steps {
        padding: 0 50px;
        font-size: 2rem;
    }
}

/* front-application */
.front-application {
    padding: 20px 0;
}

.front-application__content {
    background: #F7F1E4;
    padding: 10px;
}

.front-application__list {
    display: flex;
    flex-direction: column;
}

.front-application__item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 10px 0;
}

.front-application__term {
    font-weight: bold;
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #9DC815;
    text-align: center;
    font-weight: normal;
}

.front-application__definition {
    flex-grow: 1;
    padding: 10px 20px;
    margin-left: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.front-application__definition ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.front-application__definition li {
    margin-bottom: 5px;
}

.front-application__sm {
	font-size: 1.2rem;
}

@media (min-width: 768px) {
    .front-application__content {
        padding: 50px;
    }
    .front-application__term {
        flex: 0 0 200px; 
    }
}

/* front-carrier */

.front-carrier{
	margin: 50px 0 100px;
}
.front-carrier-title{
	 text-align: center;
	margin: 50px 0 0;
}

.front--carrier-title__head{
	font-size: 2rem;
	color: #6B8D32;
	text-align: center;
	margin-bottom: 10px;
}

.front--carrier-title__text{
	font-size: 0.9rem;
	margin: 0 auto;
	max-width: 500px;
	text-align: left;
	color: #999;
}

.front-carriermodel {
    display: grid;
    gap: 16px;
    margin: 20px 0 ;
}

.front-carriermodel__card {
    padding: 25px 16px;
    display: grid;
    gap: 16px;
    color: #fff;
	grid-template-rows: auto 1fr auto;
}

.front-carriermodel__card:nth-child(1) {
    background-color: #8eb54e;
}

.front-carriermodel__card:nth-child(2) {
    background-color: #698933;
}

.front-carriermodel__card:nth-child(3) {
    background-color: #4c622e;
}

.front-carriermodel__card-header {
    display: flex;
    flex-direction: row; 
	justify-content: center;
	text-align: left;
    gap: 20px;
    align-items: center;
}

.front-carriermodel__card-icon {
    width: 60px;
    height: 60px;
}

.front-carriermodel__card-title-wrapper {
    display: block;
    flex-wrap: wrap;
	align-items: center;
    gap: 8px;
}

.front-carriermodel__card-title {
    font-size: 2.2rem;
    margin: 0;
}

.front-carriermodel__card-subtitle {
    margin: 0;
	font-family: var(--font-en), sans-serif;
    font-weight: normal;
	font-size: 2rem;
    color: #e0e0e0;
}

.front-carriermodel__card-divider {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.front-carriermodel__card-text {
    text-align: center;
    color: #f5f5f5;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.front-carriermodel__card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.front-carriermodel__card-list-item {
    line-height: 1.5;
}

.front-carriermodel__card-list-highlight {
    font-weight: bold;
	font-size: 2rem;
}

@media (min-width: 768px) {
	
	.front--carrier-title__head{
	font-size: 3.5rem;
}

.front--carrier-title__text{
	font-size: 1.2rem;
	max-width: 100%;
	text-align: center;
	padding: 0;
}
	
	.front-carriermodel__card-icon {
    width: 100px;
    height: 100px;
}
    .front-carriermodel {
        grid-template-columns: repeat(3, 1fr);
    }

    .front-carriermodel__card-header {
        flex-direction: column; 
		text-align: center;
    }

    .front-carriermodel__card-title-wrapper {
        
    }
}


/* front-instagram */

.front-instagram{
	margin-bottom: 50px;
}

.zoom-instagram{
	border: 0!important;
}



/* Page-header
--------------------------------------------- */
.page-header {
    position: relative;
    height: 40vh; /* 必要に応じて調整 */
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

.page-header__title,
.page-header__subtitle {
    position: absolute;
    top: 45%;
    left: 50%;
	white-space: nowrap;
    transform: translate(-50%, -50%); /* 上下左右の中央に配置 */
}

.page-header__title {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    margin: 50px 0 0;
}

.page-header__subtitle {
    font-family: var(--font-en), sans-serif;
    font-size: 6rem;
    color: #C9C9C9;
    white-space: nowrap;
    text-transform: uppercase;
	mix-blend-mode: overlay;
    line-height: .65;
    margin: 0;
}

.page-header--interview .page-header__subtitle {
    color: #C9C9C9;
	mix-blend-mode: screen;
    opacity: .5;
}

.page-header__image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
	margin: 0;
    z-index: -1;
}

.page-header__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .page-header__title {
        font-size: 2rem;
    }

    .page-header__subtitle {
        font-size: 10rem;
    }
}


/* FeaturePage
--------------------------------------------- */

/* feature-read */

.feature-read{
    padding: 50px 0;
}

.feature-read__title{
    font-size: 2.5rem;
    color: #6B8D32;
	text-align: center;
}

@media (min-width: 768px) {
    .feature-read__title{
        font-size: 5rem;
    }
}

/* feature-title */
.feature-title__header {
    text-align: center;
	position: relative;
    margin-bottom: 30px;
}

.feature-title__title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    position: relative; 
    margin-bottom: 10px;
    padding-bottom: 15px; 
}

.feature-title__title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px; 
    height: 2px; 
    background-color: #9DC814; 
}

.feature-title__label {
    color: #E5E5E5;
    font-family: var(--font-en), sans-serif;
    font-size: 7rem;
    text-transform: uppercase;
    line-height: .65;
    margin: 0;
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    right: 0;
    z-index: -2;
}

@media (min-width: 768px) {
	.feature-title__title {
        font-size: 3.5rem;
    }
    .feature-title__label{
        font-size: 20rem;
    }
}


/* feature-number */

.feature-number {
    padding: 50px 0;
}

.feature-number__grid--full,
.feature-number__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
	padding-top: 0;
}

.feature-number__grid--middle{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
	padding-top: 0;
}

.feature-number__grid--triple{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
	padding-top: 0;
}

@media (min-width: 768px) {
	.feature-number {
    padding: 100px 0;
}

    .feature-number__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .feature-number__grid {
        grid-template-columns: 1fr 1fr;
    }
	
.feature-number__grid--middle{
    grid-template-columns: 2fr 1fr;
}
.feature-number__grid--middle.left{
    grid-template-columns: 1fr 2fr;
}	
	
.feature-number__grid--triple{
    grid-template-columns: 1fr 1fr 1fr;
}
}

/* Article card */
.feature-number__card {
    background-color: #fff;
	border: solid 1px #6B8D32;
    padding: 20px;
    text-align: center;
    display: grid;
	gap:20px;
    align-items: center;
}

.feature-number__card p{
    margin: 0;
	line-height: 1.5;
}

.feature-number__card-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-number__card-value {
    font-size: 6rem;
    font-weight: bold;
    color: #6B8D32;
}

.feature-number__card-unit {
    font-size: 1.8rem;
    color: #333;
}

.feature-number__card-date {
    font-size: 1.2rem;
}

.feature-number__card-figure {
    height: auto;
}

/* Specific cards with lists (like qualifications) */
.feature-number__card-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    text-align: left;
}

.feature-number__card-list-item {
    font-size: 2rem;
	 font-weight: 500;
	text-align: center;
}

.feature-number__card-list-item span {
    color: #6B8D32;
    font-weight: bold;
}

.feature-number__rank-title {
font-size: 2rem;
    font-weight: 500;
}

.feature-number__rank {
    font-weight: bold;
	
}

.feature-number__rank-big {
    font-size: 6rem;
    color: #6B8D32;
	line-height: 0;
}

.feature-number__rank-small {
    font-size: 4rem;
    color: #6B8D32;
}

.feature-number__location {
    position: relative;
	display: inline-block;
    padding-left: 1.8rem; /* 丸印のスペース */
}

/* 行頭に●を追加 */
.feature-number__location::before {
    content: '●';
    position: absolute;
    left: 0;
	top:3px;
    color: #6B8D32;
    font-size: 1.2rem;
}

/* Dual values for ratings and rankings */
.feature-number__dual-value {
	display: grid;
    grid-template-columns: 2fr 1fr; 
    justify-items: center; 
    align-items: center;
    width: 100%;
}

/* Image styling for articles with images */
.feature-number__card-image {
    height: auto;
}

.feature-number__employee .feature-number__card-image{
    max-width: 180px;
}

.feature-number__average_age .feature-number__card-image{
    max-width: 60px;
}
.feature-number__annual_leave .feature-number__card-image{
    max-width: 80px;
}
.feature-number__qualification_rate .feature-number__card-image{
    max-width: 100px;
}

.feature-number__establishment .feature-number__card-image{
    max-width: 120px;
}

.feature-number__annual_satisfy .feature-number__card-image{
  width: 100%;	
	max-width: 120px;	
}


/* Styling for gender-based figures in 育休取得者数 */
.feature-number__card-gender {
    margin-top: 10px;
	display: flex;
    justify-content:space-around;
}

.feature-number__card-gender-figure {
	display: flex;
    justify-content: center;
	gap:20px;
    text-align: center;
    font-size: 1.6rem;
	color: #6B8D32;
	font-weight: bold;
}

.feature-number__card-gender-figure img {
    width: 50px;
    height: auto;
    margin-bottom: 5px;
}

.feature-number__card-gender p{
	line-height: 1;
}

.feature-number__card-gender-figure span {
    color: #6B8D32;
	font-size: 3.5rem;
}

@media (min-width: 768px) {
.feature-number__card-title {
    font-size: 2rem;
}
	.feature-number__card-value {
    font-size: 8rem;
}
	
	.feature-number__establishment .feature-number__card-value{
    font-size: 6rem;
}

.feature-number__card-unit {
    font-size: 4rem;
}
	
.feature-number__order_history{
   
}
	
.feature-number__average_age .feature-number__dual-value,
.feature-number__annual_leave .feature-number__dual-value,
.feature-number__annual_satisfy .feature-number__dual-value,
.feature-number__establishment .feature-number__dual-value
	{
	grid-template-columns: 1fr;
}
.feature-number__establishment .feature-number__card-image{
    margin-top: 20px;
}
	
	.feature-number__card-gender {
    display: block;
}
	
}

/* feature-section */
.feature-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
}

.feature-section__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Feature Item */
.feature-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    order: 2; /* スマホではテキストが画像の後に表示 */
}

/* Header */
.feature-item__header {
}

/* Label */
.feature-item__label {
    background-color: #9DC814;
	display: inline-flex;
    color: #fff;
    font-size: 1.6rem;
    padding: 0 10px;
	margin-bottom: 10px;
}

/* Title */
.feature-item__title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.feature-number__card-date {
    font-size: 1.5rem;
}


/* Content */
.feature-item__content {
}

/* Image Container */
.feature-item__image-container {
    position: relative;
    width: 100%;
    order: 1; /* スマホでは画像がテキストの前に表示 */
}

.feature-item__image {
    width: 100%;
    height: auto;
    display: block;
}

/* Pseudo-element for background shadow */
.feature-item__image-container::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #9DC814;
    z-index: -1;
}

/* Desktop adjustments */
@media (min-width: 768px) {
    .feature-section__grid {
        flex-direction: row;
		gap:50px;
    }
	

    .feature-item {
        order: 1;
    }

    .feature-item__image-container {
        width: 50%; 
		min-width: 400px;
        order: 1;
    }
}



/* InterviewPage
--------------------------------------------- */
/* interview-column */
.interview-column {
    background-color: #F7F1E4;
    position: relative;
	padding: 100px 0 50px;
}

.interview-column__item {
    position: relative;
    margin-bottom: 100px;
    gap: 20px;
    padding-top: 20px; /* グラデーションと内容の間に余白を追加 */
}

.interview-column__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, #6B8D32, #9DC815);
}

/* 2番目のセクションだけ左右を逆に表示（デスクトップのみ） */
.interview-column__item--reverse .interview-column__header {
     flex-direction: column;
}

.interview-column__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.interview-column__image-container {
    position: relative;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
}

.interview-column__image {
    width: 100%;
    height: auto;
}

.interview-column__content {
    padding: 10px;
	width: 100%;
}

.interview-column__interview-number {
    position: absolute;
    top: 0;
    left: -20px;
    color: #E5E5E5;
	font-size: 4rem;
    font-family: var(--font-en), sans-serif;
    font-weight: normal;
    line-height: .65;
	mix-blend-mode: color-dodge;
    writing-mode: vertical-rl;
}

.interview-column__item--reverse .interview-column__interview-number {
    position: absolute;
    top: 0;
    right: -20px;
}

.interview-column__title {
    font-size: 1.8rem;
    font-weight: bold;
}

.interview-column__title span{
	padding: 0 5px;
	display: inline-block;
    margin-bottom: 0px;
}



.interview-column__info {
    font-size: 1.2rem;
	color:#fff;
}

.interview-column__info span{
	background:#9DC815;
	padding: 0 5px;
	display: inline-block;
    margin-bottom: 5px;
}

.interview-column__article {
    background-color: #fff;
    padding: 20px;
}

.interview-column__qa {
    margin-bottom: 50px;
}

.interview-column__question {
    font-weight:500;
    position: relative;
    padding-left: 1.5em; 
	margin-bottom: 10px;
}

.interview-column__question::before {
    content: 'Q';
    position: absolute;
	top:-5px;
    left: 0;
    font-weight: bold;
	font-size: 120%;
    color: #9DC815;
}

.interview-column__answer {
    border-left:solid 2px #9DC815;
	padding: 1em;
    line-height: 1.6;
    margin: 5px 0 0 5px;
}

.interview-column__answer span {
    font-weight: bold;
	color: #9DC815;
}

@media (min-width: 768px) {
    .interview-column__item--reverse .interview-column__header {
        flex-direction: row-reverse;
    }

    .interview-column__header {
        flex-direction: row;
        text-align: left;
    }

    .interview-column__interview-number {
        writing-mode: horizontal-tb;
		font-size: 10rem;
		display: block;
		text-align: right;
		top: -50px;
   right: -20px;
    }
	
	.interview-column__item--reverse .interview-column__interview-number {
    text-align:left;
		top: -50px;
}
	.interview-column__title {
    font-size: 2.8rem;
    margin-top: 80px; 		
}

.interview-column__title span{
	background:#fff;
	margin-bottom: 5px;
}
	
.interview-column__info {
    font-size: 1.6rem;		
}
	
	.interview-column__article {
    padding: 50px 100px;
}
	
	
.interview-column__question{
    font-size: 2rem;	
	margin-bottom: 10px;
}
	
}


.page-entry-button {
      padding: 50px 0 100px;
	text-align:center;
}

.page-entry-button__link {
    display: inline-block;
    background-color: #6B8D32;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    padding: 25px 30px;
	margin-bottom:20px;
    max-width: 450px;
    width: 80%; /* スマホで80%幅 */
    border-radius: 0; /* 角丸なし */
}

.page-entry-button__link--engage{
	background-color: #fff;
	color:#6B8D32;
	outline:2px solid #6B8D32;
	box-sizing: border-box;
	outline-offset:-2px;
}


 .page-entry-button-interview-page{
    background-color: #F7F1E4;
}

.sub-text{
	font-size:1.2rem;
}
@media (min-width: 768px) {
    .page-entry-button__link {
		width: 100%; /* スマホで80%幅 */
    }
}





/* EntryPage
--------------------------------------------- */

.entry-page__entry-button{
	margin:40px 0;
	border:2px solid #6B8D32;
}

.entry-page__entry-button a{
	margin-bottom:0;
}

.entry-form {
    margin: 0 auto;
    font-family: Arial, sans-serif;
	margin: 50px 0;
}

.form-title {
    color: #6B8D32;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.entry-form p {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.entry-form .required {
    color: red;
    margin-left: 3px;
}

.entry-form input,
.entry-form textarea,
.entry-form select{
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
	background: #fff;
}

.entry-form select {
    height: 40px; 
    padding: 10px;
    border: 1px solid #ddd; 
    border-radius: 5px; 
    background: #fff; 
    font-size: 14px; 
    box-sizing: border-box; 
}

.entry-form input[type="date"] {
    height: 40px;
}


.entry-form input[type="file"] {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.entry-form .zipcode {
    max-width: 200px;
	display: block;
}

.entry-form input,
.entry-form textarea,
.entry-form select,
.entry-form button {
    -webkit-appearance: none;
    appearance: none; 
}

input[type="radio"] {
  -webkit-appearance: radio; 
}

.wpcf7-radio {
    display: flex; /* ラジオボタン全体を横並びに */
    gap: 20px; /* ラジオボタン間の間隔を調整 */
}

.gender-radio p {
	margin:0 0 25px;
}

.gender-radio .wpcf7-form-control-wrap {
    display: flex;
    gap: 10px; /* 各リストアイテム間のスペースを調整 */
}

.gender-radio .wpcf7-list-item {
    display: flex;
    align-items: center; 
    gap: 5px; 
	margin: 0;
}

.gender-radio .wpcf7-list-item-label {
    font-weight: normal;
	white-space: nowrap;
}

.gender-radio input{
    margin: 0;
}

.gender-radio input[type="radio"] {
    width: 14px;
    height: 14px; 
	padding: 0;
	border-radius: 50%;
}

.salary-field p {
	font-weight: normal;
	margin-top:5px;
}

.entry-form p .salary-field p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.salary-field input[type="number"] {
    max-width: 200px;
}

.form-submit {
    text-align: center;
}

.submit-button {
    background-color: #9DC814!important;
    color: #FFFFFF!important;
    border: none!important;
    padding: 20px!important;
    font-size: 16px!important;
    cursor: pointer;
    transition: background-color 0.3s ease;
	margin-top: 30px;
}

.submit-button:hover {
    background-color: #6B8D32;
}


/* レスポンシブ対応 */
@media (max-width: 768px) {
    .entry-form {
        padding: 15px;
    }

    .form-title {
        font-size: 20px;
    }

    .entry-form input,
    .entry-form textarea,
    .entry-form select {
        font-size: 13px;
        padding: 8px;
    }

    .submit-button {
        font-size: 14px;
        padding: 8px 15px;
    }
}


.thanks-page__form{
	text-align: center;
	color: #6B8D32;
	font-weight: 700;
	font-size: 1.7rem;
}

@media (min-width: 768px) {
    .thanks-page__form{
       font-size: 2.5rem;
		}
}

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