@charset "utf-8";

/*共通*******************************************************************/

/*ページ共通********/

/**page-header*********************************/

.page-header {
	width: 100%;
	aspect-ratio: 5 / 2;
	background-size: cover;
	background-position: center;
	position: relative;
}

.page-ttl {
	display: inline-block;
	padding: 20px 40px 0 0;
	line-height: 1.4;
	letter-spacing: 0.4em;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.page-ttl .en_ttl {
	display: none;
}

.page-header.simple-header {
	aspect-ratio: auto;
	background: none;
	color: #fff;
	background: #2FB6C7;
	padding: 20px 40px;
}
.page-header.simple-header .page-ttl {
	position: relative;
	padding: 10px 0;
	background: none;
	color: #fff;
}

/**breadcrumbs**/
.breadcrumbs {
	font-size: 12px;
	color: #666;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: auto;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
}

.simple-header .page-header {
	aspect-ratio: 10 / 3;
}


@media(max-width:991px){
	.breadcrumbs {
		padding-left: 30px;
		order: 3;
		margin-top: 10px;
		margin-left: auto;
		margin-right: 0;
	}
	.page-ttl {
		transform:translateY(100%);
		padding:10px 0 0 0;
	}
	.page-header.simple-header .page-ttl {
		transform:translateY(0);
		padding: 0;
	}
	.page-header h1 {
		font-size: 32px;
	}
	.page-header {
		margin-bottom: 40px;
		aspect-ratio: 16 / 9;
	}
}
@media(max-width:767px){
	.breadcrumbs {
		padding-left: 15px;
	}
}
@media(max-width:500px){
	.page-header h1 {
		font-size: 26px;
	}
}




/************************************************************
CONTACT
************************************************************/

.telephone-num {
	column-gap: 20px;
}
.contact-btns {
	column-gap: 30px;
	row-gap: 30px;
}
.contact-btns a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 60px;
	aspect-ratio: 5 / 2;
	color: #2FB6C7 !important;
	border: 3px solid #2FB6C7;
	border-radius: 14px;
	box-shadow: 5px 5px 0 #2FB6C7;
	background: rgba(47, 182, 199, 0);
	width: 42%;
	position: relative;
	transition: .3s;
}
.contact-btns a img {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate( 0, -50% );
	transition: .3s;
}

.contact .site-footer {
	background: #F5F5EE;
}

@media(min-width:768px){
	.contact-btns a:hover {
		color: #fff !important;
		background: rgba(47, 182, 199, 1);
		box-shadow: 5px 5px 0 #ddd;
	}
	.contact-btns a:hover img {
		transform: translate( 10px, -50% );
	}
}

@media(max-width:991px){
	.telephone-num img {
		width: 50px;
		height: 50px;
	}
	.telephone-num {
		column-gap: 10px;
	}
}

@media(max-width:767px){
	.contact-btns a {
		width: 90%;
		max-width: 420px;
	}
}

@media(max-width:380px){
	.telephone-num img {
		width: 40px;
		height: 40px;
	}
	.telephone-num .txt-50 {
		font-size: 32px;
	}
}


/************************************************************
問い合わせフォーム
************************************************************/
.contact .page-header, .form-sales .page-header, .form-support .page-header {
	background-image: url(../images/contact-header.webp);
	background-position: right bottom;
}

.form-wrapper {
	padding: 90px 60px;
	border-radius: 30px;
}
#mail_form {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:991px){
	.form-wrapper {
		padding: 30px 20px;
		border-radius: 18px;
	}
}
@media(max-width:500px){
	.form-wrapper {
		padding: 30px 15px;
		border-radius: 10px;
	}
}


/**フォーム共通***************************/

#mail_form dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#mail_form dl:last-child {
	margin-bottom: 0;
}
#mail_form dl dt {
	width: 250px;
	font-weight: 500;
	padding-left: 15px;
}
#mail_form dl dd {
	width: calc(100% - 250px);
}

.require {
	position: relative;
}
.require:after {
	content: "*";
	display: inline-block;
	color: red;
	position: absolute;
	top: 2px;
	left: 0;
}
span.require {
	padding-left: 15px;
}

#mail_form input[type="text"], #mail_form input[type="email"], #mail_form input[type="tel"],#mail_form textarea, #classification{
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #cccccc;
    color: #222;
    font-size: 16px;
}
#mail_form input[type="number"]{
    width: 100px;
    padding: 15px 10px;
    border: 1px solid #cccccc;
    color: #222;
    font-size: 16px;
}
.p-postal-code {
	width:150px !important;
}
#zipcode, #classification {
	max-width: 200px !important;
}
/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #999;
}
/* Firefox */
input::-moz-placeholder{
    color: #999;
}
/* Firefox 18以前 */
input:-moz-placeholder{
    color: #999;
}
/* IE */
input:-ms-input-placeholder{
    color: #999;
}
#mail_form .wpcf7-list-item {
	display: block;
}

