/*!
Theme Name: ys_MiRiSE
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: ys_mirise
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.

ys_MiRiSE 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;
	font-family: Noto Sans JP,sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
main.lp {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Noto Sans JP,sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
.lp input {
  font-size: 1.8rem;
}

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;
	width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	/*color: #800080;*/
	color: #4169e1;
}

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="number"],
input[type="text"] {
	border: 2px solid #3ccb70;
	text-align: center;
	padding: 0;
	width: 100%;
	max-width: 300px;
	min-width: 100px;
	box-sizing: border-box;
}
input[type="text"] {
	max-width: 250px;
}
#customer01,
#customer02,
#annualSales01,
#annualSales02 {
	border: none;
	background: #fbfebd;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	color: #0c77b3;
	font-size: 1.8rem;
}
#annualSales02 {
	background: none;
	font-size: 1.6rem;
}

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

/* スピンボタン非表示 */
input[type="number"] { 
	-moz-appearance:textfield; 
} 
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
	-webkit-appearance: none; 
  margin: 0; 
} 
/* エラー表示 */
ul.error {
	color: #f30303;
	margin-bottom: 20px;
}
ul.error li {
	background: #fdd0d7;
	padding: 5px 0;
}
.lp select {
	border: 2px solid #3ccb70;
	border-radius: 5px;
	padding: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}

textarea {
	width: 100%;
}

/**/
.input-content {
	text-align: center;
}
.input-inner .flex {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.input-item {
	margin: 5px;
	box-sizing: border-box;
	flex: 1 1 calc(50% - 10px);
}
.frame-01 p, 
.result .box03 span {
	font-weight: bold;
	font-size: 1.8rem;
	margin: 5px 0;
}
/* 診断ボタン */
p.form-btn button {
	background:#fca667;
	color: #fff;
	border-radius: 10px;
	padding: 20px 5%;
	font-weight:bold;
	font-size: clamp(1.3rem, 3vw, 1.6rem);
	box-shadow: 2px 2px 5px 0px rgb(75 173 52 / 45%);
	transition: transform 0.1s ease, box-shadow 0.3s ease, filter 0.3s ease;
}
/**/
p.form-btn button:active {
	transform: translateY(5px);
	box-shadow: 1px 1px 3px rgba(75, 173, 52, 0.45);
}
p.form-btn button:hover {
	box-shadow: 0 0 15px #fff;
	filter: brightness(1.1);
}

.diagnosis h3 {
	font-size : 1.8rem;
	margin-bottom: 20px;
 }
.diagnosis .wrapper > p {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 15px;
}
.diagnosis .wrapper .content {
	max-width: 650px;
	width: 100%;
	margin: auto;
	font-weight: bold;
}
.form-bg {
	background:#ACF4D7;
	padding: 50px 5px;
	border-top: 20px solid #c9cb99;
	border-bottom: 20px solid #c9cb99;
}
#diagnosisResult .txt-BL.num-clients {
	display: block;
	text-align: right;
}
/* 業種 */
.industry {
	text-align: center;
	margin-bottom: 20px;
}
.input-inner .note {
	margin-top: 20px;
	font-size: 1.4rem;
}
.diagnosis .box01 p,
.result p {
	font-size: clamp(1.2rem, 3vw, 1.8rem);
}

/* 診断結果 */
.result .content .box01,
.result .content .box02,
.result .content .box03 {
	text-align: left;
}
.result .content .flex {
	justify-content: space-evenly;
}
.result .content .flex02 {
	width: 70%;
	margin: auto;
	text-align:left;
}
.result .content .box03 {
	text-align: left;
}
.result .box03 span {
	font-size: 1.8rem;
}

/* 三角 */
.triangle {
	width: calc(40px * 3);
	height: 40px;
	aspect-ratio: 3;
	clip-path: polygon(50% 100%,100% 0,0 0);
	background: linear-gradient(40deg,#c5f6e1,#68a6e0);
	margin: 50px auto;
}

/* お問い合わせボタン */
.contact-wrapper {
	max-width: 800px;
	width: 100%;
	margin: 10% auto;
	border: 4px dashed #97bb6c;
	border-radius: 20px;
	color: #fca667;
}
.contact-wrapper h4 {
	font-size: clamp(1rem, 4vw, 1.8rem);
	margin-bottom: 5px;
	text-align: center;
}
a.contact-btn {
	display: block; 
	background: linear-gradient(to bottom, #3997e1, #1e88c4);
	box-shadow: 1px 1px 5px #8d8888;
	max-width: 600px;
	width: 100%;
	padding: 20px; 
	color: #fff; 
	margin: 0 auto 5%; 
	border-radius: 60px;
	text-decoration: none;
	text-align: center;
	font-size: clamp(1.2rem, 4vw, 1.8rem);
}
@media screen and (max-width: 768px) {
	.result .num-clients,
	.result .percent,
	.result .expected	{
		display: block;
		text-align: right;
	}
}
@media screen and (max-width: 650px) {
	input[type="text"] {
		max-width: 240px;
	}
}
@media screen and (max-width:600px){
	.content .flex02 {
	display: block;
	justify-content: flex-start;
	}
	a.contact-btn {
	max-width: 400px;
	width: 90%;
	padding: 10px;
}
	input[type="number"] {
	font-size: 1.3rem;
	}
}
@media screen and (max-width:　480px){
	a.contact-btn { 
	max-width: 360px;
	}
}
/*--------------------------------------------------------------
# Layouts 
--------------------------------------------------------------*/
ul {
  list-style-type: none;
  margin:0; 
  padding:0;
}
section {
  margin: 12% 0;
}
section.lp-img {
  margin-top: 0;
}
.br {
  display: inline-block;
}
.flex {
  display: flex;
}

/* 背景 */
.bg-mint {
	position:relative;
	background: #ACF4D7;
	align-items: center;
	justify-content: center;
	padding: 5% 0;
}

/* yellow marker */
.marker {
	background: linear-gradient(transparent 70%, #ffff66 30%);/*開始色 終了位置, 終了色 開始位置*/
 }

 /* 区切り線 */
 .hr {
	position: relative;
	padding-bottom: 10px;
}
.hr::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	height: 20px;
	background-color: #c9cb99;
}
@media screen and (max-width:768px){
	.hr::after {
		height: 10px; 
	}
}
/* テキスト（Gray） */
.txt-Gray {
	color: #535455;
}

/* テキスト（茶）*/
.txt-BW {
	color: #68482f;
}
strong.txt-BW {
	font-size: 1.8rem;
	display: block;
	margin: 5% 0;
}

/* テキスト（橙）*/
.txt-OR {
	color: #fca667;
}

/* テキスト(青)*/
.txt-BL {
	color: #0c77b3;
}
strong.txt-BL {
	font-size: 2rem;
	font-weight: bold;
}

/* 太字 */
.bold {
	font-weight: bold;
}

/* 見出し */
/*.lp-heading01 {
	background: linear-gradient(159deg, rgba(80,200,120,1) 0%, rgba(62,180,137,1) 100%);
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}*/
/*.lp-heading01 p {
	font-weight: bold;
	font-size: 1.4rem;
	margin: 0;
}*/
.lp-heading02 h2 {
	position: relative;
	display: inline-block;
	margin: 5% 0;
	padding: 10px 0;
	line-height: 1.4;
	font-size: clamp(1.45rem, 4vw, 2.8rem);
	color: #0c77b3;
	font-weight: bold;
}
.lp-heading02 h2:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 100%;
	height: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fca667;
	border-radius: 2px;
}
.diagnosis .sub-copy:after {
	content: '今すぐできる！';
	position: absolute;
	top: 0;
	left: 30%; 
	transform: rotate(-20deg); 
	font-size: clamp(0.9rem, 3vw, 1.2rem);
	font-weight: bold;
}
.about ul li {
	padding: 10px; 
	margin: 10px; 
	border: 1px solid #000;
}
.frame-01 {
	border: 1px solid #ebe6e6;
	background: #fff;
	border-radius: 20px; 
	padding: 5% 10px;
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.frame-01 input[type="text"] {
	border: 2px solid #3ccb70;
	border-radius: 5px;
}
.lp .wrapper {
	margin: 5% auto;
	text-align: center;
}

/*--------------------------------------------------------------
# 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;
}

/*ヘッダー固定*/
.site-header {
  position: relative;
  width: 100%;
  margin:auto;
  z-index: 1000;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.site-header-wrapper {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: auto;
  justify-content:space-between;
}
/* fade-in （初期状態で非表示） */
.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
/* 表示時のスタイル */
.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 
ヘッダーメニュー
 */
#header {
  display:flex; 
  justify-content:space-between;
  position: fixed; 
  top: 0; 
  width: 100%; 
  z-index: 1000;
  background:#fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/*
 hamburger-menu (モバイルのみ)
*/
.hamburger-menu-wrapper {
  position: relative;
}

#hamburger-menu-button {
  display: none;
}

#hamburger-menu-button:checked ~ .hamburger-menu-close {
  display: block;
  opacity: 0.5;
  top:0;
}

#hamburger-menu-button:checked ~ .hamburger-menu-content {
  transform: translate3d(0, 0, 0);
}

