@charset "UTF-8";


/** ------------
fv
------------ **/
.top_page .fv {
	margin-top: 80px;
}
.top_page .fv img.txt03 {
	display: block;
	margin-left: -70px;
	margin-top: -200px;
	width: 560px;
}
.top_page .fv .roop {
	background: url("../img/common/roop-img-01.svg") no-repeat 0 0 / 100%;
	display: block;
    margin-left: -17vw;
    margin-top: -46.5vw;
    mix-blend-mode: exclusion;
    height: 49vw;
    width: 134vw;
	max-width: initial;
}

/** -- catch -- **/
.top_page .fv .catch {
	align-content: flex-start;
}
.top_page .fv .catch img {
	height: 100%;
}
.top_page .fv .catch .txt01 {
	margin-left: auto;
	width: 540px;
}
.top_page .fv .catch .txt01 img {
	width: 100%;
}
.top_page .fv .catch .txt01 .txt01-1 {
	height: 500px;
}
.top_page .fv .catch .txt01 .txt01-2 {
	height: 300px;
}
.top_page .fv .catch img.txt02 {
	margin-left: 40px;
	margin-right: 50px;
	margin-top: 25px;
	width: 55px;
}

@media screen and (max-width: 1540px) {
	.top_page .fv {
		margin-top: 5vw;
	}
	.top_page .fv img.txt03 {
		margin-left: -4vw;
		margin-top: -12vw;
		width: 35vw;
	}
	.top_page .fv .roop {
		margin-left: -11vw;
		margin-top: -47vw;
		height: 50vw;
		width: 136vw;
	}

	/** -- catch -- **/
	.top_page .fv .catch .txt01 {
		width: 32vw;
	}
	.top_page .fv .catch .txt01 .txt01-1 {
		height: 30vw;
	}
	.top_page .fv .catch .txt01 .txt01-2 {
		height: 17vw;
	}
	.top_page .fv .catch img.txt02 {
		margin-left: 2vw;
		margin-right: 3vw;
		margin-top: 2vw;
		width: 3.4vw;
	}
}

@media screen and (max-width: 1380px) {
	.top_page .fv {
		margin-top: 6vw;
	}
	.top_page .fv img.txt03 {
		margin-left: -2vw;
		margin-top: -15vw;
		width: 40vw;
	}
	.top_page .fv .roop {
		margin-left: -29vw;
		margin-top: -60.5vw;
		height: 64vw;
		width: 175vw;
	}

	/** -- catch -- **/
	.top_page .fv .catch .txt01 {
		width: 43vw;
	}
	.top_page .fv .catch .txt01 .txt01-1 {
		height: 39vw;
	}
	.top_page .fv .catch .txt01 .txt01-2 {
		height: 24vw;
	}
	.top_page .fv .catch img.txt02 {
		margin-left: 3vw;
		margin-right: 0;
		margin-top: 2vw;
		width: 4.4vw;
	}
}

@media screen and (max-width: 780px) {
	.top_page .fv {
		margin-top: 22vw;
	}
	.top_page .fv img.txt03 {
		margin-left: 0;
		margin-top: 8vw;
		position: initial;
		bottom: auto;
		left: auto;
		width: 80vw;
	}
	.top_page .fv .roop {
		margin-bottom: 34vw;
		margin-left: -59vw;
		margin-top: -100vw;
		height: 73vw;
		width: 200vw;
	}

	/** -- catch -- **/
	.top_page .fv .catch .txt01 {
		width: 64vw;
	}
	.top_page .fv .catch .txt01 .txt01-1 {
		height: 58vw;
	}
	.top_page .fv .catch .txt01 .txt01-2 {
		height: 35vw;
	}
	.top_page .fv .catch img.txt02 {
		margin-left: 4vw;
		margin-right: 6vw;
		margin-top: 2vw;
		width: 8vw;
	}
}


