@charset "UTF-8";

@import url("../fonts/NotoSansJP/NotoSansJP.css");
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.css");
@import url("../fonts/FontAwesome/FontAwesome.css");
@import url("./normalize.css");
@import url("./general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #333333;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
video {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	/* img[src*="_sp."], */
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	/* img[src*="_pc."], */
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.section {
	padding: 3em 0;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 1080px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: 700;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: 400;
	line-height: 2;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}

div.section div.googlemap {
	position: relative;
	padding: 58.334% 0 0 0;
}

div.section div.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}

p.btn {
	text-align: center;
}

p.btn a {
	display: block;
	width: 28rem;
	margin: 0 auto;
}





/* ▼body */
/* ----------------------------------------------------- */
body {
	position: relative;
	background-color: #e5f9e5;
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

@media screen and (min-width: 767px) {
	div#globalwrap {
		position: relative;
		z-index: 1;
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
	}
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	background-color: #e5f9e5;
	background-repeat: repeat-x;
	background-position: center top;
}

div#keyvisual h1 img {
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual p,
div#keyvisual ul {
	display: none;
}



@media screen and (min-width: 767px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_pc.jpg);
	}
	div#keyvisual h1 img {
		background-image: url(../img/keyvisual_pc.png);
	}
	body#club div#keyvisual {
		background-image: url(../img/club_keyvisual_pc.jpg);
	}
	body#club div#keyvisual div.container {
		max-width: 900px;
	}
	body#club div#keyvisual h1 img {
		background-image: url(../img/club_keyvisual_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_sp.jpg);
		background-size: 100% auto;
	}
	div#keyvisual h1 img {
		background-image: url(../img/keyvisual_sp.png);
		background-size: 100% auto;
	}
	body#club div#keyvisual {
		background-image: url(../img/club_keyvisual_sp.jpg);
	}
	body#club div#keyvisual h1 img {
		background-image: url(../img/club_keyvisual_sp.png);
	}
}





/* ▼beforeafter */
/* ----------------------------------------------------- */
div#beforeafter {
	padding-top: 0;
	background-color: #e5f9e5;
}

body#opt div#beforeafter {
	padding: 1.5rem 0;
}

div#beforeafter div.container {
	position: relative;
	overflow: visible;
}

div#beforeafter h2 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

div#beforeafter h3 {
	margin: 1rem 0;
	background-image: url(../img/beforeafter_subhead.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#beforeafter div.beforeafter {
	margin: 0 auto;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23008000%22%20width%3D%22670%22%20height%3D%22710%22%20viewBox%3D%220%200%20670%20710%22%3E%3Cpolygon%20points%3D%22360%20326.7%20323.6%20290.2%20323.6%20301.7%20310%20301.7%20310%20351.7%20323.6%20351.7%20323.6%20363.1%20360%20326.7%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#beforeafter div.beforeafter div.before {
	width: 44.777%;
	overflow: hidden;
	background: #ffffff;
}

div#beforeafter div.beforeafter div.after {
	width: 44.777%;
	overflow: hidden;
	background: #ffffff;
}

div#beforeafter div.beforeafter div h4 {
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}

div#beforeafter div.beforeafter div.before h4 {
	background: #333333;
}

div#beforeafter div.beforeafter div.after h4 {
	background: #008000;
}

div#beforeafter div.beforeafter div figure {
	margin: 0;
}

div#beforeafter div.beforeafter div p {
	margin: 0;
	padding: 0.75rem 0;
	line-height: 1.5;
	text-align: center;
}

div#beforeafter div.beforeafter div p strong {
	line-height: 1;
}

div#beforeafter div.beforeafter div.after p {
	color: #008000;
}



@media screen and (min-width: 767px) {
	div#beforeafter {
		padding-bottom: 1.5rem;
	}
	div#beforeafter div.container {
		max-width: 960px;
	}
	div#beforeafter h2 {
		/* top: -0.5rem; */
		background-image: url(../img/beforeafter_headline_pc.png);
	}
	div#beforeafter div.wrap {
		width: 69.792%;
	}
	div#beforeafter div.beforeafter {
		width: 92.538%;
	}
	div#beforeafter div.beforeafter div h4 {
		font-size: 1.3rem;
	}
	div#beforeafter div.beforeafter div p {
		font-size: 1rem;
	}
	div#beforeafter div.beforeafter div p strong {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 766px) {
	div#beforeafter {
		padding-bottom: 2rem;
	}
	div#beforeafter h2 {
		top: -2.5rem;
		margin-bottom: -1.5rem;
		background-image: url(../img/beforeafter_headline_sp.png);
		background-size: 100% auto;
	}
	div#beforeafter div.beforeafter div h4 {
		font-size: 1.6rem;
	}
	div#beforeafter div.beforeafter div p {
		font-size: 1.4rem;
	}
	div#beforeafter div.beforeafter div p strong {
		font-size: 1.6rem;
	}
}





/* ▼volume */
/* ----------------------------------------------------- */
div#volume {
	background-color: #ffffff;
	background-repeat: no-repeat;
}

body#opt div#volume {
	background-color: #e5f9e5;
}

body#opt div#volume div.container {
	overflow: visible;
}

body#opt div#volume h2 {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#volume p {
	margin: 0;
	text-align: center;
}

body#opt div#volume p {
	margin-top: 1.5rem;
}

body#opt div#volume p.alignCenter em {
	font-weight: 700;
}

body#opt div#volume p.alignCenter em.marker {
	background: #fff931;
}

body#opt div#volume h2 + p.alignCenter {
	font-size: 3.1rem;
	line-height: 1.2;
}

body#opt div#volume h2 + p.alignCenter strong {
	font-size: 3.6rem;
	color: #d10715;
}

body#opt div#volume h2 + p.alignCenter strong span {
	font-size: 4.1rem;
}

body#opt div#volume h2 + p.alignCenter em {
	font-size: 3.9rem;
}

body#opt div#volume div.bodytext {
	margin: 1.5rem 0;
	padding: 2rem;
	background: #ffffff;
}

body#opt div#volume div.bodytext h3 {
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	background: #008000;
}

body#opt div#volume div.bodytext ol {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

body#opt div#volume div.bodytext ol li {
	position: relative;
	list-style-type: none;
	margin: 0;
	border-bottom: 1px dashed #cccccc;
}

body#opt div#volume div.bodytext p {
	position: relative;
	margin: 0;
	text-align: left;
}

body#opt div#volume div.bodytext ol li span,
body#opt div#volume div.bodytext p span {
	position: absolute;
	left: 0;
	font-weight: 700;
	line-height: 1.875;
	text-align: center;
	color: #ffffff;
	background: #008000;
}

body#opt div#volume div.bodytext ol li span::after,
body#opt div#volume div.bodytext p span::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	background: #008000;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

body#opt div#volume figure {
	position: relative;
	z-index: 2;
	margin: 0;
	text-align: center;
}

body#opt div#volume p#recommendation {
	position: relative;
	z-index: 1;
	margin: -0.5rem 0 0 0;
	padding: 1rem;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	border: 0.2rem solid #008000;
}

body#opt div#volume p#recommendation::after {
	content: "";
	position: absolute;
	bottom: -3.5rem;
	left: 50%;
	width: 4rem;
	height: 2.5rem;
	background: #008000;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}