.hamburger-menu-open .fa-bars {
  color: #f4f4f4;
  font-size: 20px;
}

.hamburger-menu-open {
  position: absolute;
  margin-bottom: 0;
  width: 20px;
  top: 20px;
  height: 20px;
  transition: 0.3s ease;
  animation: site-title 0.8s ease 0.5s 1 normal;
  animation-fill-mode: forwards;
  opacity: 1;
  z-index: 4;
  cursor: pointer;
}

.hamburger-menu-close {
  display: none;
  opacity: 0;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 3;
}

.hamburger-menu-content {
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  width: 80%; 
  height: 100%;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  overflow: auto;
  z-index: 9;
}

.hamburger-menu-content.open {
  transform: translateX(0); /* メニュー表示 */
}

.hamburger-menu-content > ul,
ul#menu-hamburger-menu {
  margin:0;
  padding:0;
}
ul.sub-menu {
  line-height:1;
  padding: 0;
  margin: 0;
}
ul#menu-hamburger-menu ul.sub-menu li {
	font-size: 15px;
}

.hamburger-menu {
  padding: 15px;
  margin-top: 50px;
}

.hamburger-menu li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  text-align: left;
  transition: 0.3s ease;
}
.hamburger-menu li:last-child {
  border-bottom: none;
}
.hamburger-menu li a {
  text-decoration: none;
}

.header-menu .sub-menu li a,
.hamburger-menu li a {
  color: #fff;
  font-weight:bold;
}
.hamburger-menu li.menu-parent:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
  margin-left:-15px;
}
/* .menu-parentが開いた状態 */
.hamburger-menu li.menu-parent.open:before {
  content: "\f078";
}

/*.hamburger-menu li:hover {
  transform: translateX(5px);
}*/
/* （入れ子になっていない）その他メニュー （管理画面でクラス名.menu-listを追加すること）*/
.hamburger-menu li.menu-list {
	padding-left: 15px;
  border-top:1px dotted #a9a5a5;
}

/* ハンバーガーボタン全体のスタイル */
.hamburger-menu-icon {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  top: 10px;
  padding:7px 5px 5px;
  margin-right:10px;
  z-index: 10;
  background:#000;
}

/* 3本ラインの共通スタイル */
.hamburger-menu-icon .line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* メニューが開いた状態のスタイル */
#hamburger-menu-button:checked + .hamburger-menu-icon .line1 {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-menu-button:checked + .hamburger-menu-icon .line2 {
  opacity: 0;
}

#hamburger-menu-button:checked + .hamburger-menu-icon .line3 {
  transform: translateY(-7px) rotate(-45deg);
}

/* ハンバーガーメニューのスタイル */
#hamburger-menu-button:checked ~ .hamburger-menu-content {
  transform: translateX(0);
  position: fixed;
  padding: 5px;
  background: rgba(0, 0, 0, 0.9);
}
/* その他のコンテンツがスクロールしないようにする */
body.overflow-hidden {
  overflow: hidden;
}

/*メニューの開閉用*/
.menu-header-menu-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-parent {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.menu-child {
  display: none;
  list-style: none;
  padding-left: 5px;
  padding-top: 5px;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.menu-parent.open .menu-child {
  display: block;
   max-height: 300px;
   background:rgba(0, 0, 0, 0.8);
}
.menu-item {
  margin:10px;
  /*display:inline-block;*/
}
/*
ul#hd-menu-lp li {
  margin: 10px;
}
ul#hd-menu-lp li::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}
ul#hd-menu-lp li.contact-btn::after {
  content: "";
}
ul#hd-menu-lp a {
  color:#000;
  text-decoration: none;
}
*/
/* PC、タブレット用スタイル */
@media (min-width: 768px) {
  .header-menu li.menu-parent {
    position: relative;
    padding-right: 20px;
  }
  .header-menu li.menu-parent:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054"; /* 初期状態のアイコン */
    position: absolute;
    right: 0;
  }
  /* メニューが開いた状態のアイコン */
  .header-menu li.menu-parent.open:before {
    content: "\f078";
    right: 0;
  }
  /*メニュー表示の切り替え*/
  .header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu {
      display: none;
  }
  /*サブメニューのスタイル*/
  .header-menu .sub-menu {
    position: absolute;
    top: 30px;
    margin-left: 0;
    box-shadow:2px 2px 5px #707171;
  }
  .menu-child {
	  position: relative;
	  display: none;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.3s ease-out;
    top: 100%; /* 親メニューの下に配置 */
    left: 0;
    background: #fff;
    /*border: 1px solid #ddd;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
	  margin: 0;
  }
  /* メニューが開いた時のスタイル */
  .menu-parent.open .menu-child {
	  display: block;
    opacity: 1;
    visibility: visible;
    width: 300px; /* メニュー幅 */
  }
  /* メニューアイテムのデザイン */
  .menu-child li {
      padding: 8px 12px;
      border-bottom: 1px dotted #eee;
  }
  .menu-child li:last-child {
      border-bottom: none;
  }
  .sub-menu li:hover {
      background: rgba(30, 20, 100, 1) !important;
  }
}
/* スマホ用スタイル */
@media (max-width: 767px) {
  /*メニュー表示の切り替え*/
  .header-menu {
      display: none;
  }
  .mobile-menu {
      display: block;
  }
  .menu-item {
    display: block;
  }
}
/*
header お問い合わせボタン
*/
ul#hd-menu-lp {
  padding: 0;
  display:flex;
  align-items: center;
}

ul#hd-menu-lp .contact-btn a {
  display: block;
  margin-top:20px;
  padding: 10px 10px 10px 15px;
  border-radius: 30px;
  border: 2px solid #fca667;
  color: #fca667;
  font-weight: bold;
  text-decoration: none;
}

/* アイコンをaタグに入れる */
ul#hd-menu-lp .contact-btn a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

/*header menu 表示の切り替え*/
/* PC用スタイル */
.header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu {
  display: none;
}
.header-menu li a {
	color:#555555;
}
/* タブレット用スタイル */
@media (min-width: 768px) and (max-width: 1023px) {
  .header-menu {
      display: flex;
  }
  .mobile-menu {
      display: none;
  }
}

/* スマホ用スタイル */
@media (max-width: 767px) {
  .header-menu {
      display: none;
  }
  .mobile-menu {
      display: block;
  }
  .menu-item {
    display: block;
  }
}

/* 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%;
}

/* Footer nav  20240826 */
.site-footer {
  margin-top:5%; 
  background-color:#cbe7ef; 
  width:100%;
}
#menu-footer-menu-lp,
#menu-footer-menu {
  display: flex;
  list-style-type: none;
  gap: 10px;
  justify-content: center;
  padding: 10px 0 0;

}
#menu-footer-menu-lp li a,
#menu-footer-menu li a {
  color: #404040;
  text-decoration: none;
}
#copy {
  text-align:center;
  margin:0;
  padding: 5px 0;
  font-size:0.7rem;
}
@media screen and (max-width:768px){
  .menu-item {
    /*margin: 2px;*/
  }
  #menu-footer-menu-lp li a,
  #menu-footer-menu li a {
    font-size: 0.75rem;
  }
}


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

.post,
.page {
  margin: 0;
}

