@charset "utf-8";

.top h2.sub_midashi_02 {
	text-align: center;
	font-size: 15px;
	color: var(--key-color-10);
	font-weight: 500;
	background-color: #fff;
	border-radius: 5px;
	width: 300px;
	margin: 0 auto 30px;
	padding: 10px 0;
	box-shadow: 0 10px 54px 6px rgba(0, 0, 0, .05);
}
.top h2.sub_midashi_02 span {
	color: var(--key-color-10);
	font-weight: 300;
}
.top h2.sub_midashi_02::before  {
	display: none;
}

.top .catch {
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
}
@media screen and (max-width:1140px) {
	.top .catch {
		margin-bottom: 0.8rem;
		font-size: 1.8rem;
	}
}
@media screen and (max-width:960px) {
	.top .catch {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:768px) {
	.top .catch {
		margin-bottom: 0.3rem;
	}
}
@media screen and (max-width:480px) {
	.top .content {
	}
}

/*------------------------------------------------
.start
------------------------------------------------*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.start img {
	width: 400px;
}

/*------------------------------------------------
#top_logo
------------------------------------------------*/
#top_logo {
	position: relative;
	width: 100%;
	min-height: 100vh;
	opacity: 0;
  	animation: fadeIn 2.5s ease forwards;
  	animation-delay: 3.2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top_logo .fade-in-text {
	position: absolute;
	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
	font-size: 2rem;
	font-weight: 500;
}
#top_logo .fade-in-text span {
  	position: relative;
	font-size: 2rem;
	color: var(--navy-color);
	font-weight: 500;
}
#top_logo .scroll {
	display: none;
}

@media (max-width:480px) {
	#top_logo .fade-in-text {
		width: 80%;
		/*top: 40%;*/
		top: 35%;
		text-align: center;
		font-size: 20px;
	}
	#top_logo .fade-in-text span {
		padding: 0 .15em;
		margin: 0;
		font-size: 20px;
	}
	#top_logo .scroll {
	    font-family: "Poppins", sans-serif;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		/*bottom: 150px;*/
		bottom: 225px;
		color: var(--key-color-10);
		display: block;
		text-align: center;
		letter-spacing: 0.1em;
		left: 0;
		right: 0;
		margin: auto;
		width: 71px;
	}
	#top_logo .scroll:before {
		content: "";
		width: 20px;
		height: 20px;
		border-right: solid 2px var(--key-color-10);
		border-bottom: solid 2px var(--key-color-10);
		display: block;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 1px;
		right: 0;
		margin: auto;
		position: absolute;
		bottom: 28px;
	}
	#top_logo .scroll:after {
		content: "";
		width: 65px;
		height: 65px;
		border: solid 2px var(--key-color-10);
		display: block;
		border-radius: 100%;
		left: 0;
		right: 0;
		margin: 20px auto 0;
	}
}



/*------------------------------------------------
#about Fabassistについて
------------------------------------------------*/
#about {
	background-image: linear-gradient(0deg, #4162c2, #223670);
	width: 100%;
	padding: 150px 0;
}
#about .text_box {
	text-align: center;
}
#about .text_box h2 {
	color: #fff;
	line-height: 0;
	margin-bottom: 50px;
	font-size: 16px;
	letter-spacing: 0.35rem;
}
#about .text_box h2 span {
	font-size: 3.25rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}
#about .text_box .text {
	font-size: 16px;
	margin-top: 30px;
	color: #fff;
}
#about .text_box .catch span {
	color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05rem;
}
@media (max-width:960px) {
	#about {
		padding: 100px 0;
	}
	#about .text_box h2 span {
		font-size: 3rem;
	}
}
@media (max-width:480px) {
	#about {
		padding: 30px 0 50px;
	}
	#about .text_box .catch {
		font-size: 18px;
	}
	#about .text_box .catch span {
		font-size: 16px;
	}
	#about .text_box .text {
		font-size: 14px;
	}
	#about .text_box h2 {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#about .text_box h2 span {
        font-size: 24px;
    }
}

