@charset 'utf-8';


/* 
#upper {
	background: transparent;
	border-color: transparent;
}

body.fixed #upper {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#navi_header_thin {
	background: transparent;
	border-color: transparent;
}

body.fixed #navi_header_thin {
}

@media only screen and (min-width: 1001px) {

	#upper,
	body.fixed #upper {
	}

	body.nosticky #upper {
		box-shadow: none;
	}
}

 */
body > section:not(#mainvisual) {
	z-index: 10;
}


#mainvisual {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#keyvisual {
	width: 100%;
	padding-top: calc(100% + 60px);
	background-image: url(../image/portal/mainvisual-tmp.jpg);
	background-position: 30% center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

#keyvisual.sync {
	position: absolute;
	top: 0;
}

#promotion {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}

#pr_media {
	width: 100%;
	margin: 0 auto;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

#mv-badge {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
}

#mv-badge span {
	display: inline-block;
	padding: .3em 1em;
	border-radius: 99px;
	background: rgba(255,255,255,1);
	color: #df528e;
	font-size: 12px;
	line-height: 1;
}

@media only screen and (min-width: 541px) {

	#mainvisual {
	}

	#pr_media > span span {
	}
}

@media only screen and (min-width: 541px) and (max-width: 768px) {

	#pr_media {
	}
}

@media only screen and (min-width: 769px) {

	#mainvisual {
	}

	#keyvisual {
		padding-top: calc(50% + 60px);
		background-position: center center;
		background-size: auto 120%;
	}

	#pr_media {
		padding-top: 49.9%;
	}

	#mv-badge {
		bottom: 30px;
	}

	#mv-badge span {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1001px) {

	#mainvisual {
		padding-top: 120px;
	}

	#keyvisual {
		padding-top: calc(50% + 120px);
	}
}

@media only screen and (min-width: 1201px) {
/*
	#mainvisual {
		background-size: 1200px auto;
	}

	#mainvisual:before {
		display: block;
		content: '';
		background-image: url(../image/portal/back_mainvisual_grad.jpg);
		background-position: top center;
		background-repeat: repeat-x;
		background-size: auto 839px;
		background-attachment: fixed;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	#keyvisual {
		padding-top: 720px;
		background-size: 1200px auto;
	}
*/

	#keyvisual {
		padding-top: 720px;
		background-size: cover;
	}
}



#tagline {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#mainline {
	display: inline-block;
	width: 85%;
}

#mainline > span {
	display: block;
	overflow: hidden;
	position: relative;
}

#mainline > span span {
	width: 100%;
	display: inline-block;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 1px 1px 0 #000;
	position: relative;
}

#mainline > span:nth-child(2) span {
	margin-bottom: .5em;
	font-size: 9vw;
}


#mainline > span > span {
}

#subline {
	width: 100%;
}

#subline > div {
	display: inline-block;
}

#subline p {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 1px 1px 0 #000;
}

#subline > div span {
	display: block;
}

@media only screen and (min-width: 769px) {

	#mainline {
		width: 60%;
		bottom: 30%;
	}

	#mainline > span span {
		font-size: 3.5vw;
	}

	#mainline > span:nth-child(2) span {
		font-size: 8vw;
	}

	#subline {
		bottom: 22%;
	}

/* 
	#subline p {
		font-size: 2.5vw;
	}
 */

	#subline > div span {
		display: inline;
	}
}

@media only screen and (min-width: 1201px) {

	#mainline > span span {
		font-size: 36px;
	}

	#mainline > span:nth-child(2) span {
		font-size: 64px;
	}

	#subline p {
		font-size: 20px;
	}
}


#serviceinfo {
	width: 100%;
	background-color: #eff3f7;
/* 
	background-image: url(../image/portal/back-serviceinfo-tmp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
 */
	position: relative;
}

body.pc #serviceinfo {
	background-attachment: fixed;
}

#serviceinfo:before {
	content: '';
	background: #fff;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body.safearea #serviceinfo {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#serviceinfo > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 10px;
	vertical-align: top;
	position: relative;
}

#serviceinfo .blockheader {
}

