@charset "UTF-8";
/*
Theme Name: nakazatok
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: nakazatok
	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 youve learned.

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

button:hover {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 122px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  width: 100%;
}

.post, .page {
  margin-bottom: 0;
}

.site {
  width: 100%;
  overflow: hidden;
  background: url("img/page-bg.png") no-repeat top/contain;
  background-position: 0 100px;
  background-color: #CFEC8C;
}
.site #popup-movie-button {
  position: fixed;
  top: 50%;
  right: 0; /* 右端からの距離を調整 */
  transform: translateY(-50%);
  width: 35px;
  height: 225px;
  border: none;
  cursor: pointer;
  z-index: 10; /* モーダルより手前に表示 */
  padding: 0;
}

.site-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.site-header .site-branding-top-header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-color: rgba(207, 236, 140, 0.5);
}
.site-header .site-branding-top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /* ハンバーガーボタンのスタイル */
}
.site-header .site-branding-top-header .site-branding-top-header-inner {
  z-index: 100;
}
.site-header .site-branding-top-header h1.site-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
  margin: 0;
  z-index: 4;
}
.site-header .site-branding-top-header .site-branding-row-links {
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 3px;
}
@media (min-width: 425px) {
  .site-header .site-branding-top-header .site-branding-row-links {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-links {
    height: 45px;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.site-header .site-branding-top-header .site-branding-row-links-icons, .site-header .site-branding-top-header .site-branding-row-links-entry-types {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding: 0;
  margin: 0;
  display: flex; /* 横並びにする */
  align-items: flex-end;
}
.site-header .site-branding-top-header .site-branding-row-links-icons li, .site-header .site-branding-top-header .site-branding-row-links-entry-types li {
  display: flex; /* 必要に応じてアイコンを中央揃え */
  align-items: center;
  justify-content: center;
}
.site-header .site-branding-top-header .site-branding-row-links-icons {
  gap: 1rem;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-links-icons {
    gap: 40px;
    padding-right: 40px;
  }
}
.site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-mail {
  margin-right: 3px;
}
.site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-mail img {
  width: 25px;
  height: auto;
}
@media (min-width: 425px) {
  .site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-mail {
    margin-right: 0;
  }
}
.site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-instagram {
  position: absolute;
  right: 1rem;
  top: 57px;
  z-index: 3;
}
@media (min-width: 425px) {
  .site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-instagram {
    position: relative;
    right: auto;
    top: auto;
  }
}
.site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-instagram img {
  height: auto;
  width: 20px;
}
.site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-tiktok {
  position: absolute;
  right: 1rem;
  top: 88px;
  z-index: 3;
}
@media (min-width: 425px) {
  .site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-tiktok {
    position: relative;
    right: auto;
    top: auto;
  }
}
.site-header .site-branding-top-header .site-branding-row-links-icons .header-link-icon-tiktok img {
  height: auto;
  width: 17px;
}
.site-header .site-branding-top-header .site-branding-row-links-entry-types {
  display: none;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  border: 2px solid #46BB56;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-links-entry-types {
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
}
.site-header .site-branding-top-header .site-branding-row-links-entry-types li {
  background-color: white;
  width: 150px;
  height: 36px;
  box-sizing: border-box;
  border-right: 2px solid #46BB56;
}
.site-header .site-branding-top-header .site-branding-row-links-entry-types li:last-child {
  border-right: none;
}
.site-header .site-branding-top-header .site-branding-row-links-entry-types li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.site-header .site-branding-top-header .site-branding-row-links-entry-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #FE4500;
  width: 130px;
  height: 58px;
  padding: 10px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-links-entry-button {
    height: 45px;
    margin-right: 45px;
    border-radius: 0 0 0 10px;
    padding: 1rem;
    align-items: center;
  }
}
.site-header .site-branding-top-header .site-branding-row-links-entry-button a {
  display: block;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.site-header .site-branding-top-header .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #63BF00;
  color: white;
  text-align: center;
  line-height: normal;
  padding: 0;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .menu-toggle {
    display: none;
  }
}
.site-header .site-branding-top-header .site-branding-row-menu.desktop {
  display: none;
  margin-top: 0;
  z-index: 3;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-menu.desktop {
    display: block;
    margin-top: 20px;
  }
}
.site-header .site-branding-top-header .site-branding-row-menu.desktop .menu-main-menu-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-menu.desktop .menu-main-menu-container {
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
}
.site-header .site-branding-top-header .site-branding-row-menu.desktop .menu-main-menu-container ul {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding: 0;
  margin: 0;
  display: flex; /* 横並びにする */
  gap: 25px;
  align-items: flex-end;
  flex-direction: column;
  /* メディアクエリで小さい画面の場合の設定 */
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-menu.desktop .menu-main-menu-container ul {
    flex-direction: row;
  }
}
.site-header .site-branding-top-header .site-branding-row-menu.desktop .menu-main-menu-container ul li {
  flex: 0 0 auto;
  height: 2rem;
}
.site-header .site-branding-top-header .site-branding-row-menu.desktop .menu-main-menu-container ul li a {
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.site-header .site-branding-top-header .site-branding-row-menu.mobile {
  margin-top: 0;
  z-index: 3;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-menu.mobile {
    display: none;
  }
}
.site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* メニューを表示 */
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container {
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
}
.site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container .menu-mobile {
  display: none; /* 初期状態は非表示 */
  list-style: none;
  padding: 0;
  margin: 0;
  /* メディアクエリで小さい画面の場合の設定 */
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container .menu-mobile {
    display: flex;
    flex-direction: row;
  }
}
.site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container .menu-mobile.show {
  display: block;
  background-color: white;
  padding: 1rem;
  border-radius: 8px 0 0 8px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 5;
}
.site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container ul {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding: 0;
  margin: 0;
  display: flex; /* 横並びにする */
  gap: 25px;
  align-items: flex-end;
  flex-direction: column;
  /* メディアクエリで小さい画面の場合の設定 */
}
@media (min-width: 1024px) {
  .site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container ul {
    flex-direction: row;
  }
}
.site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container ul li {
  flex: 0 0 auto;
  height: 2rem;
}
.site-header .site-branding-top-header .site-branding-row-menu.mobile .menu-mobile-menu-container ul li a {
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.site-header .site-branding-top-wrapper {
  position: relative;
  z-index: 2;
}
.site-header .site-branding-top-wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.site-header .site-branding-top-wrapper-bg-01,
.site-header .site-branding-top-wrapper-bg-02,
.site-header .site-branding-top-wrapper-bg-03,
.site-header .site-branding-top-wrapper-bg-04,
.site-header .site-branding-top-wrapper-bg-05,
.site-header .site-branding-top-wrapper-bg-06 {
  flex-grow: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  animation: fadeBackground 25s infinite;
}
.site-header .site-branding-top-wrapper-bg-01 img,
.site-header .site-branding-top-wrapper-bg-02 img,
.site-header .site-branding-top-wrapper-bg-03 img,
.site-header .site-branding-top-wrapper-bg-04 img,
.site-header .site-branding-top-wrapper-bg-05 img,
.site-header .site-branding-top-wrapper-bg-06 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header .site-branding-top-wrapper-bg-01 {
  animation-delay: 1s;
}
.site-header .site-branding-top-wrapper-bg-02 {
  animation-delay: 5s;
}
.site-header .site-branding-top-wrapper-bg-03 {
  animation-delay: 9s;
}
.site-header .site-branding-top-wrapper-bg-04 {
  animation-delay: 13s;
}
.site-header .site-branding-top-wrapper-bg-05 {
  animation-delay: 17s;
}
.site-header .site-branding-top-wrapper-bg-06 {
  animation-delay: 21s;
}
@keyframes fadeBackground {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1; /* フェードイン */
  }
  16% {
    opacity: 1;
  }
  24% {
    opacity: 0; /* フェードアウト */
  }
  100% {
    opacity: 0;
  }
}
.site-header .site-branding .site-branding-row-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: none;
}
.site-header .site-branding-top {
  width: 100%;
  height: auto;
  max-height: calc(100vh + 18rem);
  position: relative;
  z-index: 1;
  display: flex;
  height: calc(100vh + 10rem);
  max-height: 430px;
  /* ハンバーガーボタンのスタイル */
}
@media (min-width: 1024px) {
  .site-header .site-branding-top {
    height: auto;
    max-height: calc(100vh + 10rem);
  }
}
.site-header .site-branding-top h1.site-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
  margin: 0;
  z-index: 4;
}
.site-header .site-branding-top .site-branding-row-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: none;
  overflow: hidden;
}
.site-header .site-branding-top .site-branding-row-links {
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-links {
    height: 51px;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.site-header .site-branding-top .site-branding-row-links-icons, .site-header .site-branding-top .site-branding-row-links-entry-types {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding: 0;
  margin: 0;
  display: flex; /* 横並びにする */
  align-items: flex-end;
}
.site-header .site-branding-top .site-branding-row-links-icons li, .site-header .site-branding-top .site-branding-row-links-entry-types li {
  display: flex; /* 必要に応じてアイコンを中央揃え */
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.site-header .site-branding-top .site-branding-row-links-icons {
  gap: 40px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-links-icons {
    padding-right: 40px;
  }
}
.site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-mail img {
  width: 25px;
  height: auto;
}
.site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-instagram {
  position: absolute;
  right: 1rem;
  top: 90px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-instagram {
    position: relative;
    right: auto;
    top: auto;
  }
}
.site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-instagram img {
  width: 25px;
  height: auto;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-instagram img {
    width: 20px;
  }
}
.site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-tiktok {
  position: absolute;
  right: 1rem;
  top: 140px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-tiktok {
    position: relative;
    right: auto;
    top: auto;
  }
}
.site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-tiktok img {
  width: 25px;
  height: auto;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-links-icons .header-link-icon-tiktok img {
    width: 17px;
  }
}
.site-header .site-branding-top .site-branding-row-links-entry-types {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  border: 2px solid #46BB56;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-links-entry-types {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
}
.site-header .site-branding-top .site-branding-row-links-entry-types li {
  background-color: white;
  width: 150px;
  height: 36px;
  box-sizing: border-box;
  border-right: 2px solid #46BB56;
}
.site-header .site-branding-top .site-branding-row-links-entry-types li:last-child {
  border-right: none;
}
.site-header .site-branding-top .site-branding-row-links-entry-types li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.site-header .site-branding-top .site-branding-row-links-entry-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #FE4500;
  width: 130px;
  height: 47px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-links-entry-button {
    height: 45px;
    margin-right: 45px;
    border-radius: 0 0 0 10px;
    padding: 1rem;
    align-items: center;
  }
}
.site-header .site-branding-top .site-branding-row-links-entry-button a {
  display: block;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.site-header .site-branding-top .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #63BF00;
  color: white;
  text-align: center;
  line-height: normal;
  padding: 0;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .site-header .site-branding-top .menu-toggle {
    display: flex;
  }
}
.site-header .site-branding-top .site-branding-row-menu {
  margin-top: 0;
  z-index: 3;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-menu {
    margin-top: 20px;
  }
}
.site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* メニューを表示 */
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container {
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
}
.site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; /* 初期状態は非表示 */
  /* メディアクエリで小さい画面の場合の設定 */
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container .menu {
    display: flex;
  }
}
.site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container .menu.show {
  display: block;
  background-color: white;
  padding: 1rem;
  border-radius: 8px 0 0 8px;
  position: absolute;
  right: 0;
  top: 52px;
}
.site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container ul {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding: 0;
  margin: 0;
  display: flex; /* 横並びにする */
  gap: 25px;
  align-items: flex-end;
  flex-direction: column;
  /* メディアクエリで小さい画面の場合の設定 */
}
@media (min-width: 1024px) {
  .site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container ul {
    flex-direction: row;
  }
}
.site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container ul li {
  flex: 0 0 auto;
  height: 2rem;
}
.site-header .site-branding-top .site-branding-row-menu .menu-main-menu-container ul li a {
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.site-header .site-branding-top ul.top-header-info {
  position: relative;
  z-index: 7;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: end;
  gap: 1rem; /* セル間のスペース */
  list-style: none;
  margin: 2rem 0 0;
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .site-header .site-branding-top ul.top-header-info {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px; /* セル間のスペース */
    margin-top: -17rem;
  }
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item {
  background-color: white;
  border-radius: 0 16px 0 16px;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-new {
  box-sizing: border-box;
  background-color: #FE4500;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  width: 167px;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-bottom: rem;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper {
  bottom: 0;
  padding: 0.5rem;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title {
  display: flex;
  align-items: end;
  gap: 2rem;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-date .info-item-date-day {
  color: #269535;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2em;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-date .info-item-date-yearmonth {
  color: #269535;
  font-color: 1rem;
  font-weight: bold;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-title {
  display: flex;
  flex-direction: column;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-title .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-title .post-categories li {
  font-size: 0.8rem;
  border: 1px solid black;
  width: fit-content;
  padding: 0 0.5rem;
  border-radius: unset;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-title .info-item-title-text {
  color: #269535;
  font-size: 16px;
  font-weight: bold;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-excerpt {
  margin: 1rem 0 1rem;
  padding: 0 0 0 0.5rem;
  height: 4.5em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示したい行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-header .site-branding-top ul.top-header-info li.top-header-info-item .info-item-arrow {
  text-align: right;
  padding: 0.5rem;
  height: 3rem;
}
.site-header .top-header-images {
  position: relative;
  width: 100%;
  height: calc(100vh + 9rem);
  overflow: hidden;
  z-index: 2;
}
.site-header .top-header-images .top-header-images-01-text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 90%;
  height: auto;
  max-height: 51vh;
  aspect-ratio: 514/356;
  background: url(img/top-header-images-01-text.png) no-repeat center/contain;
  z-index: 8;
}
@media (min-width: 425px) {
  .site-header .top-header-images .top-header-images-01-text {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .site-header .top-header-images .top-header-images-01-text {
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .site-header .top-header-images .top-header-images-01-text {
    bottom: 300px;
    left: 30%;
    max-width: 40%;
  }
}
.site-header .top-header-images .top-header-images-02-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/header-image-02-line.png") no-repeat center/cover;
  z-index: 4;
  clip-path: polygon(0 100%, 0% 100%, 0 0, 0 0);
  animation: diagonal-reveal 1s cubic-bezier(0.6, -0.28, 0.74, 0.05) forwards; /* アニメーションを適用 */
}
@keyframes diagonal-reveal {
  0% {
    clip-path: polygon(0 100%, 0 100%, 0 0, 0 0); /* 完全に非表示 */
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); /* 全体が表示 */
  }
}
.site-header .top-header-images .top-header-images-03-staff {
  z-index: 5;
  /* 初期状態: 完全に非表示 */
}
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-01, .site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-02,
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-03,
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-04,
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-05,
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-06 {
  position: absolute;
  bottom: 0; /* 常に画面上部に配置 */
  right: 0; /* 常に画面左端に配置 */
  width: 70%; /* 画面幅に合わせて拡大縮小 */
  height: 100%; /* 画面高さに合わせて拡大縮小 */
  max-height: 100vh;
  z-index: 5;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  animation: staff-fade-in 25s infinite;
  display: grid;
  align-items: end;
}
@media (min-width: 1024px) {
  .site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-01, .site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-02,
  .site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-03,
  .site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-04,
  .site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-05,
  .site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-06 {
    height: auto;
    width: 50%; /* 画面幅に合わせて拡大縮小 */
  }
}
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-01 {
  animation-delay: 1s;
}
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-02 {
  animation-delay: 5s;
}
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-03 {
  animation-delay: 9s;
}
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-04 {
  animation-delay: 13s;
}
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-05 {
  animation-delay: 17s;
}
.site-header .top-header-images .top-header-images-03-staff .top-header-images-03-staff-06 {
  animation-delay: 21s;
}
@keyframes staff-fade-in {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1; /* フェードイン */
  }
  16% {
    opacity: 1; /* 表示状態を維持 */
  }
  24% {
    opacity: 0; /* フェードアウト */
  }
  100% {
    opacity: 0;
  }
}
.site-header .top-header-images .top-header-images-04-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/header-image-04-line.png") no-repeat center/cover;
  z-index: 6;
  opacity: 1; /* 初期状態は表示 */
  animation: diagonal-reveal-reverse 0.5s ease-in forwards; /* アニメーションを保持 */
  animation-delay: 2s;
  clip-path: polygon(0 0, 0 35%, 0 0, 0 0); /* clip-path を保持 */
}
@keyframes diagonal-reveal-reverse {
  0% {
    clip-path: polygon(0 0, 0 35%, 0 0, 0 0);
  }
  70% {
    clip-path: polygon(0 0, 0 100%, 45% 100%, 55% 0);
  }
  100% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  }
}
.site-header .header-bottom {
  background-color: #CFEC8C;
  width: 100%;
  padding: 3rem 0;
  display: flex;
  justify-content: center; /* 水平方向の中央 */
  align-items: center; /* 垂直方向の中央 */
}
.site-header .header-bottom a {
  display: block;
  width: 140px;
  height: 58px;
}

.header-bottom-links-entry-types {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  display: flex; /* 横並びにする */
  align-items: flex-end;
  z-index: 3;
  height: 40px;
  border: 2px solid #46BB56;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  margin: 120px auto 0;
}
@media (min-width: 1024px) {
  .header-bottom-links-entry-types {
    display: none;
  }
}
.header-bottom-links-entry-types li {
  display: flex; /* 必要に応じてアイコンを中央揃え */
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 150px;
  height: 36px;
  box-sizing: border-box;
  border-right: 2px solid #46BB56;
}
.header-bottom-links-entry-types li:last-child {
  border-right: none;
}
.header-bottom-links-entry-types li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.site-main {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .site-main {
    margin-top: 0;
  }
}

.entry-content {
  position: relative;
  z-index: 2;
  margin-top: -3rem;
}

.section-01-ideal-company {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-01-ideal-company .section-01-ideal-company-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background: url("img/top-section-01-bg.png") no-repeat top/contain;
  aspect-ratio: 2732/464;
  font-size: 28px;
  color: #008129;
  margin: 0;
  padding: 2rem 1rem;
}
@media (min-width: 1024px) {
  .section-01-ideal-company .section-01-ideal-company-title {
    padding: 3rem 1rem;
  }
}
.section-01-ideal-company .section-01-ideal-company-content {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .section-01-ideal-company .section-01-ideal-company-content {
    gap: 60px;
    margin-top: -2rem;
    flex-direction: row;
  }
}
.section-01-ideal-company .section-01-ideal-company-content section {
  flex: 1;
}
.section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col1 {
  flex: 4;
  position: relative;
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col1 {
    margin-right: 0;
  }
}
.section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col1 .section-01-ideal-company-content-col1-image01 {
  border-radius: 0 12% 12% 0;
  width: 100%;
  aspect-ratio: 676/420;
}
.section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col1 .section-01-ideal-company-content-col1-image01-text {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col1 .section-01-ideal-company-content-col1-image02 {
  position: absolute;
  bottom: -6vw;
  right: -8vw;
  border-radius: 16px;
  width: 40%;
  aspect-ratio: 273/169;
  display: none;
}
@media (min-width: 1024px) {
  .section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col1 .section-01-ideal-company-content-col1-image02 {
    display: inline;
  }
}
.section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col2 {
  z-index: 1;
  flex: 3;
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding-left: 1rem;
}
@media (min-width: 1024px) {
  .section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col2 {
    padding-left: 0;
  }
}
.section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col2 span {
  white-space: nowrap;
}
.section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col3 {
  text-align: center;
}
@media (min-width: 1024px) {
  .section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col3 {
    position: absolute;
    bottom: -24%;
    left: 55%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col3 img {
  width: 42%;
  border-radius: 8%;
}
@media (min-width: 1024px) {
  .section-01-ideal-company .section-01-ideal-company-content .section-01-ideal-company-content-col3 img {
    width: 25%;
  }
}

.section-02-bg {
  position: relative;
  margin-top: -18rem;
  width: 100%;
  background: url("img/top-section-02-bg.png") no-repeat center/contain;
  aspect-ratio: 1377/759;
}
@media (min-width: 1024px) {
  .section-02-bg {
    margin-top: -11rem;
  }
}

.section-03-message {
  position: relative;
  margin-top: 10rem;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .section-03-message {
    margin-top: -18rem;
  }
}
.section-03-message h1 {
  font-size: clamp(16px, 7vw, 30px);
  font-weight: 900;
  text-align: center;
  margin: 0.5rem;
}
@media (min-width: 1024px) {
  .section-03-message h1 {
    font-size: 42px;
  }
}
.section-03-message h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0.5rem;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 1024px) {
  .section-03-message h2 {
    font-size: 38px;
  }
}
.section-03-message h2 span {
  white-space: nowrap;
}
.section-03-message h2 span:nth-child(1) {
  margin-left: -1em;
}
.section-03-message h2 span:nth-child(2) {
  margin-left: 1em;
}
@media (min-width: 600px) {
  .section-03-message h2 span:nth-child(1) {
    margin-left: 0;
  }
  .section-03-message h2 span:nth-child(2) {
    margin-left: 0;
  }
}
.section-03-message h3 {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: normal;
  text-align: center;
  margin: 0.5rem;
}
.section-03-message .section-03-message-content {
  text-align: center;
  margin-top: 1rem;
}
.section-03-message .section-03-message-content .section-03-message-content-video {
  width: 100%;
  max-width: 854px;
}

.section-04-three-pillars {
  position: relative;
  margin-top: 6rem;
  background-position: right top;
  background-size: contain;
  width: 100%;
  margin-bottom: 10rem;
}
@media (min-width: 1024px) {
  .section-04-three-pillars {
    margin-bottom: 20rem;
  }
}
.section-04-three-pillars .section-04-three-pillars-bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  z-index: 2;
}
.section-04-three-pillars .section-04-three-pillars-title {
  position: relative;
  z-index: 2;
  font-size: 5vw;
  color: #008129;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-title {
    font-size: 28px;
  }
}
.section-04-three-pillars .section-04-three-pillars-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.section-04-three-pillars .section-04-three-pillars-bg {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-bg {
    width: 90%;
  }
}
.section-04-three-pillars .section-04-three-pillars-bg-1 {
  position: absolute;
  bottom: -66%;
  left: 0;
  z-index: 1;
  bottom: -10%;
}
.section-04-three-pillars .section-04-three-pillars-bg-2 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section-04-three-pillars .section-04-three-pillars-bg-2 img {
  width: 100%;
  border-radius: 30px 0 0 30px;
}
.section-04-three-pillars .section-04-three-pillars-head {
  position: absolute;
  /* z-index: 2; */
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1265/467;
}
.section-04-three-pillars .section-04-three-pillars-head .section-04-three-pillars-head-title {
  margin: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1265/467;
  color: white;
  text-align: center;
  font-size: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -2rem;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-head .section-04-three-pillars-head-title {
    font-size: 2vw;
    flex-direction: row;
  }
}
.section-04-three-pillars .section-04-three-pillars-head .section-04-three-pillars-head-title span {
  white-space: wrap;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-head .section-04-three-pillars-head-title span {
    white-space: nowrap;
  }
}
.section-04-three-pillars .section-04-three-pillars-head-image {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  margin: -15% auto 0;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-head-image {
    gap: 15px;
    max-width: 650px;
    margin: -10rem auto 0;
  }
}
.section-04-three-pillars .section-04-three-pillars-head-image > section {
  position: relative;
  text-align: center;
  flex: 25;
}
.section-04-three-pillars .section-04-three-pillars-head-image > section button.open-modal {
  position: absolute;
  bottom: 0.5vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: none;
  width: 100%;
}
.section-04-three-pillars .section-04-three-pillars-head-image > section button.open-modal img {
  width: 100%;
}
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02,
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03 {
  background-color: #FFF;
  border-radius: 100%/50%;
  width: 100%;
  height: auto;
  aspect-ratio: 200/370;
  padding-top: 2%;
}
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01 .section-04-three-pillars-head-image-row1-row1, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02 .section-04-three-pillars-head-image-row1-row1,
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03 .section-04-three-pillars-head-image-row1-row1 {
  font-size: clamp(14px, 6vw, 50px);
  font-weight: bold;
  color: #008129;
  line-height: 1em;
  padding-top: 5%;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01 .section-04-three-pillars-head-image-row1-row1, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02 .section-04-three-pillars-head-image-row1-row1,
  .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03 .section-04-three-pillars-head-image-row1-row1 {
    font-size: 50px;
    font-weight: 900;
  }
}
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01 .section-04-three-pillars-head-image-row1-row2, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02 .section-04-three-pillars-head-image-row1-row2,
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03 .section-04-three-pillars-head-image-row1-row2 {
  font-size: clamp(14px, 5vw, 40px);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01 .section-04-three-pillars-head-image-row1-row2, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02 .section-04-three-pillars-head-image-row1-row2,
  .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03 .section-04-three-pillars-head-image-row1-row2 {
    font-size: 40px;
  }
}
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01 p.section-04-three-pillars-head-image-row2, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02 p.section-04-three-pillars-head-image-row2,
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03 p.section-04-three-pillars-head-image-row2 {
  font-size: clamp(9px, 2vw, 15px);
  margin: 0;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01 p.section-04-three-pillars-head-image-row2, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02 p.section-04-three-pillars-head-image-row2,
  .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03 p.section-04-three-pillars-head-image-row2 {
    font-size: 15px;
  }
}
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01-img, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02-img,
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-01-img, .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-02-img,
  .section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-03-img {
    width: 50%;
  }
}
.section-04-three-pillars .section-04-three-pillars-head-image .section-04-three-pillars-head-image-plus {
  flex: 4;
  margin-bottom: 7vw;
}
/* モーダルの全体設定 */
.modal-container {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .modal-container {
    flex-direction: row;
  }
}

button.open-modal {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
}

/* モーダルが表示されるとき */
.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 4;
  padding: 170px 1rem 0;
}
@media (min-width: 425px) {
  .modal-container.active {
    padding: 120px 1rem;
  }
}

/* モーダルのスタイル */
.modal {
  position: relative;
  background: white;
  border-radius: 8px;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .modal {
    padding: 5rem;
  }
}
.modal video {
  width: 100%;
  height: auto;
}

#popup-movie-modal.modal-container {
  padding-right: 2.5rem;
}
@media (min-width: 1024px) {
  #popup-movie-modal.modal-container {
    padding-right: 1rem;
  }
}
#popup-movie-modal.modal-container .modal {
  padding: 1rem;
  padding-top: 5rem;
  width: auto;
}
#popup-movie-modal.modal-container .modal video {
  max-width: 100vw;
}
@media (min-width: 1024px) {
  #popup-movie-modal.modal-container .modal video {
    max-width: 120vh;
  }
}

