@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
         - index

--------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
.main-slider .pc {
	margin-top:152px;
}
.main-slider .sp {
	display:none;
}

.main-slider img {
	width:100%;
}

.main-slider .slider .slick-dots {
	bottom:15%;
}

.main-slider .slider .slick-dots li {
	margin:0 10px;
}

.main-slider .slider .slick-dots li button::before {
	content:"";
	border-radius:100%;
	background:#a0a0a0;
	opacity:1;
	width:10px;
	height:10px;
	transform:translate(50%,50%);
}

.main-slider .slider .slick-dots li.slick-active button::before,
.main-slider .slider .slick-dots li button:hover::before {
	background:#16165a;
}

#top-news {
  position: relative;
  top:-100px;
}

#top-news .visit_banner {
	position:relative;
	width:665px;
	margin:70px auto 30px;
}

#top-news .visit_banner a {
	position:absolute;
	right:5px;
	bottom:9px;
}

#top-news h2 {
	font-size:16px;
	text-align:center;
  padding-bottom: 25px;
  border-bottom: 1px solid #a0a0a0;
}

#top-news h2 span {
	font-size:40px;
	color:#16165a;
	display:block;
	letter-spacing:4px;
}

ul.cat {
  margin: 25px 0;
	display:flex;
  justify-content: center;
}

ul.cat li {
  width: 130px;
  height: 35px;
	line-height:35px;
  margin: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.scenery {
	background:#1e1e81;
}

.blog {
	background:#2fa9e0;
}

.schedule {
	background:#907cd5;
}

.requirements {
	background:#33afa2;
}

ul.cat li a::after {
  content: url(../image/icon-next.png);
  margin-left: 0.5em;
}

#top-news .box-info {
  margin-bottom: 30px;
}

#top-news .box-info li {
  width: 100%;
  margin-bottom: 15px;
  line-height: 25px;
}

#top-news .box-info li span {
  display: block;
}

#top-news .box-info li .icon,
#news .box-detail .icon {
  width: 110px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

#top-news .box-info li .date {
  margin: 0 15px 0 35px;
  font-weight: 500;
}

#top-news .box-info li div {
  font-weight: 500;
}

#top {
  background: url(../image/top/bg-content.png) no-repeat center top 110px;
}

#top .container {
  align-items: center;
}

#top .frame1 {
  position: relative;
  top: -47px;
}

#top .frame2 {
  margin-top: 30px;
  padding-bottom: 60px;
}

#top .frame1 .container {
  justify-content: flex-end;
}

#top .frame1 .photo {
  position: absolute;
  left: -210px;
	top:0;
}

#top .frame2 .photo {
  position: absolute;
  right: -30px;
  top: 65px;
}

#top .info {
  width: 470px;
  position: relative;
  z-index: 1;
}

#top h3 {
	font-size:20px;
}

#top h3 span {
	font-size:60px;
	display:block;
	color:#16165a;
	letter-spacing:2px;
	font-weight:bold;
	text-shadow:0 0 7px #FFF;
}

#top div:not(.frame1):not(.frame2) h3 span {
	text-shadow:none;
}

#top h3 span span.pc {
	display:inline;
}

#top h4 {
	color:#16165a;
	font-size:34px;
	font-weight:bold;
	letter-spacing:3px;
  margin: 30px 0 20px;
	text-shadow:0 0 7px #FFF;
}

#top .frame2 p,
#top .frame1 p {
  line-height: 24px;
  margin-bottom: 45px;
  color: #212121;
  text-shadow: 1px 1px 0 #fff9e1, -1px 1px 0 #fff9e1, -1px -1px 0 #fff9e1, 1px -1px 0 #fff9e1;
}

#top .frame3 {
  margin-top: 160px;
}

#top .frame3 h3 {
	overflow:hidden;
}

#top .frame3 h3 div {
	float:right;
}

#top .frame3 p {
	text-align:right;
	margin:10px 0;
}

#top .frame3 ul {
  padding-bottom: 110px;
}

#top .frame3 li {
  position: relative;
  margin-right: 45px;
}

#top .frame3 li:last-child {
  margin-right: 0;
}

#top .frame3 li .text {
  width: 250px;
  height: 150px;
	background:#FFF;
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
	padding:25px 0;
	font-weight:bold;
}

#top .frame3 li.interview01 .text {
	color:#1e1e81;
	border:solid 3px #1e1e81;
	box-shadow:10px 10px 0 rgba(22,22,90,0.3);
}

#top .frame3 li.interview02 .text {
	color:#33afa2;
	border:solid 3px #33afa2;
	box-shadow:10px 10px 0 rgba(51,175,162,0.3);
}

#top .frame3 li.interview03 .text {
	color:#2fa9e0;
	border:solid 3px #2fa9e0;
	box-shadow:10px 10px 0 rgba(47,169,224,0.3);
}

@media all and (min-width:1025px) {
#top .frame3 li .text:hover {
	color:#FFF!important;
}

#top .frame3 li.interview01 .text:hover {
	background:#1e1e81;
}

#top .frame3 li.interview02 .text:hover {
	background:#33afa2;
}

#top .frame3 li.interview03 .text:hover {
	background:#2fa9e0;
}
}

#top .frame3 li .text img:last-child {
	display:none;
}

#top .frame3 li .text span {
	display:block;
	margin-bottom:14px;
	font-weight:normal;
}

#top .frame4 {
  margin-top: 70px;
}

#top .frame4 h3 {
  margin-bottom: 20px;
}

#top .frame4 .photo {
  display: inline-block;
}

#top .frame4 .photo .btn-talk {
  position: absolute;
  bottom: 9px;
  right: 8px;
  z-index: 1;
}

