@charset "UTF-8";
/* CSS Document */
/******************************************************************************
 * MARGIN
*******************************************************************************/
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }
.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }

/******************************************************************************
 * FONT
*******************************************************************************/
.bold { font-weight: bold!important; }
.normal { font-weight: normal; }
.underline { text-decoration: underline; }
.font_72 { font-size: 72px;}
.font_64 { font-size: 64px;}
.font_56 { font-size: 56px;}
.font_48 { font-size: 48px;}
.font_40 { font-size: 40px;}
.font_32 { font-size: 32px;}
.font_24 { font-size: 24px;}
.font_20 { font-size: 20px;}
.font_18 { font-size: 18px;}
.font_16 { font-size: 16px;}
.font_14 { font-size: 14px;}
.font_13 { font-size: 13px;}
.font_12 { font-size: 12px;}
.font_11 { font-size: 11px;}
.font_10 { font-size: 10px;}
.font_9 { font-size: 9px;}

.mincho {
    font-family: "Sawarabi Mincho", YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif!important;
}


/******************************************************************************
 * COLOR
*******************************************************************************/
.red { color: #dd0000; }
.o-red { color: #e02a20; }
.redpink { color: #ff6699; }
.pink { color: #ff3399; }
.blue { color: #0099ff; }
.blue2 { color: #3e88c8; }
.green { color: #148f2d; }
.green2 { color: #47a38a; }
.egreen { color: #2abfbf; }
.white { color: #ffffff; }
.orange { color: #ff6633; }
.gold { color: #D0A31A; }
.gray { color: #CCCCCC; }
.gray2 { color: #888888; }
.black { color: #000000; }
.bline {
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffa5b4 70%);
}
.text-shadow {text-shadow: #4f4e4c 1px 0 10px;}
/******************************************************************************
 * bg_color
*******************************************************************************/
.bg_red { background-color: #fff2f2;}
.bg_green { background-color: #229c73; }
.bg_gray { background-color: #f7f7f7; }
/******************************************************************************
 * cts-center
*******************************************************************************/
.m0auto{margin: 0 auto!important}

/******************************************************************************
 * TEXT
*******************************************************************************/
.tx-left { text-align: left!important; }
.tx-center { text-align: center!important; }
.tx-right { text-align: right!important; }
.tx-justify{text-align: justify; text-justify: inter-ideograph;}
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.underline { text-decoration:underline;}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.indent-5 {
	padding-left:.5em;
	text-indent:-.5em;
}
.pc-tx-right { text-align: right!important; }
.pc-tx-center { text-align: center!important; }
@media screen and (max-width: 767px),print {
.pc-tx-center { text-align: left!important; }
.pc-tx-right { text-align: center!important; }	
	}
/******************************************************************************
 * responsive
*******************************************************************************/

.pc_only{
  display: block;
  margin: 0 auto;
}
.sp_only{
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .pc_only{
    display: none!important;
  }
  .sp_only{
    display: block!important;
  }	
 /* img{
    width: 100%;
    height: auto;
  }*/
}

/******************************************************************************
 * responsive
*******************************************************************************/
.img-responsive {
  display: block;
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
  height: auto;
}
.img-no-responsive {
  display: block;
  max-width: auto;
  height: auto;
}
.b10-img {
    border-radius: 10px;
}

.b20-img {
    border-radius: 20px;
}
/* Float Clear
=============================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size:0;
}
.clearfix {	display:inline-block;}
/*\*/
* html .clearfix { height: 1%;}
.clearfix {	display: block;}
/**/
.clear { clear: both; }
.textlink_blue{
border-bottom:1px solid #4E89F6;
color:#4E89F6
}
.textlink_blue:link{
color:#4E89F6
}
.textlink_blue:hover{
border-bottom:none;
color:#4E89F6
}
.textlink_blue:visited{
border-bottom:none;
color:#4E89F6
}
.nowrap{
display:inline-block;
text-decoration:inherit;
white-space:nowrap
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  padding-bottom: 16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 16px;
  padding-right: 16px;
}




.d-none {
    display: none!important;
}

@media (min-width: 992px){
.d-lg-block {
    display: block!important;
}
	}


/*----------------------------------------------------
  #web-title
--------------------------------------------------- */

.web-h1 {
  text-align: center;
  margin-bottom: 40px;
padding-bottom: 25px;}
  .web-h1 h1 {
    font-size: 32px;
}
    @media screen and (max-width: 428px) {
      .web-h1 h1 {
        font-size: 24px; } }
    .web-h1 h1::first-letter {
      color: #e02a20; }
  .web-h1 span {
    font-size: 12px;
    display: block;
    
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-weight: 600;
    letter-spacing: 0.1em;
background-clip: text;
-webkit-text-fill-color: transparent;
background: linear-gradient(97.61deg, #f04b42 13.66%, #e02a20 101.36%);
width: -moz-max-content;
line-height: 100%;
background: linear-gradient(97.61deg, #f04b42 13.66%, #e02a20 101.36%);
-webkit-background-clip: text;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),color 0.2s ease-out,background-color 0.2s ease-out;
}
.web-h1 h1:before  {
    left: 50%;
    margin-left: -30px;
    background: #e02a20;
}
.web-h1 h1:after, .web-h1 h1:before  {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 3px;
}

.web-h1 h1:after  {
    right: 50%;
    margin-right: -30px;
    background: #f58a00;
}




    @media screen and (max-width: 428px) {
      .web-h1 span {
        font-size: 10px; } }




/*----------------------------------------------------
  #h2_cmn_tit
--------------------------------------------------- */

.h2_cmn_tit01
{
	letter-spacing: .04em;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	
.h2_cmn_tit01
{
	font-size: 18px;
}
}


.c-line-primary {
  display: flex;
  align-items: flex-end;
  margin-top: calc(var(--custom-rem, 1rem) * 2);
  margin-bottom: calc(var(--custom-rem, 1rem) * 2);
	
}

@media (min-width: 768px) {
  .c-line-primary {
    margin-top: calc(var(--custom-rem, 1rem) * 2)
  }
}

.c-line-primary:after, .c-line-primary:before {
  content: "";
  display: block
}

.c-line-primary:before {
  background-color: #e02a20;
  width: calc(var(--custom-rem, 1rem) * 2);
  height: 2px
}

@media (min-width: 768px) {
  .c-line-primary:before {
    width: calc(var(--custom-rem, 1rem) * 3)
  }
}

.c-line-primary:after {
  flex: 1;
  height: 1px;
  background-color: #dfe2e5
}

.pointer-events-none {
  pointer-events: none
}

/*----------------------------------------------------
  #cmn02-hx
--------------------------------------------------- */

@media screen and (min-width: 769px) {
	
.menu_title {
  position: relative;
  font-size: .8rem;
  font-weight: 400;
  line-height: 100%;
  padding-left: 17px;
  margin-bottom: 15px;
  color : #f2941a;	}
	
	
.menu_title::before {
  position: absolute;
  display: block;
  left: 0;
  top: 30%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color : #f2941a;	
  background-color: #f2941a; }
	
.cmn02-hx h3 {
    font-size: 26px;
    line-height: 46px;
    font-weight: 700;
	margin-bottom: 40px;
	color : #151515;
}	
.cmn02-hx p {
}	
	
	
}	

@media screen and (max-width: 768px) {
	
.menu_title {
  position: relative;
  font-size: .8rem;
  font-weight: 400;
  line-height: 100%;
  padding-left: 17px;
  margin-bottom: 25px;
  color: #20aee5;	}

.menu_title::before {
  position: absolute;
  display: block;
  left: 0;
  top: 30%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #20aee5; }
	
.cmn02-hx h3 {
    font-size: 25px;
    line-height: 46px;
    font-weight: 700;
	margin-bottom: 30px;
	color : #151515;
	
}	
.cmn02-hx p {
}	
	
	
}	



/******************************************************************************
 * .cmn-post
*******************************************************************************/



.cmn-post h2 {
    position: relative;
    font-size: 30px	;
    margin-bottom: 40px;
}
.cmn-post h2:nth-child(n + 2),
.cmn-post h3:nth-child(n + 2),
.cmn-post h4:nth-child(n + 2)
{
	margin-top: 40px
}

.cmn-post  p+p{margin-top:1.4em}


.cmn-post h3 {
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #f3f4f5;
    line-height: 140%;
	font-size: 20px;
}

.cmn-post h4 {
    margin-top: 36px;
    padding: 23px 0 40px;
	font-size: 18px;
}

.cmn-post h4:before
{
    /*position: absolute;
    top: 0;*/
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-image: url(../images/dot-g.svg);
    background-repeat: repeat-x;
	margin-bottom: 20px;
}
.cmn-post h4:after{
	/*position: absolute;
    bottom: 0;*/
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-image: url(../images/dot-g.svg);
	background-repeat: repeat-x;	
	margin-top: 20px;
	
}

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

.cmn-post h2:nth-child(n + 2),
.cmn-post h3:nth-child(n + 2),
.cmn-post h4:nth-child(n + 2)	{
	margin-top: 30px
}
	
	.cmn-post h2 {
		font-size: 24px
	}	
	.cmn-post h3 {
		font-size: 18px
	}	
	.cmn-post h4 {
		font-size: 16px
	}
	.cmn-post h4:before
	{
		margin-bottom: 15px;	
	}
	.cmn-post h4:after{
		margin-top: 15px;	
	}
}

.cmn-post ol li{
	line-height: 1.4;
}

/*----------------------------------------------------
  list
--------------------------------------------------- */

.cmn-post li+li{margin-top:10px}
.cmn-post ul li{
	position:relative;
	font-weight: normal;}
.cmn-post li {
    padding-left: 12px;
    line-height: 1.9;
	color: #5e5e5e;
}

.cmn-post ul li::before{    content: "・";
    position: absolute;
    left: 0;

}
.cmn-post ol{margin:16px 0;
counter-reset:counter}
.cmn-post ol li{padding-left:23px;
position:relative}
.cmn-post ol li:before{position:absolute;
top:-1px;
left:0;
counter-increment:counter;
font-family:Oswald,sans-serif!important;
letter-spacing:.05em;
font-weight:400;
line-height:1.4;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-size:1.5rem;
content:counter(counter) ".";
color:#a6a6a6}
.cmn-post ol li:nth-child(-n+9):before{content:"0" counter(counter) "."}
.cmn-post dl{border:1px solid #d2d2d2;
padding:15px 16px 9px;
position:relative}
.cmn-post dl+dl{margin-top:30px}
.cmn-post dl dt{position:absolute;
background-color:#fff;
padding:0 6px;
top:-11px;
left:6px;
font-weight:500!important}
.cmn-post dl dd+dd{margin-top:1em}
@media (min-width:900px){
	
.cmn-post li{padding-left:12px;
line-height:1.9}
.cmn-post li+li{margin-top:5px}
.cmn-post ol{margin:45px 0 45px}
.cmn-post ol li{padding-left:33px}
.cmn-post ol li:before{top:1px;
font-size:1rem}
.cmn-post dl{padding:35px 20px 30px 34px;
margin-top:62px}
.cmn-post dl+dl{margin-top:45px}
.cmn-post dl dt{font-size:1.8rem;
padding:0 10px;
top:-19px;
left:25px}
.cmn-post dl dd+dd{margin-top:2em}
.cmn-post dl dd{font-size:1.5rem;
line-height:1.8}
}

/*----------------------------------------------------
  flame
--------------------------------------------------- */

.flame-cmn {
    background: #faf9f4;
    box-sizing: border-box;
    padding: 40px 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: 16px 0;
}
.flame-cmn_h3_tit h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.575em;
    letter-spacing: .05em;
}

@media (max-width: 768px) {

	.flame-cmn_h3_tit h3{
    font-size: 18px;
}

	
}	
.flame-cmn ul {
    margin: 0 20px 0px 20px;
}

@media (max-width: 768px) {
.flame-cmn ul {
    margin: 0 0px 0px 0px;
}
	
}	

.flame-cmn li {
    display: block;
    padding: 0 0 0 32px;
    text-indent: -16px;
    list-style: none;
	font-size:16px;
	font-weight: 400;
	line-height: 1.8;
	align-items: center!important;
}

.flame-cmn li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3c3a3a;
    content: '';
	margin: 0 8px 3px 0;
}

/*----------------------------------------------------
  web-std
--------------------------------------------------- */
.web-std{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0px 0 70px;
 }
.web-std-bread{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 60px 0 0 0;	
 }
.web-std p{
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
}

.web-std .h_title {
    padding: 70px 0 65px;
    background: #337ab7;
}
.web-std .h_title .h_inner {
    width: 1080px;
    margin: 0 auto;
    font-size: 34px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.web-std .h_title span {
    font-size: 42px;
}
.web-std .inner{
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.inner_600{
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.inner_900{
  width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 0;	
}
.inner_500{
  width: 500px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 0;	
}

.inner_1200{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 0;	
}
.inner_1200_c{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 0;	
}


@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .web-std .inner{
    width: 760px;
    margin: 0 auto;
    position: relative;
  }
  .inner_900{
    width: 94%;
    margin: 0 auto;
    position: relative;
  }
  .inner_1200{
    width: 760px;
    margin: 0 auto;
    position: relative;
  }
  .inner_1200_c{
    width: 760px;
    margin: 0 auto;
    position: relative;
  }
	
	
.web-std .h_title .h_inner {
    width: 720px;
}	
}
@media only screen and (max-width: 767px) {
  .web-std{
    padding: 0px 0 5px;
  }
  .web-std-bread{
	margin: 0px 0 0 0;  
  }
	
.web-std p{
    font-size: 14px;
    line-height: 24px;
}	
  .web-std .inner{
    width: 96%;
  }
   .inner_600{
	max-width: 600px;   
    width: 96%;
  }
	
  .inner_900{
    width: 96%;
  }
  .inner_1200{
    width: 96%;
  }
  .inner_1200_c{
    width: 100%;
	padding: 0 0px 0;  
  }
	
.web-std .h_title {
    padding: 20px 0 10px;
}	
.web-std .h_title .h_inner {
    width: auto;
    padding: 0 20px;
    font-size: 28px;
	line-height: 1.8;
}
.web-std .h_title span {
    font-size: 38px;
}
.web-brd{
  display: none;
 }

	
}

@media only screen and (max-width: 520px) {
	
  .inner_500{
    width: 96%;
  }
	
}	

/*----------------------------------------------------
  breadcrumb
--------------------------------------------------- */
.web-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6*/
}
.web-breadcrumb > li {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, \30e1\30a4\30ea\30aa, Meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: inherit;
    display: flex;
    align-items: baseline;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: .8rem;
    line-height: 1.25;
    color: #b3b3b3
}
.web-breadcrumb>li:not(:last-child):after {
    margin-right: 1rem;
    margin-left: 1rem;
    content: "|"
}
.web-breadcrumb>li:last-child {
    color: #333;
}
.web-breadcrumb > li a{
	color: #b3b3b3;
	
}
.web-breadcrumb__link {
    display: block
}
@media only screen and (min-width:769px) {
    .web-breadcrumb__link {
        transition: opacity 0.3s cubic-bezier(0.39,.575,0.565,1) 0s
    }
    .web-breadcrumb__link:hover {
        opacity: .7
    }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  web-h1

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.web-top{
margin: 0px 0 20px 0;
    width: 100%;	
}
.web_header {
	width: 100%;
    height: 100px;
    /*background: #f3f3f3;*/
    padding-top: 10px;
	/*margin: 0 15px;*/
}

.web_header h1.large {
    font-weight: 700;
    font-size: 34px;
	letter-spacing: .12em;
    /*text-align: center;*/
    /*margin: 0 38px 0px 0px;*/
}

.web_header h1.large:after {
    content: attr(data-eng);
    font-family: "Brandon Grotesque Medium",sans-serif;
    font-size: 14px;
    letter-spacing: .2em;
    display: block;
	color: var(--vls-color-primary-basic);
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
.web-top{
	margin: 0px 0 40px 0;
    width: 100%;	
}
.web_header {
    height: 80px;
    padding: 10px 0;
}	
.web_header h1.large {	
	font-size: 24px;
}
.web_header h1.large:after {	
	font-size: 12px;
}	
}

/*----------------------------------------------------
  #h2--header
--------------------------------------------------- */


.h2--header {
    position: relative;
	margin: 0px auto;
	text-align: center;
	
}

.h2--header h2 {
    position: relative;
    padding-bottom: 25px;
	margin-top: 40px;
    margin-bottom: 50px;
	text-align: center;
}

.h2--header p {
	text-align: center!important;
	color: var(--vls-color-primary-dark);
}


/*.h2--header h2  {
    text-align: center;
    font-size: 0.8rem;
	color: #a6a6a6;
}*/
.h2--header h2  {
    font-size: 2.4rem;
    display: block;
    margin-top: 25px;
	color:#171717;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
.h2--header h2 {
    font-size: 1.4rem;
}
}
.h2--header-p {
	display: inline-block;
	font-size: 1rem;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	padding: 0 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
	.h2--header-p {
		border-left-width: 0.6px;
		border-right-width: 0.6px;
		border-color: rgba(0,0,0,1);
	}
}

/******************************************************************************
 * web-btn
*******************************************************************************/
.btn-left{
	text-align: left;
}

.web-btn {
  margin-top: 8vw;
}
.web-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #e02a20;
  border-radius: 10px;
  width: 90%;
  font-size: 3.2666666667vw;
  height: 14.6666666667vw;
  /*margin: 0 auto;*/
}
.web-btn a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  content: "";
  display: block;
  right: 5.7333333333vw;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background-image: url(../images/btnarrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .web-btn {
    margin-top: 3.2942898975vw;
  }
  .web-btn a {
    max-width: 400px;
    width: 100%;
    font-size: 1.556954612vw;
    height: 4.8565153734vw;
    text-indent: -1em;
    transition: 0.3s;
  }
  .web-btn a::after {
    right: 1.9765739385vw;
    width: 2.4158125915vw;
    height: 2.4158125915vw;
  }
  .web-btn:hover a {
    background: #e02a20;
    opacity: 1;
    color: #fff;
    transition: 0.3s;
  }
  .web-btn:hover a::after {
    transform: translateY(-50%) translateX(10px);
    transition: 0.3s;
  }

}
@media screen and (min-width: 1366px) {
  .web-btn {
    margin-top: 45px;
  }
  .web-btn a {
    font-size: 22px;
    height: 60px;
  }
  .web-btn a::after {
    right: 27px;
    width: 33px;
    height: 33px;
  }

}



/*----------------------------------------------------
  btn
--------------------------------------------------- */





.un_edt010_functions_action {
/*display: flex;
justify-content: flex-end;*/
margin-top: 40px
}
@media only screen and (max-width:1024px) {
.un_edt010_functions_action {
margin-top: 8.5333333333vw
}
}
.un_edt010_functions_action .el_viewDetailButton {
	white-space: nowrap;
	color: #3c3a3a;
}
.el_viewDetailButton {
display: flex;
width: 200px;
overflow: hidden;
text-transform: uppercase;
border-radius: 6px;
box-shadow: 0 2px 3px rgba(0, 0, 0, .16)
}
@media (hover:hover) and (pointer:fine) {
.el_viewDetailButton:hover .el_viewDetailButton_icon {
transform: translateX(8px)
}
.el_viewDetailButton:hover .el_viewDetailButton_iconWrapper:before {
transform: translateX(calc(40% - 9px)) scale(2.8227027027)
}
.un_edt010_functions_action .el_viewDetailButton:hover {
	color: #fff;
}
	
}
/*
@media only screen and (max-width:1024px) {
.el_viewDetailButton {
width: 53.3333333333vw
}
}*/
.el_viewDetailButton_label {
padding: 16px 10px 16px 16px;
font-size: 14px;
letter-spacing: 0.05em;
font-family: ShiseidoNeue, serif;
font-weight: 400;
line-height: 1.5714285714
}
.el_viewDetailButton_label:after,
.el_viewDetailButton_label:before {
display: block;
height: 0;
overflow: hidden;
content: ".";
width: 0;
margin-top: -0.28571em
}
/*
@media only screen and (max-width:1024px) {
.el_viewDetailButton_label {
padding: 4.2666666667vw 2.6666666667vw 4.2666666667vw 4.2666666667vw;
font-size: 3.7333333333vw;
letter-spacing: 0.05em
}
}*/

.el_viewDetailButton_iconWrapper {
position: relative;
flex-shrink: 0;
width: 74px;
margin-left: auto
}
/*
@media only screen and (max-width:1024px) {
.el_viewDetailButton_iconWrapper {
width: 19.7333333333vw
}
}*/
.el_viewDetailButton_iconWrapper:before {
z-index: -1;
position: absolute;
top: 0;
right: 0;
display: block;
width: 148px;
height: auto;
aspect-ratio: 1;
content: "";
background-color: #000;
border-radius: 50%;
transition: transform 0.4166666667s cubic-bezier(0.33,0,0.24,1);
transform: translateX(calc(50% - 9px)) scale(1)
}
/*
@media only screen and (max-width:1024px) {
.el_viewDetailButton_iconWrapper:before {
width: 39.4666666667vw;
height: 39.4666666667vw
}
}*/
.el_viewDetailButton_icon {
position: absolute;
top: 0;
right: 22px;
bottom: 0;
width: 23px;
height: 25px;
margin: auto;
color: #fff;
transition: transform 0.25s cubic-bezier(0.33,0,0,1)
}
/*
@media only screen and (max-width:1024px) {
.el_viewDetailButton_icon {
right: 4.2666666667vw;
width: 4.2666666667vw;
height: 3.2vw
}
}*/
.el_icon.el_icon__arrow {
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBkPSJNMCAwaDE2djEySDB6IiBmaWxsPSJub25lIi8+PC9jbGlwUGF0aD48L2RlZnM+PHBhdGggZD0iTTAgMGgxNnYxMkgweiIgZmlsbD0ibm9uZSIvPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0iTS4zMzUgNS4zMzNIMTRjLTEuNy0uNTc0LTMuOTU0LTEuNDY4LTQuNzg2LTIuODA2QzcuODA4LjI2NCA5LjIwNy0xLjEgMTAuMjMyIDEuMTYzIDExLjg0NSA0LjcyOSAxNiA2IDE2IDZzLTQuMTU1IDEuMjcxLTUuNzY4IDQuODM3Yy0xLjAyNSAyLjI2Ny0yLjQyNC45LTEuMDE4LTEuMzY0QzEwLjA0NiA4LjEzNCAxMi4zIDcuMjQxIDE0IDYuNjY2SC4zMzVBLjMzNC4zMzQgMCAwMTAgNi4zMzJ2LS42NjRhLjMzNS4zMzUgMCAwMS4zMzUtLjMzNSIgZmlsbD0iI2M4MDQyMSIvPjwvZz48L3N2Zz4=');
background-repeat: no-repeat;
background-position: 50%;
background-size: contain
}
.el_icon.el_icon__arrow.el_icon__mask {
-webkit-mask-image: url(../images/arrow_right_btn.svg);
mask-image: url(../images/arrow_right_btn.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
background: none;
background-color: currentColor
}

/*----------------------------------------------------
  #web-img
--------------------------------------------------- */

.l-kv{
position:relative;
overflow:hidden}
@media screen and (min-width:768px){
.l-kv{
height:200px}
}
@media screen and (min-width:992px){
.l-kv{
height:250px}
}



.l-kv__img{
width:100vw;
height:auto}
@media screen and (min-width:768px){
.l-kv__img{
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%)}
}
@media screen and (min-width:992px){
.l-kv__img{
width:100vw}
}
@media screen and (min-width:992px) and (max-width:1366px){
.l-kv__img{
width:auto;
height:365px}
}
@media screen and (min-width:768px){
.l-kv .l-kv__img{
position:absolute;
top:0;
left:50%;
-webkit-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
transform:translate(-50%,0)}
}
/*============================================================================

	.kv

============================================================================*/
@media screen and (max-width: 1200px){
.kv{
    min-width: 880px;
}
}

/*============================================================================

	.kv

============================================================================*/

.kv {
	display: block;
	position: relative;
	height: 250px;
	background-color: rgba(18, 24, 50, .3);
	z-index: 1;
}

.kv_img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.kv_img::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-position: center;
	background-repeat: repeat;
}
.kv_img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 15, 50, .28);
}


@media screen and (min-width:1921px) {
	
.kv {
	height: 520px;
}
	
	
	
	
	
	
	
	
}


@media screen and (max-width: 767px){
.kv {
    background-position: center;
    background-attachment: scroll;
    height: 180px;
    padding-top: 0;
    background-size: cover;
    background-position: 75%;
}

.kv {
    min-width: auto;
}
	
	
}	

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

.kv {
	min-width: 1080px;
}
}

.kv-com-top .kv_img {
	background-image: url(../images/com-top-img.jpg);
	background-position: center center;
	background-size: cover;
}

.kv-ex-top .kv_img {
	background-image: url(../images/ex-top-img.jpg);
	background-position: center center;
	background-size: cover;
}
.kv-faq-top .kv_img {
	background-image: url(../images/faq-top-img.jpg);
	background-position: center center;
	background-size: cover;
}
.kv-news-top .kv_img {
	background-image: url(../images/news-top-img.jpg);
	background-position: center center;
	background-size: cover;
}

.kv-service-top .kv_img {
	background-image: url(../images/service-top-img.jpg);
	background-position: center center;
	background-size: cover;
}

.kv-camera-top .kv_img {
	background-image: url(../images/camera-top-img.jpg);
	background-position: center center;
	background-size: cover;
}
.kv-wifi-top .kv_img {
	background-image: url(../images/wifi-top-img.jpg);
	background-position: center center;
	background-size: cover;
}


/*----------------------------------------------------
  #web-rec
--------------------------------------------------- */
.web-rec .intro{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	
}
.web-rec .text{
	color : #585858;
	
}





/*----------------------------------------------------
  company_outline
--------------------------------------------------- */
.company_outline_page .outline dl div {
    display: flex;
    align-items: baseline;
    min-height: 114px;
}


.company_outline_page .outline dl div dt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 1.5;
    width: 288px;
    position: relative;
    padding: 28px 32px 30px 0;
}

.company_outline_page .outline dl div dt::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: #3e88c8;
    z-index: 1;
}

.company_outline_page .outline dl div dd {
    font-size: 16px;
    /*font-weight: 500;*/
    letter-spacing: 1px;
    line-height: 1.5;
    width: calc(100% - 288px);
    position: relative;
    padding: 28px 0 30px;
}
.company_outline_page .outline dl div dd::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: #f6f6f6;
}

@media screen and (max-width: 767px){
.company_outline_page .outline dl div {
    flex-direction: column;
    min-height: auto;
	}
.company_outline_page .outline dl div dt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    line-height: 1.5;
    width: 100%;
    padding: 20px 0 0;
}
.company_outline_page .outline dl div dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: #f6f6f6;
}	
	
.company_outline_page .outline dl div dd {
    font-size: 14px;
    letter-spacing: .8px;
    line-height: 1.5;
    width: 100%;
    padding: 20px 0 34px;
}
.company_outline_page .outline dl div dd::before {
    content: none;
}
	
}
/*----------------------------------------------------
  #about-us
--------------------------------------------------- */

.ggmap {
position: relative;
padding-bottom: 50%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}
/*----------------------------------------------------
  #contact
--------------------------------------------------- */
.p-contact__body button,
.p-contact__body input,
.p-contact__body select,
.p-contact__body textarea {
    border-style: none;
    background-color: transparent;
    color: inherit;
}

.p-contact__body button,
.p-contact__body input,
.p-contact__body select,
.p-contact__body textarea {
    font: inherit;
}

.p-contact__body input[type="radio" i] {
	margin: 0px 10px 0px 0px;
	
}

.p-contact__body input {
    border-radius: 0;
}


.p-contact {
	padding-bottom: 100px;
}
.p-contact-head {
	margin: 0 auto;
	/*width: 89.0vw;*/
}


.p-contact--finish .p-contact__lead {
	margin-bottom: 70px;
}
.p-contact__body {
	margin: 48px auto 0;
	/*width: 89.0vw;*/
}
.p-contact__lead {
	margin-bottom: 36px; 
	letter-spacing: .12em;
}
.p-contact__lead p + p {
	margin-top: 12px;
}
.p-contact__lead small {
	font-size: 14px;
	font-size: .875rem;
	line-height: 2;
}
.th .p-contact__lead {
	letter-spacing: .08em;
}
.p-contact__btn {
	margin: 0 auto; 
	text-align: center;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	font-size: .9375rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
}
.en .p-contact__btn {
	letter-spacing: .12em; 
	font-weight: 500;
	font-style: normal;
	font-family: "Cormorant Garamond", serif;
}
.cn .p-contact__btn {
	font-weight: 500;
	font-style: normal; 
	font-family: "Noto Serif TC", serif;
}
.th .p-contact__btn {
	letter-spacing: .08em; 
	font-weight: 500;
	font-style: normal;
	font-family: "Trirong", serif;
}
.p-contact__btn .c-btn-white,
.p-contact__btn .c-btn-gray {
	display: block;
	padding: 28px 16px;
}
.p-contact__btn .c-btn-white__wrap,
.p-contact__btn .c-btn-gray__wrap {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -15px;
	margin-right: 0;
	transition: .3s;
}
.p-contact__btn a {
	transition: .3s;
}

.p-contact-head__mttl-en {
	margin-top: 10px;
}

.p-contact-head__step {
	/*margin-top: 64px;*/ 
	counter-reset: step;
}
.p-contact-head__step li {
	position: relative; 
	color: #aaa;
	counter-increment: step;
	letter-spacing: .16em;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 2;
}
.p-contact-head__step li.is-current {
	color: #000;
}
.p-contact-head__step li::before {
	margin-right: 8px; 
	content: "0" counter(step);
	letter-spacing: .12em;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	line-height: 1.625;
}
.p-contact-head__step li + li::after {
	position: absolute;
	top: 10px;
	left: -28px; 
	display: none;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #aaa;
	content: "";
}

.p-contact-form__item + .p-contact-form__item {
	margin-top: 36px;
}

.p-contact-form__term {
	letter-spacing: .12em;
	font-weight: 700; 
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}
.p-contact-form__term label {
	display: block;
	padding: 15px 0;
}
.is-required .p-contact-form__term label::after {
	margin-left: 6px; 
	color: #c10017;
	content: "\203B";
}
.th .p-contact-form__term {
	letter-spacing: .08em;
}

.p-contact-form__input,
.p-contact-form__check
{
	font-size: 14px;
	font-size: .875rem;
	line-height: 2;
}
.p-contact-form__input input,
.p-contact-form__input textarea,
.p-contact-form__input select
{
	padding: 21px 20px;
	width: 88%;
	background-color: #f5f5f5; 
	letter-spacing: .12em;
}


.up-load input{
	padding: 21px 5px;
	width: 88%;
	letter-spacing: .12em;
}

.capa{
	padding: 10px 5px;
}
.p-contact-form__check input
{
	padding: 21px 20px;
	width: 30PX;
	background-color: #f5f5f5; 
	letter-spacing: .12em;
}
.p-contact-form__input input:-ms-input-placeholder, .p-contact-form__input textarea:-ms-input-placeholder,
.p-contact-form__input select:-ms-input-placeholder,
.p-contact-form__check input:-ms-input-placeholder{
	color: #aaa;
}
.p-contact-form__input input::placeholder,
.p-contact-form__input textarea::placeholder,
.p-contact-form__input select::placeholder,

.p-contact-form__check input::placeholder{
	color: #aaa;
}
.th .p-contact-form__input input,
.th .p-contact-form__input textarea,
.th .p-contact-form__input select,

.th .p-contact-form__check input{
	letter-spacing: .08em;
}
.p-contact-form__input textarea {
	height: 250px;
}
.p-contact-form__input--error {
	color: #c10017;
}

.p-contact-form__txt {
	margin-top: 34px; 
	letter-spacing: .12em;
	font-size: 14px;
	font-size: .875rem;
	line-height: 2;
}
.p-contact-form__txt a {
	color: #c10017;
	text-decoration: underline;
}
.th .p-contact-form__txt {
	letter-spacing: .08em;
}

.p-contact-form__btn {
	position: relative; 
	margin: 62px auto 0;
	max-width: 480px;
}
.p-contact-form__btn form {
	position: relative;
}
.p-contact-form__btn form.back .c-btn-gray__wrap,
.p-contact-form__btn form.back .c-btn-white__wrap {
	left: 30px;
}
.p-contact-form__btn form.back .c-btn-gray__icon,
.p-contact-form__btn form.back .c-btn-white__icon {
	transform: scale(-1, 1);
}
.p-contact-form__btn input {
	padding: 27px 15px 28px calc(15px + .2em);
	width: 100%;
	background-color: #000;
	color: #fff;
	letter-spacing: .2em;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	font-size: .9375rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	transition: .3s;
}
.en .p-contact-form__btn input {
	letter-spacing: .12em; 
	font-weight: 700;
	font-style: normal;
	font-family: "Cormorant Garamond", serif;
}
.cn .p-contact-form__btn input {
	font-weight: 700;
	font-style: normal; 
	font-family: "Noto Serif TC", serif;
}
.th .p-contact-form__btn input {
	letter-spacing: .08em; 
	font-weight: 700;
	font-style: normal;
	font-family: "Trirong", serif;
}
.p-contact-form__btn .c-btn-gray__wrap,
.p-contact-form__btn .c-btn-white__wrap {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1; 
	margin-top: -15px;
	margin-right: 0;
}
.p-contact-form__btn--col {
	max-width: 100%;
}
.p-contact-form__btn--col form + form {
	margin-top: 28px;
}
.p-contact-form__btn--col form.back input {
	background-color: #aaa;
}
.p-contact-form__btn--col form.back input:hover {
	background-color: #c10017;
}

.p-contact-form__contents {
	padding: 80px 7.54717%;
	background-color: #f5f5f5;
}

.l-content-sec__mttl-en,
.p-pf-hdr__num {
	position: relative;
	overflow: hidden; 
	margin-top: 68px;
	text-align: right;
	letter-spacing: .3em;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	font-size: .75rem;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	line-height: 1;
}
.l-content-sec__mttl-en > span,
.p-pf-hdr__num > span {
	position: relative;
	/*right: -.3em;*/ 
	display: inline-block;
	padding-left: 16px;
}
.l-content-sec__mttl-en > span::before,
.p-pf-hdr__num > span::before {
	position: absolute;
	top: 5px;
	right: 100%; 
	width: 100vw;
	height: 1px;
	background-color: #aaa;
	content: "";
}



@media(min-width: 769px) {

	.p-contact {
		padding-bottom: 240px;
	}
	.p-contact--conf .p-contact__lead {
		margin-bottom: 56px;
	}
	.p-contact--finish .p-contact__lead {
		text-align: center;
	}
	.p-contact__body {
		margin-top: 84px;
		/*padding: 0 8.59375%;*/ 
		max-width: 1280px;
	}
	.p-contact__lead {
		margin-bottom: 108px;
	}
	.p-contact__btn {
		width: 480px; 
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1;
	}
	.p-contact__btn .c-btn-white,
	.p-contact__btn .c-btn-gray {
		padding: 41px 16px;
	}
	.p-contact__btn .c-btn-white__wrap,
	.p-contact__btn .c-btn-gray__wrap {
		right: 32px; 
		margin-top: -20px;
		margin-right: 0;
	}
	.p-contact__btn a:hover {
		background-color: #c10017;
	}
	.p-contact-head__mttl-en {
		margin-top: 2px;
	}
	.p-contact-head__step {
		display: flex;
		/*margin-top: 78px;*/

		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.p-contact-head__step li + li {
		margin-left: 50px;
	}
	.p-contact-head__step li + li::after {
		display: block;
	}
	.p-contact-form__item {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: flex-start;
		padding-bottom: 30px;
    	border-bottom: 1px solid #e5e5e5;
	}
	.p-contact-form__item + .p-contact-form__item {
		margin-top: 64px;
	}
	.p-contact-form__term {
		width: 290px;
	}
	.p-contact-form__term label {
		padding: 24px 0;
	}
	.p-contact-form__input,
	.p-contact-form__check{
		width: calc(100% - 340px);
	}
	.p-contact-form__input input,
	.p-contact-form__input textarea,
	.p-contact-form__check input{
		padding: 18px 22px;
	}
	.up-load input{
		padding: 18px 5px;
	}
	.capa{
		padding: 10px 5px;
		
	}	
	
	.p-contact-form__input textarea {
		height: 200px;
	}
	.p-contact-form__input--error {
		margin-left: 290px;
	}
	.p-contact-form__txt {
		margin-top: 64px; 
		text-align: center;
	}
	.p-contact-form__txt a:hover {
		text-decoration: none;
	}
	.p-contact-form__btn {
		margin: 88px auto 0;
	}
	.p-contact-form__btn:not(.p-contact-form__btn--col):hover .c-btn-white__circle,
	.p-contact-form__btn:not(.p-contact-form__btn--col):hover .c-btn-gray__circle {
		opacity: 0; 
		transform: scale(.8);
	}
	.p-contact-form__btn:not(.p-contact-form__btn--col):hover .c-btn-white__icon polygon,
	.p-contact-form__btn:not(.p-contact-form__btn--col):hover .c-btn-gray__icon polygon {
		fill: #c10017;
	}
	.p-contact-form__btn form.back .c-btn-gray__wrap,
	.p-contact-form__btn form.back .c-btn-white__wrap {
		right: auto; 
		left: 32px;
	}
	.p-contact-form__btn input {
		padding: 41px 18px 41px calc(18px + .2em); 
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1;
	}
	.p-contact-form__btn input:hover {
		background-color: #c10017;
	}
	.p-contact-form__btn .c-btn-gray__wrap,
	.p-contact-form__btn .c-btn-white__wrap {
		right: 32px; 
		margin-top: -20px;
		margin-right: 0;
		width: 40px;
		height: 40px;
	}
	.p-contact-form__btn--col {
		display: flex;

		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.p-contact-form__btn--col {
		margin: 100px auto 0;
	}
	.p-contact-form__btn--col form {
		margin: 0 30px; 
		width: 310px;
	}
	.p-contact-form__btn--col form:hover .c-btn-white__circle,
	.p-contact-form__btn--col form:hover .c-btn-gray__circle {
		opacity: 0; 
		transform: scale(.8);
	}
	.p-contact-form__btn--col form:hover .c-btn-white__icon polygon,
	.p-contact-form__btn--col form:hover .c-btn-gray__icon polygon {
		fill: #c10017;
	}
	.p-contact-form__btn--col form + form {
		margin-top: 0;
	}
	
	.l-content-sec__mttl-en,
	.p-pf-hdr__num {
		margin-top: 75px; 
		width: 100%;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1;
	}
	.l-content-sec__mttl-en > span::before,
	.p-pf-hdr__num > span::before {
		top: 50%;
	}
	.p-contact-head__mttl-en {
		margin-top: 2px;
	}
	
	
}	













#formContact .btnDefault {
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
	width: 240px;
	line-height: 48px;
	font-family: 'Noto Sans Japanese', sans-serif;
  }
  #formContact .btnDefault[disabled] {
    background: #ccc;
    cursor: default;
  }
  #formContact .btnDefault[disabled]:after,
  #formContact .btnDefault[disabled]:hover:before,
  #formContact .btnDefault[disabled]:hover:after {
    content: none;
  }

/* error */
  #formContact dl.errorList {
    border: 1px solid #dc0707;
    padding: 40px;
    margin-bottom: 50px;
    background: #fff7f7;
    color: #f00;
  }
  #formContact dl.errorList dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #formContact dl.errorList dd ul li {
    padding-left: 15px;
    position: relative;
  }
  #formContact dl.errorList dd ul li:after {
    content: "";
    border-radius: 6px;
    width: 6px;
    height: 6px;
    background: #f00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
  }

  #formContact .error input,
  #formContact .error select {
    background-color: #fff7f7 !important;
    border: 1px solid #dc0707 !important;
  }
  #formContact .formGroup.error .radioBtn label:before {
    background: #fff7f7;
	border: 1px solid #dc0707;
	box-sizing: border-box;
  }

  .errorTxt {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 8px;
  }


	/* confirm */
  .confirm #formContact .btnArea {
    width: 550px;
    margin: 0 auto;
  }
  .confirm #formContact .btnArea li {
    margin: 0;
    float: left;
  }
  .confirm #formContact .btnArea li:first-child {
    float: right;
  }
  .confirm #formContact .btnArea li .btnDefault {
    width: 220px;
  }
  .confirm #formContact .btnArea li .btnDefault.type02 {
    background: none;
    border: 1px solid #000;
    color: #fff!important;
  }
  .confirm #formContact .btnArea li .btnDefault.type02:after {
    right: auto;
    left: 14px;
    background-image: url(../common/img/arrow04.gif);
  }
  .confirm #formContact .btnArea li .btnDefault.type02:hover:after {
    left: 10px;
  }
  .confirm #formContact .btnArea li .btnDefault.type02:before {
    background: rgba(0, 0, 0, 0.05);
    right: 0;
    left: inherit;
  }
  .confirm .inner {
    box-sizing: border-box;
  }
  .confirm #formContact .formGroup:first-child .formGroupTitle {
    padding: 25px 0;
  }
  
  .thanks #formContact .btnDefault {
    margin-top: 60px;
  }
	

	.btnDefault,
	.btnMore {
	  position: relative;
	  z-index: 1;
	  display: inline-block;
	  height: 50px;
      line-height: 50px;
      font-size: 15px;
      margin-bottom: 0;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  background-image: none;
	  background-color: #000!important;
	  color: #fff!important;
	  font-weight: 600;
	  border: 0;
	  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.btnDefault:visited,
	.btnDefault:link {
		color: #fff;
	}
	.btnDefault:after,
	.btnDefault:before,
	.btnMore:after,
	.btnMore:before {
		content: '';
		position: absolute;
		-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
		-moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
		transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);

	}
	.btnDefault:before,
	.btnMore:before {
		z-index: -1;
		top: 0;
		left: 0;
		height: 100%;
		width: 0;
		background: rgba(255, 255, 255, 0.3);
	}
	.btnDefault:hover:before,
	.btnMore:hover:before {
		width: 100%;
	}
	.btnDefault:after {
		top: 50%;
		right: 14px;
		display: block;
		margin-top: -4px;
		width: 14px;
		height: 9px;
		background: url("https://gsq.co.jp/wp-content/themes/oarai-academy/images/form_ar01.svg") no-repeat;
	}
	.btnDefault:hover:after {
		right: 11px;
	}
	.btnDefault:hover {
		color: #fff;
	}
	.btnMore {
	  width: 250px;
	  font-size: 0;
	  text-align: center;
	}
	.btnMore span {
	    display: inline-block;
		position: relative;
		overflow: hidden;
		z-index: 10;
		font-size:1.3rem;
		font-weight:700;
		font-family: 'Roboto', sans-serif;
	}
	.btnMore:after {
	  top: 50%;
	  right: 25px;
	  display: block;
	  margin-top: -5.5px;
	  width: 11px;
	  height: 11px;
	  /*background: url(../img/plus-icon.png) right  center no-repeat;*/
	}
	.btnDefault.btnBack:after {
		right: auto;
		left: 14px;
		/*background-image:  url("../images/form_ar02.svg");*/
	}
	.btnDefault.btnBack:hover:after {
		left: 10px;
	}
	.btnDefault.btnBack:before {
		left: auto;
		right: 0;
	}