@media screen and (min-width: 767px) {
	div#volume {
		padding: 2.75rem 0;
		background-image: url(../img/volume_pc.jpg);
		background-position: center center;
	}
	body#opt div#volume {
		padding-top: 0;
		padding-bottom: 4rem;
		background-image: url(../img/opt_volume_pc.jpg);
	}
	div#volume div.wrap {
		width: 59.260%;
	}
	body#opt div#volume div.container {
		max-width: 960px;
	}
	body#opt div#volume div.wrap {
		width: 100%;
	}
	body#opt div#volume h2 {
		width: 88.021%;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../img/opt_volume_headline_pc.png);
	}
	body#opt div#volume p.alignCenter {
		font-size: 1.2rem;
	}
	body#opt div#volume p.alignCenter em {
		font-size: 1.6rem;
	}
	body#opt div#volume div.bodytext h3 {
		width: 67.046%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.2rem;
	}
	body#opt div#volume div.bodytext ol li {
		width: 47.728%;
		padding: 0.75rem 0 0.5rem 4rem;
		font-size: 1rem;
	}
	body#opt div#volume div.bodytext p {
		padding: 0.75rem 0 0.5rem 0;
		padding-left: 10rem;
		font-size: 1rem;
	}
	body#opt div#volume div.bodytext ol li strong,
	body#opt div#volume div.bodytext p strong {
		font-size: 1.2rem;
	}
	body#opt div#volume div.bodytext ol li span,
	body#opt div#volume div.bodytext p span {
		top: 0.75rem;
		width: 1.875em;
		font-size: 1.2rem;
	}
	body#opt div#volume div.bodytext p span {
		width: 8.5rem;
	}
	body#opt div#volume div.bodytext ol li span::after,
	body#opt div#volume div.bodytext p span::after {
		right: -0.75rem;
		width: 0.75rem;
	}
	body#opt div#volume p#recommendation {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 766px) {
	div#volume {
		padding: 15rem 0 3rem 0;
		background-image: url(../img/volume_sp.jpg);
		background-position: center top;
		background-size: 100% auto;
	}
	body#opt div#volume {
		padding-top: 0;
		padding-bottom: 4.5rem;
		background-image: none;
	}
	body#opt div#volume h2 {
		background-image: url(../img/opt_volume_headline_sp.png);
		background-size: 100% auto;
	}
	body#opt div#volume p.alignCenter {
		font-size: 1.4rem;
	}
	body#opt div#volume p.alignCenter em {
		font-size: 1.8rem;
	}
	body#opt div#volume div.bodytext h3 {
		font-size: 1.4rem;
	}
	body#opt div#volume div.bodytext ol li {
		width: 100%;
		padding: 0.75rem 0 0.3rem 4rem;
		font-size: 1.4rem;
	}
	body#opt div#volume div.bodytext p {
		padding: 0.75rem 0 0.3rem 0;
		padding-left: 10.5rem;
		font-size: 1.4rem;
	}
	body#opt div#volume div.bodytext ol li strong,
	body#opt div#volume div.bodytext p strong {
		font-size: 1.6rem;
	}
	body#opt div#volume div.bodytext ol li span,
	body#opt div#volume div.bodytext p span {
		top: 0.75rem;
		width: 2.0em;
		font-size: 1.4rem;
	}
	body#opt div#volume div.bodytext p span {
		width: 9.5rem;
	}
	body#opt div#volume div.bodytext ol li span::after,
	body#opt div#volume div.bodytext p span::after {
		right: -0.7rem;
		width: 0.75rem;
	}
	body#opt div#volume p#recommendation {
		font-size: 1.8rem;
	}
}





/* ▼authority */
/* ----------------------------------------------------- */
div#authority {
	background-color: #e5f9e5;
	background-repeat: no-repeat;
}

div#authority div.headline h2 {
	margin: 0 0 1rem 0;
	background-image: url(../img/authority_headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#authority div.headline h3 {
	font-size: 2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#authority div.headline h3::before {
	content: "";
	width: 7rem;
	height: 4.75rem;
	margin: 0 1rem 0 0;
	background-image: url(../img/authority_flag.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#authority figure {
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#authority {
		padding: 2.5rem 0;
		background-image: url(../img/authority_pc.jpg);
		background-position: center center;
	}
	div#authority div.container {
		max-width: 1040px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	div#authority div.container::after {
		display: none;
	}
	div#authority div.headline {
		width: 58.654%;
	}
	div#authority div.headline h3 {
		margin: 0 0.25rem;
	}
	div#authority figure {
		width: 38.462%;
	}
}

@media screen and (max-width: 766px) {
	div#authority {
		padding: 1rem 0 2rem 0;
		background-image: url(../img/authority_sp.jpg);
		background-position: right bottom;
		background-size: 100% auto;
	}
	div#authority div.headline {
		width: 93.334%;
		margin: 0 auto;
	}
	div#authority div.headline h3 {
		width: 85.715%;
		margin: 0 auto;
	}
	div#authority figure {
		width: 61.334%;
		margin: 1.5rem auto 0 2rem;
	}
}





/* ▼offer */
/* ----------------------------------------------------- */
div.offer {
	padding: 0;
	background: #008000;
}

div.offer div.container {
	background-image: url(../img/offer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div.offer h2 {
	overflow: hidden;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	border-radius: 0.25rem 0.25rem 0 0;
}

div.offer div.wrap.title_202603 {
	position: relative;
	margin-top: 5.5rem;
}

div.offer div.wrap.title_202603::before {
	content: "";
	position: absolute;
	top: -5.25rem;
	left: 50%;
	width: 33.5rem;
	height: 7.25rem;
	background-image: url(../img/offer_title_202603.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div.offer p.renewal_campaign + div.wrap h2,
div.offer p.price_card + div.wrap h2,
div.offer p.campaign + div.wrap h2 {
	margin: 2rem 0 0 0;
}

div.offer div.privilege {
	background: #ffffff;
	border-radius: 0 0 0.25rem 0.25rem;
}

div.offer div.privilege > p {
	text-align: center;
}

div.offer div.privilege > p em {
	font-weight: 700;
	font-size: 1.7rem;
}

div.offer div.privilege > p em span {
	background: #fff931;
}

div.offer div.privilege > p em span i {
	font-size: 2rem;
}
div.offer div.privilege > p strong {
	font-size: 2.2rem;
	text-decoration: underline;
	color: #d10715;
}

div.offer div.privilege div.privilege_wrap {
	margin: 2rem 0;
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 0.25rem;
}

div.offer div.privilege div.privilege_wrap div.bodytext {
	background: #ffffff;
	border-radius: 0.25rem;
}

div.offer p.btn {
	margin-top: 3rem;
}

div.offer div.privilege p.note {
	margin-top: -1.5rem;
}

div.offer p.campaign.spring_dl20260227 img {
	background-image: url(../img/offer_2026_05_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div.offer p.deadline {
	margin: 0 0 1rem 0;
	font-size: 1.8rem !important;
	font-weight: 700;
	text-align: center;
	color: #d10715;
}

div.offer p.deadline span {
	font-size: 2.2rem !important;
	background: linear-gradient(transparent 70%, #fff931 70%);
}



body#club div.offer div.wrap > p {
	position: relative;
	font-size: 1.4rem;
	text-align: center;
	color: #ffffff;
}

body#club div.offer div.wrap > p a {
	color: #fff931;
}

body#club div.offer div.wrap > p:last-child a.cta_link {
	display: block;
	position: relative;
	margin: 0 auto;
}

body#club div.offer div.wrap > p:last-child a.cta_link.disabled {
	pointer-events: none;
}

body#club div.offer div.wrap > p:last-child a.cta_link.disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 3.7rem;
}

body#club div.offer div.wrap > p:last-child a.cta_link img {
	background-image: url(../img/club_cta_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

body#club div.offer div.wrap > p input[type="checkbox"] {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}

body#club div.offer div.wrap > p input[type="checkbox"] + label {
	position:relative;
	display: inline-block;
	padding: 0 0 0 1.5em;
	font-size: 1.4rem;
}

body#club div.offer div.wrap > p input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.65rem;
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0.3rem;
}

body#club div.offer div.wrap > p input[type="checkbox"][readonly] + label:before,
body#club div.offer div.wrap > p input[type="checkbox"][disabled] + label:before {
	background-color: rgba(235, 235, 228, 1) !important;
}

