@charset "UTF-8";

/* ==[ reset ]============================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
/*ol, */ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ==[ basic ]====================================================================================================================== */
html.disable-navigation {
  overscroll-behavior-x: none;
}	
body{
	background-color: #fff;
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 100%;
	line-height: 1.8em;
	letter-spacing: 0.02em;
	word-wrap: break-word; 
	overflow-wrap: break-word;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* ==[ link ]============================================================ */
a {
	color: #333;text-decoration: none;
	-webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: none;
}
.bt {
	position: relative;
	display: inline-block;
	padding: 0.8em 1.4em;
	border-radius: 50px;
	background-color: #77c028;
	color: #fff;
	font-family: "Rounded Mplus 1c" !important;
	font-size: 1.38em;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
	z-index: 100;
}
.bt:hover {
	text-decoration: none;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.bt.other {
	padding: 0.5em 1.4em;
	border: 2px solid #ddd;
	background-color: #fff;
	color: #555;
	font-size: 1em;
	font-weight: normal;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
@media screen and (max-width: 767px) {
	.bt {
		font-weight: bold;
	}
}@media screen and (max-width: 320px) {
	.bt {
		font-size: 1.2em;
	}
}

/* ==[ text ]============================================================ */
.t-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.red {
	color: #f00;
}
.orange {
	color: #f60;
}
.underline {
	text-decoration: underline;
}
.notes {
	line-height: 1.8em;
}

/* ==[ style ]====================================================================================================================== */
.glwrap {
	overflow: hidden;
}
.wrap,
.inner {
	position: relative;
}
.wrap:after,
.inner:after {
	content:"";
	display:block;
	clear:both;
}
header .wrap {
	background-color: #f6f6ea;
}
header .inner {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1024px;
	margin: 0 auto;
	padding: 1% 0;
}
header .logo {
	float: left;
	width: 82px;
	height: 66px;
	margin-right: 2.5em;
	background: url("../img/logo.png") 0 0 scroll no-repeat;
	text-indent: -9999em;
}
header .bt {
	position: absolute;
	right: 40px;
	padding: 0.2em 1.08em;
	border-radius: 10px;
	font-size: 0.94em;
}
header h1 {
	font-size: 1.08em;
}
header h1 span {
	color: #f60;
}
footer .wrap {
	background-color: #313131;
	color: #fff;
	text-align: center;
}
footer .wrap .inner {
	padding: 0.5em 0;
}
footer ul {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0.5em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #444;
}
footer li {
	margin-right: 2em;
	font-size: 0.8em;
}
footer li:last-child {
	margin: 0;
}
footer .copyright {
	font-size: 0.8em;
}
.appwrap {
	padding-bottom: 4em;
	text-align: center;
}
.appwrap ul {
	width: 40em;
	margin: 0 auto;
	padding: 1.5em 0;
	text-align: left;
}
.appwrap li:before {
	content: "※";
	margin-right: 0.25em;
}
h2 {
	position: relative;
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 1em;
	padding: 1em 0;
	color: #000;
	font-size: 3em;
	font-weight: 500;
	letter-spacing: 0.058em;
}

@media screen and (max-width: 1024px) {
	header .inner {
		width: 100%;
	}
	header .logo {
		margin-left: 1em;
	}
	header h1 {
		font-size: 1.6vw;
	}
	header .bt {
		right: 2vw;
		font-size: 1.46vw;
	}
	.appwrap ul {
		width: 64%;
		font-size: 1.57vw;
		line-height: 1.8em;
	}
	h2 {
		font-size: 4.68vw;
	}
}
@media screen and (max-width: 767px) {
	header .inner {
		padding-top: 1.4%;
	}
	header .logo {
		width: 13vw;
		height: 0;
		margin: 0 0.5em;
		padding-top: 10%;
		background-size: contain;
	}
	header h1 {
		font-size: 3.4vw;
		font-weight: bold;
		line-height: 1.6em;
	}
	header .bt {
		display: none;
	}
	footer ul {
		display: block;
	}
	footer li {
		margin-right: 0;
		font-size: 0.8em;
	}
	h2 {
		font-size: 5.2vw;
		font-weight: bold;
	}
	.appwrap ul {
		width: 80%;
		font-size: 2.6vw;
	}
}

/* ==[ mv ]============================================================ */
#mv {
	position: relative;
	z-index: 0;
}
#mv .wrap {
	background-color: #f6f8f8;
}
#mv .inner {
	width: auto;
	height: 625px;
	background: url("../img/mv.png") center top scroll no-repeat;
	text-indent: -9999em;
}