/* 閉じるボタンのスタイル */
#close-modal {
  margin-top: 10px;
  border: 1px solid black;
}

.close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 5px; /* 角丸 */
  cursor: pointer;
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  background-color: transparent;
  border-radius: 0;
  font-size: 50px;
  padding: 0;
}
.close-modal::before, .close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央配置 */
  width: 30px;
  height: 2px;
  background-color: #333; /* 線の色 */
}
.close-modal::before {
  transform: translate(-50%, -50%) rotate(45deg); /* 45度回転 */
}
.close-modal::after {
  transform: translate(-50%, -50%) rotate(-45deg); /* -45度回転 */
}
@media (min-width: 425px) {
  .close-modal {
    top: 1rem;
    right: 1rem;
  }
}
@media (min-width: 1024px) {
  .close-modal {
    width: 50px;
    height: 50px;
  }
}

.section-04-modal {
  position: relative;
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 0 2rem;
  flex-direction: column;
}
@media (min-width: 425px) {
  .section-04-modal {
    padding: 1rem 0 2rem;
  }
}
@media (min-width: 1024px) {
  .section-04-modal {
    max-width: 1170px;
    flex-direction: row;
  }
}
.section-04-modal .section-04-modal-col1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 5rem;
  padding: 3rem;
}
@media (min-width: 1024px) {
  .section-04-modal .section-04-modal-col1 {
    writing-mode: vertical-rl;
    text-orientation: upright; /* 英数字を縦向きに */
    /* text-orientation: mixed; 英数字を横向きに */
    flex-direction: row;
    width: 5rem;
  }
}
.section-04-modal .section-04-modal-col1 .section-04-modal-col1-row1 {
  font-size: 22px;
  font-weight: 900;
}
@media (min-width: 1024) {
  .section-04-modal .section-04-modal-col1 .section-04-modal-col1-row1 {
    width: 2rem;
    line-height: 2rem;
  }
}
.section-04-modal .section-04-modal-col1 .section-04-modal-col1-row2 {
  font-size: 130px;
  font-weight: 100;
  width: 2rem;
  line-height: 2rem;
}
.section-04-modal .section-04-modal-col2 {
  padding-top: 1rem;
}
.section-04-modal .section-04-modal-col2 .section-04-modal-col2-row1 {
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-04-modal .section-04-modal-col2 .section-04-modal-col2-row1 {
    flex-direction: row;
    width: 815px;
    gap: 50px;
  }
}
.section-04-modal .section-04-modal-col2 .section-04-modal-col2-row1 .section-04-modal-col2-row1-col1 {
  flex: 1;
  width: 100%;
  max-width: 815px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .section-04-modal .section-04-modal-col2 .section-04-modal-col2-row1 .section-04-modal-col2-row1-col1 {
    flex-direction: column;
  }
}
.section-04-modal .section-04-modal-col2 .section-04-modal-col2-row1 .section-04-modal-col2-row1-col1-row1 {
  font-size: 52px;
  font-weight: 900;
  color: #008129;
  line-height: 1em;
}
.section-04-modal .section-04-modal-col2 .section-04-modal-col2-row1 .section-04-modal-col2-row1-col1-row2 {
  font-size: 40px;
  font-weight: 500;
}
.section-04-modal .section-04-modal-col2 .section-04-modal-col2-row1 .section-04-modal-col2-row1-col2 {
  flex: 5;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.7em;
  margin: 0;
  padding: 1rem;
}
.section-04-modal .section-04-modal-col3 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 0.5rem;
  padding-left: 5rem;
}