/*チェックボックスStyle*/
.check .wpcf7-list-item input[type="checkbox"]{
  display: none;
}
.check .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
}
		
.check .wpcf7-list-item-label:before{
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #ED1D24;
}

span.wpcf7-list-item{
  margin-left: 0!important;
  margin-right: 20px!important;
}


/*RadioボタンStyle*/
.radio .wpcf7-list-item input[type="radio"]{
  display: none;
}
.radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
}
		
.radio .wpcf7-list-item-label:before{
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.radio .wpcf7-list-item-label:after{
	content: '';
	display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
   border: 4px solid #00a1d6;
    position: absolute;
    left: 2px;
    top: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

span.wpcf7-list-item{
  margin-left: 0 !important;
  margin-right: 20px !important;
}
span.wpcf7-list-item.last {
	margin-right: 0 !important;
}

#mail_form input[type="submit"] {
	display: block;
	width: 260px;
    height: 54px;
    border-radius: 27px;
	background: #2FB6C7;
	border: none;
	color:#fff;
	border: 2px solid #2FB6C7;
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
	margin: 40px auto 0;
	transition: all .2s;
}
.wpcf7-spinner {
	display: none;
}

#mail_form #amount{
    width: calc(100% - 50px);
}


/* セレクトフィールドのデザイン（ブルー矢印） */
#mail_form select.wpcf7-form-control, #birth-year {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #cccccc;
    color: #222;
    font-size: 16px;
    background: #fff;
    appearance: none; /* デフォルトの矢印を非表示 */
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23019FE6' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px; /* 矢印分のスペース確保 */
    cursor: pointer; /* カーソルをポインターに設定 */
}

/*生年月日フィールドのスタイル*/
#birth-year {
    padding: 15px 10px;
    border: 1px solid #cccccc;
    color: #222;
    font-size: 16px;
}
#bd-field {
	display: flex;
	justify-content: space-between;
}
.bd-item {
	width: 32%;
}
.bd-item select {
	width: calc(100% - 1.5em) !important;
}


/*個人情報保護方針のスタイル*/
#mail_form dl.privacy-policy-wrapper dd {
	width: 100%;
}
#mail_form .rule {
	padding: 20px;
	border: 1px solid #cccccc;
	height: 200px;
	overflow: scroll;
}
.check-disabled {
	opacity:0.3;
}


.grecaptcha-badge { 
    visibility: hidden; 
}

@media(min-width:768px){
#mail_form input[type="submit"]:hover {
	background-color: #fff;
  color: #2FB6C7 !important;
}
}

@media (max-width:767px) {
	#mail_form dl dt, #mail_form dl dd {
		width: 100%;}
	#mail_form dl dt {
		margin-bottom: 10px;}
	#mail_form dl dt.required {
		padding-left: 45px;}
	p#form_submit input[type="submit"] {
        width: 200px;
    	height: 50px;
    	border-radius: 25px;}
}

/**送信完了**************************/
.form-sales-thanks .site-footer {
	background: #F5F5EE;
}




.gmap{
    position : relative;
    height : 0;
    padding-bottom : 40%;
    overflow : hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
}

@media (max-width:767px) {
	.table_item {
		padding: 10px 0;
		width: 80px;
		font-size: 13px;}
	.table_content {
		padding: 10px 0 10px 10px;
		width: calc(100% - 80px);
		font-size: 13px;}
	.gmap{
		padding-bottom : 60%; }
	}


/************************************************************
プライバシーポリシー・免責事項
************************************************************/
.privacy-policy .page-header {
	background-image: url(../images/privacy-policy-header.webp);
}
.disclaimer .page-header {
	background-image: url(../images/disclaimer-header.webp);
}


/* 法的文書の共通スタイル */
.legal-document {
  max-width: 800px;
  margin: 2rem auto;
  line-height: 1.8;
  color: #333;
}

/* アンカーリンクの高さ調整（固定ヘッダー対策） */
.legal-document section {
  margin-bottom: 2rem;
  scroll-margin-top: 120px; /* ヘッダーの高さに合わせて調整 */
}

.legal-document h2 {
  font-size: 18px;
  margin-bottom: 0.75rem;
}

.legal-document ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-document address {
  font-style: normal;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 5px;
	margin-top: 10px;
}

