/*!
Theme Name: yoshidaindustry-2025
Theme URI: http://underscores.me/
Author: dgreen
Author URI: https://dgreen.jp
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: yoshidaindustry-2025

*/

/*--------------------------------------------------------------
# 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%;
	font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 951px) {
	.sp{
		display: none;
	}
}
@media (max-width: 950px) {
	.pc{
		display: none;
	}
}
/* 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;
	word-break: break-all;
}

/**
 * 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 (min-width: 951px) {

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

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

@media (min-width: 951px) {
	header{}
	.hamburger-overlay {
		display: none;
	}
		/* PCではメニューは横並び */
 .nav-overlay {
	 position: static;
	 height: auto;
	 background: transparent;
	 visibility: visible;
	 opacity: 1;
	 display: flex;
	 align-items: center;
 }

 .nav-overlay__content {
	 transform: none;
 }

 .nav-overlay__list {
	 flex-direction: row;
	 gap: 40px;
 }
 .nav-contact a{
	 border: 1px solid #fff;
	 border-radius: 6px;
	 max-width: 190px;
	 width: 100%;
	 display: block;
	 padding: 10px 40px 10px;
 }
 header.scrolled .nav-contact a{
	 border: 1px solid #333;
	 }
	 .nav-overlay__link, .nav-overlay__link:visited {
	   color: #fff;
	 }
	 .sp__item{
 		display: none;
 	}
}
@media (max-width: 950px) {
	header.header {
	padding: 10px 20px;
}

.header__logo img {
	max-height: 60px;
}
	/* overlay-styles.css */
	.hamburger-overlay {
	  position: fixed;
	  top: 20px;
	  right: 20px;
	  z-index: 1000;
	  width: 50px;
	  height: 50px;
	  border: none;
	  background: #043A2C;
	  cursor: pointer;
		border-radius: 6px;
		transition: all 0.5s ease;
	}
	header.header.scrolled .hamburger-overlay {
		top: 10px;
	}

	.hamburger-overlay__line {
	  position: absolute;
	  left: 16px;
	  width: 18px;
	  height: 1px;
	  background-color: #FFF;
	  transition: all .6s;
	}

	.hamburger-overlay__line:nth-of-type(1) { top: 18px; }
	.hamburger-overlay__line:nth-of-type(2) { top: 25px; }
	.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

	.hamburger-overlay.active .hamburger-overlay__line {
	  background-color: #fff;
	}

	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
	  transform: translateY(8px) rotate(-35deg);
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
	  opacity: 0;
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
		transform: translateY(-7px) rotate(35deg);
	}

	.nav-overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
	  visibility: hidden;
	  opacity: 0;
	  transition: all .6s;
	  z-index: 900;
		background: linear-gradient(to bottom, #ffffff 50%, transparent 50%);
	}
	.nav-overlay__content::before {
		content: "";
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: rgb(0 0 0 / 60%);
		z-index: 1;
	}
	.header__logo{
		z-index: 9999;
	}
	.nav-overlay__link, .nav-overlay__link:visited{
		color: #043A2C;
	}
	.nav-overlay.active {
	  visibility: visible;
	  opacity: 1;
	}

	.nav-overlay__content {
		position: absolute;
		top: 90px;
		width: 100%;
	}

	.nav-overlay__list {
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 999;
		height: 584px;
		position: relative;
		background-color: #fff;
	}

	.nav-overlay__item {
	  opacity: 0;
	  transform: translateY(20px);
	  transition: all .6s;
	}

	.nav-overlay.active .nav-overlay__item {
	  opacity: 1;
	  transform: translateY(0);
	}

	.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
	.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
	.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
	.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
	.nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.5s; }

	.nav-overlay__link {
		display: block;
		padding: 20px;
		font-size: 24px;
		text-decoration: none;
		transition: color .3s;
		border-bottom: 1px solid #B8B8B8;
		width: calc(100% - 40px);
		margin: 0 auto;
		background-image: url(https://yoshidaindustry.co.jp/assets_2025/img/arrow02.png);
		background-repeat: no-repeat;
		background-size: 20px 11px;
		background-position: 98% 50%;
	}
	.sp__item{
		color: #043A2C;
		font-size: 26px;
    line-height: 1.5;
		display: block;
		font-weight: bold;
	}
	.sp__item::first-letter{
		color: #FCA400;
	}
}


