﻿/* ------------------------------
     共通
------------------------------ */
.block-pages.block-about-top .mainframe_ { margin-top: 0; }
.block-breadcrumb-wrap {
    margin-bottom: -40px !important;
}
.block-no-width {
    width: auto;
    max-width: none;
    margin: 0;
}
.block-no-width .block-about-inner {
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 50px);
}
.block-about-sec sup {
    font-size: 0.7em;
    vertical-align: super;
    line-height: 1;
}
@media (min-width: 730px) {
    .sp-only {
        display: none;
    }
}
@media (max-width: 729px) {
    .pc-only {
        display: none;
    }
}
.font-Objektiv {
    font-family: 'Objektiv Mk3 Trial', sans-serif;
}
/* アコーディオン */
.is-aco-wrap .js-aco-btn {
	cursor: pointer;
}
.is-aco-wrap .js-aco-detail {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s, padding 0.4s, opacity 0.4s;
    overflow: hidden;

}
.is-aco-wrap.is-open>.js-aco-detail {
    opacity: 1;
    visibility: visible;
    max-height: none;

}
/* MV */
.mv-top-inner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vh;
    max-height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.mv-top-inner .mv-ttl {
    font-size: 36px;
    letter-spacing: 0.2em;
    color: #595959;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 1050px) {
    .mv-top-inner .mv-ttl {
        font-size: clamp(15px, 5.2vw, 36px);
    }
    .mv-top-inner {
        background-size: 200%;
    }
}
@media (max-width: 650px) and (max-height: 1200px) {
    .mv-top-inner {
        max-height: 210px;
        background-size: 180%;
    }
}
/* movie */
.block-about-movie video,
.block-about-movie iframe {
    width: 100%;
}
/* btn */
.block-about-sec:last-child {
    margin-bottom: 140px;
}
.block-about-sec+.block-about-btn {
    margin-top: 100px;
}
.block-about-btn {
    margin-bottom: 140px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.block-about-btn .about-btn {
    display: block;
    width: 90%;
    max-width: 360px;
    background: linear-gradient(45deg, #9EB9D8 0%, #B2C7E0 80%);
    color: white;
    padding: 18px 5px;
    transition: .3s;
}
.block-about-btn .about-btn+.about-btn {
    margin-left: 20px;
}
.block-about-btn .about-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}
@media (max-width: 1050px) {
    .block-about-btn {
        margin-bottom: 20px;
    }
    .block-about-sec+.block-about-btn {
        margin-top: 40px;
    }
}
@media (max-width: 729px) {
	.block-about-btn {
		flex-direction: column;
	}
	.block-about-btn .about-btn {
	    width: 100%;
	    max-width: auto;
	}
	.block-about-btn .about-btn+.about-btn {
	    margin: 10px 0 0 0 ;
	}
}
/* ------------------------------
    トップ
------------------------------ */
.block-about-top .block-about-sec {
    margin-top: 140px;
}
.block-about-top .block-breadcrumb-wrap {
    display: none;
}
.block-about-top .block-about-sec .is-main-ttl {
    font-size: 46px;
    margin-bottom: 60px;
    line-height: 2;
}
.block-about-top .block-about-sec .is-main-ttl .font-Objektiv {
    font-weight: 300;
}
.block-about-top .block-about-sec .is-main-ttl .font-s {
    font-size: 16px;
    display: block;
}
@media (max-width: 1050px) {
	.block-about-top .block-about-sec {
	    margin-top: 70px;
	}
	.block-about-top .block-about-sec .is-main-ttl {
	    font-size: clamp(15px,6.2vw,36px);
	    margin-bottom: 30px;
	}
}
/* MV */
.block-about-top .page-mv-top {
    position: relative;
}
.block-about-top .page-mv-top {
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 1;
}
.block-about-top .page-mv-top .mv-top-inner {
    height: 55vh;
    max-height: 625px;
    background-position: center 10%;
    justify-content: normal;
    width: calc(100% - 50px);
    max-width: 1200px;
    margin: auto;
}
.block-about-top .page-mv-top .block-about-menu li+li {
    margin-top: 10px;
}
.block-about-top .page-mv-top .block-about-menu li.ankor a {
    background-color: white;
    color: #595959;
}
.block-about-top .page-mv-top .block-about-menu li.link a {
    background: rgb(158, 185, 216);
    background: -moz-linear-gradient(45deg, #9EB9D8 0%, #B2C7E0 80%);
    background: -webkit-linear-gradient(45deg, #9EB9D8 0%, #B2C7E0 80%);
    background: linear-gradient(45deg, #9EB9D8 0%, #B2C7E0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb9d8", endColorstr="#b2c7e0", GradientType=1);
    color: white;
}
.block-about-top .page-mv-top .block-about-menu li a {
    display: block;
    padding: 14px 55px 14px 14px;
    position: relative;
}
.block-about-top .page-mv-top .block-about-menu li a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.block-about-top .page-mv-top .block-about-menu li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    border-bottom: 1px solid;
    border-right: 1px solid;
    z-index: 14;
}
.block-about-top .page-mv-top .block-about-menu li.link a::after {
    border-color: white;
    transform: rotate(-45deg);
}
.block-about-top .page-mv-top .block-about-menu li.ankor a::after {
    border-color: #595959;
    transform: rotate(45deg);
}
.block-about-top .page-mv-top .mv-top-inner .mv-ttl {
    font-size: 46px;
    line-height: 1.8;
    text-align: center;
}
.block-about-top .page-mv-top .mv-top-inner .mv-ttl .font-Objektiv {
    letter-spacing: 0.11em;
    font-weight: 300;
}
.block-about-top .page-mv-top .mv-top-inner .mv-ttl span.font-s {
    font-size: 14px;
    display: block;
}
@media (min-width: 851px) {
	.block-about-top .page-mv-top::after {
		position: absolute;
		z-index: -10;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		margin: auto;
		content: "";
		background-position: center 10%;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url(../../../../../naturaglace/img/usr/pages/about/mv_2601.jpg?260130v8);
	}
	.block-about-top .page-mv-top::before {
		position: absolute;
		z-index: -10;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		content: "";
		/* background: radial-gradient(at 0 10%, #eeedf5 0%,#eeedf5 40%, #e9edf9 60%, #e7ebf7 70%, #e4e8f1 90%); */
		background: radial-gradient(at 0 10%, #eeedf5 0%,#eeedf5 40%, #e9edf9 60%, #e9edf9 70%, #e5e9f5 90%);
	}
}
/* リード文 */
.block-about-top .block-about-read {
    text-align: center;
    color: #595959;
}
.block-about-top .block-about-read .is-text {
    line-height: 3;
    font-size: 16px;
}
.block-about-top .block-about-read .is-attention {
    text-align: right;
    font-size: 12px;
    margin-top: 15px;
}
@media (min-width: 851px) {
	.block-about-top .page-mv-top {
	    height: 65vh;
	}
	.block-about-top .page-mv-top .block-about-menu {
	    position: absolute;
	    right: 0;
	    top: 55px;
	}
}
@media (max-width: 850px) {
	.block-about-top .page-mv-top .mv-top-inner .mv-ttl {
	    font-size: clamp(15px, 6.5vw, 36px);
	    margin-left: 30px;
	}
	.block-about-top .page-mv-top .mv-top-inner .mv-ttl span.font-s {
	    font-size: 0.4em;
	}
	.block-about-top .page-mv-top .mv-top-inner {
		height: 35vh;
		max-height: 290px;
		background-position: right 0;
		background-size: auto 100%;
		background-color: #eeedf5;
		margin: 0;
		height: 35vh;
		max-height: 290px;
		background-image: url(../../../../../naturaglace/img/usr/pages/about/mv_sp_2601.jpg?260130v6);
		width: auto;
	}
	.block-about-top .page-mv-top .block-about-menu {
		background-color: white;
		padding-top: 20px;
	}
	.block-about-top .page-mv-top .block-about-menu .menu-inner {
		width: calc(100% - 50px);
		max-width: 1200px;
		margin: 0 auto;
	}
	.block-about-top .page-mv-top .block-about-menu li {
		text-align: center;
	}
	.block-about-top .page-mv-top .block-about-menu li.ankor a {
	    border: 1px solid #EBEBEB;
	}
	.block-about-top .block-about-read .is-text {
	    line-height: 2.5;
	    font-size: clamp(10px,3.4vw,14px);
	    letter-spacing: -0.05em;
	}
	.block-about-top .block-about-read .is-attention {
	    font-size: 10px;
	}
}
/* ブランドについて */
.block-about-top .block-about-brand {
    background: rgba(237, 244, 252, 1);
    padding: 8em 10px;
}
.block-about-top .block-about-brand .is-main-ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 27px;
}
.block-about-top .block-about-brand .is-main-ttl .is-logo img {
    margin: auto;
}
.block-about-top .block-about-brand .is-main-ttl .is-logo {
    text-align: center;
    display: block;
    margin: 60px auto 0;
    max-width: 240px;
    position: relative;
    padding-bottom: 15px;
}
.block-about-top .block-about-brand .about-brand-setsumei {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.block-about-top .block-about-brand .about-brand-setsumei .is-brand {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.block-about-top .block-about-brand .about-brand-setsumei .img-block {
    mix-blend-mode: multiply;
    width: 80%;
    margin: 0 auto 30px;
}
.block-about-top .block-about-brand .about-brand-setsumei .img-block img {
    margin: auto;
}
.block-about-top .block-about-brand .about-brand-setsumei .is-ttl {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    color: #C6A867;
}
.block-about-top .block-about-brand .about-brand-setsumei .is-text {
    line-height: 1.8;
    text-align: center;
}
.block-about-top .block-about-brand .about-brand-setsumei .is-text .is-attention {
    display: block;
    font-size: 12px;
    margin-top: 20px;
}
@media (max-width: 850px) {
	.block-about-top .block-about-brand {
	    padding: 3em 10px;
	}
	.block-about-top .block-about-brand.block-no-width .block-about-inner {
		width: auto
	}
	.block-about-top .block-about-brand .is-main-ttl {
	    font-size: clamp(15px,5vw,26px);
	    margin-bottom: 30px;
	}
	.block-about-top .block-about-brand .is-main-ttl .is-logo {
	    margin: 30px auto 0;
	    width: 50%;
	}
	.block-about-top .block-about-brand .about-brand-setsumei .is-brand {
		padding: 0 0.7em;
	}
	.block-about-top .block-about-brand .about-brand-setsumei .is-ttl {
	    font-size: clamp(12px,3.5vw,18px);
	    margin-bottom: 15px;
	}
	.block-about-top .block-about-brand .about-brand-setsumei .is-text {
	    font-size: clamp(10px, 3.4vw, 14px);
	    letter-spacing: -0.05em;
	    text-align: left;
	}
}
.block-about-top .block-about-brand .about-brand-setsumei::before,
.block-about-top .block-about-brand .about-brand-setsumei::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: clamp(10px,5vw,30px);
    height: clamp(1px,0.5vw,4px);
    background-color: #C6A867;
}
.block-about-top .block-about-brand .about-brand-setsumei::after {
    transform:rotate(90deg)
}
@media (max-width: 490px){
    .block-about-top .block-about-brand .about-brand-setsumei::before,
    .block-about-top .block-about-brand .about-brand-setsumei::after {
        top: 10px;
    }
}
/* コンセプト */
.block-about-top .block-about-concept {
    text-align: center;
    font-size: 16px;
    line-height: 2;
}
.block-about-top .block-about-concept .is-read {
    margin-bottom: 60px;
}
.block-about-top .block-about-concept .block-about-concept-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.block-about-top .block-about-concept .block-about-concept-list li {
    width: calc((100% - 5%) / 2);
}
.block-about-top .block-about-concept .block-about-concept-list .img-block {
    position: relative;
    margin-bottom: 35px;
}
.block-about-top .block-about-concept .block-about-concept-list .img-block .concept-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 15%);
    color: white;
    font-size: 24px;
    font-weight: 500;
}
.block-about-top .block-about-concept .block-about-concept-list .img-block img {
    width: 100%;
}
@media (min-width: 730px) {
	.block-about-top .block-about-concept .is-main-ttl {
		font-size: 36px;
		margin-bottom: 40px;
	}
}
@media (max-width: 729px) {
    .block-about-top .block-about-concept .is-read {
        font-size: clamp(10px, 3.8vw, 14px);
        margin-bottom: 30px;
    }
    .block-about-top .block-about-concept .block-about-concept-list {
        display: block;
    }
    .block-about-top .block-about-concept .block-about-concept-list li {
        width: auto;
    }
    .block-about-top .block-about-concept .block-about-concept-list li + li {
        margin-top: 30px;
    }
    .block-about-top .block-about-concept .block-about-concept-list .img-block {
        margin-bottom: 20px;
    }
    .block-about-top .block-about-concept .block-about-concept-list .img-block .concept-text {
        font-size: 14px;
    }
    .block-about-top .block-about-concept .block-about-concept-list .is-text {
        font-size: clamp(10px, 3.8vw, 14px);
    }
}
/* パッケージ */
@media (min-width: 851px) {
	.block-about-top .block-about-package {
		overflow: hidden;
	}
	.block-about-top .block-about-package .img-block {
		width: 55%;
		float: left;
		margin-top: 40px;
	}
	.block-about-top .block-about-package .img-block img {
		width: 100%;
	}
	.block-about-top .block-about-package > *:not(.img-block) {
	    float: left;
    	width: 50%;
	    margin-left: -5%;
	}
	.block-about-top .block-about-package .is-main-ttl {
	    margin-bottom: 50px;
	}
	.block-about-top .block-about-package .is-read {
    	line-height: 2.6;
	}
}
@media (max-width: 850px) {
	.block-about-top .block-about-package {
	    display: flex;
		flex-direction: column;
	}
	.block-about-top .block-about-package .img-block {
		order: 1;
	    margin-bottom: 30px;
	}
	.block-about-top .block-about-package .is-main-ttl {
	    order: 0;
		text-align: center;
	}
	.block-about-top .block-about-package .is-read {
    	order: 2;
    	line-height: 2;
    	width: 90%;
    	margin-left: auto;
    	margin-right: auto;
	}
}
/* ヒストリー */
.block-about-top .block-about-history {
    background-color: #EDF4FC;
    padding: 5em 20px 8em;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-detail .font-s {
    font-size: 16px;
}
.block-about-top .block-about-history .is-main-ttl {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6;
}
.block-about-top .block-about-history .about-history-wrap .is-history {
    display: flex;
    position: relative;
}
.block-about-top .block-about-history .about-history-wrap .is-history::before {
    content: "";
    width: 1px;
    height: calc(100% - 15px);
    position: absolute;
    bottom: -35px;
    left: 50px;
    background-color: #93B3D6;
}
.block-about-top .block-about-history .about-history-wrap .is-history+.is-history {
    margin-top: 40px;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-year {
    font-size: 40px;
    color: #93B3D6;
    margin-right: 5%;
    line-height: 1;
    width: 70px;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-detail {
    line-height: 2;
    font-size: 18px;
    width: calc(100% - 70px);
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-detail .font-w {
    font-weight: bold;
}
.block-about-top .block-about-history .about-history-wrap .is-history .img-block {
    max-width: 150px;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-flex {
    display: flex;
    flex-wrap: wrap;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-detail .is-flex .font-s {
    max-width: calc(100% - 174px);
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-detail:not(.is-aco-wrap) .main-text+* {
    margin-top: 20px;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-flex .img-block {
    margin-right: 24px;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-aco-wrap .js-aco-btn {
  position: relative;
  padding-right: 15px;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-aco-wrap .js-aco-btn::before,
.block-about-top .block-about-history .about-history-wrap .is-history .is-aco-wrap .js-aco-btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #595959;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .2s ease;
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-aco-wrap .js-aco-btn::after {
  transform: rotate(90deg);
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-aco-wrap.is-open .js-aco-btn::after {
  transform: rotate(180deg);
}
.block-about-top .block-about-history .about-history-wrap .is-history .is-aco-wrap .js-aco-detail {
  padding-top: 20px;
}
@media (max-width: 850px) {
    .block-about-top .block-about-history {
        padding: 3em 20px 6em;
    }
	.block-about-top .block-about-history .about-history-wrap .is-history .is-detail .font-s {
	    font-size: 14px;
	}
    .block-about-top .block-about-history .about-history-wrap .is-history {
        flex-direction: column;
    }
    .block-about-top .block-about-history .about-history-wrap .is-history .is-detail {
        padding-left: 40px;
	    font-size: 16px;
        width: auto;
    }
    .block-about-top .block-about-history .about-history-wrap .is-history::before {
        left: 14px;
        height: calc(100% - 15px);
        bottom: -23px;
    }
    .block-about-top .block-about-history .about-history-wrap .is-history .is-year {
        font-size: 26px;
        margin: 0 0 5px 0;
    }
    .block-about-top .block-about-history.block-no-width .block-about-inner {
        width: auto;
    }
}
/* 環境活動 */
.block-about-top .block-about-activity .is-main-ttl {
    text-align: center;
}
.block-about-top .block-about-activity .is-read {
    text-align: center;
    line-height: 3;
    font-size: 16px;
}
.block-about-top .about-activity-wrap {
    margin-top: 60px;
}
.block-about-top .about-activity-wrap .is-activity {
    background-color: #F8F8F8;
    padding: 1.5em 0;
}
.block-about-top .about-activity-wrap .is-activity+.is-activity {
    margin-top: 15px;
}
.block-about-top .about-activity-wrap .is-activity .is-ttl {
    text-align: center;
    font-size: 20px;
    position: relative;
    line-height: 1.5;
    padding: 0 50px 0 20px;
}
.block-about-top .about-activity-wrap .is-aco-wrap .js-aco-detail {
    padding: 0 20px;
}
.block-about-top .about-activity-wrap .is-aco-wrap.is-open>.js-aco-detail {
    padding: 20px;

}
.block-about-top .about-activity-wrap .is-activity .is-ttl::before,
.block-about-top .about-activity-wrap .is-activity .is-ttl::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #595959;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s ease;
}
.block-about-top .about-activity-wrap .is-activity .is-ttl::after {
    transform: rotate(90deg);
}
.block-about-top .about-activity-wrap .is-activity.is-open .is-ttl::after {
    transform: rotate(180deg);
}
.block-about-top .about-activity-wrap .is-activity .is-inner-aco {
    background-color: white;
    padding: 1.5em;
    margin-top: 20px;
}
.block-about-top .about-activity-wrap .is-activity .is-inner-aco .js-aco-btn {
    font-weight: bold;
    font-size: 15px;
    position: relative;
}
.block-about-top .about-activity-wrap .is-activity .is-inner-aco .js-aco-btn::before,
.block-about-top .about-activity-wrap .is-activity .is-inner-aco .js-aco-btn::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #595959;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s ease;
}
.block-about-top .about-activity-wrap .is-activity .is-inner-aco .js-aco-btn::after {
    transform: rotate(90deg);
}
.block-about-top .about-activity-wrap .is-activity .is-inner-aco.is-open .js-aco-btn::after {
    transform: rotate(180deg);
}
.block-about-top .about-activity-wrap .is-activity .is-text-dl {}
.block-about-top .about-activity-wrap .is-activity .is-text-dl .font-b {
    font-weight: bold;
    margin-bottom: 10px;
}
.block-about-top .about-activity-wrap .is-activity .is-text-dl .is-text+* {
    margin-top: 20px;
}
@media (max-width: 850px) {
	.block-about-top .block-about-activity {
		width: auto;	
	}
  .block-about-top .block-about-activity .is-read {
    text-align: justify;
    line-height: 2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .block-about-top .about-activity-wrap {
    margin-top: 30px;
  }
  .block-about-top .about-activity-wrap .is-activity+.is-activity {
    margin-top: 2px;
  }
  .block-about-top .about-activity-wrap .is-activity .is-ttl {
      font-size: clamp(12px,3.4vw,18px);
      padding: 0 6vw 0 3vw;
  }
  .block-about-top .about-activity-wrap .is-activity .is-inner-aco {
    padding: 13px 10px;
  }
  .block-about-top .about-activity-wrap .is-aco-wrap.is-open>.js-aco-detail {
	padding-top: 13px;
	padding-bottom: 0;
	}
}
/* ------------------------------
    こだわり
------------------------------ */
.block-kodawari-wrap .block-about-movie {
    margin-top: -80px;
}
@media (max-width: 1050px) {
    .block-kodawari-wrap .block-about-movie {
        margin-top: -3em;
    }
}
.block-about-kodawari .is-read {
    text-align: center;
    font-size: 28px;
    line-height: 1.8;
    color: #595959;
}
@media (min-width: 730px) {
    .block-about-kodawari {
        margin-top: 100px;
    }
}
@media (max-width: 729px) {
    .block-about-kodawari {
        margin-top: 40px;
    }
    .block-about-kodawari .is-read {
        font-size: clamp(14px, 4.7vw, 28px);
    }
}
.block-kodawari-detail .detail-item .is-detail .sub-ttl {
    font-size: 26px;
    margin-bottom: 53px;
    letter-spacing: 0.1em;
    color: #595959;
    line-height: 1.6;
}
.block-kodawari-detail .detail-item .is-detail .sub-ttl.is-num {
    display: flex;
    align-items: center;
}
.block-kodawari-detail .detail-item .is-detail .sub-ttl.is-num .ttl-txt {
    display: inline-block;
    margin-left: -40px;
}
.block-kodawari-detail .detail-item .is-detail .sub-ttl.is-num .num-img img {
    max-height: 100px;
}
.block-kodawari-detail .detail-item .img-block img {
    width: 100%;
}
@media (min-width: 1251px) {
    .block-kodawari-detail {
        margin-top: 70px;
    }
    .block-kodawari-detail .detail-item {
        display: flex;
        align-items: center;
        gap: 0;
    }
    .block-kodawari-detail .detail-item .img-block {
        width: 50%;
    }
    .block-kodawari-detail .detail-item .is-detail {
        width: 50%;
        max-width: 600px;
        padding: 0 2.5em;
        box-sizing: border-box;
    }
    .block-kodawari-detail .detail-item:nth-child(odd) .is-detail {
        margin-right: auto;
    }
    .block-kodawari-detail .detail-item:nth-child(even) .is-detail {
        margin-left: auto;
    }
    .block-kodawari-detail .detail-item:nth-child(even) .img-block {
        order: 1;
    }
    .block-kodawari-detail .detail-item .is-detail .is-text {
        line-height: 3;
    }
}
@media (max-width: 1250px) {
    .block-kodawari-detail {
        margin-top: 35px;
    }
    .block-kodawari-detail .detail-item+.detail-item {
        margin-top: 35px;
    }
    .block-kodawari-detail .detail-item .is-detail {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .block-kodawari-detail .detail-item .is-detail .sub-ttl {
        font-size: clamp(14px, 6vw, 26px);
        margin-bottom: 24px;
    }
    .block-kodawari-detail .detail-item .is-detail .sub-ttl.is-num .ttl-txt {
        margin-left: -10px;
        margin-top: 30px;
    }
    .block-kodawari-detail .detail-item .is-detail .is-text {
        line-height: 1.8;
    }
    .block-kodawari-detail .detail-item .is-detail .sub-ttl:not(.is-num) {
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width: 1250px) and (min-width: 730px) {
    .block-kodawari-detail .detail-item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .block-kodawari-detail .detail-item .img-block {
        width: 50%;
        margin: 0 auto 30px;
    }
}
@media (max-width: 729px) {
    .block-kodawari-detail .detail-item:not(:last-child) .img-block {
        width: calc(100% - 40px);
        margin-bottom: 30px
    }
    .block-kodawari-detail .detail-item:nth-child(odd) .img-block {
        margin-right: auto;
    }
    .block-kodawari-detail .detail-item:nth-child(even) .img-block {
        margin-left: auto;
    }
}
/* ------------------------------
    研究・開発基準
------------------------------ */
/* 共通 */
.block-kenkyu-wrap .block-about-sec {
    margin-top: 100px;
    color: #595959;
}
.block-kenkyu-wrap .block-about-sec .block-kenkyu-main-ttl {
    background-color: #F8F8F8;
    text-align: center;
    padding: 20px 5px;
    margin-bottom: 70px;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 20px;
    line-height: 1.6;
}
.block-kenkyu-wrap .block-about-sec .sub-ttl {
    font-size: 28px;
    line-height: 1.8;
    margin-bottom: 36px;
}
.block-kenkyu-wrap .block-about-sec .is-text {
    line-height: 2.5;
}
.block-kenkyu-wrap .block-about-sec [class*="sec0"] .font-w {
    font-size: 1.2em;
}
.block-kenkyu-wrap .block-about-sec .is-attention {
    margin-top: 20px;
    display: block;
    text-align: right;
    font-size: 12px;
}
.sec01-3-inner-contents .is-ttl,
.sec01-4-inner-contents .is-ttl {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
@media (min-width: 730px) {
    .block-kenkyu-wrap .block-about-sec [class*="sec0"]+[class*="sec0"] {
        margin-top: 70px;
        padding-top: 70px;
        border-top: 1px solid #E1E1E1;
    }
}
@media (max-width: 729px) {
    .block-kenkyu-wrap .block-about-sec [class*="sec0"]+[class*="sec0"] {
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid #E1E1E1;
    }
    .block-kenkyu-wrap .block-about-sec .is-attention { text-align: left; }
}
/* コンテンツ1 */
/* コンテンツ1-1 */
.block-kenkyu-wrap .sec01-1-list {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-top: 55px;
}
.block-kenkyu-wrap .sec01-1-list .is-item {
    background-color: #EDF4FC;
    width: calc((100% - 40px) / 3);
    max-width: 190px;
    aspect-ratio: 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.5;
}
/* コンテンツ1-3 */
.block-kenkyu-wrap .sec01-3-inner-contents {
    padding: 3em;
    margin-top: 70px;
}
.block-kenkyu-wrap .sec01-3-inner-contents .img-block {
    mix-blend-mode: multiply;
    width: 90%;
    margin: 30px auto;
    display: block;
}
@media (max-width: 729px) {
    .block-kenkyu-wrap .sec01-3-inner-contents {
        padding: 3em 1.5em;
        margin-top: 20px;
    }
    .block-kenkyu-wrap .block-about-sec .sec01-3-inner-contents .is-text {
        line-height: 2;
    }
}
/* コンテンツ1-4 */
.block-kenkyu-wrap .sec01-4-inner-contents {
    border: 1px solid #E1E1E1;
    padding: 3em;
    margin-top: 40px;
}
.block-kenkyu-wrap .sec01-4-inner-contents .sec01-4-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.block-kenkyu-wrap .sec01-4-inner-contents .sec01-4-list .is-item {
    width: calc((100% - 40px) / 3);
    background-color: #E4E7EB;
    text-align: center;
    padding: 20px 5px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-kenkyu-wrap .sec01-4-inner-contents .sec01-4-list .is-item::before {
    content: "";
    width: 95%;
    height: 1px;
    background-color: white;
    display: inline-block;
    transform: rotate(-7deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
@media (min-width: 730px) {
    .block-kenkyu-wrap .block-about-sec [class*="sec0"].is-center {
        text-align: center;
    }
}
@media (max-width: 729px) {
    .block-kenkyu-wrap .sec01-4-inner-contents {
        padding: 3em 1.5em;
        margin-top: 20px;
    }
    .block-kenkyu-wrap .sec01-4-inner-contents .sec01-4-list {
        gap: 5px;
    }
    .block-kenkyu-wrap .sec01-4-inner-contents .sec01-4-list .is-item {
        width: calc((100% - 15px) / 3);
        padding: 15px 0;
    }
    .block-kenkyu-wrap .sec01-4-inner-contents .sec01-4-list .is-item::before {
        transform: rotate(-26deg);
        width: 120%;
        left: -10px;
    }
    .block-kenkyu-wrap .block-about-sec {
        margin-top: 40px;
    }
    .block-kenkyu-wrap .block-about-sec .block-kenkyu-main-ttl {
        padding: 15px 5px;
        margin-bottom: 35px;
        font-size: clamp(12px,4.3vw,20px);
    }
    .block-kenkyu-wrap .block-about-sec .sub-ttl {
        font-size: clamp(14px,4.6vw,28px);
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .block-kenkyu-wrap .sec01-1-list {
        gap: 10px;
        margin-top: 30px;
    }
    .block-kenkyu-wrap .sec01-1-list .is-item {
        width: calc((100% - 20px) / 3);
        font-size: clamp(12px,3.7vw,16px);
        text-align: center;
    }
}
/* コンテンツ2 */
/* コンテンツ2-1 */
/* .block-kenkyu-wrap .is-flex-line2 {
    display: flex;
    align-items: center;
} */
.block-kenkyu-wrap .sec02-1 .is-text .font-w {
    font-size: 1.35em;
    line-height: 2.1;
}
@media (min-width: 850px) {
    .block-kenkyu-wrap .sec02-1.is-flex-line2 {
        overflow: hidden;
	}
	.block-kenkyu-wrap .sec02-1 .img-block {
	        width: 45%;
	        float: left;
	}
	.block-kenkyu-wrap .sec02-1 .is-text {
        float: left;
        width: 60%;
        margin-left: -5%;
    }
    .block-kenkyu-wrap .sec02-1 .is-text + .is-text {
        margin-top: 45px;
    }
}
@media (max-width: 851px) {
    .block-kenkyu-wrap .sec02-1.is-flex-line2 {
        display: flex;
        flex-direction: column;
    }
    .block-kenkyu-wrap .sec02-1 .img-block {
        order: 1;
        max-height: 350px;
        margin: 30px auto;
    }
    .block-kenkyu-wrap .sec02-1 .text-1 {
        order: 0;
    }
    .block-kenkyu-wrap .sec02-1 .text-2 {
        order: 2;
    }
}
/* コンテンツ2-2 */
.block-kenkyu-wrap .sec02-2 .sub-ttl .is-sub::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    background-color: #595959;
    margin-right: 15px;
}
.block-kenkyu-wrap .block-about-sec.block-kenkyu-sec02>*:not(.sec02-3),
section.block-about-sec.block-kenkyu-sec02>*:not(.sec02-3) {
    width: calc(100% - 50px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.block-kenkyu-wrap .sec02-2-list {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.block-kenkyu-wrap .sec02-2-list .is-item {
    background-color: #F6FAFF;
    padding: 15px 6px;
    width: calc((100% - 70px) / 8);
    text-align: center;
}
.block-kenkyu-wrap .sec02-2-list-wrap {
    text-align: center;
    margin: 0 0 60px;
}
.block-kenkyu-wrap .sec02-2-list+.is-attention {
    text-align: right;
}
.block-kenkyu-wrap .sec02-2-list-wrap .result-text {
    font-weight: bold;
    font-size: 20px;
    margin-top: -15px;
    position: relative;
    padding-top: 45px;
}
.block-kenkyu-wrap .sec02-2-list-wrap .result-text::before {
    content: "";
    display: inline-block;
    background-color: #E1E1E1;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.block-kenkyu-wrap .sec02-2-list-wrap .result-text::after {
    content: "";
    display: inline-block;
    background-color: #E1E1E1;
    height: calc(tan(60deg) * 20px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
}
.block-kenkyu-wrap .sec02-2 .img-flex {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.block-kenkyu-wrap .sec02-2 .img-flex .img-block {
    max-width: 355px;
}
.block-kenkyu-wrap .sec02-2 .sec02-2-point-list {
    background-color: #F8F8F8;
    padding: 1em 3em 3em;
    column-count: 2;
    margin-top: 80px;
    counter-reset: listnum;
}
.block-kenkyu-wrap .sec02-2 .sec02-2-point-list .is-item {
    border-bottom: 1px solid #E1E1E1;
    font-size: 16px;
    line-height: 1.5;
    height: calc(16px * 6.3);
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 30px;
    align-items: center;
}
.block-kenkyu-wrap .sec02-2 .sec02-2-point-list .is-item::before {
    counter-increment: listnum;
    content: counter(listnum, decimal-leading-zero) ".";
    font-size: 40px;
    font-family: Avenir;
    line-height: 1;
}
.block-kenkyu-wrap .sec02-2 .sec02-2-point-list .is-item p {
    width: calc(100% - 70px);
    margin-left: auto;
}
@media (min-width: 851px) {
    .block-kenkyu-wrap .sec02-2 .sec02-2-point-list .is-item:nth-child(n + 7) {
        margin-left: 40px;
    }
}
@media (min-width: 730px) {
    .block-kenkyu-wrap .sec02-2 .sub-ttl.is-flex {
        font-size: 26px;
    }
    .block-kenkyu-wrap .sec02-2 .sub-ttl .is-sub {
        margin-left: 30px;
        font-size: 20px;
    }
    }
@media (max-width: 1085px) {
    .block-kenkyu-wrap .sec02-2-list {
        justify-content: center;
        order: 0;
    }
    .block-kenkyu-wrap .sec02-2-list .is-item {
        width: calc((100% - 20px) / 3);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .block-kenkyu-wrap .sec02-2-list-wrap {
        display: flex;
        flex-direction: column;
    }
    .block-kenkyu-wrap .sec02-2-list+.is-attention {
        order: 2;
        text-align: center;
    }
    .block-kenkyu-wrap .sec02-2-list-wrap .result-text {
        order: 1;
        margin-top: 20px;
    }
}
@media (max-width: 850px) {
    .block-kenkyu-wrap .sec02-2 .sec02-2-point-list {
        margin-top: 40px;
        padding: 10px 1.5em 40px;
        column-count: auto;
    }
    .block-kenkyu-wrap .sec02-2 .sec02-2-point-list .is-item {
        padding: 20px 0;
        height: auto;
        align-items: flex-start;
    }
    .block-kenkyu-wrap .sec02-2 .sec02-2-point-list .is-item::before {
        font-size: 20px;
    }
    .block-kenkyu-wrap .sec02-2 .sec02-2-point-list .is-item p {
        width: calc(100% - 40px);
        margin-top: -2px;
        font-size: 14px;
    }
}
@media (max-width: 729px) {
    .block-kenkyu-wrap .sec02-2 .sub-ttl.is-flex {
        font-size: 18px;
    }
    .block-kenkyu-wrap .sec02-2 .sub-ttl .is-sub {
        font-size: 16px;
    }
}
/* コンテンツ2-3 */
.block-kenkyu-wrap .block-about-sec [class*="sec0"].sec02-3 {
    border: 0;
    padding: 90px 0;
    background-color: #FCFAF5;
}
.block-kenkyu-wrap .block-about-sec [class*="sec0"].sec02-3 .sub-ttl {
    text-align: center;
}
.block-kenkyu-wrap .block-about-sec [class*="sec0"].sec02-3 .img-block {
    margin-bottom: 30px;
}
.block-kenkyu-wrap .block-about-sec [class*="sec0"].sec02-3 .img-block img {
    margin: auto;
    mix-blend-mode: multiply;
}
@media (max-width: 729px) {
    .block-kenkyu-wrap .block-about-sec [class*="sec0"].sec02-3 {
        padding: 50px 0;
    }
    .block-kenkyu-wrap .block-about-sec [class*="sec0"].sec02-3 .img-block {
        width: 50%;
        margin: 0 auto 20px;
    }
}