body#club div.offer div.wrap > p input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0.25rem;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0;
	/*
	background: #000000;
	*/
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23df5b41%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M19.4%2C1c.6.5.8%2C1.4.3%2C2l-11.4%2C15.7c-.2.3-.6.5-1%2C.6-.4%2C0-.8-.1-1.1-.4L.4%2C13.2c-.6-.6-.6-1.5%2C0-2s1.5-.6%2C2%2C0l4.5%2C4.5L17.4%2C1.3c.5-.6%2C1.4-.8%2C2-.3h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

body#club div.offer div.wrap > p input[type="checkbox"][readonly] + label:after,
body#club div.offer div.wrap > p input[type="checkbox"][disabled] + label:after {
	/*
	background-color: rgba(100, 100, 98, 1) !important;
	*/
	filter: grayscale(100%);
}

body#club div.offer div.wrap div.explanation h2 {
	font-weight: 400;
	color: #ffffff;
	background: transparent;
}

body#club div.offer div.wrap div.explanation h2::before {
	content: "【";
}

body#club div.offer div.wrap div.explanation h2::after {
	content: "】";
}

body#club div.offer div.wrap div.explanation ul {
	margin: 0;
}

body#club div.offer div.wrap div.explanation ul li {
	margin: 0 0 0 1.5em;
	color: #ffffff;
}

body#club div.offer div.wrap div.explanation p {
	margin: 0;
	color: #ffffff;
}



body#opt div.offer p.btn {
	margin-top: 0;
}



@media screen and (min-width: 767px) {
	div.offer div.container {
		padding-top: 3rem;
		padding-bottom: 8.5rem;
	}
	div.offer div.container > p.renewal_campaign,
	div.offer div.container > p.price_card,
	div.offer div.container > p.campaign {
		position: relative;
		width: 88.889%;
		margin: 0 auto;
	}
	div.offer div.container > p.campaign {
		margin-top: 0.75rem;
		margin-bottom: 2.25rem;
	}
	div#globalwrap div.offer div.container > p.renewal_campaign,
	div#globalwrap div.offer div.container > p.price_card,
	div#globalwrap div.offer div.container > p.campaign {
		width: 100%;
	}
	div.offer div.container > p.renewal_campaign::after {
		content: "";
		position: absolute;
		top: -38px;
		right: -55px;
		width: 15.5rem;
		height: 13rem;
		background-image: url(../img/offer_renewal_after.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	div#globalwrap div.offer div.container > p.renewal_campaign::after {
		display: none;
	}
	body > div.offer div.container div.wrap {
		width: 88.889%;
	}
	div.offer h2 {
		background-image: url(../img/offer_privilege_headline_pc.jpg);
	}
	div#globalwrap div.offer h2 {
		background-image: url(../img/offer_privilege_headline_sp.jpg);
	}
	div.offer div.wrap.title_202603 h2 {
		background-image: url(../img/offer_privilege_headline_202603_pc.jpg);
	}
	div#globalwrap div.offer div.wrap.title_202603 h2 {
		background-image: url(../img/offer_privilege_headline_202603_sp.jpg);
	}
	div.offer div.privilege {
		padding: 0.5rem 3rem;
	}
	div#globalwrap div.offer div.privilege {
		padding: 1rem 2rem;
	}
	div.offer div.privilege > p {
		font-size: 1rem;
	}
	div.offer div.privilege div.privilege_wrap {
		padding: 1px 3rem;
		background-size: 100% auto;
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap {
		padding: 1px 1rem;
	}
	div.offer div.privilege div.privilege_wrap.privilege_01 {
		background-image: url(../img/offer_privilege_01_pc.jpg);
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap.privilege_01 {
		background-image: url(../img/offer_privilege_01_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap.privilege_02 {
		background-image: url(../img/offer_privilege_02_pc.jpg);
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap.privilege_02 {
		background-image: url(../img/offer_privilege_02_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap.privilege_03 {
		background-image: url(../img/offer_privilege_03_pc.jpg);
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap.privilege_03 {
		background-image: url(../img/offer_privilege_03_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap div.bodytext {
		padding: 1px 3rem;
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap div.bodytext {
		padding: 1px 1rem;
	}
	div.offer div.privilege div.privilege_wrap p {
		font-size: 0.8rem;
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap p {
		font-size: 1rem;
	}
	div.offer div.privilege div.privilege_wrap div.bodytext p {
		font-size: 1rem;
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap div.bodytext p {
		font-size: 1.2rem;
	}
	div.offer div.privilege p.note {
		font-size: 0.7rem !important;
	}
	body > div.offer p.campaign.spring_dl20260227 img {
		background-image: url(../img/offer_2026_05_pc.png);
	}
	body#club div.offer div.container {
		padding-top: 1.5rem;
	}
	body#club > div.offer div.wrap {
		width: 87.038%;
		width: 77.778%;
	}
	body#club > div.offer div.flex {
		justify-content: space-between;
	}
	body#club > div.offer div.flex p {
		width: 47.873%;
		margin: 0;
	}
	body#club > div.offer div.wrap > p {
		font-size: 1rem;
		color: #ffffff;
	}
	body#club > div.offer div.wrap > p input[type="checkbox"] + label {
		font-size: 1rem;
	}
	body#club > div.offer div.wrap > p input[type="checkbox"] + label:before {
		top: 0.45rem;
		width: 1.1rem;
		height: 1.1rem;
	}
	body#club > div.offer div.wrap > p input[type="checkbox"]:checked + label::after {
		top: 0.3rem;
		left: 0;
		width: 1.3rem;
		height: 1.3rem;
	}
	body#club div.offer a#cta_01 {
		width: 59.575%;
	}
	body#club div.offer a#cta_02 {
		width: 83.583%;
	}
	body#club div.offer div.wrap div.explanation h2,
	body#club div.offer div.wrap div.explanation ul li,
	body#club div.offer div.wrap div.explanation p {
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 766px) {
	div.offer div.container {
		padding-bottom: 6rem;
	}
	body#opt div.offer {
		padding-top: 3rem;
	}
	div.offer h2 {
		background-image: url(../img/offer_privilege_headline_sp.jpg);
		background-size: 100% auto;
	}
	div.offer div.wrap.title_202603 h2 {
		background-image: url(../img/offer_privilege_headline_202603_sp.jpg);
	}
	div.offer div.privilege {
		padding: 1rem 2rem;
	}
	div.offer div.privilege > p {
		font-size: 1.2rem;
	}
	div.offer div.privilege div.privilege_wrap {
		padding: 1px 1rem;
		background-size: 100% auto;
	}
	div.offer div.privilege div.privilege_wrap.privilege_01 {
		background-image: url(../img/offer_privilege_01_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap.privilege_02 {
		background-image: url(../img/offer_privilege_02_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap.privilege_03 {
		background-image: url(../img/offer_privilege_03_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap div.bodytext {
		padding: 1px 1rem;
	}
	div.offer div.privilege div.privilege_wrap p {
		font-size: 1rem;
	}
	div.offer div.privilege div.privilege_wrap div.bodytext p {
		font-size: 1.2rem;
	}
	div.offer div.privilege p.note {
		font-size: 1rem !important;
	}
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	background: #ffffff;
}

div#voice h2 {
	font-size: 2rem;
	line-height: 1.65;
	text-align: center;
	color: #008000;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23008000%22%20width%3D%22670%22%20height%3D%22200%22%20viewBox%3D%220%200%20670%20200%22%3E%3Cpath%20d%3D%22M592.5%2C196c-.3%2C0-.7-.1-1-.4-.6-.5-.7-1.5-.2-2.1l66-77c.5-.6%2C1.5-.7%2C2.1-.2.6.5.7%2C1.5.2%2C2.1l-66%2C77c-.3.3-.7.5-1.1.5Z%22%2F%3E%3Cpath%20d%3D%22M582.5%2C176c-.2%2C0-.5%2C0-.7-.2-.7-.4-1-1.3-.6-2l86-157c.4-.7%2C1.3-1%2C2-.6.7.4%2C1%2C1.3.6%2C2l-86%2C157c-.3.5-.8.8-1.3.8Z%22%2F%3E%3Cpath%20d%3D%22M87.5%2C176c-.5%2C0-1-.3-1.3-.8L.2%2C18.2c-.4-.7-.1-1.6.6-2%2C.7-.4%2C1.6-.1%2C2%2C.6l86%2C157c.4.7.1%2C1.6-.6%2C2-.2.1-.5.2-.7.2Z%22%2F%3E%3Cpath%20d%3D%22M77.5%2C196c-.4%2C0-.8-.2-1.1-.5L10.4%2C118.5c-.5-.6-.5-1.6.2-2.1.6-.5%2C1.6-.5%2C2.1.2l66%2C77c.5.6.5%2C1.6-.2%2C2.1-.3.2-.6.4-1%2C.4Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#voice div.voice {
	position: relative;
	margin: 3rem 0;
	padding: 2rem;
	background: #f4f4f4;
	border-radius: 0.25rem;
}

div#voice div.voice::before {
	content: "";
	position: absolute;
	top: -1.75rem;
	left: 50%;
	width: 12.5rem;
	height: 3.25rem;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#voice div#voice_01.voice::before {
	background-image: url(../img/voice_01.svg);
}

div#voice div#voice_02.voice::before {
	background-image: url(../img/voice_02.svg);
}

div#voice div#voice_03.voice::before {
	background-image: url(../img/voice_03.svg);
}

div#voice div#voice_04.voice::before {
	background-image: url(../img/voice_04.svg);
}

div#voice div#voice_05.voice::before {
	background-image: url(../img/voice_05.svg);
}

div#voice div#voice_06.voice::before {
	background-image: url(../img/voice_06.svg);
}