#mainvisual{
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}
#mainvisual img{
	max-width: 76vh;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
}
@media (min-width: 951px) {
	#mainvisual{
		background-image: url(https://yoshidaindustry.co.jp/assets_2025/img/mainvisual.jpg);
	}
}
@media (max-width: 950px) {
	#mainvisual{
		background-image: url(https://yoshidaindustry.co.jp/assets_2025/img/mainvisual-sp.jpg);
	}
	#mainvisual img{
		width: 86%;
		top: -23vh;
	}
}

/* header-styles.css */

/* 基本ヘッダー設定 */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 54px;
  box-sizing: border-box;
}

/* ヘッダー内ラッパー */
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* ロゴ */
.header__logo img {
  max-height: 60px;
  transition: all 0.5s ease;
}

.nav-overlay__link, .nav-overlay__link:visited {
  font-size: 18px;
  transition: color 0.3s;
	text-decoration: none;
}

/* スクロールでコンパクト化 */
header.header.scrolled {
  background-color: #fff; /* 半透明白背景 */
  padding: 10px 54px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.10);
}
/* レスポンシブ */
@media (max-width: 950px) {
	header.header{
		padding: 20px 20px;
	}
	header.header.scrolled {
		padding: 10px 20px;
	}
}
header.header.scrolled .header__logo img {
  max-height: 50px;
	vertical-align: bottom;
}

/* リンク色もスクロール時に変えたい場合 */
header.header.scrolled .nav-overlay__link {
  color: #000;
	text-decoration: none;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  margin: 0;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
	background-image: url(https://yoshidaindustry.co.jp/assets_2025/img/top-business__bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 90px 20px 0;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.card a{
	text-decoration: none;
}

.card img {
  width: 100%;
  height: 368px;
  object-fit: cover;
	vertical-align: bottom;
}

.card-text {
	padding: 30px 40px;
	color: #fff;
	min-height: 304px;
}

.card-text h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.card-text h2 {
  margin: 10px 0;
  font-size: 32px;
}

.card-text p {
  font-size: 16px;
  line-height: 1.8;
	margin: 0;
}

/* カード別カラー */
.card-text.civil {
  background-color: #0d3561;
}

.card-text.building {
  background-color: #1f3c32;
}

.card-text.transport {
  background-color: #0d3561;
}

/* ハイライト文字 */
.highlight {
  color: #f9b233;
}

#top-business{
	background-image: url(https://yoshidaindustry.co.jp/assets_2025/img/bg__img01.png);
	background-repeat: no-repeat;
	padding: 80px 0 0;
}

@media (min-width: 951px) {
	.header__logo img {
	  max-height: 80px;
	}
}
/* レスポンシブ */
@media (max-width: 950px) {
	#top-business{
		background-size: 215px;
		background-position: 0% 97%;
		padding: 28px 0 0;
	}
  .card-container {
		flex-direction: column;
		align-items: center;
		padding: 40px 20px 48px;
		gap: 14px;
		background-size: cover;
  }
	.card {
	  width: 100%;
	}
	.card:nth-child(1) {
		order: 2;
	}
	.card:nth-child(2) {
		order: 1;
	}
	.card:nth-child(3) {
		order: 3;
	}
	.title-wrap{
		flex-wrap: wrap;
	}
	.h2-center .line{
		max-width: 280px;
		width: 100%;
	}
	.h2-left .line{
		max-width: 610px;
		width: 100%;
	}
	.h2-left .large{
		font-size: 42px;
		padding: 0 60px 7px 25px;
	}
	.h2-center .large{
		font-size: 42px;
		padding: 0 20px 7px;
	}
	#building .h2-center .large{
		font-size: 48px;
	}
	#about-company .h2-left .large, #award-history .h2-center .large{
		font-size: 54px;
	}
	.h2-left .small{
		font-size: 18px !important;
		padding: 7px 0 0 25px;
	}
	.h2-center .small{
		font-size: 18px;
		padding: 7px 0 0;
	}
	.title-wrap .right-text{
		padding: 10px 20px 0;
	}
	.nav-overlay__link, .nav-overlay__link:visited {
	  font-size: 16px;
	}
}
@media (min-width: 951px) {
	#top-business{
		background-size: 450px;
		background-position: 0% 79%;
	}
	.card-container {
		background-size: 100% 95%;
		margin-bottom: 100px;
	}

	.card {
	  width: 330px;
	}
	.h2-left .line, .h2-center .line{
		width: 610px;
	}
	#civil_engineering-about .h2-left .line{
		width: 669px;
	}
	#civil_engineering-about .h2-left .large{
		font-size: 94px;
	}
	.h2-left .large{
		font-size: 106px;
		padding: 0 0 7px 60px;
	}
	.h2-center .large{
		font-size: 106px;
		padding: 0 0 7px 0;
	}
	.h2-left .small{
		font-size: 22px;
		padding: 7px 0 0 60px;
	}
	.h2-center .small{
		font-size: 22px;
		padding: 7px 0 0 0;
	}
	.title-wrap .right-text{
		margin-left: 70px;
		padding-top: 80px;
	}
	#building-about .title-wrap .right-text{
		padding-top: 80px;
	}
	.card:nth-child(2) {
		position: relative;
		top: 127px;
	}
	/* ナビゲーション（PC用） */
	.nav-overlay__list {
		display: flex;
		gap: 40px;
		margin: 0;
		padding: 0;
		list-style: none;
		align-items: center;
	}
}

