@charset "UTF-8";

#index .header_wrapper {
	max-width: 1920px;
}
#index .ft_nav {
	width: 64%;
}

.top {
	background-image: url("../img/top/bg_top.webp");
	background-size: contain;
}

.mv {
	width: 100%;
	height: 900px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
}

.mv_text {
	/* 縦横比固定の時(画像配置して親要素のheight解除) */
	/* position: absolute;  */
	margin-top: 64px;
	text-align: center;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #ffffff;
	font-size: 3em;
	text-shadow: 0px 0px 24px #000000;
    position: absolute;
    z-index: 1;
}

.mv .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 width: 100%; 
    height: 100%; 
  min-height: 100%;
  min-width: 100%;
  z-index: 1;
    object-fit: cover;
}
.mv #video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; 
    height: 100%; 
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.mv_text .yellow {
	color: #fffe00;
	font-weight: 700;
	font-size: 0.665em;
}
.mv_text .mv_list {
	max-width: 600px;
	margin: 10px auto 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.5em;
	font-weight: 700;
}
.mv_text .mv_list li {
	background-color: rgba(0, 0, 0, 0.507);
	border: 1px solid #ffffff;
	border-radius: 30px;
	padding: 0.5em 1em;
	margin: 10px 5px 0px;
}
.mv_text .small {
	font-size: 0.53em;
	letter-spacing: 0.05em;
	margin-top: 32px;
}