/** ------------
mission
------------ **/
.top_page .mission {
	margin-top: 140px;
}
.top_page .mission h3 {
	margin-left: 45px;
	margin-top: 20px;
}
.top_page .mission .image01 {
	border-radius: 50px 0 0 50px;
	margin-left: auto;
	margin-top: -43vw;
	overflow: hidden;
	position: relative;
	height: 50vw;
	width: 60vw;
	z-index: -2;
}
.top_page .mission .image01 img {
	object-fit: cover;
	object-position: bottom 3vw left 50%;
	height: 110%;
	width: 110%;
}

/** -- box -- **/
.top_page .mission .box {
	background-color: rgba(255, 255, 255, .8);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border-radius: 50px;
	margin-left: 60px;
	padding: 100px 80px 80px 100px;
	position: relative;
	height: 100%;
	z-index: -1;
}
.top_page .mission .box::before,
.top_page .mission .box::after {
	background: url("../img/common/icon-wq.svg") no-repeat 0 0 / 100%;
	content: '';
	display: block;
	mix-blend-mode: exclusion;
	position: absolute;
	height: 46px;
	width: 140px;
}
.top_page .mission .box::before {
    left: 35px;
    top: -20px;
}
.top_page .mission .box::after {
    bottom: -18px;
    right: 30px;
	transform: rotate(180deg);
}
.top_page .mission .box p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
}
.top_page .mission .box .name {
	display: table;
	margin-left: auto;
	margin-top: 40px;
}

/** -- catch -- **/
.top_page .mission .catch {
	margin-left: -45px;
	margin-right: -100px;
	margin-top: -10px;
}
.top_page .mission .catch .txt {
	margin-left: 150px;
	margin-top: 10px;
}
.top_page .mission .catch .txt div {
	background-color: #fff;
	border-radius: 50px;
	padding: 30px 0;
	text-align: center;
	height: 100%;
	width: 76px;
}
.top_page .mission .catch .txt div.txt01 {
	margin-left: 25px;
}

@media screen and (max-width: 1380px) {
	.top_page .mission {
		margin-top: 10vw;
	}
	.top_page .mission h3 {
		margin-left: 2vw;
		margin-top: 1vw;
		width: 6vw;
	}
	.top_page .mission .image01 {
		border-radius: 3.5vw 0 0 3.5vw;
		margin-top: -54vw;
		height: 60vw;
		width: 70vw;
	}

	/** -- box -- **/
	.top_page .mission .box {
		border-radius: 3.5vw;
		margin-left: 3vw;
		padding: 7vw 5vw 5.5vw 7vw;
	}
	.top_page .mission .box::before,
	.top_page .mission .box::after {
		height: 4vw;
		width: 12vw;
	}
	.top_page .mission .box::before {
		left: 2.5vw;
		top: -1.6vw;
	}
	.top_page .mission .box::after {
		bottom: -1.5vw;
		right: 2.5vw;
	}
	.top_page .mission .box p {
		font-size: 1.45vw;
	}
	.top_page .mission .box .name {
		margin-top: 3vw;
		width: 26vw;
	}

	/** -- catch -- **/
	.top_page .mission .catch {
		margin-left: -2.6vw;
		margin-right: 0;
		margin-top: -.5vw;
	}
	.top_page .mission .catch h2 {
		width: 30vw;
	}
	.top_page .mission .catch .txt {
		margin-left: 10vw;
		margin-top: 1vw;
	}
	.top_page .mission .catch .txt div {
		border-radius: 50px;
		padding: 2.3vw 0;
		width: 5vw;
	}
	.top_page .mission .catch .txt div.txt01 {
		margin-left: 1.8vw;
	}
}

