@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: source-han-sans-japanese, sans-serif;
}

body,
html {
	overflow-x: hidden;
	/* 横スクロールを禁止 */
}

h2,
h3,
h4 {
	font-weight: 700;
}

p {
	font-weight: 400;
}


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

a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	opacity: 0.5;
}



ul {
	list-style: none;
}

/*-------------------------------
 
　共通項目 / 文字色の指定など
 
-------------------------------*/
.pc_br,
.pc_only {
	display: block !important;
}

.tb_br {
	display: none !important;
}

.sp_br,
.sp_only {
	display: none !important;
}

@media (max-width:1024px) {


	.tb_br {
		display: block !important;
	}
}

@media (max-width:765px) {
	.tb_br {
		display: none !important;
	}

	.pc_br,
	.pc_only {
		display: none !important;
	}

	.sp_br,
	.sp_only {
		display: block !important;
	}
}

/*-------------------------------
PCヘッダーナビ
-------------------------------*/
.header_nav {
	width: 100%;
	max-width: 83.333vw;
	padding-top: 3.75vw;
	padding-bottom: 2vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_logo {
	max-width: 22.083vw;
}

.h_nav ul {
	display: flex;
	align-items: center;
}

.h_nav a {
	color: #000;
	margin-right: 1.417vw;
	font-weight: 500;
	font-size: clamp(10px, 1.25vw, 15px);
}

.go_mail {
	display: flex;
	margin-right: 0;
}

.go_mail img {
	width: clamp(14px, 1.3vw, 16px);
	margin-right: 0.5vw;
}

.go_mail a {
	padding: 0.917vw 1.5vw;
	background-color: #FFF;
	border: 1.5px solid #0962a8;
	color: #0962a8;
	border-radius: 9999px;
	font-weight: 500;
	font-size: clamp(13px, 1.25vw, 15px);
	margin-right: 0;
	white-space: nowrap;
}

/*-------------------------------
ファーストビュー
-------------------------------*/
.fv_img {
	position: relative;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: calc(50% - 41.667vw);
	transform: translateY(-50%);
	width: 83.333vw;
	max-width: 83.333vw;
}

.fv_text img {
	max-width: 42.917vw;
}

.fv_ba {
	position: absolute;
	top: 66%;
	right: calc(50% - 46vw);
	transform: translateY(-66%);

}

.fv_ba img {
	max-width: 45.333vw;
}

/*-------------------------------
about
-------------------------------*/
#about {
	padding-top: 13.333vw;
	padding-bottom: 8.333vw;
	background-image: image-set(url("../../images/about_bg.webp") type("image/webp"),
			url("../../images/about_bg.png") type("image/png"));
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.about_box {
	width: 90%;
	max-width: 83.333vw;
	margin: 0 auto;
}

.about_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6.667vw;
}

.about_item2 {
	margin-bottom: 0;
}

.about_text {
	max-width: 37.5vw;
	flex-basis: 48%;
}

.about_img {
	max-width: 39.583vw;
	flex-basis: 48%;
}

.about_text h3 {
	font-size: clamp(24px, 2.8vw, 34px);
	color: #0962a8;
	margin-bottom: 3.333vw;
}

.about_text p {
	font-size: clamp(14px, 1.3vw, 16px);
	line-height: 2;
	letter-spacing: 0.142vw;
	text-align: justify;
}

.about_bg_t {
	position: relative;
	z-index: 2;
}

.about_bg_t h3 {
	position: relative;
	z-index: 2;
}

.about_bg {
	position: absolute;
	max-width: 19.583vw;
	top: -5vw;
	left: 0.25vw;
	z-index: 1;
}

/*-------------------------------
最新情報
-------------------------------*/
#news {
	padding-top: 15.417vw;
	padding-bottom: 8.333vw;
}

.news_box {
	width: 90%;
	max-width: 83.333vw;
	margin: 0 auto;
}

.news_intro {
	position: relative;
	z-index: 2;
}

