/*!
Theme Name: theme-yazuya-sol
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: theme-yazuya-sol
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.

theme-yazuya-sol 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/
*/


main.lp {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}


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

/* Elements
--------------------------------------------- */






/* Links
--------------------------------------------- */


/* Forms
--------------------------------------------- */

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: 2rem;
}
#annualSales02 {
	background: none;
	font-size: 1.8rem;
}


/* スピンボタン非表示 */
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-size: clamp(0.9rem, 3vw, 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: clamp(1.2rem, 3vw, 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;
}
/* 業種 */
.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;
}

/* 三角 */
.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: 12% 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 
--------------------------------------------------------------*/


/* 背景 */
.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: clamp(1rem, 3vw, 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;
}
/* Captions
--------------------------------------------- */


/* Galleries
--------------------------------------------- */



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */


/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}



/* .lp-img */
.lp-img-wrapper {
	position: relative;
	height: 800px;
	align-items: center;
	background-image: url(https://yazuya-sol.jp/wp-content/uploads/2025/06/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: 100px;
	max-width: 400px;
}
/*位置調整*/
.lp-copy01,
.logo-btn {
	right: 8%;
}
/**/
.lp-copy01 h2,
.lp-copy01 h3 {
	margin: 0;
}
.lp-copy01 h2 {
	font-size: clamp(2rem, 5vw, 4.5rem);
	text-align: right;
	/*padding: 80px;*/
	padding: 20px;
	line-height: 1.4;
	text-shadow: 1px 2px 2px #211e1e;
	font-family: 'Noto Sans JP', sans-serif;/* Google Font　*/
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.client-logo img {
  width: 100%;
  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, 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://yazuya-sol.jp/wp-content/uploads/2025/06/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: clamp(1.4rem, 4vw, 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://yazuya-sol.jp/wp-content/uploads/2025/06/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://yazuya-sol.jp/wp-content/uploads/2025/06/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: clamp(1.2rem, 3vw, 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: clamp(1.4rem, 3vw, 2rem);
}
.service .bg-mint::before {
  content: '';
    display: block;
    width: 105%;
    height: 100px;
    background-image: url(https://yazuya-sol.jp/wp-content/uploads/2025/06/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: clamp(1rem, 3vw, 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: clamp(1.2rem, 4vw, 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(1.2rem, 3vw, 1.4rem);
  padding: 10px 20px;
}
.service ul li span {
  font-weight: normal;
}
.service-img {
  max-width: 200px;
  margin: 10px;
}
.page-template-page-mirise section.service .title {
	width: initial;
}
/* 
.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: clamp(1.1rem, 3vw, 1.5rem);
  position: relative;
  top: 0.6em;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: clamp(0.9rem, 3vw, 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 {
  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;
  line-height: 1;
}
#floating-banner:hover{
  opacity: 0.8;
}
#floating-banner a {
  display: block;
  text-decoration: none;
}




/* トップへ戻る */
.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;
  }
  p.balloon { 
    font-size: clamp(1.2rem, 4vw, 2rem);
  }
  .diagnosis .sub-copy:after {
    left: 25%; 
  }
  .trial-inner {
    width: 50%;
    padding: 10px;
  }
  .item01 p::before {
    bottom: 125px;
  }
  .example-bg {
    max-width: 980px;
  }
  .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-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: 15%;
    width: 54%;
  }
  .lp-copy01,
  .logo-btn {
    right: 0;
  }
  /*.lp-copy02,
  .lp-copy03,
  .lp-copy03 h3 {
    max-width: 650px;
  }*/
  .lp-copy02 h2,
  .lp-copy03 h2 {
  font-size: 1.5rem;
  }
  .lp-copy03 p.txt-Gray {
	  font-size: 1.4rem;
  }
  .circle-wh01,
  .circle-wh02 {
    max-width: 420px;
  }
  .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-BL {
    font-size: 1.4rem;
  }
  .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-pic {
    top: 10%;
    width: 55%;
  }
  .logo-btn {
    width: 55%;
  }
  span.logo-txt,
  ul#hd-menu-lp a {
    font-size: 0.7rem;
  }
  .lp .wrapper {
    margin: 8% auto;
  }
  .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 {
   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;
  }
  .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;
  }
  .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;
  }
  .service ul li {
    font-size: 1.2rem;
    padding: 10px 15px;
  }
  .page-template-page-mirise .service .report > h4 {
    font-size: 1.2rem;
  }
  .stepbar {
    width: 100%;
    padding: 0 10px;
  }
  .service ul h4 {
    font-size: 1.2rem;
  }
  .page-template-page-mirise .stepbar .stepbarwrap .steptitle .stepcircle {
    width: 3em;
    height: 3em;
  }
  .page-template-page-mirise .stepbar .stepbarwrap .steptitle .title {
    padding-left: 5px;
  }
  .page-template-page-mirise .stepbar .stepbarwrap .stepline {
    left: 1.5em;
    top: 2.8em;
  }
}