/************************************************************
Xシリーズ
************************************************************/
.x-series .page-header {
	background-image: url(../images/x-series-header.webp);
}


/** #x-series_01 *****/

#x-series_01 {
	position: relative;
}
#x-series_01:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 80px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
}

#x-series_01 .flex-between {
	row-gap: 30px;
}

.assignment li {
	width: 32%;
}

@media(max-width:991px){
	#x-series_01 h2.txt-46  {
		font-size: 22px;
	}
	#x-series_01 h2.txt-60  {
		font-size: 32px;
	}
	#x-series_01 p.txt-36  {
		font-size: 22px;
	}
	#x-series_01 p.txt-20  {
		text-align: left;
	}
	#x-series_01 p.txt-20 br {
		display: none;
	}
	.assignment li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.assignment li:nth-child(2){
		flex-direction: row-reverse;
		}
	.assignment li img, .assignment li p {
		width: 48%;
	}
	#x-series_01:after {
  	border-left: 50px solid transparent;
  	border-right: 50px solid transparent;
  	border-top: 40px solid #fff;
  	bottom: -40px;
	}
}

@media(max-width:767px){
	.assignment li img, .assignment li p {
		width: 100%;
	}
}



/** #x-series_02 *****/

#x-series_02 {
	background: linear-gradient(158deg, #0090D1 25%,#7BC2D4 100%);
	text-shadow: 0 3px 10px rgba(0,0,0,0.7);
}

#x-series_02 .flex-between {
	row-gap: 30px;
}

@media(max-width:991px){
	#x-series_02 .per-30 {
		width: 100%;
		text-align: center;
	}
}



/** #x-series_03 *****/

.ttl-border {
  border-left: 6px solid #2FB6C7;
  line-height: 1.4;
  padding: 10px 0 10px 20px;
}

.target {
	padding: 40px;
	border-radius: 16px;
}
.target h3 {
	padding: 5px 20px;
}

.gry-box {
	background: #f0f8fb;
	padding: 40px;
	border-radius: 16px;
}

#x-series_03 .flex-between {
	row-gap: 30px;
}

@media(max-width:991px){
	.target .per-35 {
		text-align: center;
	}
	.target {
		padding: 20px;
	}
	.target h3 {
    padding: 5px 10px;
	}
	.ttl-border {
    padding: 10px 0 10px 10px;
	}
	#x-series_03 h2 {
		font-size: 20px;
	}
}



/** #x-series_04 *****/

.box-ttl {
	padding: 10px 40px;
	border-radius:20px 20px 0 0;
	background-color: #2FB6C7;
}

.before-after {
	padding: 30px 40px;
	background: #fff;
	border-radius:0 0 20px 20px ;
	row-gap: 30px;
}

.before, .after {
	width: 43%;
}

.before-after ul li {
	padding-left: 1.2em;
	position: relative;
}
.before-after ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.before-after h4 {
	border-bottom: 2px dotted #2FB6C7;
	height: 52px;
}

@media(max-width:991px){
	.before, .after {
		width: 100%;
	}
	.before-after {
		justify-content: center;
		padding: 20px 20px;
	}
	.arrow-wrapper img {
		transform: rotate(90deg);
	}
	.after h4 {
		flex-direction: column;
		align-items: center;
		height: auto;
	}
	#x-series_04 h2 {
		font-size: 20px;
	}
}



/** #x-series_05 *****/

.eng-ttl {
	position: relative;
}
.eng-ttl:after {
	content: "";
	display: block;
	width: 113%;
	height: 3px;
	background: #2FB6C7;
	position: absolute;
	right: 0;
	bottom: 0;
}
.rev .eng-ttl:after {
	right: auto;
	left: 0;
}

#x-series_05 .flex-between {
	row-gap: 30px;
}

@media(max-width:991px){
	#x-series_05 h2 {
		font-size: 19px;
	}
	.rev .eng-ttl:after {
		right: 0;
	left: auto;
}
}

/** #x-series_06 *****/

.products-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 30px;
}
.products-list li {
	width: 32%;
}
.products-list li a {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	transition: .3s;
}
.products-list li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#x-series_06 .link-btn {
	margin-left: auto;
	margin-right: auto;
}

.ttl-border-under {
	position: relative;
	padding-bottom: 20px;
}
.ttl-border-under:after {
	content: "";
	display: block;
	width: 60px;
	height: 6px;
	background: #2FB6C7;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media(min-width:768px){
	.products-list li a:hover {
		transform: scale(1.05);
	}
}

@media(max-width:991px){
	.products-list {
		column-gap: 3%;
	}
	.products-list li {
		width: 48.5%;
	}
}