.title-wrap{
	display: flex;
	justify-content: flex-start;
	margin: 0 0 68px;
}
#top-works .title-wrap{
	margin: 0 0 38px;
}
.title-wrap .right-text{
	max-width: 610px;
	line-height: 2;
}

.h2-center{
	text-align: center;
}

.h2-left span, .h2-center span{
	display: block;
}
.h2-left span span::first-letter, .h2-center span span::first-letter{
	color: #FCA400;
}
.h2-left span span, .h2-center span span{
	display: inline-block;
}
.h2-left span{}
.h2-left .large, .h2-center .large{
	color: #043A2C;
	line-height: 1;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}
.h2-left .large::first-letter, .h2-center .large::first-letter{
	color: #FCA400;
}
.h2-left .line, .h2-center .line{
	background: #B8B8B8;
	height: 1px;
}
.h2-center .line{
	margin: 0 auto;
}
.h2-left .small, .h2-center .small{
	font-size: 22px;
	color: #043A2C;
	font-weight: 400;
}

.btn01, .btn01:visited{
	display: inline-flex;
	align-items: center;
	background-color: #063a70;
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	transition: background-color 0.3s ease, opacity 0.3s ease;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.btn01 .text{
	width: 85%;
}

.btn01 .arrow {
  background-image: url(https://yoshidaindustry.co.jp/assets_2025/img/arrow01.png);
	margin-left: 5px;
	width: 23%;
	height: 45px;
	background-position: center;
	background-size: 22px;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	background-repeat: no-repeat;
}
@media (min-width: 951px) {
	.btn01, .btn01:visited{
		max-width: 373px;
		padding: 12px 0;
	}
}
@media (max-width: 950px) {
	.btn01, .btn01:visited{
		max-width: 300px;
		padding: 12px 0;
	}
	#top-business .title-wrap{
		margin: 0 0 48px;
	}
	#top-works .title-wrap{
		margin: 0 0 13px;
	}
	#civil_engineering-about .h2-left .large{
		font-size: 42px;
	}
	.btn01 .text{
		width: 77%;
	}
	.btn01 .arrow {
		width: 18%;
	}
}

/* ホバー時 */
.btn01:hover {
  opacity: 0.85;
	color: #fff;
}

#top-business .btn-right{
	max-width: 1200px;
	margin: 182px auto 50px;
}
#building-about .btn-right{
	max-width: 1200px;
	margin: 50px auto 60px;
}
.btn-center{
	text-align: center;
	max-width: 1200px;
}
@media (min-width: 951px) {
	.btn-right{
		text-align: right;
	}
	.btn-center{
		margin: 140px auto 50px;
	}
}
@media (max-width: 950px) {
	#top-business .btn-right{
		text-align: center;
		margin: 32px auto 0;
	}
	#building-about .btn-right{
		text-align: center;
		margin: 40px auto 0;
	}
	.btn-center{
		margin: 10px auto 0px;
	}
}


