@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
p {
		line-height: 1.81;
}
/* ビジュアル
------------------------------------------------------------------------------- */
.fuVisual01 {
	height: 260px;
	margin-bottom: 60px;
	padding: 0;
	opacity: 0;
	transition: opacity 1s linear;
	overflow: hidden;
}
.fuVisual01.inView {
	opacity: 1;
}
.fuVisual01_bg {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 100%;;
	height: 100%;
	background: url(../images/index_mv.jpg) center center no-repeat;
	background-size: cover;
	transform: scale(1.1);
	transition: all 1s cubic-bezier(0,.8,.4,1);
}
.fuVisual01.inView .fuVisual01_bg {
	transform: scale(1);
}
.fuVisual01_in {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	
	align-items: center;
}
.fuVisual01_in .fuVisual01_tit {
	line-height: 1;
	margin: 0;
	color: #fff;
	font-size: 400%;
	font-weight: 700;
	padding-left: 30px;
	max-width: 480px;
	width: 38.7%;
	margin-right: 8.06%;
}

/* 地図から探す
------------------------------------------------------------------------------- */
.fuHeading01 {
	margin: 0 0 40px;
	padding: 0;
	color: #333;
}
.fuHeading01-v1 {
	margin: 0 0 10px;
}
.fuHeading01_in {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	opacity: 0;
}
.fuHeading01_in.inView {
	opacity: 1;
}
.fuHeading01_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	bottom: 0;
	width: 7px;

	background-color: #F12961;
	transition: all .5s cubic-bezier(0,.4,.5,1);
}
.fuHeading01_in.inView::before {
	top: 0;
}
.fuHeading01_tit {
	line-height: 1.45;
	margin: 0;
	font-size: 300%;
	font-weight: 700;
	display: inline-block;
	overflow: hidden;
}
.fuHeading01_tit span {
	display: inline-block;
	transform: translateX(-20px);
	opacity: 0;
	transition: all .5s cubic-bezier(0,.8,.4,1);
}
/* .inView .fuHeading01_tit span {
	transform: translateY(0);
	opacity: 1;
} */


/* Daiwa Future100
------------------------------------------------------------------------------- */
.fuLead {
	margin-bottom: 80px;
	padding: 0 15px;
}
.fuLead .fuLead_txt {
	text-align: center;
}
.fuSection {
	position: relative;
    margin: 0 0 100px;
    padding: 0 15px;
}
.fuSection_in {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    z-index: 1;
}

.fuCol01 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.fuCol01_txt {
	max-width: 460px;
	width: 37.1%;
}
.fuCol01_img {
	max-width: 710px;
	width: 57.25%;
}

.fuShadow01 {
	box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
}


.fuCol02 {
	display: flex;
	justify-content: space-between;
	opacity: 0;
}
.fuCol02.inView {
	opacity: 1;
}
.fuCol02_item {
	max-width: 216px;
	width: 17.42%;
}
.fuCol02_item .fuCol02_item_box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #A8925D;
	aspect-ratio: 216 / 176;
	margin-bottom: 15px;
}
.fuCol02_item .fuCol02_item_box::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid black;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: calc(50% - 5px);
	right: -12%;
}
.fuCol02_item .fuCol02_item_box-05::after {
	display: none;
}
.fuCol02_item .fuCol02_item_img {
	margin-bottom: 10px;
}
.fuCol02_item .fuCol02_item_box p {
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
}
.fuCol02_item .fuCol02_item_box + p,
.fuCol02_item .fuCol02_item_img + p {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.fuCol02_item .fuCol02_item_box + p::before,
.fuCol02_item .fuCol02_item_img + p::before {
	content: "■";
	color: #DF153B;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.fuCol02_item ul {
	font-size: 14px;
}
.fuCol02_item .fuCol02_item_box-01 {
	background: #af9454 url(/about/future100/images/index_icon01.png) no-repeat center center;
	background-size: 128px;
}
.fuCol02_item .fuCol02_item_box-02 {
	background: #af9454 url(/about/future100/images/index_icon02.png) no-repeat center center;
	background-size: 128px;
}
.fuCol02_item .fuCol02_item_box-03 {
	background: #af9454 url(/about/future100/images/index_icon03.png) no-repeat center center;
	background-size: 128px;
}
.fuCol02_item .fuCol02_item_box-04 {
	background: #af9454 url(/about/future100/images/index_icon04.png) no-repeat center center;
	background-size: 128px;
}
.fuCol02_item .fuCol02_item_box-05 {
	background: #af9454 url(/about/future100/images/index_icon05.png) no-repeat center center;
	background-size: 128px;
}
.fuCol02_item_img img {
	border-radius: 8px;
	overflow: hidden;
}
.fuSupport {
	position: relative;
	width: 100%;
	height: 30px;
}
.fuSupport_01,
.fuSupport_02 {
	position: absolute;
	overflow: hidden;
	background-color: #3B3B3B;
}
.fuSupport_01 {
	top: 0;
    left: 21%;
    width: 39%;
}
.fuSupport_02 {
	top: 0;
	left: 83%;
    width: 18%;
}
.fuSupport_01::after,
.fuSupport_02::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	transition: all 1s cubic-bezier(0,.8,.4,1);
}
.fuSupport_01::after {
	transition-delay: .2s;
}
.fuSupport_02::after {
	transition-delay: .6s;
}