#top .frame4 .photo.photo1 .btn-talk,
#special #top .frame4 .photo.photo1 .btn-talk {
	right:36px;
}

#top .frame4 .photo2 {
  margin-top: 40px;
}

#top .frame5 {
  margin-top: 135px;
  padding-bottom: 25px;
}

#top .frame5 li {
  display: inline-block;
  position: relative;
  width: 50%;
}

#top .frame5 h3 {
  position: absolute;
  top: -63px;
  left: 0;
  z-index: 1;
}

#top .frame5 li:first-of-type a {
  position: absolute;
  bottom: -10px;
  left: 125px;
}

#top .frame5 li:last-of-type a {
  position: absolute;
  bottom: 6px;
  right: -420px;
}

#top .frame6 .box {
	width:50%;
	float:left;
	margin:60px 0;
}

#top .frame6 .box:first-child {
	padding-left:120px;
}

#top .frame6 .box:nth-child(2) {
	padding-left:110px;
	margin-top:120px;
}

#top .frame6 .box:nth-child(3) {
	padding-left:20px;
}

#top .frame6 .box:last-child {
	padding-left:10px;
	margin-top:120px;
}

#top .frame6 h3 {
	line-height:0.9;
	position:relative;
	z-index:1;
}

#top .frame6 h3 span {
	margin-top:10px;
}

#top .frame6 .box:last-child h3 span {
	text-align:right;
	margin-right:120px;
}

#top .frame6 .box div {
	margin-top:-30px;
	width:410px;
	position:relative;
}

#top .frame6 .box:nth-child(3) div {
	margin-top:-6px;
}

#top .frame6 .box div a {
	position:absolute;
	bottom:-25px;
	left:50%;
	transform:translateX(-50%);
}

#top .frame7 {
  padding: 135px 0 110px 0;
	clear:both;
}

#top .frame7 .container{
	width:820px;
}

#top .frame7 h3 {
  position: absolute;
  top: -75px;
  left: 0;
  z-index: 1;
}

#top .frame7 .box-link {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------------------
  merit
--------------------------------------------------------------------------------------------*/

#merit {
  padding-bottom: 20px;
  margin-bottom: 60px;
  background: url(../image/merit/bg-content.png) no-repeat center top 20px;
}

#merit h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

#merit li {
  margin-bottom: 50px;
  align-items: center;
}

#merit li .text {
  width: 500px;
  background: #fff;
  padding: 0 52px 45px 0;
  box-shadow: 10px 10px rgba(0,0,0,0.25);
}

#merit li .text .title-number {
  color: #fff;
  font-size: 13px;
  padding: 10px 15px 15px 10px;
  display: inline-block;
  text-align: center;
  background: rgba(22,22,90,0.9);
}

#merit li .text .title-number span {
  font-size: 24px;
  display: block;
}

#merit li .text h3 {
  padding: 10px 0 25px 55px;
  font-size: 24px;
  line-height: 36px;
}

#merit li .text p {
  line-height: 24px;
  padding-left: 55px;
}

/*--------------------------------------------------------------------------------------------
  message
--------------------------------------------------------------------------------------------*/
#message li {
  position: relative;
  min-height: 700px;
  padding: 100px;
  border-bottom: 10px solid #16165a;
}

#message li:nth-child(1) {
  background: url(../image/message/bg5.png) no-repeat center bottom;
  background-size: cover;
}

#message li:nth-child(2) {
  background: url(../image/message/bg3.png) no-repeat center bottom;
  background-size: cover;
}

/* #message li:nth-child(3) {
  border-bottom: none;
  background: url(../image/message/bg4.png) no-repeat center bottom;
  background-size: cover;
} */

/*#message li .container {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
*/
#message li .text {
  background-image: linear-gradient(#16165a, #16165a),
                    linear-gradient(#16165a, #16165a),
                    linear-gradient(#16165a, #16165a),
                    linear-gradient(#16165a, #16165a);
  background-repeat: no-repeat;
  background-size: 4px 100px, 100px 4px, 4px 100px, 100px 4px;
  background-position: left top, left top, right bottom, right bottom, 4px 4px;
  
  width: 540px;
  margin: 0 40px;
  padding: 20px;
}

#message li .text .box {
  background: #fff;
  height: 100%;
  padding: 70px 50px 50px;
}

#message li .text p {
  line-height: 24px;
}

#message li .text h3 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px;
}

#message li .text h3 u {
  text-decoration: none;
  box-shadow: inset 0 0px 0 white, inset 0 -10px 0 #f9e4e5
}

#message li .text .author {
  font-size: 18px;
  text-align: right;
  margin-top: 5px;
}

#message li:last-child .text .author,
#message li:nth-child(3) .text .author {
  margin-top: 30px;
}

#message li .text .author br.width375 {
	display:none;
}
/*--------------------------------------------------------------------------------------------
  interview
--------------------------------------------------------------------------------------------*/
.page-interview#top .frame3 {
	margin-top:0;
}

.page-interview#top .frame5 h3 {
	position:static;
}

.page-interview#top .frame4 .container {
	overflow:hidden;
}

.page-interview#top .frame4 h3 {
	margin-bottom:-35px;
}

.page-interview#top .frame4 .photo {
	left:50%;
	transform:translateX(-50%);
}

.page-interview#top .frame5 img.pc {
	display:block;
	margin:0 auto;
}

#interview .frame01 {
	position:relative;
}

#interview .frame01 img {
	width:100%;
}

#interview .frame01 .name {
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	background:rgba(255,255,255,0.6);
}

#interview .frame01 .name p {
	width:960px;
}