.news_intro h2 {
	font-size: clamp(24px, 2.8vw, 34px);
	color: #0962a8;
	text-align: center;
	position: relative;
	z-index: 2;
}

.news_intro img {
	position: absolute;
	left: 50%;
	top: -5vw;
	transform: translateX(-50%);
	max-width: 16.667vw;
	z-index: 1;
}



/*-------------------------------
製品紹介
-------------------------------*/

#products {
	padding-top: 13.75vw;
	padding-bottom: 6.25vw;
	background-image: image-set(url("../../images/products_bg.webp") type("image/webp"),
			url("../../images/products.png") type("image/png"));
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.products_box {
	width: 90%;
	max-width: 83.333vw;
	margin: 0 auto;
}

.products_intro {
	position: relative;
	z-index: 2;
}

.products_intro h2 {
	font-size: clamp(24px, 2.8vw, 34px);
	color: #faf594;
	text-align: center;
	position: relative;
	z-index: 2;
}

.products_intro img {
	position: absolute;
	left: 50%;
	top: -5vw;
	transform: translateX(-50%);
	max-width: 30.833vw;
	z-index: 1;
}

.products_item_box {
	width: 90%;
	margin: 0 auto;
	margin-top: 7.917vw;
	position: relative;
}

.product-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 83.333vw;
	margin: 0 auto;
	padding: 3.333vw 0;
	box-sizing: border-box;
	background: linear-gradient(to right, #fff 67%, transparent 67%);
	z-index: 1;
}

/* 左端からインナーまで白を伸ばす */
.product-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100vw;
	width: 100vw;
	height: 100%;
	background: #fff;
	z-index: -1;
}

.products_item2 {
	margin-top: 10vw;
}

.product-inner2 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 83.333vw;
	margin: 0 auto;
	padding: 3.333vw 0;
	box-sizing: border-box;
	background: linear-gradient(to left, #fff 67%, transparent 67%);
	z-index: 1;
}

/* 左端からインナーまで白を伸ばす */
.product-inner2::before {
	content: "";
	position: absolute;
	top: 0;
	right: -100vw;
	width: 100vw;
	height: 100%;
	background: #fff;
	z-index: -1;
}

.product-text {
	flex-basis: 50%;
	max-width: 41.667vw;
	color: #333;
}

.product-text h2 {
	font-size: clamp(22px, 2.8vw, 34px);
	color: #0962a8;
	padding-bottom: 1.5vw;
	margin-bottom: 1.5vw;
	border-bottom: 1px solid #0962a8;
}

.product-text h4 {
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.6;
	color: #0962a8;
	margin-bottom: 1.25vw;
}

.product-text_2 {
	flex-basis: 50%;
	max-width: 41.667vw;
	color: #333;
}

.product-text_2 h2 {
	font-size: clamp(22px, 2.8vw, 34px);
	color: #ea9123;
	padding-bottom: 1.5vw;
	margin-bottom: 1.5vw;
	border-bottom: 1px solid #ea9123;
}

.product-text_2 h4 {
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.5;
	color: #ea9123;
	margin-bottom: 1.25vw;
}



.product-text p,
.product-text_2 p {
	font-size: clamp(14px, 1.3vw, 16px);
	line-height: 2;
	letter-spacing: 0.142vw;
	text-align: justify;
}

.lp_btn:visited {
	color: #0962a8 !important;
}

.lp_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	max-width: 240px;
	margin: 0 auto;
	margin-top: 3.333vw;
	padding: 1vw 0;
	border: 1.5px solid #0962a8;
	border-radius: 833.25vw;
	color: #0962a8;
	text-decoration: none;
	transition: 0.3s;
	display: flex;
}

.lp_btn img {
	width: clamp(14px, 1.3vw, 16px);
	margin-right: 0.5em;
}

.product-img {
	flex-basis: 46%;
	max-width: 37.5vw;
}

.products_case {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 83.333vw;
	margin: 0 auto;
	margin-top: 10vw;
}