.inView .fuSupport_01::after,
.inView .fuSupport_02::after {
	left: 100%;
}
.fuSupport_in {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fuSupport_in::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
    bottom: -20px;
	right: -10px;
    transform: rotateZ(35deg);
}
.fuSupport_in::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
    top: -20px;
    right: -10px;
    transform: rotateZ(-35deg);
}
.fuSupport p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-left: -30px;
}
@media screen and (max-width:1280px) {
	.fuCol02_item .fuCol02_item_box + p,
	.fuCol02_item .fuCol02_item_img + p {
		font-size: 1.12vw;
	}
	.fuCol02_item ul {
		font-size: 1.09vw;
	}
	.fuSupport p {
		font-size: 14px;
	}
}
@media screen and (max-width:965px) {
	.fuCol02_item .fuCol02_item_box + p,
	.fuCol02_item .fuCol02_item_img + p {
		font-size: 11px;
	}
	.fuCol02_item ul {
		font-size: 10.5px;
	}
	
}
.fuMessage {
	margin: 70px auto 0;
	padding: 70px 20px;
	border: 8px solid #F5F5F5;
}
.fuMessage_tit {
    line-height: 1.45;
    margin: 0 auto 40px;
    font-size: 28px;
    font-weight: 700;
	text-align: center;
}
.fuCol03 {
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.fuCol03_item {
	max-width: 510px;
	width: 47.22%;
}
.fuCol03_item .fuCol03_img {
	margin-bottom: 30px;
}

.fuCol03_item .fuCol03_txt {
	font-size: 16px;
}
.fuCol03_item .fuCol03_name {
	font-size: 14px;
	color: #6E6E6E;
	font-weight: 500;
	margin-top: 20px;
	line-height: 1.714;
}

.fuApply {
	margin: 0 auto;
	padding: 80px 20px;
	background-color: #F5F5F5;
}
.fuApply_in {
	max-width: 1080px;
	margin: 0 auto;
}
.fuApply_tit {
    line-height: 1.45;
    margin: 0 auto 30px;
    font-size: 28px;
    font-weight: 700;
	text-align: center;
}
.fuApply_tit + p {
	text-align: center;
}
.fuApply_img {
	margin: 60px auto 20px;
}
.fuApply_date {
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	color: #6E6E6E;
}

.fuVoice {
	margin: 60px auto 0;
	padding: 80px 20px;
	background-color: #F5F5F5;
}
.fuVoice_in {
	max-width: 1080px;
	margin: 0 auto;
}
.fuVoice_tit {
    line-height: 1.45;
    margin: 0 auto 30px;
    font-size: 28px;
    font-weight: 700;
	text-align: center;
}
.fuVoice_tit + p {
	text-align: center;
}

.fuCol04 {
    display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
}
.fuCol04_item {
    width: 31.613%;
    max-width: 392px;
    margin: 0 2.5805% 0 0;
    background-color: #fff;
}
.fuCol04_item:nth-child(3n) {
    margin-right: 0;
}
.fuCol04_txt {
	padding: 30px;
}
.fuCol04_name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.416;
	margin-bottom: 15px;
}
.fuCol04_txt p {
	font-size: 16px;
	line-height: 1.8125;
}
.fuCol04_txt .fuCol04_affiliation {
	margin-bottom: 20px;
	font-size: 14px;
	color: #6E6E6E;
}



.fnFadeIn {
	transition: all .5s cubic-bezier(0,.8,.5,1) .2s;
	opacity: 0;
}
.fnFadeIn.inView {
	opacity: 1;
}
.fnSlideIn {
	transform: translateY(70px);
	transition: all 1s cubic-bezier(0,.8,.5,1);
	opacity: 0;
}
.fnSlideIn-d1 {
	transition-delay: .2s;
}
.fnSlideIn-d2 {
	transition-delay: .4s;
}
.fnSlideIn.inView {
	transform: translateY(0px);
	opacity: 1;
}

.label {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.label span {
	font-size: 12px;
	font-weight: 100;
}