#interview .frame01 .name p span {
	font-size:18px;
	font-weight:600;
	vertical-align:middle;
}

#interview .frame01 .name p img {
	vertical-align:middle;
	margin:0 15px 0 25px;
	width:auto;
}

#interview .frame02 {
  padding-top: 60px;
  background: url(../image/interview/bg-interview01.png) no-repeat center top -30px;
}

#interview .frame02 .box01 li {
  padding: 65px 10px 10px 0;
  margin-bottom: 40px;
}

#interview .frame02 .box01 .photo {
  position: absolute;
  top: 0;
  z-index: 1;
}

#interview .frame02 .box01 .text {
  width: 430px;
  padding: 30px 30px 35px 30px;
  background: #fff;
  box-shadow: 10px 10px rgba(30,30,129,0.3);
  z-index: 2;
  position: relative;
}

#interview.page-interview02 .frame02 .box01 .text {
  box-shadow: 10px 10px rgba(51,175,162,0.3);
}

#interview.page-interview03 .frame02 .box01 .text {
  box-shadow: 10px 10px rgba(47,169,224,0.3);
}

#interview .frame02 .box01 .right {
  right: 0;
}

#interview .frame02 .box01 .left {
  left: 0;
}

#interview .frame02 .box01 .text .title {
  margin-bottom: 20px;
}

#interview .frame02 .box01 .text .title p {
  padding-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
}

#interview .frame02 .box01 li {
  margin-bottom: 40px;
  position: relative;
}

#interview .frame02 .box01 .text .icon-qa {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  margin-right: 12px;
	background:#1e1e81;
}

#interview.page-interview02 .frame02 .box01 .text .icon-qa.q {
	background:#33afa2;
}

#interview.page-interview03 .frame02 .box01 .text .icon-qa.q {
	background:#2fa9e0;
}

#interview .frame02 .box01 .text .icon-qa.a {
	background:#fa7a80;
}

#interview .frame02 .box01 .text div p {
  width: 300px;
  line-height: 22px;
  padding-top: 10px;
}

#interview.page-interview02 .frame02 .box01 li:nth-of-type(1) .text div p,
#interview.page-interview02 .frame02 .box01 li:nth-of-type(4) .text div p,
#interview.page-interview02 .frame02 .box01 li:nth-of-type(5) .text div p {
	width:307px;
}

.entrant-profile .info-profile .photo {
	bottom:5px;
  position: absolute;
  right: 135px;
}

.entrant-profile .info-profile .title {
  text-align: center;
  padding: 27px;
  border-radius: 40px;
  font-size: 24px;
  position: absolute;
  top: -60px;
  left: 60px;
  color: #fff;
}

.entrant-profile .info-profile .title::after {
  content:"";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #fdeba2;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.page-interview01 .entrant-profile .info-profile .title {
	background:#16165a;
}

.page-interview01 .entrant-profile .info-profile .title::after {
	border-top-color:#16165a;
}

.page-interview01 .entrant-profile .info-profile .text {
	background:#e6e6ff;
	border:solid 5px #16165a;
}

.page-interview02 .entrant-profile .info-profile .title {
	background:#34afa2;
}

.page-interview02 .entrant-profile .info-profile .title::after {
	border-top-color:#34afa2;
}

.page-interview02 .entrant-profile .info-profile .text {
	background:#c1e1c8;
	border:solid 5px #34afa2;
}

.page-interview03 .entrant-profile .info-profile .title {
	background:#2fa9e0;
}

.page-interview03 .entrant-profile .info-profile .title::after {
	border-top-color:#2fa9e0;
}

.page-interview03 .entrant-profile .info-profile .text {
	background:#def5ff;
	border:solid 5px #2fa9e0;
}

.entrant-profile .list-photo,
#special .list-photo {
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 20px;
  max-width: 100%;
}

.entrant-profile .list-photo li,
#special .list-photo li {
  margin-right: 30px;
}

.entrant-profile .list-photo li img,
#special .list-photo li img {
	width:100%;
}

.entrant-profile .list-photo li:nth-child(2n+0),
#special .list-photo li:nth-child(2n+0) {
  margin-top: 20px;
}

.entrant-profile .list-photo li:last-child,
#special .list-photo li:last-child {
  margin-right: 0;
}

.entrant-profile .info-profile {
  padding-top: 120px;
  line-height: 22px;
}

.entrant-profile .info-profile .text {
  width: 820px;
  margin: 0 auto;
  padding: 60px 210px 25px 60px;
}

.entrant-profile #top.other-profile h3,
#special .box05 .frame4 h3 {
  margin: 60px 0 40px 0;
	font-size:16px;
}

.entrant-profile #top.other-profile h3 span,
#special .box05 .frame4 h3 span {
	font-size:42px;
}
#interview .frame02 .box02 .other-profile .frame3 {
  margin-top: 0!important;
  justify-content: center;
}

.entrant-profile .other-profile {
  padding-bottom: 60px;
}

.entrant-profile .other-profile ul {
  justify-content: center;
  padding-bottom: 105px;
}

/*--------------------------------------------------------------------------------------------
  special interview
--------------------------------------------------------------------------------------------*/
#special .frame02 {
  background: url(../image/special/bg-special.png) no-repeat center top;
  padding-top: 40px;
}

#special .frame01 img {
  width: 100%;
}

#special .frame02 .box01 .person {
	background:#FFF;
	padding:30px 20px;
	display:flex;
}

.page-special02 .frame02 .box01 .person {
	width:820px;
	padding:30px 60px;
}

#special .frame02 .box01 .person div {
	flex:1;
	line-height:1.4;
}