@media screen and (max-width:650px) {
  .lp-copy01, 
  .logo-btn {
    right: 0;
  }
  .lp-pic {
    top: 12%;
    width: 58%;
  }
  .logo-btn {
    width: 55%;
	bottom: -60px;
  }
  .circle-box {
    position: static;
    height: auto;
  }
  .example .flex {
    display: block;
  }
  .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-copy01 h2 {
    font-size: 3.2rem;
  }
  .lp-pic {
    top: 15%;
    width: 62%;
  }
  .equation .flex {
    display: block;
  }
  .logo-btn {
    bottom: -60px;
  }
  .flex-child {
    width: calc(50% - 10px);
    font-size: 1rem;
    padding: 10px;
    margin: 5px;
    height: 100px;
  }
  .example h2 {
    padding-top:0;
  }
  .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;
  }
  .service .report dl {
  font-size: 1rem;
  }
}

@media screen and (max-width:530px) {
  .section.lp-img {
    margin-bottom: 0;
  }
  .lp-pic {
    top: 20%;
    width: 68%;
  }
  .lp-copy02 {
    margin: 15% auto 0;
  }
  section.trial {
    margin-top: 5%;
  }
  .example h2 {
    padding-top:0;
  }
  .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;
  }
  .lp-copy03 p.txt-Gray  {
    font-size: 1.2rem;
  }
  .heading {
    font-size: 1.2rem;
  }
  .lp-img-wrapper {
    height: 500px;
    background-size: cover;
  }
  .lp-heading02 h2:before {
    height: 14px;
    bottom: -5px;
  }
  .lp-pic {
    top: 10%;
    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: -90px;
  }
	.diagnosis .sub-copy:after {
    left: 10%;
	}
	.diagnosis .box03 {
    text-align: center;
	}
	.diagnosis .box01 p,
	.diagnosis .box02 p,
	.diagnosis .box03 p {
	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;
  }
  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;
  }
  .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: -75px;
    }
    .lp-pic {
    width: 70%;
    }
}

@media screen and (max-width:400px) { 
  .logo-btn {
    bottom: -55px;
  }
  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-pic {
    top: 18%;
    width: 77%;
  }
  .logo-btn {
    bottom: -60px;
    }
  .page-template-page-mirise .stepbar .stepbarwrap .steptitle .title {
    padding-left:0;
  }
  .lp input {
    font-size: 1.4rem;
  }
}

@media screen and (max-width:340px) {
  .logo-btn {
    bottom: -20px;
  }
  .features .bg-mint::after {
    bottom: -90px;
  }
  #floating-banner {
    bottom: 60px;
  }
  .result .content .flex02 {
    padding-left: 10%;
  }
  .lp input {
    font-size: 1.2rem;
  }
}



/* 一時的な対処*/
.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 1fr;
  grid-template-areas:
  "catch image"
  "logo image"
  "list image"
  "contact image";
  gap: 16px;
  align-items: center;
  padding: 16px;
  max-width: 1920px;
  margin: 0 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: 600px) {
  .mirise-system .heading-inner {
    margin: 10% auto;
  }
  .mirise-system section.main-visual {
    margin-top: 3%;
  }
  .mirise-system .main-visual .wrapper {
    grid-template-columns: 1fr;
    grid-template-areas:
      "catch"
      "logo"
      "image"
      "list"
      "contact";
  }
  .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 .main-visual .wrapper ul li {
    background: #fff;
  }
  .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;
 }