/************************************************************
グランバイオシリーズ
************************************************************/
.gran-bio .page-header {
	background-image: url(../images/gran-bio-header.webp);
}

.gran-bio_01_inner {
	position: relative;
}
.gran-bio_01_img {
	width:50%;
}
.gran-bio_01_txt {
	width:50%;
	max-width: 760px;
	padding-right: 60px;
}


.spiral .step {
	width: 29%;
	position: relative;
}

.step-img {
	position: relative;
}

.spiral .arrow {
	width: 14.6%;
	position: absolute;
	top: 50%;
	right:0;
	transform: translate(127%,-50%)
}

.spiral {
	padding: 50px;
	border-radius: 20px;
}

.spiral h2 {
	border-bottom: 5px dotted #2FB6C7;
	padding-bottom: 10px;
}

#gran-bio_02 {
	position: relative;
}
#gran-bio_02:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 80px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: 0 auto;
}

#gran-bio_03 {
    background: linear-gradient(158deg, #0090D1 25%, #7BC2D4 100%);
}

.section-header {
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}

#gran-bio_04 ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	border: 3px solid #2FB6C7;
	border-radius: 14px;
}

.sp-arrow {
	display: none;
}

#gran-bio_06 .link-btn {
    margin-left: auto;
    margin-right: auto;
}


/**グランバイオシリーズ製品一覧**/

.products-list li {
	width: 23.5%;
}

.gran-bio .site-footer {
	background: #F5F5EE;
}

@media(max-width:991px){
	#gran-bio_01 h2.txt-44  {
		font-size: 20px;
	}
	#gran-bio_01 h2 .txt-56  {
		font-size: 28px;
	}
	#gran-bio_01 p.txt-36  {
		font-size: 16px;
	}
	.gran-bio_01_img {
    width: 100%;
		margin-top: -10%;
		margin-bottom: -10%;
	}
	.gran-bio_01_txt {
    width: 100%;
    max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	#gran-bio_02:after {
  	border-left: 50px solid transparent;
  	border-right: 50px solid transparent;
  	border-top: 40px solid #fff;
  	bottom: -40px;
	}

	.spiral {
		padding: 20px;
	}
	.spiral .flex-between {
		flex-direction: column;
		align-items: center;
	}
	.spiral .step {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.spiral .arrow {
    display: none;
	}
	.sp-arrow {
		display: inline;
		transform: rotate(90deg);
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.step-img {
		text-align: center;
	}
	#gran-bio_04 h3 {
		text-align: left;
		font-size: 23px;
	}
	#gran-bio_04 .txt-24 {
		text-align: left;
	}
	#gran-bio_04 .ttl-border, #gran-bio_05 .ttl-border {
		font-size: 20px;
	}
	#gran-bio_04 ul {
		row-gap: 30px;
	}
	#gran-bio_04 ul li{
		width: 100%;
		padding: 20px;
	}
}

@media(max-width:767px){
	.gran-bio_01_txt {
		padding-left: 15px;
		padding-right: 15px;
	}
	#gran-bio_02 p.txt-20, #gran-bio_02 p.txt-32 {
		text-align: left;
	}
}


/************************************************************
コンサルティング
************************************************************/

.consulting .page-header {
	background-image: url(../images/consulting-header.webp);
	background-position: 50% 40%;
}

/** #consulting_01 **/
#consulting_01 .flex-between {
	row-gap: 30px;
}


/** #consulting_02 **/
.consulting-card {
	padding: 60px 70px;
	border-radius: 20px;
}

.consulting-img-placeholder {
	width: 30%;
	aspect-ratio: 1 / 1;
}
.consulting-img-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.consulting-service-txt {
	width: 65%;
}

.ttl-border-bottom {
	border-bottom: 2px solid #2FB6C7;;
	padding-bottom: 12px;
}

/** #consulting_03 **/
#consulting_03 {
	padding-top: 0;
}

.consulting-price-list dl > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 30px;
	border-bottom: 1px dotted #bbb;
	padding: 12px 0;
}

.consulting-price-list dt {
	font-weight: 700;
	line-height: 1.6;
}

.consulting-price-list dd {
	min-width: 180px;
	font-weight: 700;
	line-height: 1.6;
	text-align: right;
}

.ttl-border-s {
    border-left: 5px solid #2FB6C7;
    line-height: 1.4;
    padding: 5px 0 5px 15px;
}

.consulting-note {
	line-height: 1.8;
}

/** #consulting_04 **/
#consulting_04 .link-btn {
	margin-left: auto;
	margin-right: auto;
}

/** footer **/
.consulting .site-footer {
	background: #F5F5EE;
}

