
@charset "UTF-8";

html {
  font-size:62.5%;
}
body {
  font-size:1.4rem;
  font-family: 'Noto Sans Japanese' , 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Helvetica', 'メイリオ','Meiryo','ＭＳ ゴシック','MS PGothic', Osaka, sans-serif;
  background-color: #F2F2F2;

}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}
.flex {
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.j-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.j-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.j-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.j-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.j-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.a-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.a-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.a-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ac-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.ac-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.w5 {width: 5%;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}

.red {color: red;}

.pc {
	display: block;
}
.sp {
	display: none;
}
img {
	width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

/* ====================================================================== *
      HEADER
 * ====================================================================== */

.box_h1{
	top:0;
	z-index: 999;
	background: #3F4D57;
	width: 100%;
}
.box_h1 h1 {
	margin: 0;
	padding: 10px;
	font-size: 1rem;
	font-weight: 500;
	color: #FFF;
}

header {
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 100vw;
	height: 50vw;
	background: url(../images/tv.jpg) no-repeat;
	background-size: contain;
	position: relative;
}
#logo {
	margin: 0;
	padding: 0;
	width: 35vw;
	height: auto;
	position: absolute;
	top: 4vw;
	left: 16vw;
}
#read {
	margin: 0 0 0px;
	padding: 0;
	width: 65vw;
	font-size: 1.7rem;
	font-size: 1.3vw;
	color: #FFF;
	text-shadow: 0px 1px 2px black;
	line-height: 1.8em;
}


/* ====================================================================== *
      article
 * ====================================================================== */

#sec_article {
	margin: -12vw auto 70px;
	padding: 4em 6vw;
	width: 80vw;
	max-width: 1300px;
	background-color: #FFF;
	z-index: 100;
	position: relative;
}
.box_article {
	margin: 0;
	padding: 0 0 0 30px;
	border-left: solid 15px #ECEEF0;
}
#sec_article h2 {
	font-size: 3rem;
	font-size: clamp(2rem, 2vw, 3.3rem);
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.3em;
}
#sec_article h3 {
	font-size: 1.6vw;
	font-weight: 700;
	color: #00105D;
	margin: 10px 0 0;
	line-height: 1.3em;

}
.txt_article {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8em;
	padding: 0px 0 20px;
	margin: 5px 0;
}
.txt_article img {
	width: 50%;
	float: right;
	padding-left: 20px;
}
#box_ill {
	position: absolute;
	top: -5vw;
	right: -2vw;
	width: 26vw;
}


/* ====================================================================== *
      CONTENT
 * ====================================================================== */
.search {
    font-size: 0px;
    list-style: none;
    margin: 0 0 15px;
    padding: 8px 0 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #E6E6E6;
}
.search_item {
    display: inline-block;
    margin: 0 10px 10px 10px;
    padding: 0 30px;
    box-shadow: 0px 2px 10px -7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: top;
    border: 1px solid #EBEBEB;
    display: block;
    cursor: pointer;
    color: #013F6E;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    letter-spacing: 2px;
    -webkit-transition: border .1s;
    -moz-transition: border .1s;
    -o-transition: border .1s;
    -ms-transition: border .1s;
    transition: border .1s;
}
.is-active.mixitup-control-active {
    background: #013F6E;
    color: #fff;
}
.mixitup-control-active {
    background: #013F6E !important;
    color: #fff !important;
}

