/*!
Theme Name: sakai-prt
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: sakai-prt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

sakai-prt 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 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;
	text-decoration: none;
}

/**
 * 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: #333333;
	font-family: "Jost", "Noto Sans", 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: 50px 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;
}

















/* =====================
   sakai-prt
===================== */





#message,
#history,
#event,
#logo,
#movie,
#recruit,
#contact {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.spbr {
  display: none;
}

.sp {
  display: none;
}


/* =====================
   Header
===================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #02499A;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.site-header__inner {
  width: min(1440px, calc(100% - 40px));
  padding: 25px 0 10px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/* ロゴ：左寄せ */
.header_logo {
  flex-shrink: 0;
}

.header_logo img {
  display: block;
  width: 280px;
  height: auto;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-family: "Jost", sans-serif;
}

.header-contact {
  margin-left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 5px 30px;
  border-radius: 10px;
  background: #EC1800;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.header-contact:visited {
  color: #fff;
}

.menu-button,
.sp-nav,
.sp-nav-overlay {
  display: none;
}



/* =====================
   Footer
===================== */

.site-footer {
  margin-top: 0;
  color: #222;
}

/* 上部 */
.site-footer__top {
  padding: 48px 20px 52px;
}

.site-footer__inner {
  width: min(1300px, 100%);
  margin: 0 auto;
}

/* 全体2カラム */
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 46px;
  align-items: end;
}

/* 左側 */
.footer-left {
  min-width: 0;
}

.footer-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  margin-top: 22px;
}

.footer-box {
  border-top: 3px solid #0054a6;
  padding: 20px 8px 5px;
  min-height: 128px;
}

.b_bottom {
  border-bottom: 3px solid #0054a6;
  padding-bottom: 44px;
}

.no_border {
  border: none;
  padding: 20px 0px 24px;
}


.footer-box--logo {
  padding: 0 8px 12px;
  min-height: auto;
}

.footer-logo img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}

.footer-sp-list {
  display: none;
}

.footer-box h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.footer-box p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.footer-box p:last-child {
  margin-bottom: 0;
}

.footer-box span {
  font-size: 12px;
}

/* 関連会社 */
.footer-related {
  margin-top: 42px;
}

.footer-related__title {
  margin: 0;
  padding: 0 8px 8px;
  border-bottom: 3px solid #0054a6;
  color: #0054a6;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
}

.footer-related__box {
  border-bottom: 3px solid #0054a6;
  padding: 20px 8px 24px;
}

.footer-related__box h4 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
}

.footer-related__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-related__info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.footer-related__info span {
  font-size: 12px;
}

.center_p {
  border: none;
  display: flex;
  justify-content: center;  /* 左右中央 */
  align-items: flex-end;    /* 下寄せ */
  min-height: 128px;        /* 高さがないと下寄せが効きにくい */
  padding-bottom: 0;
}



/* 右側 */
.footer-right {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
}

.footer-certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
  align-items: center;
  justify-content: flex-start;
  max-width: 340px;
  padding-bottom: 35px;
}

.footer-certifications img {
  display: block;
  width: auto;
  max-width: 89px;
  max-height: 57px;
  height: auto;
  object-fit: contain;
}

.footer-certifications .mlari {
  margin-left: 40px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-end;
  padding-bottom: 6px;
}

.footer-links a {
  color: #0054a6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links .sra {
  display: none;
}


/* 下部コピーライト帯 */
.site-footer__bottom {
  background: #02499A;
  padding: 22px 20px;
}

.site-footer__bottom p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}



.js-fadeup {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: var(--fade-delay, 0ms);
}

.js-fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fade {
  opacity: 0;
  transition: opacity 1.8s ease;
  transition-delay: var(--fade-delay, 0ms);
}

.js-fade.is-show {
  opacity: 1;
}


/* =====================
   top
===================== */

:root {
  --blue: #02499A;
  --red: #f21c0b;
  --text: #004a94;
  --light: #f3f3f3;
}

.top-main {
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  background: #f4f4f4;
}

.top-main img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section {
  padding: 80px 0vw;
  width: 1440px;
  margin: auto;
}

.section-blue {
  position: relative;
  padding: 110px 6vw 90px;
  background: var(--blue);
  color: #fff;
}

.section-heading {
  margin: 0 auto 0px;
  position: relative;
}
.section-heading::after {
  content: '';
  width: 600px;
  display: block;
  border-bottom: 3px solid var(--text);
  position: absolute;
  top: 60px;
  left: 0;

  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s ease;
}

.section-heading.is-line-show::after {
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .section-heading::after {
    width: 100%;
  }
}

.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 42px;
  line-height: 1;
  letter-spacing: .06em;
}