#special .frame02 .box01 .person div img {
	float:left;
	margin-right:15px;
}

#special .frame02 .box01 .person div p span.bold {
	font-weight:600;
	display:block;
	margin-bottom:20px;
}

#special .frame02 .box01 .person div p span span:first-of-type {
	font-size:24px;
}

#special .frame02 .box01 .person div p span span:last-of-type {
	font-size:18px;
}

#special .frame02 .box-info-talk {
	margin:90px 0;
}

#special .frame02 .box-info-talk .container {
  padding: 65px 65px 20px 65px;
  background: rgba(51,175,162,0.2);
}

#special .frame02 .box-info-talk li {
  margin-bottom: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#special .frame02 .box-info-talk li:nth-child(2n+0) {
  justify-content: flex-end;
}

#special .frame02 .box-info-talk li .text {
  width: 560px;
  margin: 5px 0 0 30px;
  background: #fff;
  border-radius: 20px;
  line-height: 24px;
  padding: 20px;
  font-weight: 500;
  position: relative;
}

#special .frame02 .box-info-talk li:nth-child(2n+0) .text {
  margin: 5px 30px 0 0;
}

#special .frame02 .box-info-talk li .text::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent; 
  border-right: 20px solid #fff; 
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 30px;
  left: -20px;
}

#special .frame02 .box-info-talk li:nth-child(2n+0) .text::before {
  right: -20px;
  left: auto;
  border-top: 6px solid transparent; 
  border-left: 20px solid #fff; 
  border-bottom: 6px solid transparent;
  border-right: 0;
}

#special .frame02 .box-info-talk p {
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}

#special .frame02 .box02 {
  margin-top: 60px;
}

#special .frame02 .box-info-talk .title {
  display: inline-table;
  padding: 20px 30px;
  border-radius: 30px;
  background: #33afa2;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/*#special .frame02 .box-info-talk li .photo {
  border-radius: 100%;
  border: 5px solid #33afa2;
}*/

#special .list-photo {
	width:100%;
}

#special #top .frame4 {
  margin: 60px auto!important;
}

#special .box05 {
  background: none!important;
}

#special #top .frame4 h3 {
  margin-bottom: 0!important;
}

#special #top .frame4 .photo1 {
	margin-top:40px;
}

#special .frame02 .box02 {
	margin-top:76px;
}

#special .frame02 .box-info-talk .title {
	left:50%!important;
	transform:translateX(-50%);
}


/*--------------------------------------------------------------------------------------------
  schedule
--------------------------------------------------------------------------------------------*/
#schedule .frame01 img {
	width:100%;
}

#schedule .frame02 .box01 {
  margin-bottom: 40px;
  background: url(../image/schedule/bg-box01-frame02.png) repeat-y center top;
}

#schedule.page-schedule02 .frame02 .option {
	border-radius:25px;
	padding:18px 25px 25px;
	color:#FFF;
	font-size:22px;
	position:absolute;
	top:60px;
	margin-left:47px;
}

#schedule.page-schedule02 .frame02 .option::after {
	content:'';
	width:0;
	height:0;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:20px solid #33afa2;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0 auto;
}

#schedule.page-schedule02 .frame02 .option h3 {
	margin-bottom:10px;
}

#schedule .frame02 .box01 ul {
  padding:0 0 60px;
}

#schedule.page-schedule02 .frame02 .box01 ul {
  padding:100px 0 150px;
}

#schedule .frame02 .box01 ul::before {
  content:"";
  width: 6px;
  height: 100%;
  background: #16165a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
}

#schedule .frame02 .box01 li {
  width: 100%;
  justify-content: flex-start;
  position: relative;
}

#schedule .frame02 .box01 li:nth-of-type(2n+1) {
  justify-content: flex-end;
  padding-top: 80px;
}

#schedule.page-schedule02 .frame02 .option + li {
	margin-top:-130px;
}

#schedule .frame02 .box01 li .info::before {
  content: "";
  width: 37px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -37px;
  background: #16165a;
}

#schedule .frame02 .box01 li:nth-of-type(2n+0) .info::before {
  right: -37px;
  left: auto;
}

#schedule .frame02 .box01 li .info {
  width: 500px;
  border-radius: 25px;
  background: #fff;
}

#schedule .frame02 .box01 li:nth-child(2n+0) .info {
  position: absolute;
  top: -150px;
}

#schedule .frame02 .box01 li .info h3 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 10px 30px;
  color: #fff;
  font-size: 22px;
}

#schedule .frame02 .box01 li .info h3 span {
  margin: 5px 0;
  font-weight: 600;
  display: block;
}

#schedule .frame02 .box01 li .info p {
  padding: 10px 30px 20px 30px;
  color: #16165a;
  line-height: 22px;
}

#schedule.page-schedule01 .entrant-profile .info-profile .title::after {
	border-top-color:#fa7a80;
}

#schedule.page-schedule02 .entrant-profile .info-profile .title::after {
	border-top-color:#89cffb;
}

#schedule.page-schedule01 .entrant-profile .info-profile .text {
	border:solid 5px #fa7a80;
	background:#f9e4e5;
}

#schedule.page-schedule02 .entrant-profile .info-profile .text {
	background:#d7eefd;
}

#schedule .entrant-profile .info-profile .photo {
	bottom:5px;
}

#schedule.page-schedule01 .entrant-profile .info-profile .photo {
	right:135px;
}

#schedule.page-schedule02 .entrant-profile .info-profile .photo {
	right:50px;
	bottom:0;
}

#schedule .other-profile {
	background:none;
}