@media screen and (max-width: 1200px) {
	#mv .inner {
		height: 0;
		max-height: 625px;
		padding-top: 52.083333%;
		background-size: contain;
	}
}
@media screen and (max-width: 767px) {
	#mv .inner {
		width: 100%;
		max-height: 1236px;
		padding-top: 154.5%;
		background-image: url("../img/mv-sp.png");
	}
}

/* ==[ reason ]============================================================ */
#reason .wrap {
	padding: 3.68em 0;
	background: url("../img/bg-sky.jpg") center center fixed no-repeat;
	background-size: cover;
}
#reason h2 {
	width: 1024px;
	border-bottom: 6px solid #FCBC02;
	z-index: 5;
}
#reason h2:before {
	position: absolute;
	content: "";
	width: 142px;
	height: 147px;
	bottom: -2px;
	left: 0.55em;
	background: url("../img/pic-h2.png") 0 0 scroll no-repeat;
	z-index: -1;
}
#reason .inner {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1024px;
	margin: 104px auto 70px;
}
#reason dl {
	position: relative;
	width: 286px;
	margin-right: 40px;
	padding-top: 80px;
	background-color: #f6f6f6;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}
#reason dl:last-child {
	margin-right: 0;
}
#reason dl:before {
	content: "";
	position: absolute;
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 50%;
	top: -57px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 114px;
	height: 114px;
	padding-top: 0.5em;
	border-radius: 114px;
	background-color: #FCBC02;
}
#reason dl:first-child:before {
	background: url("../img/ic-reason1-1.png") center center scroll no-repeat #FCBC02;
	background-size: 45.614035%;
}
#reason dl:nth-child(2):before {
	background: url("../img/ic-reason1-2.png") center center scroll no-repeat #FCBC02;
	background-size: 52.631579%;
}
#reason dl:last-child:before {
	background: url("../img/ic-reason1-3.png") center center scroll no-repeat #FCBC02;
	background-size: 62.280702%;
}
#reason dt {
	position: relative;
	margin-bottom: 0.8em;
	padding-bottom: 0.62em;
	color: #000;
	font-size: 2em;
	text-align: center;
}
#reason dt:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 20px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FCBC02;
}
#reason dd {
	padding: 0 1.65em 1.5em;
}

@media screen and (max-width: 1024px) {
	#reason .wrap {
		background-attachment: scroll;
	}
	#reason h2 {
		width: 90%;
		border-bottom: 6px solid #FCBC02;
	}
	#reason h2:before {
		width: 14vw;
		max-height: 142px;
		bottom: -2px;
		left: 0.55vw;
		background-position: 0 bottom;
		background-size: contain;
	}
	#reason .inner {
		width: 100%;
	}
	#reason dl {
		width: 28vw;
		margin-right: 4vw;
	}
	#reason dl:before {
		width: 11.4vw;
		height: 11.4vw;
	}
	#reason dt {
		font-size: 3.1vw;
	}
	#reason dd {
		font-size: 1.56vw;
		line-height: 1.8em;
	}
}
@media screen and (max-width: 767px) {
	#reason .wrap {
		padding: 2em 0;
	}
	#reason h2 {
		font-size: 6.2vw;
		font-weight: bold;
	}
	#reason h2:before {
		display: none;
	}
	#reason .inner {
		display: block;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
		flex-direction: column;
	}
	#reason dl {
		width: 70%;
		height: 1%;
		margin: 0 auto 4em;
		padding-top: 70px;
	}
	#reason dl:last-child {
		margin: 0 auto;
	}
	#reason dl:before {
		width: 90px;
		height: 90px;
		top: -45px;
	}
	#reason dt {
		font-size: 1.6em;
	}
	#reason dd {
		padding-bottom: 2.5em;
		font-size: 0.9em;
	}
	#reason dd br {
		display: none;
	}
	#reason .bt {
		font-size: 4.4vw;
		font-weight: bold;
	}
}

