/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/
html,body{
  font-family: "IBM Plex Sans JP";
}
main{
  margin-top: 80px;
  padding-top: 20px;
}
a{
  transition: ease all .4s;
}
a:hover{
  opacity: .7;
}
@media screen and (max-width:768px){
  main{
    margin-top: 60px;
  }
}
.error404{
	text-align: center;
}
.error404 .maincontents{
	margin: 80px auto;
}
.error404 .maincontents .title{
	font-weight: 500;
    font-size: 10vw;
    line-height: 1;
	color: #033a66;
}
.error404 .maincontents p{
	margin: 40px auto;
}
/*=====================================
*
*header
*
=======================================*/
header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ececec;
}
header .header_inner{
  padding: 15px 100px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner .logo{
  width: 23%;
  min-width: 207px;
}
header .header_inner .navi_widget ul{
  display: flex;
  justify-content: space-between;
}
header .header_inner .navi_widget li{
  margin-right: 30px;
}
header .header_inner .navi_widget li:last-child{
  margin-right: 0;
}
header .header_inner .navi_widget li a{
  color: #222;
  font-size: 16px;
}
header .header_inner .search_post{
  width: 260px;
  height: 40px;
  border: 1px solid #666;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
header .header_inner .search_post form{
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header .header_inner .search_post form input{
  border: none;
  width: calc( 100% - 30px);
  padding: 5px 10px;
  font-family: "IBM Plex Sans JP";
}
header .header_inner .search_post form input:focus{
  outline: none;
  border: none;
}
header .header_inner .search_post button{
  background: none;
  border: none;
  width: 30px;
  text-align: left;
}
header .header_inner .search_post button:hover{
  cursor: pointer;
}
@media screen and (max-width:1400px){
  header .header_inner{
    padding: 15px 20px;
  }
}
@media screen and (max-width:968px){
  header .header_inner .navi_widget li{
    margin-right: 10px;
  }
  header .header_inner .navi_widget li a{
    font-size: 14px;
  }
  header .header_inner .search_post{
    width: 160px;
  }
}
@media screen and (min-width:769px){
  header .sp_header,
  .serach_modal,
  .sp_gmenu{
    display: none;
  }
}
@media screen and (max-width:768px){
  header{
    height: 60px;
  }
  header .header_inner .menu-global-container,
  header .header_inner .search_post{
    display: none;
  }
  header .header_inner {
    padding: 10px;
    height: 100%;
  }
  header .header_inner .sp_header{
    display: flex;
    align-items: center;
  }
  header .header_inner .sp_header .sp_search{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
  }
  header .header_inner .sp_header .sp_gmenu_btn{
    width: 40px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 5px;
    position: relative;
  }
  header .header_inner .sp_header .sp_gmenu_btn span{
    position: relative;
    display: block;
    transform: translateZ(0) scaleY(0.5);
    backface-visibility: hidden;
    will-change: transform;
    background: #444;
  }
  header .header_inner .sp_header .sp_gmenu_btn span:first-child{
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
  }
  header .header_inner .sp_header .sp_gmenu_btn span:last-child{
    width: 15px;
    height: 4px;
  }
  .modal_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0;
    pointer-events: none;
    transition: ease all .4s;
  }
  .modal_bg.active{
    opacity: .7;
    pointer-events: all;
  }
  .serach_modal{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    max-width: 500px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: ease all .4s;
  }
  .serach_modal.active{
    opacity: 1;
    pointer-events: all;
  }
  .serach_modal .close{
    position: absolute;
    right: 0;
    top: 0px;
    transform: translateY(-100%);
    color: #fff;
    font-size: 30px;
  }
  .serach_modal .search_post{
    width: 300px;
    height: 60px;
    border: 1px solid #666;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .serach_modal .search_post form{
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .serach_modal .search_post form input{
    border: none;
    width: calc( 100% - 30px);
    padding: 5px 10px;
    font-family: "IBM Plex Sans JP";
  }
  .serach_modal .search_post form input:focus{
    outline: none;
    border: none;
  }
  .serach_modal .search_post button{
    background: none;
    border: none;
    width: 30px;
    text-align: left;
  }

  .sp_gmenu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #111;
    padding: 60px 40px;
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.76, 0.51, 0.68, 0.62) all .4s;
  }
  .sp_gmenu.active{
    opacity: 1;
    pointer-events: all;
  }
  .sp_gmenu .close{
    position: absolute;
    right: 10px;
    top: 30px;
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: ease all .4s;
    transition-delay: .6s;
  }
  .sp_gmenu.active .close{
    opacity: 1;
    top: 10px;
  }
  .sp_gmenu ul li{
    margin: 35px 0;
    position: relative;
    overflow: hidden;
  }
  .sp_gmenu ul li a{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 40px;
    transition: ease all .6s;
    transition-delay: .3s;
  }
  .sp_gmenu.active ul li a{
    top: 0;
  }
}

/*=====================================
*
*front
*
=======================================*/
.mv .slide_navi{
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin: 20px auto;
}
.mv .slide_navi .slide_navi_inner{
  display: flex;
  justify-content: flex-end;
}
.mv .slide_navi .slide_navi_inner .splide__arrows.splide__arrows--ltr{
  display: inline-flex;
  justify-content: flex-end;
}
.mv .slide_navi .slide_navi_inner .splide__arrow--prev,
.mv .slide_navi .slide_navi_inner .splide__arrow--next{
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  width: auto;
  background: none;
  height: auto;
  font-family: "KoHo";
  font-weight: 300;
  font-size: 16px;
}
.mv .slide_navi .slide_navi_inner #splide-pagination{
  text-align: center;
  margin: 0 10px;
  font-family: "KoHo";
  font-weight: 300;
  font-size: 16px;
  width: 45px;
}
.mv .splide__slide{
  padding: 0  40px;
}
.mv .splide__slide a{
  position: relative;
  overflow: hidden;
}
.mv .splide__slide a .text{
  position: absolute;
  left: 4%;
  bottom: 7%;
  color: #fff;
  width: 65%;
}
.mv .splide__slide a .text .title{
  font-weight: bold;
  font-size: 1.7vw;
  line-height: 1.5;
  margin-bottom: 20px;
}
.mv .splide__slide a .text .post_detail{
  display: flex;
  align-items: center;
}
.mv .splide__slide a .text .post_detail .date{
  margin-right: 20px;
}
.mv .splide__slide a .text .post_detail .category{
  margin-right: 20px;
  background: #085d8f;
  border-radius: 3px;
  font-size: 13px;
  padding: 3px 8px;
}
.mv .splide__slide a .text .post_detail .tag ol{
  display: flex;
}
.mv .splide__slide a .text .post_detail .tag ol li{
  margin-right: 10px;
  position: relative;
  padding-left: 24px;
}
.mv .splide__slide a .text .post_detail .tag ol li::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../image/tag.png)no-repeat left top;
}