div#voice div#voice_07.voice::before {
	background-image: url(../img/voice_07.svg);
}

div#voice div#voice_08.voice::before {
	background-image: url(../img/voice_08.svg);
}

div#voice div#voice_09.voice::before {
	background-image: url(../img/voice_09.svg);
}

div#voice div#voice_10.voice::before {
	background-image: url(../img/voice_10.svg);
}

div#voice div#voice_02.voice {
	margin-top: 5rem;
}

div#voice div.voice h3 {
	font-size: 1.6rem;
}

div#voice div.voice h3 strong {
	text-decoration: underline;
	color: #008000;
}

div#voice div.voice p {
	font-size: 1.4rem;
}

div#voice div.voice p strong {
	background: #fff931;
}

div#voice div.beforeafter {
	margin: 0 auto;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23008000%22%20width%3D%22670%22%20height%3D%22710%22%20viewBox%3D%220%200%20670%20710%22%3E%3Cpolygon%20points%3D%22360%20326.7%20323.6%20290.2%20323.6%20301.7%20310%20301.7%20310%20351.7%20323.6%20351.7%20323.6%20363.1%20360%20326.7%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#voice div.voice > figure {
	position: relative;
	transform: rotate(-4deg);
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

div#voice div.voice > figure img {
	border: 0.5rem solid #ffffff;
	border-radius: 0.25rem;
}

div#voice div.voice > figure figcaption {
	position: absolute;
	top: 0;
	width: 9rem;
	height: 9.5rem;
	text-align: center;
	color: #ffffff;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23008000%22%20width%3D%22180%22%20height%3D%22190%22%20viewBox%3D%220%200%20180%20190%22%3E%3Cpolygon%20points%3D%22180%20190%2090%20175.6%200%20190%200%200%20180%200%20180%20190%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#voice div#voice_01.voice > figure figcaption {
	right: 1rem;
}

div#voice div#voice_02.voice > figure figcaption {
	left: 1rem;
}

div#voice div.voice div.beforeafter div.before {
	width: 44.777%;
	overflow: hidden;
	background: #ffffff;
}

div#voice div.voice div.beforeafter div.after {
	width: 44.777%;
	overflow: hidden;
	background: #ffffff;
}

div#voice div.voice div.beforeafter div h4 {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}

div#voice div.voice div.beforeafter div.before h4 {
	background: #333333;
}

div#voice div.voice div.beforeafter div.after h4 {
	background: #008000;
}

div#voice div.voice div.beforeafter div figure {
	margin: 0;
}

div#voice ul {
	margin: 0;
}

div#voice ul li {
	list-style-type: none;
	margin: 0;
}

div#voice ul li img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#voice ul li img[src$="voice_other_01.svg"] {
	background-image: url(../img/voice_other_01.jpg);
}

div#voice ul li img[src$="voice_other_02.svg"] {
	background-image: url(../img/voice_other_02.jpg);
}

div#voice ul li img[src$="voice_other_03.svg"] {
	background-image: url(../img/voice_other_03.jpg);
}

div#voice ul li img[src$="voice_other_04.svg"] {
	background-image: url(../img/voice_other_04.jpg);
}

div#voice ul li img[src$="voice_other_05.svg"] {
	background-image: url(../img/voice_other_05.jpg);
}

div#voice ul li img[src$="voice_other_06.svg"] {
	background-image: url(../img/voice_other_06.jpg);
}

body#club div#voice div.voice h3 strong {
	text-decoration: none;
}

body#club div#voice div.voice > figure {
	width: 84.746%;
	margin-left: auto;
	margin-right: auto;
}

body#club div#voice div.voice > figure figcaption {
	width: 7.5rem;
	height: 6rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23008000%22%20width%3D%22150%22%20height%3D%22120%22%20viewBox%3D%220%200%20150%20120%22%3E%3Cpolygon%20points%3D%22150%20120%2075%20105.6%200%20120%200%200%20150%200%20150%20120%22%2F%3E%3C%2Fsvg%3E');
}

body#club div#voice div#voice_01.voice > figure figcaption {
	right: 1.25rem;
}

body#club div#voice div#voice_02.voice > figure figcaption {
	left: unset;
	right: 1.25rem;
}

body#club div#voice div#voice_03.voice > figure figcaption {
	right: 1.25rem;
}

body#club div#voice div#voice_04.voice > figure figcaption {
	right: 1.25rem;
}

body#club div#voice div#voice_05.voice > figure figcaption {
	left: 1.25rem;
}

body#club div#voice div#voice_06.voice > figure figcaption {
	left: 1.25rem;
}

body#club div#voice div#voice_07.voice > figure figcaption {
	right: 1.25rem;
}

body#club div#voice div#voice_08.voice > figure figcaption {
	left: 1.25rem;
}

body#club div#voice div#voice_09.voice > figure figcaption {
	left: 1.25rem;
}

body#club div#voice div#voice_10.voice > figure figcaption {
	right: 1.25rem;
}