/* ==[ properties ]============================================================ */
#properties .wrap {
	background: url("../img/bg-properties.jpg") center center fixed no-repeat;
	background-size: cover;
}
#properties h2 {
	margin-bottom: 0;
	padding: 2em 0 0.6em;
	border-top: 2px solid #FCBC02;
	color: #000;
}
#properties h2:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#properties .single h2:before {
	content: url("../img/town.png");
	top: -103px;
}
#properties .family h2:before {
	content: url("../img/ic-logo-y.png");
	top: -33px;
}
#properties .date {
	font-size: 1.4em;
	text-align: center;
}
#properties .inner {
	margin: auto;
}
#properties table {
	width: 97.2%;
	margin: 1em 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#properties td {
	padding: 0.3em 0.8em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	font-size: 0.9em;
	vertical-align: middle;
}
#properties td:first-child,
#properties td:nth-child(3) {
	width: 25%;
	background-color: #efefef;
	text-align: center;
}
#properties td.initial-cost {
	width: 25%;
	color: #f60;
	font-size: 1.49em;
	font-weight: bold;
}
.detail {
	width: 768px;
	padding: 0.5em 0 1.3em 1.3em;
	margin: 3em auto;
	border: 3px solid #ddd;
	background-color: #fff;
}
.row {
	display:-webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 372px;
}
.row img,
.row a {
	display: block;
	max-width: 100%;
	max-height: 372px;
}
.row .main,
.row .sub {
	max-height: 372px;
}
.row .main {
	display:-webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0 0 64.555555%;
	-ms-flex: 0 0 64.555555%;
	flex: 0 0 64.555555%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 372px;
	max-width: 64.555555%;
	margin-right: 1.3%;
	background-color: #f8f8f8;
}
.row .sub {
	-webkit-box-flex: 0 0 31.333333%;
	-ms-flex: 0 0 31.333333%;
	flex: 0 0 31.333333%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 31.333333%;
	text-align: center;
}
.row .sub img,
.row .sub a {
	display: inline-block;
	max-height: 174.17px;
}

@media screen and (max-width: 1024px) {
	#properties .wrap {
		background-position: center bottom;
		background-attachment: scroll;
		background-size: contain;
	}
}
@media screen and (max-width: 768px) {
	#properties td {
		font-size: 1.8vw;
	}
	#properties td.initial-cost {
	font-size: 1.46em;
}
	.detail {
		width: 98%;
	}
}
@media screen and (max-width: 767px) {
	#properties .date {
		font-size: 3.57vw;
	}
	#properties table {
		width: 100%;
		margin: 0 0 1em;
	}
	#properties td {
		font-size: 3.3vw;
		line-height: 1.4em;
	}
	#properties td:first-child,
	#properties td:nth-child(3) {
		width: 16%;
		text-align: center;
	}
	#properties td.initial-cost {
		width: 38%;
		font-size: 4vw;
	}
	#properties .ptn2 td:first-child,
	#properties .ptn2 td:nth-child(3) {
		width: 11%;
	}
	.detail {
		width: 90%;
		margin: 1em auto;
		padding: 1em;
	}
	.row {
		max-height:none;
	}
	.row img,
	.row a {
		max-height: none;
	}
	.row .main {
		-webkit-box-flex: none;
		-ms-flex: none;
		flex:none;
		max-width: none;
		max-height: none;
		margin: 0 0 0.5em;
		width: 100%;
	}
	.row .sub {
		display: grid;
		gap: 2%;
		grid-template-columns: 49% 49%;
		-webkit-box-flex: none;
		-ms-flex: none;
		flex:none;
		max-width: none;
		width: 100%;
	}
	.row .sub a:first-child img {
		margin: 0;
	}
}
@media screen and (max-width: 375px) {
	#properties td.initial-cost {
		font-size: 3.98vw;
	}
}