/*1113 追加*/
.mv #mv_slide .image{
  position:relative;
  width:fit-content;
}

.mv #mv_slide .image::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#333;
	opacity:0.25;
}

.front_title{
  margin-bottom: 40px;
}
.front_title h2{
  font-size: 14px;
  color: #729aa7;
  position: relative;
  padding-left: 16px;
}
.front_title h2::before{
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background: #729aa7;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
}
.front_title .entitle{
  font-family: "KoHo";
  font-weight: bold;
  font-size: 60px;
  color: #033a66;
  line-height: 1;
}

@media screen and (max-width:1280px){
  .mv .splide__slide{
    padding: 0 20px;
  }
  .mv .slide_navi{
    padding: 0 20px;
  }
  .mv .splide__slide a .text .title{
    font-size: 2vw;
  }
  .mv .splide__slide a .text .post_detail .date{
    margin-right: 15px;
    font-size: 12px;
  }
  .mv .splide__slide a .text .post_detail .category{
    margin-right: 15px;
    font-size: 12px;
  }
  .mv .splide__slide a .text .post_detail .tag ol li{
    padding-left: 20px;
    font-size: 14px;
  }
  .mv .splide__slide a .text .post_detail .tag ol li::before{
    width: 14px;
    height: 14px;
    bottom: 3px;
    background-size: 100%;
  }
  .front_title{
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .front_title .entitle{
    font-size: 40px;
  }
}
@media screen and (max-width:968px){
  
}
@media screen and (max-width:768px){
  
}
@media screen and (max-width:568px){
  .mv .splide__slide a .text{
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #222;
  }
  .mv .splide__slide a .text .title{
    font-size: 4vw;
    margin-top: 10px;
  }
  .mv .splide__slide a .text .post_detail .date{
    margin-right: 10px;
  }
  .mv .splide__slide a .text .post_detail .category{
    margin-right: 10px;
    color: #fff;
  }
  .mv .splide__slide a .text .post_detail .tag ol li{
    padding-left: 14px;
  }
  .mv .splide__slide a .text .post_detail .tag ol li::before{
    background: url(../image/tag02.png) no-repeat left top;
    background-size: 100%;
    width: 12px;
    height: 12px;
    bottom: 5px;
  }
}
/*=====================================
*pickup
=======================================*/
.pickup_wrapper{
  border: 1px solid #033a66;
  padding: 50px;
  margin: 80px auto;
}
.pickup_wrapper .front_title{
  margin-bottom: 40px;
  position: absolute;
  width: 40%;
  right: 0;
  padding-left: 40px;
}
.pickup_wrapper .pickup_inner{
  display: flex;
  justify-content: space-between;
}
.pickup_wrapper .pickup_inner .image{
  width: 60%;
}
.pickup_wrapper .pickup_inner .image .post_detail{
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #666;
}
.pickup_wrapper .pickup_inner .image .post_detail .date{
  margin-right: 20px;
}
.pickup_wrapper .pickup_inner .image .post_detail .category{
  margin-right: 20px;
  background: #085d8f;
  border-radius: 3px;
  font-size: 13px;
}
.pickup_wrapper .pickup_inner .image .post_detail .category a{
  color: #fff;
  padding: 3px 8px;
  display: inline-block;
}
.pickup_wrapper .pickup_inner .image .post_detail .tag ol{
  display: flex;
}
.pickup_wrapper .pickup_inner .image .post_detail .tag ol li{
  margin-right: 15px;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}
.pickup_wrapper .pickup_inner .image .post_detail .tag ol li::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../image/tag02.png) no-repeat left top;
}
.pickup_wrapper .pickup_inner .image .post_detail .tag ol li a{
  color: #666;
}
.pickup_wrapper .pickup_inner .text{
  width: 40%;
  padding-left: 40px;
  padding-top: 10%;
}
.pickup_wrapper .pickup_inner .text .title{
  margin-bottom: 20px;
}
.pickup_wrapper .pickup_inner .text .title a{
  font-size: 25px;
  font-weight: bold;
  color: #222;
}
.pickup_wrapper .pickup_inner .text .desc{
  font-size: 18px;
  color: #666;
}
.pickup_wrapper .splide__pagination{
  left: auto;
  width: calc(40% - 40px);
}
.pickup_wrapper .splide__pagination li{
  margin: 0 2px;
}
.pickup_wrapper .splide__pagination__page.is-active{
  background: #42a5c6;
}
.pickup_wrapper .splide__arrow--prev,
.pickup_wrapper .splide__arrow--next{
  background: none;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.pickup_wrapper .slide_navi{
  width: calc(40% - 40px);
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
}
.pickup_wrapper .slide_navi .slide_navi_inner{
  display: flex;
  justify-content: center;
}
.pickup_wrapper .slide_navi .slide_navi_inner .splide__arrows{
  display: flex;
  justify-content: space-between;
  width: 140px;
}
@media screen and (max-width:1280px){
  .pickup_wrapper{
    margin: 40px auto;
    padding: 20px;
    max-width: calc(100% - 40px);
  }
  .pickup_wrapper .pickup_inner .image {
    width: 55%;
  }
  .pickup_wrapper .pickup_inner .text{
    width: 45%;
    padding-left: 20px;
    padding-top: 9%;
    padding-bottom: 40px;
  }
  .pickup_wrapper .front_title{
    width: 45%;
    padding-left: 15px;
  }
  .pickup_wrapper .pickup_inner .text .title a{
    font-size: 20px;
  }
  .pickup_wrapper .pickup_inner .text .desc{
    font-size: 14px;
  }
  .pickup_wrapper .slide_navi,
  .pickup_wrapper .splide__pagination{
    width: calc(45% - 40px);
  }
}
@media screen and (max-width:968px){
  .pickup_wrapper .front_title {
    width: 55%;
    padding-left: 25px;
  }
  .front_title h2{
    font-size: 12px;
    padding-left: 12px;
  }
  .front_title h2::before{
    height: 12px;
    left: 5px;
  }
  .front_title .entitle{
    font-size: 30px;
  }
  .pickup_wrapper .pickup_inner .image {
    width: 45%;
  }
  .pickup_wrapper .pickup_inner .text{
    width: 55%;
  }
  .pickup_wrapper .pickup_inner .text .title a {
    font-size: 18px;
  }
  .pickup_wrapper .slide_navi,
  .pickup_wrapper .splide__pagination{
    width: calc(55% - 40px);
  }
  .pickup_wrapper .pickup_inner .image .post_detail{
    flex-wrap: wrap;
  }
  .pickup_wrapper .pickup_inner .image .post_detail .date{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .pickup_wrapper .pickup_inner .image .post_detail .category{
    margin-bottom: 10px;
    font-size: 12px;
  }
  .pickup_wrapper .pickup_inner .image .post_detail .category a {
    color: #fff;
    padding: 5px 8px;
    line-height: 1;
  }
  .pickup_wrapper .pickup_inner .image .post_detail .tag{
    width: 100%;
  }
  .pickup_wrapper .pickup_inner .image .post_detail .tag ol{
    flex-wrap: wrap;
  }
  .pickup_wrapper .pickup_inner .image .post_detail .tag ol li{
    padding-left: 15px;
  }
  .pickup_wrapper .pickup_inner .image .post_detail .tag ol li::before{
    width: 12px;
    height: 12px;
    background: url(../image/tag02.png) no-repeat left top;
    background-size: 100%;
  }
  .pickup_wrapper .pickup_inner .image .post_detail .tag ol li a {
    font-size: 12px;
  }
}
@media screen and (max-width:768px){
  .pickup_wrapper .front_title{
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
  }
  .pickup_wrapper .pickup_inner{
    display: block;
  }
  .pickup_wrapper .pickup_inner .image{
    width: 100%;
  }
  .pickup_wrapper .pickup_inner .text{
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    margin-top: 10px;
  }
  .pickup_wrapper .pickup_inner .text .title {
    margin-bottom: 10px;
  }
  .pickup_wrapper .pickup_inner .text .title a {
    font-size: 16px;
  }
  .pickup_wrapper .slide_navi,
  .pickup_wrapper .splide__pagination {
    width: 100%;
  }
}
@media screen and (max-width:568px){

}
/*=====================================
*ranking
=======================================*/
.ranking{

}
.ranking .ranking_bg{
  background: #f8fafa;
  padding: 40px 0;
}
.ranking .ranking_inner{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 280px;
}
.ranking .ranking_inner .image_list{
  width: 40%;
  position: relative;
}
.ranking .ranking_inner .image_list ol{
  height: 100%;
}
.ranking .ranking_inner .image_list ol li{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: ease all .4s;
}
.ranking .ranking_inner .image_list ol li.active{
  opacity: 1;
}
.ranking .ranking_inner .post_list{
  width: 58%;
}
.ranking .ranking_inner .post_list ol li a{
  position: relative;
  padding: 15px 50px;
  display: block;
  border-bottom: 1px solid #222;
  transition: ease all .4s;
}
.ranking .ranking_inner .post_list ol li a:hover{
  background: #fff;
}
.ranking .ranking_inner .post_list ol li a::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/arrow-right-ranking.png)no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ranking .ranking_inner .post_list ol li a .num{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #c6dadf;
  font-size: 40px;
}
.ranking .ranking_inner .post_list ol li a .title{
  color: #222;
}
@media screen and (max-width:1280px){
  .ranking .ranking_inner{
    padding: 0 20px;
  }
}
@media screen and (max-width:968px){
  .ranking .ranking_bg{
    padding: 20px 0;
  }
  .ranking .ranking_inner .post_list ol li a{
    padding: 10px 35px;
  }
  .ranking .ranking_inner .post_list ol li a::before{
    background: url(../image/arrow-right-ranking.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
  }
  .ranking .ranking_inner .post_list ol li a .num{
    font-size: 35px;
  }
  .ranking .ranking_inner .post_list ol li a .title{
    font-size: 14px;
  }
}
@media screen and (max-width:768px){
  .ranking .ranking_inner{
    display: block;
  }
  .ranking .ranking_inner .image_list{
    position: relative;
    width: 65%;
    margin: 0 auto 20px;
  }
  .ranking .ranking_inner .image_list ol{
    padding-top: 56%;
  }
  .ranking .ranking_inner .post_list{
    width: 100%;
  }
}
@media screen and (max-width:568px){

}
@media screen and (max-width:414px){
	.ranking .ranking_inner .image_list{
		width: 100%;
	}
}
/*=====================================
*new_column
=======================================*/
.new_column{
  padding: 80px 0;
}
.new_slide_wrapper{
  margin: 0 auto; /* 中央寄せする場合 */
  padding: 0;
  position: relative;
}
.new_slide_wrapper .splide__track{
  padding-left: calc( (100vw - 1260px) / 2) !important;
}
.new_slide_wrapper .new_column_inner{
  margin-right: 40px;
}
.new_slide_wrapper .new_column_inner .title{
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-top: 15px;
}
.new_slide_wrapper .new_column_inner .post_detail{
  display: flex;
  align-items: center;
  color: #666;
  margin-top: 5px;
}
.new_slide_wrapper .new_column_inner .post_detail .date{
  margin-right: 10px;
  font-size: 14px;
}
.new_slide_wrapper .new_column_inner .post_detail .category{
  margin-right: 10px;
  background: #085d8f;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
}
.new_slide_wrapper .new_column_inner .post_detail .tag ol{
  display: flex;
}
.new_slide_wrapper .new_column_inner .post_detail .tag ol li{
  margin-right: 10px;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}
.new_slide_wrapper .new_column_inner .post_detail .tag ol li::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../image/tag02.png) no-repeat left top;
}
.new_slide_wrapper .new_column_inner .post_detail .tag ol li a{
  color: #666;
}
.new_slide_wrapper .view_btn{
  margin-top: 60px;
  position: relative;
  display: inline-block;
  left: 100%;
  transform: translateX(-100%);
}
.new_slide_wrapper .view_btn::before{
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%,-100%);
  background: #222;
  width: 10px;
  height: 10px;
  transition: ease all .4s;
}
.new_slide_wrapper .view_btn:hover::before{
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  background: #eaeaea;
}
.new_slide_wrapper .view_btn a{
  font-family: "KoHo";
  font-weight: 700;
  font-size: 18px;
  color: #222;
  position: relative;
}
@media screen and (max-width:1280px){
  .new_slide_wrapper .splide__track{
    padding-left: 20px !important;
  }
  .new_slide_wrapper .view_btn{
    left: calc(100% - 20px);
  }
}
@media screen and (max-width:968px){
  .new_column{
    padding: 40px 0;
  }
  .new_slide_wrapper .new_column_inner .post_detail .date{
    font-size: 12px;
  }
  .new_slide_wrapper .new_column_inner .post_detail .tag ol li{
    font-size: 12px;
    padding-left: 14px;
  }
  .new_slide_wrapper .new_column_inner .post_detail .tag ol li::before{
    width: 12px;
    height: 12px;
    background-size: 100%;
    top: 3px;
  }
  .new_slide_wrapper .new_column_inner .title{
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  .new_slide_wrapper .new_column_inner {
    margin-right: -40px;
    padding-right: 80px;
  }
}
@media screen and (max-width:568px){
  .new_slide_wrapper .new_column_inner .post_detail{
    flex-wrap: wrap;
  }
  .new_slide_wrapper .new_column_inner .post_detail .date,
  .new_slide_wrapper .new_column_inner .post_detail .category{
    margin-bottom: 10px;
  }
  .new_slide_wrapper .new_column_inner .post_detail .tag{
    width: 100%;
  }
  .new_slide_wrapper .new_column_inner .post_detail .tag ol{
    flex-wrap: wrap;
  }
}
/*=====================================
*about
=======================================*/
.about{
  padding: 80px 0;
}
.about .about_flex{
  display: flex;
  justify-content: space-between;
}
.about .about_flex .image{
  width: 50%;
}
.about .about_flex .text{
  width: 48%;
}
.about .about_flex .text .about_text{
  margin-top: 80px;
}
.about .about_flex .text .about_text p{
  margin: 20px auto;
  line-height: 1.8;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width:1280px){
  .about .about_flex{
    padding: 0 20px;
  }
  .about .front_title{
    padding-left: 0;
  }
  .about .about_flex .text .about_text p{
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width:968px){
  .about{
    padding: 40px 0;
  }
  .about .about_flex .text .about_text {
    margin-top: 20px;
  }
}
@media screen and (max-width:768px){
  .about .about_flex .text .about_text p{
    font-size: 14px;
  }
}
@media screen and (max-width:640px){
  .about .about_flex{
    display: block;
  }
  .about .about_flex .image{
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 95px 95px 0 95px;
    height: 230px;
    margin: 0 auto 20px;
  }
  .about .about_flex .text {
    width: 100%;
  }
}
@media screen and (max-width:414px){
  .about .about_flex .image{
    height: 180px;
  }
}


/*=====================================
*
*single
*
=======================================*/
#single .maincontents{
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 20px;
  margin: 20px auto;
}
#single .maincontents .contents{
  width: 75%;
}
#single .maincontents .contents h1{
  font-weight: bold;
  font-size: 30px;
}
#single .maincontents .contents h2{
  font-weight: bold;
  background: #033a66;
  color: #fff;
  padding: 15px 20px;
  padding-top: 17px;
  padding-left: 25px;
  font-size: 25px;
  border-radius: 5px;
  line-height: 1;
  position: relative;
  margin: 40px auto 20px;
}
#single .maincontents .contents h2::before{
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 20px);
  border-radius: 2px;
  background: #fff;
}
#single .maincontents .contents h3{
  font-weight: bold;
  padding: 10px;
  font-size: 23px;
  line-height: 1;
  position: relative;
  color: #033a66;
  border-left: 8px solid #033a66;
  border-bottom: 2px solid #033a66;
  margin: 40px auto 20px;
}
#single .maincontents .contents h4{
  font-weight: bold;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  color: #033a66;
  border-left: 8px solid #033a66;
  margin: 40px auto 20px;
}
#single .maincontents .contents .post_detail{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px auto;
}
#single .maincontents .contents .post_detail .date{
  font-size: 14px;
  color: #555;
  margin-right: 10px;
}
#single .maincontents .contents .post_detail .category{
  margin-right: 20px;
  border-radius: 3px;
  font-size: 13px;
}
#single .maincontents .contents .post_detail .category a{
  color: #fff;
  padding: 3px 8px;
  display: inline-block;
  border-radius: 3px;
  background: #085d8f;
}
#single .maincontents .contents .post_detail .tag{
  display: block;
  width: 100%;
  margin-top: 10px;
}
#single .maincontents .contents .post_detail .tag ol{
  display: flex;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
}
#single .maincontents .contents .post_detail .tag ol li{
  margin: 0;
  margin-right: 10px;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  list-style: none;
}
#single .maincontents .contents .post_detail .tag ol li::before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../image/tag02.png) no-repeat left top;
  background-size: 100%;
  border-radius: 0;
}
#single .maincontents .contents .post_detail .tag ol li a{
  color: #222;
}
#single .maincontents .contents .thumbnail{
  margin: 20px auto;
}
#single .maincontents .contents p{
  margin: 20px auto;
  line-height: 1.6;
}
@media screen and (max-width:968px){
}
@media screen and (max-width:768px){
  #single .maincontents{
    display: block;
  }
  #single .maincontents .contents{
    width: 100%;
  }
  #single .maincontents .contents h1{
    font-size: 25px;
  }
  #single .maincontents .contents h2{
    font-size: 22px;
    padding: 10px 20px;
    line-height: 1.5;
  }
  #single .maincontents .contents h2::before{
    width: 3px;
  }
  #single .maincontents .contents h3{
    border-left: 5px solid #033a66;
    font-size: 20px;
    line-height: 1.5;
  }
  #single .maincontents .contents h4{
    font-size: 18px;
    line-height: 1.5;
  }
  #single .maincontents .contents .post_detail .tag ol li{
    padding-left: 15px;
    font-size: 12px;
  }
  #single .maincontents .contents .post_detail .tag ol li::before{
    width: 12px;
    height: 12px;
    top: 3px;
  }
}
@media screen and (max-width:568px){
  #single .maincontents .contents .looplist ol li{
    width: 100%;
  }
}
/*=====================================
*
*sidenav
*
=======================================*/
.sidenav{
  width: 23%;
  max-width: 250px;
}
.sidenav .side_about .title{
  margin: 10px auto;
  font-weight: bold;
  font-size: 18px;
}
.sidenav .side_about p{
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.sidenav aside h2{
  background: #033a66;
  padding: 10px;
  color: #fff;
  margin: 20px auto 10px;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
.sidenav .sidebar_widget ul{
  padding: 0 10px;
}
.sidenav .sidebar_widget ul li a{
  display: block;
  margin: 20px auto;
  position: relative;
  padding-left: 10px;
  color: #222;
  transition: ease all .4s;
}
.sidenav .sidebar_widget ul li a::before{
  content: '';
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidenav .sidebar_widget ul li a:hover{
  opacity: .7;
}
@media screen and (max-width:968px){
  .sidenav .side_about .title{
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  .sidenav{
    width: 100%;
    max-width: 450px;
    margin: 40px auto;
  }
}
/*=====================================
*
*page
*
=======================================*/

/*=====================================
*
*archive
*
=======================================*/
#archive .maincontents{
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 20px;
  margin: 20px auto;
}
#archive .maincontents .contents{
  width: 75%;
}
#archive .maincontents .contents h1{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
#archive .maincontents .contents .looplist{
  
}
#archive .maincontents .contents .looplist ol{
  display: flex;
  flex-wrap: wrap;
}
#archive .maincontents .contents .looplist ol li{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
#archive .maincontents .contents .looplist ol li:nth-child(2n){
  margin-right: 0;
}
#archive .maincontents .contents .looplist ol li a{
  color: #222;
}
#archive .maincontents .contents .looplist ol li a .text h2{
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}
#archive .maincontents .contents .looplist ol li a .text time{
  font-size: 12px;
  color: #555;
  margin: 10px auto;
}
#archive .maincontents .contents .looplist ol li a .text .taglist{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
  margin-top: 5px;
}
#archive .maincontents .contents .looplist ol li a .text .taglist li{
  margin: 0;
  margin-right: 10px;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  list-style: none;
  display: inline-block;
  width: auto;
}
#archive .maincontents .contents .looplist ol li a .text .taglist li::before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../image/tag02.png) no-repeat left top;
  background-size: 100%;
  border-radius: 0;
}
#archive .maincontents .contents .looplist ol li a .text .more{
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  display: inline-block;
}
.maincontents .contents .looplist .pagination{
	position: relative;
    left: 100%;
    transform: translateX(-100%);
    display: inline-flex;
    align-items: center;
}
.maincontents .contents .looplist .pagination span{
    margin: 0 5px;
    font-weight: bold;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #033a66;
    line-height: 1;
    border-radius: 50%;
}
.maincontents .contents .looplist .pagination a{
	display: inline-block;
	margin: 0 5px;
	color: #222;
}
@media screen and (max-width:968px){
  #archive .maincontents .contents .looplist ol li a .text h2{
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  #archive .maincontents{
    display: block;
  }
  #archive .maincontents .contents{
    width: 100%;
  }
}
@media screen and (max-width:568px){
  #archive .maincontents .contents .looplist ol li{
    width: 100%;
  }
}