@media screen and (max-width: 780px) {
	.top_page .mission {
		margin-top: 12vw;
	}
	.top_page .mission h3 {
		margin-left: 0;
		margin-right: 20vw;
		margin-top: 1vw;
		width: 8vw;
	}
	.top_page .mission .image01 {
		border-radius: 5vw 0 0 5vw;
		margin-bottom: 157vw;
		margin-top: -230vw;
		height: 82vw;
		width: 86vw;
		bottom: auto;
	}
	.top_page .mission .image01 img {
		object-position: bottom 11vw left -26vw;
	}

	/** -- box -- **/
	.top_page .mission .box {
		border-radius: 5vw;
		margin-left: 0;
		margin-top: 4vw;
		padding: 8vw 7vw 8vw 6vw;
		width: 80vw;
	}
	.top_page .mission .box::before,
	.top_page .mission .box::after {
		height: 6vw;
        width: 16vw;
	}
	.top_page .mission .box::before {
		left: 4vw;
		top: -2vw;
	}
	.top_page .mission .box::after {
		bottom: -2.5vw;
        right: 4vw;
	}
	.top_page .mission .box p {
		font-size: 3.6vw;
	}
	.top_page .mission .box .name {
		margin-top: 6vw;
		width: 42vw;
	}

	/** -- catch -- **/
	.top_page .mission .catch {
		margin-left: -22vw;
		margin-right: 0;
		margin-top: -32vw;
	}
	.top_page .mission .catch h2 {
		width: 36vw;
	}
	.top_page .mission .catch .txt {
		margin-left: 16vw;
		margin-top: 1vw;
	}
	.top_page .mission .catch .txt div {
		border-radius: 50px;
		padding: 3vw 1vw;
		width: 8vw;
	}
	.top_page .mission .catch .txt div.txt01 {
		margin-left: 1.8vw;
	}
}


/** ------------
vision
------------ **/
.top_page .vision {
	margin-top: 100px;
}
.top_page .vision h2 {
    margin-left: -80px;
    margin-right: -55px;
    margin-top: -30px;
    width: 100px;
}