.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;
}
h1.logo.flex {
  align-items: center;
  margin: 0;
}
span.logo-img {
  display: block;
  /*width: 40px;*/
  width: 120px;
  margin: 5px 0 0 15px;
}
h1.logo img {
  width: 100%;
}
span.logo-txt {
  display: block;
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: 0.9rem;
}
/* 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
/* 
上に戻るボタン 
*/
.return_top {
	background-color: #262a5a;
	color: #fff;
	text-decoration: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	border: solid thin;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-content: center;
	transform: rotate(-180deg);
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.return_top.active {
	opacity: 1;
	visibility: visible;
}
a.return_top:hover, a.return_top:focus, a.return_top:active {
	color: #fff;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* .lp-img */
.lp-img-wrapper {
	position: relative;
	height: 800px;
	align-items: center;
	background-image: url(https://st.mirise.me/wp-content/uploads/2025/02/LP-background.svg);
	justify-content: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: contain;
	background-position: top;
}
.lp-copy01 {
	position: absolute;
	/*background-image: url(https://mirise.me/wp-content/uploads/2024/11/circle.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
	right: 5%;
}
.lp-pic {
	position: absolute;
	top: 8%;
	width: 48%;
}
.logo-btn {
	position: absolute;
	bottom: 50px;
	max-width: 400px;
}
/*位置調整*/
.lp-copy01,
.logo-btn {
	right: 8%;
}
/**/
.lp-copy01 h2,
.lp-copy01 h3 {
	margin: 0;
}
.lp-copy01 h2 {
	font-size: 4.5rem;
	text-align: right;
	padding: 20px;
	line-height: 1.4;
	text-shadow: 1px 2px 2px #211e1e;
	font-family: 'Noto Sans JP', sans-serif;
}
.lp-img-wrapper .copy-txt01 {
	padding: 10px;
}
.lp-img-wrapper .copy-txt01 p {
	font-weight: bold;
	font-size: 1.8rem;
}
.lp-img-wrapper .copy-txt02 {
	padding: 10px;
}
.copy-txt02 h2 {
	text-align: center;
}
.copy-txt01 h2 {
	text-align: center;
	font-size: clamp(2.6rem, 4vw, 3.2rem);
}
.copy-txt02 h3 {
	font-size: 1.6rem;
	margin-top: 20px;
}
.lp-copy02,
.lp-copy03,
.lp-copy03 h3,
.video-guide,
.case {
	max-width: 1000px;
	width: 100%;
	margin: 5% auto;
	padding: 5px;
	text-align: left;
}
.lp-copy02 h3,
.lp-copy03 h3,
.case h3 {
	font-size: clamp(1rem, 4vw, 2.2rem);
}
.lp-copy03 {
	margin-top: 0; 
}
.heading.bg--blue.text--white {
	font-size: 2rem;
	font-size: clamp(1.2rem, 4vw, 2rem);
	padding: 10px;
	color: #fff;
	background: #0c77b3;
	text-align: center;
	margin-top: 0;
}
.case .bg {
	max-width: 600px;
	width: 100%;
	margin: auto;
	padding: 20px 15px;
	border: 2px dotted gray;
  }
.case p.txt-Gray {
	margin: 0 0 10px;
	font-size: clamp(1.1rem, 4vw, 1.6rem);
	font-weight: bold;
  }
.case p.txt-Gray i {
	margin-right: 5px;
}
.mirise-img {
	max-width:780px;
	width:90%;
	margin:0 auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 の比率 */
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video-guide{
	text-align: center;
}
.video-guide .description h3 {
	font-size: clamp(1.2rem, 4vw, 2rem);
	text-align: center;
}
.video-guide .description .small {
	font-size: clamp(1.2rem, 4vw, 1.6rem);
	margin-bottom: 0;
}
.video-guide .description .large {
	font-size: clamp(1.2rem, 4vw, 2.4rem);
	margin-top: 0;
}
.video-guide .description h4 {
	font-size: clamp(1rem, 3vw, 1.5rem);
	text-align: left;
	margin-bottom: 0;
}
.video-guide .description p {
	font-size: 1rem;
	text-align: right;
	font-weight: bold;
}

/* 
client-logos 
*/
/*CSSのみスライダー*/
.client-logo-wrapper {
	margin: 5% auto;
}
.client-logo-wrapper p {
	font-size: clamp(0.6rem, 3vw, 0.8rem);
	margin: 3% auto;
}
.client-logo-slider {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}

.client-logo-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 60s linear infinite;
}

.client-logo {
  flex: 0 0 auto;
  width: 160px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  width: 100%;
  height: auto;
  display: block;
}


@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* スマホ（画面幅 768px 以下） */
@media (max-width: 768px) {
  .client-logo {
    width: 120px;
    margin-right: 20px;
  }
}

/*
 .trial
*/
.trial-item {
	justify-content: center; 
	align-items: center; 
}
.trial-inner {
	width: 40%;
	text-align: left;
	position: relative;
	padding: 20px;
}
.trial-inner h3 {
	color: #0c77b3; 
	font-weight: bold; 
	font-size: 2rem;
}
.trial-inner h3::after {
	content:'';
	position: absolute;
	top: 100px;
	background: #0c77b3;
	width: 100%;
	height: 5px;
	right: 0;
}

.item02 p::before {
	right: 0;
}
.trial-inner p {
	color:#0c77b3;
	font-weight:bold;
	font-size:1.2rem;
}
.trial-img {
	width: 40%;
}
/**/
.card-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: stretch;
}
.card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start; 
	min-height: 340px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	width: calc(25% - 15px);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.sub-heading {
	font-size: clamp(1rem, 4vw, 1.6rem);
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.card h3 {
	font-size: clamp(1rem, 4vw, 1.2rem);
	padding: 5px;
	margin: 0;
	background-color: #7a7acc;
	color:#fff;
	text-align: center;
}
.card-img-wrapper {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #fff;
	padding: 5px;
}
.card-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.card p {
	text-align: left;
	font-size: clamp(1rem, 4vw, 1.1rem);
	padding: 5px;
	color: #39474e;
}
/* 600px以下：2列 */
@media (max-width: 600px) {
	.card {
		width: calc(50% - 10px);
		}
}
/* 480px以下：1列 */
@media (max-width: 480px) {
	.card {
		width: 100%;
		max-width: 100%;
		}
	.card p {
		text-align: center;
		padding: 10px;
		}
	.card-img-wrapper {
		padding: 10px;
	}
}


/**/
ul.company-list {
  max-width: 600px;
  width: 100%;
  margin: 10% auto;
}
.company-list li {
  width: 200px;
  height: 50px;
}

/*
 .example 
*/
 .example .wrap {
  position: relative;
  height: 500px;
  margin-bottom: 50px;
 }
 .example h2 {
  font-size: clamp(1.4rem, 4vw, 3rem);
  padding-top: 50px;
 }
 .example .flex {
  justify-content: space-evenly;
 }
.example-bg {
  max-width: 1200px; 
  width: 100%; 
  margin: 0 auto 20%;
  padding: 2% 0;
  background-repeat: no-repeat;
  background: #1e88c4;
  box-shadow: 10px 30px #f3e5af;
}
.circle-box {
  z-index: 1; 
  position: relative; 
  height: 400px;
}
.circle-wh01 {
  position: absolute; 
  top: 50px; 
  left: -80px; 
  max-width: 700px; 
  width: 100%;
}
.circle-wh02 {
  position: absolute; 
  top: 110px; 
  right: -60px; 
  max-width: 700px; 
  width: 100%;
}
.bg02 {
  position: absolute; 
  z-index: -10; 
  bottom: -260px; 
  right: 0; 
  left: 0;
}
.circle-bg {
  background-image:url(https://mirise.me/wp-content/uploads/2024/11/background.svg);
}
 .example .text {
  text-align: center;
 }
 p.balloon {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  padding: 20px 50px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fbfebd;
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 2.5rem);
}
p.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fbfebd;
}
.balloon p {
  margin: 0;
  padding: 0;
}

/* 
.diagnosis 
*/
.lp-heading02 h2 {
  margin: 5% 0;
}
.diagnosis .lp-heading02 p {
  font-size: 1.2rem;
  font-weight:bold;
}
.diagnosis .lp-heading02 :first-of-type {
  margin: 0;
  font-family:'FOT-筑紫B丸ゴシック', sans-serif;
}
.diagnosis .lp-heading02 p:nth-of-type(2){
  margin-top: 20px;
}


/* 
.equation 
*/
.equation strong.txt-OR {
  font-size: 2.2rem;
  display: block;
  margin: 10% auto;
}
.equation-img {
  padding-bottom: 10px; 
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 50px 10px;
  background:#ACF4D7;
  box-shadow: 5px 10px 10px #2aab9fbf;
}
.frame-02,
.frame-03 {
  border: 2px solid #f08754;
  background-color: #fff;
  border-radius: 10px;
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
  padding: 20px;
}
.equation-img .frame-02 strong {
  font-size: 2.4rem;
  text-align: center;
  margin: 1em;
}
.equation .item {
  margin: auto;
  justify-content: center;
}
.equation ul {
  margin: 10px; 
  font-size: 1.8rem; 
  font-weight: bold;
}
.equation ul li:first-of-type {
  padding: 20px;
  border-radius: 5px 5px 0 0;
  background: #1e88c4;
  color: #fff;
}
.equation ul li:nth-of-type(2) {
  padding: 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0 0 5px 5px;
}

/* 
.features 
*/
.features .bg-mint::before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(https://mirise.me/wp-content/uploads/2024/11/curve-line02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: 0;
}
.features .bg-mint::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(https://mirise.me/wp-content/uploads/2024/11/curve-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.features .wrapper {
  width: 100%;
  margin: auto;
}
.features .frame-01 {
  margin: 0 auto;
}
.features .frame-01:nth-of-type(1) {
  margin: 100px auto 30px;
}
.features .frame-01:nth-of-type(2) {
  margin: 10px auto 30px;
}
.flex-parent {
  margin: 5% auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  width: 100%;
}
.flex-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 20px);
  box-sizing: border-box;
  margin: 10px;
  border: 2px solid #40b6ac;
  border-radius: 10px;
  font-weight: bold;
  background:linear-gradient(40deg, #2d9f94, #47d9c5);
  height:150px;
  padding-top: 10px;
  box-shadow: 1px 1px 4px #539ed9;
}
.flex-child p {
  font-size: 1.8rem;
  color:#fff;
}
.frame-01.report-img-container {
  max-width: 1280px;
  width: 100%;
  background-color: #fdf9e5;
  justify-content: space-evenly;
  align-items: center;
}

.report-img h3 {
  text-align: left;
  font-size: 1.3rem;
}
.report-img {
  width: 100%;
  margin: auto;
  padding: 5px;
}
.report-img02 {
  max-width: 300px;
  width: 100%; 
}
.report-img img {
  display: block;
  width: 100%;
}
.report-txt {
  text-align: left;
  padding: 10px;
}
/* 
.service 
*/
.page-template-page-mirise section.service .wrapper {
	max-width: none;
	border: none;
	box-shadow: none;
}
.service .frame-01 .txt-BL {
  font-size:2rem;
}
.service .bg-mint::before {
  content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(https://mirise.me/wp-content/uploads/2024/11/curve-line03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -1px;
    left: 0;
}
.service .report {
  background: #fdf9e5;
  max-width: 800px;
  width: 100%;
  padding-bottom: 5%;
  border-radius: 10px;
  margin: auto;
  color: #545a5d;
}
.service .report .flex {
  justify-content: space-around;
  align-items: center;
}
.service .report dl {
  text-align: left;
  padding: 5px;
  font-size: 1.2rem;
}
.service .report dd {
  margin: 5px 0 1.5em;
}
.page-template-page-mirise .service .report > h4,
 .mirise-system .service h4 {
  background: linear-gradient(40deg,#207dd9,#b1e0fb);
  font-size: 1.5rem;
  padding: 10px;
  margin: 5% 0;
  color:#fff;
}
.service ul {
  font-weight: bold;
  text-align: left;
}
.service ul li {
  margin: 5px auto;
  font-size: clamp(1rem, 3vw, 1.4rem);
  padding: 10px 20px;
}
.service ul li span {
  font-weight: normal;
}
.service-img {
  max-width: 200px;
  margin: 10px;
}
/* 
.stepbar 
*/
#step .flex {
  justify-content:center;
}
.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
  text-align: left;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 4em;
  height: 4em;
  content: "";
  border-radius: 50%;
  background-color: #40b6ac;
  color: #fff;
  text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1.5em;
  position: relative;
  top: 0.6em;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 4.7em;
}
.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}
.stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 0.1em);
  background-color: #40b6ac;
  position: absolute;
  top: 3em;
  left: 2em;
  z-index: 1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