body#club div#voice div.voice div.detail {
	position: relative;
	height: auto;
	max-height: 15rem;
	overflow: hidden;
	margin: 2rem 0 0 0;
	padding: 0;
	box-sizing: border-box;
	transition: max-height 0.5s ease;
}

body#club div#voice div.voice div.detail.open {
	max-height: 1000rem;
	overflow: visible;
}

body#club div#voice div.voice div.detail::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2rem;
	background-image: linear-gradient(0deg, #f4f4f4 30%, transparent);
}

body#club div#voice div.voice div.detail.open::after {
	display: none;
}

body#club div#voice div.voice div.detail p {
	margin: 1.5rem 0 0 0;
	font-size: 1.4rem;
	text-align: left;
}

body#club div#voice div.voice div.detail div.readmore p {
	margin: 0;
	text-align: center;
}

body#club div#voice div.voice div.detail div.readmore p span {
	position: relative;
	display: block;
	cursor: pointer;
	width: 47.458%;
	margin: 0 auto;
	padding: 0.2rem 1rem 0.2rem 1.5rem;
	text-align: left;
	border: 0.1rem solid #cccccc;
	background: #dddddd;
	border-radius: 5px;
	box-sizing: border-box;
}

body#club div#voice div.voice div.detail div.readmore p span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 1rem;
	height: 1rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%234c3205%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.2%2C15.7L.3%2C6.8c-.4-.4-.4-1.1%2C0-1.6l1-1c.4-.4%2C1.1-.4%2C1.6%2C0l7.1%2C7.1%2C7.1-7.1c.4-.4%2C1.1-.4%2C1.6%2C0l1%2C1c.4.4.4%2C1.1%2C0%2C1.6l-8.9%2C8.9c-.4.4-1.1.4-1.6%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(0, -50%);
}

body#club div#voice div.voice div.detail.open div.readmore p span::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%234c3205%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.2%2C4.3L.3%2C13.2c-.4.4-.4%2C1.1%2C0%2C1.6l1%2C1c.4.4%2C1.1.4%2C1.6%2C0l7.1-7.1%2C7.1%2C7.1c.4.4%2C1.1.4%2C1.6%2C0l1-1c.4-.4.4-1.1%2C0-1.6L10.8%2C4.3c-.4-.4-1.1-.4-1.6%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
}





/* ▼ranking */
/* ----------------------------------------------------- */
div#ranking {
	background-image: linear-gradient(0deg, #af8e3e, #fff9c4 20% 80%, #b79a60);
}

div#ranking div.container {
	overflow: visible;
}

div#ranking p {
	font-size: 1rem;
	text-align: center;
}

div#ranking figure {
	margin: 1rem 0 0 0;
}

div#ranking figure img {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}





/* ▼problem */
/* ----------------------------------------------------- */
div#problem {
	padding: 0;
}

div#problem div.precede.container h2 {
	background-color: #5f7184;
	background-image: url(../img/problem_precede.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

body#club div#problem h2 {
	background-color: #5f7184;
	background-image: url(../img/club_problem.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#problem div.precede.container h2 + ul,
body#club div#problem h2 + ul {
	display: none;
}

div#problem div.follow.container {
	position: relative;
	padding-top: 6.5rem;
	padding-bottom: 1.5rem;
	background-color: #c2c9ce;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%235f7184%22%20width%3D%22750%22%20height%3D%2280%22%20viewBox%3D%220%200%20750%2080%22%3E%3Cpolygon%20points%3D%22375%2080%200%200%20750%200%20375%2080%22%2F%3E%3C%2Fsvg%3E'),
					  url(../img/problem_follow_bottom.jpg),
					  url(../img/problem_follow_top.jpg);
	background-repeat: no-repeat;
	background-position: center top, center bottom, center top;
	background-size: 100% auto;
}

div#problem div.follow.container h3 {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}

div#problem div.follow.container h3 span {
	padding: 0.5em;
	color: #ffffff;
	background: #5f7184;
	border-radius: 0.25rem;
}

div#problem div.follow.container ul {
	margin: 4rem 0 2.5rem 0;
}

div#problem div.follow.container ul li {
	list-style-type: none;
	margin-top: 1rem;
	font-size: 1.6rem;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#problem div.follow.container ul li strong {
	line-height: 1;
}

div#problem div.follow.container ul li:first-child {
	height: 13.75rem;
	background-image: url(../img/problem_follow_first.png);
}

div#problem div.follow.container ul li:last-child {
	height: 11rem;
	background-image: url(../img/problem_follow_last.png);
}

div#problem div.follow.container p {
	padding: 0.5em 0;
	font-size: 2rem;
	text-align: center;
	background-image: url(../img/problem_follow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#problem div.follow.container p strong {
	font-size: 2.2rem;
	text-decoration: underline;
	color: #135f99;
}

body#opt div#problem div.follow.container p {
	width: 100%;
	min-height: 17rem;
	margin: 1rem 0;
	padding: 0;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}





/* ▼profile */
/* ----------------------------------------------------- */
div#profile {
	padding: 0;
}

div#mediaresults {
	background: #ffffff;
}

div#profile div.headline.container {
	position: relative;
	overflow: visible;
	padding-top: 4rem;
	padding-bottom: 35.5rem;
	background-color: #e5f9e5;
	background-image: url(../img/profile_headline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

body#opt div#profile div.headline.container {
	background-image: url(../img/opt_profile_headline.svg),
					  url(../img/profile_headline.jpg);
}

div#profile div.headline.container::before {
	content: "";
	position: absolute;
	top: -1rem;
	left: 50%;
	width: 5rem;
	height: 3rem;
	background-color: #333333;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#profile div.bodytext.container {
	padding-bottom: 3rem;
	background-color: #ffffff;
}

body#club div#profile div.bodytext.container {
	padding-bottom: 0;
}

div#profile div.bodytext.container p {
	font-size: 1.4rem;
}

div#profile div.bodytext.container p strong {
	background: #fff931;
}

div#profile div.bodytext.container h3 {
	position: relative;
	margin: 2.5rem 0;
}

div#profile div.bodytext.container h3:before {
	content: "";
	position: absolute;
	top: 2rem;
	left: -1rem;
	width: 17.5rem;
	height: 5.25rem;
	background-image: url(../img/profile.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#profile div.bodytext.container h3 img,
div#profile div.bodytext.container figure img {
	border-radius: 0.25rem;
}

div#profile div.bodytext.container figure.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#profile div.bodytext.container figure.flexbox picture {
	width: 47.762%;
}

div#profile div.bodytext.container table {
	width: 100%;
	margin: 0;
}

div#profile div.bodytext.container table th,
div#profile div.bodytext.container table td {
	font-size: 1.4rem;
	vertical-align: top;
}

div#profile div.bodytext.container div#personality {
	margin: 3rem 0;
	padding: 0.9rem 1.4rem;
	border: 0.1rem solid #008000;
	border-radius: 0.25rem;
}

div#profile div.bodytext.container div#personality table th,
div#profile div.bodytext.container div#personality table td {
	padding: 0.5rem 0;
	font-weight: 400;
	line-height: 2;
	border-bottom: 0.1rem dashed #bbbbbb;
}

div#profile div.bodytext.container div#personality table tr:last-child th,
div#profile div.bodytext.container div#personality table tr:last-child td {
	border-bottom: 0 none;
}

div#profile div.bodytext.container div#personality table th span {
	display: inline-block;
	width: 9.5rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
	border-radius: 2em;
}

body#opt div#profile div.bodytext.container div#biography {
	margin-top: 2rem;
}

div#profile div.bodytext.container div#biography table {
	border-collapse: separate;
	border: 0.1rem solid #cccccc;
	border-radius: 0 0 0.25rem 0.25rem;
}