/* ==[ conpare ]============================================================ */
.column1,
.column2 {
	position: relative;
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	/*justify-content: center;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}
.column1 {
	background: linear-gradient(90deg, #FABD00 0%, #FABD00 50%, #fffefa 50%, #fffefa 100%);
	text-align: center;
}
.column1 h2 {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1.36em;
}
.column1 h2 p:first-child {
	color: #fff;
}
.column1 h2 p:nth-child(2) {
	margin-top: 0.15em;
}
.column1 h2 p:nth-child(2) span {
	font-size: 1.4em;
	font-weight: 600;
}
.box1,
.box2 {
	width: 50%;
}
.column1 .box2 {
	margin-left: -50px;
	background-color: #fff;
}
.column1 .box2 table {
	margin: 30px auto;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
	line-height: 1.6em;
}
.column1 .box2 th,
.column1 .box2 td {
	padding: 0.8em 1.5em;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
.column1 .box2 th {
	font-weight: 600;
}
.column1 .box2 tr.logo td {
	border: none;
	background: url("../img/logo-y.png") center center scroll no-repeat;
	text-indent: -9999em;
}
.column1 .box2 tr.emphasize th {
	background-color: #FF9A00;
	color: #fff;
}
.column1 .box2 tr.emphasize td {
	padding: 1.2em 0 0.8em;
	background-color: #FEF2CA;
	color: #B71F36;
	font-size: 1.6em;
	font-weight: 700;
}
.column1 .box2 tr.emphasize td span {
	font-size: 1.8em;
}

@media screen and (max-width: 1024px) {
	.column1 h2 {
		font-size: 4vw;
	}
	.column1 .box2 {
		margin-left: -2vw;
	}
	.column1 .box2 table {
		margin-left: 3vw;
		font-size: 1.4vw;
	}
	.column1 .box2 tr.logo td {
		background-size: 56.8%;
	}
}
@media screen and (max-width: 767px) {
	.column1,
	.column2 {
		display: block;
		padding: 0;
	}
	.box1,
	.box2 {
		width: 100%;
	}
	.column1 {
		background: none;
	}
	.column1 .box1 {
		background: #fabd00;
	}
	.column1 h2 {
		padding: 1.5em 0 1.7em;
		font-size: 6vw;
		line-height: 1.8em;
	}
	.column1 .box2 {
		margin: 0;
	}
	.column1 .box2 table {
		margin-left: auto;
		font-size: 2.8vw;
	}
	.column1 .box2 tr:nth-child(4) td,
	.column1 .box2 tr:nth-child(5) td {
		font-size: 1.6em;
	}
}

/* ==[ staff ]============================================================ */
#staff h2 {
	overflow: hidden;
	margin: 0;
	padding: 2em 0;
	background: url("../img/pic-h2-staff2.png") right top scroll no-repeat;
	background-size: contain;
	z-index: 100;
}
#staff h2:before {
	position: absolute;
	content: "";
	display: block;
	width: 10em;
	height: 6.2em;
	top: 0;
	left: 0;
	background: url("../img/pic-h2-staff1.png") left top scroll no-repeat;
	background-size: contain;
}
#staff h2 .inner {
	display: block;
	text-align: center;
	line-height: 1.08em;
}
#staff h2 p {
	font-size: 0.58em;
	font-weight: normal;
}
#staff h2 p span:first-child {
	margin-right: 1em;
}
.column2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: linear-gradient(90deg, #fffefa 0%, #fffefa 50%, #FABD00 50%, #FABD00 100%);
	text-align: left;
}
.column2 .box1 {
	margin-right: -30px;
	padding: 30px 0;
	background-color: #fff;
}
.column2 .box1 dl {
	max-width: 78%;
	margin: 0 auto;
}
.column2 .box1 dt {
	margin-bottom: 1.8em;
	padding: 1.8em 1em;
	border: 1px solid #333;
}
.column2 .box1 h3 {
	font-size: 1.2em;
	text-align: center;
	line-height: 2em;
}
.column2 .box1 h3 span {
	font-size: 1.3em;
	font-weight: 600;
}
.column2 .box1 h3 p span {
	color: #7DB013;
}
.column2 .box1 dd p {
	margin-bottom: 1em;
}
.column2 .box1 dd p span {
	font-size: 1.08em;
	font-weight: 600;
}
.column2 .box2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: -30px;
}
.column2 .box2 .inner {
	width: 78%;
	margin: auto;
}
.column2 .box2 h3 {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.28em;
	margin-bottom: 0.8em;
	color: #fff;
}
.column2 .box2 h3:before {
	content: "";
	width: 60px;
	height: 50px;
	background: url("../img/logo-w.png") center center scroll no-repeat;
	background-size: contain;
	margin-right: 1em;
}
.column2 .box2 li {
	position: relative;
	margin-bottom: 1em;
	padding: 1em 1em 1em 15%;
	border-radius: 12px;
	background-color: #fff;
	font-size: 0.86em;
	line-height: 1.6em;
}
.column2 .box2 li:before {
	position: absolute;
	content: "";
	display: block;
	width: 10%;
	top: 1em;
	left: 1em;
	padding-top: 90%;
}
.column2 .box2 li:first-child:before {
	background: url("../img/ic-staff1.png") 0 0 scroll no-repeat;
	background-size: contain;
}
.column2 .box2 li:nth-child(2):before {
	background: url("../img/ic-staff2.png") 0 0 scroll no-repeat;
	background-size: contain;
}
.column2 .box2 li:nth-child(3):before {
	background: url("../img/ic-staff3.png") 0 0 scroll no-repeat;
	background-size: contain;
}
.column2 .box2 li dt {
	margin-bottom: 0.5em;
	font-size: 1.08em;
	font-weight: 600;
}
.column2 .box2 li dt span:nth-child(2) {
	margin-left: 2em;
	color: #555;
	font-size: 0.8em;
	font-weight: normal;
}

