@charset "UTF-8";
/*
Theme Name: HG EVO（ティザー）
Version: 1.0.0
*/

html {
	scroll-behavior: smooth;
}

body {
	color: var(--color-body-1);
	font-family: var(--font-family);
	font-weight: 500;
	letter-spacing: .1em;
}

body.no-scroll{
	overflow: hidden;
}

html.translated-ltr body {
	top: 40px !important;
}

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

a:hover img {
	opacity: .6;
}

a:hover,
a {
	color: var(--color-body-1);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.text{
	--fs: 15;
	line-height: calc(25/15);
}

.container {
	max-width: var(--container);
}

.container.wide{
	max-width: 1190px;
}

.container.medium{
	max-width: 1020px;
}

.container.medium{
	max-width: 1020px;
}

.button {
	--fs: 15;
	align-items: center;
	border: 1px solid var(--color-theme-1);
	border-radius: 50px;
	color: var(--color-theme-1);
	display: inline-flex;
	justify-content: center;
	min-width: min(364px, 100%);
	min-height: 87px;
	position: relative;
	text-align: center;
	transition: .2s;
	font-weight: 700;
	background-color: #fff;
}

.button::after {
	aspect-ratio: 1;
	background-color: currentColor;
	-webkit-mask: url(./img/icon-chevron-right.svg) no-repeat center center/contain;
	mask: url(./img/icon-chevron-right.svg) no-repeat center center/contain;
	content: '';
	display: block;
	height: auto;
	width: 13px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.button:hover {
	background-color: var(--color-theme-1);
	color: #fff;
	text-decoration: none;
}

.cutting {
	clip-path: polygon(0 0, 100% 6.25vw, 100% 100%, 0 calc(100% - 6.25vw));
	margin: -6.25vw 0;
}

.top-intro {
	background-color: var(--color-theme-1);
	color: #fff;
	padding: var(--yohaku) 0;
	position: relative;
	z-index: 1;
	--container: 790px;
}

.top-intro::before {
	background: #fff url(./img/intro-bg-2.jpg) no-repeat center center/cover;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .17;
	z-index: -1;
}

.top-intro__title {
	--fs: 40;
	font-size: var(--font-size);
}

.top-intro__lead {
	--fs: 19;
	font-size: var(--font-size);
	letter-spacing: .25em;
}

.top-intro__subtitle {
	--fs: 22;
	font-size: var(--font-size);
	border-top: 1px dashed currentColor;
	border-bottom: 1px dashed currentColor;
	letter-spacing: .25em;
	line-height: calc(32/22);
	padding: 25px 0;
	text-align: center;
	max-width: 520px;
	margin: auto;
}

.top-intro__subtitle-white{
	--fs: 22;
	font-size: var(--font-size);
	letter-spacing: 0.1em;
	font-weight: 700;
	background-color: #fff;
	color: var(--color-theme-1);
	border-radius: 25px;
	padding:  5px 20px;
	max-width: 580px;
	margin: auto;
}

.top-intro__text {
	--fs: 15;
	font-size: var(--font-size);
	line-height: 2;
	letter-spacing: .25em;
}

.top-intro__wrap {
	background-color: #fff;
	border-radius: 20px;
	padding: 50px 80px;
	& h3 {
		--fs: 20;
		font-size: var(--font-size);
		letter-spacing: .25em;
		line-height: calc(35/20);
		font-weight: 700;
	}
	& p {
		line-height: 2;
		letter-spacing: .25em;
	}
}

.top-intro__sick {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 5px;
	max-width: 400px;
	margin: auto;
}
.top-intro__sick li {
	--fs: 19;
	font-size: var(--font-size);
	align-items: center;
	border-radius: 50px;
	display: flex;
	gap: 10px;
	margin-top: 15px;
}
.top-intro__sick li::before{
	content: "";
	display: inline-block;
	background-image: url(img/icon-check.svg);
	background-repeat: no-repeat;
	background-size: 36px;
	width: 36px;
	height: 31px;
}

.top-intro__alert {
	--fs: 15;
	font-size: var(--font-size);
	background-color: rgba(2,110,184,.05);
	padding: 15px 10px;
	line-height: 2;
	letter-spacing: .25em;
}

.top-desc {
	padding: var(--yohaku) 0;
	position: relative;
}
.top-desc::before {
	background: url(./img/desc-bg.jpg) no-repeat center bottom/100% auto;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .4;
	z-index: -1;
}

.top-desc__title {
	--fs: 35;
	color: var(--color-theme-1);
	font-size: var(--font-size);
	letter-spacing: 0.2em;
	line-height: calc(50/35);
}

.top-why {
	--container: 1030px;
	& h3 {
		margin: 160px 0 80px;
	}
	& h4 {
		--fs: 18;
		font-size: var(--font-size);
		border: 1px solid var(--color-theme-1);
		border-radius: 50px;
		color: var(--color-theme-1);
		display: inline-block;
		padding: 5px 20px;
		margin: 0 0 25px;
	}
	& p {
		--fs: 15;
		font-size: var(--font-size);
		line-height: calc(40/15);
		letter-spacing: .1em;
	}
}

.top-why__space {
	height: 100px;
}

@media(max-width: 767px) {
	.top-why {
		& h3 {
			margin: 80px 0 40px;
		}
		& h4 {
			text-align: center;
			width: 100%;
		}
		& p {
			line-height: 2;
		}
	}
	.top-why__space {
		height: 40px;
	}
}

.top-change {
	--container: 790px;
	.row {
		gap: 40px 0;
	}
	& h3 {
		--fs: 30;
		font-size: var(--font-size);
		margin: 80px 0 40px;
		line-height: 1.5;
		+ p {
			line-height: calc(40/15);
		}
	}
	& h4 {
		--fs: 18;
		font-size: var(--font-size);
		background-color: var(--color-theme-1);
		border-radius: 50px;
		color: #fff;
		padding: 8px;
		text-align: center;
	}
	& p {
		--fs: 15;
		font-size: var(--font-size);
		line-height: 2;
		letter-spacing: .1em;
	}
	& p:last-child {
		margin-bottom: 0;
	}
}

@media(max-width: 575px) {
	.top-change {
		& h3 {
			--fs: 24;
			font-size: var(--font-size);
			+ p {
				line-height: 2;
			}
		}
	}
}

.top-change__sick {
	--fs: 18;
	font-size: var(--font-size);
	color: var(--color-theme-1);
	text-align: center;
	line-height: calc(35/18);
}

.top-feature {
	background-color: #fff;
	color: var(--color-theme-1);
	padding: var(--yohaku) 0;
	position: relative;
}

.top-feature::before {
	background: url(./img/feature-bg.jpg) no-repeat center center/cover;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .2;
	z-index: -1;
}

.top-feature__wrap {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid var(--color-theme-1);
	color: var(--color-theme-1);
	padding: 80px 60px;
}

.top-nmn .top-feature__wrap{
	border: 1px solid var(--color-theme-3);
	color: var(--color-body-1);
}

.top-nmn .top-feature__wrap p{
	--fs: 20;
	font-size: var(--font-size);
}

.top-feature__title {
	--fs: 48;
	font-size: var(--font-size);
	letter-spacing: .15em;
}

.top-feature__title span {
	--fs: 38;
}

.top-feature__title-nmn{
	--fs: 48;
	letter-spacing: .2em;
	font-weight: 500;
	font-size: var(--font-size);
	line-height: 2rem;
}

.top-feature__title-nmn span{
	--fs: 34;
	letter-spacing: 0.1rem;
}

.top-feature__title-gold {
	--fs: 40;
	font-size: var(--font-size);
	letter-spacing: .15em;
	color: var(--color-theme-3);;
}

.top-feature__list {
	display: grid;
	justify-content: center;
}

.top-feature__list li {
	--fs: 20;
	font-size: var(--font-size);
	letter-spacing: .25em;
	line-height: calc(35/20);
	padding-left: 1.25em;
	text-indent: -1.25em;
}

.top-feature__list li + li {
	border-top: 1px dashed currentColor;
	margin-top: 30px;
	padding-top: 30px;
}

.top-feature__list li small{
	font-size: 14px;
}

.top-feature__text {
	--fs: 22;
	font-size: var(--font-size);
	letter-spacing: .25em;
	line-height: calc(40/22);
}

.top-item__dl {
	align-items: baseline;
	display: inline-flex;
	grid-template-columns: auto auto;
	gap: 15px 30px;
	justify-content: center;
	letter-spacing: 0;
	border-bottom: 1px solid #000000;
	padding-bottom: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

.top-item__dl dt {
	--fs: 17;
	font-size: var(--font-size);
}

.top-item__dl dd {
	--fs: 36;
	font-size: var(--font-size);
	margin: 0;
}

.top-item__dl dd .small {
	--fs: 22;
	font-size: var(--font-size);
}

@media(max-width:991px) {
	.top-item__dl dd .small{
		--fs:16;
		font-size: var(--font-size);
	}
	.top-item__dl dd{
		--fs:26;
		font-size: var(--font-size);
	}
}

.d-grid {
	display: grid;
}

.top-item {
	padding: var(--yohaku) 0;
	background-image: url(./img/top-item-bg_v2.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: bottom;
}

.top-item .d-grid {
	--fs: 15;
	font-size: var(--font-size);
	line-height: 2;
	margin: 0 0 120px;
}

.top-item__pill {
	--fs: 15;
	font-size: var(--font-size);
	border: 1px solid currentColor;
	border-radius: 50px;
	display: inline-block;
	letter-spacing: 0;
	padding: 3px 12px;
	white-space: nowrap;
}

.top-item h3 {
	color: var(--color-theme-1);
	margin-top: var(--yohaku);
}

.top-contact {
	background: url(./img/contact-bg.jpg) no-repeat center top/cover;
	color: var(--color-theme-1);
	padding: var(--yohaku) 0;
}

.top-contact__title {
	--fs: 30;
	font-size: var(--font-size);
}

.top-contact p {
	--fs: 14;
	font-size: var(--font-size);
}

.footer {
	background: url(./img/footer-bg.jpg) no-repeat center center/cover;
	color: #fff;
	padding: 60px 0 20px;
}

.footer__address {
	--fs: 15;
	font-size: var(--font-size);
	line-height: calc(25/15);
	margin: 20px 0 var(--yohaku);
}

.footer__copyright {
	--fs: 12;
	font-size: var(--font-size);
	letter-spacing: 0;
}

.pagetop {
	bottom: 25px;
	position: fixed;
	right: 50px;
	z-index: 10;
}

article.post-11 {
	background: url(./img/form-bg.jpg) no-repeat right top/100% auto;
	padding: 160px 0;
}

.hgroup {
	margin: 0 0 70px;
}

.hgroup__title {
	--fs: 30;
	font-size: var(--font-size);
	color: var(--color-theme-1);
	margin: 0;
}

.hgroup__subtitle {
	--fs: 15;
}

.page-body {
	--fs: 15;
	line-height: 2;
}

.form-group {
	margin: 0 0 80px;
}

legend,
label {
	--fs: 15;
	font-size: var(--font-size);
	align-items: center;
	display: flex;
	gap: 15px;
}

.required::after {
	--fs: 14;
	font-size: var(--font-size);
	background-color: var(--color-theme-1);
	border-radius: 5px;
	content: '必須';
	color: #fff;
	padding: 0 10px;
}

.form-control {
	--fs: 15;
	font-size: var(--font-size);
	background-color: #F7F7F7;
	border-radius: 0;
	border: 0;
	margin: 30px 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.form-button {
	background-color: var(--color-theme-1);
	color: #fff;
	border-radius: 0;
}

.form-button:hover {
	opacity: .6;
}

@media(max-width: 767px) {
	.top-intro__title {
		--fs: 30;
	}
	.top-intro__lead {
		--fs: 16;
	}
	.top-intro__subtitle-white{
		font-size: 20px;
	}
	.top-intro__subtitle {
		--fs: 20;
		padding: 20px 0;
	}
	.top-intro__sick li {
		--fs: 16;
		margin-top: 10px;
	}
	.top-intro__sick li::before{
		background-size: 25px;
		width: 25px;
		height: 21px;
	}
	.top-desc__title {
		--fs: 28;
	}
	.top-feature__title,
	.top-feature__title-nmn {
		--fs: 43;
	}
	.top-feature__title span,
	.top-feature__title-nmn span {
		--fs: 34;
	}
	.top-feature__title-gold {
		--fs: 36;
	}
	.top-intro__wrap,
	.top-feature__wrap {
		padding: 50px 20px;
	}
	.top-feature__list li,
	.top-feature__text {
		--fs: 16;
	}
	.top-nmn .top-feature__wrap p{
		--fs: 16;
	}
	.top-item__dl {
		gap: 0 15px;
	}
	.top-item .d-grid {
		margin-bottom: 60px;
	}
	.pagetop {
		right: 15px;
		bottom: 15px;
	}
	h3 {
		font-size: 22px;
		font-style: var(--font-size);
	}
	.hgroup {
		margin-bottom: 35px;
	}
	.form-group {
		margin-bottom: 30px;
	}
	.form-control {
		margin: 15px 0;
	}
}

@media(max-width: 575px) {
	.top-intro__title {
		--fs: 26;
	}
	.top-intro__sick{
		max-width: 85%;
	}
	.top-desc__title {
		--fs: 24;
	}
	.top-feature__title,
	.top-feature__title-nmn {
		--fs: 34;
	}
	.top-feature__title span,
	.top-feature__title-nmn span {
		--fs: 25;
	}
	.top-feature__title-gold {
		--fs: 28;
	}
	.top-intro__subtitle-white{
		font-size: 18px;
		line-height: calc(26/18);
		padding:  10px 20px;
	}
}

.mw_wp_form {
	margin-top: var(--yohaku);
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.top-item-card img{
	max-width: 275px;
	margin-right: auto;
	margin-left: auto;
}

.top-item-card-img{
	background-color: var(--color-theme-2);
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 95px;
}

.top-nmn .top-item-card-img{
	background-color: var(--color-theme-4);
}

.top-item-card-name{
	background-color: var(--color-theme-1);
	border-radius: 30px;
	padding: 15px;
	color: #fff;
	--fs: 18;
	font-size: var(--font-size);
	max-width: 320px;
	margin: auto;
	margin-top: -30px;
}
.top-item-card-name span{
	--fs: 15;
}

.top-nmn .top-item-card-name{
	background-color: var(--color-theme-3);
}

@media(max-width:991px) {
	.top-item-card-img img{
		max-width: 150px;
	}
}

@media(max-width:767px) {
	.top-item-card-img{
		padding-top: 40px;
		padding-bottom: 50px;
		margin-top: 65px;
	}
	.top-item-card-name{
		--fs: 16;
	}
	.top-item-card-name span{
		--fs: 14;
	}
}

.top-item__title{
	margin-bottom: 125px;
}

.top-voice{
	padding: 140px 0;
}

.page-voice{
	padding: 100px 0;
}

.top-voice{
	background-image: url(img/bg-voice.jpg);
	background-size: cover;
    background-position: center;
}

@media(max-width:991px) {
	.top-voice{
		padding: 100px 0;
	}
	.page-voice{
		padding: 60px 0px 80px 0;
	}
}

.voice-card-wrapper{
	margin-top: 100px;
	.row {
		gap: 30px 0;
	}
}

@media(max-width:991px) {
	.voice-card-wrapper{
		margin-top: 50px;
	}
}

.top-voice-lead{
	font-size: 20px;
	line-height: calc(40/20);
	text-align: center;
	letter-spacing: .1em;
}

@media(max-width:991px) {
	.top-voice-lead{
		font-size: 16px;
	}
}

.voice-card-header{
	display: flex;
	margin-bottom: 35px;
	align-items: center;
	gap: 15px 20px;
}

@media(max-width:1200px) {
	.voice-card-header{
		flex-direction: column;
		margin-bottom: 20px;
		text-align: center;
	}
}

.voice-card-doctor{
	background-color: #EAEAEA;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.voice-card{
	border: 1px solid #707070;
	padding: 30px 20px;
}

.voice-card p{
	font-size: 15px;
	line-height: calc(30/15);
	letter-spacing: .1em;
}

.top-handling-medical{
	background-color:#F8F8F8;
	padding: 140px 0;
}

@media(max-width:991px) {
	.top-handling-medical{
		padding: 100px 0;
	}
}

.handling-medical-lists{
	display: flex;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 40px;
}

.handling-medical-lists-nav{
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 18px;
	font-size: 14px;
	text-align: center;
	width: 93px;
	height: 38px;
	line-height: 30px;
	position: relative;
}

.handling-medical-lists-nav:hover{
	text-decoration: none;
	opacity: .7;
}

.handling-medical-lists-nav::before{
	content: "";
	display: block;
	background-image: url(./img/medical-lists-arrow.svg);
	background-repeat: no-repeat;
	width: 11px;
	height: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3px;
}

.handling-medical-lists-nav:not(:last-child){
	margin-right: 16px;
}

.medical-area{
	margin-bottom: 30px;
}

.medical-area h3{
	font-size: 23px;
	letter-spacing: .1em;
	margin-bottom: 0;
	text-align: center;
	/*background-color: var(--color-theme-1);
	color: #fff;*/
}

.medical-area h3 a{
	font-size: 23px;
	display: block;
	position: relative;
	color: #fff;
	background-color: var(--color-theme-1);
	border-radius: 0;
}

@media(max-width:991px) {
	.medical-area h3 a{
		font-size: 18px;
	}
}

.medical-area h3 a:hover,
.medical-area .btn:hover{
	background-color: var(--color-theme-1);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity: .8;
}

.medical-area h3 a::after{
	content: "";
	background-image: url(./img/icon-area-open-btn.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 0;
	transform: translateY(-50%);
}

@media(max-width:991px) {
	.medical-area h3 a::after{
		width: 20px;
		height: 20px;
	}
}
.medical-area h3 a[aria-expanded="true"]::after{
	background-image: url(./img/icon-area-close-btn.svg);
}

.medical-area h3 a:focus{
	outline: none;
	box-shadow: none;
}

.area-name-circle{
	color: var(--color-theme-1);
	font-size: 18px;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

.medical-list{
	padding: 30px 0;
	margin-bottom: 0;
}

.medical-list dd{
	margin-bottom: 0;
}

.medical-list:nth-of-type(1){
	border-top: 1px dashed #C4C4C4;
}

.medical-list{
	border-bottom: 1px dashed #C4C4C4;
	font-family: var(--font-family-notosans);
}

.medical-list dt{
	font-size: 15px;
}

.medical-list dd{
	font-size: 14px;
	letter-spacing: 0;
}

.medical-tell{
	display: inline-block;
	min-width: 120px;
	letter-spacing: 0;
	margin-right: 50px;
}

.prefectures{
	margin-top: 85px;
}

.top-faq{
	padding: 140px 0;
}

@media(max-width:991px) {
	.top-faq{
		padding: 100px 0;
	}
	.prefectures{
		margin-top: 50px;
	}
}

.top-qa-title{
	color: #026EB8;
	font-size: 42px;
	text-align: center;
	margin-bottom: 75px;
}


.top-qa-title span{
	display: block;
	font-size: 16px;
	color: #000000;
}

@media(min-width:992px) {
	.medical-list{
		display: flex;
	}	
	.medical-list dt{
		width: 35%;
	}
	.medical-list dd{
		width: 65%;
	}

}

@media(max-width:991px) {
	.medical-list{
		padding: 20px 0px;
	}
	.top-qa-title{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.top-qa-title span{
		font-size: 14px;
	}
	.medical-list dt{
		margin-bottom: 15px;
	}
}

@media(max-width:575px) {
	.medical-tell{
		display: block;
	}
}

.question{
	margin-bottom: 0;
	border-radius: 0;
}

.collapse{
	border-radius: 0;
	border: none;
}

.top-faq .card-body{
	border: none;
	border-radius: 0;
	padding: 35px 55px;
	display: flex;
	flex-direction: row;
}

@media(max-width:991px) {
	.top-faq .card-body{
		padding: 15px;
	}
}

.top-faq .question.gray + .collapse .card-body,
.top-faq .question.gray + .collapsing  .card-body{
	background-color: #F7F7F7;
}

.question{
	padding: 35px 55px;
	display: flex;
	position: relative;
}

@media(max-width:991px) {
	.question{
		padding: 15px;
		align-items: flex-start;
	}
}

.question a {
	width: 100%;
	display: block;
	text-align: left;
	outline: none;
	position: relative;
	padding-left: 0;
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

@media(max-width:991px) {
	.question a {
		padding-right: 20px;
	}
}

.question a::after{
		content: "";
	background-image: url(./img/icon-plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 0;
	transform: translateY(-50%);
}

@media(max-width:991px) {
	.question a::after{
		width: 20px;
		height: 20px;
	}
}

.question a[aria-expanded="true"]::after{
background-image: url(./img/icon-minus.svg);
}

.question a:focus{
	outline: none;
	box-shadow: none;
}

.question.gray{
	background-color:#F7F7F7 ;
}

.question-en{
	font-weight: bold;
	display: inline-block;
	margin-right: 35px;
}

@media(max-width:991px) {
	.question-en{
		margin-right: 15px;
	}
}

.medical-area .card{
	border: none;
	padding-top: 40px;
	padding: 50px;
}
@media(max-width:575px) {
	.medical-area .card{
		padding: 40px 20px;
	}
}
.doctor-name p{
	margin-bottom: 0px;
}
.doctor-name small{
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
}


/* 動画　*/
.top-movie {
	 background-color: #F7F7F7; 
	padding: var(--yohaku) 0;
	position: relative;
}
.top-movie .container {
	--container: 1090px;
}
.link-blue a{
	color: var(--color-theme-1);
	text-decoration: underline;
}
.link-blue a:hover{
	color: var(--color-theme-1);
	text-decoration: none;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

@media(max-width: 767px) {
	.top-movie img{
		max-width: 110px;
	}
}

/* お問い合わせ項目　表示・非表示　*/
.houjin-name-wrap {
  display: none;
}
.mw_wp_form_confirm .houjin-name-wrap {
  display: block;
}

/* 202510　改修作業　*/
.marker-blue{
	color: var(--color-theme-1);
	--fs: 22;
	letter-spacing: .2em;
	line-height: calc(32/22);
	font-weight: 700;
}
.marker-blue span{
	background:linear-gradient(transparent 60%, #c9e9f9 60%);
}
sup{
	top: -1em;
    font-size: 50%;
    right: 0.3em;
}
.box-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* PCは3列 */
	gap: 20px;
	justify-items: center;
	max-width: 70%;
	margin: auto;
	margin-bottom: var(--yohaku);
}
.box {
	max-width: 150px;
	width: 100%;
	aspect-ratio: 1;
	background-color: var(--color-theme-1);;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 50%; 
	text-align: center;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0px rgba(255, 255, 255, 0.3);
}
@media(max-width:767px) {
	.marker-blue{
		--fs: 18;
	}
}
@media (max-width: 575px) {
	.box-wrap {
		max-width: 80%;
		grid-template-columns: repeat(2, 1fr);
	}
}

/*		ヘッダー		*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 90px;
    gap: 10px;
	padding-left: 30px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body {
    padding-top: 90px;
}
.header-left {
	position: relative;
	z-index: 999;
}
.header-logo {
	margin-bottom: 0;
	z-index: 999;
}
.header-logo a {
	display: flex;
}
.header-menu {
    display: grid;
    grid-template-columns: auto auto auto;
	align-items: center;
	gap: 5px 15px;
}
.header-menu-list {
    grid-column: 1 / 2;
    list-style: none;
    display: flex;
	gap: 10px;
    padding: 0;
    margin-bottom: 0;
}
.header-menu-item{
	display: flex;
	align-items: center;
}
.header-menu-item a {
	--fs: 15;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0 10px;
	text-align: center;
	line-height: 1.3;
}
.site-global-nav-button {
	position: absolute;
    width: 80px;
    height: 80px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
	top: 0;
	right: 0;
	z-index: 999;
}
.site-global-nav-button span {
	width: 35px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
}
.site-global-nav-button span:nth-child(1) {
	transform: translate(-50%,calc(-50% + 8px));
}
.site-global-nav-button span:nth-child(2) {
	transform: translate(-50%,-50%);
}
.site-global-nav-button span:nth-child(3) {
	transform: translate(-50%,calc(-50% - 8px));
}
body.noscroll .site-global-nav-button span:nth-child(1) {
	transform: translate(-50%,-50%) rotate(-45deg);
}
body.noscroll .site-global-nav-button span:nth-child(2) {
	transform: translate(-50%,-50%) rotate(45deg);
}
body.noscroll .site-global-nav-button span:nth-child(3) {
	opacity: 0;
	visibility: hidden;
}
body.noscroll {
	overflow: hidden;
	touch-action: pinch-zoom;
}
body.noscroll .header-nav-toggle::before {
    background-color: rgba(0, 0, 0, .2);
	bottom: 0;
	content: '';
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	cursor: default;
	z-index: -2;
}
.header-menu-item.header-menu-contact a{
	background-color: var(--color-theme-1);
	color: #fff;
	padding:  12px 20px;
	display: block;
	border-radius: 25px;
}
.header-menu-item.header-menu-contact a:hover{
	text-decoration: none;
	opacity: .7;
}
.header-menu-item.header-menu-contact a::before{
	content: "";
	display: inline-block;
	background-image: url(img/icon-mail.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	width: 17px;
	height: 12px;
	margin-right: 7px;
}

@media(max-width: 1199px) {
	.header {
		padding-left: 10px;
	}
	.header-logo img {
		width: 160px;
	}
	.header-menu {
		gap: 5px;
	}
	.header-menu-item a {
		padding: 0 5px;
	}
}

@media(max-width: 991px) {
	.header {
		height: 80px;
		padding: 0 15px;
	}
	body {
	    padding-top: 80px;
	}
	.header-menu {
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		padding: 20px;
		z-index: -1;
		transition: right .5s;
		overflow: auto;
		height: 100vh;
		max-height: 100vh;
		z-index: 555;
		transition: 0.5s;
	}
	body.noscroll .header-menu {
		visibility: visible;
		opacity: 1;
	}
	.header-menu-list {
		display: block;
		max-width: 500px;
		width: 100%;
		margin-top: 100px;
		margin-bottom: 50px;
		margin-inline: auto;
	}
	.header-menu-item {
		border-bottom: 1px solid var(--color-body-1);
	}
	.header-menu-item a {
		display: block;
		--fs: 15;
		letter-spacing: 0.1em;
		padding: 15px 10px;
		width: 100%;
	}
	.header-menu-item.header-menu-contact{
		border-bottom: none;
		margin-top: 30px;
		justify-content: center;
	}
	.header-menu-item.header-menu-contact a{
		padding:  12px 40px;
	}
}

@media(max-width: 767px) {
	.header {
		height: 70px;
	}
	body {
	    padding-top: 70px;
	}
	.header-logo img {
		width: 160px;
	}
	.site-global-nav-button {
		width: 70px;
		height: 70px;
	}
}

@media(max-width: 575px) {
	.header {
		height: 60px;
	}
	body {
	    padding-top: 60px;
	}
	.site-global-nav-button {
		width: 60px;
		height: 60px;
	}
	.site-global-nav-button span {
		width: 22px;
	}
	.site-global-nav-button span:nth-child(1) {
		transform: translate(-50%,calc(-50% + 6px));
	}
	.site-global-nav-button span:nth-child(3) {
		transform: translate(-50%,calc(-50% - 6px));
	}
}
.header-menu-item br{
	display: none;
}
@media (max-width: 1199px) and (min-width: 992px) {
	.header-menu-item br{
		display: inline;
	}
}

/*		ファーストビュー		*/
.first-view {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.first-view .column {
	flex: 1 1 50%;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	background-size: cover;
	background-position: center;
	height: 830px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.first-view .left {
	background-image: url('img/fv-bg-hgevo.jpg');
}
.first-view .right {
	background-image: url('img/fv-bg-nmn.jpg');
}
.first-view .column img {
	max-width: 100%;
	height: auto;
	display: block;
}
.first-view .overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center; 
	writing-mode: vertical-rl;
	color: var(--color-body-1);
	z-index: 10;
	line-height: 1.5;
	font-size: 22px;
}
.first-view .overlay-text .line {
	display: inline-block;
	background-color: #fff;
	padding: 20px 5px;
	margin: 10px;
	white-space: nowrap;
}
.trademark{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.trademark h2{
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: 700;
	line-height: 1.5;
}
.trademark h2 span{
	font-size: 14px;
}
@media(max-width: 991px) {
	.first-view .column {
		height: 700px;
	}
	.first-view .overlay-text{
		font-size: 17px;
	}
	.first-view .overlay-text .line {
		padding: 20px 0px;
		margin: 5px;
	}
	.trademark{
		gap: 8px;
	}
	.trademark h2{
		font-size: 11px;
	}
	.trademark h2 span{
		font-size: 12px;
	}
	.trademark img{
		max-width: 40px;
	}
}
@media(max-width: 767px) {
	.first-view {
		flex-direction: column;
		position: relative;
	}
	.first-view .column {
		flex: 1 1 100%;
		text-align: center;
	}
	.first-view .column.left {
		padding: 40px 20px 80px 20px;
	}
	.first-view .column.right {
		padding: 80px 20px 40px 20px;
	}
	.first-view .overlay-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		writing-mode: horizontal-tb;
		margin: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.first-view .overlay-text{
		font-size: 14px;
		margin-bottom: 0px;
	}
	.first-view .overlay-text .line {
		padding: 2px 20px;
		margin: 3px;
	}
	.trademark{
		position: static;
	}
}

/*		トップページ　リニューアル		*/
.top-hgevo,
.top-nmn{
	padding: var(--yohaku) 0;
}
.title-item{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 60px;
}
.title-check{
	border-bottom: 2px dashed currentColor;
	--fs: 20;
	font-size: var(--font-size);
	padding-left: 38px;
	padding-bottom: 20px;
	position: relative;
	line-height: 1.5em;
}
.title-check::before{
	content: "";
	display: block;
	background-image: url(img/icon-check-gold.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	width: 25px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.box-component{
	position: relative;
	border: 1px solid var(--color-theme-3);
	border-radius: 15px;
	padding: 45px 35px 35px;
	max-width: 430px;
	margin: auto;
	margin-top: 50px;
}
.box-component h3{
	--fs: 20;
	font-size: var(--font-size);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 0 20px;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.box-component h3 span{
	--fs: 16;
	background-color: var(--color-theme-3);
	border-radius: 25px;
	color: #fff;
	padding: 3px 20px;
	display: inline-block;
}
@media(max-width: 767px) {
	.title-item{
		flex-direction: column;
		align-items: center;
		gap: 0px;
	}
	.title-item img{
		max-width: 80%;
	}
	.title-check{
		--fs: 18;
		padding-left: 30px;
		padding-bottom: 10px;
	}
	.title-check::before{
		background-size: 20px;
		width: 20px;
		height: 17px;
		top: 0.5em;
	}
	.top-nmn ul{
		--fs: 15;
	}
}
@media(max-width: 575px) {
	.box-component{
		padding: 40px 20px 25px;
	}
	.box-component h3{
		--fs: 18;
		padding: 0 10px;
		gap: 8px;
	}
	.box-component h3 span{
		--fs: 13;
		padding: 3px 15px;
	}
}

/*		Google翻訳　メニュー追加		*/
.header .dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
}
a.nturl.single-language {
    border: 0;
}
a.nturl {
    cursor: pointer;
}
.header .dropdown{
	padding: 10px;
	margin: auto;
}
.header .dropdown-menu > * {
    display: block;
    padding: .25rem 1.5rem;
}
html.translated-ltr .header,
html.back-to-ja .header {
	top: 39px;
}

/*		日本語以外のページに適用		*/
html[lang="en"] .first-view .overlay-text,
html[lang="zh-CN"] .first-view .overlay-text,
html[lang="zh-TW"] .first-view .overlay-text,
html[lang="ko"] .first-view .overlay-text {
	position: static;
	transform: none;
	display: block;
	writing-mode: initial;
    color: var(--color-body-1);
    line-height: 1.5;
    font-size: 22px;
    text-align: center;
    margin: auto;
}
html[lang="en"] .first-view .overlay-text .line,
html[lang="zh-CN"] .first-view .overlay-text .line,
html[lang="zh-TW"] .first-view .overlay-text .line,
html[lang="ko"] .first-view .overlay-text .line {
	display: inline-block;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	white-space: normal;
}
html[lang="en"] .trademark,
html[lang="zh-CN"] .trademark,
html[lang="zh-TW"] .trademark,
html[lang="ko"] .trademark{
	position: static;
	border-top: 1px solid #ccc;
}

[data-translate] {
	display: none;
}

html[lang="zh-CN"] [data-translate="zh-CN"],
html[lang="zh-TW"] [data-translate="zh-TW"],
html[lang="ko"] [data-translate="ko"],
html[lang="en"] [data-translate="en"],
html:where([lang="ja"], [lang="auto"]) [data-translate="ja"] {
	display: inline;
}