/* 
.price 
*/
.plan {
	text-align: center;
	border-radius: 30px;
	box-shadow: 0 2px 5px rgb(184 188 191);
}
.text01 {
	font-size: 1rem;
	margin: 0;	
}
.text02 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #2981b7;
	margin: 5px;
}

/* 
お客様の声 
*/
.customer-feedback .frame-01 {
  max-width: 800px;
  padding: 10px;
  text-align: left;
}
.customer-feedback .frame-01 h3 {
  font-size: 1.4rem;
  color: #0c77b3;
  border-bottom: 2px solid #0c77b3;
}
.customer-feedback .frame-01 p {
  font-weight: normal;
  font-size: 1.2rem;
}
.customer-feedback .frame-01 p.feedback {
  font-size: 1rem;
}
.customer-feedback .frame-01 .img {
  max-width: 200px;
  width: 100%;
  margin: 10px;
}

/* 
FAQ 
*/
.faq {
  max-width: 900px;
  width: 100%;
  margin: 5% auto;
}
.faq ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 20px 0;
  border: 1px dotted gray;
}
.faq ul li {
  padding: 5px;
}
.faq p {
  font-weight: normal;
  font-size: 1.2rem;
}
.faq p:first-of-type {
  margin-bottom:0;
  margin-top: 5%;
}
.faq dl {
  text-align: left;
  margin-bottom: 5%;
}
.faq dt {
  font-weight: normal;
  background: #40b6ac;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.4rem);
}
.faq dt,
.faq dd {
  padding: 10px;
}
.faq dd {
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.faq dt:before {
  content: "Q";
  font-weight: bold;
}
.faq dd:before {
  content: "A.";
  font-weight: bold;
  margin-right: 7px;
}

/* 
フローティングバナー
 */
#floating-banner {
  position: fixed;
  bottom: 80px;
  right: 0;
  background: #fff;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s ease 0.5s;
}
/* フローティングバナー表示用 */
#floating-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#floating-banner p {
  margin: 0 auto;
  padding: 10px 40px 10px 10px;
  background: rgb(117, 117, 197);
  color:#fff;
}
#floating-banner img {
  width: 200px;
  height: auto;
  display:block;
}
#close-banner {
  position: absolute;
  right: 0%;
  top: 0%;
  font-size: 20px;
  font-weight: 900;
  background-color:#000;
  border: none;
  color: #fff;
  padding: 0;
  cursor: pointer;
}
#floating-banner:hover{
  opacity: 0.8;
}
#floating-banner a {
  display: block;
  text-decoration: none;
}

/* 
事例ページ一覧 
*/
.case-study-list .section-title {
	text-align: center;
	margin: 5% auto;
	font-size: clamp(1.25rem, 4vw, 1.8rem);
}

