@charset "utf-8";

/*******************************
 JS
*******************************/
.js-slick {
  overflow: hidden;
  opacity: 0;
  transition: all 300ms;
}

.js-slick.slick-initialized {
  opacity: 1;
}

/* ============================================
  KV
============================================ */
.kv {
}
.kv img {
	width: 100%;
}
/* ============================================
  共通
============================================ */
.pcObj{
	display: block;
}
.spObj{
	display: none;
}
#pankuz{
	display: flex;
	max-width: 1300px;
	margin: 10px auto;
	padding: 0 50px;
}

#pankuz li{
	font-size:1.4rem;
	padding-right: 10px;
}

#pankuz li a{
	margin-right: 10px;
}

#pankuz li:after{
	content:'>';
}

#pankuz li:last-child:after{
	content:'';
}
@media (min-width: 415px) and (max-width: 1500px) {
	#pankuz li{
		font-size: 1vw;
	}
}
@media (max-width: 414px) {
	.spObj{
		display: block;
	}
	.pcObj{
		display: none;
	}
	#pankuz{
	padding: 0 10px;
	}
	#pankuz li{
		font-size: 1.3rem;
	}
}


/* ============================================
  Contents
============================================ */
.contents {
  overflow: hidden;
	padding-bottom: 60px;
}



@media (min-width: 415px) and (max-width: 1500px) {
}

@media (max-width: 414px) {
}

/* ============================================
  section
============================================ */
.section {
  position: relative;
  padding: 0 0 0;
}

.section > .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #152267;
  font-size: 7.2rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  height: 17vw;
}

.section > .heading > span {
  color: #3e7fa7;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 5px 0 0 0;
}

.section .btn {
  font-size: 1.6rem;
  max-width: 208px;
  width: 13.866666666vw;
  max-height: 52px;
  height: 3.466666666vw;
  margin: 55px 0 0 auto;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section {
    padding: 0 0 3.666666666vw;
  }

  .section .btn {
    font-size: 1.066666666vw;
    margin: 3.666666666vw 0 0 auto;
  }

  .section > .heading {
    font-size: 4.8vw;
  }

  .section > .heading > span {
    font-size: 1.2vw;
    margin: 0.33333333vw 0 0 0;
  }
}

@media (max-width: 414px) {
  .section {
    padding: 0;
  }
  .section > .heading {
    font-size: 3.6rem;
    height: auto;
	margin: 30px 0 20px;
  }

  .section > .heading > span {
    color: #3e7fa7;
    font-size: 1.3rem;
    margin-top: calc(5 / 414 * 100vw);
  }

  .section .btn {
    font-size: 1.2rem;
    max-width: unset;
    width: calc(210 / 414 * 100vw);
    max-height: unset;
    height: calc(52 / 414 * 100vw);
    margin: calc(40 / 414 * 100vw) auto 0;
  }
}
/* ============================================
  news
============================================ */

.newsList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.newsList_item {
  position: relative;
  width: calc((100% - 90px) / 4);
  margin: 10px 0 20px 0;
}

.newsList_item:not(:nth-of-type(4n + 1)) {
  margin-left: 30px;
}

.newsList_item a {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.newsList_item .inner {
  order: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-height: 0%;
}

.newsList_item .heading {
  order: 2;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  overflow: hidden;
  width: 100%;
  max-height: 3.5em;
}

.newsList_item .heading::before,
.newsList_item .heading::after {
  position: absolute;
  background-color: #fff;
}

.newsList_item .heading::before {
  content: "...";
  top: calc(1.75em * 1);
  right: 0;
}

.newsList_item .heading::after {
  content: "";
  width: 100%;
  height: 100%;
}

.newsList_item .date {
  order: 1;
  color: #3e7fa7;
  font-size: 1.6rem;
  font-weight: 500;
}

.newsList_item .text {
  order: 3;
  font-size: 1.4rem;
  font-weight: 400;
	line-height: 1.5;
}

.newsList_item .img {
  order: 1;
  min-height: 0%;
}

.newsList_item .img > img {
  display: block;
  width: 100%;
}
.wp-pagenavi{
	max-width: 600px;
	margin: 40px auto;
	display: flex;
	justify-content: space-around;
	font-size: 2rem;
	align-items: center;
	color: #152266;
}
.page{
	width: 10%;
	text-align: center;
	font-weight: bold;
}
.wp-pagenavi .current{
	width: 10%;
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}
.previouspostslink,.nextpostslink{
	color: #152266;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    width: 30%;
	line-height: 4rem;
    letter-spacing: .1em;
    border: 2px solid #152266;
    border-radius: 100px;
    background-color: #ffffff;
    cursor: pointer;
    margin: 40px 0;
    display: block;
	text-align: center;
}
.extend{
	font-size: 1.2rem;
}





.nav_area{
	max-width: 1100px;
	padding: 20px;
	margin: 0 auto;
}
.nav{
	max-width:150px; 
	margin: 0 0 0 auto;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  color: #152266;
  font-size: 14px;
  line-height: 2.8;
  transition: 0.5s;
  text-decoration: none;
  border: 2px solid #152266;
  box-sizing: border-box;
	background-color: #ffffff;
}
.nav > li:hover > a {/*layer-1*/
  background: #152266;
	color: #ffffff;
}
.nav > li li:hover > a {/*layer-2*/
	text-decoration: underline;
}
.nav li ul {
  top: 40px;
  position: absolute;
	z-index: 4;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.nav li ul li a {
  border-top: 1px solid #eee;
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
  .nav li ul li ul {
    top: 0;
    left: 110px;
  }

.month{
	width: 1060px;
	padding: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	padding-left: 8rem;
}
.month:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4.1rem;
    width: 60px;
    height: 1px;
    background: #333333;
}


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

@media (min-width: 415px) and (max-width: 1500px) {
  .newsList_item {
    width: calc((100% - 6vw) / 4);
  }

  .newsList_item:not(:nth-of-type(4n + 1)) {
    margin-left: 2vw;
  }
  .newsList_item .inner {
    padding: 0.666666666vw;
  }

  .newsList_item .heading {
    font-size: 1.066666666vw;
  }

  .newsList_item .date {
    font-size: 1.066666666vw;
  }

  .newsList_item .text {
    font-size: 0.933333333vw;
  }
}

@media (max-width: 414px) {
  .newsList {
    margin-top: calc(30 / 414 * 100vw);
  }

  .newsList_item {
    width: 100%;
  }

  .newsList_item:not(:first-of-type) {
    margin-top: calc(30 / 414 * 100vw);
  }

  .newsList_item:not(:nth-of-type(4n + 1)) {
    margin-left: unset;
  }

  .newsList_item::before {
    display: none;
  }

  .newsList_item a {
    position: relative;
  }

  .newsList_item .inner {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

  .newsList_item .heading {
    font-size: 1.4rem;
  }

  .newsList_item .date {
    font-size: 1.2rem;
  }

  .newsList_item .text {
    font-size: 1.2rem;
  }

	
	
	.wp-pagenavi{
		font-size: 1.4rem;
	    margin: 0 auto 40px auto;
	}

	.current{
		font-size: 2rem;
	}
	.previouspostslink,.nextpostslink{

		font-size: 1.4rem;
		line-height: 3rem;
		margin: 20px 0;
	}
}