@media (min-width: 951px) {
	.business-slider{
		margin: 74px 0 0;
	}
	.business-slider div.img {
		width: 320px;
		margin: 0 30px 0;
	}
	.business-slider div.img:nth-child(even) {
		margin: 50px 30px 0;
	}
}
@media (max-width: 950px) {
	.business-slider{
		margin: 77px 0 0;
	}
	.business-slider div.img {
		width: 112px;
		margin: 0 8px 0;
	}
	.business-slider div.img:nth-child(even) {
		margin: 20px 8px 0;
	}
}


.works-lists{
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.works-lists div{
	max-width: 376px;
}
.works-lists div a{
	text-decoration: none;
}
.works-lists div img{
	width: 376px;
	height: 260px;
	object-fit: cover;
}
.works-lists div h3{
	margin: 0;
	font-size: 20px;
	color: #1C1C1C;
}
.works-lists div p{
	margin: 10px 0 0;
	text-align: left;
	color: #1C1C1C;
}

@media (min-width: 951px) {
	#top-works{
		padding: 124px 0 0;
	}
}
@media (max-width: 950px) {
	#top-works{
		padding: 60px 0 0;
	}
	.works-lists{
		flex-wrap: wrap;
		padding: 0 20px;
		align-items: flex-start;
	}
	.works-lists div{
		margin: 0 0 20px;
	}
}

#top-gmap{
	padding: 90px 0 0;
}
.gmap-wrap{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gmap-wrap div{
	text-align: center;
	width: 100%;
}
.gmap-wrap div p{
	margin-bottom: 38px;
}
@media (min-width: 951px) {
	#top-gmap .gmap-wrap{
		padding: 30px 4% 0;
	}
	#top-gmap .gmap-wrap div{
		max-width: 48%;
	}
	#about-company .gmap-wrap{
		padding: 30px 0 0;
	}
	#about-company .gmap-wrap div{
		max-width: 48%;
	}
}
@media (max-width: 950px) {
	#top-gmap{
		padding: 46px 0 0;
	}
	.gmap-wrap{
		padding: 0;
		flex-wrap: wrap;
	}
	.gmap-wrap div{
		margin: 0 0 20px;
	}
	.gmap-wrap iframe{
		max-height: 320px;
	}
	#top-gmap .gmap-wrap{
		padding: 0 20px;
	}
}

footer{
	border-top: 1px solid #DFDFDF;
}
.site-info{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	align-items: stretch;
}

.footer__logo{
	max-width: 75px;
}

.footer__nav{
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.footer__nav li{
	margin-left: 25px;
}
.footer__nav li a{
	color: #333333;
	text-decoration: none;
}
.site-info__left p{
	margin: 20px 0 60px;
}
.copyright{
	text-align: center;
	background-color: #043A2C;
	margin: 0;
	padding: 10px 20px 10px;
	color: #fff;
	font-size: 14px;
}

@media (min-width: 951px) {
	.site-info__right{
		text-align: right;
	}
	footer{
		margin: 100px 0 0;
		padding: 40px 20px 0;
	}
}
@media (max-width: 950px) {
	footer{
		margin: 20px 0 0;
		padding: 40px 20px 30px;
	}
	.site-info{
		flex-wrap: wrap;
	}
	.footer__nav{
		flex-wrap: wrap;
	}
	.footer__nav li{
		width: 100%;
		margin: 0 0 16px;
		text-align: center;
		font-size: 15px;
	}
	.site-info__left{
		 text-align: center;
		 width: 100%;
	}
	.site-info__left p{
		font-size: 14px;
		line-height: 2;
		margin: 27px 0 20px;
	}
	.footer__logo{
		margin: 0 auto;
	}
	.site-info__right{
		text-align: center;
	}
}


/* 固定ページ　共通デザイン
___________________________________________________*/
#breadcrumbs{
	border-bottom: 1px solid #DFDFDF;
	padding: 10px 20px 10px;
	margin: 0 auto 40px;
}
#breadcrumbs p{
	max-width: 1200px;
	margin: 0 auto;
}

