@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 639px) {
	body {
		margin: 0 10px;
	}
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	max-width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
@media screen and (max-width: 959px) {
	#page-container {
		margin: 0 1%;
	}
	.inner-width {
		max-width: 959px;
	}
}
@media screen and (max-width: 639px) {
	#page-container {
		margin: 0 1%;
	}
	.inner-width {
		max-width: 639px;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.header {
	margin-top: 30px;
}
.logo img {
	width: 21%;
}
.header p {
	font-size: 1.6rem;
	color: #333;
	font-weight: 700;
	margin-top: 10px;
}
@media screen and (max-width: 959px) {
	.header {
		margin-top: 40px;
	}
	.logo img {
		width: 30%;
	}
	.header p {
		margin-top: 5px;
	}
}
@media screen and (max-width: 639px) {
	.header {
		margin-top: 0;
	}
	.logo img {
		width: 32%;
	}
	.header p {
		font-size: 1.3rem;
	}
}
/* ==========================================================================
 * main
 * ========================================================================== */
/*-------------------- FV --------------------*/
.fv {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 959px) {
	.fv {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
}
@media screen and (max-width: 959px) {
	.fv {
		margin-top: 20px;
	}
}
/*-------------------- banner --------------------*/
.banner {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 959px) {
	.banner {
		margin-top: 20px;
	}
}
/*-------------------- cont__box --------------------*/
.cont__box--ttl {
	position: relative;
	width: 41.3%;
	height: 100%;
	min-height: 200px;
}
.cont__box--ttl span {
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: center;
}
.money .cont__box--ttl {
	background: url(../images/pc/money_img.jpg) no-repeat center center /cover;
}
.career .cont__box--ttl {
	background: url(../images/pc/career_img.jpg) no-repeat center center /cover;
}
.realEstate .cont__box--ttl {
	background: url(../images/pc/hudousan_img.jpg) no-repeat center center /cover;
}
.lifestyle .cont__box--ttl {
	background: url(../images/pc/kurasi_img.jpg) no-repeat center center /cover;
}
.culture .cont__box--ttl {
	background: url(../images/pc/shumi_img.jpg) no-repeat center center /cover;
}
.beauty .cont__box--ttl {
	background: url(../images/pc/biyou_img.jpg) no-repeat center center /cover;
}
@media screen and (max-width: 959px) {
	.cont__box--ttl {
		width: 100%;
	}
}
@media screen and (max-width: 639px) {}
/*-------------------- news__list --------------------*/
.news__list {
	width: 54.8%;
}
.news__list li a {
	position: relative;
	padding: 7.5px 0 7.5px 26px;
	display: block;
	font-size: 1.5rem;
	color: #333;
}
.news__list li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 21px;
	height: 21px;
	background: url("../images/pc/arrow_icon.png") no-repeat center center /cover;
	transform: translateY(-50%);
}
.flexbox {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
}
.beauty {
	margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
	.news__list {
		width: 100%;
		margin-top: 7.5px;
	}
	.flexbox {
		flex-direction: column;
		margin-top: 45px;
	}
	.beauty {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 639px) {
	.news__list li a {
		font-size: 1.4rem;
	}
}
/*-------------------- news__list(recommend) --------------------*/
.recommend {
	margin-top: 60px;
}
.recommend .news__list {
	margin: 20px 0 0 26px;
	width: 100%;
}
.recommend h2 {
	border-left: solid 3px #4cd427;
	border-bottom: dotted 1px #4cd427;
	padding: 10px 0 10px 20px;
	font-weight: 700;
	color: #333;
}
@media screen and (max-width: 959px) {
	.recommend {
		margin-top: 30px;
	}
	.recommend .news__list {
		margin: 15px 0 0 0;
	}
}
@media screen and (max-width: 639px) {
	.recommend {
		margin-top: 20px;
	}
	.recommend h2 {
		padding: 5px 0 5px 5px;
		font-size: 2rem;
	}
}

/* ==========================================================================
 * footer
 * ========================================================================== */
.footer {
	border-top: solid 1px #4cd427;
	padding: 24px 0;
}
.footer .flexbox {
	justify-content: space-between;
	margin: 0;
	align-items: center;
}
.footer .footer__links {
	margin: 0;
	display: flex;
}
.footer__links {
	font-size: 0;
	text-align: center;
}
.footer__linksItem {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
}
.footer__linksItem::after {
	content: "|";
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 10px;
}
.footer__linksItem:last-child:after {
	display: none;
}
.footer__linksItem {
	display: inline-block;
}
.footer__linksItem::after {
	content: "|";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.2rem;
	color: #999;
}
.footer__linksItem:last-child::after {
	display: none;
}
.footer__linksItem a {
	font-size: 1.2rem;
	color: #999;
}
.footer__copyright {
	text-align: right;
	font-size: 1.2rem;
	color: #999; 
	display: block;
}
@media screen and (max-width: 959px) {
	.footer .flexbox {
		flex-direction: row;
		align-items: center;
	}
}