@media screen and (max-width: 1024px) {
	#staff h2:before {
		background-position: -3vw top;
	}
	#staff h2 .inner {
		margin-right: -8vw;
	}
	.column2 .box1 h3 {
		font-size: 1.87vw;
	}
	.column2 .box1 dd {
		font-size: 1.48vw;
		line-height: 2em;
	}
	.column2 .box2 {
		margin-right: -2vw;
	}
	.column2 .box2 .inner {
		margin-right: 4vw;
	}
	.column2 .box2 li {
		font-size: 1.26vw;
	}
}
@media screen and (max-width: 767px) {
	#staff h2 {
		padding: 2em 0 0.7em;
		border-top: 3px solid #fabd00;
		background: none;
		font-size: 7vw;
		text-align: left;
		text-shadow: 
		0 0 25px #edf8ff, 
		0 0 20px #edf8ff, 
		0 0 0.40px #edf8ff;
	}
	#staff h2 .inner {
		margin-right: 0;
		text-align: left;
	}
	#staff h2:before {
		right: 0;
		left: auto;
		-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	}
	#staff h2 p {
		padding-bottom: 0.4em;
	}
	#staff h2 p span {
		display: inline-block;
		font-size: 1.2em;
		font-weight: 600;
	}
	#staff h2 p span:first-child {
		display: block;
    margin-right:auto;
	}
	
	.column1 h2 p:nth-child(3) {
		font-weight: 600;
	}
	.column2 {
		background: none;
	}
	.column2 .box1 dl {
		max-width: 90%;
	}
	.column2 .box1 h3 {
		font-size: 4.2vw;
	}
	.column2 .box1 dd {
		font-size: 3.6vw;
		line-height: 1.8em;
	}
	.column2 .box2 {
		margin: 0;
		padding: 1em 0;
		background: #fabd00;
	}
	.column2 .box2 .inner {
		width: 90%;
		margin-right: auto;
	}
	.column2 .box2 li {
		font-size: 3vw;
		line-height: 1.8em;
	}
	.column2 .box2 li dl {
		margin-left: 0.5em;
	}
}

/* ==[ reason2 ]============================================================ */
#reason2 h2 {
	margin: 2em auto 1em;
	line-height: 1;
}
#reason2 h2 div {
	position: relative;
	display: inline;
}
#reason2 h2 div:before,
#reason2 h2 div:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
}
#reason2 h2 div.bottom {
	padding: 1em;
}
#reason2 h2 div.top:before {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	top: -1em;
	left: 0;
}
#reason2 h2 div.top:after {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	top: -1em;
	right: 0;
}
#reason2 h2 div.bottom:before {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	bottom: 0;
	left: 0;
}
#reason2 h2 div.bottom:after {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	bottom: 0;
	right: 0;
}
#reason2 .inner {
	width: 1024px;
	margin: 2em auto;
	padding: 0 3.333333%;
}
#reason2 ul {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 2em 0;
}
#reason2 li dt {
	position: relative;
	overflow: hidden;
	width: 260px;
	height: 260px;
	padding-top: 35%;
	border-radius: 130px;
	background-color: #FEF2CA;
	color: #000;
	font-size: 1.6em;
	font-weight: 500;
	text-align: center;
}
#reason2 li dt:before {
	position: absolute;
	content: "";
	height: 102px;
	bottom: 0;
	background-position: center top;
	background-attachment: scroll;
}
#reason2 li:first-child dt:before {
	width: 89px;
	left: 30%;
	background: url("../img/ic-reason2-1.png");
	background-repeat: no-repeat;
}
#reason2 li:nth-child(2) dt:before {
	width: 94px;
	left: 35%;
	background: url("../img/ic-reason2-2.png");
	background-repeat: no-repeat;
}
#reason2 li:nth-child(3) dt:before {
	width: 64px;
	left: 38%;
	background: url("../img/ic-reason2-3.png");
	background-repeat: no-repeat;
}
#reason2 li dd {
	position: relative;
	width: 90%;
	margin: 1.5em auto;
	padding: 0.5em 0;
	border-radius: 12px;
	border: 1px solid #fabd00;
	text-align: center;
}
#reason2 li dd:after, #reason2 li dd:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#reason2 li dd:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
#reason2 li dd:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fabd00;
	border-width: 12px;
	margin-left: -12px;
}
#reason2 p {
	width: 90%;
	margin: auto;
}

