@charset "UTF-8";

/* ---------------------------------------
  company
-----------------------------------------*/

/* common
--------------------------------*/
.secttl {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 8rem;
}

.secttl .en {
	display: block;
	font-weight: 600;
	font-size: 5.8rem;
	line-height: 1;
	letter-spacing: 0.13em;
	margin-bottom: 1.5rem;
}

.secttl .en small {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	font-size: 4.4rem;
	margin: 0 .8rem;
}

.marker {
	background: linear-gradient(transparent 70%, #eaedff 70%);
}

@media screen and (max-width: 767px) {
	.secttl {
		font-size: 2.8rem;
	}

	.secttl .en {
		font-size: 6.4rem;
	}

	.secttl .en small {
		font-size: 6.4rem;
	}

	.marker {
		background: linear-gradient(transparent 70%, #eaedff 70%);
	}
}


.fadetxt {
  overflow: hidden;
    display: inline-block;
}

.fadetxt_inner {
  display: inline-block;

}
.fadetxtAnime{
    opacity: 0;
}

.fadetxtAnimeDownUp {
    animation-name:fadetxtDownUp;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadetxtAnimeDownUp:nth-of-type(2){
	animation-delay: .5s;
}
@keyframes fadetxtDownUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadetxtAnimeUpDown {
    animation-name:fadetxtUpDown;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}
.fadetxtAnime:nth-of-type(2) .fadetxtAnimeUpDown{
	animation-delay: .5s;
}
@keyframes fadetxtUpDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* sec_vision
--------------------------------*/
#sec_vision {
	padding: 80px 0 100px;
	background-color: #272676;
}

#sec_vision * {
	color: #fff;
}

#sec_vision .lead {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

#sec_vision .lead .marker {
	background: linear-gradient(transparent 70%, #525191 70%);
}

#sec_vision .txt {
	font-size: 1.8rem;
	line-height: 2.22;
	letter-spacing: 0.05em;
}

#sec_vision .box {
	position: relative;
	width: 67rem;
	display: flex;
	padding: 3.5rem 2rem;
	border: 1px solid #fff;
	margin: 9rem auto 0;
}

#sec_vision .box::before {
	content: "";
	width: 17.9rem;
	height: 4.4rem;
	background: url(../img/message/arw_w.svg) no-repeat center bottom / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -3.5rem;
	margin: 0 auto;
}

#sec_vision .box dt {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 2.9rem;
	letter-spacing: 0.12em;
	padding: 0 60px 0 30px;
}

#sec_vision .box dt::before {
	content: "";
	width: 1px;
	height: 87%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#sec_vision .box dd {
	flex: 1;
	padding-left: 56px;
}

#sec_vision .box dd ul li {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

#sec_vision .box dd ul li + li {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
	#sec_vision {
		padding: 13rem 0 15rem;
	}

	#sec_vision .lead {
		font-size: 3rem;
		line-height: 2;
		margin-bottom: 1.5em;
	}

	#sec_vision .lead .marker {
		background: linear-gradient(transparent 70%, #525191 70%);
	}

	#sec_vision .txt {
		font-size: 2.6rem;
		line-height: 2;
	}

	#sec_vision .box {
		width: 100%;
		display: block;
		padding: 4rem 5rem 6.5rem;
		margin: 10rem auto 0;
	}

	#sec_vision .box::before {
		background: url(../img/message/arw_w_sp.svg) no-repeat center bottom / 100% auto;
	}

	#sec_vision .box dt {
		display: block;
		text-align: center;
		font-size: 3.6rem;
		padding: 0 0 .75em;
		margin-bottom: 1.25em;
	}

	#sec_vision .box dt::before {
		content: "";
		width: 7.6rem;
		height: 1px;
		left: 0;
		top: auto;
	}

	#sec_vision .box dd {
		padding-left: 0;
	}

	#sec_vision .box dd ul li {
		text-align: center;
		font-size: 2.8rem;
	}

	#sec_vision .box dd ul li + li {
		margin-top: .5em;
	}
}


/* mission
--------------------------------*/
#sec_mission {
	padding: 9rem 0;
}

#sec_mission .secttl {
	font-size: 2.4rem;
}

#sec_mission .list .item {
	width: 542px;
	align-items: center;
}

#sec_mission .list .item .img {
	width: 212px;
}

#sec_mission .list .item .txtwrap {
	width: 310px;
}

#sec_mission .list .item .txtwrap .ttl {
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 1.25em;
}

#sec_mission .list .item .txtwrap .txt {
	font-size: 1.7rem;
	letter-spacing: 0.01em;
	text-align: justify;
}