@media print, screen and (max-width: 750px) {
	
 #formContact .btnDefault {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    width: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
  }
  #formContact .btnDefault[disabled] {
    background: #ccc;
  }
  #formContact .btnDefault[disabled]:after {
    content: none;
  }

/* error */
  #formContact dl.errorList {
    border: 1px solid #dc0707;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff7f7;
    color: #f00;
  }
  #formContact dl.errorList dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #formContact dl.errorList dd ul li {
    padding-left: 15px;
    position: relative;
  }
  #formContact dl.errorList dd ul li:after {
    content: "";
    border-radius: 6px;
    width: 6px;
    height: 6px;
    background: #f00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
  }

  #formContact .error input,
  #formContact .error select {
    background-color: #fff7f7 !important;
    border: 1px solid #dc0707 !important;
  }
  #formContact .formGroup.error .radioBtn label:before {
    background: #fff7f7;
	border: 1px solid #dc0707;
	box-sizing: border-box;
  }
  
  .errorTxt {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .confirm #formContact .btnArea {
    margin-top: 35px;
  }
  .confirm #formContact .btnArea li + li {
    margin-top: 15px;
  }
  .confirm #formContact .btnArea li .btnDefault.type02 {
    background: none;
    border: 1px solid #000;
    color: #000;
  }
  .confirm #formContact .btnArea li .btnDefault.type02:after {
    right: auto;
    left: 14px;
    background-image: url(../common/img/arrow04.gif);
  }
  /* thanks */
  .thanks #formContact .inner {
    position: relative;
    z-index: 9;
  }
  .thanks #formContact span {
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }
  .thanks #formContact .btnDefault {
    margin: 30px 0;
  }
  .thanks .infoBox {
    padding-bottom: 20px;
  }
	
	
	
	
	}