/*------------------------------------------------
#advantage 3つの強み
------------------------------------------------*/
#advantage h2,#advantage h2 span {
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.15rem;
}
#advantage h2 span {
	color: var(--navy-color);
	font-weight: 500;
}
#advantage img.advantage_chart {
	width: 50%;
	margin: 50px auto 0;
}
#advantage .btn_box {
	display: flex;
	justify-content: center;
	gap: 5rem;
	padding: 100px 0;
}
#advantage .btn_box div a {
	background-color: #fff;
	box-shadow: 0 10px 54px 6px rgba(0, 0, 0, .08);
	border-radius: 5px;
  	display: inline-block;
  	font-size: 16px;
	padding: 20px;
	width: 17rem;
  	position: relative;
	transition: .3s;
	text-align: left;
	color: var(--navy-color);
}
/* 通常の矢印 */
#advantage .btn_box div a::before {
	background-image: url("../img/common/to_top_color.svg");
  	bottom: 0;
  	content: "";
  	height: 13px;
	background-size: 16px;
  	margin: auto;
  	position: absolute;
  	right: 20px;
  	top: 0px;
  	transform: rotate(180deg);
  	width: 25px;
}
#advantage .btn_box div a:hover {
	color: var(--key-color-10);
	background-color: #fff;
}
@media (max-width:960px) {
	#advantage .btn_box {
		gap: 1rem;
		padding: 70px 0 40px;
	}
	#advantage .btn_box div a {
		width: 15rem;
	}
}
@media(max-width:480px) {
	#advantage h2, #advantage h2 span {
		font-size: 18px;
	}
	#advantage img.advantage_chart {
		width: 80%;
		margin-top: 25px;
	}
	#advantage .btn_box {
		flex-wrap: wrap;
		padding: 50px 0 0;
	}
	#advantage .btn_box div a {
		font-size: 14px;
		padding: 10px;
		width: 17rem;
	}
}


/*------------------------------------------------
#proposal
------------------------------------------------*/
#proposal {
	position: relative;
	z-index: 50;
	padding: 60px 0 80px 0;
}
#proposal .sub_midashi_02::before {
	background-color: #fff;
}
#proposal .sub_midashi_02 {
	color: var(--navy-color);
}
#proposal .sub_midashi_02 span {
	color: var(--navy-color);
	font-weight: 600;
}
#proposal .flex_box {
	position: relative;
}
#proposal .flex_box::before {
	position: absolute;
	left: 0;
	top: -60px;
	z-index: -100;
	display: block;
	content: "";
	width: 100%;
	height: calc(100% + 120px);
	background-color: var(--grey-color);
}
#proposal .flex_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
#proposal .flex_box .text_box {
	padding: 0 6rem 0 5rem;
	width: 100%;
	
}
#proposal .flex_box .text_box .catch {
	text-align: center;
}
#proposal .flex_box .text_box p {
	text-align: center;
}
@media screen and (max-width:1140px) {
	#proposal {
		padding: 0;
	}
	#proposal .flex_box .text_box {
		padding: 0 2rem 0 3rem;
	}
	#proposal .flex_box .img_box {
		margin-right: 0;
	}
}
@media screen and (max-width:960px) {
	#proposal {
		padding: 4rem 0;
	}
	#proposal .flex_box::before {
		top: -50px;
		height: calc(100% + 100px);
	}
	#proposal .flex_box .text_box p {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width:640px) {
	#proposal {
		padding: 40px 0 0 0;
		margin-bottom: 0!important;
	}
	#proposal .flex_box {
		flex-direction: column;
		gap: 2rem;
		padding-top: 2rem;
	}
	#proposal .flex_box::before {
		left: auto;
		top: auto;
		width: 100%;
		height: 100%;
	}

	#proposal .flex_box .text_box {
		padding: 5% 5% 0 5%;
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#proposal {
		padding: 25px 0;
	}
	#proposal .flex_box .text_box {
		padding: 1.5rem 1rem 0 1rem;
	}
	#proposal .flex_box .text_box p {
		text-align: left;
	}
	#proposal .flex_box .text_box .catch {
		font-size: 18px;
		margin-bottom: 20px;
	}
}



/*------------------------------------------------
#procure
------------------------------------------------*/
#procure .sub_midashi_02 {
	color: var(--navy-color);
	border: 1px solid var(--navy-color);
}
#procure .sub_midashi_02 span {
	color: var(--navy-color);
	font-weight: 600;
}
#procure .flex_box {
	position: relative;
	z-index: -200;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