.site-main{}

.contents-wrap{
	max-width: 1076px;
	width: 100%;
	margin: 0 auto;
}

.contents-wrap02{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.page-hero {
  width: 100%;
  height: 40vh;
  min-height: 260px;
	max-height: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

/* タイトル */
.page-hero__inner{
	margin: 25px 0 0;
}
.page-hero__title-en {
  font-size: 70px;
  font-weight: 700;
	font-family: "Oswald", sans-serif;
	margin: 0;
}
.page-hero__title-en span{
	display: inline-block;
}
.page-hero__title-en span::first-letter{
	color: #FCA400;
}
.page-hero__title-ja {
  font-size: 20px;
	margin: 0;
}

/* ギャラリーのサムネイル枠 */
.wp-block-gallery.is-cropped > .wp-block-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* サムネイル画像 */
.wp-block-gallery.is-cropped > .wp-block-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ライトボックス全体 */
.wp-lightbox-overlay,
.wp-lightbox-overlay * {
  box-sizing: border-box;
}


/* ライトボックス内 figure */
.wp-lightbox-overlay figure {
  aspect-ratio: auto !important;
  height: auto !important;
  width: auto !important;
}

/* ライトボックス内の画像（最重要） */
.wp-lightbox-overlay img {
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
}

@media (min-width: 679px) {
	.wp-lightbox-overlay figure {
		max-width: 90vw;
		max-height: 90vh;
	}
	.wp-lightbox-overlay img {
		max-width: 90vw !important;
		max-height: 90vh !important;
	}
}
@media (max-width: 678px) {
	.wp-lightbox-overlay figure {
		max-width: 100vw;
		max-height: 100vh;
	}
	.wp-lightbox-overlay img {
		max-width: 100vw !important;
		max-height: 100vh !important;
	}
}

/* ライトボックスの中身を上下左右中央に配置 */
.wp-lightbox-overlay {
  display: flex;
}

.wp-lightbox-overlay .wp-lightbox-content {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}





table{
	border-spacing: 0 5px;
}
tr{}
th, td{
	padding: 10px 20px 10px;
}
th{
	background-color: #00366B;
	text-align: left;
	color: #fff;
	font-weight: normal;
	width: 21%;
}
td{
	border-bottom: 1px solid #00366B;
}

#breadcrumbs p{
	font-size: 14px;
}
@media (max-width: 950px) {
	th, td{
		padding: 10px 20px 10px;
	}
	.page-hero__inner{
		margin: 55px 0 0;
	}
}
@media (max-width: 768px) {
	th, td{
		display: block;
		width: 100%;
	}
	#breadcrumbs p{
		font-size: 12px;
	}
}

/* ==========
ページ別 背景画像
========== */

/* プライバシーポリシー、その他 */
#page-privacy, #page-etc {
  background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/company/main-visual__etc-pc.jpg');
}

/* 会社概要 */
#page-company {
  background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/company/main-visual__company-pc.jpg');
}

/* 吉田産業ができること */
#page-business {
  background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/business/main-visual__business-pc.jpg');
}

/* 建築工事 */
#page-building {
  background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/building/main-visual__building-pc.jpg');
}

/* ==========
   スマホ用背景の切り替え
   ========== */
@media (max-width: 950px) {

	/* プライバシーポリシー、その他 */
	#page-privacy, #page-etc {
	  background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/company/main-visual__etc-pc.jpg');
	}

	/* 会社概要 */
	#page-company {
	  background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/company/main-visual__company-pc.jpg');
	}

	/* 吉田産業ができること */
	#page-business {
	  background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/business/main-visual__business-pc.jpg');
	}

	/* 建築工事 */
	#page-building {
	  background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/building/main-visual__building-pc.jpg');
	}

  .page-hero {
    height: 32vh;
    min-height: 180px;
  }

  .page-hero__title-en {
    font-size: 46px;
  }
  .page-hero__title-ja {
    font-size: 14px;
  }
}

