@charset "UTF-8";

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

目次

.homeVisualArea
	homeSiteTitle
	homeMainVisualWrap
	homeMainVisual
	homeMainVisualCopyArea
------------------------------------------------------- */

/* homeVisualArea */
.homeVisualArea {
    position: relative;
    display: block
}

.homeSiteTitle {
    position: absolute;
    z-index: 5;
    left: 6%
}

@media only screen and (max-width: 767px) {
    .homeSiteTitle {
      top: 8px;
      width: 160px;
        /*height: 135px;*/
        /*background: #014B8B url("../img/img_logo_sp.svg") no-repeat center 6px;*/
				/*background-size: 62%;*/
				padding: 0px 0 0;
				color: #fff;
		    /* left: 4%; */
				z-index: 1000;
				position: fixed;
    }

    .homeMainVisualWrap {
        /* height:100vh; */
        height:88vh;
				margin-bottom: 30px;
    }
}


@media only screen and (min-width: 768px) {
    .homeSiteTitle {
        /*top:-25px;*/
        height: 90px;
        width: 250px;
				font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

/* Small devices: Tablets (≥768px) */
 @media (min-width: 768px) and (max-width: 991px) {
	.homeSiteTitle {
	position: relative;
    height: inherit;
		display: none;
		}
 }

@media only screen and (min-width: 980px) {
    .homeSiteTitle {
        top:-50px;
				display: none;
    }
}

.homeMainVisualWrap {
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .homeMainVisualWrap {
        height:630px;
				margin-bottom: 30px;
    }
}

.homeMainVisual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: opacity 1.2s ease-out, -webkit-transform 7s linear;
    transition: opacity 1.2s ease-out, transform 7s linear;
    transition: opacity 1.2s ease-out, transform 7s linear, -webkit-transform 7s linear;
    opacity: 0;
    z-index: 0
}

@media only screen and (max-width: 767px) {
    .homeMainVisual {
        padding:75% 0 0 0
    }
}

@media only screen and (min-width: 768px) {
    .homeMainVisual {
        height:630px
    }
}

.homeMainVisual.current {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .homeMainVisual.homeMainVisual-01 {
        /*background:#000 url("../../img/img_main-visual-01_sp.jpg") no-repeat center center;*/
        background:#000 url("../../img/img_main-visual-01_pc.jpg") no-repeat center center;
        background-size: cover;
				/* padding: 10% 0 0 0; */
				padding: 0% 0 0 0;
        height:100vh;
    }
}

@media only screen and (min-width: 768px) {
    .homeMainVisual.homeMainVisual-01 {
        background:url("../../img/img_main-visual-01_pc.jpg") no-repeat 10% center;
        background-size: cover
    }
}

@media only screen and (min-width: 980px) {
    .homeMainVisual.homeMainVisual-01 {
        background-position:center center
    }
}

/* homeMainVisualCopyArea */

@media only screen and (max-width: 767px) {
	.homeMainVisualCopyArea {
	    position: absolute;
	    /* margin: 75% 0 0 0; */
	    padding: 12px 5% 12px 5%;
	    background: #2d2d2dcc;
	    /* bottom: 0vh; */
	    /* bottom: 14vh; */
	    bottom: 0;
	    z-index: 2;
	    right: 0;
	    width: 90%;
	}
}

@media only screen and (min-width: 768px) {
    .homeMainVisualCopyArea {
        position:absolute;
        z-index: 10;
				top: 18%;
		    left: 4%;
        bottom: 60px;
		    padding: 1em 1.2em;
    }
}

@media only screen and (max-width: 767px) {
    .homeMainVisualCopyArea br {
        display:none
    }
}

.homeMainVisualCopyArea .catchCopy {
    color: #fff;
    /*font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";*/
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Hannari" ,serif;
		/*font-family: "";*/
		/*font-weight: bold;*/
    line-height: 1.25;
    text-shadow: 2px 2px 0 #000;
}

@media only screen and (max-width: 767px) {
    .homeMainVisualCopyArea .catchCopy {
				font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
        font-size:18px;
        font-size: 1.325rem;
        margin: 0 0 5px 0;
				line-height: 1.5em;
				text-align: center;
    }

	  .homeMainVisualCopyArea .catchCopy.underText {
			 text-indent: 0.7em;
		}
}

@media only screen and (min-width: 768px) {
    .homeMainVisualCopyArea .catchCopy {
        margin:0 0 10px 0;
        font-size: 32px;
				font-size: 3.45rem;
				line-height: 1.45em;
		    background: rgba(0, 0, 0, 0.6);
		    padding-left: 0.3em;
				letter-spacing: 0.08em;
    }

    .homeMainVisualCopyArea .catchCopy.fwS {
			width: 80%;
		}

    .homeMainVisualCopyArea .catchCopy span{
			font-size: 0.8em;
		}
}

/* Small devices: Tablets (≥768px) */
 @media (min-width: 768px) and (max-width: 991px) {
	 .header{
		 display: inline-block;
     height: 42px;
	 }
 }

.homeMainVisualCopyArea .text {
    color: #fff;
    font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: bold
}

@media only screen and (max-width: 767px) {
    .homeMainVisualCopyArea .text {
        font-size:14px;
        font-size: .875rem;
				margin-bottom: 1.5em;
    }
}

@media only screen and (min-width: 768px) {
    .homeMainVisualCopyArea .text {
        font-size:16px;
        font-size: 1rem;
				margin-bottom: 15px;
    }
}


/* homeVisualNavigation
 		右下の小さいまる ---------------------*/

.homeVisualNavigation {
    position: absolute;
    z-index: 1000;
    height: 20px;
		display: none;
}



/* -------------------------------------------------------
homeMainVisualCopyArea
------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    .homeContentContainer {
        padding:0px 0 0 0
    }

		.homeContentContainer .homeSection2colWrap {
			margin: 30px 0;
			height: 1420px;
      margin-bottom: 50px!important;
		}
}

@media only screen and (min-width: 768px) {
    .homeContentContainer {
        padding:0px 0 0 0
    }

		.homeContentContainer .homeSection2colWrap {
			margin: 100px 0;
		}
}


/* homeHedding01
------------------------------------------------------- */

.homeHedding01.homeHedding01-recruitment {
    position: relative;
    font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Hannari" ,serif";*/

    color: #333;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
}


.homeSection2colWrap .homeHedding01.homeHedding01-recruitment span b {
		color: #1b76d0;
}

@media only screen and (max-width: 767px) {
    .homeHedding01.homeHedding01-recruitment {
        font-size:12px;
        font-size: .75rem;
				margin: 0px 0 18px 0;
		    padding-top: 10px;
    }

		.homeSection2colWrap .homeHedding01.homeHedding01-recruitment span b {
			font-size: 1.3rem;
      line-height: 1.3em;
		}

		.homeSection2colWrap .homeHedding01.homeHedding01-recruitment span b i {
			font-size: 3rem;
		}
}

@media only screen and (min-width: 768px) {
    .homeHedding01.homeHedding01-recruitment {
        font-size:16px;
        font-size: 1rem;
        margin: 34px 0 34px 0;
    }
}

@media only screen and (min-width: 980px) {
    .homeHedding01.homeHedding01-recruitment {
        text-align:center;
				text-indent: 2em;
    }
}

.homeHedding01.homeHedding01-recruitment span {
    position: relative;
    font-size: 1.3em;
}

@media only screen and (max-width: 767px) {
    .homeHedding01.homeHedding01-recruitment span {
        padding:0 0px 0 0;
				line-height: 1.2em;
    }
}

@media only screen and (min-width: 768px) {
    .homeHedding01.homeHedding01-recruitment span {
        padding:0 0px 0 0
    }
}

@media only screen and (min-width: 980px) {
    .homeSection2colWrap .homeHedding01.homeHedding01-recruitment span {
        padding:0;
				/* margin: ; */
				font-size: 1.1em;
		    letter-spacing: 0.1em;
    }

    .homeSection2colWrap .homeHedding01.homeHedding01-recruitment span b {
			font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";

	    font-weight: bold;
	    font-size: 1.7rem;
	    color: #1b76d0;
			letter-spacing: 0.02;
	    line-height: 1.6em;
	    letter-spacing: 0.14em;
		}
}

.homeSection2colWrap .homeHedding01.homeHedding01-recruitment span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -6em;
    width: 30px;
    height: 1px;
    background: #2177d2;
}