@media screen and (max-width: 1024px) {
	#reason2 h2 div {
		font-size: 4.68vw;
		line-height: 1;
	}
	#reason2 h2 div:before,
	#reason2 h2 div:after {
		width: 0.5em;
		height: 0.5em;
	}
	#reason2 p {
		font-size: 1.57vw;
		line-height: 1.8em;
	}
	#reason2 .inner {
		width: 100%;
	}
	#reason2 li dt {
		width: 25.3vw;
		height: 25.3vw;
		font-size: 2.5vw;
	}
	#reason2 li dd {
		font-size: 1.57vw;
		line-height: 1.8em;
	}
}
@media screen and (max-width: 800px) {
	#reason2 li dt:before {
		height: 80px;
	}
	#reason2 li:first-child dt:before {
		width: 84px;
		background-size: 90%;
	}
	#reason2 li:nth-child(2) dt:before {
		width: 84px;
		background-size: 90%;
	}
	#reason2 li:nth-child(3) dt:before {
		width: 58px;
		background-size: 90%;
	}
}
@media screen and (max-width: 767px) {
	#reason2 h2 div {
		display: block;
		font-size: 6vw;
		line-height: 1.6em;
	}
	#reason2 h2 div.top:before,
	#reason2 h2 div.top:after,
	#reason2 h2 div.bottom:before,
	#reason2 h2 div.bottom:after {
		border-width: 3px;
	}
	#reason2 h2 div.top:before,
	#reason2 h2 div.top:after {
		top: 0;
	}
	#reason2 h2 span {
		display: block;
	}
	#reason2 p {
		width: 97.777777%;
		font-size: 3.6vw;
		text-align: left;
	}
	#reason2 p:first-child br {
		display: none;
	}
	#reason2 ul {
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#reason2 li dt {
		width: 60vw;
		height: 60vw;
		padding-top: 31% /*43%*/;
		border-radius: 30vw;
		font-size: 5.5vw;
	}
	#reason2 li:first-child dt:before {
    left: 32%;
	}
	#reason2 li:nth-child(2) dt:before {
		left: 38%;
	}
	#reason2 li:nth-child(3) dt:before {
		left: 40%;
	}
	#reason2 li dd {
		font-size: 3.57vw;
	}
}

/* ==[ flow ]============================================================ */
#flow .wrap {
	background: #F3F7DC;
}
#flow h2 {
	padding-top: 2em;
}
#flow .inner {
	width: 1024px;
	margin: 0 auto 96px;
}
#flow ol {
	display: grid;
	gap: 40px;
	grid-template-columns: 22% 22% 22% 22%;
	list-style-type: none;
}
#flow ol li {
	position: relative;
	padding: 1em;
	border: 3px solid #C9E09A;
	background-color: #fff;
}
#flow ol > li {
	counter-increment: cnt;
}
#flow ol > li:before {
	position: absolute;
	content: counter(cnt)".";
	top: 0.5em;
	left: 52%;
	-webkit-transform: translateX(-52%);
	transform: translateX(-52%);
	font-family: "Rounded Mplus 1c" !important;
	font-size: 2.8em;
	font-weight: 500;
}
#flow ol li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	right: -2.1vw;
	border-top: 0.75vw solid transparent;
	border-left: 1.25vw solid #F9B552;
	border-bottom: 0.75vw solid transparent;
}
#flow ol li:nth-child(4):after,
#flow ol li:nth-child(8):after {
	display: none;
}
#flow .inner li dt {
	position: relative;
	padding: 2.6em 0 0;
	font-family: "Rounded Mplus 1c" !important;
	font-size: 1.4em;
	text-align: center;
}
#flow .inner li dt:after {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	padding-top: 100%;
	top: 91px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-position: 0 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#flow .inner li:first-child dt:after {background: url("../img/flow1.png"); background-size: contain;}