.section-05-our-team {
  position: relative;
  z-index: 2;
  background: none;
  background-position: center;
  background-size: cover;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .section-05-our-team {
    background: url("img/section-05-our-team-bg.svg") no-repeat;
    background-position: center;
  }
}
.section-05-our-team .section-05-our-team-header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.section-05-our-team .section-05-our-team-header-title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(16px, 7vw, 30px);
}
@media (min-width: 1024px) {
  .section-05-our-team .section-05-our-team-header-title {
    padding-left: 238px;
    font-size: 42px;
  }
}
.section-05-our-team .section-05-our-team-header-picure {
  margin: -11rem 0 0;
}
.section-05-our-team .section-05-our-team-header-picure .section-05-our-team-header-picture-img {
  border-radius: 15px;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .section-05-our-team .section-05-our-team-header-picure {
    transform: translateX(-120%);
  }
  .section-05-our-team .section-05-our-team-header-picure .section-05-our-team-header-picture-img {
    max-width: 50%;
  }
}
.section-05-our-team .section-05-our-team-container {
  display: grid;
  column-gap: 20px; /* 要素間の間隔 */
  row-gap: 3rem;
  width: 100%;
  max-width: 960px;
  margin: 5rem auto 0;
  grid-template-columns: repeat(1, 1fr); /* レスポンシブ対応 */
}
@media (min-width: 768px) {
  .section-05-our-team .section-05-our-team-container {
    row-gap: 7rem;
    grid-template-columns: repeat(2, 1fr); /* レスポンシブ対応 */
  }
}
@media (min-width: 1024px) {
  .section-05-our-team .section-05-our-team-container {
    row-gap: 7rem;
    grid-template-columns: repeat(3, 333px); /* レスポンシブ対応 */
    margin: 8rem auto 0;
    max-width: 1024px;
  }
}
.section-05-our-team .section-05-our-team-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url("img/section-05-our-team-item-bg.png") no-repeat;
  background-position: bottom;
  background-size: contain;
  /* スマホサイズ（1列） */
  /* タブレットサイズ（2列） */
}
@media (min-width: 1024px) {
  .section-05-our-team .section-05-our-team-item {
    background: none;
  }
}
.section-05-our-team .section-05-our-team-item img.section-05-our-team-item-member {
  width: 50%;
  aspect-ratio: auto 296/527;
  height: auto;
}
.section-05-our-team .section-05-our-team-item .section-05-our-team-item-member-info {
  position: absolute;
  top: 20%;
  padding: 0 1rem;
}
@media (min-width: 725px) {
  .section-05-our-team .section-05-our-team-item .section-05-our-team-item-member-info {
    top: 50%;
  }
}
.section-05-our-team .section-05-our-team-item .section-05-our-team-item-member-info .section-05-our-team-item-member-text-number {
  font-size: 68px;
  font-weight: 900;
  color: #38B15F;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 725px) {
  .section-05-our-team .section-05-our-team-item .section-05-our-team-item-member-info .section-05-our-team-item-member-text-number {
    flex-direction: row;
    align-items: center;
  }
}
.section-05-our-team .section-05-our-team-item:nth-child(odd) .section-05-our-team-item-member-info {
  right: 0;
}
@media (min-width: 1024px) {
  .section-05-our-team .section-05-our-team-item:nth-child(odd) .section-05-our-team-item-member-info {
    left: 0;
  }
}
.section-05-our-team .section-05-our-team-item:nth-child(odd) .section-05-our-team-item-member-info .section-05-our-team-item-member-text-number {
  align-items: flex-end;
}
@media (min-width: 725px) {
  .section-05-our-team .section-05-our-team-item:nth-child(odd) .section-05-our-team-item-member-info .section-05-our-team-item-member-text-number {
    align-items: center;
  }
}
.section-05-our-team .section-05-our-team-item:nth-child(even) {
  padding-bottom: 2rem;
}
@media (min-width: 725px) {
  .section-05-our-team .section-05-our-team-item:nth-child(even) {
    padding: 0;
  }
}
.section-05-our-team .section-05-our-team-item:nth-child(even) .section-05-our-team-item-member-info {
  left: 0;
}
.section-05-our-team .section-05-our-team-item:nth-child(even) .section-05-our-team-item-member-info .section-05-our-team-item-member-text-number {
  align-items: flex-start;
}
@media (min-width: 725px) {
  .section-05-our-team .section-05-our-team-item:nth-child(even) .section-05-our-team-item-member-info .section-05-our-team-item-member-text-number {
    align-items: center;
  }
}
.section-05-our-team .section-05-our-team-item:nth-child(1) .section-05-our-team-item-member-image {
  text-align: left;
}
.section-05-our-team .section-05-our-team-item:nth-child(2) .section-05-our-team-item-member-image {
  text-align: right;
}
.section-05-our-team .section-05-our-team-item:nth-child(3) .section-05-our-team-item-member-image {
  text-align: left;
}
.section-05-our-team .section-05-our-team-item:nth-child(4) .section-05-our-team-item-member-image {
  text-align: right;
}
.section-05-our-team .section-05-our-team-item:nth-child(4) .section-05-our-team-item-member-image img.section-05-our-team-item-member {
  aspect-ratio: auto 333/530;
  width: 55%;
}
@media (min-width: 768px) {
  .section-05-our-team .section-05-our-team-item:nth-child(4) .section-05-our-team-item-member-image img.section-05-our-team-item-member {
    width: 333px;
  }
}
.section-05-our-team .section-05-our-team-item:nth-child(5) .section-05-our-team-item-member-image {
  text-align: left;
}
.section-05-our-team .section-05-our-team-item:nth-child(6) .section-05-our-team-item-member-image {
  text-align: right;
}
@media (min-width: 768px) {
  .section-05-our-team .section-05-our-team-item:nth-child(1) {
    margin-top: 0;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(1) img.section-05-our-team-item-member {
    width: 296px;
    aspect-ratio: auto 296/527;
    height: 527px;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(2) {
    margin-top: 0rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(2) img.section-05-our-team-item-member {
    width: 296px;
    aspect-ratio: auto 296/527;
    height: 527px;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(3) {
    margin-top: 0rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(3) img.section-05-our-team-item-member {
    width: 296px;
    aspect-ratio: auto 296/527;
    height: 527px;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(4) {
    margin-top: 0rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(4) img.section-05-our-team-item-member {
    width: 333px;
    aspect-ratio: auto 333/530;
    height: 530px;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(5) {
    margin-top: 0rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(5) img.section-05-our-team-item-member {
    width: 296px;
    aspect-ratio: auto 296/527;
    height: 527px;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(6) {
    margin-top: 0rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(6) img.section-05-our-team-item-member {
    width: 296px;
    aspect-ratio: auto 296/527;
    height: 527px;
  }
}
@media (min-width: 1024px) {
  .section-05-our-team .section-05-our-team-item:nth-child(1) {
    margin-top: 0;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(2) {
    margin-top: -4rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(3) {
    margin-top: -8rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(4) {
    margin-top: 0rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(5) {
    margin-top: -4rem;
  }
  .section-05-our-team .section-05-our-team-item:nth-child(6) {
    margin-top: -8rem;
  }
}

.section-05-our-team-item-member-info .section-05-our-team-item-member-text-green .section-05-our-team-item-member-text-green {
  border: 1px solid #FFF;
  background-color: #008129;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 5px;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.section-05-our-team-item-member-info .section-05-our-team-item-member-text-green .section-05-our-team-item-member-text-green.row-01 {
  align-self: flex-start;
}
.section-05-our-team-item-member-info .section-05-our-team-item-member-text-green .section-05-our-team-item-member-text-green.row-02 {
  align-self: flex-end;
}
.section-05-our-team-item-member-info .section-05-our-team-item-member-text-off-white {
  display: flex;
  justify-content: flex-end;
}
.section-05-our-team-item-member-info .section-05-our-team-item-member-text-off-white p {
  width: fit-content;
  background-color: #FFF7CC;
  opacity: 0.8;
  font-weight: 14px;
  padding: 5px;
  margin: 0;
}

.section-05-our-team-item-open-modal-wrapper {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .section-05-our-team-item-open-modal-wrapper {
    grid-template-columns: 260px 1fr 260px;
  }
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col1 {
  flex: 1;
  min-width: 260px;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col1 h1 {
  font-size: 14px;
  font-weight: bold;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col1 h1 .section-05-our-team-item-open-modal-col1-number {
  font-size: 68px;
  font-weight: 900;
  color: #38B15F;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col1 figure {
  margin-bottom: 1rem;
  text-align: center;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 {
  flex: 2;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-open-modal-col2-header .section-05-our-team-item-member-text-green {
  border: 1px solid #FFF;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding: 5px 0 0;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-open-modal-col2-header .section-05-our-team-item-member-text-green.row-01 {
  align-self: flex-start;
  background-color: #008129;
  padding: 5px 0.5rem;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-open-modal-col2-header .section-05-our-team-item-member-text-green.row-02 {
  align-self: flex-end;
  background-color: #008129;
  padding: 5px 0.5rem;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-member-text-off-white {
  display: flex;
  justify-content: flex-start;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-member-text-off-white p {
  width: fit-content;
  background-color: #FFF7CC;
  opacity: 0.8;
  font-weight: 14px;
  padding: 5px;
  margin: 0;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-open-modal-col2-qa {
  margin-top: 3rem;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-open-modal-col2-qa h2.section-05-our-team-item-open-modal-col2-qa-question {
  font-size: 16px;
  font-weight: bold;
  color: #008129;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-open-modal-col2-qa h2.section-05-our-team-item-open-modal-col2-qa-question b {
  font-size: 22px;
  font-weight: bold;
  margin-right: 1em;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col2 .section-05-our-team-item-open-modal-col2-qa p.section-05-our-team-item-open-modal-col2-qa-answer {
  font-size: 15px;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col3 h2.section-05-our-team-item-open-modal-col3-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col3 h2.section-05-our-team-item-open-modal-col3-header .section-05-our-team-item-open-modal-col3-header-01 {
  background-color: #FF713B;
  border-radius: 1em;
  color: #FFF;
  font-size: 17px;
  font-weight: 900;
  width: fit-content;
  padding: 3px 1rem;
  align-self: flex-start;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col3 h2.section-05-our-team-item-open-modal-col3-header .section-05-our-team-item-open-modal-col3-header-02 {
  border: 1px solid #FF713B;
  border-radius: 1em;
  font-size: 14px;
  font-weight: bold;
  align-self: flex-end;
  padding: 3px 1rem;
  width: fit-content;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col3 .section-05-our-team-item-open-modal-col3-figure {
  margin: 1rem 0;
}
.section-05-our-team-item-open-modal-wrapper .section-05-our-team-item-open-modal-col3 p.section-05-our-team-item-open-modal-col3-content {
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  margin-top: 0;
}

.section-05-our-team-item .modal {
  position: relative;
}

.section-06-aboutus {
  position: relative;
  padding: 1rem 1rem 10vw;
}
.section-06-aboutus .section-06-aboutus-title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(16px, 7vw, 30px);
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-title {
    font-size: 42px;
  }
}
.section-06-aboutus .section-06-aboutus-content-wrapper {
  position: relative;
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content-wrapper {
    padding: 3vw;
    padding-bottom: 5vw;
  }
}
.section-06-aboutus .section-06-aboutus-content {
  position: relative;
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content {
    margin: 0 auto;
    max-width: 960px;
  }
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list {
  width: 100%;
  list-style: none;
  z-index: 3;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  aspect-ratio: 1150/467;
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list {
    display: block;
  }
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li {
  position: relative;
  border-radius: 170px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 3;
  height: 120px;
  width: 100%;
  max-width: 360px;
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li {
    justify-content: center;
  }
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li::after {
  content: "";
  display: block;
  padding-top: 10%; /* 親要素の高さの 50% */
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li.section-06-aboutus-content-item-center {
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  aspect-ratio: auto;
  max-width: 1440px;
  background: url(img/section-06-aboutus-bg.jpg) no-repeat center/cover;
  aspect-ratio: 1150/467;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: auto;
  width: 200vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  left: 0;
  margin-top: -6rem;
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li.section-06-aboutus-content-item-center {
    width: 100%;
    margin: 0 auto;
    border-radius: 0 5% 5% 0;
  }
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li.section-06-aboutus-content-item-center h2 {
  font-size: clamp(24px, 4vw, 42px);
  color: white;
  z-index: 3;
  margin: 0;
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li:nth-child(4) {
  margin-top: -6rem;
  z-index: 4;
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li:nth-child(4) {
    margin-top: -5rem;
  }
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li {
    position: absolute;
    max-width: 500px;
    width: 45%;
  }
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li:nth-child(1) {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li:nth-child(1) {
    top: -40px;
    left: -40px;
  }
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li:nth-child(2) {
    top: -40px;
    right: -40px;
  }
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li:nth-child(4) {
    bottom: -40px;
    left: -40px;
  }
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li:nth-child(5) {
    bottom: -40px;
    right: -40px;
  }
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li h3 {
  color: #008129;
  text-align: center;
  margin: 0;
  font-size: 34px;
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li h3 {
    font-size: clamp(20px, 1.8vw, 34px);
  }
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li p {
  text-align: center;
  margin: 0;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li p {
    font-size: clamp(18px, 1.2vw, 25px);
  }
}
.section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li button.open-modal {
  position: absolute;
  bottom: -23%;
  width: 105px;
  height: 68px;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (min-widh: 1024px) {
  .section-06-aboutus .section-06-aboutus-content ul.section-06-aboutus-content-list li button.open-modal {
    bottom: -27%;
  }
}
.section-06-aboutus .section-06-image-line-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1366/612;
  top: 54%;
  left: 41%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .section-06-aboutus .section-06-image-line-wrapper {
    display: block;
    top: 61%;
    left: 43%;
  }
}

#section-06-aboutus-content-item-01-open-modal .modal,
#section-06-aboutus-content-item-02-open-modal .modal,
#section-06-aboutus-content-item-03-open-modal .modal,
#section-06-aboutus-content-item-04-open-modal .modal {
  width: 100%;
  max-width: 800px;
  padding: 5rem 3rem 3rem;
}
#section-06-aboutus-content-item-01-open-modal .modal .section-06-aboutus-content-item-content,
#section-06-aboutus-content-item-02-open-modal .modal .section-06-aboutus-content-item-content,
#section-06-aboutus-content-item-03-open-modal .modal .section-06-aboutus-content-item-content,
#section-06-aboutus-content-item-04-open-modal .modal .section-06-aboutus-content-item-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 425px) {
  #section-06-aboutus-content-item-01-open-modal .modal .section-06-aboutus-content-item-content,
  #section-06-aboutus-content-item-02-open-modal .modal .section-06-aboutus-content-item-content,
  #section-06-aboutus-content-item-03-open-modal .modal .section-06-aboutus-content-item-content,
  #section-06-aboutus-content-item-04-open-modal .modal .section-06-aboutus-content-item-content {
    flex-direction: row;
  }
}
#section-06-aboutus-content-item-01-open-modal .modal .section-06-aboutus-content-item-content .section-06-aboutus-content-item-content-col1,
#section-06-aboutus-content-item-02-open-modal .modal .section-06-aboutus-content-item-content .section-06-aboutus-content-item-content-col1,
#section-06-aboutus-content-item-03-open-modal .modal .section-06-aboutus-content-item-content .section-06-aboutus-content-item-content-col1,
#section-06-aboutus-content-item-04-open-modal .modal .section-06-aboutus-content-item-content .section-06-aboutus-content-item-content-col1 {
  flex: 182;
  text-align: center;
}
#section-06-aboutus-content-item-01-open-modal .modal .section-06-aboutus-content-item-content .section-06-aboutus-content-item-content-col2,
#section-06-aboutus-content-item-02-open-modal .modal .section-06-aboutus-content-item-content .section-06-aboutus-content-item-content-col2,
#section-06-aboutus-content-item-03-open-modal .modal .section-06-aboutus-content-item-content .section-06-aboutus-content-item-content-col2,
#section-06-aboutus-content-item-04-open-modal .modal .section-06-aboutus-content-item-content .section-06-aboutus-content-item-content-col2 {
  flex: 452;
}

.section-07-data {
  margin-bottom: 8rem;
}
@media (min-witdh: 1042px) {
  .section-07-data {
    margin-bottom: 10rem;
  }
}
.section-07-data h1 {
  font-size: clamp(16px, 2vw, 28px);
  color: #008129;
  text-align: center;
  margin-bottom: 3rem;
}
.section-07-data ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0;
  padding: 0 1rem;
  gap: 1rem;
  row-gap: 2rem;
  justify-items: center;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .section-07-data ul {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .section-07-data ul {
    gap: 30px;
    grid-template-columns: repeat(3, 300px);
  }
}
.section-07-data ul li {
  background-color: white;
  text-align: center;
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .section-07-data ul li {
    max-width: 360360px;
    border-radius: 32px;
    aspect-ratio: 1/1;
  }
}
.section-07-data ul li .section-07-data-list-item-title {
  font-size: 13px;
  text-align: center;
  margin-top: -0.7rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .section-07-data ul li .section-07-data-list-item-title {
    font-size: 22px;
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}
.section-07-data ul li .section-07-data-list-item-image-wrapper {
  text-align: center;
}
.section-07-data ul li .section-07-data-list-item-image-wrapper img {
  width: auto;
  max-height: 60px;
}
@media (min-width: 1024px) {
  .section-07-data ul li .section-07-data-list-item-image-wrapper img {
    max-height: 127px;
  }
}
.section-07-data ul li .section-07-data-list-item-data {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}
@media (min-width: 1024px) {
  .section-07-data ul li .section-07-data-list-item-data {
    margin: 1rem;
    font-size: 60px;
  }
}
.section-07-data ul li .section-07-data-list-item-data .font-small {
  font-size: 15px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .section-07-data ul li .section-07-data-list-item-data .font-small {
    font-size: 34px;
  }
}
.section-07-data ul li .section-07-data-list-item-date {
  margin: 0 0 1rem 0;
}
@media (min-width: 1024px) {
  .section-07-data ul li .section-07-data-list-item-date {
    margi: 1em 0 1.5me 0;
  }
}

.section-08-faq {
  width: 100%;
  max-width: 1440px;
  padding: 1rem;
  margin: 0 auto 8rem;
}
@media (min-width: 1024px) {
  .section-08-faq {
    margin: 0 auto 10rem;
  }
}
.section-08-faq .section-08-faq-title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(16px, 7vw, 30px);
}
@media (min-width: 1024px) {
  .section-08-faq .section-08-faq-title {
    font-size: 42px;
  }
}
.section-08-faq .section-08-faq-list {
  max-width: 1440px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 960px;
}
.section-08-faq .section-08-faq-list-item .accordion-button {
  width: 100%;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  background-color: #A976BE;
  border-radius: 16px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-08-faq .section-08-faq-list-item .accordion-button {
    font-size: 20px;
  }
}
.section-08-faq .section-08-faq-list-item .accordion-button span > span {
  white-space: nowrap;
}
.section-08-faq .section-08-faq-list-accordion-content {
  position: relative;
  z-index: 1;
  height: auto;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out, opacity 1s ease-in-out; /* opacity の transition を追加 */
  background-color: white;
  margin-top: -2rem;
  padding-top: 2rem;
  max-height: 0;
}
.section-08-faq .section-08-faq-list-accordion-content p {
  margin: 1rem;
}
.section-08-faq .section-08-faq-list-accordion-content.active {
  opacity: 1;
  max-height: 20rem;
}
.section-08-faq h4 {
  font-size: 22px;
  text-align: center;
}
.section-08-faq h4 a {
  color: black;
}

.section-09-recruiting {
  padding: 0 1rem;
}
.section-09-recruiting .section-09-recruiting-title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(16px, 7vw, 30px);
}
.section-09-recruiting .section-09-recruiting-sub-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.section-09-recruiting .section-09-recruiting-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-09-recruiting .section-09-recruiting-list {
    flex-direction: row;
    gap: 70px;
  }
}
.section-09-recruiting .section-09-recruiting-list-item {
  width: 100%;
  max-width: 300px;
  background-color: white;
  border-radius: 0 16px 0 16px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 0.5em;
}
.section-09-recruiting .section-09-recruiting-list-item a {
  text-decoration: none;
  color: black;
}

.section-10-official-site {
  margin-top: 2rem;
  text-align: center;
}
.section-10-official-site p {
  font-size: 18px;
  margin: 3rem 0;
}

.hentry {
  margin-bottom: 0;
}

.site-footer {
  padding-top: 5rem;
  text-align: center;
}
.site-footer h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.site-footer .footer-copyright {
  background-color: #4B7550;
  font-size: 14px;
  height: 3em;
  line-height: 3em;
  color: white;
}

.page-content-wrapper {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .page-content-wrapper {
    margin-top: 120px;
  }
}

.page-header h1.entry-title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .page-header h1.entry-title {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }
}

.page-contact-header {
  margin-bottom: 3rem;
}
.page-contact-header .page-contact-header-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.page-contact-header .page-contact-header-text a {
  color: black;
}
.page-contact-header .page-contact-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
}
.page-contact-header .page-contact-phone .page-contact-phone-number {
  padding-left: 2rem;
}

.page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.page-content #primary .pagination {
  margin-top: 4rem;
}
.page-content #primary .pagination .nav-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.page-content #primary .pagination .nav-links .page-numbers {
  border: 1px solid black;
  background-color: white;
  color: #4B7550;
  padding: 0.5em;
  text-decoration: none;
}
.page-content #primary .pagination .nav-links .page-numbers.current {
  background-color: #4B7550;
  color: white;
}
.page-content #secondary ul.links-entry-types {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content #secondary ul.links-entry-types li {
  background-color: white;
  width: 100%;
  min-width: 250px;
  height: 46px;
  border-radius: 0 16px 0 16px;
  text-align: center;
}
.page-content #secondary ul.links-entry-types li a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
}

.info-item-wrapper {
  position: relative;
  background-color: white;
  border-radius: 0 16px 0 16px;
  max-width: 880px;
  padding: 1rem;
  margin-left: auto;
}
.info-item-wrapper .info-item-new-label {
  position: absolute;
  top: 0;
  right: 0;
}
.info-item-wrapper .entry-header {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .info-item-wrapper .entry-header {
    align-items: end;
    flex-direction: row;
  }
}
.info-item-wrapper .entry-header .info-item-title-date .info-item-date-day {
  color: #269535;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2em;
}
.info-item-wrapper .entry-header .info-item-title-date .info-item-date-yearmonth {
  color: #269535;
  font-color: 1rem;
  font-weight: bold;
}
.info-item-wrapper .entry-header .info-item-title-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.info-item-wrapper .entry-header .info-item-title-title .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-item-wrapper .entry-header .info-item-title-title .post-categories li {
  font-size: 0.8rem;
  border: 1px solid black;
  width: fit-content;
  padding: 0 0.5rem;
  border-radius: unset;
}
.info-item-wrapper .entry-header .info-item-title-title .info-item-title-text a {
  color: #269535;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.info-item-wrapper .info-item-excerpt {
  margin: 0;
  height: fit-content;
  line-height: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示したい行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.info-item-wrapper .info-item-excerpt p {
  margin-bottom: 0;
  line-height: 1.5em;
}
.info-item-wrapper .info-item-content {
  margin: 0;
  height: fit-content;
  line-height: 2em;
  word-wrap: break-word;
}
.info-item-wrapper .info-item-content p {
  margin-bottom: 0;
  line-height: 1.5em;
}

.info-item-arrow {
  text-align: right;
  padding: 0.5rem;
}

.info-link-2-list {
  margin-top: 0.5rem;
  text-align: center;
}
.info-link-2-list a {
  text-decoration: none;
}

.home .site-header .site-branding {
  width: 100%;
  height: auto;
  max-height: calc(100vh + 18rem);
  position: relative;
  z-index: 1;
  display: flex;
  height: 559px;
}
@media (min-width: 1024px) {
  .home .site-header .site-branding {
    height: auto;
    max-height: calc(100vh + 7rem);
  }
}
.home .site-header .site-branding .site-branding-row-links-entry-types {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  border: 2px solid #46BB56;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .home .site-header .site-branding .site-branding-row-links-entry-types {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
}
.home .site-header .site-branding .site-branding-row-links-entry-types li {
  background-color: white;
  width: 150px;
  height: 36px;
  box-sizing: border-box;
  border-right: 2px solid #46BB56;
}
.home .site-header .site-branding .site-branding-row-links-entry-types li:last-child {
  border-right: none;
}
.home .site-header .site-branding .site-branding-row-links-entry-types li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.home .site-header .site-branding .site-branding-row-links-icons {
  gap: 40px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .home .site-header .site-branding .site-branding-row-links-icons {
    padding-right: 40px;
  }
}
.home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-mail img {
  width: 25px;
  height: auto;
}
.home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-instagram {
  position: absolute;
  right: 1rem;
  top: 90px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-instagram {
    position: relative;
    right: auto;
    top: auto;
  }
}
.home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-instagram img {
  width: 25px;
  height: auto;
}
@media (min-width: 1024px) {
  .home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-instagram img {
    width: 20px;
  }
}
.home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-tiktok {
  position: absolute;
  right: 1rem;
  top: 140px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-tiktok {
    position: relative;
    right: auto;
    top: auto;
  }
}
.home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-tiktok img {
  width: 25px;
  height: auto;
}
@media (min-width: 1024px) {
  .home .site-header .site-branding .site-branding-row-links-icons .header-link-icon-tiktok img {
    width: 17px;
  }
}
.home .page-content-wrapper {
  background: url("img/page-bg.png") no-repeat top/contain;
  margin-top: 96px;
}
@media (min-width: 1024px) {
  .home .page-content-wrapper {
    margin-top: 0;
  }
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-excerpt {
  margin: 1rem 0 1rem;
  padding: 0 0 0 0.5rem;
  height: 4.5em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示したい行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-excerpt p {
  margin: 0;
}
.home ul.top-header-info {
  position: relative;
  z-index: 7;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: end;
  gap: 1rem; /* セル間のスペース */
  list-style: none;
  margin: 2rem 0 0;
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .home ul.top-header-info {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px; /* セル間のスペース */
    margin-top: -307px;
  }
}
.home ul.top-header-info li.top-header-info-item {
  background-color: white;
  border-radius: 0 16px 0 16px;
}
.home ul.top-header-info li.top-header-info-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
}
.home ul.top-header-info li.top-header-info-item .info-item-new {
  box-sizing: border-box;
  background-color: #FE4500;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  width: 167px;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-bottom: rem;
}
.home ul.top-header-info li.top-header-info-item .info-item-new-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  z-index: 1;
}
@media (min-width: 375px) {
  .home ul.top-header-info li.top-header-info-item .info-item-new-label {
    width: 90px;
  }
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper {
  bottom: 0;
  padding: 0.5rem;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title {
  display: flex;
  align-items: end;
  gap: 2rem;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-date .info-item-date-day {
  color: #269535;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2em;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-date .info-item-date-yearmonth {
  color: #269535;
  font-color: 1rem;
  font-weight: bold;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-title {
  display: flex;
  flex-direction: column;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-title .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-title .post-categories li {
  font-size: 0.8rem;
  border: 1px solid black;
  width: fit-content;
  padding: 0 0.5rem;
  border-radius: unset;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-title .info-item-title-title .info-item-title-text {
  color: #269535;
  font-size: 16px;
  font-weight: bold;
}
.home ul.top-header-info li.top-header-info-item .info-item-wrapper .info-item-excerpt {
  margin: 1rem 0 2rem;
  padding: 0 0 0 0.5rem;
  height: 4.5em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示したい行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home ul.top-header-info li.top-header-info-item .info-item-arrow {
  text-align: right;
  padding: 0.5rem;
  height: 3rem;
}
.home .page-header h1.entry-title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 4rem;
}
.home .site-main {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .home .site-main {
    margin-top: 0;
  }
}

.blog ul.information-list {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* セル間のスペース */
  list-style: none;
  margin: 0;
  padding: 0;
}
.single .site-header .site-branding {
  position: relative;
  z-index: 1;
  display: flex;
  height: auto;
  max-height: auto;
}

.contact .site-main {
  width: 100%;
  max-width: 1200px;
  background-color: white;
  border-radius: 0 16px 0 16px;
  padding: 2rem;
}
.contact .entry-content {
  margin-top: 0;
}
.contact h1.contact-form-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #008129;
  margin-top: 0;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .contact h1.contact-form-title {
    font-size: 22px;
  }
}
.contact .contactform-wrapper p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact .contactform-wrapper p {
    margin-bottom: 1.5em;
  }
}
.contact .contactform-wrapper dl {
  display: grid;
  grid-template-columns: 1fr; /* 1列レイアウト (デフォルト) */
  gap: 10px; /* アイテム間の間隔 */
}
@media (min-width: 768px) {
  .contact .contactform-wrapper dl { /* 画面幅が 768px 以上の場合 */
    grid-template-columns: 180px 1fr; /* 2列レイアウト */
  }
}
.contact .contactform-wrapper dt p {
  display: grid;
  grid-template-columns: repeat(2, fit-content(320px));
  justify-content: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact .contactform-wrapper dt p {
    justify-content: space-between;
  }
}
.contact .contactform-wrapper dt p .tag-required {
  display: inline-block;
  width: 42px;
  height: 22px;
  background: url("img/contactform-tag-required.png") no-repeat center/contain;
}
.contact .contactform-wrapper dt p .tag-required.not-required {
  background-image: none;
}
.contact .contactform-wrapper dd {
  display: grid;
  align-items: start;
  gap: 1rem;
  margin: 0 0 1.5em;
}
@media (min-width: 768px) {
  .contact .contactform-wrapper dd {
    margin: 0 1.5em 1.5em;
  }
}
.contact .contactform-wrapper dd.field-birthdate {
  display: block;
}
.contact .contactform-wrapper dd.field-birthdate p {
  display: inline-block;
}
.contact .contactform-wrapper dd.field-textarea p {
  align-items: flex-start;
}
.contact .contactform-wrapper dd div[data-id=group-year-westan],
.contact .contactform-wrapper dd div[data-id=group-year-heisei],
.contact .contactform-wrapper dd div[data-id=group-year-showa] {
  display: inline-block;
}
.contact .contactform-wrapper dd p {
  display: grid;
  gap: 1rem;
  align-items: center;
}
.contact .contactform-wrapper dd p input {
  width: 100%;
}
.contact .contactform-wrapper dd p:has(span.tag-required) {
  grid-template-columns: 45px repeat(auto-fit, minmax(45px, 1fr));
}
.contact .contactform-wrapper dd span.tel-row {
  display: grid;
  grid-template-columns: repeat(5, fit-content(320px));
  max-width: 20em;
}
.contact .contactform-wrapper dd span.postal-code-row {
  display: grid;
  grid-template-columns: repeat(5, fit-content(320px));
  max-width: 10em;
}
.contact .submit-button {
  text-align: center;
}
.contact .submit-button input {
  background: url("img/button-submit.png") no-repeat center/contain;
  width: 214px;
  height: 44px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  padding: 0;
}
.contact p.contact-note {
  margin-top: 3rem;
  line-height: 2em;
}

.carrier .site-main {
  width: 100%;
  max-width: 1200px;
  background-color: white;
  border-radius: 0 16px 0 16px;
  padding: 2rem;
}
.carrier .entry-content {
  margin-top: 0;
}
.carrier h1.section-title {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #008129;
  margin-top: 0;
  padding-bottom: 1rem;
}
.carrier article.hentry {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .carrier article.hentry {
    width: 100%;
    max-width: 940px;
    margin: 4rem auto;
  }
}
.carrier article.hentry h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  display: flex;
}
.carrier article.hentry h2 .spacer {
  display: none;
}
@media (min-width: 1024px) {
  .carrier article.hentry h2 .spacer {
    flex: 2;
    display: block;
  }
}
.carrier article.hentry h2 .title {
  flex: 5;
}
.carrier .carrier-requrit-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .carrier .carrier-requrit-content {
    align-items: flex-end;
    flex-direction: row;
  }
}
.carrier .carrier-requrit-image {
  flex: 2;
  text-align: center;
}
.carrier .carrier-requrit-image img {
  width: 144px;
  height: 194px;
  margin-right: 2rem;
}
.carrier .carrier-requrit-infromation {
  flex: 5;
}
.carrier .carrier-requrit-infromation .carrier-requrit-information-table {
  display: flex;
  border: 1px solid black;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .carrier .carrier-requrit-infromation .carrier-requrit-information-table {
    height: 192px;
    flex-direction: row;
  }
}
.carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 1024px) {
  .carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications {
    border-right: 1px solid black;
  }
}
.carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications h3 {
  height: 2em;
  line-height: 2em;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0 0.5rem;
  border-bottom: 1px solid black;
  background-color: #F1F1F1;
}
.carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications .carrier-qualifications-content {
  flex-grow: 1;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-bottom: 1px solid black;
}
@media (min-width: 1024px) {
  .carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications .carrier-qualifications-content {
    border-bottom: none;
  }
}
.carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-salary {
  font-size: 21px;
  font-weight: bold;
}
.carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-salary-sub {
  font-size: 15px;
  font-weight: bold;
}
.carrier .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-saraly-detail {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: normal;
}
.carrier .pagination {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.carrier .pagination .page-numbers {
  border: 1px solid black;
  background-color: white;
  color: #4B7550;
  padding: 0.5em;
  text-decoration: none;
}
.carrier .pagination .page-numbers.current {
  background-color: #4B7550;
  color: white;
}
.carrier .link-to-contact {
  background-color: #EFEFEF;
  border: 1px solid black;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0.5rem 1.5rem;
}
.carrier .link-to-contact a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.highschool .site-main, .highschool2 .site-main, .fresh-graduates .site-main {
  width: 100%;
  max-width: 1200px;
  background-color: white;
  border-radius: 0 16px 0 16px;
  padding: 0.5rem;
}
@media (min-width: 425px) {
  .highschool .site-main, .highschool2 .site-main, .fresh-graduates .site-main {
    padding: 2rem;
  }
}
.highschool .entry-content, .highschool2 .entry-content, .fresh-graduates .entry-content {
  margin-top: 0;
}
.highschool h2, .highschool2 h2, .fresh-graduates h2 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #008129;
  margin-top: 0;
  padding-bottom: 1rem;
}
.highschool a, .highschool2 a, .fresh-graduates a {
  text-decoration: none;
  color: black;
  word-wrap: break-word;
}
.highschool article.hentry, .highschool2 article.hentry, .fresh-graduates article.hentry {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .highschool article.hentry, .highschool2 article.hentry, .fresh-graduates article.hentry {
    width: 100%;
    max-width: 940px;
    margin: 5rem auto;
  }
}
.highschool article.hentry h2, .highschool2 article.hentry h2, .fresh-graduates article.hentry h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  display: flex;
}
.highschool article.hentry h2 .spacer, .highschool2 article.hentry h2 .spacer, .fresh-graduates article.hentry h2 .spacer {
  display: none;
}
@media (min-width: 1024px) {
  .highschool article.hentry h2 .spacer, .highschool2 article.hentry h2 .spacer, .fresh-graduates article.hentry h2 .spacer {
    flex: 2;
    display: block;
  }
}
.highschool article.hentry h2 .title, .highschool2 article.hentry h2 .title, .fresh-graduates article.hentry h2 .title {
  flex: 5;
}
.highschool .carrier-requrit-content, .highschool2 .carrier-requrit-content, .fresh-graduates .carrier-requrit-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .highschool .carrier-requrit-content, .highschool2 .carrier-requrit-content, .fresh-graduates .carrier-requrit-content {
    align-items: flex-end;
    flex-direction: row;
  }
}
.highschool .carrier-requrit-image, .highschool2 .carrier-requrit-image, .fresh-graduates .carrier-requrit-image {
  flex: 2;
  text-align: center;
}
.highschool .carrier-requrit-image img, .highschool2 .carrier-requrit-image img, .fresh-graduates .carrier-requrit-image img {
  width: 144px;
  height: 194px;
  margin-right: 2rem;
}
.highschool .carrier-requrit-infromation, .highschool2 .carrier-requrit-infromation, .fresh-graduates .carrier-requrit-infromation {
  flex: 5;
}
.highschool .carrier-requrit-infromation .carrier-requrit-information-table, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table {
  display: flex;
  border: 1px solid black;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .highschool .carrier-requrit-infromation .carrier-requrit-information-table, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table {
    height: 192px;
    flex-direction: row;
  }
}
.highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 1024px) {
  .highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications {
    border-right: 1px solid black;
  }
}
.highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications h3, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications h3, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications h3 {
  height: 2em;
  line-height: 2em;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0 0.5rem;
  border-bottom: 1px solid black;
  background-color: #F1F1F1;
}
.highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications .carrier-qualifications-content, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications .carrier-qualifications-content, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications .carrier-qualifications-content {
  flex-grow: 1;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-bottom: 1px solid black;
}
@media (min-width: 1024px) {
  .highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications .carrier-qualifications-content, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications .carrier-qualifications-content, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-qualifications .carrier-qualifications-content {
    border-bottom: none;
  }
}
.highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-salary, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-salary, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-salary {
  font-size: 21px;
  font-weight: bold;
}
.highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-salary-sub, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-salary-sub, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-salary-sub {
  font-size: 15px;
  font-weight: bold;
}
.highschool .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-saraly-detail, .highschool2 .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-saraly-detail, .fresh-graduates .carrier-requrit-infromation .carrier-requrit-information-table .carrier-salary-wrapper .carrier-saraly-detail {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: normal;
}
.highschool .pagination, .highschool2 .pagination, .fresh-graduates .pagination {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.highschool .pagination .page-numbers, .highschool2 .pagination .page-numbers, .fresh-graduates .pagination .page-numbers {
  border: 1px solid black;
  background-color: white;
  color: #4B7550;
  padding: 0.5em;
  text-decoration: none;
}
.highschool .pagination .page-numbers.current, .highschool2 .pagination .page-numbers.current, .fresh-graduates .pagination .page-numbers.current {
  background-color: #4B7550;
  color: white;
}

.page-highschool-content {
  padding: 0;
  max-width: 940px;
  margin: 0 auto 2rem;
}
@media (min-width: 425px) {
  .page-highschool-content {
    padding: 0 1rem;
  }
}
.page-highschool-content span {
  display: inline-block;
  white-space: nowrap;
}
.page-highschool-content h3 {
  margin-bottom: 0.5rem;
}
.page-highschool-content .job-post-item {
  border: 1px solid black;
}
.page-highschool-content .job-post-item h4 {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 1px solid black;
}
.page-highschool-content .job-post-item .job-post-item-information {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-highschool-content .job-post-item .job-post-item-information {
    flex-direction: row;
  }
}
.page-highschool-content .job-post-item .job-post-item-information .job-post-item-information-text {
  flex: 3;
}
.page-highschool-content .job-post-item .job-post-item-information .job-post-item-information-text h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.page-highschool-content .job-post-item .job-post-item-information .job-post-item-information-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-highschool-content .job-post-item .job-post-item-information .job-post-item-information-text ul li {
  line-height: 2em;
  font-size: 15px;
}
.page-highschool-content .job-post-item .job-post-item-information .job-post-item-information-pdf {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .page-highschool-content .job-post-item .job-post-item-information .job-post-item-information-pdf {
    gap: 1rem;
    flex-direction: row;
  }
}
.page-highschool-content .job-post-item .job-post-item-information .job-post-item-information-pdf p {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-highschool-content .job-post-item .job-post-item-information .job-post-item-information-pdf p {
    text-align: left;
  }
}
.page-highschool-content .job-post-item:first-child {
  border-bottom: none;
}
.page-highschool-content .job-post-item:last-child {
  border-bottom: 1px solid black;
}
.page-highschool-content .job-post-note {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