@media(max-width:991px){
	
	#consulting_01 > .container-L > p {
		font-size: 18px;
	}
	.consulting-card {
		padding: 35px 30px;
	}
	.consulting-lead .consulting-img-placeholder,
	.consulting-card .consulting-img-placeholder {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.consulting-lead-txt,
	.consulting-service-txt {
		width: 100%;
	}
}

@media(max-width:767px){
	#consulting_01 h2 {
		font-size: 20px;
	}
	#consulting_01 h2 .txt-52 {
		font-size: 28px;
	}
	#consulting_01 h3 {
		font-size: 22px;
	}
	.consulting-card {
		padding: 25px 20px;
		border-radius: 10px;
	}
	.consulting-price-list dl > div {
		display: block;
	}
	.consulting-price-list dd {
		min-width: 0;
		text-align: left;
		font-size: 16px;
	}
	#consulting_04 p {
		text-align: left;
		font-size: 16px;
	}
	#consulting_04 p br {
		display: none;
	}
}


/************************************************************
セミナー
************************************************************/

.seminar .page-header {
	background-image: url(../images/seminar-header.webp);
	background-position: 50% 100%;
}

/** #seminar_01 **/
#seminar_01 .flex-between {
	row-gap: 30px;
}

/** #seminar_02 **/
.seminar-heading {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.seminar-box {
	border-radius: 20px;
}

.seminar-list {
	row-gap: 18px;
}

.seminar-list li {
	width: 48%;
	padding-left: 1.7em;
	position: relative;
}

.seminar-list li:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/check.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0.35em;
	
}

.seminar-info div {
	display: flex;
	border-bottom: 1px dotted #bbb;
	padding: 12px 0;
}

.seminar-info div:first-child {
	border-top: 1px dotted #bbb;
}

.seminar-info dt {
	width: 160px;
	font-weight: 700;
	line-height: 1.7;
}

.seminar-info dd {
	width: calc(100% - 160px);
	font-weight: 500;
	line-height: 1.7;
}

/** #seminar_03 **/
#seminar_03 .link-btn {
	margin-left: auto;
	margin-right: auto;
}

/** footer **/
.seminar .site-footer {
	background: #F5F5EE;
}

@media(max-width:991px){
	#seminar_01 > .container-L > p {
		font-size: 18px;
	}
	.seminar-lead-img,
	.seminar-lead-txt {
		width: 100%;
	}
	.seminar-lead-img {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.seminar-list li {
		width: 100%;
	}
	.seminar-list li:before {
		width: 20px;
		height: 20px;
	}
}

@media(max-width:767px){
	#seminar_01 h2 {
		font-size: 20px;
	}
	#seminar_01 .txt-52 {
    font-size: 30px;
  }
	#seminar_01 h3 {
		font-size: 22px;
	}
	.seminar-heading h2 {
		font-size: 28px;
	}
	.seminar-info div {
		display: block;
	}
	.seminar-info dt,
	.seminar-info dd {
		width: 100%;
	}
	.seminar-info dt {
		margin-bottom: 5px;
	}
	#seminar_03 p {
		text-align: left;
		font-size: 16px;
	}
}


/************************************************************
測定サービス
************************************************************/

.measure .page-header {
	background-image: url(../images/measure-header.webp);
	background-position: 50% 50%;
}

/** #measure_01 **/
.measure-list {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	row-gap: 40px;
}

.measure-list li {
	width: 47%;
	padding: 40px 35px;
	border: 3px solid #2FB6C7;
  border-radius: 14px;
	background: #fff;
}

.measure-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #eee;
}

.measure-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#measure_02 .link-btn {
	margin-left: auto;
	margin-right: auto;
}



@media(max-width:991px){
	#measure_01 > .container-L > p {
		font-size: 18px;
	}
	.measure-list {
		max-width: 620px;
	}
	.measure-list li {
		width: 100%;
	}
}

@media(max-width:767px){
	#measure_01 h2 {
		font-size: 24px;
		text-align: left;
	}
	#measure_01 h2 .txt-50 {
		font-size:30px
	}
	.measure-list li {
		padding: 25px 20px;
	}
	#measure_01 > .container-L > p {
		text-align: left;
		font-size: 16px;
	}
	#measure_01 > .container-L > p br {
		display: none;
	}
	#measure_02 p {
		text-align: left;
	}
	#measure_02 p br {
		display: none;
	}
}


/************************************************************
Q&A
************************************************************/

.faq .page-header {
	background-image: url(../images/faq-header.webp);
	
}

/* ===== FAQ レイアウトのベース ===== */