div#profile div.bodytext.container div#biography table caption {
	font-size: 1.8rem;
	text-align: center;
	color: #ffffff;
	border: 0.1rem solid #cccccc;
	border-bottom: 0 none;
	background: #008000;
	border-radius: 0.25rem 0.25rem 0 0;
}

div#profile div.bodytext.container div#biography table th,
div#profile div.bodytext.container div#biography table td {
	padding: 1em;
	border-bottom: 0.1rem solid #cccccc;
}

div#profile div.bodytext.container div#biography table tr:last-child th,
div#profile div.bodytext.container div#biography table tr:last-child td {
	border-bottom: 0 none;
}

div#profile div.bodytext.container div#biography table th {
	white-space: nowrap;
}

div#profile div.bodytext.container div#biography table td p {
	margin: 0;
}

div#profile div.bodytext.container div#biography table td p + p {
	margin-top: 1.5rem;
}

div#profile div.bodytext.container div#biography table td strong,
div#profile div.bodytext.container div#biography table td p strong {
	color: #008000;
	background: transparent;
}

div#profile div.bodytext.container div#media,
div#mediaresults div.media {
	overflow: hidden;
	padding: 0 0 1.5rem 0;
	background: #e5f9e5;
	border-radius: 0.25rem;
}

div#profile div.bodytext.container div#media h4,
div#mediaresults div.media p {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	background: #008000;
}

div#profile div.bodytext.container div#media ul,
div#mediaresults div.media ul {
	width: 88.060%;
	margin: 1rem auto;
}

div#profile div.bodytext.container div#media ul li,
div#mediaresults div.media ul li {
	margin: 0 0 0 1.5rem;
	font-size: 1.4rem;
}

div#profile div.bodytext.container div#media figure,
div#mediaresults div.media figure {
	width: 88.060%;
	margin: 1.5rem auto 0 auto;
}





/* ▼story */
/* ----------------------------------------------------- */
div#story {
	padding: 0;
	background: #e5f9e5;
}

div#story p {
	font-size: 1.4rem;
}

div#story p img {
	float: left;
	width: 44.777%;
	margin: 0 1.5rem 0 0;
}

div#story div.bodytext {
	position: relative;
	height: 23rem;
	overflow: hidden;
	padding: 1px 2rem;
}

div#story div.bodytext::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22.389%;
	height: 0;
	border-top: 0.1rem solid #333333;
	transform: translate(-50%, 0);
}

div#story div.bodytext.open {
	height: auto;
	overflow: visible;
}

div#story div.bodytext::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7.5rem;
	background-image: linear-gradient(0deg, #e5f9e5 30%, transparent);
}

div#story div.bodytext.open::after {
	display: none;
}

div#story div.bodytext div.readmore p {
	text-align: center;
}

div#story div.bodytext div.readmore p span {
	position: relative;
	display: block;
	cursor: pointer;
	width: 47.458%;
	margin: 0 auto;
	padding: 0.2rem 1rem 0.2rem 1.5rem;
	font-size: 1.6rem;
	text-align: left;
	color: #ffffff;
	background: #008000;
	border-radius: 0.25rem;
	box-sizing: border-box;
}

div#story div.bodytext div.readmore p span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 1rem;
	height: 1rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.2%2C15.7L.3%2C6.8c-.4-.4-.4-1.1%2C0-1.6l1-1c.4-.4%2C1.1-.4%2C1.6%2C0l7.1%2C7.1%2C7.1-7.1c.4-.4%2C1.1-.4%2C1.6%2C0l1%2C1c.4.4.4%2C1.1%2C0%2C1.6l-8.9%2C8.9c-.4.4-1.1.4-1.6%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(0, -50%);
}

div#story div.bodytext.open div.readmore p span::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.2%2C4.3L.3%2C13.2c-.4.4-.4%2C1.1%2C0%2C1.6l1%2C1c.4.4%2C1.1.4%2C1.6%2C0l7.1-7.1%2C7.1%2C7.1c.4.4%2C1.1.4%2C1.6%2C0l1-1c.4-.4.4-1.1%2C0-1.6L10.8%2C4.3c-.4-.4-1.1-.4-1.6%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
}





/* ▼reasons */
/* ----------------------------------------------------- */
div#reasons {
	padding: 0;
}

div#reasons div.headline.container {
	position: relative;
	min-height: 28rem;
	background-image: url(../img/reasons_headline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

body#club div#reasons div.headline.container {
	min-height: 26.5rem;
}

body#club div#reasons div.headline.container,
body#opt div#reasons div.headline.container {
	background-image: url(../img/club_reasons_headline.jpg);
}

div#reasons div.headline.container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.5rem;
	background: #ffffff;
	border-radius: 2.5rem 2.5rem 0 0;
}

div#reasons div.reason.container {
	position: relative;
	overflow: visible;
	padding-bottom: 5rem;
}

div#reasons div#reason_05.container,
body#club div#reasons div#reason_03.container {
	padding-bottom: 1.5rem;
}

div#reasons div#reason_01.container,
div#reasons div#reason_03.container,
div#reasons div#reason_05.container {
	background: #ffffff;
}

div#reasons div#reason_01.container::after,
div#reasons div#reason_03.container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.5rem;
	background: #f4f4f4;
	border-radius: 2.5rem 2.5rem 0 0;
}

body#club div#reasons div#reason_03.container::after {
	display: none;
}

div#reasons div#reason_02.container,
div#reasons div#reason_04.container {
	background: #f4f4f4;
}

div#reasons div#reason_02.container::after,
div#reasons div#reason_04.container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.5rem;
	background: #ffffff;
	border-radius: 2.5rem 2.5rem 0 0;
}

div#reasons div.reason.container h3 {
	position: relative;
	top: -5rem;
	left: 50%;
	width: 10rem;
	height: 7rem;
	margin-bottom: -3rem;
	transform: translate(-50%, 0);
}

div#reasons div.reason.container h4 {
	font-size: 2.4rem;
	text-align: center;
}

div#reasons div.reason.container h4 strong {
	font-size: 3.5rem;
	color: #008000;
	line-height: 1.2;
}

div#reasons div.reason.container h4 span {
	color: #008000;
}

div#reasons div.reason.container p {
	font-size: 1.4rem;
}

div#reasons div.reason.container p strong {
	background: #fff931;
}

div#reasons div.reason.container figure img {
	border-radius: 0.25rem;
}

div#reasons div#reason_05.container figure img {
	border: 1px solid #cccccc;
}

div#reasons div#reason_05.container figure figcaption {
	margin-top: 0.5rem;
	font-size: 1rem;
}

body#opt div#reasons div.reason.container {
	padding-bottom: 1.5rem;
	background: #ffffff;
}

body#opt div#reasons div.reason.container h3 {
	position: relative;
	top: -4.25rem;
	left: 50%;
	width: 12.5rem;
	height: 3.5rem;
	margin-bottom: -3rem;
	transform: translate(-50%, 0);
}





/* ▼recommend */
/* ----------------------------------------------------- */
div#recommend {
	background-color: #fff8f0;
	background-image: url(../img/recommend.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#recommend div.container {
	overflow: visible;
}

div#recommend h2 {
	position: relative;
	margin-bottom: 3.5rem;
	padding: 2.5rem 0 1.5rem 0;
	font-size: 1.6rem;
	text-align: center;
	background: #ffe1bd;
	border-radius: 0.25rem;
}