/* プライバシーポリシー
___________________________________________________*/
.p-block{
	border: 1px solid #707070;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 0 25px;
}
.p-block .wp-block-heading{
	font-size: 19px;
  color: #043A2C;
}
.p-block p{}
.p-block ul{
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
.p-block ul li{
	margin: 0 0 10px;
}
.privacy-wrap{
background-repeat: no-repeat;
}
.privacy-wrap .contents-wrap{
	padding: 0 20px 0;
}
@media (min-width: 951px) {
	.p-block{
		padding: 1% 4%;
	}
	.privacy-wrap{
		background-image: url(https://yoshidaindustry.co.jp/assets_2025/img/page-bg-left.png), url(https://yoshidaindustry.co.jp/assets_2025/img/page-bg-right.png);
		background-size: 370px, 298px;
		background-position: 0% 11%, 100% 100%;
		padding-bottom: 60px;
		margin-top: 80px;
	}
}
@media (max-width: 950px) {
	.p-block{
		padding: 3% 9%;
	}
	.privacy-wrap{
		background-image: url(https://yoshidaindustry.co.jp/assets_2025/img/page-bg-left-sp.png), url(https://yoshidaindustry.co.jp/assets_2025/img/page-bg-right-sp.png);
		background-size: 179px, 161px;
		background-position: 0% 4.7%, 100% 100%;
		padding-bottom: 60px;
	}
}

/* 固定ページ　共通デザイン
___________________________________________________*/
#company-lead{
	text-align: center;
	background-repeat: no-repeat;
}
#company-lead .large{
	color: #043A2C;
	font-size: 90px;
	font-weight: 900;
	margin: 0;
	line-height: 1.3;
}
#company-lead .small{
	color: #043A2C;
	font-size: 24px;
	margin: 10px 0 60px;
}
#company-lead .txt{
	font-size: 17px;
}
@media (min-width: 951px) {
	#company-lead{
		padding: 30px 20px 70px;
		background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/page-bg-left.png'),  url('https://yoshidaindustry.co.jp/assets_2025/img/page-bg-right.png');
		background-size: 370px, 298px;
		background-position: 0% 16%, 100% 90%;
	}
}
@media (max-width: 950px) {
	#company-lead{
		padding: 60px 20px 37px;
		background-image: url('https://yoshidaindustry.co.jp/assets_2025/img/page-bg-left-sp.png'),  url('https://yoshidaindustry.co.jp/assets_2025/img/page-bg-right-sp.png');
		background-size: 179px, 161px;
		background-position: 0% 0%, 100% 77%;
		margin: -24px 0 0;
	}
	#company-lead .large{
		font-size: 46px;
	}
	#company-lead .small{
		font-size: 20px;
		margin: 16px 0 35px;
	}
	#company-lead .txt{
		text-align: left;
		font-size: 16px;
	}
}


#about-company{}
#about-company .h2-left{
	margin: 0 0 50px;
}
#about-company .gmap-left{}
#about-company .gmap-right{}

@media (max-width: 950px) {
	#about-company .contents-wrap{
		padding: 0 20px;
	}
	#about-company .gmap-left h3, #about-company .gmap-right h3{
		margin: 10px 0 10px;
	}
	#about-company .gmap-left p, #about-company .gmap-right p{
		margin: 0 0 22px;
	}
}


#award-history{
	margin: 130px 0 0;
}
#award-history .title-center{
	margin: 0 0 50px;
}
.award-history-img{
	background-image:	url('https://yoshidaindustry.co.jp/assets_2025/img/company/company-img01.jpg');    height: 364px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 80px;
}

.award-history-wrap01{}
.award-history-wrap01 .flex-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.award-history-wrap01 .flex-wrap img{
	max-width: 586px;
	width: 48%;
}
.award-history-wrap01 h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}

.award-history-wrap02{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 985px;
  margin: 90px auto 0;
}
.award-history-wrap02 .left{
	max-width: 451px;
	width: 48%;
}
.award-history-wrap02 .right{
	max-width: 426px;
	width: 48%;
}
.award-history-wrap02 h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}