.faq-list li {
	padding: 23px 0;
	border-bottom: 1px dashed #ccc;
}
.faq-list li:first-child {
	border-top: 1px dashed #ccc;
}

.faq-toggle {
  width: 100%;
  text-align: left;
  display: block;
  padding: 16px 50px 16px 90px; /* 左にアイコン分の余白 */
  cursor: pointer;
  font-size: 24px;
	font-weight: 700;
  line-height: 1.7;
  position: relative;
}


/* Qアイコン（左の丸） */
.faq-toggle::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #0091d4;
  color: #fff;
  font-size: 32px;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 右端の開閉矢印 */
.faq-toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #64B4C3;
  border-right: 3px solid #64B4C3;
  transform: translateY(-50%) rotate(135deg); /* ▼風 */
  transition: transform .2s ease;
}

/* open時（▲風に反転） */
.faq-item.open .faq-toggle::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* ===== A部分（薄い水色のボックス） ===== */
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.faq-a__inner {
  position: relative;
  margin-top: 8px;
  padding: 30px 24px 30px 90px; /* 左にAアイコン分の余白 */
  background: #F0F7F8;
  border-radius: 12px;
  color: #333;
  line-height: 1.7;
  font-size: 18px;
	font-weight: 500;
}
.bg-bgry .faq-a__inner {
	background: #fff;
}

/* Aアイコン */
.faq-a__inner::before {
  content: "A";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #B71A36;
  color: #fff;
  font-size: 32px;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

#reform-faq {
	background-color: #DDF2F6;
}

.maker-hp-link-ttl span {
	background: #F0F7F8;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.maker-hp-link-ttl {
	position: relative;
}
.maker-hp-link-ttl:before {
	content: "";
	display: block;
	width: 100%;
	border-top: 1px solid #3B8491;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.maker-hp-link-logo {
	max-width: 210px;
}

.maker-hp-link {
	row-gap: 20px;
}

.maker-links a {
	display: inline-block;
	position: relative;
	padding-left: 26px;
}
.maker-links a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/arrow_01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 4px;
	left: 0;
}
.maker-links {
	row-gap: 10px;
}

/** footer **/
.faq .site-footer {
	background: #F5F5EE;
}

@media(max-width:767px){
	.faq-list li {
		padding: 10px 0;
	}
	.faq-toggle {
  	padding: 10px 33px 10px 60px; /* 左にアイコン分の余白 */
  	font-size: 18px;
		line-height: 1.5;
	}
	.faq-toggle::before {
  	left: 10px;
  	width: 40px;
  	height: 40px;
  	font-size: 24px;
	}
	.faq-toggle::after {
  	right: 10px;
	}
	.faq-a__inner {
  	padding: 20px 15px 20px 60px; /* 左にAアイコン分の余白 */
  	border-radius: 12px;
  	font-size: 15px;
	}
	.faq-a__inner::before {
  	left: 10px;
  	top: 10px;
  	width: 40px;
  	height: 40px;
  	font-size: 24px;
	}
}

@media(max-width:500px){
	.maker-hp-link {
		flex-direction: column;
		align-items: center;
	}
	.maker-hp-link .per-25 {
		width: auto;
	}
}


/************************************************************
製品サポート
************************************************************/

.support .page-header {
	background-image: url(../images/support-header.webp);
}

.support-box {
	padding: 40px 50px;
	border-radius: 14px;
}

.support-list li {
	padding-left: 1.2em;
	position: relative;
	line-height: 1.8;
}

.support-list li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.support-box a {
	text-decoration: underline;
	color: #2FB6C7!important;
	font-weight: 500;
}

.support-price-list {
	max-width: 620px;
}

.support-price-list div {
	display: flex;
	column-gap: 30px;
	line-height: 1.8;
}

.support-price-list dt {
	width: 140px;
	font-weight: 700;
}

.support-price-list dd {
	width: calc(100% - 140px);
}


@media(max-width:991px){
	#support_01 p {
		font-size: 18px;
	}
	.support-box {
		padding: 30px 25px;
	}
}

@media(max-width:767px){
	#support_01 p {
		text-align: left;
		font-size: 16px;
	}
	#support_01 p br {
		display: none;
	}
	.support-block h2 {
		font-size: 22px;
	}
	.support-block h2 .txt-16 {
		display: block;
		margin-top: 5px;
	}
	.support-box {
		padding: 25px 20px;
	}
	.support-price-list div {
		display: block;
	}
	.support-price-list dt,
	.support-price-list dd {
		width: 100%;
	}
	.support-price-text {
		word-break: break-all;
	}
}


/************************************************************
会社概要
************************************************************/