.homeSection2colWrap .homeHedding01.homeHedding01-recruitment span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -8em;
    width: 30px;
    height: 1px;
		background: #2177d2;
}

@media only screen and (min-width: 980px) {
    .homeSection2colWrap .homeHedding01.homeHedding01-recruitment span:before {
        display:inline-block
    }
}



@media only screen and (max-width: 767px) {
    .homeHedding01.homeHedding01-recruitment span:after {
        background:#fff
    }
}


/* section03
------------------------------------------------------- */

.section03 {
	position: relative;
	box-shadow: none;
  padding-right: 0%;
	width: 1200px;
	margin: 120px auto 0;
	height: 810px;
}

.section03 .title-area {
  background: #4d4d4d;
  border: 10px solid #fff;
  border-radius: 100%;
	box-shadow: 0px 0px 20px #cccccc;
  display: inline-block;
  text-align: center;
	/* width: 21em;
	height: 21em; */
	width: 325px;
	height: 325px;
  margin: 0 auto;
	position: absolute;
	top: 273px;
  /* left: 35.65555%; */
  left: 0;
  right: 0;
  z-index: 12;

}

.section03 #line-circle {
  width: 50%;
  text-align: center;
  margin: 65px 25% 0;
}

/* IE ハック */
@media all and (-ms-high-contrast: none){
	.section03 #line-circle {
	  width: auto;
	  text-align: center;
	  margin: 65px 25% 0;
	}
}