.case_item img {
	max-width: 25.833vw;
	margin-bottom: 13%;
}


/*-------------------------------
導入事例
-------------------------------*/
#example {
	background: linear-gradient(90deg, #f1f1f1 0%, #e7e7e7 100%);
	padding-top: 18.75vw;
	padding-bottom: 12.5vw;
}

.example_box {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}

.example_intro {
	position: relative;
	z-index: 2;
}

.example_intro h2 {
	font-size: clamp(24px, 2.8vw, 34px);
	color: #0962a8;
	text-align: center;
	position: relative;
	z-index: 2;
}

.example_intro img {
	position: absolute;
	left: 50%;
	top: -5vw;
	transform: translateX(-50%);
	max-width: 27.583vw;
	z-index: 1;
}

.example_intro p {
	margin-top: 3vw;
	font-size: clamp(14px, 1.3vw, 16px);
	line-height: 1.8;
	text-align: center;
}

.example_case_box {
	margin-top: 6.25vw;
}


.example_case_item_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.example_case_item {
	max-width: 460px;
	background-color: #FFF;
	border: 1.5px solid #0962a8;
	border-radius: 0.5vw;
	padding: 5% 3%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin-bottom: 2.917vw;
	position: relative;
	flex-basis: 49%
}

.example_case_item_img {
	max-width: 31.667vw;

}

.example_case_text_box {
	margin-top: 2.917vw;
}


.example_case {
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
}

.example_case:last-child {
	margin-bottom: 0;
}

.example_title {
	padding: 0.417vw 0;
	border: 1px solid #000;
	width: 22%;
	text-align: center;
	margin-right: 1em;
	font-size: clamp(8px, 1.3vw, 16px);
}

.example_text {
	font-size: clamp(10px, 1.3vw, 18px);
	width: 77%;
	line-height: 1.2;
}

.example_case_a_span img {
	max-width: 12.167vw;
}

.example_case_bf_span img {
	max-width: 15.167vw;
}

.example_case_c_span img {
	max-width: 27.167vw;
}

.example_case_d_span img {
	max-width: 12.25vw;
}

.example_case_e_span img {
	max-width: 23.167vw;
}

.case_place {
	position: absolute;
	left: -3.5%;
	top: 1.667vw;
}

.case_place img {
	max-width: 16.667vw;
}

.lp_link_box {
	background: linear-gradient(45deg, #6993c6 0%, #02438f 100%);
	width: 80%;
	max-width: 65.417vw;
	margin: 0 auto;
	margin-top: 2.083vw;
	padding: 2.917vw 0;
	text-align: center;
}

.lp_link_img {
	width: 90%;
	margin: 0 auto;
}

.lp_link_box .lp_btn {
	max-width: 28.75vw;
	border: 1.5px solid #f4ea29;
	background-color: #FFF;
}


/*-------------------------------
会社概要
-------------------------------*/
.overview_box {
	width: 90%;
	max-width: 83.333vw;
	margin: 0 auto;
	padding-top: 20.583vw;
	padding-bottom: 12.5vw;
}

.overview_intro {
	position: relative;
	z-index: 2;
}

.overview_intro h2 {
	font-size: clamp(24px, 2.8vw, 34px);
	color: #02438f;
	text-align: center;
	position: relative;
	z-index: 2;
}

.overview_intro img {
	position: absolute;
	left: 50%;
	top: -5vw;
	transform: translateX(-50%);
	max-width: 30.417vw;
	z-index: 1;
}

.overview_item_box {
	max-width: 65.417vw;
	width: 80%;
	margin: 0 auto;
	margin-top: 5.833vw;
}

.overview_item_box dt,
.overview_item_box dd {
	text-box-trim: trim-both;
	padding: 2vw 0;
	text-align: left;
}

.overview_item_box dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 65.417vw;
	width: 100%;
	justify-content: space-between;
}

.overview_item_box dt {
	font-size: clamp(14px, 1.3vw, 16px);
	width: 15%;
	max-width: 10.417vw;
	border-bottom: 1px solid #0962a8;
	line-height: 2;
	font-weight: 100;
	text-align: center;
	letter-spacing: 0.167vw;
}

