@charset "UTF-8";

/** ----------------
header
---------------- **/
header {
	margin-top: 130px;
}

/** signboard **/
header .signboard {
	background-color: white;
	border-top: solid 20px #FFD752;
	padding-top: 20px;
	position: fixed;
	left: 0;
	top: 0;
	height: 130px;
	width: 100%;
	z-index: 999;
}

header .signboard .logo {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 180px;
}

header .signboard nav {
	margin-left: auto;
}
header .signboard nav ul {
	align-items: center;
}
header .signboard nav li {
	font-size: 18px;
	font-weight: 700;
	margin: 0 15px;
	text-align: center;
}
header .signboard nav li .en {
	color: #88C7EA;
	font-size: 14px;
	font-weight: 700;
}
header .signboard nav li a:hover {
	color: #25368C;
}

header .signboard nav li.home_link img {
	margin-bottom: 5px;
	width: 42px;
}

header .signboard .line_btn {
	background-color: #06C755;
	border-radius: 10px;
	color: white;
	display: block;
	font-size: 19px;
	font-weight: 700;
	margin-left: 30px;
	margin-right: 200px;
	padding: 5px 20px;
	padding-right: 90px;
	position: relative;
}
header .signboard .line_btn:hover {
	background-color: #25368C;
}
header .signboard .line_btn::after {
	background: url("../img/common/icon-arrow-1-white.svg") no-repeat center / contain;
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 10px;
}
header .signboard .line_btn img {
	position: absolute;
	right: 50px;
	top: 20px;
	width: 35px;
}

header .signboard .recruit_label {
	background-color: #25368C;
	box-sizing: border-box;
	color: white;
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	padding-right: 20px;
	padding-top: 40px;
	position: absolute;
	right: 0;
	top: -20px;
	height: 480px;
	width: 156px;
	writing-mode: vertical-rl;
}
header .signboard .recruit_label::after {
	background-color: #25368C;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	content: '';
	display: block;
	position: absolute;
	bottom: calc(-90px + .2px);
	left: 0;
	transition: ease .3s;
	height: 90px;
	width: 100%;
}
header .signboard .recruit_label:hover {
	background-color: #FFD752;
}
header .signboard .recruit_label:hover::after {
	background-color: #FFD752;
}
header .signboard .recruit_label span {
	display: block;
	font-size: 80px;
	letter-spacing: 10px;
}

/** hamburger **/
header .hamburger {
	display: none;
}

@media screen and (max-width: 1600px) {
	header {
		margin-top: 7.6vw;
	}

	/** signboard **/
	header .signboard {
		border-width: 1vw;
		padding-top: 1vw;
		height: 7.6vw;
	}

	header .signboard .logo {
        top: 1vw;
        left: 2vw;
        width: 11vw;
	}

	header .signboard nav li {
        font-size: 1.1vw;
        margin: 0 .9vw;
	}
	header .signboard nav li .en {
		font-size: .9vw;
	}

	header .signboard nav li.home_link img {
        margin-bottom: .3vw;
        width: 2.6vw;
	}

	header .signboard .line_btn {
        border-radius: .6vw;
        font-size: 1.2vw;
        margin-left: 1.8vw;
        margin-right: 12vw;
        padding: .4vw 1.2vw;
        padding-right: 6vw;
	}
	header .signboard .line_btn::after {
        right: 1.2vw;
        height: 1.2vw;
        width: .6vw;
	}
	header .signboard .line_btn img {
        right: 3vw;
        top: 1.3vw;
        width: 2.2vw;
	}

	header .signboard .recruit_label {
        font-size: 1.5vw;
        letter-spacing: .13vw;
        padding-right: 1vw;
        padding-top: 2.3vw;
        top: -1vw;
        height: 30vw;
        width: 10vw;
	}
	header .signboard .recruit_label::after {
        bottom: calc(-5.6vw + .2px);
        height: 5.6vw;
	}
	header .signboard .recruit_label span {
        font-size: 5vw;
        letter-spacing: .6vw;
	}
}