/******************************************************************************
 *hospital-wifi-p
*******************************************************************************/
/******************************************************************************
 * top-kv
*******************************************************************************/

.kv-lp {
  background-image: url(../images/bg-kv-sp.png);
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.kv-lp__inner {
  margin: 0 auto;
  padding: 8vw 4vw 9.3333333333vw;
}
.kv-lp__body {
  flex-shrink: 0;
}
.kv-lp__body__logo {
  width: 20.5333333333vw;
}
.kv-lp__body__logo img {
  width: 100%;
}
.kv-lp__body__head {
  font-size: 5.4666666667vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-top: 3.3333333333vw;
}
.kv-lp__body__head--orange {
  color: #FF5E33;
}
.kv-lp__body__head--Fjost {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 9.6vw;
}
.kv-lp__body__desc {
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 0.9333333333vw;
}
.kv-lp__thumb {
  margin-top: 12vw;
}
.kv-lp__thumb img {
  width: 100%;
}
.kv-lp__cv {
  margin-top: 8vw;
}
.kv-lp__cv a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  width: 90%;
  font-size: 5.0666666667vw;
  height: 14.6666666667vw;
  margin: 0 auto;
}
.kv-lp__cv a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  content: "";
  display: block;
  right: 5.7333333333vw;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background-image: url(../img/aiseacrewlp/btnarrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
	
  .kv-lp {
    background-image: url(../images/bg-kv.svg);
  }
  .kv-lp__inner {
    display: flex;
    padding: 5.5636896047vw 5.8565153734vw 4.39238653vw;
  }
  .kv-lp__body {
    padding-right: 6.588579795vw;
  }
  .kv-lp__body__logo {
    width: 10.4685212299vw;
  }
  .kv-lp__body__head {
    margin-top: 1.756954612vw;
    font-size: 2.2282576867vw;
    line-height: 1.4;
  }
  .kv-lp__body__head--Fjost {
    font-size: 2.9282576867vw;
  }
  .kv-lp__body__desc {
    margin-top: 0;
    font-size: 1.317715959vw;
  }
  .kv-lp__thumb {
    width: 56.3689604685vw;
    margin-top: 0;
    flex-shrink: 0;
  }
  .kv-lp__cv {
    margin-top: 3.2942898975vw;
  }
  .kv-lp__cv a {
    max-width: 380px;
    width: 100%;
    font-size: 1.756954612vw;
    height: 5.8565153734vw;
    text-indent: -1em;
    transition: 0.3s;
  }
  .kv-lp__cv a::after {
    right: 1.9765739385vw;
    width: 2.4158125915vw;
    height: 2.4158125915vw;
  }
  .kv-lp__cv:hover a {
    background: #feff00;
    opacity: 1;
    color: #000;
    transition: 0.3s;
  }
  .kv-lp__cv:hover a::after {
    transform: translateY(-50%) translateX(10px);
    transition: 0.3s;
  }
	
	
	
	
	
	
	
	
	
	
}	