#sec_mission .reason {
	position: relative;
	border-top: 1px solid #272676;
	border-bottom: 1px solid #272676;
	margin-top: 12rem;
}

#sec_mission .reason::before {
	content: "";
	width: 17.9rem;
	height: 4.4rem;
	background: url(../img/message/arw_b.svg) no-repeat center bottom / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -3.5rem;
	margin: 0 auto;
}

#sec_mission .reason .ttl {
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 1em;
	border-bottom: 1px solid #272676;
}

#sec_mission .reason .inner {
	align-items: center;
	padding: 4rem 4.5rem;
}

#sec_mission .reason .txtwrap {
	width: 610px;
}

#sec_mission .reason .txtwrap * {
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

#sec_mission .reason .txtwrap ul li {
	position: relative;
	font-size: 1.7rem;
	letter-spacing: 0.02em;
	padding-left: 2rem;
}

#sec_mission .reason .txtwrap ul li::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: #272676;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1.2rem;
}

#sec_mission .reason .img {
	width: 45.5rem;
}

@media screen and (max-width: 767px) {
	#sec_mission {
		padding: 14rem 0 16rem;
	}

	#sec_mission .secttl {
		font-size: 3rem;
		line-height: 2;
	}

	#sec_mission .list .item {
		width: 100%;
	}

	#sec_mission .list .item + .item {
		margin-top: 8rem;
	}

	#sec_mission .list .item .img {
		width: 31.8rem;
		margin: 0 auto 4rem;
	}

	#sec_mission .list .item .txtwrap {
		width: 100%;
	}

	#sec_mission .list .item .txtwrap .ttl {
		font-size: 3rem;
		margin-bottom: 1.25em;
	}

	#sec_mission .list .item .txtwrap .txt {
		font-size: 2.6rem;
	}

	#sec_mission .reason {
		margin-top: 10rem;
	}

	#sec_mission .reason::before {
		background: url(../img/message/arw_b_sp.svg) no-repeat center bottom / 100% auto;
	}

	#sec_mission .reason .ttl {
		font-size: 2.8rem;
		letter-spacing: 0.1em;
		padding: 1.5em 0;
	}

	#sec_mission .reason .inner {
		padding: 6rem 0;
	}

	#sec_mission .reason .txtwrap {
		width: 100%;
	}

	#sec_mission .reason .txtwrap ul li {
		font-size: 2.6rem;
		letter-spacing: -0.015em;
		padding-left: 4rem;
	}

	#sec_mission .reason .txtwrap ul li::before {
		width: 1.6rem;
		height: 1.6rem;
		top: 1.8rem;
	}

	#sec_mission .reason .img {
		width: 100%;
		margin-top: 5rem;
	}

}


/* action
--------------------------------*/
#sec_action {
	padding: 0 0 10rem;
}

#sec_action::before {
	content: "";
	width: 100%;
	height: calc(100% - 3rem);
	background: linear-gradient(90deg, rgba(234, 237, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	opacity: 0.39;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#sec_action .list .item {
	position: relative;
	padding: 5.6rem 0;
}

#sec_action .list .item .txtwrap .ttl {
	position: relative;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	padding-left: 10.5rem;
	margin-bottom: 1.5em;
}

#sec_action .list .item .txtwrap .ttl .num {
	color: #fff;
	font-size: 4rem;
	width: 8.2rem;
	height: 8.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #272676;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(50% - 4.1rem);
}

#sec_action .list .item .txtwrap .txt {
	font-size: 1.7rem;
	letter-spacing: 0;
	text-align: justify;
}

#sec_action .list .item:nth-child(1) .img {
	width: 18.1rem;
	margin-right: 2rem;
	margin-bottom: 1.8rem;
}

#sec_action .list .item:nth-child(2) .img {
	width: 16.3rem;
	padding-top: 1.8rem;
}

#sec_action .list .item:nth-child(3) .img {
	width: 20.4rem;
	margin-bottom: 1.8rem;
}

#sec_action .list .item:nth-child(4) .img {
	width: 31.9rem;
}

#sec_action .list .item:nth-child(5) .img {
	width: 20.6rem;
	margin-right: 1.5rem;
	margin-bottom: .8rem;
}

