.topslide{
 max-width: 1852px;
 margin-left: auto;
 margin-right: auto;
}

.slideInner{
 padding: 0 2em;
}

#sec_news .list{
 border: solid 1px #0094D7;
 padding: 20px;
 box-shadow: 4px 4px 0px #54C2F0;
}
#sec_news .list li a{
 display: flex;
 width: 100%;
 border-bottom: solid 1px #7FC9EB;
 padding: 10px 0px;
 margin-bottom: 10px;
}
#sec_news .list li:last-child a{
 border-bottom: none;
 margin-bottom: 0px;
}
#sec_news .list li a p.date{
 min-width: 10em;
}

#sec_begi{
 border-top:solid 5px #000;
 border-bottom:solid 5px #000;
 background: #D4F2FF  url(../img/home/begi_bg.png) no-repeat center top;
 padding-top: 60px;
 padding-bottom: 100px;
}
#sec_begi .list{
 display: flex;
 justify-content: center;
}
#sec_begi .list li{
 margin: 0px -15px 0px;
}
#sec_begi .box{
 display: flex;
 justify-content: space-between;
}
#sec_begi .box .boxLeft{
 width: calc( 50% - 15px );
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
#sec_begi .box .boxRight{
 width: calc( 50% - 15px );
}

#sec_merit .list{
 display: flex;
 flex-wrap: wrap;
 gap: 50px 20px;
}
#sec_merit .list li{
 display: flex;
 width: calc( 50% - 10px );
}
#sec_merit .list li h3{
 width: 75px;
}
#sec_merit .list li h4{
 margin-bottom: 10px;
 line-height: 1.5em;
 font-size: 18px;
}
#sec_merit .list li .txt{
 line-height: 1.7em;
 min-height: 80px;
 margin-bottom: 10px;
}
#sec_merit .list li h4 span{
 color: #139CDA;
 padding-bottom: 4px;
 background: linear-gradient(-180deg,transparent 90% , #139CDA 10% );
}
#sec_merit .list li .inner{
 width: calc( 100% - 75px );
}



#sec_flow{
 position: relative;
 margin-top: 200px;
 padding-top: 120px;
 padding-bottom: 100px;
}
#sec_flow .ttl{
 position: absolute;
 top: -100px;
 left: 0px;
 width: 100%;
 text-align: center;
}
#sec_flow .bgWhite{
 border-radius: 30px;
}

#sec_locations .list{
 display: flex;
 gap:30px;
}
#sec_locations .list li{
 width: calc( 50% - 15px );
 position: relative;
}
#sec_locations .list li a{
 display: block;
 border: solid 3px #0094D7;
}
#sec_locations .list li .txt{
 position: absolute;
 width: calc( 100% - 6px );
 background: #fff;
 text-align: center;
 bottom: 3px;
 left: 3px;
 box-sizing: border-box;
 padding: 10px 0px;
}
#sec_locations .list li .txt span{
 position: relative;
 padding-right: 20px;
}
#sec_locations .list li .txt span:after{
 display: block;
 content: "";
 border-left: solid 8px #333;
 border-top: solid 5px transparent;
 border-bottom: solid 5px transparent;
 position: absolute;
 right: 0px;
 top: calc( 50% - 5px );
}

.toggleBtn{
 background: #0094D7;
 color: #fff;
 padding: 10px;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 cursor: pointer;
 transition: opacity .5s;
}
.toggleBtn:hover{
 opacity: .5;
}
.toggleBtn .icon{
 background: #fff;
 position: absolute;
 width: 40px;
 height: 40px;
 display: flex;
 justify-content: center;
 align-items: center;
 right: 8px;
}
.toggleBtn .icon svg{
 fill:#0094D7;
 width: 80%;
}
.toggleBtn .icon svg.on{
 display: none;
}
.toggleBtn .icon svg.off{
 display: block;
}
.toggleBtn.active .icon svg.on{
 display: block;
}
.toggleBtn.active .icon svg.off{
 display: none;
}

/*
===================================================
	pc L
===================================================
*/
@media screen and (min-width: 1920px) {
 #sec_begi{
  background: #D4F2FF  url(../img/home/begi_bg.png) no-repeat center top;
  background-size: 100% auto;
 }
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
 .slideInner{
  padding: 0px;
 }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
 #sec_news .list li a{
  display: block;
 }

 #sec_begi{
  background: #D4F2FF  url(../img/home/begi_bg_sp.png) no-repeat center top;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
 }
 #sec_begi .list{
  display: block;
  text-align: center;
 }
 #sec_begi .list li{
  margin: -20px 0px 0px;
 }
 #sec_begi .box{
  display: block;
  text-align: center;
 }
 #sec_begi .box .boxLeft{
  width: 100%;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
  display: block;

 }
 #sec_begi .box .boxRight{
  width: 100%;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
 }

 #sec_merit .list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0px;
 }
 #sec_merit .list li{
  display: flex;
  width: 100%;
 }

 #sec_flow{
  position: relative;
  margin-top: 150px;
  padding-top: 120px;
  padding-bottom: 50px;
 }

 #sec_ad .pdf{
  width: 20px;
  height: auto;
 }

 #sec_locations .list{
  display: block;
 }
 #sec_locations .list li{
  width: 100%;
  position: relative;
  margin-bottom: 25px;
 }

 .toggleBtn{
  justify-content: flex-start;
 }
 .toggleBtn .icon{
  background: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 8px;
 }
}

.mv_wrap{
    position: relative;
}

.slide_msg {
    position: absolute;
    width: fit-content;
    height: auto;
    bottom: -1px;
    right: calc(2em - 1px);
    /* border: 4px solid var(--blue4);
    border-bottom: none;
    border-right: none; */
    /* box-shadow: -4px -4px 0px var(--blue4), -4px 0px 0px var(--blue4), 0px -4px 0px var(--blue4); */
    border-radius: 10px 0 0 0;
    padding: 20px 31px;
    z-index: 1;
}

.slide_msg .slide_msg_ttl{
    position: relative;
    display: inline-block;
}

.slide_msg .slide_msg_ttl:before,
.slide_msg .slide_msg_ttl:after {
	width: 2em;
	height: 2px;
	display: flex;
	content: "";
	position: absolute;
	background: var(--blue4);
	top: 50%;
}

.slide_msg .slide_msg_ttl:before{
	left: -3em;
	background-position: left;
}

.slide_msg .slide_msg_ttl:after{
	right: -3em;
	background-position: right;
}

@media screen and (min-width: 1856px) {
.slide_msg {
    right: calc(50% - 880px);
}
}


@media screen and (max-width: 1100px) {
.slide_msg {
    right: 0;
    padding: 10px 16px;
}
}

@media screen and (max-width: 640px) {
.slide_msg {
    position: relative;
    width: 100%;
    padding: 1em 0;
    border: none;
    border-radius: 0;
}
.slide_msg .slide_msg_ttl:before,
.slide_msg .slide_msg_ttl:after {
	background: #fff;
}
}