.list_item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #ECEEF0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    width: 24%;
    margin: 1vh 0.5%;
    padding-bottom: 35px;
}
.name_co {
	margin: 0px;
	padding: 0;
	background-color: #3F4D57;
	color: #FFF;
	font-size: 1.3rem;
}
.name_co a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	color: #FFF;
	text-decoration: none;
}
.name_co02 {
	margin: 0px;
	padding: 0;
	background-color: #3F4D57;
	color: #FFF;
	font-size: 1.2rem;
}
.name_co02 span {
	margin: 0px;
	padding: 0;
	background-color: #3F4D57;
	color: #FFF;
	font-size: 1rem;
}
.name_co02 a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 9px 20px;
	color: #FFF;
	line-height: 1.3;
	text-decoration: none;
}
.box_caption {
	margin: 0;
	padding: 20px;
	font-size: 1.3rem;
	letter-spacing: 0px;
	font-weight: 500;
	line-height: 1.5em;
	min-height: 170px;
	background-color: #FFF;
}
.box_photo {
	margin: 0;
	padding: 0 0px 0 10px;
	width: 45%;
	float: right;
}
.box_photo02 {
	margin: 0;
	padding: 0 0px 10px 0px;
	width: 100%;
}
.box_adderss {
	margin: 0;
	padding: 15px 20px;
	background-color: #ECEEF0;
	clear: both;
	width: 100%;
}
.media-box-footer{
	background-color: #3F4D57;
	padding: 5px 10px;
	font-size: 1rem;
	color: #FFF;
	-webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.1);
	   -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.1);
	        box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.media-box-categories{
	margin: 0;
	font-size: 10px;
	color: #FFF;
}
.media-box-date{
	margin-bottom: 8px;
}
.title_adderss {
	margin: 0 10px 10px 0;
	padding: 4px 0px;
	color: #FFF;
	font-size: 1rem;
	background-color: #013F6E;
	text-align: center;
	width: 60px;
}
.txt_address {
	width: calc( 100% - 80px );
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding-top: 2px;
}
.title_adderss02 {
	margin: 0 10px 10px 0;
	padding: 4px 0px;
	color: #FFF;
	font-size: 1rem;
	background-color: #013F6E;
	text-align: center;
	width: 80px;
}
.txt_address02 {
	width: calc( 100% - 90px );
	font-size: 1.1rem;
	margin-bottom: 10px;
	padding-top: 3px;
}
	.list{
		width: 90%;
		max-width: 1500px;
		margin: auto;
	}

	.content h4{
		margin: 20px 0;
		color: #575757;
	}

	.section{
		background: #fff;
		width: 100%;
		padding: 100px 0;
	}

	.content p{
		color: #575757;
		margin-bottom: 0;
	}

	.grid-section{
		background-repeat: no-repeat;
	    background-size: 100% 100%;
		/*background: rgb(250, 250, 250);*/
		background: #E6E6E6;
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.animate-on-load{
		opacity: 0;
	}

	.headline{
		text-align: center;
		margin-bottom: 30px;
	}

	.headline h2{
	    font-weight: 700;
	    font-size: 3vw;
	    margin: 20px 0;
	    color: #013F6E;
	}

	.headline p{
		color: #999999;
		font-size: 18px;
	}

#ul_bn {
	margin: 4em auto 0;
	text-align: center;
	width: 100%;
}
#ul_bn li {
	margin: 1em 1em;
}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #333;
  color: #fff;
}
.button:hover {
  background-color: #59b1eb;
}
/* ====================================================================== *
      FOOTER
 * ====================================================================== */

	footer{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		border: none !important;
		color: #777777;
		background-color: #3F4D57;
		font-weight: 300;
		text-align: center;
	}

	footer .copy{
		color: #FFF;
		text-decoration: none !important;
		font-size: 1rem;
	}
#page_top{
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #013F6E;
  opacity: 0.6;
  border-radius: 10%;
  z-index: 10000;
}
#page_top a{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Material Icons';
  font-weight: 900;
  content: '\e5ce';
  font-size: 22px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ====================================================================== *
      TO TOP
 * ====================================================================== */

	.fixed{
		position: fixed;
		right: 24px;
		bottom: 0px;
		display: none;
		z-index: 999;
	}

	.to-top{
		height: 36px;
		line-height: 36px;
		width: 42px;
		background-color: rgba(0,0,0,.8);
		color: #fff;
		cursor: pointer;
		text-align: center;
		font-size: 12px;

		-webkit-border-radius: 3px 3px 0 0;
		   -moz-border-radius: 3px 3px 0 0;
		     -o-border-radius: 3px 3px 0 0;
		        border-radius: 3px 3px 0 0;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
		    -ms-transition: all 0.2s;
		     -o-transition: all 0.2s;
		        transition: all 0.2s;
	}

	.to-top i{
		margin-top: 10px;
	}

	.to-top:hover{
		background-color: #e54e53 !important;
	}

/* ====================================================================== *
      [9] RESPONSIVE DESIGN
 * ====================================================================== */