@media screen and (min-width: 768px) {
	#sec_action .list .item:nth-child(n + 3)::before {
		content: "";
		width: 100%;
		height: .1rem;
		background: url(../img/common/bg_dot.png) repeat-x left bottom / .6rem auto;
		position: absolute;
		left: 0;
		top: 0;
	}

	#sec_action .list .item:nth-child(odd) {
		float: left;
		width: 64.6rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	#sec_action .list .item:nth-child(3n) {
		flex-direction: row-reverse;
	}

	#sec_action .list .item:nth-child(even) {
		float: right;
		width: 48.7rem;
		display: flex;
		flex-direction: column-reverse;
	}

	#sec_action .list .item:nth-child(odd) .txtwrap {
		width: 41rem;
	}

	#sec_action .list .item:nth-child(4) {
		padding-top: 4rem;
	}

	#sec_action .list .item:nth-child(1) .txt,
	#sec_action .list .item:nth-child(5) .txt {
		padding-right: 4.5rem;
	}


	#sec_action .list .item:nth-child(3n) .txtwrap {
		width: 38.4rem;
	}

	#sec_action .list .item:nth-child(3n) .txtwrap .ttl {
		margin-left: -10.5rem;
	}


	#sec_action .list .item:nth-child(even) .img {
		margin: 0 auto 2rem;
	}
}

@media screen and (max-width: 767px) {
	#sec_action {
		padding: 0 0 10rem;
	}

	#sec_action .list .item {
		padding: 0;
	}

	#sec_action .list .item + .item {
		margin-top: 14rem;
	}

	#sec_action .list .item .txtwrap .ttl {
		font-size: 3rem;
		margin-bottom: 1.5em;
	}

	#sec_action .list .item .txtwrap .txt {
		font-size: 2.6rem;
	}

	#sec_action .list .item .img {
		margin: 5rem auto 0 !important;
	}

	#sec_action .list .item:nth-child(1) .img {
		width: 27.1rem;
	}

	#sec_action .list .item:nth-child(2) .img {
		width: 24.4rem;
		padding-top: 0;
	}

	#sec_action .list .item:nth-child(3) .img {
		width: 45.2rem;
	}

	#sec_action .list .item:nth-child(4) .img {
		width: 47.8rem;
		margin-top: 0 !important
	}

	#sec_action .list .item:nth-child(5) .img {
		width: 30.9rem;
	}

}


/* infographics
--------------------------------*/
#sec_infographics {
	padding: 9rem 0 10rem;
	background-color: #272676;
}

#sec_infographics * {
	color: #fff;
}

#sec_infographics .secttl {
	font-size: 3.3rem;
	margin-bottom: 1.5rem;
}

#sec_infographics .secttl + .lead {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 2em;
}

#sec_infographics .list .item {
	position: relative;
	width: 53.6rem;
	padding: 5.6rem 0;
}

#sec_infographics .list .item .imgwrap {
	position: relative;
	margin-bottom: 5.5rem;
}

#sec_infographics .list .item .imgwrap.flex {
	align-items: center;
	justify-content: space-between;
}

#sec_infographics .list .item .imgwrap .numwrap .txt {
	font-weight: 700;
	font-size: 3.3rem;
	line-height: 1;
}

#sec_infographics .list .item .imgwrap .numwrap .txt_l {
	font-weight: 700;
	font-size: 6rem;
	line-height: 1.25;
}

#sec_infographics .list .item .imgwrap .numwrap .txt_l .num {
	display: inline-block;
	font-size: 11rem;
	line-height: 1;
}

#sec_infographics .list .item .imgwrap .numwrap .txt_s {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.5;
	margin-top: .5em;
}

#sec_infographics .list .item .imgwrap .numwrap.flex {
	justify-content: center;
	align-items: center;
}

#sec_infographics .list .item .imgwrap .numwrap.flex .txt {
	margin-right: 1em;
}

#sec_infographics .list .item .txtwrap .ttl {
	position: relative;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 1.3em;
}

#sec_infographics .list .item .txtwrap .txt {
	font-size: 1.7rem;
	letter-spacing: 0;
	text-align: justify;
}

#sec_infographics .list .item:nth-child(1) .imgwrap {
	align-items: flex-end;
}

#sec_infographics .list .item:nth-child(1) .img {
	width: 29.6rem;
}

#sec_infographics .list .item:nth-child(2) {
	padding-top: 8rem;
}

#sec_infographics .list .item:nth-child(2) .img {
	width: 35.4rem;
	position: absolute;
	right: 0;
	top: -6rem;
}

#sec_infographics .list .item:nth-child(3) .img {
	width: 29.6rem;
}

#sec_infographics .list .item:nth-child(4) {
	padding-top: 9.5rem;
}

#sec_infographics .list .item:nth-child(4) .imgwrap {
	margin-bottom: 2rem;
}

#sec_infographics .list .item:nth-child(4) .img {
	width: 47.6rem;
	margin-bottom: 2rem;
}

#sec_infographics .list .item:nth-child(2) .txtwrap .txt,
#sec_infographics .list .item:nth-child(3) .txtwrap .txt {
	letter-spacing: -0.01em;
}