/*--------------------------------------------------------------------------------------------
  program
--------------------------------------------------------------------------------------------*/
#program .intro {
  padding: 0px 70px 45px 70px;
}

#program .content-detail {
  width: 100%;
  border: 15px solid #f9e4e5;
  padding: 50px 55px 40px 55px;
  text-align: center;
}

#program .content-detail .icon {
  position: absolute;
  top: -42px;
  left: 25px;
}

#program .content-detail h3 {
  min-width: 300px;
  font-size: 24px;
  padding: 14px 35px;
  border-radius: 27px;
  text-align: center;
  display: inline-block;
  background: #f8cbcd;
  margin-bottom: 25px;
}

#program .content-detail h3::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-top: 25px solid #f8cbcd;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#program .content-detail .box01 {
  margin-left: 195px;
  text-align: left;
  margin-bottom: 33px;
	margin-top:10px;
}

#program .content-detail .box01 div {
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 10px;
}

#program .content-detail .box01 p {
  padding: 0 12px;
  color: #16165a;
  background: #eee;
}

#program .content-detail .box01 .title {
  width: 95px;
  text-align: center;
  color: #fff;
  background: #2d2d77;
  height: 35px;
}

#program .content-detail .box02 {
  color: #16165a;
	margin-top:-10px;
}

#program .content-detail h4 {
  border-left : 5px solid #16165a;
  line-height: 40px;
  font-size: 24px;
  padding-left: 20px;
}

#program .content-detail .border-green {
  border-left : 5px solid #33afa2;
}

#program .content-detail .note {
  margin-left: 10px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
}

#program .content-detail .table {
  margin: 20px 10px;
	margin-right:0;
}

#program  .table.pc {
  display: block;
}

#program .content-detail .table td,
#program .content-detail .table th {
  border-top: 2px solid #16165a;
  border-left: 2px solid #16165a;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  width: 70px;
  line-height: 40px;
}

#program .content-detail .table th {
  font-size: 20px;
}

#program .content-detail .table td:last-child,
#program .content-detail .table th:last-child {
  border-right: 2px solid #16165a;
}

#program .content-detail .table tr:last-child td {
  border-bottom: 2px solid #16165a;
}

#program .content-detail .table1 tr:nth-child(2) td .col1 {
  width: 8%;
  padding: 10px;
  line-height: 24px;
}

#program .content-detail .table1 tr:nth-child(2) td .col2 {
  width: 92%;
  border-left: 2px solid #16165a;
  vertical-align: middle;
  padding-top: 65px;
}

#program .content-detail .table1 .col3 {
  background: url(../image/program/bg-col3.png) repeat-y;
  background-size: 100% auto;
	font-size:12px;
}

#program .content-detail .table1 td {
  height: 150px;
}

#program .content-detail .table2 td {
  line-height: 38px;
  width: 140px;
  letter-spacing: 0.1;
}

#program .content-detail .table2 tr:nth-child(6) td:last-child,
#program .content-detail .table2 tr:nth-child(6) td:nth-child(5) {
  border-bottom: 2px solid #16165a;
}

#program .content-detail .table2 .col1 {
  width: 280px;
}

#program .content-detail .table2 td:nth-child(2n+1):not(.bg-col-pink1) {
  background: #eee;
}

#program .content-detail .table3 td,
#program .content-detail .table3 th {
  width: 90px;
  line-height: 25px;
}

#program .content-detail .table3 td {
  font-size: 11px;
}

.keiseigeka {
	background:#c8bba6
}
.ganka {
	background:#b2c7ff
}
.seikeigeka {
	background:#f8cbcd
}
.chiiki {
	background:#a1dedb
}
.syouni,
.naishikyo {
	background:#a5dffb
}
.seishin {
	background:#bdddad
}
.housyasen {
	background:#eeeeee
}
.riha {
	background:#d2d2d2
}
.jibika {
	background:#acf8cf
}
.hihuka {
	background:#efdab9
}
.naika {
	background:#def4a6
}
.byouri {
	background:#fa9f9f
}
.masui {
	background:#d8add3
}
.geka {
	background:#fff799
}
.kanwa {
	background:#efc678
}
.hokenjo {
	background:#c8eeff
}
.kyuukyuuka {
	background:#eb819c
}

#program .content-detail .note-point {
  line-height: 30px;
  margin-left: 10px;
} 

#program .content-detail .note span {
  width: 80px;
  margin-right: 5px;
  line-height: 30px;
  background: #33afa2;
  color: #fff;
  text-align: center;
  display: inline-block;
}

#program .content-detail .table1 tr:nth-child(2) td .col1 {
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
}

/*page1080*/
#program .content-detail .table3 .col-33 {
  width: 33.333%;
}
#program .content-detail .table3 .col-16 {
  width: 16.666%;
}


.bg-col-pink1 {
  background: #f9e4e5;
}

.bg-col-green1 {
  background: #def4a6;
}

.bg-col-yellow1 {
  background: #fff799;
}

.bg-col-pink2 {
  background: #d8add3;
}

.bg-col-pink3 {
  background: #eb819c;
}

.bg-col-pink4 {
  background: #f8cbcd;
}

.bg-col-blue1 {
  background: #a5dffb;
}

.bg-col-orange1 {
  background: #f4c278;
}

.bg-col-blue2 {
  background: #a1dedb;
}

.bg-col-brown1 {
  background: #c8bba6;
} 

.bg-col-blue3 {
  background: #b2c7ff;
}

.bg-col-pink4 {
  background: #f8cbcd;
}

.bg-col-green2 {
  background: #bdddad;
}

.bg-col-gray1 {
  background: #eee;
}

.bg-col-gray2 {
  background: #d2d2d2;
}