@media only screen and (min-width: 1800px) {
	#sec_article h3 {
    font-size: 1.4vw;
	}
	#box_ill {
    top: -7vw;
    right: -9vw;
    width: 30vw;
    max-width: 540px;
	}
}
@media only screen and (max-width: 1200px) {
	.content{
		width: 100%;
		padding: 0px 10px !important;
	}
}
@media (max-width: 1400px) {
	.list_item {
    width: 32.3%;
	}
}
@media (max-width: 1200px) {
	#box_ill {
    top: -7vw;
    width: 30vw;
    right: -4vw;
	}
	.txt_article img {
    width: 60%;
    float: right;
    padding-left: 20px;
}
}
@media (max-width: 900px) {
	#logo {
    width: 32vw;
    top: 3vw;
    left: 16vw;
	}
	.list_item {
    width: 49%;
	}
	#read {
    margin: 0 0 0;
    font-size: 12px;
    line-height: 1.4em;
	}
	#box_ill {
		top: -8vw;
    width: 36vw;
    right: -7vw;
 	}
	#sec_article {
		margin: -9vw auto 60px;
    padding: 3em 6vw;
	}
	#sec_article h2 {
    font-size: 1.8rem;
    font-size: clamp(1.5rem, 2.1vw, 4rem);
	}
	.grid-section {
    padding-top: 30px;
    padding-bottom: 100px;
	}
	.search span {
    margin: 0 10px 5px 0;
	}
	.search span {
    height: 40px;
    line-height: 40px;
    margin: 5px 5px;
    padding: 0 20px;
	}
	.headline {
    margin-bottom: 30px;
	}
	.name_co02 a {
    padding: 9px 10px;
    line-height: 1.3;
	}
	.box_caption {
    margin: 0;
    padding: 20px;
    font-size: 1.1rem;
    line-height: 1.6em;
    height: 220px;
	}
	.box_adderss {
    margin: 0;
    padding: 15px 15px;
    height: 190px;
	}
	.title_adderss {
    width: 50px;
	}
	.txt_address {
    width: calc( 100% - 60px );
	}
	.name_co {
    font-size: 1.2rem;
	}
	.headline h2 {
    font-size: 3rem;
	}
	#sec_article h3 {
    font-size: 1.6rem;
	}
}
@media (max-width: 640px) {
	#logo {
    width: 49vw;
    top: 16px;
    left: 3vw;
	}
	#read {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: -35px;
    width: 90vw;
	}
	#sec_article {
    margin: -8vw auto 60px;
    padding: 3em 4vw;
    width: 90vw;
	}
	#box_ill {
    top: -10vw;
    width: 44vw;
    right: -3vw;
	}
	#sec_article h3 {
    font-size: 1.5rem;
	}
	header {
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 100vw;
    height: 67vw;
    background: url(../images/tv_1200.jpg) no-repeat;
    background-size: contain;
    position: relative;
	}
	.txt_article img {
    width: 50%;
    padding-left: 0px;
	}
	.txt_article {
    font-size: 1.2rem;
    line-height: 1.6em;
	}
	#sec_article h3 {
    font-size: 1.5rem;
	}
	.box_article {
    padding: 0 0 0 15px;
	}
}
@media (max-width: 520px) {
	#read {
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: -35px;
	}
		#sec_article h2 {
    font-size: 1.8rem;
    font-size: clamp(1.2rem, 2.1vw, 4rem);
	}


}
@media (max-width: 414px) {
	.txt_article img {
    width: 100%;
    padding-left: 0px;
	}
	.txt_address {
    width: 100%;
    font-size: 1rem;
	}
	.txt_address02 {
    width: 100%;
    font-size: 1rem;
    padding-top: 0px;
	}
	.box_adderss {
    margin: 0;
    padding: 10px 10px;
    height: auto;
	}
	.name_co a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    color: #FFF;
    text-decoration: none;
    line-height: 1.3;
	}
	.name_co {
    font-size: 1.1rem;
	}
	.list_item {
    width: 48%;
    margin: 1vh 1%;
	}
	.list {
    width: 98%;
	}
	.title_adderss {
    margin: 0 10px 3px 0;
    padding: 2px 0px;
    font-size: 1rem;
    width: 60px;
	}
	.box_photo {
    margin: 0;
    padding: 0px 0px 0 8px;
    width: 59%;
	}
	.box_caption {
    margin: 0;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5em;
    height: auto;
	}
	#logo {
    width: 80vw;
    top: 17vw;
    left: 10vw;
	}
	#sec_article {
    margin: 72px auto 40px;
    padding: 2em 6vw;
    width: 90%;
	}
	.grid-section {
    padding-top: 10px;
    padding-bottom: 40px;
	}
	.headline {
    margin-bottom: 10px;
	}
	#sec_article h3 {
    font-size: 1.5rem;
    margin-top: 10px;
	}
	#sec_article h2 {
    font-size: 1.7rem;
    width: 100%;
    padding-top: 2em;
	}
	#sec_article h2 br {
    display: none;
	}
	.box_article {
    margin: 0;
    padding: 0 0 0 15px;
    border-left: solid 10px #ECEEF0;
	}
	.txt_article {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8em;
    padding: 0px 0 20px;
	}
	.search_item {
    height: 35px;
    line-height: 35px;
    margin: 2px 3px;
    padding: 0px 10px;
    font-size: 11px;
    border-radius: 2px;
	}
	.headline h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #013F6E;
	}
	#box_ill {
    top: -8vw;
    width: 57vw;
    right: -14px;
	}
	.search {
    margin: 0 0 10px;
    padding: 3px 0;
	}
	#read {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: -35px;
    margin-top: 75vw;
    color: #000;
    text-shadow: none;
    width: 80%;
	}
	header {
    height: auto;
	}
}
@media (max-width: 375px) {
	#read {
    font-size: 12px;
    line-height: 1.7em;
    margin-bottom: 0;
    margin-top: 80vw;
    color: #000;
    text-shadow: none;
    width: 80%;
	}
	#sec_article {
    margin: 42px auto 40px;
    padding: 2em 6vw;
    width: 90%;
	}
}
@media (max-width: 320px) {
	#sec_article h2 {
    font-size: 1.7rem;
	}
	.search_item {
    height: 30px;
    line-height: 30px;
    margin: 2px 3px;
    padding: 0px 6px;
    font-size: 11px;
    border-radius: 2px;
	}
}