@media (max-width: 950px) {
	#award-history{
		margin: 30px 0 0;
	}
	#award-history .title-center{
		margin: 0 0 29px;
	}
	.award-history-wrap01 h3{
		margin: 7px 0 0;
	}
	.award-history-wrap02{
	  margin: 51px auto 0;
	}
	.award-history-wrap02 h3{
		margin: 7px 0 33px;
	}
	.award-history-img{
		height: 198px;
	}
	.award-history-wrap01 .flex-wrap{
		display: block;
	}
	.award-history-wrap01 .flex-wrap img{
		max-width: 100%;
    width: 100%;
	}
	.award-history-wrap02{
		display: block;
	}
	.award-history-wrap02 .left, .award-history-wrap02 .right{
		max-width: 288px;
		width: 80%;
		margin: 0 auto;
	}
	.award-history-wrap01 h3, .award-history-wrap02 h3{
		font-size: 17px;
	}
	#award-history{
		padding-bottom: 42px;
	}
}

/* 吉田産業ができること
___________________________________________________*/
#inosgroup-about{
	background: #EEEEEE;
	padding: 60px 20px 60px;
	margin: 0 0 100px;
}

#inosgroup-about .contents-wrap02 p{
	max-width: 1080px;
	line-height: 1.8;
}

#building-about, #civil_engineering-about, #transport-about{
	margin: 0 0 110px;
}
.business-slider02 img, .business-slider03 img, .business-slider04 img{
	max-height: 440px;
	margin: 0 10px 0;
}
#building-about .txt-box, #civil_engineering-about .txt-box, #transport-about .txt-box{
	border: 1px solid #707070;
	margin: 60px auto 40px;
	border-radius: 10px;
	padding: 20px 20px 20px;
	width: calc(100% - 40px);
}
#building-about .txt-box p, #civil_engineering-about .txt-box p, #transport-about .txt-box p{
	max-width: 921px;
	margin: 0 auto;
	line-height: 2.3;
}
#building .txt-wrap{
	max-width: 959px;
	margin: 60px auto 70px;
}
#building .txt-click{
	color: #333;
	font-size: 15px;
	text-align: center;
	margin: 0 0 40px;
}

@media (min-width: 951px) {
	#inosgroup-about .contents-wrap02{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media (max-width: 950px) {
	#inosgroup-about{
		padding: 40px 40px 30px;
		margin: 0 0 60px;
	}
	#building{
		margin: 0 auto 80px;
	}
	#building .txt-click{
		margin: 0 0 26px;
	}
	#building .txt-wrap{
		padding: 0 20px;
		margin: 38px auto 40px;
	}
	#building .wp-block-spacer{
		height: 24px !important;
	}
	#inosgroup-about .contents-wrap02{}
	#building-about .txt-box p, #civil_engineering-about .txt-box p, #transport-about .txt-box p{
		line-height: 1.8;
	}
	#building-about{
		margin: -8px 0 50px;
	}
	#civil_engineering-about, #transport-about{
		margin: 0 0 70px;
	}
	#building-about .txt-box, #civil_engineering-about .txt-box, #transport-about .txt-box{
		margin: -40px auto 30px;
	}
	.business-slider02 img, .business-slider03 img, .business-slider04 img{
		max-height: 186px;
		margin: 0 5px;
	}
}

/* 固定ページ　共通デザイン
___________________________________________________*/

.container-404 p {
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.5;
}

@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
figure.wp-block-gallery.has-nested-images{
	gap: 1.5em;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
  width: calc(50% - 0.5em / 2);
}
.wp-lightbox-overlay .wp-block-image img {
	height: 100%;
	width: auto;
}
@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - 1.5em * .66667);
    }
}
@media (max-width: 950px) {
	figure.wp-block-gallery.has-nested-images{
		gap: 0.5em;
	}
}


/* fadein
___________________________________________________*/
.fadein {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 950px) {}

/* lightbox overlay
___________________________________________________*/
.wp-lightbox-overlay .close-button svg{}

@media (min-width: 769px) {
	.wp-lightbox-overlay .close-button svg{
		width: 50px;
		height: 50px;
	}
}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}
/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}
/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}
/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}

/* 固定ページ　共通デザイン
___________________________________________________*/
@media (max-width: 950px) {}
