/**
Theme Name: toukatsu
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toukatsu
Template: astra
*/
html {
	visibility: hidden;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
}
.grecaptcha-badge { visibility: hidden; }
.reCAPTCHAbrand{
	text-align: center;
	    color: #cfcfcf;
}
.reCAPTCHAbrand a {
	font-size: 14px;
    color: #cfcfcf;
    font-weight: normal;
}
p:last-of-type {
	margin-bottom: 0;
}

ul li {
	list-style-type: none;
}
ruby rt {
	font-size: .3em;
    height: 0;
}
.ruby_under {
  display: inline-block;
}
.ruby_under ruby{
  display: flex;
  flex-direction: column;
  text-align: justify;  /* この指定は text-align-last を IE に対応させるために必要 */
  text-align-last: justify;
}
.site-title a {
	font-family: "mamelon", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.dispNone {
	display: none !important;
}

.dispBlock {
	display: block !important;
}

.sponly {
	display: none;
}

.vh50 {
	height: 50vh;
}

.vh100 {
	height: 100vh;
}

.vh100_header {
	min-height: calc(100vh - 80px);
}

.h100 {
	height: 100%;
}

.m0 {
	margin: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.speech-text h2 {
	position: relative;
	display: inline-block;
	padding: 0px calc(10px + .5em);
}

.speech-text h2:before,
.speech-text h2:after {
	position: absolute;
	content: "";
	background: var(--e-global-color-primary);
	width: 3px;
	height: 100%;
	border-radius: 10px;
}

.speech-text h2:before {
	top: 0;
	left: 0;
	transform: rotate(337.5deg);
}

.speech-text h2:after {
	top: 0;
	right: 0;
	transform: rotate(22.5deg);
}

#topHeader {
	position: relative;
	height: calc(100vh - 80px);
	width: 100%;
}

#topHeader .wrapHeaderImage {
	width: 100vw;
	height: 100%;
	position: absolute;
	display: block;
}

#topHeader .wrapHeaderText {
	position: absolute;
	display: inline-block;
	bottom: 30%;
	left: 10%;
}

#topHeader .elementor-container {
	height: 100%;
}

/* ご挨拶 */
.syakun ul li span {
	padding-left: 1.5em;
}

.syakun ul li span:before {
	content: "1.";
	display: inline;
	margin-left: -1.5em;
}

/* 会社概要・沿革 */

#history .historyYear p,
#history .historyDetail p {
	margin-bottom: 0;
}

#overview ul {
	margin: 0;
	padding: 0;
	line-height: 2;
}

/* 生産工程 */
.wrapProcess {
	position: relative;
}

.wrapProcess::after {
	display: block;
	content: "";
	width: 400px;
	height: 100px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #b51f09;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 200px);
	z-index: 999;
}

.wrapProcess:last-of-type::after {
	display: none;
}

/* お問い合わせフォーム */
#contactForm label {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 0.5em;
}

#contactForm label.required::after {
	display: inline;
	content: "*";
	color: #B51F09;
	font-size: 1.5em;
}

#contactForm input[type="submit"] {
	width: 70%;
	margin: 2em auto 0;
	display: block;
	background: #b51f09;
}

#news_archive {
	padding: 120px 0;
}

#news_archive dl {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #B51F09;
	margin-bottom: 1em;
	padding: 1em 0 2em;
	align-items: baseline;
}

#news_archive dl dt {
	font-size: 16px;
	padding: 0.5em 1em;
	display: inline-block;
	background: #e6e0ae;
	width: 10em;
	text-align: center;
}

#news_archive dl dd {
	padding: 0 2em;
	margin: 0;
	width: calc(100% - 10em);
}

.fadeoutSlider {
	animation: fadeOut 1s;
	animation-fill-mode: both;
}

.fadeinSlider {
	animation: fadeOut 1s;
	animation-fill-mode: both;
	animation-direction: reverse;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media (max-width: 1024px) {
	.mh-100 .elementor-container {
		height: 100%;
	}

	#topHeader .wrapHeaderText {
		position: absolute;
		display: inline-block;
		bottom: auto;
		left: auto;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.speech-text h2 {

		padding: 0px calc(10px + 1em);
	}

	.speech-text h2:before,
	.speech-text h2:after {
		width: 2px;
	}

	#greeting {
		background: none;
	}

	.mobile_hidden {
		display: none;
	}

	.mobile_nobreak br {
		display: none;
	}

	.sp_none_background {
		background: none;
	}

	.sponly {
		display: inline;
	}

	#news_archive dl {
		flex-direction: column;
	}

	#news_archive dl dt {
		margin-bottom: 1em;
	}

	#news_archive dl dd {
		width: 100%;
	}

	.wrapProcess::after {
		width: 52.15vw;
		height: 13.03vw;
		bottom: -6.51vw;
		left: calc(50% - (52.15vw / 2));
	}

	.fixed_box_wrapper .elementor-image-box-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fixed_box_wrapper .elementor-image-box-img,
	.fixed_box_wrapper .elementor-image-box-content {
		display: inline;
	}

	.fixed_box_wrapper .elementor-image-box-wrapper .elementor-image-box-img {
		width: 8vw !important;
		margin: 0 1em 0 0 !important;
	}

	.fixed_box_wrapper .elementor-image-box-wrapper .elementor-image-box-content {
		width: auto;
	}
}