.section-heading p {
  margin: 8px 0 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-heading--white {
  border-color: #fff;
  color: #fff;
}

.section-heading--right {
  text-align: right;
}

.section-heading--right::after {
  content: '';
  width: 600px;
  display: block;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 60px;
  right: 0;
  left: auto;

  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 1.1s ease;
}

.section-heading--right.is-line-show::after {
  transform: scaleX(1);
}


/* MV */
.mv {
  position: relative;
  background: var(--blue);
  color: #fff;
}

.mv__inner {
  position: relative;
  min-height: 680px;
  padding: 125px 6vw 0;
}

.mv__inner::after {
  content: '';
  width: 100vw;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 496px;
  left: 0;
  z-index: 50;

  transform: scaleX(var(--mv-line-scale, 0));
  transform-origin: left center;
  transition: transform 1.2s ease;
}

.mv__inner.is-line-show::after {
  transform: scaleX(1);
}

.mv__image {
  width: min(78vw, 1440px);
  margin-right: auto;
  margin-left: auto;
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}



.mv-slider {
  position: relative;
  overflow: hidden;
}

.mv-slider__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 1;
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
  width: min(78vw, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.mv-slider__item.is-active {
  opacity: 1;
  z-index: 2;
}

.mv-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.mv__image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  filter: grayscale(100%);
}


.mv__copy {
  position: absolute;
  right: 9vw;
  bottom: 90px;
  text-align: right;
  z-index: 10;
}

.mv__copy-ja {
  margin: 0 0 16px;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.7;
}



.mv__copy-en {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .28em;
  font-family: "Jost", sans-serif;
  margin-right: 30px;
}

.mv__topics {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 18px 0 24px 0;
  font-size: 14px;
  letter-spacing: .08em;
  width: 1440px;
  margin: 0 auto;
}

.mv__topics > span {
  font-weight: 300;
  font-size: 20px;
}

.mv__topics a {
  color: #fff;
  text-decoration: none;
}

.mv__topics a span {
  display: inline-block;
  border: solid 1px;
  padding: 0 5px;
  margin-right: 15px;
}

/* About */
.about {
  position: relative;
}

/*
.about::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 120px;
  background: var(--blue);
  clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
}
*/

.about__building {
  position: relative;
  width: 100vw;
  margin-left: calc((100vw - 1440px) / -2);
  margin-bottom: 100px;
  overflow: hidden;
}

.about__building img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

@media (max-width: 1440px) {
  .about__building {
    margin-left: 0;
  }
}

.about__content {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
}

.about__lead span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
}

.about__lead h3 {
  margin: 0;
  font-size: 42px;
  line-height: 2.4;
  letter-spacing: .1em;
}

.about__block + .about__block {
  margin-top: 42px;
}

.about__block h4 {
  margin: 0 0 16px;
  font-size: 22px;
}

.about__block p {
  margin: 0;
  line-height: 2.1;
  font-size: 18px;
}

/* Service */
.service {
  padding-top: 120px;
}