.case-study-list .case-list {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.case-study-list .case-link {
  text-decoration: none;
}

.case-study-list .case-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.case-study-list .case-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.case-study-list .case-image {
  flex: 1 1 300px;
  max-width: 300px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.case-study-list .case-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
}

.case-study-list .case-text {
  flex: 1 1 0;
  min-width: 200px;
}

.case-study-list .case-label {
  margin: 5px;
}

.case-study-list .case-label--highlight {
  background: #fff;
  border: 2px solid #7a7acc; 
  color: #7a7acc;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1rem;
}

.case-study-list .case-title {
	margin: 5px;
	color: #7a7acc;
  	font-size: clamp(1rem, 4vw, 1.3rem);
}

@media screen and (max-width:480px) {
	.case-study-list .case-card {
		padding: 20px;
		margin: 10px;
	}
}

/* 
解説動画ページ 
*/
.video-summary h1 {
	text-align: center;
	font-size: clamp(1.3rem, 3vw, 1.9rem);
}
.video-summary h1 span {
	font-size: clamp(1rem, 3vw, 1.6rem);
}
.video-summary h2.main-title {
  background:#1F88C5;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: clamp(1.3rem, 3vw, 2.2rem);
}
.video-summary article section {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.video-summary .video-section h2 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin: 8% 0 0;
}
.video-summary .intro h2 {
  display: inline-block;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  background:#cae8ff;
  padding: 5px 0;
  margin-bottom: 0;
}
.video-summary .intro h2 + p {
  margin-top: 5px;
  font-size: clamp(1rem, 3vw, 1.2rem);
}
.video-summary .video-section strong {
  display: block;
  text-align: right;
}
.video-summary .key-message {
  background: #fffce7;
  padding: 10px 10px 20px;
  text-align: center;
  border:3px dashed #ef9e56;
}
.video-summary .key-message h3 {
  position: relative;
  display: inline;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: bold;
  line-height: 2;
  padding: 5px 10px 5px;
  background: linear-gradient(
    to bottom,
    rgba(250, 145, 52, 0) 80%,
    rgba(250, 145, 52, 0.5) 80%
  );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.video-summary .text-container {
  margin: 8% auto;
  color: #424244;
  max-width: 800px;
  width: 100%;
  margin: 5% auto;
  padding: 5px;
}
.video-summary .text-container p {
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.text-container .img-container {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.video-summary .section-container {
  max-width: 1000px;
  width: 100%;
  padding: 2% 0;
  margin:5% auto;
  background: #fff;
  border-radius:20px;
  box-shadow:0 2px 5px rgb(184 188 191);
}
.video-summary .title {
  max-width: 800px;
  width: 100%;
  margin: 5% auto 0;
}
.video-summary .title .sub-text {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: #42c6bf;
  font-weight: bold;
}
.video-summary .title h2 {
  color: #fff;
  background: #42c6bf;
  border-radius: 10px;
  margin-top: 0;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  text-align: center;
} 
.section-wrapper {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.section-wrapper .detail {
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 5px;
  font-size: clamp(1rem, 3vw, 1.2rem);
}
.video-summary .section-container figure {
  max-width: 600px;
  width: 100%;
  margin: 5% auto;
  padding: 5px;
}
.video-summary .section-container figcaption {
  margin-bottom: 5px;
}
.video-summary .message .text-container p {
  margin-bottom: 8%;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #636365;
  font-weight: bold;
}
.video-summary .logo {
  max-width: 200px;
  margin: 10% auto;
}
.price .contact,
.video-summary .contact {
  background: #fffce7;
  margin-top: 3%;
  padding: 15px 0 20px;
}
.video-summary .contact p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  color: #636365;
  font-size: clamp(1rem, 2vw, 1.4rem);
}
.contact-btn--orange,
.video-summary .contact-btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 400px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #fff !important;
	border: 1px solid #eb9406;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	font-size: clamp(1.2rem, 3vw, 1.4rem);
	background: linear-gradient(to bottom, #f0c141, #eb9406);
	border-radius: 60px;
}
.contact-btn--orange::before,
.video-summary .contact-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
.contact-btn--orange:hover::before,
.video-summary .contact-btn:hover::before {
	transform: translateX(0);
}
.contact-btn--orange:hover,
.video-summary .contact-btn:hover {
	color: #eb9406 !important;
	border: 1px solid #eb9406;
}

/* 
料金プラン 
*/
.price .section-container {
	max-width:1000px;
	width: 100%;
	margin: 8% auto;
}
.support .flex {
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}

.support figure {
	margin: 0 auto;
	max-width: 260px;
	width: 100%;
	text-align: center;
}
.support figcaption {
	text-align: left;
}
.price .contact {
	max-width: 800px;
	width: 100%;
	margin: 5% auto;
}
.price .contact-btn {
	font-size: clamp(1.1rem, 4vw, 1.3rem);
	text-decoration: none;
	padding: 10px;
	width: 90%;
}
.price .back-to-top a {
    position: relative;
    text-decoration: none;
    font-size: 1.2rem;
    font-size: clamp(1rem, 4vw, 1.2rem);
    color: gray;
    text-align: center;
}

/* 
会社概要ページ 
*/
.company-prof h2 {
  text-align: center;
}
.company-prof dl {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.company-prof dt {
  padding: 15px 10px;
  background: #e7edef;
  font-size: 1.1rem;
  border-bottom: 1px dotted #828383;
}
.company-prof dd {
  margin: 0;
  padding: 20px 10px; 
}
/* google map */
.map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* トップへ戻る */
.back-to-top {
	text-align: center;
	margin-top: 20px;
}
.back-to-top-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	color: #3cbfb3;
	text-decoration: none;
	border-radius: 30px;
	border: 2px solid #3cbfb3;
	font-size: 1rem;
}
.back-to-top-button:visited {
  all: unset;
  background-color: #fff;
  color: #3cbfb3;
}
.back-to-top-button:hover {
  color: #fff;
  background-color: #3cbfb3;
}


/**/
@media screen and (max-width:1240px) {
  .lp-copy01,
  .logo-btn {
    right: 5%;
  }
  .lp-pic {
    top: 7%;
    width:50%;
  }
  .circle-wh01,
  .circle-wh02 {
    max-width: 620px;
  }
  .circle-wh01 {
    left: -50px;
  }
  .circle-wh02 {
    right: 0;
  }
  .lp-copy02,
  .lp-copy03,
  .video-guide {
    max-width: 1000px;
  }
}
@media screen and (max-width:1024px) {
  .lp-img-wrapper {
    height: 600px;
  }
  .lp-pic {
    left: 2%;
    top: 6%;
    width: 48%;
  }
  span.logo-img {
    margin: 10px 0 0 10px;
  }
  .lp-copy01,
  .logo-btn {
    right: 6%;
  }
  .logo-btn {
    max-width: 380px;
    bottom: -30px;
  }
  .lp-copy02,
  .lp-copy03,
  .video-guide {
    max-width: 800px;
  }
  .lp-copy01 h2 {
	font-size: 3.5rem;
	padding: 20px;
  }
  .lp-img-wrapper .copy-txt01 p {
    font-size: 1.6rem;
  }
  .copy-txt02 h3 {
    font-size: 1.4rem;
  }
  .diagnosis .sub-copy:after {
    left: 25%; 
  }
  .trial-inner {
    width: 50%;
    padding: 10px;
  }
  .item01 p::before {
    bottom: 125px;
  }
  .example-bg {
    max-width: 980px;
  }
  .example h2 {
    font-size:2.8rem;
  }
  .bg02 {
    bottom:-130px; 
  }
  .circle-wh01,
  .circle-wh02 {
    max-width: 495px;
  }
  .circle-wh01 {
    left: 0px;
  }
  .circle-wh02 {
    right:0;
  }
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 100%;
  }
}

@media screen and (max-width:900px){
  .features .bg-mint::after {
    bottom:-40px;
  }
}
@media screen and (max-width:850px){
  .lp-heading02 h2:before {
    height: 16px;
    bottom:-5px;
  }
  .lp-heading02 h2 {
    font-size: 2.4rem;
  }
  .lp-img-wrapper {
    /*height:700px;*/
    background-size: cover;
  }
  span.logo-txt,
  ul#hd-menu-lp a {
    font-size: 0.9rem;
  }
  .lp-copy01 h2 {
    right: 5px;
    padding: 20px;
    font-size: 3.8rem;
  }
  .lp-pic {
    top: 5%;
    width: 50%;
  }
  .lp-copy01,
  .logo-btn {
    right: 0;
  }
  /*.lp-copy02,
  .lp-copy03,
  .lp-copy03 h3 {
    max-width: 700px;
  }*/
  .lp-copy02 h2,
  .lp-copy03 h2 {
	font-size: 1.5rem;
  }
  strong.txt-BW,
  .lp-copy03 p.txt-Gray {
	font-size: 1.4rem;
  }
  .circle-wh01,
  .circle-wh02 {
    max-width: 420px;
  }
  .example h2 {
    font-size: 2.4rem;
  }
  .trial-inner h3::after {
	top: 80px;
  }
  .trial-inner h3 {
    font-size: 1.6rem;
	}
}

@media screen and (max-width:768px) {
  section {
    margin: 15% 0;
  }
  strong.txt-BW {
    font-size: 1.4rem;
  }
  strong.txt-BL {
    font-size: 1.4rem;
  }
  /*.lp-heading01 h2 {
    font-size: 2rem;
  }*/
  .frame-01,
  .frame-03,
  .num-clients  {
    max-width: 680px;
    width: 95%;
  }

  input[type="text"] {
    max-width: 300px;
	}
  .frame-01 h2 {
    font-size: 1.4rem;
  }
  .lp-heading02 h2 {
    font-size: 2.2rem;
  }
  .lp-pic {
    top: 10%;
    width: 55%;
  }
  .logo-btn {
    width: 47%;
  }
  span.logo-txt,
  ul#hd-menu-lp a {
    font-size: 0.7rem;
  }
  .lp-copy01 h2 {
    font-size:3.5rem;
  }
  .lp .wrapper {
    margin: 8% auto;
  }
  .frame-01 p,
  .result .box03 span {
    font-size: 1.2rem;
  }
  .features .bg-mint::after {
    bottom: -50px;
  }
  .item01 p::before {
    bottom: 150px;
  }
  .trial-inner h3 {
    font-size: 1.6rem;
  }
  .circle-box {
    height:420px;
  }
  .bg02 {
    bottom:-110px; 
    right:50px; 
    left:0px; 
    width:100%; 
  }
  .diagnosis .wrapper .content {
    max-width: 600px;
  }
  .diagnosis .box01 p,
  .diagnosis .box02 p,
  .diagnosis .box03 p {
   font-size: 1.2rem;
   margin-left: 5px;
  }
  .box03 .flex {
    display:block;
  }
  .result .content .flex02 {
    width: 60%;
  }
  .box03 .flex02 {
    display: flex;
    justify-content: center;
  }
  .circle-wh01,
  .circle-wh02 {
    max-width: 390px;
  }
  p.form-btn button {
    font-size:1.4rem;
  }
  .contact {
    margin: 40px auto;
  }
  .contact h4 {
    font-size: 1.2em;
  }
  .features .pd5-bg h2 {
    text-align:left;
  }
  .example-bg {
    max-width: 740px; 
    width: 100%; 
    margin: auto;
  }
  .example .wrap {
    height: 340px;
  }
  .example h2 {
    padding-top:0;
    font-size: 2.2rem;
  }
  .trial-inner h3::after {
    top: 70px;
  }
  .trial-inner h3 {
    font-size: 1.4rem;
  }
  .trial-inner p {
    font-size: 1rem;
  }
  .equation .item ul li:first-of-type {
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
  }
  .equation .item ul li:nth-child(2){
    font-size: 1.2rem;
    padding: 10px;
  }
  .equation h2 {
    font-size: 1.6rem;
  }
  .equation .frame-02 strong {
    font-size: 1.8rem;
    line-height: 2;
  }
  .equation .equation-img h2 {
    font-size: 1.6rem;
  }
  .diagnosis .wrapper > p {
    font-size:1rem;
  }
  .diagnosis .sub-copy:after {
    left: 20%; 
  }
  .input-inner .note {
    font-size: 1rem;
  }
  .triangle {
    height: 30px;
  }
  .report-img-wrapper:first-of-type {
    margin-left: 0;
  }
  .frame-01,
  .frame-03 {
    max-width: 680px;
  }
  .features .bg-mint h2 {
    font-size: 1.4rem;
  }
  .flex-child p {
    font-size: 1.2rem;
  }
  .service ul li {
    font-size: 1.2rem;
    padding: 10px 15px;
  }
  .service .report > h4 {
    font-size: 1.2rem;
  }
  .stepbar {
    width: 100%;
    padding: 0 10px;
  }
  .service ul h4 {
    font-size: 1.2rem;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle {
    width: 3em;
    height: 3em;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle span {
    font-size:1.1rem;
  }
  .stepbar .stepbarwrap .steptitle .title {
    font-size: 1rem;
    padding-left: 5px;
  }
  .stepbar .stepbarwrap .stepline {
    left: 1.5em;
    top: 2.8em;
  }
}

@media screen and (max-width:650px) {
  .lp-heading02 h2 {
    font-size: 2rem;
  }
  .lp-copy01, 
  .logo-btn {
    right: 0;
  }
  .lp-pic {
    width: 53%;
  }
  /*.logo-btn {
    width: 55%;
	bottom: -60px;
  }*/
  .circle-box {
    position: static;
    height: auto;
  }
  .example .flex {
    display: block;
  }
  .example h2 {
    font-size: 1.8rem;
  }
  .circle-wh01,
  .circle-wh02 {
    position: static;
    margin:auto;
  }
  .diagnosis .sub-copy:after {
    left: 18%; 
  }
  .features .bg-mint::after {
    bottom:-60px;
  }
}

@media screen and (max-width:590px) { 
	.lp-img-wrapper {
	height: 580px;
  }
  .lp-copy01 h2 {
    font-size: 3.2rem;
  }
  .lp-pic {
    width: 60%;
  }
  .equation .flex {
    display: block;
  }
  .logo-btn {
    bottom: -35px;
  }
  .flex-child {
    width: calc(50% - 10px);
    font-size: 1rem;
    padding: 10px;
    margin: 5px;
    height: 100px;
  }
  .example h2 {
    padding-top:0;
    font-size: 1.7rem;
  }
  .trial-inner h3::after {
    top: 60px;
  }
  .trial-inner h3 {
    font-size: 1.2rem;
  }
  .diagnosis .sub-copy:after {
    left: 15%; 
  }
  ul.error li {
	  font-size: 0.9rem;
  }
  .equation strong.txt-OR {
    font-size: 1.8rem;
  }
  .service .report dl {
    font-size: 1rem;
  }
  .video-summary .title h2 {
    border-radius: 5px;
    padding: 5px;
  }
  .contact-btn--orange,
  .video-summary .contact-btn {
    max-width: 300px;
    padding: 10px;
  }
}

@media screen and (max-width:530px) {
  .section.lp-img {
    margin-bottom: 0;
  }
  .lp-pic {
    width: 68%;
  }
  .lp-copy02 {
    margin: 15% auto 0;
  }
  section.trial {
    margin-top: 5%;
  }
  .example h2 {
    padding-top:0;
    font-size: 1.6rem;
  }
  .trial-inner h3 {
    font-size: 1.1rem;
  }
  .diagnosis .sub-copy:after {
    left: 10%;
  }
  .features .bg-mint::after {
    bottom:-70px;
  }
}

@media screen and (max-width:480px) {
  .section.lp-img {
    margin-bottom: 0;
  }
  strong.txt-BW,
  .lp-copy03 p.txt-Gray  {
    font-size: 1.2rem;
  }
  .lp-heading02 h2 {
    font-size: 1.5rem;
  }
  .heading {
    font-size: 1.2rem;
  }
  .lp-img-wrapper {
    height: 500px;
    background-size: cover;
  }
  /*.lp-heading01 h2 {
    font-size: 1.4rem;
  }*/
  .lp-heading02 h2:before {
    height: 14px;
    bottom: -5px;
  }
  .lp-pic {
    width: 65%;
  }
  .lp-copy01 {
    top: 0;
    right: 0;
    padding: 5px;
  }
  .lp-copy01 h2 {
    font-size: 2.4rem;
    padding: 10px 20px 20px 20px;
  }
  .logo-btn {
    bottom: -35px;
  }
	.diagnosis .sub-copy:after {
    left: 10%;
    font-size:1rem; 
	}
	.diagnosis .box03 {
    text-align: center;
	}
	.diagnosis .box01 p,
	.diagnosis .box02 p,
	.diagnosis .box03 p {
	font-size: 1.2rem;
	margin-left: 5px;
	text-align: center;
	}
	.result .content .flex02 {
    width: 100%;
    padding-left: 20%;
	}
	.result .content .box01,
	.result .content .box02, 
	.result .content .box03, 
	.result .content .flex02 {
	text-align: center;
	}
  .trial .flex {
    flex-direction: column;
  }
  .trial-inner,
  .trial-img {
    width: 100%;
    padding: 0 20px;
    margin: 10% auto 0;
  }
  .trial-img {
    margin-top: 5%;
  }
  .trial-inner h3 {
    font-size: 1.4rem;
    margin: 10px 0;
    text-align: center;
  }
  .trial-inner h3::after {
    top: 50px;
  }
  .trial-inner p {
    font-size: 1rem;
    margin-bottom:0;
  }
  .order01 {
    order: 2;
  }
  .order02 {
    order: 1;
  }
  .example .flex {
    display: block;
  }
  .example h2 {
    font-size: 1.4rem;
  }
  p.balloon {
    padding: 10px 20px;
  }
  .bg02 {
    display: none;
  }
  .diagnosis .wrapper .content .flex {
    display: block;
  }
  .equation h2 {
    font-size: 1.3rem;
  }
  .equation-img {
    padding: 10px;
  }
  .equation .equation-img h2 {
    font-size: 1.3rem;
  }
  .equation-img .frame-02 {
    padding: 10px 5px;
  }
  .equation .frame-02 strong { 
    font-size: 1.3rem;
    margin: 0px;
  }
  .equation strong.txt-OR {
    font-size: 1.6rem;
  }
  .features .pd5-bg h2 {
    font-size: 1.2rem;
  }
  .report-img p {
    margin-top: 10px;
  }
  .service .flex {
    display:block;
  }
  .service-img {
    margin: auto;
  }
  .service .frame-01 .txt-BL {
    font-size: 1.4rem;
  }
  .customer-feedback .frame-01 h3 {
    font-size: 1.1rem;
  }
  .customer-feedback .frame-01 p {
    font-size: 0.9rem;
  }
  .customer-feedback .frame-01 .img {
    max-width: 120px;
  }
  .faq ul {
    margin: 10px 0;
  }
  .faq p {
    font-size: 1rem;
  }
}

@media screen and (max-width:450px) { 
  .lp-copy01 h2 {
    font-size: 2.2rem;
  }
  .logo-btn {
    bottom: -35px;
    }
    .lp-pic {
    width: 70%;
    }
}

@media screen and (max-width:400px) { 
  /*.logo-btn {
  bottom: -80px;
  }*/
  .lp-heading02 h2 {
    font-size: 1.5rem;
  }
  strong.txt-BW,
.lp-copy03 p.txt-Gray {
    font-size: 1.1rem;
  }
  strong.txt-BL {
    font-size: 1.2rem;
  }
  #menu-footer-menu-lp li a,
  #menu-footer-menu li a,
  #copy {
    font-size:0.7rem;
  }
  .features .bg-mint::after {
    bottom:-80px;
  }
  .frame-01 p.report-txt {
    font-size: 1rem;
  }
}

@media screen and (max-width:380px) {
  .lp-copy01 h2 {
    font-size: 2rem;
  }
  .lp-pic {
    width: 77%;
  }
  .logo-btn {
    bottom: -25px;
    }
  .lp-heading02 h2 {
    font-size: 1.4rem;
  }
  .stepbar .stepbarwrap .steptitle .title {
    padding-left:0;
    font-size: 0.9rem;
  }
  .lp input {
    font-size: 1.4rem;
  }
}

@media screen and (max-width:340px) {
	.lp-copy01 h2 {
    font-size: 1.8rem;
    }
	.lp-img-wrapper {
	height : 400px;
	}
  .logo-btn {
    bottom: -20px;
  }
  .features .bg-mint::after {
    bottom: -90px;
  }
  #floating-banner {
    bottom: 60px;
  }
  .diagnosis .sub-copy:after {
    font-size: 0.9rem;
  }
  .result .content .flex02 {
    padding-left: 10%;
  }
  .frame-01 p,
  .result .box03 span,
  .lp input {
    font-size: 1.2rem;
  }
}


/* やずやSOLサイト用修正*/
/*.single-page {
	max-width:800px;
	width: 100%;
	margin:auto;
}
.entry-footer {
  display:none;	
}*/

/*202507*/
/*
ミライズ 
システム販売用サイト
*/
.mirise-system section {
  margin: 5% auto;
  color: #404040;
}
.mirise-system .heading-inner {
  text-align: center;
  margin: 8% auto 10%;
}
.mirise-system .heading--underline-blue {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: clamp(1.3rem, 4vw, 2rem);
    text-align: center;
}
.mirise-system .heading--underline-blue:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background-color: #2589d0;
}