@media screen and (max-width: 767px) {
  .kv-lp__body__logo {
    margin: 0 auto;
  }
  .kv-lp__body__head {
    text-align: center;
  }
  .kv-lp__body__desc {
    text-align: center;
  }
	
	
	
	
}	

@media screen and (min-width: 1366px) {
	
  .kv-lp__inner {
    max-width: 1366px;
    padding: 76px 80px 60px;
  }
  .kv-lp__body {
    padding-right: 90px;
  }
  .kv-lp__body__logo {
    width: 143px;
  }
  .kv-lp__body__head {
    font-size: 28px;
    margin-top: 34px;
  }
  .kv-lp__body__head--Fjost {
    font-size: 40px;
  }
  .kv-lp__body__desc {
    font-size: 18px;
  }
  .kv-lp__thumb {
    width: 770px;
  }
  .kv-lp__cv {
    margin-top: 45px;
  }
  .kv-lp__cv a {
    font-size: 24px;
    height: 80px;
  }
  .kv-lp__cv a::after {
    right: 27px;
    width: 33px;
    height: 33px;
  }
	
	
}

.container-outer {
	width: 100%;
	overflow: hidden
}



.lead-area {
	background-color: #1d55ae
}
.lead-area .lead-innner {
	padding: 2.1390374332vw 0vw 2.1390374332vw 0vw
}
.lead-area .lead-ttl {
	font-size: 3.743315508vw;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.4em
}
@media(min-width: 768px) {
	.lead-area .lead-innner {
		padding: 1.4vw 0vw 1.4vw 0vw
	}
	.lead-area .lead-ttl {
		font-size: 2vw
	}
	
	
}	

@media(min-width: 980px) {

	.lead-area .lead-innner {
		padding: 14px 0px 14px 0px
	}
	.lead-area .lead-ttl {
		font-size: 20px
	}
}

/******************************************************************************
 * h2
*******************************************************************************/
.h2-subheading {
    position: relative;
    padding: 5px 0;
    margin: 0 0 30px;
	text-align: center;
}

@media (max-width: 960px){
.h2-subheading {
    padding: 3px 0;
    margin: 0 0 23px;
}
}

@media (max-width: 1400px){
.h2-subheading span {
    font-size: 1.4rem;
	text-align: center;
}
}
.h2-subheading span {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
	text-align: center;
}

@media (max-width: 960px){
.h2-subheading span {
    font-size: 1rem;
	text-align: center;
}
}
.h2-subheading__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.prepare_ttl {
  font-size: 1.8rem;
  letter-spacing: .04em;
	margin: 70px 0 70px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .prepare_ttl {
    font-size: 6.51042vw;
    margin-bottom: 7.8125vw;
  }
}

.prepare_ttl span {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #19a2de), color-stop(60%, #04c5ec));
  background: -webkit-linear-gradient(bottom, #19a2de 30%, #04c5ec 60%);
  background: -o-linear-gradient(bottom, #19a2de 30%, #04c5ec 60%);
  background: linear-gradient(0deg, #19a2de 30%, #04c5ec 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .prepare_ttl span {
    font-size: 7.8125vw;
  }
}

.prepare_ttl span::before {
  content: "";
  display: block;
  background: url(../images/decoration.png) no-repeat left top;
  background-size: contain;
  width: 36px;
  height: 33px;
  position: absolute;
  top: -0.2em;
  left: -0.8em;
}

@media screen and (max-width: 768px) {
  .prepare_ttl span::before {
    width: 6.11979vw;
    height: 5.72917vw;
  }
}


/*----------------------------------------------------
  good-r
--------------------------------------------------- */

.good-r-img-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 40px;
}
.good-r-img-text-box:nth-child(n + 2) {
	/*border-top: 1px solid #e5e5e5;*/
    padding-top: 40px;
}
.good-r-img-text-box.type-img-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse
}
.good-r-img-text-box.type-img-right .img-box {
    margin: 0 0 0 11.11111%
}
.good-r-img-text-box .img-box {
    width: 50%;
    margin: 0 11.11111% 0 0
}
.good-r-img-text-box .img-box img {
    width: 100%
}
.good-r-img-text-box .text-box {
    width: 38.88889%
}
.good-r-img-text-box .text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}
.good-r-img-text-box .wysiwyg {
    line-height: 2
}
@media only screen and (max-width: 900px) {
    .good-r-img-text-box {
        display: block
    }
    .good-r-img-text-box.type-img-right .img-box,
    .good-r-img-text-box .good-r-img-text-set-ttl {
        margin: 0 0 16px
    }
    .good-r-img-text-box .img-box {
        width: auto;
        margin: 0 0 15px
    }
    .good-r-img-text-box .text-box {
        width: auto
    }
    .good-r-img-text-box .text-inner {
        display: block
    }
    .good-r-img-text-box .wysiwyg {
        line-height: 1.9
    }
    .good-r-img-text-box .good-r-img-text-set-ttl+* {
        margin-top: 0
    }
	
	
}	

.g-post h2 {
    position: relative;
    font-size: 26px	;
    margin-bottom: 30px;
	line-height: 1.6;
}
@media screen and (max-width: 750px){
.g-post h2 {
    font-size: 20px	;
}
	
}	
.g-cat{
	font-family: "Sawarabi Mincho", YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
	font-size: 14px;
	color:#dddddd;
	margin-bottom: 10px;
}



.h-jisseki .tit {
    color: #0181C0;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 1em;
}
.h-jisseki .tit span {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0 1.2em;
    position: relative;
}
.h-jisseki .tit span::before {
    content: '';
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.728%22%20height%3D%2218.188%22%20viewBox%3D%220%200%2010.728%2018.188%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_19434%22%20data-name%3D%22%E3%83%91%E3%82%B9%2019434%22%20d%3D%22M-14553-19982l8.952%2C17.266%22%20transform%3D%22translate(14553.888%2019982.461)%22%20fill%3D%22none%22%20stroke%3D%22%230181c0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 100% auto;
    width: 0.61em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
}
.h-jisseki .tit span::after {
    content: '';
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.728%22%20height%3D%2218.188%22%20viewBox%3D%220%200%2010.728%2018.188%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_19435%22%20data-name%3D%22%E3%83%91%E3%82%B9%2019435%22%20d%3D%22M-14544.047-19982l-8.952%2C17.266%22%20transform%3D%22translate(14553.887%2019982.461)%22%20fill%3D%22none%22%20stroke%3D%22%230181c0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 100% auto;
    width: 0.61em;
    height: 1em;
    position: absolute;
    right: 0;
    top: 0;
}