#flow .inner li:nth-child(2) dt:after {background: url("../img/flow2.png"); background-size: contain;}
#flow .inner li:nth-child(3) dt:after {background: url("../img/flow3.png"); background-size: contain;}
#flow .inner li:nth-child(4) dt:after {background: url("../img/flow4.png"); background-size: contain;}
#flow .inner li:nth-child(5) dt:after {background: url("../img/flow5.png"); background-size: contain;}
#flow .inner li:nth-child(6) dt:after {background: url("../img/flow6.png"); background-size: contain;}
#flow .inner li:nth-child(7) dt:after {background: url("../img/flow7.png"); background-size: contain;}
#flow .inner li:nth-child(8) dt:after {background: url("../img/flow8.png"); background-size: contain;}
#flow .inner li dd {
	margin-top: 200px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#flow ul {
	padding-bottom: 4em;
}

@media screen and (max-width: 1024px) {
	#flow .inner {
		width: 100%;
		margin-bottom: 3em;
	}
	#flow ol {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 2.5vw;
	}
	#flow .inner li dt {
		font-size: 2.18vw;
	}
}
@media screen and (max-width: 800px) {
	#flow .inner li dd {
		margin-top: 12em;
	}
	#flow ol li:nth-child(4):after {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#flow ol {
		display: block;
	}
	#flow ol li {
		width: 300px;
		margin: 0 auto 3em;
	}
	#flow ol li:after {
		top: auto;
		bottom: -2.5em;
		right: auto;
		left: 46%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		border-top: 1em solid #F9B552;
    border-left: 0.75em solid transparent;
    border-right: 0.75em solid transparent;
	}
	#flow .inner li dt {
		font-size: 1.4em;
	}
	#flow .inner li dt:after {
		width: 200px;
		height: 200px;
		top: 104px;
		padding: 0;
	}
	#flow .inner li dd {
		margin-top: 16em;
	}
	#flow ul {
		padding-bottom: 0;
	}
	#flow .bt {
		font-size: 4.4vw;
	}
}

/* ==[ faq ]============================================================ */
#faq h2 {
	margin: 1em auto;
}
#faq .inner {
	width: 1024px;
	margin: 0 auto 4em;
	padding-bottom: 6em;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
	color: #333;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-size: 1.16em;
	line-height: 1.8em;
	position: relative;
	display: block;
	padding: 1em 3em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #fff;
}
.cp_actab label:before {
	position: absolute;
	color: #F29A05;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1.8em;
	content:" \f059";
	height: 1em;
	top: 0.5em;
	left: 0.3em;
}
.cp_actab label br {
	display: none;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
	color: #333;
	background: #F3F7DC;
}
.cp_actab .cp_actab-content p {
	margin: 3em 1em 3em 3.6em;
}
.cp_actab p{
	position: relative;
	margin-bottom:0px;
}
.cp_actab p:before {
	position: absolute;
	color: #CCDB76;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1.8em;
	content:" \f058";
	height: 1em;
	top: 0;
	left: -1.6em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* check icon（↓）*/
.cp_actab label:after{
	color: #888;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content:" \f078";
	position: absolute;
	top: 1em;
	right: 0;
	width: 2em;
	height: 3em;
}
/* check icon（↑）*/
.cp_actab input:checked ~ label::after {
	color: #888;
	font-family: "Font Awesome 5 Free";
	content:" \f077";
}
@media screen and (max-width: 1024px) {
	#faq .inner {
		width: 100%;
	}
	.cp_actab label {
		font-size: 1.82vw;
		line-height: 1.8em;
	}
	.cp_actab .cp_actab-content p {
		font-size: 1.57vw;
	}
}
@media screen and (max-width: 767px) {
	#faq .inner {
		margin-bottom: 0;
	}
	.cp_actab label {
		font-size: 0.9em;
	}
	.cp_actab .cp_actab-content p {
		font-size: 0.86em;
		line-height: 1.8em;
	}
}