/** -- box -- **/
.top_page .vision .box {
	border-radius: 40px;
	margin-right: -170px;
	padding: 125px 170px;
	position: relative;
	height: 100%;
	width: calc(100% + 170px);
}
.top_page .vision .box::after {
	background: linear-gradient(50deg, #4675FF, #63EBFF);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border-radius: 40px;
	content: '';
	display: block;
	opacity: .8;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.top_page .vision .box h3 {
	display: table;
	margin-left: auto;
}
.top_page .vision .box p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.0;
	margin-top: 80px;
}

@media screen and (max-width: 1540px) {
	.top_page .vision h2 {
        margin-left: -2vw;
        margin-right: -3.5vw;
        margin-top: -1vw;
        width: 6.2vw;
	}

	/** -- box -- **/
	.top_page .vision .box {
        margin-left: 0;
        margin-right: -9vw;
        padding: 7vw;
        width: 90vw;
	}
}

@media screen and (max-width: 1380px) {
	.top_page .vision {
		margin-top: 7vw;
	}
	.top_page .vision h2 {
        margin-left: -2vw;
        margin-right: -5vw;
        width: 6.8vw;
	}

	/** -- box -- **/
	.top_page .vision .box {
        border-radius: 3vw;
        margin-left: 1vw;
        padding: 7vw 8vw;
        width: 95vw;
	}
	.top_page .vision .box::after {
		border-radius: 3vw;
	}
	.top_page .vision .box h3 {
		width: 66vw;
	}
	.top_page .vision .box p {
		font-size: 1.5vw;
		margin-top: 80px;
	}
}

@media screen and (max-width: 780px) {
	.top_page .vision {
		margin-top: 12vw;
	}
	.top_page .vision h2 {
        margin-left: -2vw;
		width: 10vw;
	}

	/** -- box -- **/
	.top_page .vision .box {
        border-radius: 5vw;
        margin-left: 1vw;
        margin-right: -6vw;
        padding: 8vw 6vw;
        width: 88vw;
	}
	.top_page .vision .box::after {
		border-radius: 5vw;
	}
	.top_page .vision .box h3 {
		width: 100%;
	}
	.top_page .vision .box p {
		font-size: 3.6vw;
		margin-top: 10vw;
	}
}


/** ------------
service
------------ **/
.top_page .service {
	margin-top: 120px;
}

.top_page .service h2 {
	margin-bottom: 40px;
	width: 438px;
}

/** inner **/
.top_page .service .inner {
	justify-content: space-between;
}

.top_page .service .box {
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 20px;
    padding: 40px 50px 30px;
    position: relative;
	width: calc(50% - 15px);
}
.top_page .service .box::after {
	background: url("../img/common/icon-wq03.png") no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
    bottom: -15px;
    right: 40px;
	height: 46px;
	width: 138px;
}

.top_page .service .box h3 {
	margin-bottom: 20px;
}
.top_page .service .box01 h3 {
	width: 493px;
}
.top_page .service .box02 h3 {
	margin-left: 140px;
	width: 234px;
}

.top_page .service .box p {
	line-height: 2.0;
	padding-left: 140px;
}

.top_page .service .box img.icon {
	position: absolute;
	top: 135px;
	width: 100px;
}

.top_page .service .box02 a {
	border: solid 1px #484B58;
	border-radius: 50px;
	display: table;
	font-family: futura-pt, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin-left: 140px;
	margin-top: 20px;
	padding: 0 15px 0 30px;
	position: relative;
}
.top_page .service .box02 a::before {
	background-color: #484B58;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 5px;
}
.top_page .service .box02 a:hover {
	background-color: #484B58;
	color: white;
}
.top_page .service .box02 a:hover::before {
	background-color: white;
}

@media screen and (max-width: 1380px) {
	.top_page .service {
		margin-top: 10vw;
	}

	.top_page .service h2 {
        margin-bottom: 3vw;
        width: 33vw;
	}

	/** inner **/
	.top_page .service .box {
        border-radius: 20px;
        padding: 3vw 3.7vw 2.3vw;
        width: calc(50% - 1vw);
	}
	.top_page .service .box::after {
        bottom: -1.2vw;
        right: 3vw;
        height: 3.5vw;
        width: 10.2vw;
	}

	.top_page .service .box h3 {
		margin-bottom: 1.6vw;
	}
	.top_page .service .box01 h3 {
		width: 37vw;
	}
	.top_page .service .box02 h3 {
        margin-left: 10.6vw;
        width: 17.6vw;
	}

	.top_page .service .box p {
		padding-left: 10.6vw;
	}

	.top_page .service .box img.icon {
        top: 10.2vw;
        width: 7.5vw;
	}

	.top_page .service .box02 a {
        border-radius: 4vw;
        font-size: 1.5vw;
        letter-spacing: .1vw;
        margin-left: 10.6vw;
        margin-top: 1.6vw;
        padding: 0 1.2vw 0 2.3vw;
	}
	.top_page .service .box02 a::before {
		left: 1.2vw;
		height: 5px;
		width: 5px;
	}
}

@media screen and (max-width: 780px) {
	.top_page .service {
		margin-top: 16vw;
	}

	.top_page .service h2 {
        margin-bottom: 8vw;
        width: 48vw;
	}

	/** inner **/
	.top_page .service .box {
        border-radius: 4vw;
        padding: 6vw 5vw;
        width: 100%;
	}
	.top_page .service .box::after {
        bottom: -3vw;
        right: 5vw;
        height: 7vw;
        width: 20vw;
	}
	.top_page .service .box01 {
		margin-bottom: 5vw;
	}

	.top_page .service .box h3 {
		margin-bottom: 4vw;
	}
	.top_page .service .box01 h3 {
		width: 78vw;
	}
	.top_page .service .box02 h3 {
        margin-left: 15vw;
        width: 37vw;
	}

	.top_page .service .box p {
		padding-left: 15vw;
	}

	.top_page .service .box img.icon {
        top: 24vw;
        width: 11vw;
	}

	.top_page .service .box02 a {
		border-radius: 10vw;
        font-size: 4vw;
        letter-spacing: .4vw;
        margin-left: 15vw;
        margin-top: 4vw;
        padding: 0 4vw 0 7vw;
	}
	.top_page .service .box02 a::before {
        left: 3.8vw;
        height: 5px;
        width: 5px;
	}
}


/** ------------
value
------------ **/
.top_page .value {
	margin-top: 140px;
}
.top_page .value h2 {
	margin-bottom: 30px;
}
.top_page .value .txt01 {
	overflow: hidden;
	width: calc(100% + calc(calc(100vw - 1320px) / 2));
}
.top_page .value .txt01 > img {
	width: 140vw;
	max-width: initial;
}

/** -- box -- **/
.top_page .value .box {
	align-items: center;
}
.top_page .value .box .text {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 40px;
	margin-left: -35px;
	padding: 35px;
	width: 750px;
}
.top_page .value .box h3 {
	font-size: 40px;
	margin-bottom: 10px;
}
.top_page .value .box p {
	font-weight: 700;
	line-height: 2.0;
}
.top_page .value .box .up {
	border-bottom: dashed 1px #2E3E57;
	padding-bottom: 40px;
}
.top_page .value .box .under {
	margin-top: 40px;
}
.top_page .value .box01 {
	margin-top: 140px;
}
.top_page .value .box01 .image {
	margin-left: 100px;
}
.top_page .value .box01 .sub_txt {
	margin-left: auto;
	margin-top: 340px;
}
.top_page .value .box01 .sub_txt span {
	background-color: #FFFFFF;
	display: table;
	padding: 5px 10px;
}
.top_page .value .box01 .sub_txt span + span {
	margin-top: 15px;
}
.top_page .value .box02 {
	justify-content: flex-end;
	margin-top: 60px;
}
.top_page .value .box02 .image {
	margin-left: 100px;
}

@media screen and (max-width: 1380px) {
	.top_page .value {
		margin-top: 12vw;
	}
	.top_page .value h2 {
		margin-bottom: 2vw;
		width: 22vw;
	}
	.top_page .value .txt01 {
		width: calc(100% + 3vw);
	}
	.top_page .value .txt01 > img {
		width: 162vw;
	}

	/** -- box -- **/
	.top_page .value .box .text {
		border-radius: 3vw;
		margin-left: -2vw;
		padding: 3vw;
		width: 60vw;
	}
	.top_page .value .box h3 {
		font-size: 2.8vw;
		margin-bottom: .8vw;
	}
	.top_page .value .box .up {
		padding-bottom: 3vw;
	}
	.top_page .value .box .under {
		margin-top: 3vw;
	}
	.top_page .value .box01 {
		margin-top: 10vw;
	}
	.top_page .value .box01 .image {
		margin-left: 7vw;
		width: 16vw;
	}
	.top_page .value .box01 .sub_txt {
        margin-left: -5vw;
        margin-top: 26vw;
	}
	.top_page .value .box01 .sub_txt span {
		padding: .4vw .8vw;
	}
	.top_page .value .box01 .sub_txt span + span {
		margin-top: 1.2vw;
	}
	.top_page .value .box01 .sub_txt span img {
		height: 3vw;
		width: auto;
	}
	.top_page .value .box02 {
		margin-top: 5vw;
	}
	.top_page .value .box02 .image {
		margin-left: 8vw;
	}
}

@media screen and (max-width: 780px) {
	.top_page .value {
		margin-top: 16vw;
	}
	.top_page .value h2 {
		margin-bottom: 4vw;
		width: 32vw;
	}
	.top_page .value .txt01 {
		width: calc(100% + 3vw);
	}
	.top_page .value .txt01 > img {
		width: 162vw;
	}

	/** -- box -- **/
	.top_page .value .box .text {
		padding: 5vw;
		width: 76vw;
	}
	.top_page .value .box h3 {
		font-size: 4.6vw;
		margin-bottom: 2vw;
	}
	.top_page .value .box .up {
		padding-bottom: 5vw;
	}
	.top_page .value .box .under {
		margin-top: 5vw;
	}
	.top_page .value .box01 {
		margin-top: 14vw;
	}
	.top_page .value .box01 .image {
		margin-left: 2vw;
		width: 18vw;
	}
	.top_page .value .box01 .sub_txt {
		margin-bottom: -8vw;
		margin-left: auto;
		margin-right: 0;
		margin-top: -7vw;
	}
	.top_page .value .box01 .sub_txt span {
		padding: .8vw 1.2vw;
	}
	.top_page .value .box01 .sub_txt span + span {
		margin-top: 1.6vw;
	}
	.top_page .value .box01 .sub_txt span img {
		height: 6vw;
		width: auto;
	}
	.top_page .value .box02 {
		flex-direction: row-reverse;
		margin-top: 14vw;
	}
	.top_page .value .box02 .image {
		margin-left: -3vw;
		margin-right: 4vw;
		width: 18vw;
	}
}


/** ------------
contact
------------ **/
.top_page .contact {
	margin-top: 100px;
}
.top_page .contact .roop {
	background: url("../img/common/roop-img-01.svg") no-repeat 0 0 / 100%;
	display: block;
	margin-bottom: -10vw;
    margin-left: -30vw;
    margin-top: -47vw;
    mix-blend-mode: exclusion;
    height: 56vw;
    width: 126vw;
    max-width: initial;
}
.top_page .contact h2 {
	margin-bottom: 30px;
}

/** -- catch -- **/
.top_page .contact .catch {
	display: table;
	margin-left: auto;
}

/** -- box -- **/
.top_page .contact .box {
	cursor: pointer;
	margin-top: 40px;
	padding: 30px;
	position: relative;
	width: 1040px;
}
.top_page .contact .box::before,
.top_page .contact .box::after,
.top_page .contact .box .deco {
	border-radius: 40px;
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.top_page .contact .box::before {
	border: solid 3px #61C0FD;
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	transition: ease .2s;
}
.top_page .contact .box::after {
	border: solid 2px #61C0FD;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	transition: ease .4s;
}
.top_page .contact .box .deco {
	border: solid 1px #61C0FD;
	height: 100%;
	width: 100%;
	transition: ease .6s;
}
.top_page .contact .box:hover::before,
.top_page .contact .box:hover::after,
.top_page .contact .box:hover .deco {
	opacity: 1;
}
.top_page .contact .box .inner {
	align-items: center;
	border-radius: 40px;
	padding: 50px 0 50px 70px;
	position: relative;
	width: 980px;
	z-index: 1;
}
.top_page .contact .box .inner::after {
	background: linear-gradient(50deg, #4675FF, #63EBFF);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border-radius: 40px;
	content: '';
	display: block;
	opacity: .8;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.top_page .contact .box a.link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.top_page .contact .box p {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.top_page .contact .box .contact_btn {
	background-color: #fff;
	margin-left: 50px;
	height: 100%;
}
.top_page .contact .box .contact_btn span {
	color: #fff;
}

@media screen and (max-width: 1380px) {
	.top_page .contact {
		margin-top: 7vw;
	}
	.top_page .contact .roop {
		margin-bottom: -10vw;
		margin-left: -31vw;
		margin-top: -53.5vw;
		height: 56vw;
		width: 138vw;
	}
	.top_page .contact h2 {
		margin-bottom: 2vw;
		width: 32vw;
	}

	/** -- catch -- **/
	.top_page .contact .catch {
		width: 82vw;
	}

	/** -- box -- **/
	.top_page .contact .box {
		margin-top: 4vw;
		padding: 2vw;
		width: 76vw;
	}
	.top_page .contact .box::before,
	.top_page .contact .box::after,
	.top_page .contact .box .deco {
		border-radius: 3vw;
	}
	.top_page .contact .box::before {
		height: calc(100% - 3vw);
		width: calc(100% - 3vw);
	}
	.top_page .contact .box::after {
		height: calc(100% - 1.4vw);
		width: calc(100% - 1.4vw);
	}
	.top_page .contact .box .inner {
		border-radius: 3vw;
		padding: 3.6vw 0 3.6vw 6vw;
		width: 72vw;
	}
	.top_page .contact .box .inner::after {
		border-radius: 3vw;
	}
	.top_page .contact .box p {
		font-size: 2.2vw;
	}
	.top_page .contact .box .contact_btn {
		margin-left: 3.4vw;
	}
}

@media screen and (max-width: 780px) {
	.top_page .contact {
		margin-top: 12vw;
	}
	.top_page .contact .roop {
		margin-bottom: 40vw;
        margin-left: -35vw;
        margin-top: -84vw;
        height: 58vw;
        width: 158vw;
	}
	.top_page .contact h2 {
		margin-bottom: 4vw;
		width: 48vw;
	}

	/** -- catch -- **/
	.top_page .contact .catch {
		width: 100%;
	}

	/** -- box -- **/
	.top_page .contact .box {
		margin-top: 8vw;
		padding: 2vw;
		width: 100%;
	}
	.top_page .contact .box::before,
	.top_page .contact .box::after,
	.top_page .contact .box .deco {
		display: none;
	}
	.top_page .contact .box .inner {
		border-radius: 3vw;
		padding: 5vw;
		width: 100%;
	}
	.top_page .contact .box .inner::after {
		border-radius: 5vw;
	}
	.top_page .contact .box p {
		font-size: 3.4vw;
	}
	.top_page .contact .box .contact_btn {
		margin-left: 0;
		margin-top: 4vw;
	}
}


/** ------------
company
------------ **/
.top_page .company {
	margin-top: 100px;
}
.top_page .company h2 {
	margin-left: -40px;
}

.top_page .company .sec_inner {
	align-items: center;
}

/** -- table -- **/
.top_page .company .table {
	margin-left: 80px;
}
.top_page .company .table dl {
	display: flex;
	font-weight: 700;
	line-height: 2.0;
}
.top_page .company .table dl + dl {
	margin-top: 20px;
}
.top_page .company .table dl:nth-child(1) + dl,
.top_page .company .table dl:nth-child(3) + dl {
	margin-top: 80px;
}
.top_page .company .table dl dt {
	width: 120px;
}
.top_page .company .table dl dd {
	font-size: 14px;
	padding-top: 2px;
}

/** -- logo -- **/
.top_page .company .logo {
	margin-left: 80px;
	margin-right: -180px;
}

@media screen and (max-width: 1380px) {
	.top_page .company {
		margin-top: 8vw;
	}
	.top_page .company h2 {
		margin-left: -2.6vw;
		width: 11vw;
	}

	/** -- table -- **/
	.top_page .company .table {
		margin-left: 5vw;
	}
	.top_page .company .table dl + dl {
		margin-top: 1.2vw;
	}
	.top_page .company .table dl:nth-child(1) + dl,
	.top_page .company .table dl:nth-child(3) + dl {
		margin-top: 5.6vw;
	}
	.top_page .company .table dl dt {
		width: 9vw;
	}
	.top_page .company .table dl dd {
		font-size: 1.1vw;
		padding-top: .2vw;
	}

	/** -- logo -- **/
	.top_page .company .logo {
		margin-left: 4vw;
		margin-right: -13vw;
		width: 55vw;
	}
}

@media screen and (max-width: 780px) {
	.top_page .company {
		margin-top: 14vw;
	}
	.top_page .company h2 {
		margin-left: -3vw;
		margin-top: -4vw;
		width: 14vw;
	}

	/** -- table -- **/
	.top_page .company .table {
		margin-left: 5vw;
	}
	.top_page .company .table dl + dl {
		margin-top: 2vw;
	}
	.top_page .company .table dl:nth-child(1) + dl,
	.top_page .company .table dl:nth-child(3) + dl {
		margin-top: 6vw;
	}
	.top_page .company .table dl dt {
		width: 20vw;
	}
	.top_page .company .table dl dd {
		font-size: 3.2vw;
		padding-top: .4vw;
	}

	/** -- logo -- **/
	.top_page .company .logo {
		margin-left: 6vw;
		margin-right: 0;
		margin-top: 8vw;
		width: 80vw;
	}
}