/******************************************************************************
 * section-service
*******************************************************************************/

.section-service svg {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.section-service .container-solutions .problems {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .problems {
    display: none;
  }
}
.section-service .container-solutions .item-problem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 23.14814814814815%;
  height: auto;
  padding: 77px 34px 33px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.6s;
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-service .container-solutions .item-problem {
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .item-problem {
    width: 100%;
    margin-bottom: 8vw;
    padding: 5.2vw 6vw 5.066666666666666vw;
    background-color: #1d55ae;
  }
}
.section-service .container-solutions .item-problem::before {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: transparent transparent transparent transparent;
  transition: 0.6s;
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .item-problem::before {
    bottom: -2.933333333333333vw;
    border-width: 3.2vw 3.2vw 0 3.2vw;
    border-color: #1d55ae transparent transparent transparent;
  }
}
@media only screen and (min-width: 768px) {
  .section-service .container-solutions .item-problem.is-current,
  .section-service .container-solutions .item-problem:hover {
    background-color: #1d55ae;
  }
  .section-service .container-solutions .item-problem.is-current::before,
  .section-service .container-solutions .item-problem:hover::before {
    border-color: #1d55ae transparent transparent transparent;
  }
  .section-service .container-solutions .item-problem.is-current .heading,
  .section-service .container-solutions .item-problem:hover .heading {
    color: #1d55ae;
    background-color: #fff;
  }
  .section-service .container-solutions .item-problem.is-current .text,
  .section-service .container-solutions .item-problem:hover .text {
    color: #fff;
  }
  .section-service .container-solutions .item-problem.is-current {
    pointer-events: none;
  }
}
.section-service .container-solutions .item-problem .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 26px;
  margin: 0 auto 30px;
  font-size: .8rem;
  color: #fff;
  background-color: #c3c3c3;
  border-radius: 13px;
  transition: color 0.6s cubic-bezier(0, 0.55, 0.45, 1), background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .section-service .container-solutions .item-problem .heading {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .item-problem .heading {
    width: 18.666666666666668vw;
    height: 5.866666666666666vw;
    margin-bottom: 3.466666666666666vw;
    padding-top: 0.266666666666667vw;
    font-size: 2.666666666666667vw;
    color: #1d55ae;
    background-color: #fff;
    border-radius: 2.933333333333333vw;
  }
}
.section-service .container-solutions .item-problem .text {
  color: #a0a0a0;
  font-size: 1rem;
  line-height: 1.571428571428571;
  transition: color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .item-problem .text {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    color: #fff;
  }
}
.section-service .container-solutions .wrap-solutions {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-service .container-solutions .wrap-solutions {
    border-radius: 15px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .section-service .container-solutions .solutions {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .section-service .container-solutions .solutions .item-problem {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-service .container-solutions .solutions li {
    display: flex;
    flex-shrink: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions li:not(:last-child) {
    margin-bottom: 13.333333333333334vw;
  }
}
.section-service .container-solutions .solutions li.solution-1 .container-img {
  background: url("../images/h-wifi-service01.jpg") center center no-repeat transparent;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-service .container-solutions .solutions li.solution-1 .container-img {
    background: url("../images/h-wifi-service01x2.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions li.solution-1 .container-img {
    background: url("../images/h-wifi-service01.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
.section-service .container-solutions .solutions li.solution-2 .container-img {
  background: url("../images/h-wifi-service02.jpg") center center no-repeat transparent;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-service .container-solutions .solutions li.solution-2 .container-img {
    background: url("../images/h-wifi-service02x2.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions li.solution-2 .container-img {
    background: url("../images/h-wifi-service02.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
.section-service .container-solutions .solutions li.solution-3 .container-img {
  background: url("../images/h-wifi-service03.jpg") center center no-repeat transparent;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-service .container-solutions .solutions li.solution-3 .container-img {
    background: url("../images/h-wifi-service03x2.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions li.solution-3 .container-img {
    background: url("../images/h-wifi-service03.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
.section-service .container-solutions .solutions li.solution-4 .container-img {
  background: url("../images/h-wifi-service04.jpg") center center no-repeat transparent;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-service .container-solutions .solutions li.solution-4 .container-img {
    background: url("../images/h-wifi-service04x2.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions li.solution-4 .container-img {
    background: url("../images/h-wifi-service04.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  .section-service .container-solutions .solutions .container-img,
  .section-service .container-solutions .solutions .container-text {
    width: 50%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .section-service .container-solutions .solutions .container-img {
    min-height: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions .container-img {
    width: 86.66666666666667vw;
    height: 46.666666666666664vw;
    border-radius: 4vw 4vw 0 0;
  }
}
.section-service .container-solutions .solutions .container-text {
  padding: 60px 7.407407407407407% 150px;
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions .container-text {
    padding: 9.333333333333334vw 6.666666666666667vw 11.733333333333333vw;
    border-radius: 0 0 4vw 4vw;
    background-color: #fff;
  }
}
.section-service .container-solutions .solutions .container-text .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 26px;
  margin-bottom: 27px;
  padding-top: 1px;
  font-size: .8rem;
  color: #fff;
  background-color: #1d55ae;
  border-radius: 13px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions .container-text .heading {
    width: 18.666666666666668vw;
    height: 5.866666666666666vw;
    margin-bottom: 5.333333333333334vw;
    padding-top: 0.266666666666667vw;
    font-size: 2.666666666666667vw;
    border-radius: 2.933333333333333vw;
  }
}
.section-service .container-solutions .solutions .container-text .catch {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.533333333333333;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions .container-text .catch {
    margin-bottom: 4.266666666666667vw;
    font-size: 5.600000000000001vw;
    line-height: 1.476190476190476;
  }
}
.section-service .container-solutions .solutions .container-text .text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .section-service .container-solutions .solutions .container-text .text {
    font-size: 3.466666666666666vw;
    line-height: 1.923076923076923;
  }
}
.section-service .container-solutions .controller {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 7.407407407407407%;
  padding-bottom: 60px;
  width: 35.18518518518518%;
}
@media only screen and (max-width: 1023px) {
  .section-service .container-solutions .controller {
    display: none;
  }
}
.section-service .container-solutions .controller .button-prev .arrow,
.section-service .container-solutions .controller .button-next .arrow {
  width: 60px;
  height: 60px;
}
.section-service .container-solutions .controller .button-prev .arrow .arrow-bg,
.section-service .container-solutions .controller .button-next .arrow .arrow-bg {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.section-service .container-solutions .controller .button-prev .arrow .arrow-icon,
.section-service .container-solutions .controller .button-next .arrow .arrow-icon {
  width: 12px;
  height: 14px;
}
.section-service .container-solutions .controller .button-prev.swiper-button-disabled,
.section-service .container-solutions .controller .button-next.swiper-button-disabled {
  pointer-events: none;
}
.section-service .container-solutions .controller .pagination li {
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 1.1rem;
  cursor: pointer;
}
.section-service .container-solutions .controller .pagination li.is-current {
  color: #1d55ae;
  background-color: transparent;
  pointer-events: none;
}
.section-service .container-solutions .controller .pagination li:hover {
  color: #1d55ae;
}








.controller .button-prev .arrow,
.controller .button-next .arrow
{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.controller .button-prev .arrow .arrow-bg,
.controller .button-next .arrow .arrow-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.controller .button-prev .arrow .arrow-icon,
.controller .button-next .arrow .arrow-icon {
  display: inline-block;
  font-size: 0;
}

.controller .button-prev .arrow .svg,
.controller .button-next .arrow .svg {
  stroke: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}



.controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .controller {
    padding: 7.333333333333333vw 0;
  }
}
.controller .button-prev,
.controller .button-next {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .controller .button-prev span,
  .controller .button-next span {
    transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
.controller .button-prev .controller-text,
.controller .button-next .controller-text {
  width: calc(100% - 50px);
  padding: 0 22px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1023px) {
  .controller .button-prev .controller-text,
  .controller .button-next .controller-text {
    display: none;
  }
}
.controller .button-prev .arrow,
.controller .button-next .arrow {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .controller .button-prev .arrow,
  .controller .button-next .arrow {
    width: 12vw;
    height: 12vw;
  }
}
.controller .button-prev .arrow .arrow-bg,
.controller .button-next .arrow .arrow-bg {
  background-color: #f3f3f3;
}
.controller .button-prev .arrow .arrow-icon,
.controller .button-next .arrow .arrow-icon {
  width: 10px;
  height: 12px;
  stroke: #373737;
}
@media only screen and (max-width: 767px) {
  .controller .button-prev .arrow .arrow-icon,
  .controller .button-next .arrow .arrow-icon {
    width: 2.4vw;
    height: 2.933333333333333vw;
  }
}
.controller .button-prev .arrow .svg,
.controller .button-next .arrow .svg {
  stroke: #373737;
}
@media only screen and (min-width: 768px) {
  .controller .button-prev:hover .controller-text,
  .controller .button-next:hover .controller-text {
    -webkit-transform: translateX(11px);
            transform: translateX(11px);
  }
  .controller .button-prev:hover .arrow .arrow-bg,
  .controller .button-next:hover .arrow .arrow-bg {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .controller .button-prev:hover .arrow .arrow-icon,
  .controller .button-next:hover .arrow .arrow-icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.controller .button-prev .arrow .svg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media only screen and (min-width: 768px) {
  .controller .button-prev:hover .controller-text {
    -webkit-transform: translateX(-11px);
            transform: translateX(-11px);
  }
  .controller .button-prev:hover .arrow .arrow-bg {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .controller .button-prev:hover .arrow .arrow-icon {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
.controller .button-next {
  justify-content: flex-end;
}
.controller .pagination {
  display: flex;
  justify-content: center;
}
.controller .pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 0 13px;
  font-size: 1.5rem;
  border-radius: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .controller .pagination li {
    width: 9.333333333333334vw;
    height: 9.333333333333334vw;
    margin: 0 0.666666666666667vw;
    padding-top: 0.266666666666667vw;
    font-size: 3.466666666666666vw;
  }
}
.controller .pagination li.is-current {
  background-color: #1d55ae;
}
.controller .pagination li.is-current a {
  color: #fff;
  pointer-events: none;
}
.controller .button-back-to-list {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 32px;
  height: 32px;
  transition: width 0.2s, height 0.2s;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .controller .button-back-to-list {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
.controller .button-back-to-list span {
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background-color: #373737;
  transition: margin-right 0.2s;
}
@media only screen and (max-width: 767px) {
  .controller .button-back-to-list span {
    width: 1.333333333333333vw;
    height: 1.333333333333333vw;
    margin-right: 0.666666666666667vw;
  }
}
.controller .button-back-to-list span:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .controller .button-back-to-list:hover {
    width: 36px;
    height: 36px;
  }
  .controller .button-back-to-list:hover span {
    margin-right: 6px;
  }
  .controller .button-back-to-list:hover span:nth-child(3n) {
    margin-right: 0;
  }
}
/******************************************************************************
 * term-box
*******************************************************************************/
.term-box {
	position: relative;
	background-color: #fff;
	border: #1d55ae 2px solid;
	border-radius: 20px;
	padding: 5.3475935829vw 5.3475935829vw 5.3475935829vw 5.3475935829vw
}
.term-area-fukidashi {
	position: absolute;
	width: 16.0427807487vw
}
.term-box-copy-ttl {
	font-size: 4.0106951872vw;
	font-weight: bold
}
.term-box1-copy {
	padding-left: 4em;
	line-height: 2.8;
	background: url(../images/settlement-ico01.png) no-repeat 0 0;
	background-size: auto 3.2em
}
.term-box1-copy2 {
	padding-left: 4em;
	line-height: 2.8;
	background: url(../images/settlement-ico02.png) no-repeat 0 0;
	background-size: auto 2.6em
}

.term-box-1 {
	margin-bottom: 6.6844919786vw
}
.term-box-1-annotation {
	margin-bottom: 2.6737967914vw
}
@media(min-width: 768px) {
	.term-box {
		padding: 4vw 4vw 4vw 4vw
	}
	.term-area-fukidashi {
		width: 10.2vw
	}
	.term-box-copy-ttl {
		font-size: 2.2vw
	}
	.term-box-1 {
		margin-bottom: 4vw
	}
	.term-box-1-annotation {
		margin-bottom: 0vw
	}
	.term-box-wrap {
		width: 817px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 393px 393px;
		gap: 0 31px
	}
	.term-box {
		border: #1d55ae 3px solid;
		/*height: 305px*/
	}
	.term-area-fukidashi {
		top: 0;
		left: 15%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.term-annotation {
		width: 816px
	}
	.term-box-1 .term-box-copy-ttl {
		font-size: 32px;
		margin-bottom: 20px
	}
	.term-box-1 .term-box-1-annotation {
		font-size: 12px
	}
	.term-box-1-img {
		margin: 20px 0
	}
}	
@media(min-width: 980px) {
	.term-box {
		padding: 40px 40px 40px 40px
	}
	.term-area-fukidashi {
		width: 102px
	}
	.term-box-copy-ttl {
		font-size: 22px
	}
	.term-box-1 {
		margin-bottom: 100px
	}
	.term-box-1-annotation {
		margin-bottom: 0px
	}
	
	
}	
@media (max-width: 767px)	{
		.term-area-fukidashi {
		top: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 20px
	}
}

.col-sm-8 .intro,
.col-sm-7 .intro{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
	
}


/*============================================================================

	#mainvisual

============================================================================*/
/*.wifi {
    min-width: 128rem;
}
*/
.wifi {
    position: relative;
    height: 43.8rem;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.wifi_under_img {
    height: 30rem;
	/*margin-bottom: 70px;*/
}

.wifi_img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 27rem;
    margin: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-repeat: repeat-x;
    opacity: 0.45;
    content: "";
}
	
.wifi .inner {
    position: relative;
    max-width: 160rem;
    min-width: 128rem;
    height: inherit;
    padding: 0 10rem;
    margin: auto;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.wifi_inner_title {
    bottom: 8rem;
    position: relative;
}

.wifi_inner_title_sub {
    position: absolute;
    top: 1.0rem;
    color: #FFFFFF;
    z-index: 11;
    font-size: 1.1rem;
}

.wifi_inner_title_l {
    position: relative;
    display: inline-block;
    margin-left: -0.2rem;
    padding: 5rem 0 0;
    color: #ffffff;
    font-size: 2.45rem;
	/*font-family: "Sawarabi Mincho", YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;*/
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    z-index: 10;
	margin-bottom: 30px;
}



.wifi_inner_title_en {
    position: absolute;
    bottom: -2rem;
    left: 40.2%;
    color: rgba(233, 228, 224, 0.75);
    font-family: brandon-grotesque, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 20rem;
    letter-spacing: -0.03em;
    white-space: nowrap;
    line-height: 1;
    z-index: 1;
    mix-blend-mode: multiply;
}

.wifi-ns .wifi_inner_title_en, .wifi-treatment .wifi_inner_title_en {
    color: #A8A4A0;
    mix-blend-mode: color-burn;
}



.wifi_inner_title_l img {
    height: 6.6rem;
    width: auto;
}

.wifi_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    overflow: hidden;
}

/* hospital */
.wifi-hospital_img {
    background-image: url("../images/wifi-hospital.jpg");
    background-position: center 70%;
}

/* g-wifi */
.wifi-g_img {
    background-image: url("../images/wifi-g.jpg");
    background-position: center 70%;
}

/* s-camera */
.s-camera_img {
    background-image: url("../images/s-camera.jpg");
    background-position: center 70%;
}

/* s-camera_office */
.s-camera_o_img {
    background-image: url("../images/s-camera-office.jpg");
    background-position: center 70%;
}
/* s-camera_education */
.s-camera_e_img {
    background-image: url("../images/s-camera-education.jpg");
    background-position: center 70%;
}
/* s-camera_factory */
.s-camera_f_img {
    background-image: url("../images/s-camera-factory.jpg");
    background-position: center 70%;
}
/* s-camera_logistics */
.s-camera_l_img {
    background-image: url("../images/s-camera-logistics.jpg");
    background-position: center 70%;
}
/* s-camera_medical */
.s-camera_m_img {
    background-image: url("../images/s-camera-medical.jpg");
    background-position: center 70%;
}


/* アニメーション */
.wifi_inner_title_pan {
    opacity: 1;
    transform: translate(0, 2rem);
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .65s;
    transition-delay: 0.2s;
}

.wifi_inner_title_sub {
    opacity: 1;
    transform: translate(0, 2rem);
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .65s;
    transition-delay: 0.2s;
}

.wifi_inner_title_l {
    opacity: 1;
    transform: translate(0, 4rem);
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .65s;
}

.wifi_img, .wifi-feature_img .wifi_img_inner {
    opacity: 1;
    filter: blur(20px) brightness(1.1) contrast(130%) saturate(90%);
    transition: 0.80s cubic-bezier(0.260, 0.005, 0.000, 1.035);
    transform: scale(1.07, 1.07);
}

.wifi_img.wifi-show {
    opacity: 1;
    filter: blur(0px) brightness(1) contrast(100%) saturate(100%);
    transform: scale(1, 1);
}

.wifi-feature_img .wifi_img_inner.wifi-show {
    opacity: 1;
    filter: blur(0px) brightness(1) contrast(100%) saturate(100%);
    transform: scale(1, 1);
}


.fadein_text {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .95s;
    transition-property: transform, filter, opacity;
}
.fadein_text.is-active {
    opacity: 1;
    filter: none;
    transform: scale(1);
    animation: fadein-object .55s 1 linear forwards;
}


/* 英語テキストスライド */

.wifi_inner_title_en {
    animation: loop-text 160s infinite linear both;
    width: 300rem;
    user-select: none;
}

.wifi_inner_title_en .fadein_text {
    margin-right: 50rem;
    opacity: 0;
    pointer-events: none;
}

.wifi_inner_title_en .fadein_text {
    opacity: 0;
    filter: blur(1rem);
    transform: scale(1.05);
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .95s;
    transition-property: transform, filter, opacity;
    transition-delay: 0.1s;
}

.wifi_inner_title_en .fadein_text.is-active {
    opacity: 1;
    filter: none;
    transform: scale(1);
}

@-webkit-keyframes loop-text {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100vw);
    }
}

@keyframes loop-text {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}






@media screen and (min-width: 1024px) and (max-width: 1366px) {
.wifi {
    min-width: 1024px;
}
.wifi .inner {
    padding-left: 6rem;
    padding-right: 6rem;
}
}












@media screen and (max-width:767px) {
.wifi .inner{
    min-width: 100%;
	
}
	
.wifi_under_img:before {
    bottom: 0;
}
.wifi {
    position: relative;
    height: 23.6rem;
    /*padding-top: 5rem;*/
}
.wifi_img {
    height: calc(27.6rem - 5rem);
    /*top: 5rem;*/
}
.wifi_img:before {
    height: calc((27.6rem - 5rem) / 1.5);
}
.wifi .inner {
    height: calc(27.6rem - 5rem);
	padding: 0 1rem;
}
.wifi_inner_title {
    padding: 0;
}
.wifi_inner_title {
    top: auto;
    bottom: 3rem;
    padding: 0;
}
.wifi_inner_title_l {
    left: 0;
    padding: 0;
    border: none;
    line-height: 1.2;
    font-size: 2rem;
    transform: translate(0, 2rem);
}
.wifi_inner_title_l img {
    height: 3.6rem;
    width: auto;
}
.wifi_inner_title_en {
    top: auto;
    left: 30%;
    font-size: 10rem;
    bottom: .1rem;
}
.wifi_inner_title_sub {
    top: -2.6rem;
    left: 0;
    font-size: 1rem;
    color: #fff;
}
.wifi_under_img {
	/*margin-bottom: 40px;*/
}
	
	
	}
/******************************************************************************
 * flow
*******************************************************************************/

.flow_area {
    position: relative;
    border: solid 3px #e1f1fe;
    padding: 60px 20px 20px;
	    top: -72px;
	z-index: -1;

}
.flow-tit {
    background-color: #fff;
    padding: 10px 20px;
	z-index: 1;

}
.steps_list {
    counter-reset: steps-item;
    margin-left: 3px;
    margin-right: 3px
}
.sub-title h4.large:after {
    content: attr(data-eng);
    font-family: Poppins,sans-serif;
    font-size: 14px;
    letter-spacing: .12em;
    display: block;
	color:#3e88c8;
}
.sub-title h4.large {
    font-weight: 700;
    font-size: 34px;
	line-height: 1.4;
    text-align: center;
    margin: 0 0 32px;
}

@media screen and (max-width:768px) {
.display {
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}
	

.sub-title h4.large {
    font-size: 24px;
    margin: 0 0 24px;
}	
.sub-title h4.large {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin: 0 0 32px;
}
.sub-title h4.large:after {
    font-size: 10px;
}
	
    .steps_list {
        margin: 0 auto;
		width: 95%;
    }
	.steps_item p {
        width: 100%!important;
    }
.flow_area {
    position: relative;
    border: none;
    padding: 0px 0px 0px;
	    top: 0px;
	z-index: -1;

}
.flow-tit {
    background-color: #fff;
    padding: 0px 0px;
	z-index: 1;

}

}
.steps_item {
    position: relative;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, .05);
    border-radius: 18px;
    background-color: #fff;
    padding: 40px 40px 36px 106px;
    margin-bottom: 14px;
    counter-increment: steps-item
}
@media screen and (max-width:768px) {
    .steps_item {
        padding: 36px 27px 26px 68px
    }
}
.steps_item:before {
    content: counter(steps-item);
    position: absolute;
    font-family: Montserrat, sans-serif;
    color: #3e88c8;
    font-size: 40px;
    top: 30px;
    left: 40px
}
@media screen and (max-width:768px) {
    .steps_item:before {
        font-size: 30px;
        top: 30px;
        left: 27px
    }
}
.steps_item:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.08%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f2f2f2%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.94%2C20.48%2C19%2C13.6A15%2C15%2C0%2C0%2C0%2C6%2C6H45.08a15%2C15%2C0%2C0%2C0-13%2C7.6L28.2%2C20.39A3.1%2C3.1%2C0%2C0%2C1%2C25.7%2C22h-.13A3%2C3%2C0%2C0%2C1%2C22.94%2C20.48Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M16.94%2C14.48%2C13%2C7.6A15%2C15%2C0%2C0%2C0%2C0%2C0H39.08a15%2C15%2C0%2C0%2C0-13%2C7.6L22.2%2C14.39A3.1%2C3.1%2C0%2C0%2C1%2C19.7%2C16h-.13A3%2C3%2C0%2C0%2C1%2C16.94%2C14.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    display: block;
    position: absolute;
    width: 46px;
    height: 23px;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.steps_item:nth-of-type(1):before {
    left: 46px
}
@media screen and (max-width:768px) {
    .steps_item:nth-of-type(1):before {
        left: 32px
    }
}
.steps_item:nth-of-type(n + 2) {
    padding-top: 45px
}
.steps_item:nth-of-type(n + 2):before {
    top: 30px
}
@media screen and (max-width:768px) {
    .steps_item:nth-of-type(n + 2):before {
        top: 35px
    }
}
.steps_item.-last {
    background-image: linear-gradient(to right,#3e88c8,#194c78)
}
.steps_item.-last:before {
    color: #fff
}
.steps_item.-last:after {
    content: none
}
.steps_item-title {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 1.3;
    margin-bottom: 15px
}
.steps_item.-last .steps_item-title {
    color: #fff;
}
.steps_item.-last .steps_item-description {
    color: #fff;
}


.border-line {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}

/******************************************************************************
 * col
*******************************************************************************/
.row {
display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    margin-right: -10px;
    margin-left: -10px;	
/*clear: both;	*/
}
.row:after, .row:before {
    content: " ";
    display: table;
}
.row img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transition: .5s;
    transition: .5s;
}
.col{
flex-basis:0;flex-grow:1;max-width:100%}
.col-auto{
flex:0 0 auto;width:auto}
.col-1{
flex:0 0 8.33333%;max-width:8.33333%}
.col-2{
flex:0 0 16.66667%;max-width:16.66667%}
.col-3{
flex:0 0 25%;max-width:25%}
.col-4{
flex:0 0 33.33333%;max-width:33.33333%}
.col-5{
flex:0 0 41.66667%;max-width:41.66667%}
.col-6{
flex:0 0 50%;max-width:50%}
.col-7{
flex:0 0 58.33333%;max-width:58.33333%}
.col-8{
flex:0 0 66.66667%;max-width:66.66667%}
.col-9{
flex:0 0 75%;max-width:75%}
.col-10{
flex:0 0 83.33333%;max-width:83.33333%}
.col-11{
flex:0 0 91.66667%;max-width:91.66667%}
.col-12{
flex:0 0 100%;max-width:100%}
@media only screen and (max-width: 767px) {
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col{
position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
}
.gutters-10>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.bgc-black {
    background-color: #292929!important;
}
.bgc-gray {
    background-color: #F2F2F2!important;
}

/* -----------------------------------------------------------
	.grid
----------------------------------------------------------- */
.row-c {
    margin-left: 0;
    margin-right: 0;
}
.row-c:before,
.row-c:after {
  content: " ";
  display: table;
}

.row-c:after {
  clear: both;
}


 .col-sm-1, .col-sm-2, .col-sm-21, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-21, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-stylethumb{
	  width: 33.33333333%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  
  .col-sm-21 {
    width: 12.5%;
  }

  
  .col-sm-1 {
    width: 8.33333333%;
  }
 }

/* -----------------------------------------------------------
	.grid-sd
----------------------------------------------------------- */
 .col-sd-1, .col-sd-2, .col-sd-21, .col-sd-3, .col-sd-4, .col-sd-5, .col-sd-6, .col-sd-7, .col-sd-8, .col-sd-9, .col-sd-10, .col-sd-11, .col-sd-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 1120px) {
  .col-sd-1, .col-sd-2, .col-sd-21, .col-sd-3, .col-sd-4, .col-sd-5, .col-sd-6, .col-sd-7, .col-sd-8, .col-sd-9, .col-sd-10, .col-sd-11, .col-sd-12 {
    float: left;
  }
  .col-stylethumb{
	  width: 33.33333333%;
  }
  .col-sd-12 {
    width: 100%;
  }
  .col-sd-11 {
    width: 91.66666667%;
  }
  .col-sd-10 {
    width: 83.33333333%;
  }
  .col-sd-9 {
    width: 75%;
  }
  .col-sd-8 {
    width: 66.66666667%;
  }
  .col-sd-7 {
    width: 58.33333333%;
  }
  .col-sd-6 {
    width: 50%;
  }
  .col-sd-5 {
    width: 41.66666667%;
  }
  .col-sd-4 {
    width: 33.33333333%;
  }
  .col-sd-3 {
    width: 25%;
  }
  .col-sd-2 {
    width: 16.66666667%;
  }
  
  .col-sd-21 {
    width: 12.5%;
  }

  
  .col-sd-1 {
    width: 8.33333333%;
  }
 }


@media screen and (min-width: 768px) and (max-width: 1119px) {
	
  .col-sd-3 {
    width: 50%;
  }
	
}


.row-87 {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 768px) {
.row-87 {
	width: 100%;
	padding: 0 10px;
}
}
/*----------------------------------------------------
  #works-top
--------------------------------------------------- */
.w-tp-img {
	max-width: 100%;
    height: auto;
}


.w-article__body_ttl {
	margin: 10px 0 30px;
    font-size: 16px;
    margin-bottom: 8px;
	line-height: 1.5;
    font-weight: 600;
	color: #212121;
}

.w-article__body_date {
    font-size: 13px;
    margin-bottom: 8px;
	color: #8a878a;
    font-family: Open Sans,sans-serif;
    font-weight: 300;
}

.w-article__body_note {
    font-size: 11px;
	color: #8a878a;
    line-height: 1.36364;
}


@media(max-width:768px) {

	
.w-article__body_ttl {
	margin-top: 15px;
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
}
.w-article__body_date {
    font-size: 3.46667vw;
    margin-bottom: 2.13333vw;
}
.w-article__body_note {
    font-size: 2.93333vw;
}	
	
	
}


.w-list__cate, .w-list__date {
    display: flex;
    align-items: center;
    line-height: 1;
}

.w-list__date {
    margin-top: 1.48438vw;
    font-family: Roboto,sans-serif;
    font-size: .8375vw;
    font-weight: 700;
}

.w-list__date, .w-list__ttl {
    color: #a7a8ab;
    letter-spacing: 0;
    transition: color .15s cubic-bezier(.25,.25,.75,.75);
}

.w-list__cate {
    height: 1.25vw;
    padding: 1px .46875vw 0;
    margin-left: .625vw;
    font-size: .70312vw;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: #9c9c9c;
    border-radius: .78125vw;
    transition: background .15s cubic-bezier(.25,.25,.75,.75);
}
a.hover-effect {
    overflow: hidden
}
a.hover-effect__zoom {
    display: block
}
a.hover-effect__zoom img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    -webkit-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    transition: 0.8s ease all
}
a.hover-effect__zoom:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

/*----------------------------------------------------
  #s-camera
--------------------------------------------------- */

.s-c-flame {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    border-radius: 8px;
}

.s-c-sub-ttl {
    font-weight: 700;
    font-size: 14px;
    line-height: 175%;
    color: var(--vls-color-primary-dark);
}
.s-c-ttl {
    font-size: 24px;
    font-weight: 600;
}

@media screen and (max-width: 768px){
.s-c-sub-ttl {
    font-weight: 700;
    font-size: 13px;
    line-height: 175%;
    display: flex;
}
.s-c-ttl {
    font-size: 1.4rem;
}	}


/*
.table_basic 
*/
table.table_basic {
  width: 100%;
  table-layout: fixed;
  font-size: 1.2rem;
  margin: 2rem 0;
  border-top: 1px solid var(--clrBorderColor, #ddd);
}
table.table_basic tr {
  border-bottom: 1px solid var(--clrBorderColor, #ddd);
}
table.table_basic th {
  padding: 0.5em;
  width: 10em;
  white-space: nowrap;
  vertical-align: top;
}
table.table_basic td {
  padding: 0.5em;
  width: auto;
  vertical-align: top;
}
@media only screen and (max-width: 767px){
	
.dl_table.rwd dl {
    margin: 0;
    border: none !important;
    background-color: transparent !important;
}	
.dl_table.rwd dt {
    display: block;
    background-color: var(--clrBodyToneBg, #f8f8f8);
}
.dl_table.rwd dd {
    display: block;
    padding: 0.75em 0;
}
	
table.table_basic tr {
    margin: 0;
    border: none !important;
    background-color: transparent !important;
}	
table.table_basic th {
    display: block;
    background-color: var(--clrBodyToneBg, #f8f8f8);
	width: 100%!important;
	text-align: left;
}
table.table_basic td {
    display: block;
    padding: 0.75em 0;
}	
table.table_basic {
  border-top: none;
}
	
}	

.c-s-border-line {
    border-top: 1px dotted #b7b2b5;
    padding-top: 40px;
}


.c-s-icon {
    color: #fff;
    background-color: var(--vls-color-primary-dark);
    border-radius: 4px;
	margin-bottom: 20px;
}

.c-s-txt {
    padding: 10px 5px 10px 5px;
    line-height: 1.0;
    text-align: center;
}
/*----------------------------------------------------
  #top-web-intro
--------------------------------------------------- */


.top-web-intro-unit {
    position: relative;
    width: 100%;
    /*margin-top: 120px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}
.top-web-intro-unit {
    /*margin-top: 120px;*/
}

.top-web-intro-unit .top-web-intro-unitImg-part {
    background-image: url('../images/web-part-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-academy-top {
    background-image: url('../images/web-academy-top-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-academy-f {
    background-image: url('../images/web-academy-f-top-topimg.jpg')
}

.top-web-intro-unit .top-web-intro-unitImg-aboutus {
    background-image: url('../images/web-aboutus-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-class {
    background-image: url('../images/web-class-topimg.jpg')
}

.top-web-intro-unit .top-web-intro-unitImg-admission {
    background-image: url('../images/web-admission-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-facility {
    background-image: url('../images/web-facility-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-guide {
    background-image: url('../images/web-recruit-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-news {
    background-image: url('../images/web-news-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-teachers {
    background-image: url('../images/web-teachers-topimg.jpg')
}

.top-web-intro-unit .top-web-intro-unitImg-faq {
    background-image: url('../images/web-faq-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-greet {
    background-image: url('../images/web-greet-topimg.jpg')
}

.top-web-intro-unit .top-web-intro-unitImg-faculty {
    background-image: url('../images/web-dormitory-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-contact {
    background-image: url('../images/web-contact-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-dormitory {
    background-image: url('../images/web-dormitory-topimg.jpg')
}
.top-web-intro-unit .top-web-intro-unitImg-cpex {
    background-image: url('../images/web-cpex-topimg.jpg')
}

.top-web-intro-unit .top-web-intro-unitImg-mensroom {
    background-image: url('../images/web-mensroom-topimg.jpg')
}




@media screen and (max-width:767px) {
    .top-web-intro-unit {
        margin-top: 0px
    }
}
.top-web-intro-unitImg-part {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-academy-top {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-aboutus {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-class {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.top-web-intro-unitImg-admission {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-guide {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-facility {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.top-web-intro-unitImg-faq {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-news {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-greet {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-teachers {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.top-web-intro-unitImg-faculty {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-contact {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-dormitory {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-achievement {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-achievement {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.top-web-intro-unitImg-cpex {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg3 {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg4 {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg5 {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg6 {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg7 {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-mensroom {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-search {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.top-web-intro-unitImg-academy-f{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-web-intro-unitImg-roof-r{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

@media screen and (max-width:767px) {
    .top-web-intro-unitImg {
        height: 340px
    }
    .top-web-intro-unitImg2 {
        height: 340px
    }
    .top-web-intro-unitImg3 {
        height: 340px
    }
    .top-web-intro-unitImg4 {
        height: 340px
    }
    .top-web-intro-unitImg5 {
        height: 340px
    }
    .top-web-intro-unitImg6 {
        height: 340px
    }
	
}

.top-web-intro-unitContent {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: calc(100% - 160px);
    height: auto;
    margin: -60px auto 0;
    padding: 60px 24px 30px;
	border-radius: 10px;
    background-color: #fff;
    /*box-shadow: 0 20px 30px rgba(33, 33, 33, .04)*/
}
@media screen and (max-width:960px) {
    .top-web-intro-unitContent {
        width: calc(100% - 80px);
        padding: 40px
    }
}
@media screen and (max-width:767px) {
    .top-web-intro-unitContent {
        width: calc(100% - 32px);
        height: auto;
        margin-top: -40px;
        padding: 40px 32px
    }
}
.top-web-intro-unitContent h1 {
    display: block;
    width: 100%;
    text-align: center
}
.top-web-intro-unitContent h1 > img {
    width: auto;
    height: 62px;
    margin: auto
}
.top-web-intro-unit:nth-of-type(3) .top-web-intro-unitContent h1 > img {
    height: 80px;
    margin-left: 12px
}
@media screen and (max-width:960px) {
    .top-web-intro-unit:nth-of-type(3) .top-web-intro-unitContent h1 > img {
        height: 60px
    }
}
@media screen and (max-width:767px) {
    .top-web-intro-unit:nth-of-type(3) .top-web-intro-unitContent h1 > img {
        height: 46px
    }
}
@media screen and (max-width:960px) {
    .top-web-intro-unitContent h1 > img {
        height: 44px
    }
    .top-web-intro-unit:first-of-type .top-web-intro-unitContent h1 > img {
        position: relative;
        left: 6px
    }
}
@media screen and (max-width:767px) {
    .top-web-intro-unitContent h1 > img {
        height: 36px
    }
}



/*----------------------------------------------------
  #faq
--------------------------------------------------- */
.faq_collection dl{
  border-bottom: 1px solid #efefef
}
.faq_collection dt{
  padding: 30px 20px 30px 50px;
	background: url("../images/faq_ico.png") no-repeat 10px 50%;
  font-size: 115%;
  font-weight: bold;
  cursor: pointer
}
.faq_collection dt.in,
.faq_collection dt:hover{
  background-color: #fbfbfb
}
.faq_collection dt span{
  display: block;
  padding-right: 35px;
  background: url("../images/faq_btn_p.png") no-repeat 100% 50%
}
.faq_collection dt.in span{
  background: url("../images/faq_btn_m.png") no-repeat 100% 50%
}

.faq_collection dd{
  padding: 25px 10px 30px;
  line-height: 1.8;	
}
.faq_collection a{
	text-decoration:underline;
	color: #1674b7;
}
@media (max-width:768px) {
	
.faq_collection dt{
  font-size: 90%;
  line-height: 1.4;	
}
.faq_collection dd{
  line-height: 1.4;
}
	

	
	
}
/*----------------------------------------------------
  #COMPANY PROFILE
--------------------------------------------------- */

.com-pro dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.com-pro dl.border-set {
    border-bottom: solid 1px #eaeaea;
}


.com-pro dl.border-set > dt {
    border-top: solid 1px #eaeaea;
    padding: 28px 0;
}


.com-pro dl.border-set > dd {
    border-top: solid 1px #eaeaea;
    padding: 28px 0 28px 30px;
	line-height: 1.6;
}


.com-pro dt {
    width: 200px;
    padding: 0 0 10px;
    font-weight: bold;
    color: #222;
}


.com-pro dd {
    width: calc(100% - 200px);
    padding: 0 0 10px 30px;


}
@media screen and (max-width: 767px){
.com-pro dl {
    display: block;
    margin-bottom: 15px;
}	
.com-pro dl.border-set {
    border-bottom: 0 none;
    border-top: solid 1px #e5e9e9;
}	
.com-pro dl.border-set > dt {
    padding: 15px 0 5px;
    border-top: 0 none;
    font-size: 14px;
}
.com-pro dl.border-set > dd {
    width: auto;
    padding: 0 0 15px;
    border-top: 0 none;
    border-bottom: solid 1px #e5e9e9;
}	
	
.com-pro dt {
    width: auto !important;
    padding-bottom: 5px !important;
}	
.com-pro dd {
    width: auto !important;
    padding: 0 0 15px;
}
}	
/*----------------------------------------------------
  #about-us
--------------------------------------------------- */

.ggmap {
position: relative;
padding-bottom: 50%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}

/*----------------------------------------------------
  #cource_box
--------------------------------------------------- */

@charset "utf-8";
/* CSS Document */
.cource_box{
	margin:0 auto;
	padding:0;
}
.cource_box .tbl_box {
}
.cource_box table {
	margin:40px 0 0;
	padding:0;
}
.tbl_box table{
	border-collapse: collapse;
	box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 16%);
    border-radius: 10px;
	/*margin: 0 auto;*/
}
.tbl_box table th {
	padding: 10px;
	font-size:16px;
	line-height:30px;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	background:#0084cf;
	color:#fff;
}

.tbl_box table th:first-child {
	
	border-top-left-radius: 10px;
	
}
.tbl_box table th:last-child {
	
	border-top-right-radius: 10px;
	
}


.tbl_box table td {
	padding: 10px;
	font-size:16px;
	line-height:30px;
	text-align:left;
	vertical-align: middle;
	/*border: 1px solid #cccccc !important;*/
	width: 210px;
    text-align: center;
	
}
.tbl_box table td.sub{
	padding: 5px 10px;
	font-size:16px;
	line-height:30px;
	text-align:center;
	vertical-align: middle;
	border: 1px solid #cccccc !important;
	background:#f1f0ec;
}

@media screen and (min-width:751px) and (max-width: 980px) {
	.cource_box{
	width:98%;
	margin:90px auto 0;
	padding:0;
}
.cource_box .tbl_box {
	width:100%;
}
.cource_box table {
	width:100%;
	margin:40px 0 0;
	padding:0;
}
.tbl_box table{
	border-collapse: collapse;
}
.tbl_box table th {
	padding: 10px;
	font-size:16px;
	line-height:30px;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	background:#0084cf;
	color:#fff;
}
.tbl_box table td {
	padding: 10px;
	font-size:16px;
	line-height:30px;
	text-align:left;
	vertical-align: middle;
	border: 1px solid #cccccc !important;
}
.tbl_box table td.sub{
	padding: 5px 10px;
	font-size:16px;
	line-height:30px;
	text-align:center;
	vertical-align: middle;
	border: 1px solid #cccccc !important;
	background:#f1f0ec;
}

}
.tbl_box table td.t-t-l{
	
	border-bottom : 1px solid #e6e6e6 !important;
	border-right: 1px solid #e6e6e6 !important;
}
.tbl_box table td.t-t-r{
	
	border-bottom : 1px solid #e6e6e6 !important;
}

.tbl_box table td.t-l{
	
	border-top: 1px solid #e6e6e6 !important;
	border-right: 1px solid #e6e6e6 !important;
}
.tbl_box table td.t-r{
	
	border-top : 1px solid #e6e6e6 !important;
}


@media screen and (max-width:750px) {
.cource_box {
	width:98%;
	margin:40px auto 0;
	padding:0;
}
.cource_box .tbl_box {
	width:100%;
	overflow-x:auto !important;
	overflow-y:hidden !important;
}
.cource_box table {
	width:940px;
	margin:20px 0 0;
	padding:0;
}
	}
.pride-notice{
	margin-top: 20px
}
.pride-notice p{
	font-size: 14px
}


/*----------------------------------------------------
  #Admission information
--------------------------------------------------- */

@media(min-width:782px) {
.section_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}	
.content_wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 78px 0;
  box-sizing: border-box;
}
.category_title {
  position: relative;
  font-size: 1rem;
  font-family: neue-haas-grotesk-text, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 100%;
  padding-left: 17px;
  margin-bottom: 25px;
}
.sub_title_m, .sub_title_m2 {
  color: #111419;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 168%;
  letter-spacing: 1.7px;
  margin-bottom: 21px;
}

	
	
.category_title::before {
  position: absolute;
  display: block;
  left: 0;
  top: 40%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e02a20;
}


.vision_box03 {
  background-image: url(../../img/vision_text03.png);
  background-size: 34%;
  background-repeat: no-repeat;
  background-position: left -10px top 70px;
  background-color: #fafafa;
  padding-top: 130px;
  padding-bottom: 110px;
}
.vision_box03 .content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.vision_box03 .content_wrap .left {
  width: 27%;
  padding-top: 25px;
}
.vision_box03 .content_wrap .left .category_title {
  margin-bottom: 18px;
}
.vision_box03 .content_wrap .right {
  width: 68.5%;
}
.vision_box03 .content_wrap .right .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 65px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.vision_box03 .content_wrap .right .box .img {
  width: 125px;
}
.vision_box03 .content_wrap .right .box .img img {
		max-width: 100%;
        height: auto;
}
	
	
.vision_box03 .content_wrap .right .box .text {
  width: 80%;
}
.vision_box03 .content_wrap .right .box .title {
  color: #111419;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 170%;
  padding-top: 5px;
  padding-bottom: 10px;
}
.vision_box03 .content_wrap .right .box p {
  padding-right: 70px;
}
	
	}

@media(max-width:781px) {
.section_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  box-sizing: border-box;
  position: relative;
}

.content_wrap {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.category_title {
  position: relative;
  font-size: 1rem;
  font-family: neue-haas-grotesk-text, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 100%;
  padding-left: 17px;
  margin-bottom: 25px;
}

.category_title::before {
  position: absolute;
  display: block;
  left: 0;
  top: 36%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e02a20;
}
.sub_title, .sub_title_m, .sub_title_m2 {
  color: #111419;
  font-size: 2rem;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 2px;
  margin-bottom: 21px;
}	
	
	
.vision_box03 {
  background-image: url(../../img/vision_text03.png);
  background-size: 78%;
  background-repeat: no-repeat;
  background-position: left -10px top 10px;
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 55px;
}
.vision_box03 .content_wrap .left .category_title {
  margin-bottom: 15px;
}
.vision_box03 .content_wrap .left .sub_title_m {
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.vision_box03 .content_wrap .right .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
.vision_box03 .content_wrap .right .box .img {
  width: 82px;
}
.vision_box03 .content_wrap .right .box .img img {
		max-width: 100%;
        height: auto;
}
	
.vision_box03 .content_wrap .right .box .text {
  width: 72%;
}
.vision_box03 .content_wrap .right .box .title {
  color: #111419;

  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 170%;
  padding-bottom: 7px;
}
.vision_box03 .content_wrap .right .box p {
  font-size: 1.35rem;
}	
	
	
}
/******************************************************************************
 * FLOW
*******************************************************************************/
.flow-step {
    border-top: 1px solid #e5e5e5;
}

.flow-step__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.flow-step__num {
    width: 16.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 45px!important;
    line-height: 1;
    text-align: center;
    color: #15171c;
    position: relative;
    top: .5rem;
}

.flow-step__num span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
}


.flow-step__inner {
    width: calc(100% - 16.7%);
}

.flow-step__heading {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: #15171c;
}

.flow-step__txt {
    margin-top: 1.7rem;
    font-size: 1.6rem;
    line-height: 2;
    color: #555555;
    text-align: justify;
}
.flow-step__txt[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.6rem * 2) + 1.6rem) / 2 + 0rem);
}

.flow-step__txt[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.6rem * 2) + 1.6rem) / 2 + 0rem);
}
@media screen and (max-width: 768px){
	
	.flow-step__content {
    display: block;
    padding: 2.5rem 0;
}
	
	.flow-step__num {
    width: 100%;
    font-size: 4.6rem;
    top: 0;
}
	
	.flow-step__num span {
    margin-bottom: .3rem;
    font-size: 1.1rem;
}
.flow-step__inner {
    width: 100%;
    margin-top: 1rem;
}	
.flow-step__heading {
    font-size: 1.6rem;
    text-align: center;
}
.flow-step__txt {
    font-size: 1.3rem;
}	
.flow-step__txt[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.3rem * 2) + 1.3rem) / 2 + 0rem);
}
.flow-step__txt[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.3rem * 2) + 1.3rem) / 2 + 0rem);
}	
}
.flow-deadline__item {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
}


.flow-deadline__item .head {
    display: flex;
    margin-bottom: 25px;
    line-height: 1;
}

.flow-deadline__item .head .deadline {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.flow-deadline__item .head .deadline {
    letter-spacing: 0.12em;
	background-color: #000;
padding: 0.4em 0.8em 0.4em;
}
.flow-deadline__item .head .deadline:after {
    content: "";
    position: absolute;
    top: 17px;
    width: 1.3rem;
    height: 1px;
	margin-left: 22px;
	background-color: #e6e6e6
	
}
.flow-deadline__item .head .period {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}
.flow-deadline__item .head .period {
    letter-spacing: 0.12em;
	margin-left: 50px;
}

@media only screen and (max-width:768px){
	
	.flow-deadline__item .head .deadline {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
	font-family: "Sawarabi Mincho", YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;

}	
.flow-deadline__item .head .period {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}	
.flow-deadline__item .head .period {
    letter-spacing: 0.12em;
}
.flow-deadline__item .name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1b1b;
}
.flow-deadline__item .head .deadline:after {
    top: 11px;
	
}
	
}	

/*----------------------------------------------------
  #web-received
--------------------------------------------------- */

.rcd-alternate-thumb * {
  box-sizing: border-box;
}

.rcd-alternate-thumb *:before,
.rcd-alternate-thumb *:after {
  box-sizing: border-box;
}

.rcd-alternate-thumb,
.rcd-alternate-thumb:link,
.rcd-alternate-thumb:visited,
.rcd-alternate-thumb a:active,
.rcd-alternate-thumb a:hover,
.rcd-alternate-thumb a:focus {
  color: inherit;
  text-decoration: inherit;
}

.rcd-alternate-thumb__inner {
  *zoom: 1;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.rcd-alternate-thumb__inner:before,
.rcd-alternate-thumb__inner:after {
  display: table;
  content: "";
}

.rcd-alternate-thumb__inner:after {
  clear: both;
}

.rcd-alternate-thumb__caption {
  position: relative;
  z-index: 2;
  width: 40.2384500745%;
  min-height: 382px;
  background-color: #f7f7f7;
  float: right;
}

.rcd-alternate-thumb__caption__container {
  display: table;
  width: 100%;
  height: 382px;
}

.rcd-alternate-thumb__caption__inner {
  display: table-row;
}

.rcd-alternate-thumb__caption__content {
  display: table-cell;
  padding: 5.5555555556%;
  vertical-align: middle;
}

.rcd-alternate-thumb__caption__lead {
  font-size: 13px;
  padding: 25px 14.8148148148% 0;
}

.rcd-alternate-thumb__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 65.5737704918%;
  height: 100%;
}

.rcd-alternate-thumb__bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rcd-alternate-thumb--reverse .rcd-alternate-thumb__caption {
  float: left;
}

.rcd-alternate-thumb--reverse .rcd-alternate-thumb__bg {
  right: 0;
  left: initial;
  left: auto;
}

.rcd-alternate-thumb .rcd-a-h__link {
  transition-duration: 0.4s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rcd-alternate-thumb:hover .rcd-a-h__link {
  color: #e02a20;
}

.rcd-alternate-thumb .rcd-alternate-thumb__bg {
  overflow: hidden;
}

.rcd-alternate-thumb .rcd-alternate-thumb__bg:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 0 solid #e02a20;
  content: "";
  transition-duration: 0.6s;
  transition-property: border-width;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.rcd-alternate-thumb .rcd-alternate-thumb__bg img {
  transition-duration: 0.6s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.rcd-alternate-thumb:hover .rcd-alternate-thumb__bg:after {
  border-width: 8px;
}

.rcd-alternate-thumb:hover .rcd-alternate-thumb__bg img {
  transform: scale(0.99);
}

.rcd-alternate-thumb {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  color: #333333;
  font-feature-settings: "pkna";
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
}

.rcd-alternate-thumb * {
  box-sizing: border-box;
}

.rcd-alternate-thumb *:before,
.rcd-alternate-thumb *:after {
  box-sizing: border-box;
}

.rcd-alternate-thumb__item + .rcd-alternate-thumb__item {
  margin-top: 60px;
}

.rcd-anchors {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  color: #333333;
  font-feature-settings: "pkna";
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -10px;
}

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

  .rcd-alternate-thumb {
    font-size: 11px;
  }

  .rcd-alternate-thumb {
    padding-right: 0;
    padding-left: 0;
  }

  .rcd-alternate-thumb__inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rcd-alternate-thumb__caption__container {
    height: auto;
  }

  .rcd-alternate-thumb__caption__content {
    padding: 35px 15px;
  }

  .rcd-alternate-thumb__caption__lead {
    font-size: 10px;
  }

  .rcd-alternate-thumb__caption__lead {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }

  .rcd-alternate-thumb__caption {
    width: auto;
    height: auto;
    min-height: auto;
    min-height: initial;
    margin-top: -30px;
    margin-right: 20px;
    margin-left: 20px;
    float: none;
  }

  .rcd-alternate-thumb__bg {
    position: relative;
    width: auto;
    height: auto;
  }

  .rcd-alternate-thumb__bg img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .rcd-alternate-thumb {
    font-size: 11px;
  }

  .rcd-alternate-thumb__item + .rcd-alternate-thumb__item {
    margin-top: 50px;
  }
	
	
  .rcd-sec-header {
    font-size: 11px;
  }

  .rcd-sec-header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rcd-a-h--h2 {
    font-size: 30px;
	padding: 0px!important;  
  }


  .rcd-a-h-en--h1-sub {
    font-size: 11px;
  }
	
	
}

.rcd-a-h a,
.rcd-a-h__link {
  position: relative;
  display: inline-block;
}
.rcd-a-h--h2 a,
.rcd-a-h--h2 .rcd-a-h__link {
  padding-right: 40px;
}


  .rcd-a-h--h2 {
    font-size: 30px;
  }

  .rcd-a-h--h2 a:after,
  .rcd-a-h--h2 .rcd-a-h__link:after {
    margin-top: -13px;
    font-size: 15px;
  }
.rcd-a-h__link:after {
  display: inline-block;
  content: url(../images/re-arrow01.svg);
  font-family: "ucc";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  right: 0;
  color: #e02a20;
}

 


.rcd-sec-header {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  color: #333333;
  font-feature-settings: "pkna";
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rcd-sec-header * {
  box-sizing: border-box;
  border-bottom: initial!important;	
}

.rcd-sec-header *:before,
.rcd-sec-header *:after {
  box-sizing: border-box;
}

.rcd-sec-header--small {
  max-width: 1066px;
}

.rcd-sec-header .rcd-a-h + .rcd-a-h-en {
  margin-top: 5px;
}

.rcd-sec-header .rcd-a-h-en {
  letter-spacing: 0.2em;
}

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

alert 

--------------------------------------------------*/
#alert.both{
	border-bottom: none;
}
#alert.both .alert-banner:last-of-type{
	border-bottom: 1px solid #eebbb9;
}
.alert-constant_wrap{
	border-top: 1px solid #eebbb9;
	border-bottom: 1px solid #eebbb9;
	background-color: #fcebeb;
}
.alert-constant{
    margin: 0 auto;
	padding: 0;
	max-width: 984px;
	list-style: none;
	line-height: 20px;
}
.alert-constant :not(:first-of-type){
	border-top: 1px solid #eebbb9;
}
.alert-constant li{
	font-size: 13px;
	padding: 5px;
}
.alert-constant li a{
	display: inline-block;
	padding-left: 25px;
	background: url(../images/icon-alert.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px auto;;
	color: #000;

}
.alert-constant li a:hover{
	cursor: pointer;
	text-decoration:underline;
}
.alert-constant .external::after{
	display:inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(../images/icon-blank-black.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 10px 10px;
	margin:0 5px;
}
@media screen and (max-width: 1023px) {
	.alert-constant li {
		padding: 10px 15px;
	}
}