/* ==[ app ]============================================================ */
#app .wrap {
	background-color: #FABD00;
}
#app .wrap:before {
	position: absolute;
	content: url(../img/town.png);
  top: -100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	z-index: 1;
}
#app .inner {
	width: 1024px;
	margin: auto;
	padding: 50px 0;
}
#app .inner:before {
	position: absolute;
	content: "";
	width: 106px;
	height: 83px;
	top: 42px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("../img/logo-w.png") center center scroll no-repeat;
	background-size: contain;
}
#app .appwrap {
	width: 80%;
	margin: 100px auto 2em;
	padding: 2.5em 0 1.5em;
	border-radius: 12px;
	background-color: #fff;
}
#app .appwrap .message {
	margin-bottom: 1em;
	font-size: 1.8em;
}
#app .appwrap .bt:first-child {
	margin-bottom: 1em;
}
#app .appwrap .bt.other {
	line-height: 1.4em;
}
#app .notes {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	#app .inner {
		width: 100%;
	}
	#app .appwrap .message {
		font-size: 2.8vw;
	}
	#app .notes {
		font-size: 1.57vw;
		line-height: 1.8em;
	}
}
@media screen and (max-width: 767px) {
	#app .inner:before {
		width: 22vw;
		top:4vw;
	}
	#app .appwrap {
		width: 90%;
		margin-top: 80px;
	}
	#app .appwrap .message {
		font-size: 3.3vw;
		font-weight: bold;
	}
	#app .notes {
		width: 90%;
		margin: auto;
	}
	#app .notes li {
		padding-bottom: 0.8em;
		font-size: 3.4vw;
		text-align: left;
		line-height: 1.8em;
	}
}
@media screen and (max-width: 320px) {
	#app .bt {
		font-size: 1.3em;
	}
	#app .bt.other {
		font-size: 0.9em;
	}
}

/* ==[ share ]============================================================ */
#share .wrap {
	padding: 3.68em 0;
}
#share h2 {
	margin: 0;
	font-size: 1.4em;
	text-align: center;
}
#share ul {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#share li {
	margin-right: 1em;
}
#share li:last-child {
	margin-right: 0;
}
#share li a {
	display: block;
	width: 16em;
	padding: 1em;
	border-radius: 8px;
	background-color: #ddd;
	color: #fff;
	font-family: "Rounded Mplus 1c" !important;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
}
#share li a:hover {
	text-decoration: none;
}
#share li:first-child a {
	background-color: #4198da;
}
#share li:nth-child(2) a {
	background-color: #344f9a;
}
#share li a i {
	margin-right: 0.5em;
	font-size: 1.5em;
}

@media screen and (max-width: 1024px) {
	#share h2 {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 767px) {
	#share h2 {
		font-size: 4vw;
	}
	#share ul {
		display: block;
	}
	#share li {
		margin: 0;
	}
	#share li a {
		width: 13em;
		margin: 0 auto 1em;
		font-size: 1em;
	}
}

/* ==[ temp ]============================================================ */
#temp .inner {
	width: 60%;
	margin: auto;
}
#temp h3 {
	padding-bottom: 1em;
	font-size: 1.2em;
	font-weight: 600;
}
#temp dl {
	padding-bottom: 3em;
}
#temp dt {
	float: left;
	width: 20%;
	padding: 1.5em 0 1.5em 1em;
	font-weight: 600;
}
#temp dd {
	    border-bottom: 1px solid #d2d2d2;
    padding: 1.5em 1em 1.5em 12em;
}
#temp .txt {
	padding-bottom: 3em;
}
#temp table {
	width: 100%;
	margin: 1em 0 3em;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#temp th,
#temp td {
	padding: 0.8em 1em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
#temp th {
	width: 30%;
	background-color: #efefef;
}
#temp td {
	width: 70%;
	background-color: #fff;
}

@media screen and (max-width: 1024px) {
	#temp .inner {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
	#temp h3 {
		font-size: 4.2vw;
	}
	#temp dt {
		float: none;
    width: auto;
    padding-bottom: 0.1em;
    font-size: 1.08em;
	}
	#temp dd {
		padding: 0 1em 1.5em;
	}
}