#sec_infographics .box {
	align-items: center;
	padding: 5.3rem 7rem 6rem;
	background-color: #fff;
	border-radius: 1rem;
}

#sec_infographics .box * {
	color: #272676;
}

#sec_infographics .box .txtwrap {
	width: 34.5rem;
}

#sec_infographics .box .txtwrap .ttl {
	position: relative;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

#sec_infographics .box .txtwrap .txt {
	font-size: 1.7rem;
	letter-spacing: 0;
	text-align: justify;
}

#sec_infographics .box .img {
	width: 63.5rem;
}


@media screen and (min-width: 768px) {

	#sec_infographics .list .item:nth-child(n + 3)::before {
		content: "";
		width: 100%;
		height: .1rem;
		background: url(../img/common/bg_dot_w.png) repeat-x left bottom / .6rem auto;
		position: absolute;
		left: 0;
		top: 0;
	}

	#sec_infographics .list .item:nth-child(odd) {
		float: left;
	}

	#sec_infographics .list .item:nth-child(even) {
		float: right;
	}
}

@media screen and (max-width: 767px) {
	#sec_infographics {
		padding: 14rem 0 15rem;
	}

	#sec_infographics .secttl {
		font-size: 4.2rem;
		margin-bottom: 3rem;
	}

	#sec_infographics .secttl + .lead {
		font-size: 2.8rem;
		letter-spacing: 0;
		margin-bottom: 2em;
	}

	#sec_infographics .list .item {
		width: 100%;
		padding: 8rem 0 7rem;
	}

	#sec_infographics .list .item:nth-child(n + 2)::before {
		content: "";
		width: 100%;
		height: .1rem;
		background: url(../img/common/bg_dot_w.png) repeat-x left bottom / .6rem auto;
		position: absolute;
		left: 0;
		top: 0;
	}

	#sec_infographics .list .item:nth-child(n + 3)::before {
		height: .2rem;
		background: url(../img/common/bg_dot_w.png) repeat-x left bottom / 1.2rem auto;
	}

	#sec_infographics .list .item .imgwrap.flex {
		align-items: center;
		justify-content: center;
		gap: 0 2.5rem;
	}

	#sec_infographics .list .item .imgwrap .numwrap .txt {
		font-size: 2.6rem;
	}

	#sec_infographics .list .item .imgwrap .numwrap.flex .txt {
		margin-right: .5em;
	}

	#sec_infographics .list .item .txtwrap .ttl {
		font-size: 3rem;
		line-height: 1.8;
		letter-spacing: 0;
		margin-bottom: 1.3em;
	}

	#sec_infographics .list .item .txtwrap .txt {
		font-size: 2.6rem;
	}

	#sec_infographics .list .item:nth-child(1) .imgwrap {
		align-items: flex-end;
	}

	#sec_infographics .list .item:nth-child(2) .img {
		position: static;
		margin-left: -8rem !important;
		margin-right: -2rem;
	}

	#sec_infographics .list .item:nth-child(4) {
		padding-top: 8.5rem;
	}

	#sec_infographics .list .item:nth-child(4) .imgwrap {
		margin-bottom: 4.5rem;
	}

	#sec_infographics .list .item:nth-child(2) .txtwrap .txt,
	#sec_infographics .list .item:nth-child(3) .txtwrap .txt {
		letter-spacing: 0;
	}

	#sec_infographics .box {
		padding: 4rem 5rem 5rem;
	}

	#sec_infographics .box .txtwrap {
		width: 100%;
	}

	#sec_infographics .box .txtwrap .ttl {
		font-size: 3rem;
		margin-bottom: 1em;
	}

	#sec_infographics .box .txtwrap .txt {
		font-size: 2.6rem;
	}

	#sec_infographics .box .img {
		width: 100%;
		margin-top: 4rem;
	}
}


/* contact
--------------------------------*/
#sec_contact {
	padding: 9rem 0 10rem;
	background-color: rgba(255, 225, 0, .08);
}

#sec_contact .secttl {
	font-size: 3.4rem;
	margin-bottom: 5rem;
}

#sec_contact .secttl + .lead {
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 4rem;
}

#sec_contact .box {
	position: relative;
	text-align: center;
	width: 79.2rem;
	padding: 3rem 3rem 3.5rem;
	border-top: 1px solid #272676;
	border-bottom: 1px solid #272676;
	margin: 0 auto;
}

#sec_contact .box .ttl {
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: .8em;
}

#sec_contact .box ul {
	display: inline-block;
}