.bg-col-green3 {
  background: #acf8cf;
}

.bg-col-orange2 {
  background: #efdab9;
}

.bg-col-red1 {
  background: #fa9f9f;
}

.bg-col-orange3 {
  background: #efc678;
}

.bg-col-purple {
  background: #c8eeff;
}

#program .list-photo {
  margin: 60px 0;
}

/*--------------------------------------------------------------------------------------------
  courses
--------------------------------------------------------------------------------------------*/
#courses {
  padding-top: 60px;
  background: url(../image/courses/bg-content.png) repeat-y top center;
}

#courses h3 {
  font-size: 24px;
}

#courses .container {
  padding-left:270px;
}

#courses h3 .container {
  background: transparent;
}

#courses h3 .container::before {
  content: "";
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 260px;
  top: 50%;
  transform: translateY(-50%);
}

#courses h3.line-green .container::before {
  border-left: 5px solid #33afa2;
}

#courses h3.line-red .container::before {
  border-left: 5px solid #fa7a80;
}

#courses h3.line-blue .container::before {
  border-left: 5px solid #1e1e81;
}

#courses h3.line-blue-skype .container::before {
  border-left: 5px solid #00b7ee;
}

#courses h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: calc(50% - 280px);
}

#courses h3.line-green::before {
  background: #33afa2;
}

#courses h3.line-red::before {
  background: #fa7a80;
}

#courses h3.line-blue::before {
  background: #1e1e81;
}

#courses h3.line-blue-skype::before {
  background: #00b7ee;
}

#courses .intro {
  margin: 15px 0 20px 0;
  line-height: 24px;
}

#courses h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

#courses li {
  margin-right: 30px;
  margin-bottom: 55px;
	width:250px;
}

#courses h5 {
  font-size: 18px;
  padding: 5px 0 10px 0;
  text-align: center;
}

#courses h5 span {
  font-size: 14px;
  display: block;
  font-weight: 500;
  padding: 5px 10px 0 10px;
}

#courses li p {
  line-height: 20px;
	padding:0 10px;
}

/*--------------------------------------------------------------------------------------------
  requirements
--------------------------------------------------------------------------------------------*/
#requirements {
  padding-bottom: 60px;
}

#requirements .box {
  position: relative;
}

#requirements .box h3 {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 26px;
}

#requirements .box ul {
  padding: 50px 70px 0 70px;
}

#requirements .box01 .title {
  height: 50px;
  background: #fff;
  align-items: center;
}

#requirements .box01 .title .number {
  width: 120px;
  height: 100%;
  background: #33afa2;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
}

#requirements .box01 .title .number::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 16px solid #33afa2;
  position: absolute;
  right: -16px;
  top: 0;
}

#requirements .box01 .title p {
  font-size: 20px;
  padding-left: 40px;
  font-weight: 600;
}

#requirements .box01 .title .number span {
  font-size: 24px;
}

#requirements .box01 .text {
  line-height: 24px;
  margin: 0 0 10px 45px;
  line-height: 24px;
  position: relative;
}

#requirements .box01 .text p {
  padding: 20px 20px 30px 80px;
  border-left: 40px solid #aacfca;
}

#requirements .box01 li:last-child .text p {
  border-left: none;
}

#requirements .box01 .text::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #aacfca;
}

#requirements .box01 li:last-child .text::after {
  border: none;
}

#requirements .box01 li:last-child .text p {
  padding-left: 120px;
}

#requirements .box02 li {
  border-top: 1px solid #231815;
}

#requirements .box02 {
  padding-bottom: 40px;
	margin-top:75px;
}

#requirements .box02 li .col {
  padding: 15px 20px;
  line-height: 22px;
}

#requirements .box02 li:last-child .col {
  border-bottom: 1px solid #231815;
}

#requirements .box02 li .col-title {
  width: 110px;
  background: #eee;
	padding:15px 0;
	text-align:center;
}

#requirements .box02 li .col-text {
  width: 720px;
  background: #fff;
}

#requirements .box02 li {
	border-right:solid 1px #231815;
	border-left:solid 1px #231815;
}

#requirements .box02 li a {
	display:inline;
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------
  qa
--------------------------------------------------------------------------------------------*/
#qa {
  margin:0 0 60px;
}

#qa .container {
  padding: 50px 70px 10px 70px;
}

#qa h3 {
  width: 130px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: -10px;
  top: -10px;
  background: #2d2d6a;
  text-align: center;
}

#qa li {
  margin-bottom: 40px;
}

#qa li div {
  width: 730px;
  padding: 80px 50px 50px 50px;
  background: #fff;
  box-shadow: 10px 10px rgba(0,0,0,0.25);
}

#qa li:nth-child(2n+0) {
  justify-content: flex-end;
}

#qa h3 span {
  font-size: 13px;
  margin-right: 10px;
}

#qa h4 {
  font-size: 20px;
  margin-bottom: 30px;
}

#qa .title-qa {
  font-size: 24px;
}

#qa p {
  line-height: 24px;
}

/*--------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------*/
#news {
  padding: 0 0 60px;
  background: url(../image/news/bg-content.png) no-repeat left top;
}

#news .cat {
	display:block;
	overflow:hidden;
	margin-top:0;
}

#news .cat li {
	opacity:0.6;
	float:left;
}

#news .cat-all {
	background:#a40228;
	width:180px;
	margin-left:0;
}

#news .cat li:last-child {
  margin-right: 0;
}

#news .cat li.active,
#news .cat li:hover {
  opacity: 1;
}

#news:not(.page-news-detail) .box-detail li {
  margin-top: 10px;
  padding: 30px 30px 30px 0;
  border-bottom: 2px solid #16165a;
}