.overview_item_box dt:first-of-type {
	border-top: none;
}

.overview_item_box dd {
	font-size: clamp(14px, 1.3vw, 16px);
	box-sizing: border-box;
	width: 84%;
	max-width: 52.5vw;
	border-bottom: 1px solid #0962a8;
	line-height: 2;
	padding-left: 1em;
}

.overview_item_box dd:first-of-type {
	border-top: none;
}

.partner {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*-------------------------------
コンタクトフォーム
-------------------------------*/

#contact {
	background: linear-gradient(-45deg, #6993c6 0%, #02438f 100%);
	padding-top: 15vw;
	padding-bottom: 12.5vw;
}

.contactform_intro {
	position: relative;
	z-index: 2;
}

.contactform_intro h2 {
	font-size: clamp(24px, 2.8vw, 34px);
	color: #faf594;
	text-align: center;
	position: relative;
	z-index: 2;
}

.contactform_intro img {
	position: absolute;
	left: 50%;
	top: -5vw;
	transform: translateX(-50%);
	max-width: 26.917vw;
	z-index: 1;
}


.contact_inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 5.833vw;
	background-color: #FFF;
	border-radius: 20px;
}

/*-------------------------------
 
コンタクトフォーム（フォームレイアウト）
 
-------------------------------*/

.ly_form * {
	font-size: clamp(14px, 1.6vw, 16px);
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
	min-inline-size: 0;

}

:where(button, input, textarea, optgroup, select) {
	appearance: none;
	background-color: transparent;
	border-radius: unset;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	vertical-align: middle;
}

:where(textarea) {
	field-sizing: content;
	resize: block;
}

:where(button, [type="button"], [type="submit"], [type="reset"]) {
	text-align: center;
	user-select: none;
	touch-action: manipulation;
}

/* フォーカス時はオリジナルのアウトラインを適用 */
:where(button, input, textarea, select):focus-visible {
	outline: 2px solid #005FCC;
	outline-offset: -2px;
}

:where(button,
	input[type=button],
	input[type=submit],
	input[type=reset])[disabled] {
	cursor: not-allowed;
}

/* レイアウト */
.ly_form {}

.bl_form,
.bl_formConfirm,
.bl_formThanks {
	padding-block: 4.125rem;
	padding-inline: 3.5rem;
	background-color: #FFF;
	border: none;
	
}

.bl_form_group:not(:first-of-type),
.bl_formConfirm_txt + .bl_form_group {
	margin-block-start: .5em;
	margin-bottom: .8em;
}

.bl_form_group fieldset {
	display: contents;
}

.bl_form_control {
	margin-block-start: 0.5em;
}

/* 項目名 */
.bl_form_label {
	color: #000;
	display: block;
	margin-bottom: 1em;
}

/* 必須ラベル */
.bl_form_required {
	color: #0962a8;
	display: inline-block;
	font-weight: 700;
	padding-block: 0.1em;
	padding-inline: 0.2em;
}

