/* ----------------------------------------
.breadcrumb-wrap
---------------------------------------- */

.breadcrumb-wrap {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 2;
	background-color: var(--bg);
}
.breadcrumb-wrap .container {
	max-width: 1300px;
}
.breadcrumb-wrap ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.breadcrumb-wrap ol li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}
.breadcrumb-wrap ol li::after {
	content: "/";
	margin: 0 0.3em 0 0.8em;
}
.breadcrumb-wrap ol li:last-child::after {
	content: none;
}
@media (max-width: 767px) {
}

/* ----------------------------------------
.lower-page
---------------------------------------- */

.lower-page {
	background-color: var(--bg);
	padding: 140px 0 200px 0;
}
.lower-page a {
	word-break: break-all;
}
@media (max-width: 1199px) {
	.lower-page {
		padding-top: 100px;
	}
}
@media (max-width: 991px) {
	.lower-page {
		padding-top: 80px;
	}
}
@media (max-width: 767px) {
	.lower-page {
		padding: 80px 0 150px 0;
	}
}

/* ----------------------------------------
.main-page .page-header
---------------------------------------- */

.main-page .page-header {
	position: relative;
	text-align: center;
	padding: 120px 0 90px 0;
}
.main-page .page-header > * {
	position: relative;
	z-index: 1;
}
.main-page .page-header .bg-white {
	position: absolute;
	left: 0;
	top: 90px;
	width: 45%;
	height: 360px;
	background-color: #ffffff;
	border-radius: 0 500px 500px 0;
	opacity: 0.5;
	z-index: 0;
}
.main-page .page-header .bg-green {
	position: absolute;
	right: 0;
	top: 280px;
	width: 80%;
	height: 420px;
	background-color: var(--green);
	border-radius: 500px 0 0 500px;
	opacity: 0.1;
	z-index: 0;
}
.main-page .page-header .title-wrap,
.main-page .page-header .title-wrap-ja {
	color: var(--title);
}
.main-page .page-header .title-wrap .en {
	font-size: 80px;
	line-height: 1.2;
}
.main-page .page-header .title-wrap .ja {
	font-size: 18px;
	margin: 0;
}
.main-page .page-header .title-wrap-ja .ja {
	font-size: 56px;
	margin: 0;
}
.main-page .page-header .title-wrap-ja .en {
	font-size: 18px;
}
.main-page .page-body {
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.main-page .page-header {
		padding: 60px 0 50px 0;
	}
	.main-page .page-header .bg-white {
		top: 370px;
		width: 60%;
		height: 200px;
	}
	.main-page .page-header .bg-green {
		position: absolute;
		right: 0;
		top: 480px;
		width: 70%;
		height: 230px;
	}
	.main-page .page-header .title-wrap .en {
		font-size: 36px;
	}
	.main-page .page-header .title-wrap .ja {
		font-size: 16px;
	}
	.main-page .page-header .title-wrap-ja .ja {
		font-size: 36px;
	}
	.main-page .page-header .title-wrap-ja .en {
		font-size: 16px;
	}
}

/* ----------------------------------------
.main-page .mv
---------------------------------------- */