/*=====================================
*
*search
*
=======================================*/
#search .maincontents{
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 20px;
  margin: 20px auto;
}
#search .maincontents .contents{
  width: 75%;
}
#search .maincontents .contents h1{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
#search .maincontents .contents .looplist{
  
}
#search .maincontents .contents .looplist ol{
  display: flex;
  flex-wrap: wrap;
}
#search .maincontents .contents .looplist ol li{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
#search .maincontents .contents .looplist ol li:nth-child(2n){
  margin-right: 0;
}
#search .maincontents .contents .looplist ol li a{
  color: #222;
}
#search .maincontents .contents .looplist ol li a .text h2{
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}
#search .maincontents .contents .looplist ol li a .text time{
  font-size: 12px;
  color: #555;
  margin: 10px auto;
}
#search .maincontents .contents .looplist ol li a .text .taglist{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
  margin-top: 5px;
}
#search .maincontents .contents .looplist ol li a .text .taglist li{
  margin: 0;
  margin-right: 10px;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  list-style: none;
  display: inline-block;
  width: auto;
}
#search .maincontents .contents .looplist ol li a .text .taglist li::before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../image/tag02.png) no-repeat left top;
  background-size: 100%;
  border-radius: 0;
}
#search .maincontents .contents .looplist ol li a .text .more{
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  display: inline-block;
}
@media screen and (max-width:968px){
  #search .maincontents .contents .looplist ol li a .text h2{
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  #search .maincontents{
    display: block;
  }
  #search .maincontents .contents{
    width: 100%;
  }
}
@media screen and (max-width:568px){
  #search .maincontents .contents .looplist ol li{
    width: 100%;
  }
}
/*=====================================
*
*breadcrumb
*
=======================================*/
.breadcrumb{
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}
.breadcrumb ul{
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li{
  display: inline-flex;
  align-items: center;
}
.breadcrumb ul li::after{
  content: '\f054';
  font: var(--fa-font-solid);
  margin: 0 5px;
  font-size: 10px;
  position: relative;
  top: -1px;
}
.breadcrumb ul li:last-child::after{
  content: none;
}
.breadcrumb ul li a{
  color: #222;
  font-size: 14px;
}
@media screen and (max-width:768px){
  .breadcrumb ul li a{
    font-size: 12px;
  }
}

/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/
footer{
  background: #033a66;
  overflow: hidden;
}
footer .footer_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1260px;
  width: 100%;
  margin: 15px auto;
}
footer .footer_flex .footer_logo{
  width: 23%;
  min-width: 207px;
}
footer .footer_flex .footer_menu ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_flex .footer_menu ul li{
  margin-left: 30px;
}
footer .footer_flex .footer_menu ul li a{
  color: #fff;
}
footer .copyright{
  margin: 10px auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width:1280px){
  footer .footer_flex{
    padding: 0 20px;
  }
  footer .footer_flex .footer_menu ul{
    flex-wrap: wrap;
  }
}
@media screen and (max-width:968px){

}
@media screen and (max-width:768px){
  footer .footer_flex{
    display: block;
  }
  footer .footer_flex .footer_menu{
    margin-top: 15px;
  }
  footer .footer_flex .footer_menu ul li{
    margin-left: 0;
    margin-right: 15px;
  }
  footer .footer_flex .footer_menu ul li a{
    font-size: 14px;
  }
  footer .footer_flex .footer_logo{
    margin: 0 auto;
  }
}
@media screen and (max-width:568px){
  footer .footer_flex .footer_menu ul{
    display: block;
  }
  footer .footer_flex .footer_menu ul li{
    margin: 15px auto;
  }
}
/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pcのみ
=======================================*/
@media screen and (min-width: 1025px){
  .pcnone{
    display: none;
  }
}
/*=====================================
*tablet用
=======================================*/
@media screen and (max-width: 1024px) and (min-width: 415px){
  .tabnone{
    display: none;
  }
}
/*=====================================
*sp用
=======================================*/
@media screen and (max-width:414px){
  .spnone{
    display: none;
  }
}