/*
メインビジュアル
*/
.mirise-system section.main-visual {
  margin-bottom: 0;
  position: relative;
}
.mirise-system .main-visual .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-areas:
  "catch image"
  "logo image"
  "list image"
  "contact image";
  gap: 16px;
  align-items: center;
  padding: 16px;
  max-width: 1280px;
  margin: auto;
}
.mirise-system .main-visual .wrapper .catch { 
  grid-area: catch;
  max-width: 460px;
  width: 100%;
  margin: auto;
}
.mirise-system .main-visual .wrapper .logo { 
  grid-area: logo;
  max-width: 380px;
  width: 100%;
  margin: auto;
}
.mirise-system .main-visual .wrapper .list {
  grid-area: list;
  margin: auto;
}
.mirise-system .main-visual .wrapper .contact { 
  grid-area: contact;
  margin: 20px auto;
  width: 100%;
}
.mirise-system .main-visual .wrapper .image-wrapper { 
  grid-area: image;
  max-width: 800px;
  width: 100%;
}
.mirise-system .main-visual::after {
  content: '';
  position: absolute;
  width: 55%;
  height: 35em;
  background: #31bbd3;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mirise-system .main-visual .wrapper ul li {
	font-weight: bold;
	font-size: clamp(1.2rem, 4vw, 1.6rem);
	margin: 10px 0;
	padding: 2px 5px;
}

