 @charset "UTF-8";

@media print{body{display:none;}}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,img,form,hr{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;text-align:left;word-break:break-all;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
th,td{border-collapse: collapse;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;line-height:100%;font-weight:normal;word-wrap:break-word;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

/*------------------------------------------------------
 Base 
------------------------------------------------------*/
body{
    color: #fff;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background-color: #fff;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  h3 {
    font-size: 1.17em;
  }
  
  h4 {
    font-size: 1.08em;
  }
  
  h5 {
    font-size: .83em;
  }
  
  h6 {
    font-size: .75em;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
  }
  
  img{
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  /* link */
  a:link { text-decoration:none; color:#0066cc; }
  a:visited { text-decoration:none; color:#0066cc; }
  a:hover { text-decoration:none; color:#0066cc; }
  a:active { text-decoration:none; color:#0066cc; }
  
  /* clearfix */
  .clearfix:before,
  .clearfix:after {
    content: '';
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* For IE 6/7 only */
  .clearfix {
    *zoom: 1;
  }

  /*.pc{}*/
  .pc{ display:block;}
  .sp{ display:none;}
  .cx_smartphoneview .pc{ display:none;}
  .cx_smartphoneview .sp{ display:block;}
  
/*------------------------------------------------------------
  
　メインビジュアル

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

#c-header .fv {
  background: repeat-y center top url(../image/fv_bg.jpg);
  background-size: 100%;
}
#c-header .ttl-logo{
  margin: 0 auto;
  width: 68%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #c-header .ttl-logo{
    max-width: 180px;
  }
}
#c-header .fv img{
  width: 100%;
  text-align: center;
}
#c-header h1 {
  display: none;
}

/*------------------------------------------------------------
  
　ナビゲージョンエリア

------------------------------------------------------------*/
#navi{
  padding: 0 24px;
  background: #000;
}
#navi ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#navi .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#navi .navi-area-wrap {
  padding: 24px 0;
}
#navi .navi-area-wrap li {
  width: 16.35%;
  padding-right: 1rem;
}
#navi .navi-area-wrap li:last-of-type {
  padding-right: 0;
}
/*#navi .navi-area-wrap li a img:hover{
  position: relative; 
  top: 3px; 
  left: 3px; 
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}*/
#navi .navi-area-wrap li a .linkBtn {
	position: relative;
	width: 100%;
  height: 81px;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
#navi .navi-area-wrap li a .linkBtn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
}
#navi .navi-area-wrap li a .linkBtn:hover img:nth-of-type(2) {
	opacity: 0;
}
@media screen and (max-width: 1000px) {
  #navi .navi-area-wrap li  {
    width: 20.35%
  }
}
@media screen and (max-width: 768px) {
  #navi{
    padding: 0 4%;
  }
  #navi .navi-area-wrap {
    padding: 15px 0;
  }
  /*#navi .navi-area-wrap li {
    width: 30.35%;
  }
  #navi .navi-area-wrap li:last-child {
    padding-right: 0;
  }*/
  #navi .navi-area-wrap li {
    width: 48.35%;
  }
  #navi .navi-area-wrap li:nth-child(even) {
    padding-right: 0;
  }
  #navi .navi-area-wrap li:nth-child(-n + 2) {
    margin-bottom: 1rem;
  }
}

/*------------------------------------------------------------
  
　エントリー

------------------------------------------------------------*/
/*-------------- 共通 -------------*/
.bg-image {
  background-size: 100%;
  background-repeat: repeat;
  background-position: center top;
  background: url(/the-second/image/bg.jpg),#1b018d;
}
.bg-color{
  background: #000;
}

.l-main {
  padding: 50px 30px;
}
@media screen and (max-width: 1000px) {
  .l-main {
      padding: 50px 5%;
  }
}
.l-content-wrap{
  max-width: 1000px;
  margin: 0 auto;
}
.title-wrap{
  margin-bottom: 28px;
}
.title-image{
  text-align: center;
}
.title-image img{
  width: 100%;
  max-width: 1000px;
}

/*-------------- エントリー -------------*/
.content__wrap {
  margin-bottom: 2.8rem;
}
.content__wrap .info_ttl {
  color: #fff;
  font-size: 18px;
  border-left: 0.6rem solid #ffffff;
  padding: 0.6rem 0 0.6rem 0.8rem;
  border-bottom: 2px dotted #fff;
  margin: 2rem 0;
}
.content__wrap .info_txt .info__list {
  display: block;
  padding: 0 0 0 1.5rem;
}
.content__wrap .info_txt .info__list li {
  margin-bottom: 0.4rem;
  list-style: disc;
}
.content__wrap .info_btn{
  color: #fff;
  font-size: 24px;
  background-color: #878787;
  /*background-color: #e8352d;*/
  padding: 1.6rem;
  width: 580px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  /*box-shadow: 4px 4px 0px #444444;
  -webkit-box-shadow: 4px 4px 0px #444444;
  -ms-box-shadow: 4px 4px 0px #444444;
  /*box-shadow: 4px 4px 0px #631815;
  -webkit-box-shadow: 4px 4px 0px #631815;
  -ms-box-shadow: 4px 4px 0px #631815;*/
  margin-top: 2.4rem;
  /*position: relative;*/
}
/*.content__wrap .info_btn:hover{
  background-color: #a2241f;
}*/
@media screen and (max-width: 768px) {
  .content__wrap {
    margin-bottom: 2rem;
  }
  .content__wrap .info_ttl, 
  .content__wrap .info_txt, 
  .content__wrap .info__list {
    font-size: 17px;
  }
  .content__wrap .info_btn {
    font-size: 19px;
        width: 90%;
        margin: 20px auto 30px;
  }
}

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

   バナー 

------------------------------*/
.archive h5{
  font-size: 4.2rem;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.archive .list{
  display: flex;
  gap: 15px;
  /* gap: 5px; */
  flex-wrap: wrap;
  justify-content: center;
}
.archive .item{
  /* width: 16%; */
  width: 46%;
  display: block;
}
.archive .item a{
  position: relative;
  display: block;
  /* padding: 15px 0; */
  padding: 25px 0;
  /* font-size: 15px; */
  font-size: 22px;
  text-align: center;
  letter-spacing: .1em;
  border: 1px solid #cacaca;
  color: #cacaca;
}
.archive .item a:hover{
  background: rgba(255, 255, 255, 0.25);
}
.archive .item a::after {
  position: absolute;
  right: -1px;
  bottom: -11px;
  content: "";
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #cacaca;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .archive h5{
    font-size: 3.2rem;
  }
  .archive .list{
    gap: 10px;
    justify-content: center;
  }
  .archive .item{
    width: 48%;
  }
  .archive .item a{
    padding: 15px 0;
    font-size: 15px;
    font-size: 16px;
  }
  .archive .item a::after {
    right: 0px;
    bottom: -5px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #cacaca;
  }
}