#procure .flex_box::before {
	position: absolute;
	right: 0;
	top: -200px;
	z-index: -100;
	display: block;
	content: "";
	width: 100%;
	height: calc(100% + 300px);
}
#procure .flex_box .text_box {
	padding: 0 6rem 0 5rem;
	width: 100%;
}
#procure .flex_box .text_box .catch {
	text-align: center;
}
#procure .flex_box .text_box p {
	margin-bottom: 2rem;
	text-align: center;
}
@media screen and (max-width:1140px) {
	#procure {
		margin-bottom: 60px;
	}
	#procure .sub_midashi_02 {
	}
	#procure .flex_box .text_box {
		padding: 3rem;
	}
}
@media screen and (max-width:960px) {
	#procure {
		margin-bottom: 80px;
	}
	#procure .flex_box {
		align-items: stretch;
	}
	#procure .flex_box .text_box {
		padding: 1rem 2.5rem;
		width: 60%;
	}
}
@media screen and (max-width:768px) {
	#procure .flex_box {
		flex-direction: column;
	}
	#procure .flex_box .text_box {
		width: 100%;
	}
}
@media screen and (max-width:640px) {
	#procure {
		margin-bottom: 0!important;
	}
}
@media screen and (max-width:480px) {
	#procure {
		padding: 25px 0;
	}
	#procure .flex_box .text_box {
		padding: 1.5rem 1rem 2rem 1rem;
	}
	#procure .flex_box .text_box p {
		text-align: left;
		margin-bottom: 0;
	}
	#procure .flex_box::before {
		display: none;
	}
	#procure .flex_box .text_box .catch {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

/*------------------------------------------------
#support
------------------------------------------------*/
#support {
	position: relative;
	z-index: 50;
	padding: 60px 0 80px 0;
}
#support .sub_midashi_02::before {
	background-color: #fff;
}
#support .sub_midashi_02 {
	color: var(--navy-color);
}
#support .sub_midashi_02 span {
	color: var(--navy-color);
	font-weight: 600;
}
#support .flex_box {
	position: relative;
}
#support .flex_box::before {
	position: absolute;
	left: 0;
	top: -60px;
	z-index: -100;
	display: block;
	content: "";
	width: 100%;
	height: calc(100% + 120px);
	background-color: var(--grey-color);
}
#support .flex_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
#support .flex_box .text_box {
	padding: 0 6rem 0 5rem;
	width: 100%;
}
#support .flex_box .text_box .catch {
	text-align: center;
}
#support .flex_box .text_box p {
	margin-bottom: 2rem;
	text-align: center;
}
@media screen and (max-width:1140px) {
	#support {
		padding: 0;
	}
	#support .flex_box .text_box {
		padding: 0 2rem 0 3rem;
	}
}
@media screen and (max-width:960px) {
	#support {
		padding: 4rem 0;
	}
	#support .flex_box::before {
		top: -50px;
		height: calc(100% + 100px);
	}
	#support .flex_box .text_box p {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width:640px) {
	#support {
		padding: 40px 0 0 0;
	}
	#support .flex_box {
		flex-direction: column;
		gap: 2rem;
		padding-top: 2rem;
	}
	#support .flex_box::before {
		left: auto;
		top: auto;
		width: 100%;
		height: 100%;
	}

	#support .flex_box .text_box {
		padding: 5% 5% 0 5%;
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#support {
		padding: 0 0 25px;
	}
	#support .flex_box .text_box {
		padding: 1.5rem 1rem 1rem 1rem;
	}
	#support .flex_box .text_box p {
		text-align: left;
		margin-bottom: 0;
	}
	#support .flex_box .text_box .catch {
		font-size: 18px;
		margin-bottom: 20px;
	}
}


/*------------------------------------------------
.link_box
------------------------------------------------*/
.link_box {
	display: flex;
	justify-content: space-between;
	column-gap: 1.5rem;
}
.link_box .contents {
	width: 32%;
	background-image: linear-gradient(0deg, #4162c2, #223670);
	text-align: center;
	padding: 20px;
	position: relative;
  	transition: all 1s ease-out;
}
.link_box .contents:hover {
	background-image: linear-gradient(0deg, #333, #333);
}
.link_box .contents::before {
  background-image: linear-gradient(0deg, #4162c2, #223670);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
  width: 100%;
}
/* ボタンhoverで文字色変更 */
.link_box .contents:hover {
  color: #f2f2f2;
}
/* ボタンhoverで元の背景色透過 */
.link_box .contents:hover::before {
  opacity: 0;
}
.link_box .contents p {
	color: #fff;
	position: relative;
}
.link_box .contents span {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	color: #fff;
}
.link_box .contents img {
	width: 100px;
	margin: 20px auto 0;
	position: relative;
}
@media (max-width:480px) {
	.link_box {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.link_box .contents {
		width: 100%;
	}
}