@media (max-width: 800px) {
  .mirise-system .main-visual .wrapper {
    padding: 10px;
	grid-template-columns: 1fr 1.2fr;
  }
   .mirise-system .main-visual .contact .contact-btn--orange {
  padding: 10px;
  max-width: 300px;
 }
}
@media (max-width: 680px) {
    .mirise-system .main-visual .wrapper {
    grid-template-columns: 1fr;
    grid-template-areas:
      "catch"
      "logo"
      "image"
      "list"
      "contact";
  }
    .mirise-system .main-visual .wrapper ul li {
    background: #fff;
  }
}
@media (max-width: 600px) {
  .mirise-system .heading-inner {
    margin: 10% auto;
  }
  .mirise-system section.main-visual {
    margin-top: 3%;
  }

  .mirise-system .main-visual .wrapper .image-wrapper {
    max-width: 460px;
    margin:auto;
  }
  .mirise-system .main-visual .wrapper .image-wrapper::after {
    height: 35em;
  }
  .mirise-system .main-visual .wrapper .catch {
    max-width: 480px;
  }
  .mirise-system .main-visual .wrapper .logo {
    max-width: 400px;
  }

  .mirise-system .pricing .contact-btn--orange  {
    max-width: 600px;
    width: 90%;
	}
}

/* 
お問い合わせボタン
 */
 .mirise-system .contact-cta {
  margin: 5% auto;
  padding: 20px;
 }
.mirise-system .contact-cta p {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  margin-bottom: 5px;
  margin-top: 0;
}
.mirise-system .contact-btn--orange {
  max-width: 600px;
  width: 100%;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  padding: 15px;
}
.mirise-system section.main-visual .contact .contact-btn--orange,
.mirise-system section.contact-img .contact .contact-btn--orange {
	max-width: 400px;
	width: 100%;
	padding: 10px;
	font-size: clamp(1rem, 4vw, 1.4rem);
}

@media (max-width: 600px) {
	.mirise-system section.main-visual .contact .contact-btn--orange,
	.mirise-system section.contact-img .contact .contact-btn--orange {
		font-size: clamp(1.2rem, 4vw, 1.6rem);
		}
	.mirise-system .contact-btn--orange {
		padding: 10px;
	}
	 .mirise-system .problems + .contact-cta {
		 margin: 15% auto 8%;
	 }
}

/* 
企業一覧 
*/
.mirise-system section.client-logos {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #f6f6f6;
}
.mirise-system section.client-logos h2 {
  font-size: clamp(1.2rem, 4vw, 1.4rem);
}
.mirise-system section.client-logos p {
  font-size: clamp(0.9rem, 4vw, 1rem);
}

/* 
選ばれる理由 
*/
.mirise-system section.reasons {
	margin-top: 0;
}
.mirise-system .reasons .container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 5px;
}

.mirise-system section.reasons .heading-desc {
	text-align: center;
	font-size: clamp(1rem, 4vw, 1.2rem);
}

.reasons__item {
  flex: 0 0 32%;
  margin: 5% 0 20px;
  border: 1px solid #31bbd3;
  border-radius: 20px;
  padding: 10px;
}
.reasons__item h3 {
  color: #31bbd3;
  text-align: center;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
}
.reasons__item p {
  text-align: left;
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.2rem);
  color: #6b6a6a;
}
.reasons__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.reasons__item {
  flex: 0 1 calc(33.333% - 1.5rem);
  box-sizing: border-box;
  text-align: center;
}
.boxed-title {
	display: block; /* 幅を文字に合わせたい時。全幅にしたければ block に */
	padding: 8px 12px;
	border: 2px solid #333;
	border-radius: 6px;
	margin: 0.5em 0;
}

@media (max-width: 1024px) {
  .reasons__item {
    flex: 0 1 40%;
    max-width: 350px;
  }
}
@media (max-width: 800px) {
  .reasons__item {
    flex: 0 1 45%;
    max-width: 400px;
  }
}
@media (max-width: 680px) {
  .reasons__item {
    flex: 0 1 100%;
    margin: 1rem 0;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .mirise-system .reasons {
    margin: 5% auto 10%;
  }
  .mirise-system .heading-inner {
	  margin: 5% auto 10%;
  }
  .mirise-system section.reasons .heading-desc {
	  text-align: left;
  }
    .reasons__item { 
        max-width: 330px; 
    }
}

/*
このようなお悩みの方へ
*/
.mirise-system .problems {
  margin-bottom: 10%;
}
.mirise-system .problems .solution .heading--underline-blue {
  color: #fff;
}
.mirise-system .problems .solution .heading--underline-blue:before {
  background-color: #fff;
}
.problems .container .inner {
  padding: 5% 0;
}
section.problems .trouble {
  background: #f6f6f6;
}
.mirise-system section.problems .trouble .heading-inner {
  padding-top: 3%;
}
.problems__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 5% auto;
  padding: 10px;
}
section.problems .trouble .problems__list {
  margin: 5% auto 0;
}
.problems__item {
  flex: 0 0 32%;
  margin: 0 0 20px;
  padding: 10px;
  font-weight: bold;
}
.trouble h3.boxed-title,
.solution h3.boxed-title {
	display: block;
	padding: 8px 12px;
	border-radius: 6px;
	margin: 0.5em 0;
}
.trouble h3.boxed-title span,
.solution h3.boxed-title span {
	font-size: clamp(1.4rem, 4vw, 2rem);
	margin: 0 5px;
	color: #404040;
  letter-spacing: 1px;
	background:linear-gradient(to bottom, rgba(250, 145, 52, 0) 80%, #FFC107 80%);

}
.trouble h3.boxed-title {
	border: 2px solid #333;
}
.solution h3.boxed-title {
	border: 3px solid #fff;
	background: #fff;
}
.problems h3 {
	font-size: clamp(1.1rem, 4vw, 1.4rem);
	text-align: center;
}
.problems p {
	font-size: clamp(1rem, 4vw, 1.2rem);
	font-weight: bold;
	text-align: left;
}
.problems .solution {
  padding: 5% 0 0;
  background: #3ecbe3;
  position: relative;
}
.mirise-system .problems .solution .heading-inner {
  margin: 5% auto;
}
section.problems .solution .container::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  background: #f6f6f6;
  clip-path: polygon(0 0,50% 100%,100% 0);
  left: 0;
  top: -1px;
}
section.problems .solution .container::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  background: #3ecbe3;
  clip-path: polygon(0 0,50% 100%,100% 0);
  left: 0;
  bottom: -59px;
}