#news .box-detail li:last-child {
  border-bottom: none;
}

#news .box-detail li div:not(.info) {
	width:320px;
}

#news .box-detail li div img {
	width:100%;
}

#news .box-detail .info {
  padding: 25px;
	max-width:610px;
}

#news .box-detail .info .date {
	margin: 20px 0 10px 0;
}

#news .box-detail .info .des {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

#news .pagination {
  margin-top: 20px;
  justify-content: center;
	display:flex;
}

#news .pagination a,
#news .pagination span {
  margin-right: 30px;
}

#news .pagination a:last-child {
  margin-right: 0;
}

#news .pagination a,
#news .pagination span {
  font-size: 24px;
}

#news .pagination span.current {
	text-decoration: underline;
}

.page-news-detail {
  background: #e0f8ff!important;
  padding: 60px 0;
  margin: 0 !important;
}

.page-news-detail .content-left {
  width: 820px;
  margin-right: 30px;
	margin-top:60px;
  padding: 60px 80px;
  background: #fff;
}

.page-news-detail .content-left img {
	max-width:100%;
	height:auto;
}

.page-news-detail .content-left .text-detail {
  margin-top: 25px;
  line-height: 24px;
}

.page-news-detail .content-left .text-detail ol li {
	list-style:decimal;
}

.page-news-detail .content-left .text-detail ul li {
	list-style:disc;
}

.page-news-detail .content-left .text-detail p a {
	display:inline;
}

.page-news-detail .menu-right {
  width: 230px;
	margin-top:60px;
}

.page-news-detail .box-link {
  justify-content: center;
  margin-top: 55px;
}

.page-news-detail .box-link a {
  margin: 0  5px;
}

.page-news-detail .box-link .blank {
	width:205px;
	height:50px;
	margin:0 5px;
	display:inline-block;
}

.page-news-detail .menu-right h3 {
  margin: 60px 0 15px 0;
}

.page-news-detail .menu-right h3 span {
  display: block;
  text-align: center;
  font-size: 16px;
}

.page-news-detail .menu-right h3 .title {
  font-size: 30px;
  padding-bottom: 15px;
  position: relative;
}

.page-news-detail .menu-right h3 .title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #16165a;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

.page-news-detail .menu-right li {
  padding: 10px 0;
  border-top: 1px dotted #454a80;
}

.page-news-detail .menu-right li:last-child {
  border-bottom: 1px dotted #454a80;
}

.page-news-detail .menu-right li a {
  margin: 0 10px 0 5px;
  background: url(../image/news/icon-next-news.png) no-repeat right center;
}

.page-news-detail .box-detail .info {
  padding: 0 0 15px 0!important;
}

.page-news-detail .box-link a {
  width: 205px;
}

.table-responsive {
  overflow-x: hidden!important;
}

/*--------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------*/
#contact {
  padding: 60px 0;
  background: url(../image/contact/bg-contact.png) no-repeat left top;
  line-height: 24px;
}

/*tobira*/
#contact .box-link {
  margin-top: 60px;
  justify-content: center;
}

#contact .box-link li {
  margin: 0 10px;
}

/*form*/
#contact h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.mw_wp_form_input #contact p.confirm-message,
.mw_wp_form_confirm #contact p.input-message {
	display:none;
}

#contact .box-form {
  margin-top: 40px;
  padding: 40px 70px 60px 70px;
  background: #fcf1f2;
}

#contact .box-form .col {
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}

#contact .box-form .row:last-child .col {
  border-bottom: none;
}

.mw_wp_form_confirm #contact .box-form .col {
	border-bottom:none;
	padding:20px 0 20px 20px;
}

#contact .box-form .col-title {
  width: 180px;
  line-height: 30px;
  padding-left: 20px;
}

#contact .box-form .col-input {
  width: 640px;
}

#contact .box-form .col-input .name {
  width: 60px;
  display: inline-block;
}

#contact .box-form .col-input input[name="family_name"],
#contact .box-form .col-input input[name="family_name_kana"] {
	margin-right:30px;
}

#contact .box-form .col-input p {
	margin-top:20px;
}

.mw_wp_form_confirm #contact .box-form .col-input p {
	display:none;
}

#contact .box-form .col-input.checklimit3 p {
	font-size:18px;
	font-weight:bold;
	margin:0;
}

div:not(.mw_wp_form_confirm) #contact .box-form .col-input.checklimit3 .box-input.clear:nth-child(-n+2) {
	border:solid 2px #333;
	padding:10px 20px;
	margin-bottom:20px;
}

#contact .box-form .col-input .box-input {
  margin-right: 30px;
  line-height: 30px;
}

#contact .box-form .col-input .box-input.margin-left10 span:last-of-type:not(.error) {
	display:block;
}

.mw_wp_form #contact .horizontal-item {
	margin:0 30px 0 0;
	display:inline-block;
}

#contact .margin-right40 {
  margin-right: 40px;
}

#contact .margin-bottom10 {
  margin-bottom: 5px;
  display: block;
}

#contact .margin-left10 {
  margin-left: 10px;
}

#contact .margin-left20 {
  margin-left: 20px;
}

#contact .font-red {
  color: #e54251;
}

#contact .note {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mw_wp_form_confirm #contact .note {
	display:none;
}

#contact .note h4 {
  font-size: 18px;
  padding: 15px 0 10px 0;
}

#contact .note .kakunin-p {
	margin-bottom:20px;
}

#contact .privacy {
  width: 660px;
  height: 150px;
  border: 2px solid #a6a6a7;
  padding: 0px 20px;
  margin-bottom: 26px;
  text-align: left;
  background: #fff;
	overflow-y:auto;
}

