﻿@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header {
	padding: 95px 0 26px;
}

.home-header h1 {
	font-size: 4.4rem;
}

.home-message .switch-image {
	float: right;
	margin: 0 0 20px 3%;
	text-align: center;
}

.home-message figcaption {
	margin-top: 10px;
	font-weight: 700;
}

.home-message .name {
	font-size: 2.4rem;
}

.home-scenario .copy-heading .newline {
	display: table;
}

.home-scenario .image {
	margin-top: 20px;
}

.home-case-ul {
	margin-top: 40px;
}

.home-case-li {
	display: flex;
	max-width: 780px;
	padding: 20px 0 60px;
	border-top: 1px solid #aaa;
	justify-content: space-between;
	align-items: flex-start;
}

.home-case-li:nth-child(2n+1) {
	margin-left: auto;
}

.home-case-li .text {
	margin-right: 15px;
}

.home-case-li .number {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 2rem;
	font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.05em;
}

.home-case-li .number .color {
	color: #d92127;
}

.home-case-li .project {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 5px;
	border: 1px solid;
	background: #fff;
	color: #d92127;
	font-weight: 700;
	font-size: 1.2rem;
}

.home-case-li h3 {
	margin: 5px 0 10px;
	font-size: 2rem;
}

.home-case-li .company {
	font-weight: 700;
}

.home-case-li .switch-image {
	flex: none;
}

.home-club .paragraph {
	margin-bottom: 30px;
}

.home-club h3 {
/*
	margin-bottom: 30px;
	color: #d92127;
	font-size: 2.4rem;
	text-align: center;
*/
}

.home-club h3 .strong {
/*
	display: inline-block;
	width: 60px;
	margin: 0 6px;
	border-radius: 50%;
	background: #d92127;
	color: #fff;
	font-size: 4.8rem;
	line-height: 60px;
	text-align: center;
*/
}

.home-club-ol {
	counter-reset: number;
}

.home-club-li h4 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 2rem;
}

/* .home-club-li h4::before {
	width: 40px;
	margin-right: 10px;
	border-radius: 50%;
	background: #d92127;
	color: #fff;
	font-size: 2.4rem;
	font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 40px;
	text-align: center;
	content: counter(number);
	counter-increment: number;
	flex: none;
} */

.home-club-li .flex {
	display: flex;
	align-items: flex-start;
}

.home-club-li .subheading {
	margin-bottom: 5px;
	color: #d92127;
	font-weight: 700;
}

.home-club-li .image {
	max-width: 33%;
	margin-left: 15px;
	flex: none;
}

.home-club-li06 .image {
	max-width: 208px;
}

.home-club-price-ul {
	padding: 20px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: 700;
}