/* 入力欄、セレクトボックス */
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea, select) {
	background-color: #F4F4F4;
	padding: 12px 10px;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea) {
	inline-size: 100%;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder {
	color: #C5C5C5;
}

.bl_form textarea {
	height: 400px;
}

/* ラジオボタン、チェックボックス */
.bl_form .wpcf7-list-item {
	margin: unset;
	margin-bottom: .8em;
}

.bl_form_radio,
.bl_form_checkbox {
	display: inline-grid;
	gap: 0.5em 2em;
}

.yuubin {
	display: inline-flex;
	align-items: center;
}

.yuubin p {
	margin-right: 1em;
}

.yuubin :is(input[type=text], input[type=email], input[type=tel], textarea) {
	width: 8em;
}

/* オリジナルのラジオボタンとチェックボックスを作成 */
.bl_form :is(input[type=radio], input[type=checkbox], input[type=checkbox]) {
	background-color: #FFF;
	block-size: 18px;
	border: 2px solid #DDD;
	inline-size: 18px;
	margin-block-end: 3px;
	position: relative;
	left: 0;
}

.bl_form input[type=radio] {
	border-radius: 50%;
}

/* フォーカス時はlabelタグにアウトラインを適用 */
.bl_form label:has(:where(input[type=radio], input[type=checkbox]):focus-visible) {
	outline: 2px solid #005FCC;
	outline-offset: 2px;
}

/* チェック時のスタイルは擬似要素で再現 */
.bl_form :where(input[type=radio], input[type=checkbox]):checked::before {
	content: "";
	inset-block-start: 2px;
	inset-inline-start: 2px;
	position: absolute;
}

.bl_form :where(input[type=radio]):checked::before {
	background-color: #0962a8;
	block-size: 10px;
	border-radius: 50%;
	inline-size: 10px;
}

.bl_form :where(input[type=checkbox]):checked::before {
	block-size: 6px;
	border-block-end: 2px solid #0962a8;
	border-inline-start: 2px solid #0962a8;
	inline-size: 10px;
	rotate: -50deg;
}

.bl_form_consent {
	text-align: center;
	margin-top: 30px;
}

/* バリデーションメッセージ */
/* .wpcf7-not-valid-tip{} */
/* 確認・戻る・送信ボタン */
.bl_form_btn {
	display: flex;
	gap: 2em;
	justify-content: center;
	margin-block-start: 2.5rem;
}

/* 確認ボタン非活性時 */
.bl_form_confirm[disabled] {
	background-color: #CCC;
}

/* 確認・送信ボタン */
.bl_form_confirm,
.bl_form_submit {
	background: #FFF;
	color: #000;
	border: 2px solid #0962a8;
	width: 90%;
	max-width: 320px;
	border-radius: 40px;
	padding: 18px 0;
}

.bl_form_confirm:hover,
.bl_form_submit:hover {
	background: #0962a8;
	color:#FFF;
	opacity: .6;
}


/* 戻るボタン */
.bl_form_back {
	background-color: #B0B0B0;
	color: #FFF;
	width: 90%;
	max-width: 320px;
	border-radius: 40px;
	padding: 18px 0;
}

.bl_form_back:hover {
	opacity: .5;
}

/* 確認画面とメッセージ、スピナーを非表示 */
.bl_formConfirm,
.wpcf7-response-output,
.bl_formConfirm .wpcf7-spinner {
	display: none;
}

/* 送信完了画面 */
.bl_formThanks_ttl,
.bl_formThanks_txt {
	text-align: center;
}

.bl_formThanks_ttl {
	font-size: 24px;
	font-weight: 700;
}

.bl_confirm_message {
	line-height: 1.6;
}

.bl_formThanks_txt {
	margin-block-start: 1em;
}

.porcy_box {
	width: 100%;
	margin: 40px 0;
	border-top: 2px solid #0962a8;
	padding-top: 40px;
}

.contact__privacy {
	max-width: 90%;
	max-height: 260px;
	margin: 0 auto;
	border: 2px solid #F4F4F4;
	border-right-width: 1px;
	padding: 2em 1.5em;
	font-weight: 300;
	background-color: #FFF;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #0962a8 #c7c7c7;
}

.contact__privacy {
	text-align: left;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 1em;
	font-size: clamp(14px, 1.6vw, 16px);
}

.contact__privacy p {
	line-height: 1.5;
	font-size: clamp(14px, 1.6vw, 16px);
}

.contact__privacy h3 {
	font-size: clamp(14px, 1.6vw, 16px);
	font-weight: 400;
	margin-bottom: 5px;
}

.contact__privacy::-webkit-scrollbar {
	width: 8px;

}

.contact__privacy::-webkit-scrollbar-track {
	background-color: #c7c7c7;
}

.contact__privacy::-webkit-scrollbar-thumb {
	background-color: #0962a8;

}

.bl_formConfirm_txt {
	text-align: center;
	margin-bottom: 2em;
}

@media (min-width: 768px) {

	.bl_form_group {
		font-size: clamp(14px, 1.6vw, 16px);
		align-items: center;
		display: grid;
		gap: 3%;
		grid-template-columns: 25% 1fr;
	}

	.otoiawase {
		align-items: flex-start;
	}

	.bl_form_label {

		margin-block-start: 0.5em;
	}

	.bl_form_radio,
	.bl_form_checkbox {
		grid-auto-flow: column;
	}
}

.bl_con_check input{margin-right:1em;}

.bl_con_check span::before {
	content: none;
	/* ::beforeを無効にする */
}

.bl_con_check span::after {
	content: none;
	/* ::afterを無効にする */
}


/*-------------------------------
フッター
-------------------------------*/

footer {
	padding-top: 8.75vw;

}

.footer_box {
	position: relative;
	width: 90%;
	max-width: 83.333vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 5vw;
}

.footer_left {
	width: 100%;
	max-width: 43.75vw;

}

.footer_left h4 {
	font-size: clamp(18px, 1.6vw, 20px);
	margin-bottom: 1.667vw;
}

.footer_left h3 {
	font-size: clamp(22px, 2.6vw, 32px);
	color: #0962a8;
	padding-bottom: 1.083vw;
	border-bottom: 1.5px solid #0962a8;
	margin-bottom: 1.083vw;
}

.footer_left p {
	font-size: clamp(14px, 1.6vw, 20px);
	line-height: 1.8;
}

.footer_left img {
	position: absolute;
	top: -4.167vw;
	left: 0;
	max-width: 53.833vw;
	z-index: -1;
}

.footer_right img {
	max-width: 35.417vw;
}

.copyright {
	background: linear-gradient(-45deg, #6993c6 0%, #02438f 100%);
	padding: 1.667vw;
	color: #FFF;
	text-align: center;
	font-size: clamp(14px, 1.3vw, 16px);
}


/*-------------------------------
ここから下スマートフォン向け（765px）
-------------------------------*/
@media (max-width:765px) {

	.header_nav {
		padding: 6vw 0;
	}

	.header_logo {
		max-width: 185px;
	}


	/*-------------------------------
ハンバーガーメニュー
-------------------------------*/
	/* ハンバーガーボタン */
	.menu-button {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 1.25vw;
		cursor: pointer;
		position: fixed;
		top: 3vw;
		right: 5vw;
		z-index: 1001;
		width: 40px;
		height: 40px;
		background: #FFF;
		border-radius: 50%;
		padding: 0.417vw;
	}

	/* ハンバーガーの線 */
	.menu-button__line,
	.menu-button::before,
	.menu-button::after {
		content: "";
		width: 20px;
		/* 線の長さを調整 */
		height: 2px;
		background-color: #0962a8;
		/* 線の色 */
		transition: transform 0.6s, opacity 0.6s;
	}

	/* ハンバーガーの線の位置調整 */
	.menu-button::before,
	.menu-button::after {
		position: absolute;
	}

	.menu-button::before {
		transform: translateY(-5.5px);
		/* 上の線の位置調整 */
	}

	.menu-button::after {
		transform: translateY(5.5px);
		/* 下の線の位置調整 */
	}

	/* メニューが開いているときの状態 */
	.menu-toggle:checked + .menu-button .menu-button__line {
		opacity: 0;
	}

	.menu-toggle:checked + .menu-button::before {
		transform: translateY(0) rotate(45deg);
		/* 上の線が45度回転 */
	}

	.menu-toggle:checked + .menu-button::after {
		transform: translateY(0) rotate(-45deg);
		/* 下の線が-45度回転 */
	}

	/* メニューの背景 */
	.menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.6s;
		z-index: 1000;
		/* ボタンの下 */
	}

	.menu-toggle:checked ~ .menu-overlay {
		opacity: 0.8;
		pointer-events: auto;
	}

	.menu {
		position: fixed;
		top: 0;
		height: 100%;
		right: -0.833vw;
		/* 初期状態で画面外 */
		transform: translateX(100%);
		width: 100%;
		background-color: #FFF;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 1.667vw;
		transition: transform 0.6s;
		z-index: 1000;
	}

	.menu-toggle:checked ~ .menu {
		transform: translateX(0);
	}

	.menu-list {
		width: 60%;
		margin: 20% auto 0;
		padding: 0;
		list-style: none;
	}

	.menu-list li {
		font-size: 16px;
		position: relative;
		padding-top: 30px;
		text-align: center;
		font-weight: 500;
	}


	.menu-list li a {
		color: #000;
		font-weight: bold;
		display: inline-block;
		width: 100%;
		margin-top: -10px;
		padding-bottom: 30px;
		border-bottom: 1.5px solid #0962a8;
	}

	.menu-list li:last-child a {
		border-bottom: none;
	}

	.menu-list li a {
		color: #000;
		font-weight: bold;
	}

	.menu-list li a:hover {
		color: #2980a0;
	}

	.go_mail a {
		width: 60%;
		text-align: center;
		font-size: 16px;
		color: #0962a8;
		padding: 10px 0;
	}

	.go_mail {

		margin: 0 auto;
		margin-top: 10px;
		justify-content: center;
	}





	/*-------------------------------
ファーストビュー
-------------------------------*/

	.sp_fv_text {
		position: absolute;
		top: 32%;
		left: calc(50% - 41.667vw);
		transform: translateY(-50%);
		width: 83.333vw;
		max-width: 80vw;
	}

	.sp_fv_text img {
		max-width: 66.667vw;
	}

	.sp_fv_ba {
		width: 83.333vw;
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
	}

	.sp_fv_ba img {
		max-width: 85.333vw;
	}


	/*-------------------------------
スマホ / 豊山インダストリーとは
-------------------------------*/
	#about {
		padding-top: 37.333vw;
		padding-bottom: 14.667vw;
	}

	.about_item {
		flex-direction: column;
	}

	.about_item2 {
		flex-direction: column-reverse;
	}

	.about_bg {
		max-width: 48vw;
		top: -12vw;
	}

	.about_text,
	.about_img {
		max-width: none;
		flex-basis: 100%;
	}

	.about_text {
		margin-bottom: 8.533vw;
	}

	.about_text p {
		letter-spacing: -.3px;
	}

	/*-------------------------------
スマホ / ニュース
-------------------------------*/

	#news {
		padding-top: 29.333vw;

	}
	.news_box{max-width:none;}
	.news_intro img {
		max-width: 32vw;
		top: -10vw;
	}

	.lp_btn {
		padding: 3vw 0;
		max-width: 69.333vw;
	}

	/*-------------------------------
スマホ / 製品紹介
-------------------------------*/
	#products {
		padding-top: 41.333vw;
		padding-bottom: 10.667vw;
	}

	.products_intro img {
		max-width: 77.333vw;
		top: -12vw;
	}

	.product-inner,
	.product-inner2 {
		max-width: none;
		width: 100%;
		flex-direction: column-reverse;
		background: linear-gradient(to top, #fff 74%, transparent 74%);
		padding-bottom: 10.667vw;
	}

	.product-inner {
		margin-bottom: 18.667vw;
	}

	.product-inner2 {
		flex-direction: column;
		background: linear-gradient(to top, #fff 67%, transparent 67%)
	}

	.product-inner::before {
		content: none;
	}

	.product-inner2::before {
		content: none;
	}


	.product-text,
	.product-img,
	.product-text_2,
	.product-img_2 {
		max-width: 90%;
		flex-basis: 100%;
	}


	.product-text h2,
	.product-text_2 h2 {
		margin-top: 7.467vw;
		padding-bottom: 2.5vw;
		margin-bottom: 2.5vw;
	}

	.product-text p,
	.product-text_2 p {
		margin-top: 2vw;
		line-height: 1.6;
		letter-spacing: -.6px;
	}

	.product-inner .lp_btn {
		margin-top: 11.2vw;
	}

	.products_case {
		max-width: none;
		margin-top: 12vw;
	}

	.case_item img {
		max-width: 41.333vw;
	}

	/*-------------------------------
スマホ / 導入事例
-------------------------------*/

	#example {
		padding-top: 32vw;
	}

	.example_box {
		max-width: none;
		width: 87%;
	}

	.example_intro img {
		max-width: 67.467vw;
		top: -12vw;
	}

	.example_case_item_box {
		max-width: none;
	}

	.example_case_item {
		max-width: 41.333vw;
		padding: 3.75vw 2vw;

	}

	.example_case:last-child {
		flex-direction: column;
		align-items: flex-start;
	}

	.example_title:last-child {
		margin-bottom: 2vw;
	}

	.example_text {
		width: 100%;
	}

	.case_place img {
		max-width: 21.667vw;
	}

	.example_case {
		align-items: baseline;
		margin-bottom: .5em;
	}

	.example_case_a_span img {
		max-width: 30.4vw;
		margin-top: 2vw;
	}

	.example_case_bf_span img {
		max-width: 34.133vw;
		margin-top: 2.8vw;
	}

	.example_case_c_span img {
		max-width: 32vw;
		margin-top: 2vw;
	}

	.example_case_d_span img {
		max-width: 30.667vw;
		margin-top: 2vw;
	}

	.example_case_e_span img {
		max-width: 29.867vw;
		margin-top: 2vw;
	}

	.lp_link_box {
		width: 110%;
		margin-left: -5%;
		max-width: none;
	}

	.lp_link_box .lp_btn {
		max-width: none;
		width: 90%;
	}

	/*-------------------------------
スマホ / 会社概要
-------------------------------*/
	.overview_box {
		padding-top: 26.667vw;
		padding-bottom: 17.333vw;
	}

	.overview_intro img {
		max-width: 74.133vw;
		top: -12vw;
	}

	.overview_item_box {
		max-width: none;
		width: 100%;
	}

	.overview_item_box dl {
		max-width: none;
		flex-direction: column;
	}

	.overview_item_box dt {
		max-width: none;
		width: 100%;
		text-align: left;
		font-weight: 300;
		margin-bottom: 2.667vw;
	}

	.overview_item_box dd {
		max-width: none;
		width: 100%;
		border-bottom: none;
		padding-left: 0;
		margin-bottom: 2.667vw;
	}

	.partner {
		justify-content: flex-start;
	}

	.overview_item_box dd:last-child {
		letter-spacing: 0.427vw;
	}


	/*-------------------------------
スマホ / コンタクトフォーム
-------------------------------*/


	#contact {
		padding-top: 29.333vw;
		padding-bottom: 17.333vw;
	}
	
	.contact_inner {
		margin-top:12vw;
	}

	.contactform_intro img {
		max-width: 66.667vw;
		top: -12vw;
	}
	.bl_form, .bl_formConfirm, .bl_formThanks {padding-inline: 1.3em;    padding-block: 2rem;}
	.bl_form textarea {
	height: 270px;
}
	
	

	/*-------------------------------
スマホ / フッター
-------------------------------*/
	footer {
		padding-top: 18.133vw;
	}

	.footer_box {
		flex-direction: column;
		padding-bottom: 7vw;
	}

	.footer_left,
	.footer_right {
		max-width: none;
	}

	.footer_left {
		text-align: center;
	}

	.footer_left img {
		max-width: 68.267vw;
		top: -20.167vw;
		left: -10%;
	}

	.footer_left h4 {
		margin-bottom: 1em;
	}


	.footer_left h3 {
		padding-bottom: .8em;
		margin-bottom: .8em;
	}

	.footer_right img {
		max-width: none;
		margin-top: 8vw;
	}

	.copyright {
		font-size: clamp(10px, 2vw, 12px);
		padding: 5vw 0;
	}


}