.main-page .mv {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.main-page .mv > * {
	width: 50%;
}
.main-page .mv .col-img .img-wrap {
	height: 480px;
	border-radius: 480px 0 0 480px;
}
.main-page .mv .col-txt .title {
	font-size: 32px;
	line-height: 1.8;
	color: var(--title);
	margin: 0 0 30px 0;
}
.main-page .mv .col-txt .copy {
	font-size: 20px;
	line-height: 2;
}
@media (min-width: 768px) {
	.main-page .mv .col-img {
		order: 1;
	}
	.main-page .mv .col-txt .container {
		max-width: 650px;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.main-page .mv > * {
		width: 100%;
	}
	.main-page .mv .col-img {
		padding-left: 20px;
	}
	.main-page .mv .col-img .img-wrap {
		height: 260px;
	}
	.main-page .mv .col-txt {
		text-align: center;
	}
	.main-page .mv .col-txt .title {
		font-size: 20px;
		margin: 60px 0 30px 0;
	}
	.main-page .mv .col-txt .copy {
		font-size: 18px;
		text-align: left;
		margin-top: 60px;
	}
}

/* .anchor-wrap */
.lower-page .anchor-wrap ul li {
	display: inline-block;
	line-height: 2;
}
.lower-page .anchor-wrap ul li::after {
	content: "\FF5C";
	margin: 0 0 0 0.4em;
}
.lower-page .anchor-wrap ul li:last-child::after {
	content: none;
}
@media (max-width: 767px) {
	.lower-page .anchor-wrap ul li {
		font-size: 13px;
	}
}

/* ----------------------------------------
.simple-page .page-header
---------------------------------------- */

/* .simple-page .page-header */
.simple-page .page-header {
	text-align: center;
	padding: 130px 0;
}
.simple-page .page-header .title-wrap .en {
	font-size: 56px;
	color: var(--title);
}
.simple-page .page-header .title-wrap .title {
	font-size: 18px;
	color: var(--title);
	margin: 0;
}
@media (max-width: 767px) {
	.simple-page .page-header {
		padding: 60px 0;
	}
	.simple-page .page-header .title-wrap .en {
		font-size: 36px;
	}
	.simple-page .page-header .title-wrap .title {
		font-size: 16px;
	}
}

/* .contact-page .page-header */
.contact-page .page-header {
	padding: 140px 0 120px 0;
}
.contact-page .page-header .title-wrap .en {
	font-size: 48px;
	color: var(--title);
}
.contact-page .page-header .title-wrap .title {
	font-size: 18px;
	color: var(--title);
	margin: 0;
}
@media (max-width: 767px) {
	.contact-page .page-header {
		text-align: center;
		padding: 60px 0;
	}
	.contact-page .page-header .title-wrap .en {
		font-size: 36px;
	}
	.contact-page .page-header .title-wrap .title {
		font-size: 16px;
	}
}

/*----------------------------------------*/
/* .page-body */
/*----------------------------------------*/

.lower-page .page-body {
	font-size: 16px;
	line-height: 2;
}
.lower-page .page-body .container > *:first-child {
	margin-top: 0;
}
@media (min-width: 768px) {
	.lower-page .page-body p a:hover,
	.lower-page .page-body a.blank:hover span {
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.lower-page .page-body {
		font-size: 14px;
	}
}

/*----------------------------------------*/
/* .page-body｜各種パーツ */
/*----------------------------------------*/

.lower-page .page-body .section-title {
	color: var(--title);
	margin: 200px 0 80px 0;
}
.lower-page .page-body .section-title .en {
	position: relative;
	font-size: 14px;
	margin-bottom: 5px;
}
.lower-page .page-body .section-title .en::before {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 1px;
	background-color: var(--basic);
}
.lower-page .page-body .section-title .title {
	font-size: 32px;
	margin: 0;
}
.lower-page .page-body .simple-title {
	font-size: 24px;
	line-height: 1.7;
	color: var(--title);
	margin: 50px 0 30px 0;
}
@media (max-width: 767px) {
	.lower-page .page-body .section-title {
		margin: 150px 0 50px 0;
	}
	.lower-page .page-body .section-title .en::before {
		left: -20px;
		width: 15px;
	}
	.lower-page .page-body .section-title .title {
		font-size: 28px;
	}
	.lower-page .page-body .simple-title {
		font-size: 18px;
	}
}

.lower-page .page-body a.blank span {
	text-decoration: underline;
}
.lower-page .page-body .figure {
	margin: 2em 0;
}
.lower-page .page-body .figure .figcaption {
	margin-top: 15px;
}
.lower-page .page-body ul,
.lower-page .page-body ol {
	padding-left: 1.5em;
}

/*----------------------------------------*/
/* table */
/*----------------------------------------*/

/* .table-wrap */
.lower-page .page-body .table-wrap {
	margin: 2em 0;
}

/* .border-table */
.lower-page .page-body .border-table {
	width: 100%;
}
.lower-page .page-body .border-table th,
.lower-page .page-body .border-table td {
	vertical-align: top;
	border-top: 1px solid #707070;
	padding: 25px 30px;
}
.lower-page .page-body .border-table th {
	font-weight: 600;
	background-color: #ffffff;
	border-top: 1px solid #707070;
	width: 200px;
	padding: 25px 30px;
}
@media (min-width: 768px) {
	.lower-page .page-body .border-table tr:last-child th {
		border-bottom: 1px solid #707070;
	}
	.lower-page .page-body .border-table tr:last-child td {
		border-bottom: 1px solid #707070;
	}
}
@media (max-width: 991px) {
	.lower-page .page-body .tb-block-table th,
	.lower-page .page-body .tb-block-table td {
		display: block;
		width: 100%;
	}
	.lower-page .page-body .tb-block-table tr:last-child th {
		border-bottom: none;
	}
	.lower-page .page-body .tb-block-table tr:last-child td {
		border-bottom: 1px solid #707070;
	}
	.lower-page .page-body .tb-block-table th,
	.lower-page .page-body .tb-block-table td {
		padding: 15px 15px;
	}
}
@media (max-width: 767px) {
	.lower-page .page-body .sp-block-table th,
	.lower-page .page-body .sp-block-table td {
		display: block;
		width: 100%;
	}
	.lower-page .page-body .sp-scroll-table {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.lower-page .page-body .sp-scroll-table > table {
		width: 768px;
		margin-top: 0;
	}
	.lower-page .page-body .border-table th,
	.lower-page .page-body .border-table td {
		padding: 15px 15px;
	}
	.lower-page .page-body .border-table tr:last-child td {
		border-bottom: 1px solid #707070;
	}
}

/*--------------------------------------------------*/
/* .main-page .page-body */
/*--------------------------------------------------*/

.main-page .page-body {
	padding-top: 140px;
}
.main-page .page-body .container > *:first-child > *:first-child,
.about-page .page-body .container > *:first-child > *:first-child > *:first-child {
	margin-top: 0;
}
@media (min-width: 768px) {
	.main-page .page-body .container {
		max-width: 1300px;
	}
}

.main-page .page-body .scroll {
	position: relative;
	height: 80px;
	padding: 0;
	margin: 50px 0;
}

/* 線のアニメーション部分 */
.main-page .page-body .scroll::before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #707070;
	animation: scroll 1.5s infinite;
}

/* .bg-white-list */
.main-page .page-body .bg-white-list {
	position: relative;
	margin-top: 60px;
	padding: 0 50px;
}
.main-page .page-body .bg-white-list + * {
	margin-top: 60px;
}
.main-page .page-body .bg-white-list > * {
	position: relative;
	z-index: 1;
}
.main-page .page-body .bg-white-list::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	bottom: 0;
	content: "";
	background-color: #ffffff;
	z-index: 0;
}
.main-page .page-body .bg-white-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px;
}
.main-page .page-body .bg-white-list ul li {
	width: 25%;
	padding: 0 15px;
}
.main-page .page-body .bg-white-list ul li dl dt {
	position: relative;
}
.main-page .page-body .bg-white-list ul li dl dt .num {
	position: absolute;
	right: 10px;
	top: -0.5em;
	font-size: 36px;
	line-height: 1;
	color: var(--title);
}
.main-page .page-body .bg-white-list ul li dl dd {
	font-size: 15px;
	padding-bottom: 30px;
}
.main-page .page-body .bg-white-list ul li dl dd .title {
	font-size: 18px;
	color: var(--title);
	margin: 15px 0 15px 0;
}
@media (max-width: 1199px) {
	.main-page .page-body .bg-white-list::after {
		top: 60px;
	}
}
@media (max-width: 991px) {
	.main-page .page-body .bg-white-list ul li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.main-page .page-body .bg-white-list {
		position: relative;
		margin: 40px -20px 0 -20px;
		padding: 0 20px;
	}
	.main-page .page-body .bg-white-list + * {
		margin-top: 40px;
	}
	.main-page .page-body .bg-white-list ul {
		margin: 0 -10px;
	}
	.main-page .page-body .bg-white-list ul li {
		padding: 0 10px;
	}
	.main-page .page-body .bg-white-list ul li dl dt .num {
		font-size: 24px;
	}
	.main-page .page-body .bg-white-list ul li dl dd .title {
		font-size: 16px;
		margin: 10px 0 10px 0;
	}
}

/*--------------------------------------------------*/
/* ひめトレとは */
/*--------------------------------------------------*/

/* .row-title */
@media (min-width: 992px) {
	.about-page .page-body .row-title {
		display: flex;
		margin: 200px 0 80px 0;
	}
	.about-page .page-body .row-title > * {
		margin: 0;
	}
	.about-page .page-body .row-title .section-title {
		margin-right: 80px;
	}
	.about-page .page-body .row-title .simple-title {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.about-page .page-body .row-title {
		display: block;
	}
}
@media (max-width: 767px) {
	.about-page .page-body .container > *:first-child .section-title {
		margin-top: 0;
	}
}

/* .effect-list */
.about-page .page-body .effect-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px;
}
.about-page .page-body .effect-list ul li {
	display: flex;
	width: 33.33%;
	padding: 0 15px;
	margin: 15px 0;
}
.about-page .page-body .effect-list ul li div {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-height: 80px;
	background-color: #ffffff;
	border-radius: 100px;
	font-size: 18px;
	line-height: 1.6;
	padding: 10px 30px;
}
@media (max-width: 1199px) {
	.about-page .page-body .effect-list ul li {
		width: 50%;
	}
}
@media (max-width: 991px) {
	.about-page .page-body .effect-list ul li div {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.about-page .page-body .effect-list ul li {
		width: 100%;
		margin: 0;
	}
	.about-page .page-body .effect-list ul li + li {
		margin-top: 20px;
	}
	.about-page .page-body .effect-list ul li div {
		justify-content: flex-start;
		text-align: left;
	}
}

/* .evidence */
.lower-page .row-evidence {
	margin: 0 -10px;
}
.lower-page .row-evidence > * {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.lower-page .page-body .white-wrap {
	background-color: #ffffff;
	padding: 40px 50px;
}
.lower-page .page-body .white-wrap + .white-wrap {
	margin-top: 20px;
}
.lower-page .page-body .white-wrap > *:first-child,
.lower-page .page-body .white-wrap .simple-title {
	margin-top: 0;
}
.lower-page .page-body .white-wrap > *:last-child {
	margin-bottom: 0;
}
.lower-page .page-body .btn-expand {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 45px;
	background-color: #666666;
	border-radius: 45px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	padding-right: 0.4em;
}
.lower-page .page-body .btn-expand::before {
	font-family: "Material Symbols Sharp";
	content: "\e8ff";
	font-size: 160%;
	font-weight: 100;
	margin-right: 5px;
	margin-bottom: -0.2em;
}
.lower-page .page-body .white-wrap .btn-wrap {
	margin-top: 30px;
}
.lower-page .page-body .white-wrap .btn-wrap .btn-expand {
	margin: 0 auto;
}
@media (min-width: 992px) {
	.lower-page .row-evidence .col-img .white-wrap {
		align-items: center;
	}
	.lower-page .row-evidence .col-img .simple-title {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.lower-page .row-evidence .col-img {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.lower-page .page-body .white-wrap {
		background-color: #ffffff;
		padding: 30px;
	}
	.about-page .page-body .white-wrap .simple-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

/* .features */
@media (min-width: 768px) {
	.about-page .features .row-wide .inner > *:first-child {
		margin-top: 0;
	}
}

/* .story */
.about-page .story .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.about-page .story .row-title .simple-title .small {
	font-size: 80%;
	font-weight: 600;
}
.about-page .story .row + .row {
	margin-top: 120px;
}
.about-page .story .host + .developer,
.about-page .story .developer + .host,
.about-page .story .developer + .developer {
	margin-top: 40px;
}
.about-page .story .host,
.about-page .story .developer {
	position: relative;
}
.about-page .story .host::before,
.about-page .story .developer::before {
	position: absolute;
	left: -30px;
	top: 0.9em;
	content: "";
	width: 20px;
	height: 1px;
	background-color: var(--border);
}
.about-page .story .host {
	font-weight: 600;
}
@media (min-width: 768px) {
	.about-page .story .row {
		justify-content: space-between;
	}
	.about-page .story .row > * {
		max-width: 560px;
	}
	.about-page .story .row .col-100 {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.about-page .story .row + .row {
		margin-top: 50px;
	}
	.about-page .story .row .img-wrap {
		margin-bottom: 50px;
	}
}

/*--------------------------------------------------*/
/* 骨盤底筋群とは */
/*--------------------------------------------------*/

.muscle-page .page-body .figure {
	margin-bottom: 0;
}
.muscle-page .page-body .row-img {
	align-items: center;
	margin-top: 50px;
	margin-bottom: 80px;
}
.muscle-page .page-body .white-wrap {
	position: relative;
	padding-top: 50px;
	margin-top: 130px;
}
.muscle-page .page-body .white-wrap::before {
	position: absolute;
	left: 50px;
	top: -25px;
	content: "!";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid var(--border);
	font-size: 28px;
}
@media (min-width: 768px) {
	.muscle-page .page-body .row-img > * > * {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.muscle-page .page-body .white-wrap {
		margin-top: 60px;
	}
	.muscle-page .page-body .white-wrap::before {
		left: 30px;
	}
}

/*--------------------------------------------------*/
/* お客様の声 */
/*--------------------------------------------------*/

.customers-page :target{
	scroll-margin-top: 180px;
}
@media (max-width: 767px) {
	.customers-page :target{
		scroll-margin-top: 100px;
	}
}

/* .page-header */
@media (max-width: 767px) {
	.customers-page .page-header .bg-white {
		top: 40px;
	}
	.customers-page .page-header .bg-green {
		top: 140px;
	}
}

/* .page-body */
.customers-page .page-body {
	padding-top: 100px;
}
.customers-page .article-list ul {
	padding: 0;
}
.customers-page .article-list .article-title {
	font-size: 14px;
	color: var(--title);
	margin-bottom: 30px;
}
.customers-page .article-list .article-title .ja {
	font-size: 24px;
	margin: 0;
}
.customers-page .article-list .article-title .ja .small {
	font-size: 16px;
	font-weight: 600;
}
@media (min-width: 768px) {
	.customers-page .article-list ul li + li {
		margin-top: 150px;
	}
	.customers-page .article-list ul li dl {
		position: relative;
		max-width: 1150px;
	}
	.customers-page .article-list ul li dt {
		position: absolute;
		top: -50px;
		width: 44%;
		box-shadow: 0 0 50px rgba(0,0,0,0.1);
		z-index: 1:
	}
	.customers-page .article-list ul li dd {
		background-color: #ffffff;
		min-height: 330px;
		padding: 50px 30px;
	}
	.customers-page .article-list ul li dd .inner {
		max-width: 540px;
		margin: 0 auto;
	}
	.customers-page .article-list ul li:nth-child(odd) dl {
		padding-left: 38%;
		margin-left: auto;
	}
	.customers-page .article-list ul li:nth-child(even) dl {
		padding-right: 38%;
		margin-right: auto;
	}
	.customers-page .article-list ul li:nth-child(odd) dl dt {
		left: 0;
	}
	.customers-page .article-list ul li:nth-child(even) dl dt {
		right: 0;
	}
	.customers-page .article-list ul li:nth-child(odd) dd .inner {
		padding-left: 40px;
	}
	.customers-page .article-list ul li:nth-child(even) dd .inner {
		padding-right: 40px;
	}
}
@media (max-width: 767px) {
	.customers-page .page-body {
		padding-top: 0;
	}
	.customers-page .article-list {
		margin-bottom: 100px;
	}
	.customers-page .article-list ul li + li {
		margin-top: 40px;
	}
	.customers-page .article-list ul li dl {
		background-color: #ffffff;
		box-shadow: 0 0 50px rgba(0,0,0,0.1);
	}
	.customers-page .article-list ul li dl dd {
		padding: 15px 20px 30px 20px;
	}
	.customers-page .article-list .article-title {
		font-size: 13px;
		text-align: center;
		margin-bottom: 20px;
	}
	.customers-page .article-list .article-title .ja {
		font-size: 20px;
	}
	.customers-page .article-list .article-title .ja .small {
		font-size: 14px;
	}
}

/*--------------------------------------------------*/
/* よくある質問 */
/*--------------------------------------------------*/

.lower-page .faq-list dl dt {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	cursor: pointer;
	border-bottom: 1px solid #707070;
	padding: 30px 50px 30px 40px;
}
.lower-page .faq-list dl:first-child dt {
	border-top: 1px solid #707070;
}
.lower-page .faq-list dl dt::before {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 1px;
	background-color: #707070;
}
.lower-page .faq-list dl dt::after {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	content: "";
	width: 15px;
	height: 1px;
	background-color: #707070;
	transition: 0.3s;
}
.lower-page .faq-list dl dt.open::after {
	transform: translateY(-50%);
}
.lower-page .faq-list dl dd {
	position: relative;
	border-bottom: 1px solid #707070;
	padding: 30px 50px 60px 40px;
}
.lower-page .faq-list dl dt > span:first-child,
.lower-page .faq-list dl dd > span:first-child {
	position: absolute;
	left: 0;
	top: 26px;
	font-family: var(--en);
	font-size: 24px;
}
.lower-page .faq-list dl dd > span:first-child {
	top: 23px;
}
@media (max-width: 767px) {
	.lower-page .faq-list dl dt {
		font-size: 16px;
		padding: 20px 40px 20px 30px;
	}
	.lower-page .faq-list dl dt::before,
	.lower-page .faq-list dl dt::after {
		right: 10px;
		width: 15px;
	}
	.lower-page .faq-list dl dd {
		padding: 20px 40px 40px 30px;
	}
	.lower-page .faq-list dl dd .inner {
		position: relative;
		padding-left: 35px;
	}
	.lower-page .faq-list dl dt > span:first-child,
	.lower-page .faq-list dl dd > span:first-child {
		top: 17px;
		font-size: 20px;
	}
	.lower-page .faq-list dl dd > span:first-child {
		top: 16px;
	}
}

/*----------------------------------------*/
/* 個人情報保護方針 */
/*----------------------------------------*/

.contact-page .page-body .h2-title {
	font-size: 28px;
	margin: 70px 0 40px 0;
}
.policy-page .page-body ol,
.policy-page .page-body ul {
	padding-left: 1.3em;
	margin-bottom: 1rem;
}
.policy-page .page-body ul > li {
	list-style-type: disc;
}
@media (max-width: 767px) {
	.contact-page .page-body .h2-title {
		font-size: 22px;
	}
}

/*--------------------------------------------------*/
/* 404ページ */
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/* お問合せフォーム */
/*--------------------------------------------------*/

.contact-page .form-content {
	margin-top: -100px;
	padding-top: 100px;
}
.contact-page .form-content table {
	width: 100%;
	line-height: 1.8;
	border-top: 1px solid #707070;
}
.contact-page .form-content table th,
.contact-page .form-content table td {
	vertical-align: top;
	border-bottom: 1px solid #707070;
	padding: 20px 0;
}
.contact-page .form-content table th {
	font-weight: 600;
	width: 30%;
	min-width: 240px;
	padding: 20px 20px 20px 0;
}
.contact-page .form-content table th span {
	display: inline-block;
	color: #ff0000;
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}
@media (min-width: 768px) {
	.contact-page .form-content table {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.contact-page .form-content table th,
	.contact-page .form-content table td {
		display: block;
		width: 100%;
	}
	.contact-page .form-content table th {
		padding: 15px 0;
	}
	.contact-page .form-content table td {
		padding: 30px 0 40px 0;
	}
}

/*--------------------------------------------------*/
/* フォーム リセット */
/*--------------------------------------------------*/

.contact-page input[type='text'],
.contact-page button,
.contact-page select,
.contact-page textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
.contact-page textarea {
	resize: vertical;
}
.contact-page input[type='submit'],
.contact-page input[type='button'],
.contact-page label,
.contact-page button,
.contact-page select {
	cursor: pointer;
}
.contact-page select::-ms-expand {
	display: none;
}

/*--------------------------------------------------*/
/* フォーム カスタマイズ */
/*--------------------------------------------------*/

.contact-page input[type='text'],
.contact-page textarea {
	background-color: #ffffff;
	border: 1px solid #707070;
	padding: 15px;
	width: 100%;
}
.contact-page input[type='text']:focus,
.contact-page textarea:focus {
	background-color: #ffffff;
	border: 1px solid #444444;
}
.contact-page ::placeholder {
	color: #707070;
}
.contact-page .btn-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.contact-page .btn-wrap .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 240px;
	height: 55px;
	background-color: #ffffff;
	color: var(--basic);
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	margin: 20px 10px 0 10px;
}
.contact-page .btn-wrap .btn-back {
	background-color: #707070;
	color: #ffffff;
}
@media (max-width: 767px) {
	.contact-page input[type='text'],
	.contact-page textarea {
		padding: 10px;
	}
}

/*--------------------------------------------------*/
/* フォーム 画面遷移 */
/*--------------------------------------------------*/

/* 入力画面 */
@media (min-width: 768px) {
	.contact-page .mw_wp_form_input .form-content table th {
		padding-top: 35px;
	}
	.contact-page .mw_wp_form_input .form-content .row-name {
		display: flex;
		margin: 0 -10px;
	}
	.contact-page .mw_wp_form_input .form-content .row-name .col-name {
		width: 50%;
		max-width: 240px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.contact-page .mw_wp_form_input .form-content .col-name + .col-name {
		margin-top: 20px;
	}
}

/* エラー画面 */
.contact-page .mw_wp_form .error {
	color: #ff0000;
}

/* 確認画面 */
.contact-page .mw_wp_form_preview .col-name {
	display: inline-block;
	margin-right: 1em;
}

/* 送信完了画面 */
.contact-page .mw_wp_form_complete .h2-title {
	margin-top: 0;
}

/*--------------------------------------------------*/
/* モーダル */
/*--------------------------------------------------*/

/* モーダルを開いたときの背景固定対策 */
body.fix {
	overflow: hidden;
}

/* .btn */
.modal-wrap .close-mark,
.modal-wrap .close-btn {
	cursor: pointer;
	transition: 0.3s;
}

/* .modal-wrap */
.modal-wrap {
	display: none;
	position: fixed;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	overflow: auto;
	padding: 50px 0;
}
.modal-wrap.is-open {
	display: block;
}
.modal-wrap .close-mark {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: var(--green2);
	border-radius: 50%;
	transition: 0.3s;
}
.modal-wrap .close-mark::before,
.modal-wrap .close-mark::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal-wrap .close-mark::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-wrap .close-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 240px;
	height: 60px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 60px;
	margin: 50px auto 0 auto;
	transition: 0.3s;
}
.modal-wrap .close-btn span {
	position: relative;
	display: inline-block;
	padding-right: 15px;
}
.modal-wrap .close-btn span::after {
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Material Symbols Sharp";
	content: "\e5cd";
	font-size: 20px;
	font-weight: 100;
}
@media (min-width: 768px) {
	.modal-wrap .close-mark:hover,
	.modal-wrap .close-btn:hover {
		opacity: 0.5;
	}
}
@media (max-width: 767px) {
	.modal-wrap {
		padding: 50px 0;
	}
	.modal-wrap.is-open {
		display: block;
	}
	.modal-wrap .close-mark {
		width: 30px;
		height: 30px;
	}
	.modal-wrap .container {
		padding: 0;
	}
}