#contact .privacy::-webkit-scrollbar{width:8px;}
#contact .privacy::-webkit-scrollbar-track{background:#f1f1f1;}
#contact .privacy::-webkit-scrollbar-thumb{background:#ccc;}

#contact .box-btn {
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}

#contact .animated-button {
  display: none;
  margin: 0 30px;
}

.mw_wp_form_input #contact button[value="confirm"],
.mw_wp_form_confirm #contact button[value="back"],
.mw_wp_form_confirm #contact button[value="send"],
.mw_wp_form_complete #contact .animated-button {
	display:inline-block;
}

#contact label input {
	display:none;
}

#contact label input + span::before {
  content: "";
  display: inline-block;
  width: 21px!important;
  height: 21px;
  vertical-align:middle;
  cursor:pointer;
  background:url(../image/contact/radio.png) no-repeat 0 0;
	margin-right:4px;
}

#contact label input:checked + span::before {
  content: "";
  background:url(../image/contact/radio.png) -29px top no-repeat;
}



/*Custom select */
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------------------------------------
  number
--------------------------------------------------------------------------------------------*/
#numbers {
  padding: 0px 0 60px 0;
}

#numbers .container {
  background: #f9e4e5;
}

#numbers li {
  position: relative;
  border-bottom: 2px solid #fff;
}

#numbers li.box01 {
  height: 365px;
  padding-top: 80px;
  text-align: center;
}

#numbers li.box01 h3 {
  font-size: 35px;
  line-height: 55px;
}

#numbers li.box01 p {
  line-height: 24px;
  margin-top: 15px;
}

#numbers li .icon {
  position: absolute;
}

#numbers li.box01 .icon1 {
  left: -15px;
  top: 50px;
}

#numbers li.box01 .icon2 {
  right: 28px;
  top: 30px;
}

#numbers li h4 {
  font-size: 20px;
  line-height: 50px;
}

#numbers li.box02 h4 {
  margin-bottom: 35px;
}

#numbers li h4 .number {
  display: inline-block;
  width: 80px;
  background: #1b284e;
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-right: 25px;
  text-align: center;
}

.half {
  width: 50%;
}

#numbers li h4 .number::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #1b284e;
  position: absolute;
  right: -10px;
  top: 0;
}

#numbers li.box02 {
  height: 305px;
	display:flex;
}

#numbers li.box02 div.half:first-child {
	border-right:solid 2px #FFF;
}

#numbers li .intro {
  margin-top: 20px;
}

#numbers li.box02 .icon {
  margin-left: 5px;
}

#numbers li.box03 {
  height: 410px;
}

#numbers li.box03 .info {
  margin-top: 10px;
  padding: 0 85px;
}

#numbers li.box03 .info .list-photo img {
  margin-right: 40px;
}

#numbers li.box03 .info .list-photo img:last-child {
  margin-right: 0;
}

#numbers li .note {
  border-radius: 35px;
  color: #16165a;
  background: #fff;
}

#numbers li.box03 .note {
  padding: 25px 70px 40px 70px;
  font-size: 20px;
  line-height: 30px;
}

#numbers li h6 {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

#numbers li .note p {
  font-weight: 600;
}

#numbers li .text-point {
  padding: 10px 10px 5px 10px;
  background: #f3c5c6;
  color: #d73e5c;
  line-height: 20px;
  border: 5px solid #fff;
  border-left: none;
  position: absolute;
  top: 92px;
  right: 60px;
  width: 100px;
  font-size: 14px;
}

#numbers li .text-point::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 15px solid #f3c5c6;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

#numbers li .icon-point {
  padding: 0 13px;
  line-height: 27px;
  border-radius: 13px;
  color: #fff;
  background: #d73e5c;
  position: absolute;
  left: -5px;
  top: -17px;
}

#numbers li.box04 {
  height: 410px;
	display:flex;
}

#numbers li.box04 div.half:first-child {
	border-right:solid 2px #FFF;
}

#numbers li.box04 .flex {
  align-items: center;
  margin-top: 30px;
}

#numbers li.box04 .text {
  width: 210px;
  color: #1b284e;
}

#numbers li.box04 .photo {
  margin-left: 50px;
  margin-right: 10px;
}

#numbers li.box04 .photo2 {
  margin-top: 50px;
}

#numbers li.box04 h5 {
  font-size: 20px;
}

#numbers li.box04 h5 .font-green {
  font-size: 50px;
}

#numbers li.box04 h5 .font-pink {
  font-size: 30px;
}

#numbers li.box04 p {
  padding: 0 0 15px 0;
  line-height: 22px;
}

#numbers li.box04 .text p:first-of-type {
  border-bottom: 1px solid #1b284e;
}

#numbers li.box04 .text2 {
  margin-left: 30px;
}

#numbers li.box05 {
  height: 520px;
  border-bottom: none;
}

#numbers li.box05 .text {
  padding: 10px 30px;
}

#numbers li.box05 .text h5 {
  color: #e4657b;
  font-size: 50px;
  margin-bottom: 10px;
  text-align: center;
}

#numbers li.box05 .text h5 span {
  font-size: 120px;
}

#numbers li.box05 .info .note {
  position: relative;
  width: 485px;
  padding: 25px 35px;
}

#numbers li.box05 .info .note p {
  font-weight: 600;
  line-height: 26px;
}

#numbers li.box05 .text-point {
  width: 110px;
  position: absolute;
  left: 390px;
  top: 30px;
}

#numbers li.box05 .info .note::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}

#numbers li.box05 .text h5 img {
  padding-left: 10px;
}