.service::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 102px;
  background: #f4f4f4;
  pointer-events: none;
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.service::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 102px;
  background: #ffffff;
  pointer-events: none;
  bottom: -1px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.service::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.service::after {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.service__circle {
  position: relative;
  width: min(1300px, 100%);
  aspect-ratio: 1 / .72;
  margin: 40px auto 70px;
}
/*
.service__circle:after {
  position: absolute;
  content: '';
  width: 82%;
  aspect-ratio: 1 / .648;
  border: solid 3px #fff;
  border-radius: 300px;
  top: 16%;
  left: 9%;
}*/
.service__circle {
  position: relative;
  width: min(1300px, 100%);
  aspect-ratio: 1 / .72;
  margin: 40px auto 70px;
}

.service__line {
  position: absolute;
  width: 82%;
  height: auto;
  aspect-ratio: 1 / .648;
  top: 16%;
  left: 9%;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.service__line-path {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;

  stroke-dasharray: 2525;
  stroke-dashoffset: 2525;

  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(180deg);
}

.service__circle.is-line-show .service__line-path {
  animation: serviceLineDraw 1.8s ease forwards;
}

@keyframes serviceLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 767px) {
  .service__line-path {
    transform: rotate(-90deg);
  }
}

.service__center {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.service__center p {
  margin: 0 0 14px;
  font-size: 36px;
  letter-spacing: .08em;
}

.service__center span {
  font-size: 18px;
  line-height: 1.8;
}

.service-item {
  position: absolute;
  width: 20%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  color: var(--text);
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(255,255,255,.4);
  z-index: 5;

  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}


.service__circle.is-line-show .service-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service__circle.is-line-show .service-item:hover {
  transform: translateY(0) scale(1.08);
}

.service-item img {
  width: 55%;
  margin-bottom: 0px;
  margin-top: 40px;
}

.service-item span {
  display: block;
  font-size: 18px;
}

.service__circle.is-line-show .service-item--09 { transition-delay: 0.15s; }
.service__circle.is-line-show .service-item--01 { transition-delay: 0.30s; }
.service__circle.is-line-show .service-item--02 { transition-delay: 0.45s; }
.service__circle.is-line-show .service-item--03 { transition-delay: 0.60s; }
.service__circle.is-line-show .service-item--04 { transition-delay: 0.75s; }
.service__circle.is-line-show .service-item--05 { transition-delay: 0.90s; }
.service__circle.is-line-show .service-item--06 { transition-delay: 1.05s; }
.service__circle.is-line-show .service-item--07 { transition-delay: 1.20s; }
.service__circle.is-line-show .service-item--08 { transition-delay: 1.35s; }

.service-item--01 { left: 16%; top: 4%; }
.service-item--02 { left: 40%; top: 4%; }
.service-item--03 { right: 16%; top: 4%; }
.service-item--04 { right: 0; top: 32%; }
.service-item--05 { right: 6%; bottom: 10%; }
.service-item--06 { left: 52%; bottom: -2%; }
.service-item--07 { left: 29%; bottom: -2%; }
.service-item--08 { left: 6%; bottom: 10%; }
.service-item--09 { left: 0; top: 32%; }

.service__banners {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service__banners a {
  display: block;
  overflow: hidden;
}

.service-banner-slider {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}

.service-banner-slider__viewport {
  overflow: hidden;
}

.service-banner-slider__track {
  display: flex;
  gap: 30px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.service-banner-slider__item {
  flex: 0 0 calc((100% - 60px) / 3);
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.service-banner-slider__item img {
  width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
}

.service-banner-slider__control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.service-banner-slider__arrow {
  appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0 8px;
}

.service-banner-slider__dots {
  display: flex;
  align-items: center;
  gap: 14px;
}

.service-banner-slider__dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  padding: 0;
  cursor: pointer;
}

.service-banner-slider__dot.is-active {
  background: #fff;
}


/* Works */
.works {
  background: #fff;
  margin-top: -50px;
  overflow: hidden;
}

.works-heading {
  margin: 0 auto;
}

.works-slider {
  position: relative;
  max-width: min(1440px, 100%);
  margin: 0 auto;
}

.works-slider__viewport {
  overflow: visible;
}

.works__list {
  max-width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding-bottom: 50px;
}

.work-card {
  border: 2px solid var(--blue);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  padding: 20px;
/*  transition:
    background-color 0.2s ease,
    color 0.2s ease;*/
}

.work-card:hover {
  background: var(--blue);
  color: #fff;
}

.work-image {
  overflow: hidden;
  border-radius: 4px;
}

.work-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
}

.work-card a {
  color: var(--blue);
}
.work-card:hover a {
  color: #fff;
}
.work-card:hover .work-image {
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}

.work-card__body h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.6;
}

.work-card__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.works-slider__arrow,
.works-slider__dots {
  display: none;
}

/* Contact / Recruit */
.contact-recruit {
  background: var(--blue);
  padding: 70px 6vw 90px;
  color: #fff;
  text-align: center;
}

.contact {
  margin: 0 auto 70px;
  padding-top: 26px;
  position: relative;
}

.contact::after {
  content: '';
  width: 600px;
  display: block;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 105px;
  left: 50%;

  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 1.1s ease;
}

.contact.is-line-show::after {
  transform: translateX(-50%) scaleX(1);
}

@media (max-width: 767px) {
  .contact::after {
    width: 80%;
  }
}

.contact h2 {
  margin: 0 0 24px;
  font-size: 48px;
}

.contact p {
  margin: 0 0 24px;
  font-size: 20px;
}

.btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  padding: 18px 130px;
  background: var(--red);
  color: #fff;
  border: 2px solid var(--red);
  border-radius: 8px;
  box-shadow: 0 8px 0 rgba(0,0,0,.35);
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.08em;
  position: relative;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.btn-red:visited {
  color: #fff;
}

.btn-red::after {
  content: "›";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-52%);
  width: 34px;
  height: 34px;
  
  border-radius: 50%;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 2px;

  transition:
    border-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}
.btn-red:hover {
  background: #fff;
  color: var(--red);
}

.btn-red:hover::after {
  background-color: var(--red);
  color: #fff;
}

.btn-red:hover:visited {
  color: var(--red);
}

@media (max-width: 767px) {
  .btn-red {
    width: 100%;
    min-width: 0;
    padding: 16px 60px 16px 24px;
    font-size: 18px;
  }

  .btn-red::after {
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.recruit-banner {
  position: relative;
  display: block;
  width: min(1200px, 100%);
  height: 370px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  background: none;
}

/* 背景画像 */
.recruit-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./images/recruit-bg.png") center center no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
  z-index: 0;
}

/* hoverで少し拡大 */
.recruit-banner:hover::before {
  transform: scale(1.06);
}

/* 中の文字を背景より前に出す */
.recruit-banner div {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.recruit-banner:hover div {
  transform: scale(1.04);
}
.recruit-banner div:after {
  content: '';
  width: 600px;
  display: block;
  border-bottom: 3px solid var(--text);
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-banner h2 {
  margin: 0 0 30px 0;
  font-size: 42px;
  line-height: 1;
  letter-spacing: .06em;
  color: var(--text);
}

.recruit-banner p {
  margin: 8px 0 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--text);
}


/* Company */
.company {
  padding: 70px 6vw;
  background: #fff;
  color: var(--text);
}

.company__logo {
  max-width: 340px;
  margin: 0 auto 30px 0;
}

.company__grid {
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 48px;
}

.company__item {
  border-top: 1px solid var(--blue);
  padding-top: 16px;
}

.company__item h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.company__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}





.iso-page {
  background: #f4f4f4;
  color: #004a94;
  font-family: "Noto Sans JP", sans-serif;
}

/* 上部の青背景＋斜め */
.iso-hero {
  position: relative;
  background: #02499A;
  height: 230px;
}

.iso-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 120px;
  background: #f4f4f4;
  clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);
}