.company .page-header {
	background-image: url(../images/company-header.webp);
	background-position: 50% 50%;
}

.company-box {
	padding: 30px 50px;
	border-radius: 14px;
	background: #F7F7F7;
}

.company-table div,
.company-history div {
	display: flex;
	border-bottom: 1px dotted #bbb;
	padding: 14px 0;
}

.company-table div:last-child,
.company-history div:last-child {
	border-bottom: none;
}

.company-table dt,
.company-history dt {
	width: 180px;
	font-weight: 700;
	line-height: 1.8;
}

.company-table dd,
.company-history dd {
	width: calc(100% - 180px);
	line-height: 1.8;
}

.company-list li {
	padding: 14px 0 14px 1.2em;
	border-bottom: 1px dotted #bbb;
	line-height: 1.8;
	position: relative;
}

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

.company-list li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 14px;
}

.ggmap {
	width: 100%;
	aspect-ratio: 5 / 2;
}
.ggmap iframe {
	width: 100%;
  height: 100%;
  display: block;
}

#map {
	scroll-margin-top: 100px;
}

/** footer **/
.company .site-footer {
	background: #F5F5EE;
}


@media(max-width:991px){
	.company-box {
		padding: 30px 25px;
	}
}

@media(max-width:767px){
	.company-block h2 {
		font-size: 22px;
	}
	.company-box {
		padding: 25px 20px;
	}
	.company-table div,
	.company-history div {
		display: block;
	}
	.company-table dt,
	.company-table dd,
	.company-history dt,
	.company-history dd {
		width: 100%;
	}
	.company-table dt,
	.company-history dt {
		margin-bottom: 5px;
	}
}


/************************************************************
代表メッセージ
************************************************************/

.message .page-header {
	background-image: url(../images/message-header.webp);
	background-position: 50% 45%;
}

.message-content:after {
	content: "";
	display: block;
	clear: both;
}

.message-photo {
	float: left;
	width: 30%;
	max-width: 310px;
	margin: 0 7% 35px 0;
}

.message-photo img {
	width: 100%;
	height: auto;
}

.message-content h2 {
	padding-top: 40px;
}

.message-content p + p {
	margin-top: 28px;
}

.message-sign {
	text-align: right;
}

.message .site-footer {
	background: #F5F5EE;
}

@media(max-width:991px){
	.message-photo {
		width: 36%;
		max-width: 300px;
		margin-right: 5%;
		margin-bottom: 25px;
	}
	.message-content h2 {
		font-size: 28px;
		padding-top: 20px;
	}
}

@media(max-width:767px){
	.message-photo {
		float: none;
		width: 80%;
		max-width: 280px;
		margin: 0 auto 30px;
	}
	.message-content h2 {
		font-size: 22px;
		padding-top: 0;
	}
	.message-content {
		font-size: 16px;
	}
	.message-content p + p {
		margin-top: 20px;
	}
	.message-sign {
		text-align: left;
	}
}


/************************************************************
活用事例
************************************************************/
.example .page-header {
	background-image: url(../images/example-header.webp);
}

.example-list {
	column-gap: 2%;
	row-gap: 30px;
}
.example-list li {
	width: 32%;
}

/** footer **/
.example .site-footer {
	background: #F5F5EE;
}

@media(max-width: 767px){
	.example-list li {
		width: 49%;
	}
}


/************************************************************
ダウンロード
************************************************************/
.downloads .page-header {
	background-image: url(../images/downloads-header.webp);
}

.gl-dl-list li {
	border-bottom: dotted 2px #ddd;
	padding: 10px 20px;
}
.gl-dl-list li:first-child {
	border-top: dotted 2px #ddd;
}

.gl-dl-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	column-gap: 40px;
	transition: .3s;
}

.gl-dl-name-wrapper {
	flex: 1;
	transition: .3s;
}

.gl-dl-icon-box {
	display: block;
	width: 40px;
	aspect-ratio: 1 / 1;
}
.gl-dl-icon-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.downloads .site-footer {
	background: #F5F5EE;
}

@media(min-width: 768px){
	.gl-dl-link:hover {
		opacity: 0.7;
	}
	.gl-dl-link:hover .gl-dl-name-wrapper {
		transform: translateX(6px);
	}
}

@media(max-width: 767px){
	.gl-dl-link {
		column-gap: 20px;
	}
	.gl-dl-list li {
		padding: 0 10px;
	}
}



/* ==========================================================================
   特定商取引法表記テーブル（.legal-table）のスタイル
   ========================================================================== */

