@charset "utf-8";

@media print, screen and (min-width: 768px) {
  .sp_view {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none !important;
  }
}
.tophr{
	border-top: 2px dotted #0060A8;
}

#topHead{
	padding-top: 70px;
}
.movie_wrap{
	width: 100%;
	position: relative;
	line-height: 1;
}
.movie_wrap video{
	width: 100%;
	height: 100%;
	line-height: 1;
}

.topPost {
 padding: 2rem;
}
@media screen and (min-width: 1080px){
.topPost {
	padding: 70px 2rem;
}
}
.topPost__inner {
    max-width: 1370px;
    margin: 0 auto;
}

.post_metabox{
	display: flex;
	justify-content: space-between;
}
.post_metabox .post_ttl{
	width: 60%;

}
.post_metabox .more_box{
	width: 35%;
	text-align: right;

}





.col-4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-4_list::after {
  content: "";
  display: block;
  max-width: 400px;
  width: calc(100% / 4 - 20px);
}
.col-4_list::before {
  content: "";
  display: block;
  max-width: 400px;
  width: calc(100% / 4 - 20px);
	order:1;
}
.col-4_list .col_box {
  max-width: 400px;
  width: calc(100% / 4 - 20px);
}
.col_box {
  margin-bottom: 20px;
}
.col_box p{
	    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
}
.col-4_list a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.col-4_list a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.post_ttl h2{
	font-size: 1.6rem;
	color: #0060A8;
	margin-bottom: 40px;
	font-weight: 500;
	line-height: 1;
}
.post_ttl h2 span{
	font-size: 3rem;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
@media(max-width: 768px) {
.col-4_list::after {
  content: "";
  display: block;
  max-width: 400px;
  width: calc(100% / 2 - 20px);
}
.col-4_list .col_box {
  max-width: 400px;
  width: calc(100% / 2 - 20px);
}
	.col_box p{
  font-size: 1.2rem;
}
}
@media(max-width: 550px) {
	.col-4_list {
  gap: 10px 10px;
}
.col-4_list::before {
  width: calc(100% / 2 - 10px);
}
.col-4_list::after {
  width: calc(100% / 2 - 10px);
}
.col-4_list .col_box {
  width: calc(100% / 2 - 10px);
}
}

.bt_more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0.5em 2em;
  line-height: 1.5;
  background: #FFFFFF;
  text-align: center;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1.4rem;
color: #0060A8 !important;
  border: 2px solid #0060A8;
}
.bt_more:hover {
  color: #FFFFFF !important;
  background: #0060A8;
}







/*アーカイブ*/


@media screen and (min-width: 1080px){
.l-archive2__inner {
    padding-top: 15rem;
    max-width: 1370px;
    margin: 0 auto;
}
}
.l-archive2__inner {
    padding: 10rem 2rem 5rem;
}