.home-club-price-li {
	display: flex;
	align-items: center;
}
.home-club-price-li:last-child {
  font-size: 14px;
  font-weight: 400;
	margin-top: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.home-club-price-li .heading {
	margin-right: 11px;
	padding: 0 7px;
	border: 1px solid;
	background: #fff;
	color: #d92127;
	font-size: 1.2rem;
	flex: none;
}

.home-club-price-li .amount {
	font-size: 1.8rem;
}

.home-club-price-li .tax {
	font-size: 1rem;
}

.home-news {
	overflow: hidden;
}

.home-news-li {
	border-bottom: 1px solid #aaa;
	font-weight: 700;
}

.home-news-li:first-child {
	border-top: 1px solid #aaa;
}

.home-news-li a {
	display: flex;
	padding: 30px 0;
	align-items: flex-start;
}

.home-news-li a:hover {
	opacity: 1;
}

.home-news-li .image {
	margin-right: 20px;
}

.home-news-li time {
	color: #d92127;
	font-size: 1.2rem;
}

.home-news-li time::after {
	margin: 0 0.6em;
	content: "/";
}

.home-news-li .category {
	display: inline-block;
	color: #d92127;
	font-size: 1.2rem;
}

.home-news-li h3 {
	margin-top: 10px;
	font-size: 1.6rem;
}

.home-news-li a:hover h3 {
	color: #d92127;
	text-decoration: underline;
}

.home-news-sns-ul {
	display: flex;
	margin: 40px 0 -40px;
	padding:0;
	flex-flow: wrap;
	justify-content: center;
	gap:10px;
}

.home-news-sns-li {
	margin: 0 0 40px;
	padding:0;
}

.home-news-sns-li h3 {
	display: flex;
	margin-bottom: 20px;
	color: #999;
	font-size: 2.4rem;
	font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.05em;
	align-items: center;
}

.home-news-sns-li h3 .icon {
	margin-right: 10px;
}

.home-news-sns-note,
.home-news-sns-li.spacer {
	width: 100%;
	max-width: 335px;
}

.home-news-sns-note hr {
	margin: 20px 0;
	border-top: 1px solid #aaa;
}

.home-news-banner {
	width: 100%;
	padding: 6%;
	border: 5px solid;
}

.home-news-banner .subheading {
	margin-bottom: 5px;
	font-weight: 700;
}

.home-news-banner h4 {
	font-size: 3.2rem;
	line-height: 1.25;
}

.home-news-banner .button {
	height: 40px;
	margin-top: 0.6em;
}

.home-news-banner-note {
	border-color: #41c9b4;
}

.home-news-banner-note:hover {
/*
	opacity: 1;
	background: #ecf9f7;
*/
	border-color: #FF5F17;
}

.home-news-banner-note .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-news-banner-note .text {
	margin-right: 5%;
	flex: none;
}

.home-news-banner-note .subheading {
	letter-spacing: 0.05em;
}

.home-news-banner-note h4 {
	margin-bottom: 0.2em;
}

.home-news-banner-note .button {
	background: #41c9b4;
}

.home-news-banner-newsletter {
	position: relative;
/*
	border-color: #ec9093;
*/
	border-color: #D92127;
}

.home-news-banner-newsletter:hover {
/*
	opacity: 1;
	background: #fdf4f4;
*/
	border-color: #FF5F17;
}

.home-news-banner-newsletter .subheading {
	margin-right: 25%;
	color: #d92127;
}

.home-news-banner-newsletter .image {
	position: absolute;
	top: 8%;
	right: 7%;
}

.home-news-sns-facebook,
.home-news-sns-twitter {
	width: 300px;
}

@media screen\0 {
.home-news-sns-twitter {
	display: none;
}
}

@media screen and (min-width: 768px) {
.home-header {
	padding: 110px 0 88px;
}

.home-header h1 {
	font-size: 9.4rem;
}

.home-message .switch-image {
	margin: 8% 0 30px 8.7%;
}

.home-message .position {
	margin-right: 20px;
}

.home-scenario .copy-heading .newline {
	margin-left: auto;
}

.home-scenario .image {
	float: left;
	margin: 10px 4.3% 30px 0;
}

.home-case .copy-heading {
	font-size: 3.8rem;
}

.home-case-ul {
	margin-top: 50px;
}

.home-case-li {
	padding: 30px 0;
	align-items: flex-end;
}

.home-case-li:last-child {
	padding-bottom: 0;
}

.home-case-li .number {
	margin-bottom: 20px;
}

.home-case-li .project {
	font-size: 1.4rem;
}

.home-case-li h3 {
	font-size: 2.5rem;
}

.home-club-inner {
	position: relative;
}

.home-club-ol {
	display: flex;
	margin-bottom: 40px;
	flex-flow: wrap;
	justify-content: center;
}

.home-club-li {
	width: 46%;
	/* max-width: 430px; */
	margin-bottom: 10px;
  margin-right: 3%;
}
/* .home-club-li05 {
	max-width: 450px;
} */

.home-club-li .text {
	max-width: 250px;
}
.home-club-li05 .text {
	max-width: 260px;
}
.home-club-li06 .text {
	min-width: 235px;
}

.home-club-li .subheading {
	line-height: 1.75;
}

.home-club-li .detail {
	line-height: 1.75;
}

.home-club-li .image {
	max-width: 38%;
}

/* .home-club-li01,
.home-club-li03,
.home-club-li05 {
	margin-right: 3%;
} */

.home-club-li01 .image {
	margin: -3% 0 0 -2%;
}

.home-club-li03 .image {
	margin: -5% 0 0 -7%;
}

.home-club-li06 .image {
	max-width: 53%;
}

.home-club-price-ul {
	display: flex;
	padding: 13px 0;
	flex-flow: wrap;
	justify-content: center;
}

.home-club-price-li:nth-last-child(n+2) {
	margin-right: 20px;
}

.home-club-price-li .heading {
	font-size: 1.4rem;
}

.home-club-price-li .amount {
	font-size: 2.4rem;
}

.home-club-price-li .tax {
	font-size: 1.2rem;
}

.home-news {
	position: relative;
}

.home-news-li .image {
	margin-right: 4.3%;
}

.home-news-li time {
	font-size: 1.4rem;
}

.home-news .more {
	position: absolute;
	top: 0;
	right: 30px;
	margin-top: 0;
}

.home-news-sns-ul {
	margin-top: 80px;
}

.home-news-sns-note,
.home-news-sns-li.spacer {
	max-width: 300px;
}

.home-news-banner {
	padding: 15px;
}

.home-news-banner .subheading {
	font-size: 1.2rem;
}

.home-news-banner h4 {
	font-size: 2.4rem;
}

.home-news-banner .button {
	height: 30px;
}

.home-news-banner-newsletter .image {
	top: 15px;
	right: 15px;
}
}

@media screen and (min-width: 1112px) {
.home-header h1 .br {
	display: none;
}

.home-club h3 {
/*
	display: flex;
	position: absolute;
	top: 180px;
	left: 36%;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #d92127;
	color: #fff;
	flex-flow: column;
	justify-content: center;
*/
}

.home-club h3 .strong {
/*
	background: #fff;
	color: #d92127;
*/
}

/* .home-club-li03 {
	margin-right: auto;
} */

.home-club-li06 {
	max-width: 490px;
}
}

@media screen and (max-width: 767.9px) {
.home-message .switch-image {
	max-width: 38%;
}

.home-message .position {
	display: block;
}

.home-message .more {
	margin-left: auto;
}

.home-scenario .flex {
	display: flex;
	flex-flow: column-reverse;
	align-items: center;
}

.home-scenario .paragraph {
	max-width: 100%;
}

.home-case-li {
	position: relative;
}

.home-case-li:last-child {
	border-bottom: 1px solid #aaa;
}

.home-case-li .company {
	font-size: 1.2rem;
}

.home-case-li .business {
	font-size: 1.2rem;
}

.home-case-li .more {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.home-case-li .switch-image {
	max-width: 30%;
}

.home-club-li {
	padding: 20px 0;
	border-top: 1px solid #aaa;
}

.home-club-li .flex {
	justify-content: space-between;
}

.home-club-price-li:nth-last-child(n+2) {
	margin-bottom: 10px;
}

.home-news-li .image {
	width: 70px;
	height: 70px;
}

.home-news-banner .button {
	font-size: 2rem;
}

.home-news-banner-note .logo {
	width: 134px;
	height: 33px;
}

.home-news-banner-note .image {
	width: 42%;
}

.home-news-banner-newsletter .image {
	width: 26%;
}
}

@media screen and (max-width: 479.9px) {
.home-club-li06 .flex {
	flex-flow: wrap;
	justify-content: center;
}

.home-club-li06 .image {
	margin: 15px 0 0 0;
}
}

.home-report {
	text-align:center;
}
.home-report img{
	width:100%;
	height:auto;
	max-width:640px;
}