/* テーブル全体の基本設定 */
.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    border-top: 2px solid #64B4C3; /* 一番上の境界線を少し太くして引き締める */
    border-bottom: 2px solid #64B4C3; /* 一番下の境界線 */
}

/* 各行の共通設定 */
.legal-table tr {
    border-bottom: 1px solid #e0e0e0; /* 行間の区切り線 */
}

/* 左側：見出しセル（th）の設定 */
.legal-table th {
    width: 30%; /* PC表示時の見出しの幅 */
    padding: 20px;
    background-color: #f9f9f9; /* ほんのりグレーにして視認性をアップ */
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    white-space: nowrap; /* 文字の不自然な改行を防ぐ */
}

/* 右側：データセル（td）の設定 */
.legal-table td {
    width: 70%; /* PC表示時のデータの幅 */
    padding: 20px;
    text-align: left;
    vertical-align: top;
}

/* リンク（URLやメールアドレスなど）のカラー */
.legal-table td a {
    color: #005bac;
    text-decoration: none;
}

.legal-table td a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   スマートフォン表示（レスポンシブ設定：画面幅768px以下）
   ========================================================================== */
@media (max-width: 768px) {
    /* テーブルの要素をすべてブロック要素にして縦並びにする */
    .legal-table,
    .legal-table tbody,
    .legal-table tr,
    .legal-table th,
    .legal-table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    /* 行ごとの外枠を調整 */
    .legal-table tr {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

    /* スマホ時の見出し（th）の調整 */
    .legal-table th {
        padding: 8px 15px 4px 15px;
        background-color: transparent; /* 背景色を透過にしてスッキリさせる */
        color: #111;
        font-size: 14px;
    }

    /* スマホ時のデータ（td）の調整 */
    .legal-table td {
        padding: 2px 15px 10px 15px;
        font-size: 15px;
    }
}

/* ==========================================================================
   プライバシーポリシー専用スタイル
   ========================================================================== */
        .kaicorp-privacy {
            max-width: 860px;
            margin: 60px auto;
            padding: 0 20px;
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
            line-height: 1.8;
            color: #333;
        }
        .kaicorp-privacy h1 {
            font-size: 26px;
            text-align: center;
            color: #111;
            margin-bottom: 40px;
            letter-spacing: 0.05em;
        }
        .kaicorp-privacy h2 {
            font-size: 18px;
            color: #111;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 8px;
            border-bottom: 2px solid #333;
        }
        .kaicorp-privacy p {
            margin-bottom: 20px;
            text-align: justify;
            font-size: 15px;
        }
        .kaicorp-privacy .lead-text {
            font-size: 15px;
            margin-bottom: 40px;
        }
        /* 条項リスト */
        .kaicorp-privacy .policy-list {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 40px;
        }
        .kaicorp-privacy .policy-list > li {
            margin-bottom: 30px;
        }
        .kaicorp-privacy .policy-list h3 {
            font-size: 16px;
            color: #111;
            margin-top: 0;
            margin-bottom: 10px;
            font-weight: bold;
        }
        /* ネストされた箇条書き */
        .kaicorp-privacy ul {
            padding-left: 20px;
            margin: 10px 0;
        }
        .kaicorp-privacy ul li {
            margin-bottom: 5px;
            font-size: 15px;
        }
        /* お問い合わせ窓口のボックス */
        .kaicorp-privacy .contact-info-box {
            background-color: #f9f9f9;
            border: 1px solid #e0e0e0;
            padding: 30px;
            margin-top: 20px;
            border-radius: 4px;
        }
        .kaicorp-privacy .contact-info-box p {
            margin-bottom: 10px;
        }
        .kaicorp-privacy .contact-info-box p:last-child {
            margin-bottom: 0;
        }
        /* レスポンシブ */
        @media (max-width: 768px) {
            .kaicorp-privacy {
                margin: 40px auto;
            }
            .kaicorp-privacy h1 {
                font-size: 22px;
                margin-bottom: 30px;
            }
            .kaicorp-privacy h2 {
                font-size: 16px;
            }
            .kaicorp-privacy .contact-info-box {
                padding: 20px;
            }
        }
	

/** footer **/
.privacy-policy .site-footer, .legal-notice .site-footer {
	background: #F5F5EE;
}


/************************************************************
知的財産
************************************************************/
.list-style li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 7px 10px;
	border-bottom: 1px dotted #ddd;
}
.list-style li:last-child {
	border-bottom: none;
}
.list-style li.list-head {
	border-bottom: 1px solid #666;
	font-weight: 700;
}
.item-col {
	width: 30%;
}
.cont-col {
	width: 67%;
}

.intellectual-property .site-footer {
	background: #F5F5EE;
}