div#recommend h2::before {
	content: "";
	position: absolute;
	top: -2rem;
	left: 50%;
	width: 12.5rem;
	height: 3.25rem;
	background-image: url(../img/recommend.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#recommend h2::after {
	content: "";
	position: absolute;
	bottom: -1.45rem;
	left: 50%;
	width: 2rem;
	height: 1.55rem;
	background: #ffe1bd;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#recommend h2 b {
	background: #ffffff;
}

div#recommend h2 strong {
	font-size: 2.8rem;
	color: #e58800;
}

div#recommend h2 em {
	font-size: 2.4rem;
}

div#recommend p {
	font-size: 1.4rem;
}

div#recommend p img {
	float: left;
	width: 44.777%;
	margin: 0 1.5rem 0 0;
	border-radius: 0.25rem;
}

div#recommend p strong {
	background: #fff931;
}





/* ▼flow */
/* ----------------------------------------------------- */
div#flow {
	padding-top: 10rem;
	background-color: #f4f4f4;
	background-image: url(../img/flow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#flow h2 {
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
}

div#flow div.step {
	position: relative;
	margin: 8rem 0 0 0;
	padding: 2rem;
	background: #ffffff;
	border-radius: 0.25rem;
}

div#flow div.step::after {
	content: "";
	position: absolute;
	bottom: -4.5rem;
	left: 50%;
	width: 4.5rem;
	height: 2.5rem;
	background: #808080;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#flow div#step_01.step {
	margin-top: 4rem;
}

div#flow div#step_04.step::after {
	display: none;
}

div#flow div.step h3 {
	position: relative;
	top: -3.5rem;
	left: 50%;
	width: 9rem;
	margin: 0 0 -3.5rem 0;
	padding: 0.5rem 0 0.7rem 0;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: #008000;
	border-radius: 2em;
	transform: translate(-50%, 0);
}

div#flow div.step p {
	margin: 0;
	font-size: 1.4rem;
}

div#flow div.step p span {
	font-size: 1.8rem;
}

div#flow div.step h3 + p {
	margin: 0.5rem 0;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

div#flow div.step p:last-child {
	margin-bottom: 0;
}

div#flow div.step figure {
	margin: 1.5rem -0.5rem 0 0;
}





/* ▼faq */
/* ----------------------------------------------------- */
div#faq {
	background: #ffffff;
}

div#faq h2 {
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
}

div#faq div.faq {
	margin: 3rem 0 0 0;
	border: 0.1rem solid #cccccc;
	background: #ffffff;
	border-radius: 0.25rem;
}

div#faq div.faq div.question {
	cursor: pointer;
	padding: 0.7rem 1rem;
	background: #f4f4f4;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#faq div.faq div.question::before {
	content: "Q";
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 1rem 0 0;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
	border-radius: 50%;
	align-self: flex-start;
}

div#faq div.faq div.question::after {
	content: "－";
	margin: 0 0 0 1rem;
	font-size: 1.4rem;
}

div#faq div.faq.open div.question::after {
	content: "＋";
}

div#faq div.faq div.question h3 {
	width: calc( 100% - 7rem );
	font-size: 1.6rem;
	text-align: left;
	color: #008000;
}

div#faq div.faq div.answer {
	padding: 0.7rem 1rem;
	border-top: 0.1rem solid #cccccc;
}

div#faq div.faq div.answer h4 {
	font-size: 1.6rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#faq div.faq div.answer h4::before {
	content: "A";
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 1rem 0 0;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	color: #ffffff;
	background: #333333;
	border-radius: 50%;
	align-self: flex-start;
}

div#faq div.faq div.answer h4 span {
	width: calc( 100% - 4.5rem );
}

div#faq div.faq div.answer p {
	margin: 1em 0;
	font-size: 1.4rem;
}





/* ▼message */
/* ----------------------------------------------------- */
div#message {
	padding-top: 22rem;
	padding-bottom: 27.5rem;
	background-color: #e5f9e5;
	background-image: url(../img/message_top.jpg),
					  url(../img/message_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
}

div#message h2 {
	font-size: 2.7rem;
	text-align: center;
	color: #008000;
}

div#message h2 span {
	display: block;
	width: 35.821%;
	margin: 0 auto 1rem auto;
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
	border-radius: 0.25rem;
}

div#message p {
	font-size: 1.4rem;
}

div#message p strong {
	background: #fff931;
}

body#club div#message {
	padding-top: 0;
	padding-bottom: 3rem;
	background-image: url(../img/club_message.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

body#club div#message figure {
	margin: 0;
}

body#club div#message p {
	display: none;
}





/* ▼aboutclub */
/* ----------------------------------------------------- */
div#aboutclub {
	padding-top: 4.5rem;
	background-color: #e5f9e5;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%235f7184%22%20width%3D%22750%22%20height%3D%2280%22%20viewBox%3D%220%200%20750%2080%22%3E%3Cpolygon%20points%3D%22375.4%2080%20.4%200%20750.4%200%20375.4%2080%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#aboutclub p {
	font-size: 1.4rem;
}

div#aboutclub p strong {
	background: #fff931;
}

div#aboutclub h2 + p {
	margin-top: 1rem;
}

div#aboutclub p#principle {
	margin: 2rem 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
	color: #008000;
}

div#aboutclub p#principle + p {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}





/* ▼service */
/* ----------------------------------------------------- */
div#service {
	padding-top: 0;
	background-color: #aaccaa;
	background-image: url(../img/club_service_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#service div.service {
	padding: 1.5rem;
	background: #e5f9e5;
	border-radius: 0.5rem;
}

div#service div.service + div.service {
	margin-top: 2rem;
}

div#service div.service:nth-child(even) {
	background: #ffffff;
}

div#service div.service h3 {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#service div.service h3 img {
	width: 5rem;
	background: #008000;
	border-radius: 50%;
}

div#service div.service h3 span {
	width: calc( 100% - 10rem );
	margin: 0 1.5rem;
	font-size: 1.7rem;
	line-height: 1.5;
	color: #008000;
}

div#service div.service h3 span i {
	display: inline-block;
	margin: 0 0 0.25rem 0;
	padding: 0.25rem 0.75em;
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	background-image: linear-gradient(45deg, #af8e3e, #d0b558 23%, #fff9c4 73%, #b79a60);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-radius: 0.25rem;
}

div#service div.service h3::after {
	content: "";
	width: 2rem;
	height: 2rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23008000%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpolygon%20points%3D%2231.6%2018.9%2021.1%2018.9%2021.1%208.4%2018.9%208.4%2018.9%2018.9%208.4%2018.9%208.4%2021.1%2018.9%2021.1%2018.9%2031.6%2021.1%2031.6%2021.1%2021.1%2031.6%2021.1%2031.6%2018.9%22%2F%3E%3Cpath%20d%3D%22M20%2C2c9.9%2C0%2C18%2C8.1%2C18%2C18s-8.1%2C18-18%2C18S2%2C29.9%2C2%2C20%2C10.1%2C2%2C20%2C2M20%2C0C9%2C0%2C0%2C9%2C0%2C20s9%2C20%2C20%2C20%2C20-9%2C20-20S31%2C0%2C20%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#service div.service.open h3::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23008000%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M31.6%2C18.9v2.2H8.4v-2.2h23.2Z%22%2F%3E%3Cpath%20d%3D%22M20%2C2c9.9%2C0%2C18%2C8.1%2C18%2C18s-8.1%2C18-18%2C18S2%2C29.9%2C2%2C20%2C10.1%2C2%2C20%2C2M20%2C0C9%2C0%2C0%2C9%2C0%2C20s9%2C20%2C20%2C20%2C20-9%2C20-20S31%2C0%2C20%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
}

div#service div.service div.bodytext {
	margin: 1rem 0 0 0;
}

