@charset "UTF-8";



@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;500;700;800;900&display=swap');
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: bold;/* Yutaka added */
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #292929;
  font-size: 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #292929;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
img {
	width: 100%;
}
body, html {
	/* important */
	height: 100%;
}
.pc-no01 {
  display: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.hide {
	height: 0;
  margin: 0 auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.fl01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fl02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.t-right {
	display: block;
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*------------------------------------------------------------
  margin
------------------------------------------------------------*/
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.ml30{
	margin-left: 30px;
}

/*------------------------------------------------------------
  font
------------------------------------------------------------*/
h2,h3,h4,h5 {
	font-weight: bold;
}
.fb {
	font-weight: bold;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
.fs32 {
	font-size: 32px;
}
.fs35 {
	font-size: 35px;
}
.fs37 {
	font-size: 37px;
}
.fs41 {
	font-size: 41px;
}
.fs48 {
	font-size: 48px;
}
.fs63 {
	font-size: 63px;
	letter-spacing: -0.05em;
}
.fs71 {
	font-size: 71px;
	letter-spacing: -0.05em;
}

/*------------------------------------------------------------
  color
------------------------------------------------------------*/
.pk01 {
	color: #f18193;
}
.pk02 {
	color: #ed6479;
}
.gr01 {
	color: #70b826;
}
.bl01 {
	color: #49b7e5;
}
.yl01 {
	color: #fffea0;
}
.or01 {
	color: #faa230;
}
.wh01 {
	color: #fff;
}
.bk01 {
	color: #292929;
}

/*------------------------------------------------------------
  marker
------------------------------------------------------------*/
.marker {
	display: inline;
	background: linear-gradient(transparent 50%, #fffea0 50%);
}

/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	background: #fff;
	width: 100%;
	height: 82px;
	min-width: 1000px;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 8px 0;
	z-index: 999;
}
header .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1000px;
	margin: auto;
}
/* h-logo */
header .h-logo {
	display: table;
}
header .h-logo h1 {
	display: table-cell;
	vertical-align: middle;
}
header .h-logo a {
	display: block;
}
header .h-logo01 a {
	background: url(../images/logo01.jpg) center center no-repeat;
	background-size: 100% auto;
	width: 260px;
	height: 61px;
	margin-right: 20px;
}
header .h-logo02  {
	background: url(../images/logo02.png) center center no-repeat;
	background-size: 100% auto;
	width: 213px;
	height: 46px;
}
/* h-tel */
header .h-tel {
	display: table;
	margin-left: auto;
}
header .h-tel p {
	display: table-cell;
	vertical-align: middle;
}
header .h-tel span {
	display: block;
	background: url(../images/tel.png) center center no-repeat;
	background-size: 100% auto;
	width: 392px;
	height: 69px;
}

/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
.mv {
        background: url("../images/mv-bg.jpg") center top no-repeat;
    	background-size: 1920px auto;
    	width: 100%;
    	height: 621px;
    	min-width: 100%;
    	margin-top: 0;
    	position: relative;
}

/*------------------------------------------------------------
  ttl
------------------------------------------------------------*/
.ttl-box {
	display: table;
	background: url(../images/ttl-bg.jpg) center 0 repeat-x;
	background-size: 1300px 86px;
	box-sizing: border-box;
	width: 100%;
	height: 86px;
}
.ttl-box .m-ttl {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	font-size: 35px;
	position: relative;
}
.ttl-box span {
	display: inline-block;
	font-weight: bold;
	position: relative;
}
.ttl-box span:before,
.ttl-box span:after {
	content: "";
	position: absolute;
	top: 50%;
}
/*----- deco01 -----*/
.ttl-box span.deco01:before,
.ttl-box span.deco01:after {
	margin-top: -23px;
	background: url(../images/deco01.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 46px;
	height: 46px;
}
.ttl-box span.deco01:before {
	left: -70px;
}
.ttl-box span.deco01:after {
	right: -70px;
}

/*----- deco02 -----*/
/* .ttl-box span.deco02 img {
	vertical-align: middle;
	width: 105px;
	margin: -50px -10px 0 0;
}
.ttl-box span.deco02:before,
.ttl-box span.deco02:after {
	margin-top: -20px;
	background: url(../images/deco02.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 37px;
	height: 40px;
}
.ttl-box span.deco02:before {
	left: -45px;
}
.ttl-box span.deco02:after {
	right: -45px;
} */

/*----- deco02 -----*/
.ttl-box span.deco02:before,
.ttl-box span.deco02:after {
	margin-top: -26px;
	background: url(../images/deco03.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 29px;
	height: 52px;
}
.ttl-box span.deco02:before {
	left: -50px;
}
.ttl-box span.deco02:after {
	right: -50px;
}

/*----- deco03 -----*/
.ttl-box span.deco03:before,
.ttl-box span.deco03:after {
	margin-top: -22px;
	background: url(../images/deco02.png) 0 0 no-repeat;
	background-size: 100% auto;
    width: 40px;
    height: 43px;
}
.ttl-box span.deco03:before {
	left: -50px;
}
.ttl-box span.deco03:after {
	right: -50px;
}
/*----- deco04 -----*/
.ttl-box span.deco04:before,
.ttl-box span.deco04:after {
	margin-top: -29px;
	background: url(../images/deco04.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 49px;
	height: 59px;
}
.ttl-box span.deco04:before {
	left: -90px;
}
.ttl-box span.deco04:after {
	right: -90px;
}

/*----- ribbon -----*/
.ribbon {
	background: #49b7e5;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 20px;
	position: relative;
}
.ribbon:before,
.ribbon:after {
	content: "";
	position: absolute;
	top: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #49b7e5;
}
.ribbon:before {
	left: -16px;
	border-width: 18px 0 18px 16px;
	border-left-color: transparent;
}
.ribbon:after {
	right: -16px;
	border-width: 18px 16px 18px 0;
	border-right-color: transparent;
}
/* rb-bl */
.rb-bl {
	background: #49b7e5;
}
.rb-bl:before,
.rb-bl:after {
	border-color: #49b7e5;
}
.rb-bl:before {
	border-left-color: transparent;
}
.rb-bl:after {
	border-right-color: transparent;
}
/* rb-gr */
.rb-gr {
	display: inline-block;
	background: #70b826;
	font-size: 19px;
	padding: 0 120px;
}
.rb-gr:before,
.rb-gr:after {
	border-color: #70b826;
}
.rb-gr:before {
	border-left-color: transparent;
}
.rb-gr:after {
	border-right-color: transparent;
}

/*------------------------------------------------------------
  txt
------------------------------------------------------------*/
.txt {
	font-size: 18px;
    line-height: 1.75;
	font-weight: 400;
}

/*------------------------------------------------------------
  sec
------------------------------------------------------------*/
.sec {
	background: #fff1f1;
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}
.sec .inner {
	background: #fff1f1;
	box-sizing: border-box;
}
.sec .block {
	max-width: 1000px;
	margin: auto;
}
.sec .clm-box{
	display: flex;
	justify-content: space-between;
}
.sec .box {
	background: #fff;
	width: 320px;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 80px 38px 50px;
	margin: 0;
	position: relative;
}
/* .sec .box:last-child {
	margin-bottom: 0;
} */
.sec .box01 {
	border: 5px solid #f18193;
}
.sec .box02 {
	border: 5px solid #70b826;
}
.sec .box03 {
	border: 5px solid #49b7e5;
}
.sec .ttl-icon {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 126px;
	height: 126px;
}
.sec .ttl01 {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 800;
	font-feature-settings: "palt";
    letter-spacing: -0.04em;
	/* margin-left: 30px; */
}
.sec .note01 {
	font-size: 8px;
	line-height: 1.8em;
}
.sec .note02 {
	font-size: 12px;
	line-height: 1.5em;
}
.sec .note03 {
	font-size: 11px;
	line-height: 1.8em;
}

/*------------------------------------------------------------
  sec01（ベネッセの保育園は長く活躍できる！）
------------------------------------------------------------*/
.sec01 .inner {
	background: url(../images/bg01.jpg) center 0 no-repeat;
	background-size: 1300px 590px;
	height: 590px;
	padding: 120px 0 0;
}
.sec01 .box01 .ttl-icon {
	background: url(../images/sec01-icon01.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.sec01 .box02 .ttl-icon {
	background: url(../images/sec01-icon02.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.sec01 .box03 .ttl-icon {
	background: url(../images/sec01-icon03.png) 0 0 no-repeat;
	background-size: 100% auto;
}

/*----- box01 -----*/
.sec01 .box01 .area01 {
	width: 100%;
}
.sec01 .box01 .area02 {
	width: 23%;
}
.sec01 .box01 .img-box {
	width: 159px;
}
.sec01 .box01 .box-inner {
	background: #fff;
	border-radius: 10px;
	border: 2px solid #aaaaaa;
	box-sizing: border-box;
	padding: 10px 10px;
}
.sec01 .box01 .box-inner dl {
	display: table;
}
.sec01 .box01 .box-inner dt {
	display: table-cell;
	vertical-align: middle;
	background: #f18193;
	width: 170px;
	height: 130px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}
.sec01 .box01 .box-inner dt:after {
	content: "";
	position: absolute;
	top: 0;
	right: -35px;
	width: 0px;
	height: 0px;
	border-top: 65px solid transparent;
	border-bottom: 65px solid transparent;
	border-left: 35px solid #f18193;
	/*z-index: 1;*/
}
.sec01 .box01 .box-inner dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 60px;
}
.sec01 .box01 .box-inner h4 {
	font-size: 22px;
}
.sec01 .box01 .box-inner ul {
	font-size: 18px;
	line-height: 1.5em;
}

/*----- box02 -----*/
.sec01 .box02 .area01 {
	width: 100%;
}
.sec01 .box02 .area02 {
	width: 23%;
	margin-top: -25px;
}
.sec01 .box02 .img-box {
	width: 193px;
}
.sec01 .box02 .box-inner ul {
	width: 100%;
	font-size: 0;
}
.sec01 .box02 .box-inner li {
	display: inline-block;
	background: #70b826;
	width: 32.66%;
	height: 67px;
	text-align: center;
	line-height: 67px;
	border-radius: 5px;
	font-size: 20px;
}
.sec01 .box02 .box-inner li:nth-child(3n-1) {
	margin: 0 1%;
}
.sec01 .box02 .box-inner li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 46px;
}

/*----- box03 -----*/
.sec01 .box03 h3 {
	display: inline-block;
}
.sec01 .box03 h3 sub {
	font-size: 40%;
	vertical-align: bottom;
	position: relative;
	top: -15px;
	right: -94%;
}
/* area-wrap01 */
.sec01 .box03 .area-wrap01 .area01 {
	width: 100%;
}
.sec01 .box03 .area-wrap01 .area02 {
	width: 23%;
	margin-top: -45px;
}
.sec01 .box03 .area-wrap01 .img-box {
	width: 188px;
}
/* area-wrap02 */
.sec01 .box03 .area-wrap02 .box-inner01 {
	padding-right: 40px;
}
.sec01 .box03 .area-wrap02 .txt {
	font-size: 14px;
}
.sec01 .box03 .area-wrap02 .img-box {
	width: 159px;
}

/*------------------------------------------------------------
  sec02（保育スタッフのキャリアアップと給与モデル）
------------------------------------------------------------*/
.sec02 .inner {
	background: url(../images/bg02.jpg) center 0 no-repeat;
	background-size: 1300px 780px;
	height: 780px;
	padding: 80px 0 0;
}
.sec02 .box {
	width: 483px;
	box-sizing: border-box;
	padding: 0 25px 20px 25px;
	margin: 0 auto 0 auto;
}
.sec02 .box h3 {
	margin-top: -40px;
}
.sec02 .box .sub-ttl {
	font-size: 22px;
	line-height: 1.5em;
	position: relative;
}

/*----- box_01 -----*/
.sec02 .box_01 h3 {
	background: url(../images/sec02-ttl01.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 137px;
}
.sec02 .box_01 .img-box {
	width: 154px;
	margin-top: -50px;
}
.sec02 .box_01 .box-inner {
	background: url(../images/sec02-img01.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 485px;
}

/*----- box_02 -----*/
.sec02 .box_02{
	padding: 0;
	overflow: hidden;
}
.sec02 .box_02 h3 {
	margin: 0;
}
.sec02 .box_02 .ttl04{
	background: #49b7e5;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 60px;
}
.sec02 .box_02 .ttl04 .fa-caret-down{
display: none;
}
.sec02 .box_02 .img-box {
	width: 130px;
	margin-top: -60px;
}
.sec02 .box_02 h4 {
	font-size: 27px;
	text-align: center;
	line-height: 1.2em;
	position: relative;
	font-weight: 800;
}
.sec02 .box_02 h4:before,
.sec02 .box_02 h4:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	background: #ed6479;
	width: 80px;
	height: 3px;
}
.sec02 .box_02 h4:before {
	left: 5%;
	-moz-transform: rotate(70deg);
	-webkit-transform: rotate(70deg);
	-ms-transform: rotate(70deg);
	transform: rotate(70deg);
}
.sec02 .box_02 h4:after {
	right:5%;
	-moz-transform: rotate(-70deg);
	-webkit-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	transform: rotate(-70deg);
}
.sec02 .box_02 h4 span {
	display: block;
}
.sec02 .box_02 .box-inner {
	background: url(../images/sec02-img02.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	width: 456px;
	height: 428px;
	margin: 1em auto;
}



/*------------------------------------------------------------
  sec03（保育スタッフのキャリアアップと給与モデル）
------------------------------------------------------------*/
.sec03 .inner {
	background: url(../images/bg03.jpg) center 0 no-repeat;
	background-size: 1300px 580px;
	height: 580px;
	padding: 40px 0 0;
}
.sec03 .box {
	width: 1000px;
	box-sizing: border-box;
	padding: 60px;
	margin: 0 auto 0 auto;
}
.sec03 .box h3 {
	margin-top: -40px;
}
.sec03 .box ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.sec03 .box ul li{
	width: 210px;
	font-size: 0;
	cursor: pointer;
	transition: 0.2s;
}

.sec03 .box ul li:hover{
	opacity: 0.8;
}



/*------------------------------------------------------------
  flow-wrap（エントリーからお仕事開始までの流れ）
------------------------------------------------------------*/
.flow-wrap .inner {
	background: url(../images/bg04.jpg) center 0 no-repeat;
	background-size: 1300px 820px;
	height: 870px;
	padding: 40px 0 0;
}

/*----- flow -----*/
.flow-wrap .flow {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
}

.flow-wrap .flow h3 {
	font-size: 24px;
	text-align: center;
}
.flow-wrap .flow li {
	width: 100%;
	position: relative;
}

.flow-wrap .flow li:before {
	content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    border: 25px solid transparent;
    border-top: 20px solid #fff;
    z-index: 2;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.flow-wrap .flow li:nth-child(2n){
	background: #fff9e5;
}
.flow-wrap .flow li:nth-child(2n):before {
    border-top: 20px solid #fff9e5;
}
.flow-wrap .flow li:last-child:before {
	content: none;
}


.flow-wrap .flow li .flow-list-item{
	width: 750px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flow-wrap .flow li .flow-list-item.pop-include{
	padding: 65px 0px 40px;
}

.flow-wrap .flow-icon {
	width: 154px;
	position: relative;
}

.flow-pop{
	position: absolute;
	left: 50%;
	top: -8px;
	transform: translate(-50%, -100%);
	font-size: 0;
}
.flow-pop-step01{
	width: 168px;
}
.flow-pop-step03{
	width: 188px;
}

.txt-orange{
	color: #f36e35;
}

.txt-mdl-big{
	font-size: 110%;
}

.txt-big{
	font-size: 130%;
}

.flow-wrap .flow .flow-txt-box{
	width: 570px;
}

.flow-ttl{
	background: url(../images/flow-ttl-bg.jpg) left bottom / auto 8px repeat-x;
	font-size: 28px;
	color: #f36e35;
	font-weight: 900;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}

.flow-ttl-baloon{
	position: absolute;
	font-size: 0;
	width: 132px;
	left: 190px;
    bottom: 20px;
}

.flow-txt{
	font-size: 16px;
	font-weight: 500;
}

.flow-wrap .note02{
	margin-left: 0;
	text-align: center;
}



/*------------------------------------------------------------
  part-time-wrap（非常勤募集）
------------------------------------------------------------*/
.part-time-wrap .inner {
	background: url(../images/bg05.jpg) center 0 no-repeat;
	background-size: 1300px auto;
	height: 300px;
	padding: 40px 0 0;
}

.part-time-wrap .block {
    padding: 0 10px;
}

.part-time-link{
	width: 498px;
	margin: 0 auto;
	display: block;
}


/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
footer {
	background: #fff;
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	padding: 50px 0 120px;
}
footer .inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1000px;
	margin: auto;
}
/* f-logo */
footer .f-logo  {
	display: block;
}
footer .f-logo01 {
	width: 119px;
	padding-right: 5%;
}
footer .f-logo02 {
	width: 213px;
}
/* address */
footer .address {
	line-height: 1.8em;
	margin-left: auto;
}
footer .ad01 {
	font-size: 18px;
}
footer .ad02 {
	font-size: 14px;
	line-height: 1.5;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	margin-top: 55px;
}

/*------------------------------------------------------------
  cta-area
------------------------------------------------------------*/
#fixed-area {
	position: fixed;
	bottom: 0;
	z-index: 3;
}
.cta-area {
	background: url(../images/cta-bg.jpg) 0 0 repeat-x;
	background-size: 1300px 92px;
	width: 100%;
	height: 92px;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	padding: 12px 0;
}
.cta-area .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	padding: 0 35px;
}
.cta-area .cta-txt {
	text-align: center;
}
.cta-area .cta01 {
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
}
.cta-area .cta01:before,
.cta-area .cta01:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	background: #fff;
	width: 25px;
	height: 2px;
}
.cta-area .cta01:before {
	left: 0;
	-moz-transform: rotate(70deg);
	-webkit-transform: rotate(70deg);
	-ms-transform: rotate(70deg);
	transform: rotate(70deg);
}
.cta-area .cta01:after {
	right: 0;
	-moz-transform: rotate(-70deg);
	-webkit-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	transform: rotate(-70deg);
}
.cta-area .cta02 {
	font-size: 20px;
}
.cta-area .cta-btn {
	width: 389px;
}



/*------------------------------------------------------------
  modal
------------------------------------------------------------*/

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }

  .modal__bg {
	background: rgba(0, 0, 0, 0.5);
	height: 100vh;
	position: absolute;
	width: 100%;
  }
  
  .modal__content {
	background: #fff;
	border-radius: 7px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 710px;
	height: auto;

	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  }

  .modal__content--inner {
	padding: 60px 50px;
	width: auto;
	position: relative;
	display: block;
	color: #454545;
	text-align: center;
}

.modal-ttl {
	font-size: 36px;
	color: #ed6479;
	font-weight: 800;
	line-height: 1;
	padding-bottom: 0.5em;
	border-bottom: dotted #ed6479 4px;
	margin-bottom: 30px;
	white-space: nowrap;
}

.modal-txt{
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1.75;
}

.modal-ttl {
    display: inline-block;
}

.modal__close {
    position: absolute;
    z-index: 11;
    cursor: pointer;
	color: #bfbfbf;
	font-size: 40px;
	right: 20px;
	top: 20px;
}

.modal-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.modal-box{
	width: 50%;
	padding-bottom: 15px;
}



.modal-box-wide{
	width: 100%;
}

.modal-box-head{
	width: 275px;
	background: #ed6479;
	border-radius: 30px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	margin: 0 auto 15px;
}
.modal-box-wide .modal-box-head{
	width: 550px;
}

.modal-box-head p{
	font-feature-settings: "palt";
	color: #fff;
	font-size: 20px;
}

.modal-box-txt{
	padding-bottom: 15px;
}

.modal-box-txt p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.modal-notes{
	font-size: 12px;
	text-align: center;
	padding-bottom: 15px;
}

.modal-link-btn{
	width: 400px;
	height: 70px;
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #49b7e5;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 0 20px;
}
.modal-link-btn p{
margin: 0 auto;
line-height: 1;
white-space: nowrap;
}