@media only screen and (min-width: 1080px) and (max-width: 1275px) {
	.mv {
		font-size: 14px;
		height: 720px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1079px) {
	.mv {
		font-size: 10px;
		height: 600px;
	}
}
@media only screen and (max-width: 768px) {
	.mv {
		font-size: 7px;
		height: 400px;
	}
	.mv_text .mv_list {
		margin-top: 0;
		max-width: 430px;
	}
	.mv_text {
		margin-bottom: 64px;
        width: 100%;
        text-align: center;
	}
	.mv_text .small {
		margin-top: 16px;
	}

}
@media only screen and (max-width: 356px) {
	.mv {
		font-size: 6px;
	}
}

.top_movies {
margin: 40px 0 0px;
padding: 80px 0 0;
background-color: #fff;
}
.top_movies ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.top_movies li {
width: 48%;
}
.top_movies li dl {
margin: 0;
position: relative;
}
.top_movies li dt {
margin: 0 0 5px;
}
.top_movies li dd {
padding: 10px;
color: #fff;
display: inline-block;
}
.top_movies li dd.individual {
background-color: #17ca94;
}
.top_movies li dd.corporate  {
background-color: #1b69d0;
}
@media only screen and (max-width: 768px) {
	.top_movies {
	margin: 40px 0 0px;
	padding: 50px 0 20px;
	background-color: #fff;
	}
	.top_movies ul {
	display: block;
	}
	.top_movies li {
	width: 100%;
	margin-bottom: 40px;
	}
}

.top_sec01 {
	position: relative;
	background-image: url("../img/top/bg_service.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0 180px;
	text-align: center;
	color: #000000;
}
.top_sec01 .desc {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
.top_sec01 .ttl_section {
	margin-bottom: 26px;
}
.top_sec01 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.top_sec01 .item {
	flex: 0 30%;
	max-width: 346px;
	margin-bottom: 40px;
}
.top_sec01 .item .content {
	background-blend-mode: soft-light;
	background-image: linear-gradient(to right, #1b69d0, #4198e3);
	padding: 12px 0 10px;
	color: #ffffff;
}
.top_sec01 .item .picture {
	font-size: 0;
}
.top_sec01 .item .picture img {
	width: 100%;
}
.top_sec01 .ja {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.top_sec01 .en {
	font-size: 14px;
	font-weight: bold;
	color: #79cffe;
	padding-bottom: 18px;
}
.top_sec01 .more {
	padding-top: 4px;
	border-top: 1px solid #67bded;
}
.top_sec01 .more a {
	margin-right: 1.25em;
}
.top_sec01 .more a:last-of-type {
	margin-right: 0em;
}
.top_sec01 .more a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background-image: url("../img/common/icon_ft_arrow_02.png");
	vertical-align: middle;
	margin-right: 0.5em;
	margin-top: 2px;
}
.top_sec01 .more span {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #ffffff;
	vertical-align: middle;
}
.top_sec01 .map {
	position: absolute;
	bottom: -138px;
	left: 0;
	background-image: url("../img/top/bg_map.webp");
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
	height: 280px;
}
.top_sec01 .map .cnt_map {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.top_sec01 .map .title {
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: left;
	margin-right: 90px;
}
.top_sec01 .map .title .note {
	font-size: 1.8rem;
	margin-top: 16px;
}
.top_sec01 .map .title span {
	font-size: 3.6rem;
	border-bottom: 3px solid #000000;
	padding-bottom: 3px;
}
.top_sec01 .map a {
	display: block;
	width: 320px;
	height: 80px;
	padding: 15px 50px;
}
.top_sec01 .map a:nth-child(1) {
	margin-bottom: 20px;
}

.top_sec02 {
	background-image: url("../img/top/bg_points.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 119px 0 120px;
	margin-top: 136px;
	text-align: center;
}
.top_sec02 .ttl_section {
	margin-bottom: 40px;
}
.top_sec02 .box {
	border-right: solid 2px #00a0ea;
	border-left: solid 2px #00a0ea;
	border-bottom: solid 2px #00a0ea;
	background-color: #00a0ea;
	margin-bottom: 40px;
}
.top_sec02 .head {
	display: flex;
}
.top_sec02 .head .title {
	font-size: 2.4rem;
	line-height: 2;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #ffffff;
}
.top_sec02 .head .icon {
	padding: 8px 24px 14px 25px;
	border-right: 1px solid #c3e9fa;
}
.top_sec02 .head .question {
	padding: 8px 27px 14px;
}
.top_sec02 .content {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
	background-color: #ffffff;
	color: #000000;
	text-align: justify;
	padding: 28px 42px 35px 39px;
}
.top_sec02 .top_btn02 {
	padding: 16px 65px;
}

.top_sec03 {
	background-image: url("../img/top/bg_aplication.webp");
	background-position: right;
	background-size: cover;
	padding: 72px 0 80px;
	text-align: center;
	color: #ffffff;
}
.top_sec03 .ttl_section {
	margin-top: 15px;
	margin-bottom: 30px;
	color: #ffffff;
}
.top_sec03 .ttl_section::after {
	background-image: url("../img/common/icon_ttl02.png");
}
.top_sec03 .desc {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}
.top_sec03 .desc span {
	font-size: 1.8rem;
}
.top_sec03 .top_btn02 {
	padding: 16px 73px;
}

.top_sec04 {
	background-image: url("../img/top/bg_points.webp");
	background-position: center;
	background-repeat: no-repeat;
	padding: 112px 0 80px;
	color: #2983dc;
	letter-spacing: 0.05em;
}
.top_sec04 .ttl_section {
	margin-bottom: 40px;
}
.top_sec04 .flow01 {
	background-image: url("../img/top/application_flow01.webp");
}
.top_sec04 .flow02 {
	background-image: url("../img/top/application_flow02.webp");
}
.top_sec04 .ja {
	font-size: 2.4rem;
	line-height: 2;
	font-weight: 900;
	padding-left: 42px;
}
.top_sec04 .en {
	font-size: 1.4rem;
	line-height: 1.8;
	padding-left: 42px;
	font-weight: bold;
}
.top_sec04 .more {
	margin-top: 74px;
	padding: 10px 0 15px 42px;
	border-top: 1px solid #2983dc;
}
.top_sec04 .more:before {
	content: "";
	width: 6px;
	height: 10px;
	background-image: url("../img/common/icon_ft_arrow_03.png");
	background-size: cover;
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	vertical-align: middle;
}
.top_sec04 .more span {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 600;
	color: #2983dc;
	vertical-align: middle;
}

.top_sec05 {
	background-image: url("../img/top/bg_contact.webp");
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 0 82px;
	text-align: center;
	color: #000000;
}
.top_sec05 .ttl_section {
	margin-bottom: 28px;
}
.top_sec05 .desc {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.top_sec05 .top_btn02 {
	padding: 16px 45px;
}

.top_sec06 {
	padding: 97px 0 180px;
	color: #000000;
}
.top_sec06 .title {
	display: inline-block;
	font-size: 3.6rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-right: 128px;
	vertical-align: top;
}
.top_sec06 .top_news {
	display: inline-block;
	vertical-align: top;
}
.top_sec06 li {
	display: flex;
}
.top_sec06 span {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
	padding: 12px 0;
}
.top_sec06 .desc {
	margin-left: 58px;
}

.top_sec07 {
	position: relative;
	display: flex;
	background-color: #b1dcf4;
	/* background-image: url("../img/top/bg_message.webp"); */
	/* background-size: cover;
	background-position: left; */
}
.top_sec07 .inner {
	position: relative;
	padding: 110px 0;
}

.top_sec07 .image > div {
	position: absolute;
	right: 0;
	top: -80px;
}
.top_sec07 .image img {
	width: 32vw;
}
.top_sec07 .title {
	position: absolute;
	bottom: 90px;
	left: -7.55vw;
	font-size: 7.2rem;
	font-weight: bolder;
	color: rgba(221, 150, 45, 0.5);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
}
.top_sec07 .desc {
	max-width: 760px;
	color: #000000;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.04em;
	text-align: justify;
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
	.top_sec07 .image img {
		width: 36vw;
		max-width: 680px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1289px) {
	#index {
		min-width: 100%;
	}
	#index .header_content {
		min-width: 100%;
	}
	#index .header_wrapper #header_logo {
		padding-left: 1.96vw;
		width: 23.529vw;
	}
	#index .wrapper_nav nav ul {
		padding: 0 0.784vw;
	}
	#index .wrapper_nav nav ul li {
		margin: 0.784vw;
	}
	#index .wrapper_nav nav ul li:last-child a {
		width: 15.686vw;
		height: 3.92vw;
	}
	#index .wrapper_nav nav ul li a,
	#index .ft_nav ol li a span,
	#index .ft_nav .group li a span {
		font-size: 1.4117vw;
	}
	#index .ft_content {
		padding: 9.41vw 0 6.274vw;
	}
	#index .ft_decs_company a img {
		width: 18vw;
	}
	#index .ft_decs_company p {
		margin: 2.431vw auto;
		font-size: 1.549vw;
	}
	#index .ft_decs_company .contact::before {
		width: 0.78vw;
		height: 1.254vw;
		margin-right: 1.176vw;
		background-size: contain;
	}
	#index .ft_decs_company .contact {
		width: 18.82vw;
		height: 4.7vw;
		font-size: 1.549vw;
	}
	#index .ft_nav {
		margin-top: -1.254vw;
	}

	.top_sec01 .list {
		justify-content: center;
	}
	.top_sec01 .item {
		margin: 0 10px 25px;
	}
	.top_sec01 .map {
		background-position: 100%;
	}

	.top_sec05 {
		background-position: 35%;
	}

	.top_sec06 {
		padding-bottom: 97px;
	}

	.top_sec07 {
		flex-direction: column;
	}
	.top_sec07 .title {
		position: relative;
		bottom: auto;
		left: auto;
		margin-bottom: 30px;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
	.top_sec07 .desc {
		max-width: inherit;
	}
}