.section03 .title-area h3 {
	font-size: 1.6em;
	color: #fff;
	padding-top: 115px;
	padding-left: 0.5em;
	font-weight: normal;
	z-index: 2;
	position: relative;
  background-size: 51%;
}

@-moz-document url-prefix() {
.section03 .title-area h3 {
  padding-top: 115px;
	}
}

.section03 .title-area h3 img{
  width: 81%;
}

.section03 .sectionInner {
  width: 325px;
  height: 325px;
	text-align: center;
	border: 10px solid #fff;
  border-radius: 100%;
	background: #fff;
	background: rgb(40,183,232);
	background: -moz-linear-gradient(-45deg,  rgba(40,183,232,1) 30%, rgba(70,220,227,1) 55%, rgba(247,171,0,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(30%,rgba(40,183,232,1)), color-stop(55%,rgba(70,220,227,1)), color-stop(100%,rgba(247,171,0,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(40,183,232,1) 30%,rgba(70,220,227,1) 55%,rgba(247,171,0,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(40,183,232,1) 30%,rgba(70,220,227,1) 55%,rgba(247,171,0,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(40,183,232,1) 30%,rgba(70,220,227,1) 55%,rgba(247,171,0,1) 100%);
	background: linear-gradient(135deg,  rgba(40,183,232,1) 30%,rgba(70,220,227,1) 55%,rgba(247,171,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b7e8', endColorstr='#f7ab00',GradientType=1 );
}


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

  .section03 .sectionInner {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
	.section03 #line-circle {
		display: none;
	}

	.section03 .sectionInner {
	  height: 305px;
	}
}

/* 各 サークル ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.section03 .secIn01 {
  margin: 0 auto;
	position: absolute;
	top:-71px;
  left: 0;
  right: 0;
  /* left: 35.65555%; */
	/*background: url(../../img/svg/020-phone-call-1.svg) #00ccc2 no-repeat center;*/
	box-shadow: 0px 0px 20px #cccccc;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7ab00+0,28b7e8+30,46dce3+55,28b7e8+100 */
  background-image: linear-gradient(160deg, rgb(0, 147, 233) 0%, rgb(128, 208, 199) 100%);
}

.section03	.topbox {
    padding:5.5em 0.5em 1.4em;
    border-radius: 190px;
		background: none!important;

}

/* .secIn01 ----------------*/

/* .section03 .secIn01 .topbox{
	background: #00b7ac;
	margin-bottom: 0px;
	padding-bottom: 3.6em;
	    padding-bottom: 4em;
} */

.section03 .secIn01 .img-box01 {
    padding-bottom: 13px;
}

/* .secIn02 ----------------*/

.section03 .secIn02 {
	position: absolute;
	left:12.2%;
	/*background: url(../../img/svg/022-share-1.svg) #ffb642 no-repeat center;*/
	box-shadow: 0px 0px 20px #cccccc;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28b7e8+0,28b7e8+30,f7ab00+55,46dce3+100 */
    background-image: linear-gradient(0deg, rgb(8, 174, 234) 0%, rgb(42, 245, 152) 100%);

}

.section03 .secIn02 .img-box {
	padding-bottom: 14px!important;
}

.section03 .secIn02 .topbox{
	background: #ff9d00;
  padding-bottom: 1.4em;
  padding-top: 5em;
	padding: 5.5em 2.2em 1.4em;
}

.section03 .secIn02,
.section03 .secIn03{
	/* top: 470px; */
  top: 450px;
}


@media only screen and (max-width: 767px) {
	.section03 .secIn02 .topbox{
		padding: 4.7em 1.2em 1.4em;
	}
}
@media screen and (min-width: 992px) {
  .section03 .secIn02,
  .section03 .secIn03{
    top: 470px;
  }
}


/* .secIn03 ----------------*/

.section03 .secIn03 {
  margin: 0 auto;
	position: absolute;
	right: 12.2%;
	/*background: url(../../img/svg/021-light-bulb-1.svg) #ff7186 no-repeat center;*/
	box-shadow: 0px 0px 20px #cccccc;
	/*padding-top: 3em;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7ab00+19,28b7e8+42,28b7e8+69,28b7e8+69,46dce3+89 */
    background-image: linear-gradient(90deg, rgb(254, 225, 64) 0%, rgb(250, 112, 154) 100%);
}

.section03 .secIn03 .topbox{
	background: #ff384f;
  padding: 4.5em 2.1em 1.4em 1.7em;
  margin-right: -0.5em;
}

.section03 .topbox p {
	font-size: 13.5px;
	color: #fff;
	text-align: center;
	font-weight: bold;

}

.section03 .secIn01 .topbox p {
		font-size: 13.5px;
		text-align: left;
		padding-left: 1.7em;
		line-height: 2em;
}

.section03 .secIn02 .topbox p {
    line-height: 1.9em;
}

.section03 .sectionInner h3 {
    	position: relative;
    margin-bottom: 2px;
    margin-top: 0px;
    padding-top: 0em;
		text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    text-indent: 1em;
		font-size: 1.2em;
}

.section03 .sectionInner h3.sec01-h3{
    margin-bottom: 6px;
    padding-top: 16px;
		letter-spacing: 0.24em;
}

.section03 .sectionInner h3 span {
    position: relative;
		color: #fff;
}

.section03 .sectionInner h3 span:before{
    content: "□";
    font-size: 70%;
    position: absolute;
    color: #ffeb3b;
		top: -3.6px;
    left: -3.3em;
    height: 12px;
    width: 12px;
}

.section03 .sectionInner h3 span:after{
    content: "□";
    font-size: 70%;
    position: absolute;
    color: #fff;
    top: 0.1em;
    left: -3em;
    height: 12px;
    width: 12px;
}

.section03 .sectionInner h3.short {
    letter-spacing: 0.24em;
		margin-bottom: 2px;
}



/* Extra small devices: Phones (<768px) iphone3,4,5 */
@media (min-width: 320px) and (max-width:374px){
  .section03 .title-area{
    /* margin: 0px 0px 0px 6px; */
  }

  .section03 .sectionInner{
    /* margin: 0px 25px 0px 6px; */
  }
}

@media only screen and (max-width: 767px) {
	.section03 {
		background-size: 220%;
		display: inline-block;
		width: 100%;
		position:relative;
		margin: 20px auto 0;
	}

	.section03 .sectionInner {
		width:  auto;
		margin-bottom: 60px;
	}

	.section03 .mb35.leadText{
		margin-bottom: 350px;
    font-size: 1.2em;
	}

	.section03	.topbox {
		width: auto;
    padding: 0em 0.5em 1.4em;
	}

	/* サークル */
	.section03 .title-area,
	.section03 .sectionInner{
		position: absolute;
		top:0;
		left: 0;
    /* margin: 0px 15px 0px 15px; */

	}

	.section03 .secIn03 .topbox {
	    padding: 3.7em 1em 1.4em 0.6em;
	}

	.section03 .topbox p {
		font-size: 13px;
	}

	.section03 .secIn01 .topbox p {
		padding-left: 0;	}

	.section03 .title-area{
    /* margin: 0px 0px 0px 35px; */
    width: 18em;
    height: 18em;
	}

	.section03 .title-area h3{
    padding-top: 100px;
	}

	.section03 .sectionInner h3.sec01-h3 {
		    margin-bottom: 4px;
		    padding-top: 3.9em;
		}


	.section03 .sectionInner h3.short {
	    letter-spacing: 0.12em;
			margin-bottom: 6px;
	}

	.section03 .sectionInner {
    width: 18em;
    height: 18em;
		/* margin: 0px 25px 0px 35px; */
	}

	.section03 .secIn01{
		top: 333px;
	}

	.section03 .secIn01 .topbox {
    padding: 0em 0.5em 1.4em;
	}

	.section03 .secIn02{
		top: 675px;
	}

	.section03 .secIn03{
		top: 1010px;
		right: 0;
	}
}


/* Extra small devices: Phones (<768px) iphone3,4,5 */
@media (min-width: 320px) and (max-width:374px){
  .section03 .title-area{
    /* margin: 0px 0px 0px 6px; */
  }

  .section03 .sectionInner{
    /* margin: 0px 25px 0px 6px; */
  }
}

/* Small devices: SP横 (≥768px) */
@media (min-width: 378px) and (max-width: 767px) {
	.section03 .title-area{
    margin: 0 auto;
    /* left: 27%; */
    left: 0;
    right: 0;
    /* margin-left: 0; */
  }

  .section03 .sectionInner{
    /* left: 21.7%; */
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

/* Small devices: Tablets (≥768px) */
 @media (min-width: 768px) and (max-width: 991px) {
	 .section03 {
     width: 100%;
	 }

	.section03 #line-circle {
	    width: 70%;
	    margin: -30px 15% 0;
	}

	.section03 .title-area{
		/* left:  27.033333%; */
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 225px;
	}

	 .section03 .secIn01{
     /* left: 27.033333%; */
     margin: 0 auto;
     left: 0;
     right: 0;
	 }

	 .section03 .secIn02{
    left: 0;
	 }

	 .section03 .secIn03{
		right: 0;
	 }
 }

/* Medium devices: Desktops (≥992px) */
 @media (min-width: 992px) and (max-width: 1199px) {
	 .section03 {
     width: 100%;
	 }

	.section03 #line-circle {
	    width: 70%;
	    margin: 60px 15% 0;
	}

	.section03 .title-area{
    top: 295px;
	}

	.section03 .title-area h3{
		padding-top: 115px;
	}
	 .section03 .secIn01{
	 }

	 .section03 .secIn02{
    left: 1em;
	 }
	 .section03 .secIn03{
		right: 1em;
	 }
 }



/* homeSectionMap ------------------------------*/
.homeSectionMap {
	background: #014B8B;
  padding:0px 0 0 0;
	margin-bottom: -10px;
}

.homeSectionMap iframe{
	width: 100%;
	height: 470px;
}


/* sectionHomeRecruitment ----------------------*/
.sectionHomeRecruitment {
    transition: all 0.8s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    overflow: hidden
}

.sectionHomeRecruitment.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (min-width: 768px) {
    .sectionHomeRecruitment {
        margin:0 0 0px 0;
				border-top: 4px solid #5495d7;
    }
}

.sectionHomeRecruitment .visual {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../../img/bg-section-news.jpg") no-repeat 0px -337px;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .sectionHomeRecruitment .visual {
				background: url("../../img/bg-section-news.jpg") ;
				background-position: bottom;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 768px) {
    .sectionHomeRecruitment .visual {
        height:150%
    }
}

.sectionHomeNewsInner {
    position: relative;
    z-index: 700;
}

.sectionHomeNewsInner .homeSectionBlockWrap{
	/* border-top: 1px solid #fff; */
  overflow-y: scroll;
}


.sectionHomeNewsInner .homeSectionBlockWrap::-webkit-scrollbar {
  display: none;
}

.sectionHomeNewsInner .newsInnerArea{
	background: rgba(0, 0, 0, 0.34);
  padding: 0em 1.5em 1em;
}

.sectionHomeNewsInner .newsInnerArea .homeHedding01 {
  margin: 0px 0 0em 0;
	padding-top: 2em;
	padding-bottom: 1.7em;
}

.sectionHomeNewsInner .homeHedding01 span{
	color: #fff;
	letter-spacing: 0.3em;
}

.sectionHomeNewsInner dl {
	height: 34.5em;
	/*overflow-y: scroll;*/
	border-top: 3px double #fff;
}

.sectionHomeNewsInner dl dt{
	padding-top: 1.5em;
  letter-spacing: 0.2em;
	color: #fff;
}

.sectionHomeNewsInner dl dd{
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 0 0;
  line-height: 1.6;
  /* height: 4.3em; */
  padding-top: 5px;
  padding-bottom: 1.3em;
}

.sectionHomeNewsInner dl dd a {
  color: #ffffff;
}

.sectionHomeNewsInner dl dd a:hover {
  text-decoration: underline;
}

.sectionHomeNewsInner dl dd:last-child{
	border-bottom: 3px double #fff;
}

@media only screen and (max-width: 767px) {
      .sectionHomeNewsInner {
      padding-top: 40px;
      /* min-height: 500px; */
      min-height: 345px;
      margin: 0 5%;
          padding-bottom: 40px;
    }

		.sectionHomeNewsInner .newsInnerArea{
	    padding: 0em 1.5em 3.5em;
      background: rgba(0, 0, 0, 0.55);
		}

		.sectionHomeNewsInner dl {
			height: 100%;
			/*overflow-y: scroll;*/
		}

    .sectionHomeNewsInner dl dd {
      height: auto;
      padding-bottom: 15px;
    }

    .sectionHomeNewsInner dl dd .visible-sp {
      display: block;
    }
}


@media only screen and (min-width: 768px) {
    .sectionHomeNewsInner {
        padding: 80px 24%;
    }

    .sectionHomeNewsInner dl dd .visible-sp {
      display: none;
    }
}

/* Small devices: Tablets (≥768px) */
 @media (min-width: 768px) and (max-width: 991px) {
    .sectionHomeNewsInner {
        padding: 80px 15%;
    }
 }

/* Medium devices: Desktops (≥992px) */
 @media (min-width: 992px) and (max-width: 1199px) {
    .sectionHomeNewsInner {
        padding: 80px 15%;
    }
 }

@media only screen and (min-width: 768px) {
    .homeSectionBlock {
        width:100%;
        margin: 0 0 15px 0
    }

    .homeSectionBlock:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden
    }
}

@media only screen and (min-width: 980px) {
    .homeSectionBlock {
        width:47%;
				margin: 0 auto;
    }
}


/* ------------------------------------------
clearfix
------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    display: block;
}

/* ------------------------------------------
2025-10-06
------------------------------------------- */
.news-img {
  display: flex;
  gap: .5em;
  width: 98%;
  margin: 1em auto;
}
.news-img .img-link {
  width: calc((100% - 1.5em) / 4);
}
.news-img img {
  width: 100%;
  height: auto;
}
.home.lg-on .lg-backdrop {
  background-color: rgba(27, 118, 209, .9);
  z-index: 3040;
}
.home.lg-on .lg-outer {
  z-index: 3050;
}
.home.lg-on .lg-img-wrap {
  margin: auto;
  width: calc(100% - 3em);
  height: calc(100% - 7em);
}
.home.lg-on .lg-download {
  display: none;
}