div#service div.service div.bodytext p {
	margin: 0;
	font-size: 1.4rem;
	font-size: 1.35rem;
}

div#service div.service div.bodytext p + p {
	margin-top: 1.5rem;
}





/* ▼letter */
/* ----------------------------------------------------- */
div#letter {
	padding-top: 0;
	background-color: #f4f4f4;
}

div#letter div.container {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#letter div.wrap {
	background: #ffffff;
}

div#letter figure {
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#letter p {
	display: none;
}



@media screen and (min-width: 767px) {
	div#letter div.container {
		max-width: 960px;
		background-image: url(../img/opt_letter_pc.jpg);
	}
	div#letter div.wrap {
		width: 100%;
	}
	div#letter figure {
		background-image: url(../img/opt_letter_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#letter div.container {
		background-image: url(../img/opt_letter_sp.jpg);
	}
	div#letter figure {
		background-image: url(../img/opt_letter_sp.png);
	}
}





/* ▼benefit */
/* ----------------------------------------------------- */
div#benefit {
	padding: 2rem 0;
	background: #ffffff;
}

div#benefit h2 {
	text-align: center;
}

div#benefit h2 img {
	background-image: url(../img/benefit_headline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#benefit h3 {
	line-height: 1.1;
	text-align: center;
}

div#benefit h3 strong {
	color: #008000;
}

div#benefit h3 i {
	display: inline-block;
	font-style: normal;
	transform: rotate(19deg) translateY(0.1em) translateX(-0.1em);
}

div#benefit p {
	margin-bottom: 0;
	text-align: center;
}

div#benefit figure {
	margin: 0 auto;
	text-align: center;
}



@media screen and (min-width: 767px) {
	div#benefit h3 {
		font-size: 3rem;
	}
	div#benefit p {
		font-size: 0.95rem;
	}
	div#benefit figure {
		width: 48.149%;
	}
	div#benefit figure figcaption {
		font-size: 0.85rem;
	}
}

@media screen and (max-width: 766px) {
	div#benefit h3 {
		font-size: 3.8rem;
	}
	div#benefit p {
		font-size: 1.4rem;
	}
	div#benefit figure {
		width: 88.060%;
	}
	div#benefit figure figcaption {
		font-size: 1.2rem;
	}
}





/* ▼whats */
/* ----------------------------------------------------- */
div#whats {
	padding-top: 1.5rem;
	background-color: #e5f9e5;
}

div#whats p {
	font-size: 1.4rem;
}

div#whats p strong {
	background: #fff931;
}

div#whats figure {
	margin: 0;
}

div#whats figure img[src$="club_whats_point.svg"] {
	background-image: url(../img/club_whats_point.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 0;
	background: #ffffff;
}

footer a {
	color: #000000 !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer figure {
	margin: 5em 0;
}

footer h2 {
	margin: 1.5em 0 0 0;
	font-size: 2rem;
}

footer p {
	margin: 1.5em 0 0 0;
	font-size: 1.4rem;
}

footer address {
	margin: 2em 0 0 0;
	padding: 0.5em 0;
	font-size: 1.2rem;
	font-style: normal;
	border-top: 0.1rem solid #008000;
}



@media screen and (min-width: 767px) {
	footer {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 5.5rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	line-height: 1;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
}

div#banner p {
	margin: 0;
	padding: 0;
}

div#banner p a {
	position: relative;
	display: block;
}



@media screen and (min-width: 767px) {
	div#banner {
		bottom: 10%;
		right: 1.5%;
		width: 11rem;
	}
	div#banner p {
		width: 11rem;
		margin: 0 0 0 auto;
	}
	div#banner p a {
		width: 11rem;
		height: 11.25rem;
		margin: 0 0 0 auto;
		box-sizing: border-box;
		background-image: url(../img/banner_pc.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
    body#club div#banner p a {
		background-image: url(../img/club_banner_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
	}
	div#banner p a {
		margin-left: -1px;
		margin-right: -1px;
	}
	div#banner p a::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0rem;
		width: 6.75rem;
		height: 5.5rem;
		background-image: url(../img/banner_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}
}
/* ここから追加 */

.wrap p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  .wrap p {
    font-size: 17px !important;
    line-height: 1.9;
  }
}

/* フローティングボタン */
.floating-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: block;
  animation: floatingPulse 2.2s ease-in-out infinite;
  transform-origin: center center;
}

.floating-btn:hover {
  opacity: 1 !important;
}

.floating-btn img {
  width: 220px;
  height: auto;
  display: block;
}

/* じわっと拡大 */
@keyframes floatingPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

/* フローティングCTA（通常） */
.floating-btn img {
  transition: filter 0.2s ease, transform 0.2s ease;
}

/* マウスオーバーで少し濃く */
.floating-btn:hover img {
  filter: brightness(0.85);
  transform: scale(1.05);
}

/* PCフローティングCTA：ホバーで少し濃く */
.floating-btn:hover {
  filter: brightness(0.75) saturate(1.2);
}

/* スマホでは下固定バーに戻す */
@media screen and (max-width: 766px) {
  .floating-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    animation: none;
    overflow: hidden; /* ←これが超重要（光のはみ出し防止） */
  }

  .floating-btn picture,
  .floating-btn img {
    width: 100%;
    display: block;
  }

  .floating-btn img {
    height: auto;
  }
}

/* キラリーン（スマホだけ） */
@media screen and (max-width: 766px) {
  .floating-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.6) 50%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    animation: shine 6s infinite;
    pointer-events: none; /* ←クリック邪魔しない */
  }
}

/* キラリーンの動き */
@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}

/* 教材内容説明ブロック */
.content-explain {
  background: #fffef5;
  border: 2px solid #a6d68a;
  border-radius: 20px;
  padding: 32px 26px;
  margin: 50px auto;
  max-width: 900px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.content-explain-label {
  display: inline-block;
  background: #8bc34a;
  color: #fff;
  font-weight: bold;
  padding: 8px 24px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-size: 20px;
}

.content-explain h2 {
  font-size: 30px;
  line-height: 1.5;
  color: #2f6f1f;
  margin: 0 0 20px;
  background: linear-gradient(transparent 65%, #fff176 65%);
  display: inline;
}

.content-explain p {
  font-size: 20px;
  line-height: 2;
  margin: 24px 0;
  color: #333;
}

.content-explain ul {
  list-style: none;
  padding: 0;
  margin: 26px auto 0;
  max-width: 620px;
  text-align: left;
}

.content-explain li {
  background: #eef8e8;
  border-radius: 12px;
  padding: 14px 18px 14px 52px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
}

.content-explain li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: #3f8f2f;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}

/* スマホ調整 */
@media screen and (max-width: 766px) {
  .content-explain {
    margin: 36px 18px;
    padding: 26px 18px;
    border-radius: 16px;
  }

  .content-explain-label {
    font-size: 16px;
    padding: 7px 18px;
  }

  .content-explain h2 {
    font-size: 23px;
  }

  .content-explain p,
  .content-explain li {
    font-size: 17px;
  }

  .content-explain p {
    line-height: 1.9;
  }
}


@media screen and (min-width: 767px) {
  #globalwrap .container {
    max-width: 1100px;
    margin: 0 auto;
  }

  #globalwrap .wrap {
    max-width: 1000px;
    margin: 0 auto;
  }

  #globalwrap h2 {
    font-size: 32px;
    line-height: 1.6;
  }

  #globalwrap h3 {
    font-size: 22px;
    line-height: 1.8;
  }

  #globalwrap p {
    font-size: 18px;
    line-height: 1.9;
  }
}