@media only screen and (max-width: 768px) {
	.top_sec01 {
		padding: 50px 0 0;
	}
	.top_sec01 .ttl_section {
		margin: 0 auto 30px;
	}
	.top_sec01 .desc,
	.top_sec01 .more span {
		font-size: 1.4rem;
		letter-spacing: 0.01em;
	}
	.top_sec01 .list {
		justify-content: center;
	}
	.top_sec01 .list .item {
		margin: 0 10px 25px;
		min-width: 280px;
	}
	.top_sec01 .list li {
		flex: 0 48%;
	}
	.top_sec01 .ja {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
	}
	.top_sec01 .map {
		position: relative;
		bottom: auto;
		height: auto;
		background-size: cover;
		padding: 50px 0;
	}
	.top_sec01 .map .cnt_map {
		flex-wrap: wrap;
		justify-content: center;
	}
	.top_sec01 .map .title {
		font-size: 2rem;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.top_sec01 .map .title span {
		font-size: 2.4rem;
	}
	.top_sec01 .map .title .note {
		font-size: 1.6rem;
	}
	.top_sec01 .map a {
		width: 280px;
		height: 60px;
		padding: 12px 5px;
		border-radius: 30px;
	}

	.top_sec02 .top_btn02 {
		padding: 11px 40px;
		border-radius: 30px;
	}

	.top_sec02 .ttl_section {
		margin: 0 auto 30px;
	}
	.top_sec02 {
		margin-top: 0;
		padding: 60px 0;
	}
	.top_sec02 .box {
		margin-bottom: 30px;
	}
	.top_sec02 .head .title {
		font-size: 1.6rem;
		line-height: 1.8;
		text-align: left;
		padding: 8px 18px 14px;
	}
	.top_sec02 .content {
		font-size: 1.4rem;
		padding: 20px;
	}
	.top_sec02 figure {
		width: 240px;
		margin: 0 auto;
	}

	.top_sec03 .top_btn02 {
		padding: 11px 40px;
		border-radius: 30px;
	}
	.top_sec03 {
		padding: 50px 0;
	}
	.top_sec03 figure img {
		width: 80px;
	}
	.top_sec03 .ttl_section {
		margin-top: 5px;
	}
	.top_sec03 .desc {
		font-size: 1.8rem;
		letter-spacing: 0.02em;
	}
	.top_sec03 figure {
		width: 60px;
		margin: 0 auto;
	}

	.top_sec04 .ttl_section {
		margin: 0 auto 30px;
	}
	.top_sec04 {
		padding: 60px 0;
	}
	.top_sec04 .flow01 {
		margin-bottom: 30px;
	}
	.top_sec04 .ja,
	.top_sec04 .en,
	.top_sec04 .more {
		padding-left: 25px;
	}
	.top_sec04 .more {
		font-size: 1.4rem;
	}

	.top_sec05 {
		background-size: cover;
		background-position: 15%;
		padding: 50px 0;
	}
	.top_sec05 .desc {
		font-size: 1.4rem;
		margin-bottom: 35px;
	}
	.top_sec05 .top_btn02 {
		padding: 11px 30px;
	}

	.top_sec06 {
		padding: 50px 0;
	}
	.top_sec06 .title {
		font-size: 2.4rem;
		margin-right: 0;
		line-height: 1.5;
		margin-right: 30px;
	}
	.top_sec06 .top_news {
		padding-top: 15px;
	}
	.top_sec06 li {
		flex-direction: column;
	}
	.top_sec06 span {
		font-size: 1.4rem;
		line-height: 1.7;
		padding: 15px 0 0;
	}
	.top_sec06 span.date {
		margin-right: 20px;
	}
	.top_sec06 span.desc {
		margin-left: 0;
	}

	.top_sec07 {
		flex-direction: column;
		padding-bottom: 50px;
		background-position: right;
	}
	.top_sec07 .inner {
		padding: 50px 0 30px;
	}
	.top_sec07 .title {
		position: relative;
		bottom: auto;
		left: auto;
		font-size: 6rem;
		margin-bottom: 30px;
		text-align: center;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
	.top_sec07 .desc {
		max-width: inherit;
		font-size: 1.4rem;
	}
	.top_sec07 .image > div {
		position: relative;
		top: 0;
		padding: 0 3%;
	}
	.top_sec07 .image img {
		width: auto;
	}

	#index .ft_nav {
		width: 100%;
	}
}

@media only screen and (max-width: 414px) {
	.top_sec01 {
		background-image: url("../img/top/bg_points.webp");
		background-size: auto;
		background-repeat: repeat;
	}
	.top_sec01 .list li {
		flex: 0 100%;
	}
	.top_sec01 .list .item {
		margin: 0;
		width: 100%;
		max-width: inherit;
		margin-bottom: 20px;
	}
	.top_sec01 .map a {
		height: 50px;
		padding: 8px 5px;
	}

	.top_sec02 .top_btn02 {
		height: 50px;
		padding: 8px 32px;
	}

	.top_sec03 .desc span {
		font-size: 1.6rem;
	}
	.top_sec03 .top_btn02 {
		height: 50px;
		padding: 8px 32px;
	}
	.top_sec03 .desc {
		font-size: 1.4rem;
		line-height: 2;
	}

	.top_sec06 span.desc {
		padding-top: 8px;
	}
}