#sec_contact .box ul li {
	position: relative;
	text-align: left;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	padding-left: 2.8rem;
}

#sec_contact .box ul li::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: #272676;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1.7rem;
}

#sec_contact .btn {
	margin-top: 6rem;
}

#sec_contact .btn a {
	font-size: 2rem;
	min-width: 38.4rem;
	min-height: 9rem;
}

@media screen and (max-width: 767px) {
	#sec_contact {
		padding: 12rem 0 15rem;
	}

	#sec_contact .secttl {
		font-size: 4.2rem;
		line-height: 1.9;
		margin-bottom: 5rem;
	}

	#sec_contact .secttl + .lead {
		font-size: 3rem;
		letter-spacing: -0.05em;
		margin-bottom: 7rem;
	}

	#sec_contact .box {
		width: 100%;
		padding: 5rem 0 6rem;
	}

	#sec_contact .box .ttl {
		font-size: 3.6rem;
		margin-bottom: .8em;
	}

	#sec_contact .box ul {
		display: block;
	}

	#sec_contact .box ul li {
		font-size: 2.8rem;
		padding-left: 4rem;
	}

	#sec_contact .box ul li::before {
		width: 1.6rem;
		height: 1.6rem;
		top: 2rem;
	}

	#sec_contact .btn {
		margin-top: 10rem;
	}

	#sec_contact .btn a {
		font-size: 2.8rem;
		min-width: inherit;
		width: 100%;
		min-height: 14.8rem;
	}

}


/* mainimg
--------------------------------*/
.mainimg {
	padding-bottom: 10rem;
}

.message_slider img {
	width: 100%;
}


/* popup
--------------------------------*/
.popup {
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 100;
	display: none;
}

.popup.is_active {
	display: block;
}

.popup_bg {
	background-color: #eaedff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.popup_wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5rem;
	z-index: 101;
}

.popup_box {
	position: relative;
	width: 100%;
	max-width: 67.8rem;
	padding: 9rem;
	background-color: #fff;
	box-shadow: 2rem 2rem 2rem rgba(39, 38, 118, 0.3);
	margin: 0 auto;
}

.popup_box .closebtn {
	width: 6rem;
	height: 6rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	padding-top: 4rem;
	background: linear-gradient(90deg, rgba(48, 74, 181, 1), rgba(39, 38, 118, 1));
	box-shadow: 2rem 2rem 2rem rgba(39, 38, 118, 0.3);
	position: absolute;
	top: -1.4rem;
	right: -1.4rem;
	cursor: pointer;
	transition: .3s ease;
}

.popup_box .closebtn::before,
.popup_box .closebtn::after {
	content: "";
	width: 1px;
	height: 2.8rem;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: .8rem;
	margin: 0 auto;
}

.popup_box .closebtn::before {
	transform: rotate(45deg);
}

.popup_box .closebtn::after {
	transform: rotate(-45deg);
}

.popup_box .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2.5;
	background-image: linear-gradient(transparent 0, transparent 92%, #272676 94%, transparent 96%, transparent 100%);
	background-size: 100% 2.5em;
	margin-bottom: 4.5rem;
}

.popup_box .txt {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.22;
}

.popup_box .btn {
	margin-top: 5rem;
}

.popup_box .btn a {
	min-width: 21.8rem;
	min-height: 4.8rem;
	padding: .4em 2.5em .4em 2.25em;
	background: #fff;
	color: #272676;
	border: 1px solid #272676;
	box-shadow: none;
	cursor: pointer;
}

.popup_box .btn a::before {
	background-color: #272676;
}

@media screen and (max-width: 767px) {
	.popup_wrap {
		padding: 6rem;
	}

	.popup_box {
		max-width: inherit;
		text-align: center;
		padding: 8rem 1rem 13.5rem;
	}

	.popup_box .closebtn {
		width: 10.6rem;
		height: 10.6rem;
		font-size: 2.2rem;
		padding-top: 7rem;
		top: -3.2rem;
		right: -3.2rem;
	}

	.popup_box .closebtn::before,
	.popup_box .closebtn::after {
		height: 5rem;
		top: 1.2rem;
	}

	.popup_box .ttl {
		display: inline-block;
		font-size: 3rem;
		line-height: 2.65;
		background-size: 100% 2.65em;
		background-image: linear-gradient(transparent 0, transparent 90%, #272676 92%, transparent 94%, transparent 100%);
		margin-bottom: 6rem;
	}

	.popup_box .txt {
		font-size: 2.6rem;
		line-height: 2.45;
		letter-spacing: 0;
	}

	.popup_box .btn a {
		min-width: 35rem;
		min-height: 7.2rem;
	}

}