#serviceinfo .blockheader h1 {
}

#servicelist {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
}

#servicelist .item {
	display: flex;
	width: 100%;
	padding: 10px;
}

#servicelist .item a {
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(255,255,255,.7);
	text-decoration: none;
}

#servicelist .item a:hover,
#servicelist .item a.hover {
	background: rgba(255,255,255,.9);
}

#servicelist figure {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

#servicelist figure img {
	width: 100%;
	height: auto;
	transition: .5s;
}

#servicelist a:hover figure img,
#servicelist a.hover figure img {
	transform: scale(1.3, 1.3);
}

#servicelist h2 {
	margin-bottom: 20px;
	color: #225f37;
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 700;
}

#servicelist p {
	color: #666;
	font-size: 1.4em;
	line-height: 1.6;
	text-align: left;
}

#serviceinfo .btnarea {
	font-size: 20px;
}

#serviceinfo .btnarea a {
	width: 100%;
	max-width: 600px;
	padding: 15px 20px;
	border: none;
	background: rgba(223,82,142,.8);
	color: #fff;
}

@media only screen and (min-width: 541px) {

	#servicelist {
		flex-direction: row;
	}

	#servicelist .item {
		width: 33.33%;
	}
}

@media only screen and (min-width: 641px) {

	#serviceinfo footer .btnarea a {
		padding: 10px 40px;
	}

	#servicelist .item a {
		padding: 20px;
	}
}

@media only screen and (min-width: 1001px) {

	#servicelist .item a {
		padding: 30px;
	}

	#servicelist h2 {
		font-size: 2em;
	}

	#servicelist p {
		font-size: 1.6em;
	}
}

.presentation {
	font-size: 1em;
}

.presentation > .inner {
	max-width: 900px;
	padding: 10px;
}

.presentation .column:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .unequal .column {
	display: block;
	padding: 0;
}

.presentation .unequal .column.right {
	width: 40%;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}

#point .unequal .column.right {
	width: 100%;
	max-width: none;
}

@media only screen and (min-width: 769px) {

	.presentation > .inner {
		padding: 30px;
	}

	.presentation .column {
		width: 50%;
		margin: 0 !important;
		padding: 10px;
	}

	#point .unequal .column.left {
		width: 50%;
		padding-right: 50px;
	}

	#point .unequal .column.right {
		width: 50%;
		max-width: none;
	}
}


#feature {
	width: 100%;
	background-color: #82dcce;
/* 
	background-image: url(../image/portal/back-feature-tmp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
 */
	position: relative;
}

body.pc #feature {
	background-attachment: fixed;
}

#feature.presentation:before {
	content: '';
	background: #fff;
	opacity: .9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body.safearea #feature {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#feature.presentation header {
	margin-bottom: 0;
}

#feature > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 10px;
	vertical-align: top;
	position: relative;
}


#managpolicy h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

#managpolicy ul {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	margin-top: 10%;
	padding: 0;
	font-size: 0;
	text-align: center;
}

#managpolicy li {
	list-style: none;
	display: inline-block;
	width: 50%;
	font-size: 1rem;
	position: relative;
}

#managpolicy li > span {
	display: block;
	width: 100%;
	padding-top: 100%;
	border-radius: 5px;
}

#managpolicy li > span > span {
	border-radius: 5px;
	background: rgba(0,112,192,1);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: 3%;
	left: 3%;
	right: 3%;
	bottom: 3%;
}

#managpolicy li:nth-child(2) > span > span {
	background: rgba(0,112,192,.7);
}

#managpolicy li:nth-child(3) > span > span {
	background: rgba(0,112,192,.4);
}

#managpolicy li > span > span:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#managpolicy li > span > span span {
	display: inline-block;
	vertical-align: middle;
}

#managpolicy li > span > span span {
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.1;
}

@media only screen and (min-width: 415px) {

	#managpolicy ul {
		max-width: 354px;
	}

	#managpolicy li > span > span span {
		font-size: 20px;
	}
}