@media (max-width: 950px) {
  .problems__list {
    justify-content: center;
  }
  .problems__item {
    flex: 0 1 45%;
    max-width: 330px;
  }
}

@media (max-width: 680px) {
  .problems__item {
    flex: 0 1 100%;
    margin: 1rem 0;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .mirise-system section {
    margin: 10% auto;
  }
  section.problems .solution .container::before,
  section.problems .solution .container::after{ 
    clip-path: polygon(0 0,50% 50%,100% 0);
  }
  .problems__item { 
    max-width: 330px;
  }
}

/*
サービスの特徴
*/
.feature-section {
  margin: 0;
}
.feature-section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}

.feature-section .features__item {
  display: flex;
  /*align-items: flex-start;*/ /*上揃えにしたい時*/
  align-items: center;
  gap: 2rem;
  margin-bottom: 10%;
}

.feature-section .features__img,
.feature-section .features__text {
  flex: 1;
}

.feature-section .features__text h3 { 
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  color: #0c77b3;
  margin-top: 0;
}
.feature-section .features__text h4 {
  font-size: clamp(1rem, 4vw, 1.4rem);
}

.feature-section .features__text p {
  font-size: clamp(1rem, 4vw, 1.2rem);	
}
.feature-section .features__img img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-section .features__item.reverse {
  flex-direction: row-reverse;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .feature-section .features__item {
    flex-direction: column;
    gap: 1rem;
  }

  .feature-section .features__item.reverse {
    flex-direction: column;
  }

  .feature-section .features__list {
    padding: 10px;
  } 

  .feature-section .features__img,
  .feature-section .features__text {
    width: 100%;
  }

  .feature-section .features__text {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .mirise-system .feature-section {
    margin: 10% auto;
  }
  .feature-section .features__item {
    margin-bottom: 1rem;
  }
}

/*
オプション機能
*/
.options-section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}

.options-section .options__text h3 { 
	font-size: clamp(1.2rem, 4vw, 1.8rem);
	color: #0c77b3;
	margin-top: 0;
}
.options-section .options__text h4 {
	font-size: clamp(1rem, 4vw, 1.4rem);
}

.options-section .options__text p {
	font-size: clamp(1rem, 4vw, 1.2rem);	
}

.options-section .options__img img {
	display: block;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 5% auto;
}


/*
ご利用者さまの声
*/
.voice {
  margin: 0 auto;
  background: #f6f6f6;
  max-width: 1000px;
  margin: auto;
  padding: 0 5% 20px;
}
.voice-upper {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: flex-start;
  margin-bottom: 2em;
}
.voice-text {
  flex: 1 1 60%;
  padding: 10px;
}
.voice-company {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: clamp(1rem, 4vw, 1.4rem);
}
.voice-headline {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  margin-bottom: 0.5em;
  color: #007acc;
}
.voice-description {
  line-height: 1.6;
}
.voice-image {
  flex: 1 1 35%;
  text-align: right;
}
.voice-image img {
  max-width: 100%;
  height: auto;
}
.voice-lower {
  border-top: 1px solid #eee;
  padding-top: 1.5em;
}
.voice-block {
  flex: 1 1 40%;
}
.voice-block h4 {
  padding: 5px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  background-color:#31bbd3;
  border-radius: 10px 10px 0 0;
}
.voice-block p {
  margin: 0;
  line-height: 1.6;
  background-color:#fff;
  padding: 10px;
}

@media (max-width: 768px) {
  .voice-upper, .voice-lower {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .voice-image {
    text-align: left;
  }
  .voice-arrow {
    transform: rotate(90deg);
    margin: 1em 0;
  }
}

/*
導入メリット
*/
.mirise-system .benefits .heading-inner {
  margin: 8% auto 5%;
}

.mirise-system section.benefits .heading-desc {
	text-align: center;
	font-size: clamp(1.1rem, 4vw, 1.4rem);
	font-weight: bold;
}
/* 
活用事例
 */
.mirise-system .use-cases {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.mirise-system .use-cases .card-container {
  gap: 10px;
  padding: 5px;
}

/*
料金 
*/
.pricing .container {
  display: grid;
  grid-template-areas:
  "heading logo"
  "image price-inner"
  "image contact";
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
  padding: 20px;
  border-radius: 20px;
  max-width: 800px;
}
.mirise-system .pricing .heading-inner {
  margin: 8% auto;
}
.pricing .frame-01 {
  margin-top: 0;
} 
.pricing .heading {
  grid-area: heading;
  font-weight: bold;
  font-size: clamp(1.2rem, 4vw, 1.4rem);
  text-align: center;
  margin: 0;
  align-self: end;
  }
.mirise-system .pricing .price-inner .monthly-fee {
  text-align: right;
  color: #2981b7;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: bold;
  margin: 10px 0;
}
.mirise-system .pricing .price-inner .monthly-fee span {
  margin-right: 10px;
  font-size: clamp(1.2rem, 4vw, 2rem);
}
.mirise-system .pricing .price-inner .monthly-fee span.yen {
	font-size: clamp(1rem, 4vw, 1.7rem);
}
.pricing .logo-img {
  grid-area: logo;
  padding: 10px;
  }
.pricing .image {
  grid-area: image;
  }
.price-inner {
  grid-area: price-inner;
  }
.pricing .contact {
  grid-area: contact;
}
.pricing .notice {
  margin: 5px 0;
  text-align: right;
  font-size: clamp(1rem, 4vw, 1.2rem);
}
.mirise-system .pricing .contact-btn--orange {
	  margin: 0 auto;
    padding: 10px;
  }

@media (max-width: 680px) {
  .pricing .container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "logo"
      "image"
      "price-inner"
      "contact";
      padding: 10px;
  }
  .pricing .logo-img {
    padding: 5px;
  }
  .mirise-system .pricing .price-inner .monthly-fee {
    text-align: center;
  }
  .pricing .notice {
	  text-align: center;
  }
}

/* 
お問い合わせボタン・イメージあり
*/
.mirise-system .contact-img {
  background: #f6f6f6;
}

.mirise-system .contact-img .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "catch image"
  "logo image"
  "contact image";
  gap: 5px;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.mirise-system .contact-img .catch {
  grid-area: catch;
  max-width: 330px;
  width: 100%;
  margin: 10px auto 5px;
}

.mirise-system .contact-img .logo {
  grid-area: logo;
  max-width: 300px;
  margin: 0 auto 10px;
}

.mirise-system .contact-img .image-wrapper {
  grid-area: image;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.mirise-system .contact-img .contact {
  grid-area: contact;
  align-self: end;
  margin: 10px auto;
  max-width: 600px;
  width: 90%;
  margin:auto;
}


@media (max-width: 700px) {
  .mirise-system .contact-img .container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "catch image"
    "logo image"
    "contact image";
  }
  .mirise-system .contact-img .image-wrapper {
    max-width: 400px;
  }
    .mirise-system .contact-img {
	  margin: 10% auto;
  }
}

@media (max-width: 600px) {
  .mirise-system .contact-img .container {
    grid-template-columns: 1fr;
    grid-template-areas:
    "catch"
    "image"
    "logo"
    "contact";
  }
}

/* 
お申込みの流れ
 */
.mirise-system .service {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.mirise-system .service .frame-01 h2 {
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  text-align: center;
}
.mirise-system .service .frame-01 h3 {
   text-align: center;
   font-size: clamp(1rem, 4vw, 1.4rem);
}
.mirise-system .service #step .inner {
	max-width: 500px;
	width: 100%;
	margin: 5% auto;
}
.mirise-system .service #step ul {
  border: 2px solid #009688;
  padding: 5px;
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin: 3% auto 5%;
 }
.mirise-system .service #step h5 {
  text-align: center;
  font-size: clamp(1rem, 4vw, 1.1rem);
  margin-bottom: 0;
  }
.mirise-system .service .triangle {
  margin-top: 10px;
  }
.mirise-system .service #step .service-img {
  margin: auto;
 }