@media screen and (max-width: 780px) {
	header {
		margin-top: 14vw;
	}

	/** signboard **/
	header .signboard {
        border-width: 2vw;
        padding-top: 1.5vw;
        height: 14vw;
	}

	header .signboard .logo {
        top: 2.4vw;
        left: 3vw;
        width: 20vw;
	}

	header .signboard nav {
		align-items: center;
		background-color: white;
		display: none;
		justify-content: center;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 999;
	}
	header .signboard nav.active {
		display: flex;
	}
	header .signboard nav ul {
		display: block;
	}
	header .signboard nav li {
        font-size: 4.6vw;
        margin: 5vw 0;
	}
	header .signboard nav li a {
		align-items: center;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	header .signboard nav li .en {
		font-size: 3.6vw;
		margin-left: 5vw;
	}

	header .signboard nav li.home_link img {
        margin-bottom: 0;
        width: 8vw;
	}
	header .signboard nav li.home_link a {
		flex-direction: row;
	}

	header .signboard .line_btn {
        border-radius: 1.4vw;
        font-size: 2.8vw;
        line-height: 1.2;
        margin-left: auto;
        margin-right: 28vw;
        padding: 1.2vw 3vw;
        padding-right: 13vw;
	}
	header .signboard .line_btn::after {
        right: 3vw;
        height: 2.8vw;
        width: 1.4vw;
	}
	header .signboard .line_btn img {
        right: 7vw;
        top: 2vw;
        width: 5vw;
	}

	header .signboard .recruit_label {
        font-size: 2.6vw;
        letter-spacing: .2vw;
		padding: 2vw 1vw 0;
		position: fixed;
		bottom: 0;
        top: auto;
        height: 14vw;
        width: 45vw;
		writing-mode: initial;
        z-index: 9999;
	}
	header .signboard .recruit_label::after {
		clip-path: polygon(0 100%, 100% 100%, 100% 0);
		bottom: 0;
		left: -12vw;
		height: 14vw;
		width: 12vw;
	}
	header .signboard .recruit_label span {
        font-size: 5vw;
        letter-spacing: 1.2vw;
	}
	
	/** hamburger **/
	header .hamburger {
		display: block;
		position: absolute;
		right: 15vw;
		top: 3vw;
		height: 6vw;
		width: 8vw;
		z-index: 9999;
	}
	header .hamburger span {
		background-color: #25368C;
		display: block;
		position: absolute;
		left: 0;
		transition: ease .3s;
		height: 3px;
		width: 100%;
	}
	header .hamburger span:nth-child(1) {
		top: 0;
	}
	header .hamburger span:nth-child(2) {
		top: 2.5vw;
	}
	header .hamburger span:nth-child(3) {
		top: 5vw;
	}
	header .hamburger.active span:nth-child(1) {
		top: 2.5vw;
		transform: rotate(45deg);
	}
	header .hamburger.active span:nth-child(2) {
		transform: translateX(40vw);
	}
	header .hamburger.active span:nth-child(3) {
		top: 2.5vw;
		transform: rotate(-45deg);
	}
}


/** ----------------
main
---------------- **/
main {
	padding: 0 160px;
	position: relative;
}
main::before,
main::after {
	background: repeating-linear-gradient(-45deg, #D2ECFF, #D2ECFF 30px, white 30px, white 60px);
	content: '';
	display: block;
	position: absolute;
	top: 120px;
	height: calc(100% - 120px);
	width: 160px;
	z-index: 10;
}
main::before {
	left: 0;
}
main::after {
	right: 0;
}

@media screen and (max-width: 1800px) {
	main {
		padding: 0 8vw;
	}
	main::before,
	main::after {
		width: 8vw;
	}
}

@media screen and (max-width: 1600px) {
	main {
		padding: 0 10vw;
	}
	main::before,
	main::after {
		background: repeating-linear-gradient(-45deg, #D2ECFF, #D2ECFF 1.8vw, white 1.8vw, white 3.6vw);
		top: 7vw;
		height: calc(100% - 7vw);
		width: 10vw;
	}
}

@media screen and (max-width: 780px) {
	main {
		padding: 0 6vw;
	}
	main::before,
	main::after {
		background: repeating-linear-gradient(-45deg, #D2ECFF, #D2ECFF 1.8vw, white 1.8vw, white 3.6vw);
		top: 7vw;
		height: calc(100% - 7vw);
		width: 6vw;
	}
}


/** -- headline -- **/
hgroup.headline_1 h2 {
	color: #88C7EA;
	font-family: "Roboto Condensed", serif;
	font-size: 140px;
	letter-spacing: 15px;
	line-height: 1.2;
}
hgroup.headline_1 p {
	color: #25368C;
	font-size: 48px;
	font-weight: 800;
}

@media screen and (max-width: 1600px) {
	hgroup.headline_1 h2 {
        font-size: 8.8vw;
        letter-spacing: 1vw;
	}
	hgroup.headline_1 p {
		font-size: 3vw;
	}
}

@media screen and (max-width: 780px) {
	hgroup.headline_1 h2 {
        font-size: 14vw;
        letter-spacing: 1.5vw;
	}
	hgroup.headline_1 p {
		font-size: 5.4vw;
	}
}


/** -- line_btn -- **/
.link_btn {
	border-radius: 100px;
	display: table;
	font-family: "bahnschrift";
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1.0;
	margin: 0 auto;
	padding: 20px 80px 18px 40px;
	position: relative;
}
.link_btn::after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 36px;
	width: 36px;
}
.link_btn.btn_white {
	background-color: white;
	color: #25368C;
}
.link_btn.btn_white:hover {
	background-color: #FFD752;
	color: white;
}
.link_btn.btn_white::after {
	background: url("../img/common/icon-arrow-3-blue.svg") no-repeat center / 100%;
}
.link_btn.btn_white:hover::after {
	background: url("../img/common/icon-arrow-2-white.svg") no-repeat center / 100%;
}
.link_btn.btn_blue {
	background-color: #25368C;
	color: white;
}
.link_btn.btn_blue:hover {
	background-color: white;
	color: #25368C;
}
.link_btn.btn_blue::after {
	background: url("../img/common/icon-arrow-3-white.svg") no-repeat center / 100%;
}
.link_btn.btn_blue:hover::after {
	background: url("../img/common/icon-arrow-3-blue.svg") no-repeat center / 100%;
}
.link_btn.btn_sky {
	background-color: #88C7EA;
	color: white;
}
.link_btn.btn_sky:hover {
	background-color: white;
	color: #25368C;
}
.link_btn.btn_sky::after {
	background: url("../img/common/icon-arrow-2-white.svg") no-repeat center / 100%;
}
.link_btn.btn_sky:hover::after {
	background: url("../img/common/icon-arrow-3-blue.svg") no-repeat center / 100%;
}

@media screen and (max-width: 1600px) {
	.link_btn {
        border-radius: 10vw;
        font-size: 1.5vw;
        letter-spacing: .3vw;
        padding: 1.3vw 5vw 1.2vw 2.6vw;
	}
	.link_btn::after {
        right: 1.4vw;
        height: 2.2vw;
        width: 2.2vw;
	}
}

@media screen and (max-width: 780px) {
	.link_btn {
        border-radius: 20vw;
        font-size: 4.2vw;
        letter-spacing: .5vw;
        padding: 4vw 14vw 4vw 8vw;
	}
	.link_btn::after {
        right: 5vw;
        height: 5vw;
        width: 5vw;
	}
}


/** -- page_fv -- **/
.page_fv {
	margin-bottom: 140px;
}
.page_fv h1 {
	color: white;
    font-family: "Roboto Condensed", serif;
    font-size: 140px;
    font-weight: 700;
    letter-spacing: 10px;
    line-height: 1.0;
    margin-bottom: -50px;
	margin-left: -8px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.page_fv h1::first-letter {
	color: #FFD752;
}

.page_fv figure {
	position: relative;
	height: 395px;
}
.page_fv figure::before {
	border-radius: 50% / 100% 100% 0 0;
	background: #F8F7F8;
	content: '';
	display: block;
    position: absolute;
    bottom: 0;
    right: 100px;
	height: 65px;
	width: 130px;
}
.page_fv figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/** scroll **/
.page_fv .scroll {
	background-color: white;
	border-radius: 50%;
	position: absolute;
	right: 110px;
	bottom: -55px;
	height: 110px;
	width: 110px;
}
.page_fv .scroll .bg {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 90px;
	width: 90px;
}
.page_fv .scroll .arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: 20px;
}

/** breadcrumb **/
.page_fv .breadcrumb {
	margin-left: 10px;
	margin-top: 20px;
}
.page_fv .breadcrumb ul {
	align-items: center;
}
.page_fv .breadcrumb ul li {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.0;
	position: relative;
}
.page_fv .breadcrumb .home_link img {
	width: 22px;
}
.page_fv .breadcrumb ul li + li {
	padding-left: 35px;
}
.page_fv .breadcrumb ul li + li::before {
	background-color: black;
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 18px;
}


@media screen and (max-width: 1500px) {
	.page_fv {
		margin-bottom: 9.4vw;
	}
	.page_fv h1 {
        font-size: 9.4vw;
        letter-spacing: .7vw;
        margin-bottom: -3vw;
        margin-left: -.5vw;
	}

	.page_fv figure {
		height: 27vw;
	}
	.page_fv figure::before {
        right: 7vw;
        height: 4.5vw;
        width: 9vw;
	}

	/** scroll **/
	.page_fv .scroll {
		right: 7.8vw;
		bottom: -3.7vw;
		height: 7.4vw;
		width: 7.4vw;
	}
	.page_fv .scroll .bg {
		left: .6vw;
		top: .6vw;
		height: 6.2vw;
		width: 6.2vw;
	}
	.page_fv .scroll .arrow {
		width: 1.2vw;
	}

	/** breadcrumb **/
	.page_fv .breadcrumb {
		margin-left: .8vw;
		margin-top: 1.2vw;
	}
	.page_fv .breadcrumb ul li {
		font-size: 1.1vw;
	}
	.page_fv .breadcrumb .home_link img {
		width: 1.5vw;
	}
	.page_fv .breadcrumb ul li + li {
		padding-left: 2.4vw;
	}
	.page_fv .breadcrumb ul li + li::before {
        left: .7vw;
        height: 1px;
        width: 1.2vw;
	}
}

@media screen and (max-width: 780px) {
	.page_fv {
		margin: 0 -5vw;
		margin-bottom: 16vw;
	}
	.page_fv h1 {
        font-size: 12vw;
        letter-spacing: 1.4vw;
        margin-bottom: -4vw;
        margin-left: -.8vw;
	}

	.page_fv figure {
		height: 40vw;
	}
	.page_fv figure::before {
        right: 6vw;
        height: 7vw;
        width: 14vw;
	}

	/** scroll **/
	.page_fv .scroll {
		right: 7vw;
		bottom: -6vw;
		height: 12vw;
		width: 12vw;
	}
	.page_fv .scroll .bg {
		left: 1vw;
		top: 1vw;
		height: 10vw;
		width: 10vw;
	}
	.page_fv .scroll .arrow {
		width: 2vw;
	}

	/** breadcrumb **/
	.page_fv .breadcrumb {
		margin-left: 2vw;
		margin-top: 3vw;
	}
	.page_fv .breadcrumb ul li {
		font-size: 3.2vw;
	}
	.page_fv .breadcrumb .home_link img {
		width: 5vw;
	}
	.page_fv .breadcrumb ul li + li {
		padding-left: 6vw;
	}
	.page_fv .breadcrumb ul li + li::before {
        left: 2vw;
        height: 1px;
        width: 3vw;
	}
}

/** -- page_link -- **/
/** page_link-1 **/
.page_link-1 {
	margin: 0 auto;
	margin-top: 100px;
	max-width: 1100px;
	position: 1;
	z-index: 1;
}
.page_link-1 .inner > div {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: 110px;
	width: 50%;
	z-index: 1;
}
.page_link-1 .inner > div::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transition: ease .3s;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.page_link-1 .inner > div:hover::after {
	transform: scale(1.2);
}
.page_link-1 .works::after {
	background: url("../img/common/page-link-bg-1.jpg") no-repeat center / cover;
}
.page_link-1 .reason::after {
	background: url("../img/common/page-link-bg-2.jpg") no-repeat center / cover;
}
.page_link-1 .inner > div p {
	color: white;
	font-size: 27px;
	font-weight: 700;
}
.page_link-1 .inner > div a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/** page_link-2 **/
.page_link-2 {
	margin: 0 auto;
	margin-top: 80px;
	max-width: 1100px;
	overflow: hidden;
	position: relative;
	height: 190px;
	z-index: 1;
}
.page_link-2::after {
	background-color: #FFD752;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: ease .3s;
	width: 100%;
	z-index: -1;
}
.page_link-2:hover::after {
	background-color: #25368C;
}

.page_link-2 .inner {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
}
.page_link-2 .inner p {
	color: white;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
}
.page_link-2 .inner p span {
	font-family: "Roboto Condensed", serif;
	font-size: 24px;
	letter-spacing: 6px;
}
.page_link-2 .inner a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.page_link-2 .deco {
	position: absolute;
	mix-blend-mode: multiply;
}
.page_link-2 .deco_1 {
	left: 50px;
	top: -50px;
	transform: rotate(5deg);
	width: 310px;
}
.page_link-2 .deco_2 {
	right: 230px;
	top: 50px;
	width: 150px;
}
.page_link-2 .deco_3 {
	right: 70px;
	top: -5px;
	width: 140px;
}

@media screen and (max-width: 1500px) {
	/** page_link-1 **/
	.page_link-1 {
		margin: 0 12vw;
		margin-top: 8vw;
		width: auto;
	}
	.page_link-1 .inner > div {
		height: 9vw;
	}
	.page_link-1 .inner > div p {
		font-size: 1.8vw;
	}

	/** page_link-2 **/
	.page_link-2 {
		margin: 0 12vw;
		margin-top: 6vw;
		height: 13vw;
		width: auto;
	}

	.page_link-2 .inner p {
		font-size: 3.1vw;
	}
	.page_link-2 .inner p span {
		font-size: 1.7vw;
		letter-spacing: .3vw;
	}

	.page_link-2 .deco_1 {
		left: 4vw;
		top: -4vw;
		width: 22vw;
	}
	.page_link-2 .deco_2 {
		right: 15vw;
		top: 4vw;
		width: 10vw;
	}
	.page_link-2 .deco_3 {
		right: 4vw;
		top: -.3vw;
		width: 9.4vw;
	}
}

@media screen and (max-width: 780px) {
	/** page_link-1 **/
	.page_link-1 {
		margin: 0 6vw;
		margin-top: 12vw;
		width: auto;
	}
	.page_link-1 .inner > div {
		height: 16vw;
		width: 100%;
	}
	.page_link-1 .inner > div p {
		font-size: 4.2vw;
	}

	/** page_link-2 **/
	.page_link-2 {
		margin: 0 6vw;
		margin-top: 10vw;
		height: 28vw;
		width: auto;
	}

	.page_link-2 .inner p {
		font-size: 6.2vw;
	}
	.page_link-2 .inner p span {
		font-size: 4.2vw;
		letter-spacing: .6vw;
	}

	.page_link-2 .deco_1 {
		left: -9vw;
		top: -4vw;
		width: 36vw;
	}
	.page_link-2 .deco_2 {
		right: 10vw;
		top: 13vw;
		width: 16vw;
	}
	.page_link-2 .deco_3 {
		right: 2vw;
		top: 1vw;
		width: 12vw;
	}
}



/** ----------------
footer
---------------- **/


/** -- area -- **/
footer .area {
	background: url("../img/common/bg-area.jpg") no-repeat center / cover;
	padding: 100px 0;
	position: relative;
}
footer .area .bn {
	margin: 0 auto;
	width: 1100px;
}

footer .area .deco {
	position: absolute;
}
footer .area .deco_1 {
	left: 130px;
	top: 110px;
	width: 150px;
}
footer .area .deco_2 {
	bottom: 120px;
	left: 180px;
	width: 130px;
}
footer .area .deco_3 {
	right: 60px;
	top: 90px;
	width: 240px;
}
footer .area .deco_4 {
	bottom: 120px;
	right: 200px;
	width: 160px;
}

@media screen and (max-width: 1600px) {
	footer .area {
		padding: 6.4vw 0;
	}
	footer .area .bn {
		width: 68vw;
	}

	footer .area .deco_1 {
        left: 5vw;
        top: 7vw;
        width: 9vw;
	}
	footer .area .deco_2 {
        bottom: 7vw;
        left: 7vw;
        width: 8.2vw;
	}
	footer .area .deco_3 {
        right: 1vw;
        top: 6vw;
        width: 16vw;
	}
	footer .area .deco_4 {
        bottom: 7vw;
        right: 6vw;
        width: 10vw;
	}
}

@media screen and (max-width: 780px) {
	footer .area {
		padding: 10vw 0;
	}
	footer .area .bn {
		margin: 0 6vw;
		width: auto;
	}

	footer .area .deco {
		display: none;
	}
	footer .area .deco_1 {
        left: 2vw;
        top: 6vw;
        width: 12vw;
	}
	footer .area .deco_2 {
        bottom: 4vw;
        left: 3vw;
        width: 12vw;
	}
	footer .area .deco_3 {
        right: -1vw;
        top: 3vw;
        width: 18vw;
	}
	footer .area .deco_4 {
        bottom: 3vw;
        right: 2vw;
        width: 16vw;
	}
}


/** -- page_link -- **/
footer .page_link {

}

/** inner **/
footer .page_link .box{
	align-items: center;
	color: white;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 570px;
	width: 50%;
}

footer .page_link .contact {
	background: url("../img/common/bn-bg-contact.png") no-repeat center / cover;
}
footer .page_link .contact h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
footer .page_link .contact .tel {
	background: url("../img/common/icon-phone.svg") no-repeat left 0 top 45% / 36px;
	display: table;
	font-family: "bahnschrift";
	font-size: 66px;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 auto;
	padding-left: 45px;
}
footer .page_link .contact .tel a {
	color: white;
}
footer .page_link .contact .time {
	font-size: 19px;
	font-weight: 500;
}
footer .page_link .contact a.mail_link {
	border: solid 1px white;
	border-radius: 100px;
	box-sizing: border-box;
	color: white;
	display: table;
	font-size: 21px;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0 120px;
	padding-top: 20px;
	position: relative;
	height: 80px;
}
footer .page_link .contact a.mail_link:hover {
	background-color: white;
	color: #74AAC8;
}
footer .page_link .contact a.mail_link::before,
footer .page_link .contact a.mail_link::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
footer .page_link .contact a.mail_link::before {
	background: url("../img/common/icon-email-white.svg") no-repeat center / 100%;
	left: 30px;
	height: 30px;
	width: 48px;
}
footer .page_link .contact a.mail_link:hover::before {
	background-image: url("../img/common/icon-email-sky.svg");
}
footer .page_link .contact a.mail_link::after {
	background: url("../img/common/icon-arrow-1-white.svg") no-repeat center / 100%;
	right: 40px;
	height: 20px;
	width: 10px;
}
footer .page_link .contact a.mail_link:hover::after {
	background-image: url("../img/common/icon-arrow-sky.svg");
}

footer .page_link .line {
	background: url("../img/common/bn-bg-line.png") no-repeat center / cover;
}
footer .page_link .line hgroup {
	font-weight: 700;
	margin-bottom: 30px;
}
footer .page_link .line p {
	font-size: 21px;
}
footer .page_link .line h3 {
	font-size: 36px;
}
footer .page_link .line .line_link {
	background-color: white;
	border-radius: 100px;
	box-sizing: border-box;
	display: table;
	font-size: 21px;
	font-weight: 700;
	margin: 0 auto;
	padding-left: 120px;
	padding-right: 60px;
	padding-top: 20px;
	position: relative;
	height: 80px;
}
footer .page_link .line .line_link::before {
	background: url("../img/common/icon-line-2.svg") no-repeat center / 100%;
	content: '';
	display: block;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
}

@media screen and (max-width: 1600px) {

	/** inner **/
	footer .page_link .box{
		height: 32vw;
	}

	footer .page_link .contact h3 {
        font-size: 1.6vw;
        margin-bottom: 1.2vw;
	}
	footer .page_link .contact .tel {
        background-size: 2.3vw;
        font-size: 4.2vw;
        padding-left: 2.8vw;
	}
	footer .page_link .contact .time {
        font-size: 1.23vw;
	}
	footer .page_link .contact a.mail_link {
        border-radius: 10vw;
        font-size: 1.34vw;
        margin-top: 3.2vw;
        padding: 0 7.6vw;
        padding-top: 1.3vw;
        height: 5vw;
	}
	footer .page_link .contact a.mail_link::before {
        left: 2vw;
        height: 2vw;
        width: 3.1vw;
	}
	footer .page_link .contact a.mail_link::after {
        right: 2.6vw;
        height: 1.3vw;
        width: .6vw;
	}
	
	footer .page_link .line hgroup {
		margin-bottom: 30px;
	}
	footer .page_link .line p {
		font-size: 1.34vw;
	}
	footer .page_link .line h3 {
		font-size: 2.3vw;
	}
	footer .page_link .line .line_link {
        border-radius: 10vw;
        font-size: 1.34vw;
		padding-left: 7.6vw;
		padding-right: 4vw;
        padding-top: 1.3vw;
        height: 5vw;
	}
	footer .page_link .line .line_link::before {
        left: 4vw;
        height: 2.5vw;
        width: 2.5vw;
	}
}

@media screen and (max-width: 780px) {

	/** inner **/
	footer .page_link .box{
        height: 56vw;
        width: 100%;
	}

	footer .page_link .contact h3 {
        font-size: 3.8vw;
        margin-bottom: 3vw;
	}
	footer .page_link .contact .tel {
        background-size: 5.6vw;
        font-size: 10vw;
        padding-left: 6.2vw;
	}
	footer .page_link .contact .time {
        font-size: 3.4vw;
	}
	footer .page_link .contact a.mail_link {
        border-radius: 15vw;
        font-size: 4.2vw;
        margin-top: 5vw;
        padding: 0 14vw;
        padding-top: 1.2vw;
        height: 10vw;
	}
	footer .page_link .contact a.mail_link::before {
        left: 5vw;
        height: 5vw;
        width: 6vw;
	}
	footer .page_link .contact a.mail_link::after {
        right: 5vw;
        height: 3vw;
        width: 2vw;
	}
	
	footer .page_link .line hgroup {
		margin-bottom: 6vw;
	}
	footer .page_link .line p {
		font-size: 3.8vw;
	}
	footer .page_link .line h3 {
		font-size: 5.6vw;
	}
	footer .page_link .line .line_link {
        border-radius: 15vw;
        font-size: 3.8vw;
        padding-left: 16vw;
        padding-right: 8vw;
        padding-top: 1.8vw;
        height: 10vw;
	}
	footer .page_link .line .line_link::before {
        left: 7vw;
        height: 6vw;
        width: 6vw;
	}
}


/** -- map -- **/
footer .map {
	height: 300px;
}

@media screen and (max-width: 1600px) {
	footer .map {
		height: 19vw;
	}
}

@media screen and (max-width: 780px) {
	footer .map {
		height: 50vw;
	}
}


/** -- info -- **/
footer .info {
	background-color: #333333;
	color: white;
	padding: 80px 0 40px;
	position: relative;
}
footer .info a {
	color: white;
}

/** inner **/
footer .info .inner {
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	width: 1100px;
}

footer .info .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
}
footer .info .logo p {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}

footer .info .menu ul {
	margin-left: 40px;
}
footer .info .menu ul:first-child {
	margin-left: auto;
}
footer .info .menu li {
	font-size: 18px;
	font-weight: 500;
}
footer .info .menu li + li {
	margin-top: 20px;
}

footer .info .copyright {
	margin-top: 140px;
}
footer .info .copyright p {
	text-align: center;
}

@media screen and (max-width: 1600px) {
	footer .info {
		padding: 5vw 0 2.6vw;
	}

	/** inner **/
	footer .info .inner {
		padding-top: 1.3vw;
		width: 68vw;
	}

	footer .info .logo {
		width: 20vw;
	}
	footer .info .logo p {
        font-size: 1vw;
        margin-top: 1vw;
	}

	footer .info .menu ul {
		margin-left: 2.6vw;
	}
	footer .info .menu li {
		font-size: 1.1vw;
	}
	footer .info .menu li + li {
		margin-top: 1.3vw;
	}

	footer .info .copyright {
		margin-top: 9vw;
	}
}

@media screen and (max-width: 780px) {
	footer .info {
		padding: 10vw 0 4vw;
	}

	/** inner **/
	footer .info .inner {
		margin: 0 6vw;
		padding-top: 0;
		width: auto;
	}

	footer .info .logo {
		margin: 0 auto 8vw;
		position: relative;
		left: auto;
		top: auto;
		width: 60vw;
	}
	footer .info .logo p {
        font-size: 2.8vw;
        margin-top: 2vw;
	}

	footer .info .menu ul {
		margin-bottom: 4vw;
		margin-left: 0;
		margin-right: 6vw;
	}
	footer .info .menu ul:first-child {
		margin-left: 0;
	}
	footer .info .menu ul:last-child {
		margin-right: 0;
	}
	footer .info .menu li {
		font-size: 3.4vw;
	}
	footer .info .menu li + li {
		margin-top: 2vw;
	}

	footer .info .copyright {
		margin-top: 10vw;
	}
	footer .info .copyright p {
		font-size: 2.8vw;
	}
}


#PageTop {
	background: url("../img/common/txtcircle-pagetop.svg") no-repeat 0 0 / 100%;
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	right: 60px;
	height: 140px;
	width: 140px;
	z-index: 90;
}

@media screen and (max-width: 1600px) {
	#PageTop {
        bottom: 2.6vw;
        right: 4vw;
        height: 9vw;
        width: 9vw;
	}
}

@media screen and (max-width: 780px) {
	#PageTop {
        bottom: 12vw;
        right: 4vw;
        height: 12vw;
        width: 12vw;
	}
}