.iso-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 60px));
  height: 100%;
  margin: 0 auto;
}

.iso-hero__heading {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 390px;
  text-align: right;
}

.iso-hero__heading h1 {
  margin: 0;
  padding-bottom: 12px;
  color: #02499A;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
}

/* 右から伸びる線 */
.iso-hero__heading h1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #02499A;

  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 1.1s ease;
}

.iso-hero__heading h1.is-line-show::after {
  transform: scaleX(1);
}

/* 本文 */
.iso-content {
  background: #f4f4f4;
  padding: 112px 0 100px;
}

.iso-content__inner {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

/* 上段 */
.iso-intro {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 70px;
}

.iso-intro__image h2 {
  margin: 0 0 24px;
  color: #004a94;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.iso-intro__image img {
  width: 280px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.fsc-block__text img {
  width: 280px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.iso-intro__image p {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}

.iso-intro__text {
  padding-top: 55px;
}

.iso-intro__text p {
  margin: 0 0 16px;
  color: #000;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

/* 方針本文 */
.iso-policy {
  color: #000;
  font-size: 18px;
  line-height: 2.1;
}

.iso-policy h2 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.08em;
}

.iso-policy__company {
  margin: 0 0 24px;
  text-align: center;
  font-weight: 700;
}

.iso-policy h3 {
  margin: 28px 0 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.iso-policy p {
  margin: 0 0 14px;
}

.iso-policy ol {
  margin: 12px 0 18px;
  padding-left: 1.5em;
}

.iso-policy ol li {
  margin-bottom: 8px;
}

.iso-policy ul {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}

.iso-policy ul li {
  margin-bottom: 10px;
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.iso-policy ul li:nth-child(1)::before { content: "（1）"; }
.iso-policy ul li:nth-child(2)::before { content: "（2）"; }
.iso-policy ul li:nth-child(3)::before { content: "（3）"; }
.iso-policy ul li:nth-child(4)::before { content: "（4）"; }
.iso-policy ul li:nth-child(5)::before { content: "（5）"; }
.iso-policy ul li:nth-child(6)::before { content: "（6）"; }

.iso-policy__sign {
  margin-top: 45px;
  text-align: right;
}

.iso-policy__sign p {
  margin-bottom: 8px;
}



/* FSC page */
.fsc-page {
  background: #f4f4f4;
}

.iso-hero__heading p {
  margin: 10px 0 0;
  color: #02499A;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fsc-content {
  padding-top: 112px;
  padding-bottom: 110px;
}

.fsc-block {

  margin-bottom: 70px;
}

.fsc-block--second {
  margin-top: 35px;
}

.fsc-block__image h2 {
  margin: 0 0 28px;
  color: #004a94;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.fsc-block__image img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: 15px;
}

.fsc-block__text {
  color: #000;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 70px;
  align-items: start;
}

.fsc-block__text.no-img {
  color: #000;
  display: block;
}


.fsc-block--second .fsc-block__text {
  padding-top: 5px;
}

.fsc-block__text p {
  margin: 0 0 18px;
  color: #000;
  font-size: 18px;
  line-height: 2.1;
  font-weight: 500;
}

.fsc-block__text sup {
  font-size: 70%;
}



.privacy-page {
  background: #f4f4f4;
  color: #02499A;
}

.privacy-content {
  padding-top: 112px;
  padding-bottom: 110px;
}

.privacy-block {
  display: block;
  padding: 60px 0;
  border-bottom: 3px solid #02499A;
}

.privacy-block.last-block {
  border: none;
}

.privacy-block:first-child {
  padding-top: 0;
}

.privacy-block h2 {
  margin: 0;
  color: #02499A;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 1em;
}

.privacy-text {
  color: #000;
  margin-bottom: 30px;
}

.privacy-text p {
  margin: 0 0 34px 20px;
  color: #000;
  font-size: 18px;
  line-height: 2.1;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.privacy-text h3 {
  margin: 22px 0 8px;
  color: #02499A;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.privacy-text h4 {
  margin-left: 10px;
}

.privacy-text ul {
  margin: 8px 24px 18px;
  padding-left: 1.3em;
}

.privacy-text li {
  margin-bottom: 6px;
  color: #000;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

.privacy-text sup {
  font-size: 70%;
}

.privacy-sign {
  margin-top: 24px;
  text-align: right;
}

.privacy-sign p {
  margin-bottom: 4px;
}

.privacy-info {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 8px 18px;
  margin: 18px 0 24px;
  color: #000;
  font-size: 13px;
  line-height: 1.9;
}

.privacy-info dt {
  color: #02499A;
  font-weight: 700;
}

.privacy-info dd {
  margin: 0;
}

.privacy-link {
  color: #02499A;
  text-decoration: underline;
  font-weight: 700;
}

.privacy-link:hover {
  text-decoration: none;
}





.contact-page {
  background: #f4f4f4;
  color: #02499A;
}

.contact-content {
  padding-top: 112px;
  padding-bottom: 110px;
}

.contact-lead {
  width: min(1040px, 100%);
  margin: 0 auto 32px;
  color: #000;
}

.contact-lead p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

.contact-tel {
  margin: 22px 0 18px !important;
  display: inline-block;
  padding: 10px 20px 7px 20px;
  background-color: #fff;
  border-radius: 8px;
}

.contact-tel a {
  color: #02499A;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.contact-note {
  color: #e60012;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.contact-note a {
  color: #e60012;
  text-decoration: underline;
}

.contact-form-area {
  width: min(1040px, 100%);
  margin: 0 auto 34px;
}

/* CF7 */
.cf7-contact-form {
  width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 22px;
}

.form-label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

.form-row > p {
  text-align: right;
  padding-right: 50px;
}


.required {
  margin-right: -50px;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: #e60012;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.2;
  vertical-align: bottom;
}

.form-field input,
.form-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #02499A;
  border-radius: 7px;
  background: #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  padding: 8px 12px;
  outline: none;
}

.form-field input {

}

.form-field textarea {
  height: 90px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  box-shadow: 0 0 0 3px rgba(2, 73, 154, 0.18);
}

.form-options {
}

.form-options label {

}

.form-options .wpcf7-list-item {
}

.form-options input[type="checkbox"],
.form-agree input[type="checkbox"] {
  width: 26px;
  height: 26px;
  border: 2px solid #02499A;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
}

.form-options input[type="checkbox"]:checked,
.form-agree input[type="checkbox"]:checked {
  background: #02499A;
}

.form-options input[type="checkbox"]:checked::after,
.form-agree input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 10px;
  top: -3px;
  width: 9px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.form-options .wpcf7-list-item,
.form-agree .wpcf7-list-item {
  margin: 0;
}

.form-options .wpcf7-list-item label,
.form-agree .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.form-agree {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.form-agree .wpcf7-list-item {
  margin: 0;
}

.form-submit {
}

.form-submit input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  max-width: 100%;
  min-height: 64px;
  border: 2px solid #e60012;
  border-radius: 6px;
  background: #e60012;
  color: #fff;
  margin-top: 35px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    background-color 0.35s ease,
    color 0.35s ease;
}

.form-submit input[type="submit"]:hover {
  background: #fff;
  color: #e60012;
}

.mitumori {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 50px 0;
}

.mitumori span {
  color: #EC1800;
}


/* CF7 validation */
.wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #e60012;
  font-size: 16px;
  font-weight: 500;
}

.form-options .wpcf7-list-item-label {
  vertical-align: 3px;
  display: inline-block;
  margin-left: 10px;
  color: #000;
  font-weight: 700;
}

.form-agree .wpcf7-list-item-label {
  vertical-align: 3px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  border-color: #02499A;
  color: #000;
  font-size: 13px;
}

/* 個人情報テキスト */
.contact-privacy-box {
  width: min(1040px, 100%);
  max-height: 300px;
  margin: 0 auto 18px;
  padding: 24px 28px;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  border-radius: 6px;
}

.contact-privacy-box::-webkit-scrollbar {
  width: 10px;
}

.contact-privacy-box::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 10px;
}

.contact-privacy-box::-webkit-scrollbar-thumb {
  background: #02499A;
  border-radius: 10px;
}

.contact-privacy-box h2 {
  margin: 0 0 0px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}

.contact-privacy-box h2:not(:first-child) {
  margin-top: 28px;
}

.contact-privacy-box h3 {
  margin: 18px 0 6px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.contact-privacy-box h3 span {
  color: #02499A;
}

.contact-privacy-box p {
  margin: 0 0 12px;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}


.wp-singular .iso-content__inner {
  color: #000;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

.single .iso-hero__heading {
  right: auto;
  width: auto;
  text-align: left;
}

.single .iso-hero__heading h1::after {
  transform-origin: left center;
}
























/* レスポンシブ */
@media (max-width: 1024px) {
  
  
  
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .footer-right {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
  
  
  
  .mv__inner {
    min-height: auto;
    padding: 40px 5vw 0;
  }

  .mv__image {
    width: 100%;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  }

  .mv__image img {
    height: 420px;
  }

  .mv__copy {
    right: 7vw;
    bottom: 50px;
  }

  .mv__topics {
    display: block;
    font-size: 12px;
  }

  .mv__topics span {
    display: block;
    margin-bottom: 8px;
  }

  .about__content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .service__banners,
  .works__list,
  .company__grid {
    grid-template-columns: 1fr;
  }
  
  .service-banner-slider__track {
    gap: 20px;
  }

  .service-banner-slider__item {
    flex-basis: calc((100% - 20px) / 2);
  }
  
  .iso-hero__heading h1 {
    padding-right: 20px;
  }
  .iso-hero__heading p {
    padding-right: 20px;
  }
  
  .iso-content {
    margin-top: -1px;
  }
  
  .iso-content__inner {
    width: min(900px, calc(100% - 50px));
  }

  .iso-intro {
    grid-template-columns: 240px 1fr;
    gap: 40px;
    display: block;
  }

  .iso-intro__text {
    padding-top: 45px;
  }
  .iso-intro__image h2 {
    font-size: 18px;
  }
  .iso-hero__heading {
    width: 300px;
    right: -30px;
  }
  
  
  
  .fsc-block {
    grid-template-columns: 240px 1fr;
    gap: 40px;
  }

  .fsc-block__text {
    padding-top: 42px;
  }
  
  
  
  .privacy-block {
    grid-template-columns: 220px 1fr;
    gap: 40px;
  }
  
  
  
  .contact-lead,
  .contact-form-area,
  .contact-privacy-box {
    width: min(900px, 100%);
  }

  .form-row {
    grid-template-columns: 190px 1fr;
  }

  .form-options,
  .form-agree,
  .form-submit {
    width: calc(100% - 212px);
    margin-left: 212px;
  }
  
  
  
  
  
  
  
  
}




@media (max-width: 900px) {
  
  .spbr {
    display: block;
  }
  
    
  
  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
  
  
  .site-header__inner {
    padding: 5px 0 5px 0;
  }
  
  .header_logo img {
    width: 200px;
    height: auto;
  }
  
  .site-nav,
  .header-contact {
    display: none;
  }

  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    margin-left: auto;
  }

  .menu-button span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    transition: 0.25s;
  }

  .menu-button.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-button.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-button.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-nav,
  .header-contact {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100dvh;
    background: #f4f4f4;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.45s ease;
    overflow-y: auto;
  }

  .sp-nav.is-open {
    transform: translateX(0);
  }

  .sp-nav__inner {
    min-height: 100dvh;
    padding: 20px 28px 40px;
  }

  .sp-nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
  }

  .sp-nav__logo img {
    width: 200px;
    height: auto;
    display: block;
  }

  .sp-nav__close {
    position: relative;
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }

  .sp-nav__close span {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 30px;
    height: 2px;
    background: #0052a4;
    transform-origin: center;
  }

  .sp-nav__close span:first-child {
    transform: rotate(45deg);
  }

  .sp-nav__close span:last-child {
    transform: rotate(-45deg);
  }

  .sp-nav__links {
    margin-bottom: 36px;
  }

  .sp-nav__links a {
    display: flex;
    align-items: baseline;
    gap: 22px;
    padding: 40px 0 10px;
    border-bottom: 2px solid #0052a4;
    color: #0052a4;
    text-decoration: none;
    margin-left: -28px;
    padding-left: 28px;
    
  }

  .sp-nav__links strong {
    min-width: 110px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .sp-nav__links span {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
  }

  .sp-nav__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 44px);
    min-height: 50px;
    margin: 0 auto;
    background: #f21c0b;
    color: #fff;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  
  .sp-nav__contact:visited {
    color: #fff;
  }

  .sp-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .sp-nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  body.is-menu-open {
    overflow: hidden;
  }
  .site-footer__top {
    padding: 36px 16px 40px;
  }

  .footer-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 0px;
  }

  .footer-box {
    min-height: auto;
    padding: 18px 6px 20px;
    border: none;
  }

  .footer-box--logo {
    padding: 0 6px 10px;
    text-align: center;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  
  
  .footer-logo img {
    width: 320px;
    margin: 0 auto;
  }

  .footer-sp-list {
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer-sp-list div {
    color: #02499a;
    padding: 5px 10px;
    background-color: #ebebeb;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px 10px 0;
  }
  
  .footer-sp-list .active {
    color: #fff;
    background-color: #02499a;
  }
  
  .footer-box h3,
  .footer-related__title,
  .footer-related__box h4 {
    font-size: 18px;
  }
  
  .footer-box {
    display: none;
  }
  .footer-box.active {
    display: block;
  }
  
  .footer-box h3 {
    display: none;
  }
  
  .blockbox {
    display: block;
  }
  
  .footer-box p,
  .footer-related__info p {
    font-size: 16px;
  }

  .footer-related {
    margin-top: 30px;
  }

  .footer-related__box {
    padding: 18px 6px 20px;
  }

  .footer-related__info {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-right {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-certifications {
    max-width: none;
    justify-content: flex-start;
  }
  
  .footer-certifications img {
    max-width: 70px;
    max-height: unset;
  }
  
  
  .footer-certifications .mlari {
    margin-left: 0;
  }
  
  
  
  
  .footer-links {
    display: flex;
    justify-content: center;
    flex-direction: unset;
    gap: 2px;
  }

  .footer-links a {
    font-size: 15px;
    display: inline-block;
  }
  
  .footer-links .sra {
    font-size: 15px;
    display: inline-block;
    color: #02499a;
  }

  .site-footer__bottom p {
    font-size: 10px;
    line-height: 1.6;
  }
  
  
  
  .section {
    padding: 56px 5vw;
    width: 100%;
  }

  .mv__inner {
    padding: 0px 0 0;
    min-height: 65vh;
    margin-top: 52px;
  }
  
  .mv__inner:after {
    top: 325px;
  }

  .mv__image img {
    height: 360px;
  }

  .mv__copy {
    top: 276px;
  }
  
  .mv-slider__item {
    margin-right: auto;
    margin-left: -20px;
    width: calc( 100vw + 20px );
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
  }

  .mv__copy-ja {
    font-size: 28px;
  }

  .mv__copy-en {
    font-size: 15px;
    letter-spacing: .16em;
  }

  .mv__topics {
    width: 100%;
    box-sizing: border-box;
    padding-right: 5vw;
    padding-left: 5vw;
  }


  .section-heading:after {
    width: 300px;
    left: -5vw;
  }
  
  .section-heading--right:after {
    left: auto;
    right: -5vw;
  }

  .about__lead h3 {
    font-size: 36px;
    line-height: 2.0;
  }
  
  .about__building {
    margin-left: -20px;
    margin-bottom: 40px;
  }
  .about__content {
    margin-left: 0;
  }
  
  .service__circle {
    aspect-ratio: auto;
    height: 500px;
    inset: auto;
    margin: 80px auto 70px;
  }
  .service__circle:after {
    aspect-ratio: auto;
    height: 440px;
    width: 75%;
    top: 10px;
    left: 13%;
    
    position: absolute;
    content: '';
    border: solid 3px #fff;
    border-radius: 300px;
    
    
  }
  .service__center p {
    font-size: 20px;
    letter-spacing: .1em;
  }
  .service__center span {
    font-size: 12px;
  }
  
  .service-item {
    padding: 18px;
    width: 110px;
    aspect-ratio: 1 / 1;

  }
  
  .service-item img {
    width: 90%;
    margin-top: 0;
  }
  .service-item span {
    font-size: 14px;
    white-space: nowrap;
  }

  .service-item--01 { left: auto; right: 0px; top: 40px; }
  .service-item--02 { left: auto; right: 0px; top: 160px; }
  .service-item--03 { right: 0px; top: 280px; }
  .service-item--04 { right: 50px; top: 400px; }
  .service-item--05 { right: auto; left: 50px; bottom: auto; top: 400px; }
  .service-item--06 { left: 0px; bottom: auto; top: 280px; }
  .service-item--07 { left: 0px; bottom: auto; top: 160px; }
  .service-item--08 { left: 0px; bottom: auto; top: 40px; }
  .service-item--09 { left: 50%; top: 10px; transform: translate(-50%, -50%); }


  .service__circle.is-line-show .service-item--02 { transition-delay: 0.45s; }
  .service__circle.is-line-show .service-item--03 { transition-delay: 0.60s; }
  .service__circle.is-line-show .service-item--04 { transition-delay: 0.75s; }
  .service__circle.is-line-show .service-item--05 { transition-delay: 0.90s; }
  .service__circle.is-line-show .service-item--06 { transition-delay: 1.05s; }
  .service__circle.is-line-show .service-item--07 { transition-delay: 1.20s; }
  .service__circle.is-line-show .service-item--08 { transition-delay: 1.35s; }
  .service__circle.is-line-show .service-item--09 { transition-delay: 0.15s; }
  .service__circle.is-line-show .service-item--01 { transition-delay: 0.30s; }

  .service__circle.is-line-show .service-item--09 {
    transform: translate(-50%, -35px) scale(1);
  }

  .service__circle.is-line-show .service-item--09:hover {
    transform: translate(-50%, 0) scale(1.08);
  }

  .service-item--09 {
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.6s ease;
  }

  .service__circle.is-line-show .service-item--09 {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .service__circle.is-line-show .service-item--09:hover {
    transform: translate(-50%, -50%) scale(1.08);
  }








  .service-banner-slider {
    margin-right: -5vw;
    margin-left: -5vw;
  }

  .service-banner-slider__viewport {
    overflow: visible;
  }

  .service-banner-slider {
    overflow: hidden;
  }

  .service-banner-slider__track {
    gap: 16px;
  }

  .service-banner-slider__item {
    flex: 0 0 68%;
  }

  .service-banner-slider__arrow {
    font-size: 34px;
  }

  .service-banner-slider__dot {
    width: 10px;
    height: 10px;
  }


  .works {
    margin-top: 0;
  }
  
  .works .section {
    padding-bottom: 30px;
  }

  .works-slider {
    width: 100%;
    overflow: visible;
  }

  .works-slider__viewport {
    overflow: visible;
  }
  
  .works_inner  {
    margin-bottom: 30px;
  }

  .works__list {
    display: flex;
    gap: 18px;
    max-width: none;
    width: auto;
    padding-bottom: 28px;
    transition: transform 0.45s ease;
    will-change: transform;
  }

  .work-card {
    flex: 0 0 93%;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: var(--blue);
    color: #fff;
    overflow: hidden;
  }

  .work-card:hover {
    background: var(--blue);
    color: #fff;
  }

  .work-image {
    border-radius: 8px 8px 0 0;
  }

  .work-card img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .work-card:hover .work-image {
    clip-path: none;
  }

  .work-card__body {
    padding: 20px;
  }

  .work-card__body h3 {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 14px;
    color: #fff;
  }

  .work-card__body p {
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
  }




  .works-slider__arrow {
    display: block;
    position: absolute;
    top: 48%;
    width: 22px;
    height: 36px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 5;
  }

  .works-slider__arrow--prev {
    left: 8px;
  }

  .works-slider__arrow--next {
    right: 8px;
  }

  .works-slider__arrow::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 3px solid #02499A;
    border-right: 3px solid #02499A;
    filter: drop-shadow(0 0 1px #fff)
            drop-shadow(0 0 1px #fff);
  }

  .works-slider__arrow--prev::before {
    transform: rotate(-135deg);
  }

  .works-slider__arrow--next::before {
    transform: rotate(45deg);
  }

  .works-slider__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 0;
  }

  .works-slider__dot {
    width: 7px;
    height: 7px;
    border: none;
    border-radius: 50%;
    background: #cbd6e0;
    padding: 0;
    cursor: pointer;
  }

  .works-slider__dot.is-active {
    background: var(--blue);
  }


  
  .contact:after {
    width: 300px;
  }
  .contact p {
    font-size: 14px;
  }
  
  
  .btn-red {
    min-width: 0;
    padding: 18px 18px;
    font-size: 20px;
  }

  .recruit-banner::before {
    display: none;
  }

  .recruit-banner img {
    height: 180px;
  }

  .recruit-banner span {
    font-size: 22px;
  }

  .company {
    padding: 50px 5vw;
  }
  .recruit-banner div:after {
    width: 300px;
  }
  .recruit-banner {
    height: auto;
    background: url(./images/recruit-bg_sp.png) center center no-repeat;
    background-size: cover;
  }
  .recruit-banner div {
    margin-top: 23px;
    margin-bottom: 60px;
  }
  
  
  
  
  .fsc-content {
    padding-top: 112px;
    padding-bottom: 70px;
  }

  .fsc-block {
    display: block;
    margin-bottom: 50px;
  }

  .fsc-block__image {
    margin-bottom: 28px;
  }

  .fsc-block__image h2 {
    margin-bottom: 22px;
  }

  .fsc-block__image img {
    width: 180px;
    margin-left: 0;
  }

  .fsc-block__text,
  .fsc-block--second .fsc-block__text {
    padding-top: 0;
  }

  .fsc-block__text {
    display: block;
  }
  
  
  .fsc-block__text p {
    line-height: 2;
  }
  
  
  
  .privacy-content {
    padding-bottom: 70px;
  }

  .privacy-block {
    display: block;
    padding: 34px 0;
  }

  .privacy-block h2 {
    margin-bottom: 18px;
  }
  
  .privacy-text h4 {
    margin-left: 0;
  }
  
  .privacy-text p,
  .privacy-text li,
  .privacy-text ul {
    line-height: 2;
    margin-left: 0;
  }

  .privacy-info {
    display: block;
  }

  .privacy-info dt {
    margin-top: 12px;
  }

  .privacy-info dd {
    margin-top: 2px;
  }

  .privacy-sign {
    text-align: left;
  }
  
  
  
  
  .contact-content {
    padding-top: 112px;
    padding-bottom: 70px;
  }

  .contact-lead p {
    font-size: 13px;
    line-height: 1.9;
  }

  .contact-tel a {
    font-size: 26px;
  }

  .form-row {
    display: block;
    margin-bottom: 16px;
  }

  .form-label {
    display: block;
    margin-bottom: 6px;
    text-align: left;
    font-size: 13px;
  }

  .form-field input {
    height: 40px;
  }

  .form-field textarea {
    height: 130px;
  }

  .form-options,
  .form-agree,
  .form-submit {
    width: 100%;
    margin-left: 0;
  }

  .form-options label {
    align-items: flex-start;
    line-height: 1.7;
  }

  .form-submit input[type="submit"] {
    width: 100%;
  }

  .contact-privacy-box {
    max-height: 220px;
    padding: 20px;
  }
  
  
  
  .single .iso-hero__heading h1 {
    margin-left: -30px;
    padding-left: 20px;
    font-size: 28px;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}




@media (min-width: 768px) and (max-width: 1024px) {
  
  .service-item--01 { left: auto; right: 12%; top: 40px; }
  .service-item--02 { left: auto; right: 5%; top: 160px; }
  .service-item--03 { right: 9%; top: 280px; }
  .service-item--04 { right: 29%; top: 400px; }
  .service-item--05 { right: auto; left: 29%; bottom: auto; top: 400px; }
  .service-item--06 { left: 9%; bottom: auto; top: 280px; }
  .service-item--07 { left: 5%; bottom: auto; top: 160px; }
  .service-item--08 { left: 12%; bottom: auto; top: 40px; }
  .service-item--09 { left: 50%; top: 10px; transform: translate(-50%, -50%); }
  
   .recruit-banner div {
    margin-top: 80px;
    margin-bottom: 120px;
  }  
  
  
  
  .iso-hero {
    height: 180px;
  }

  .iso-hero::after {
    height: 90px;
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
  }

  .iso-hero__inner {
    width: calc(100% - 40px);
  }

  .iso-hero__heading {
    bottom: -60px;
  }


  .iso-content__inner {
    width: calc(100% - 40px);
  }

  .iso-intro {
    display: block;
    margin-bottom: 50px;
  }

  .iso-intro__image {
    margin-bottom: 30px;
  }

  .iso-intro__image h2 {
    font-size: 16px;
  }

  .iso-intro__image img {
    width: 210px;
  }

  .iso-intro__text {
    padding-top: 0;
  }

  .iso-intro__text p {
    font-size: 13px;
  }

  .iso-policy {
    font-size: 12px;
    line-height: 2;
  }

  .iso-policy h2 {
    font-size: 16px;
  }

  .iso-policy__sign {
    text-align: left;
  }  
  
  
  
  
  .iso-hero__heading {
    width: 500px;
    right: -20px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}