@media only screen and (min-width: 601px) {

	#managpolicy ul {
		max-width: none;
		margin-top: 0;
	}

	#managpolicy li {
		width: 33.33%;
		margin-top: 0;
	}

	#managpolicy li > span > span span {
		font-size: 3vw;
	}
}

@media only screen and (min-width: 769px) {

	#managpolicy ul {
		max-width: 700px;
	}

	#managpolicy li > span > span span {
		font-size: 24px;
	}
}



#discountitems {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
}

#discountitems .item {
	display: flex;
	width: 50%;
	max-width: 260px;
	margin: 0 auto;
	padding: 5px;
}

#discountitems .item a {
	display: block;
	width: 100%;
	color: #000;
}

#discountitems .item a:hover,
#discountitems .item a.hover {
	text-decoration: none;
}

#discountitems .item .inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 5px;
}

#discountitems figure {
	width: 100%;
	position: relative;
}

#discountitems figure img {
	width: 100%;
	height: auto;
}

#discountitems figure .foto {
	display: block;
	width: 100%;
	border-radius: 50%;
	background: #df7e93;
	overflow: hidden;
	transition: .4s;
}

#discountitems a:hover figure .foto,
#discountitems a.hover figure .foto {
	/*transform: rotate(20deg) scale(1.1);*/
	transform: scale(1.1);
}

#discountitems figure .badge {
	display: inline-block;
	padding: .8em 1.2em;
	border-radius: 99px;
	background: #72514f;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 7%;
	left: 0;
}


#discountitems h2 {
	padding-bottom: .5em;
	font-size: 2em;
	line-height: 1.4;
	font-weight: 700;
	text-decoration: none;
}

#discountitems p {
	font-size: 1.6em;
	line-height: 1.6;
}

#discountitems h2 span,
#discountitems p span {
	display: inline-block;
}

@media only screen and (min-width: 541px) {

	#discountitems .item {
		width: 50%;
		max-width: 320px;
	}

	#discountitems .item .inner {
		padding: 15px;
	}
}


@media only screen and (min-width: 1001px) {

	#discountitems .item {
		width: 33.333%;
	}
}



#message {
	width: 100%;
	background-color: #fff;
	background-image: url(../image/portal/back-message-tmp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

body.pc #message {
	background-attachment: fixed;
}

body.safearea #message.presentation {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#message.presentation:before {
	content: '';
	background: #fff;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#message > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 30px;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

#message .sentence h1 {
	margin-bottom: 1em;
	color: #003961;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1.4;
}

#message .sentence p {
	margin-bottom: 1.5em;
	font-size: 1.4em;
	line-height: 1.8;
}

@media only screen and (min-width: 769px) {

	#message > .inner {
		padding-top: 100px;
	}

	#message .brick {
		width: 50%;
		margin-left: 50%;
	}

	#message.right .brick {
		width: 50%;
		margin-left: 0;
		margin-right: 50%;
	}
}




/*
#bureau #blogarticle {
	border-top: 1px solid #9bab76;
}

#bureau #blogarticle > .inner {
	margin: 0 auto;
}
*/

#bureau #information {
	width: 100%;
	height: auto;
	position: relative;
}

#bureau #information > .inner {
	max-width: none !important;
	margin: 0 auto;
	position: relative;
}

#bureau #information .articlelistblock {
	max-width: none;
}

#information .articlelist .item {
	width: 100%;
	/*background: #fff;*/
}

#information .articlelist .item .desc {
	display: block;
	color: #000;
	font-size: .9em;
}

@media only screen and (min-width: 541px) {

	#information .articlelist .item {
		width: calc(100% / 2);
		padding: 1.5% !important;
		background: none;
	}

	#information .articlelist.card .item article {
		border-radius: 5px;
	}

	#information .articlelist.card .item.hover article {
		background: #eff3f7;
	}
}

@media only screen and (min-width: 769px) {

	#bureau #information {
	}

	#information .articlelist .item .enclosed {
		font-size: 1.4em;
	}
}

@media only screen and (min-width: 1001px) {

	#bureau #information {
	}

	#information .articlelist .item {
		width: calc(100% / 4);
	}
}

