@charset "utf-8";
@media screen and (min-width: 1040px) {
    /*==================================
mv
==================================*/
    .mv {
        background-image: url(../img/mv_bg.png);
        background-position: left, top;
        background-repeat: repeat;
        height: 370px;
    }
    .mv h2 {
        text-align: center;
    }
    /*==================================
contents
==================================*/
    .wrap {
        background-image: url(../common/img/second_bg.png);
        background-position: left, top;
        background-repeat: repeat;
        padding: 80px 0;
		margin: 120px 0 0;
    }
    .about{
        margin: 120px 0 0;
    }
	.about2 {
        margin: 35px 0 0;
    }
    .activity {
        margin: 70px 0 140px;
        text-align: right;
    }
    .sec_wrap {
        position: relative;
    }
	.about2 .sec_wrap {
        position: relative;
		/* min-height:221px; */
    }
	.about2 .inner {
		background:#fff;
		padding:40px 70px 40px 70px;
	}
    .about .sec_img,
	.about2 .sec_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 390px;
    }
    .activity .sec_img {
        position: absolute;
        top: 0;
        right: 0;
        width: 390px;
    }
	.wrap .about2:nth-child(odd) .sec_img {
        position: absolute;
        top: 0;
        right: 0;
		left:auto;
        width: 390px;
    }
    .about .sec_img img, .activity .sec_img img,
	.about2 .sec_img img, .activity .sec_img img {
        width: 390px;
        height: auto;
    }
    .about .sec_text,
	.about2 .sec_text  {
        width: 455px;
        margin: 0 0 -30px 446px;
        padding: 25px 0 0;
		min-height:250px;
    }
    .activity .sec_text {
        float: right;
        width: 455px;
        text-align: left;
        margin: 0 466px -30px 0;
        padding: 70px 0 0;
    }
	.wrap .about2:nth-child(odd) .sec_text {
        /* float: right; */
        width: 455px;
        text-align: left;
        margin: 0 466px -30px 0;
        padding: 25px 0 0;
    }
    h3.ttl {
        display: flex;
        align-items: center;
        font-size: 28px;
        font-size: 2.8rem;
        color: #0052aa;
        line-height: 1;
        margin: 0 0 25px;
    }
    h3.ttl:after {
        margin-left: 20px;
        border-top: 2px solid #0052aa;
        content: "";
        flex-grow: 1;
    }
	.about2 h3.ttl:after {
		border-top: none;
	}
    .btn {
        margin: 25px 0 0;
        display: flex;
        flex-wrap: wrap;
    }
    .btn li {
        width: 100%;
        line-height: 1;
    }
    .btn li a {
        display: block;
        padding: 18px 0;
        text-align: center;
        font-weight: bold;
        border-radius: 10px;
        background: #ffa34a;
        border: solid 1px #ffa34a;
        color: #fff;
    }
    .btn li a:hover {
        text-decoration: none;
        opacity: .5;
    }
}
/*SP版・Tablet版*/
@media screen and (max-width: 1039px) {
    /*==================================
mv
==================================*/
    .mv {
        background-image: url(../img/mv_bg.png);
        background-position: left, top;
        background-repeat: repeat;
    }
    .mv h2 {
        text-align: center;
        margin-left: 4%;
    }
    .mv h2 img {
        width: 90%;
        height: auto;
    }
    /*==================================
contents
==================================*/
    .wrap {
        background-image: url(../common/img/second_bg.png);
        background-position: left, top;
        background-repeat: repeat;
        padding: 4% 0 70px;
    }
    .about,
	.about2 {
        margin: 45px 0 45px;
    }
    .activity {
        margin: 60px 0 85px;
    }
	.about2 .inner {
		background:#fff;
		padding:20px;
	}
	.about .sec_img, .activity .sec_img,
	.about2 .sec_img, .activity .sec_img {
        text-align: center;
        margin: 0 0 20px;
    }
    .about .sec_img img, .activity .sec_img img{
        width: 75%;
        height: auto;
    }
  .about2 .sec_img img, .activity .sec_img img {
        width: 100%;
        height: auto;
    }
    .sec_text p {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .about h3.ttl {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-size: 2.0rem;
        color: #0052aa;
        line-height: 1;
        margin: 0 0 18px;
    }
    .about h3:before {
        border-top: solid 2px #0052aa;
        content: "";
        display: inline;
        flex-grow: 1;
    }
    .about h3:after {
        border-top: solid 2px #0052aa;
        content: "";
        display: inline;
        flex-grow: 1;
    }
    .about2 h3.ttl {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-size: 2.0rem;
        color: #0052aa;
        line-height: 1;
        margin: 0 0 18px;
    }
	.about2 h3:before, h3:after {
		border-top: none;
	}
    h3:before {
        margin-right: 12px;
    }
    h3:after {
        margin-left: 12px;
    }
    .btn li {
        margin: 20px auto 0;
        line-height: 1;
    }
    .btn li a {
        display: block;
        padding: 18px 0;
        text-align: center;
        font-weight: bold;
        border-radius: 10px;
        background: #ffa34a;
        border: solid 1px #ffa34a;
        color: #fff;
    }
    .btn li a:hover {
        text-decoration: none;
        opacity: .5;
    }
}

/*202003公開時追加↓*/

/*topics_area*/
.topics_area {
  margin-top: 50px;
	margin-bottom: 20px;
}
.topics_area .topics_inner {
  width: 800px;
    margin: 0 auto;
}
.topics_area h3.ttl {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-size: 2.8rem;
    color: #000;
    line-height: 1;
    margin: 0 0 25px;
}
.topics_area h3.ttl:after {
    margin-left: 20px;
    border-top: 2px solid #000;
    content: "";
    flex-grow: 1;
}
.topics_area h3:before {
    border-top: 2px solid #000;
    content: "";
    display: inline;
    flex-grow: 1;
    margin-right: 20px;
}
.topics_area h3:after {
    border-top: 2px solid #000;
    content: "";
    display: inline;
    flex-grow: 1;
}
.topics_area dl {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #aaa;
}
.topics_area dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    float: left;
}
.topics_area dt .label {
  font-size: 14px;
  font-weight: bold;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}
.topics_area dt .new {
    background: #ffa34a;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 3px;
    border-radius: 3px;
}
.topics_area dd {
    margin-left: 140px;
}
.topics_area dd h4 {
    color: #0052aa;
}
.topics_area dd h4 a {
    color: #0052aa;
}
.topics_area dd h4 a:hover {
  text-decoration: none;
  opacity: .5;
}
.topics_area dd h4 p {
    float: left;
}
.topics_area .btn_more {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  width: 288px;
  margin: 40px auto;
}
.topics_area p {
    font-size: 16px;
}
.topics_area .btn_more a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  background: #fff;
  border: solid 1px #0052aa;
  color: #0052aa;
}
.topics_area .btn_more a:hover {
  text-decoration: none;
  opacity: .5;
}
  /*topics_area*//*SP版・Tablet版*/
@media screen and (max-width: 1039px) {
  .topics_area {
    margin-top: 30px;
  	margin-bottom: 20px;
  }
  .topics_area h3 {
      font-size: 21px;
      margin-bottom: 10px;
  }
  .topics_area h3.ttl {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-size: 2.0rem;
      color: #000;
      line-height: 1;
      margin: 0 0 18px;
  }
  .topics_area .topics_inner {
      width: 90%;
  }
  .topics_area dl {
      position: relative;
      padding-left: 0px;
      padding-right: 0px;
  }
  .topics_area dt {
      margin-bottom: 5px;
      padding-top: 3px;
      line-height: 19px;
      float: none;
  }
  .topics_area dt .label {
      position: absolute;
      top: 10px;
      left: 95px;
      width: 55px;
      font-size: 14px;
  }
  .topics_area dd {
      font-size: 12px;
      margin-left: 0px;
  }
  .topics_area dd h4 {
      font-size: 16px;
      margin-bottom: 5px;
  }
  .topics_area p {
      font-size: 1.4rem;
      line-height: 2rem;
  }
  .topics_area .btn_more {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    width: 70%;
    margin: 40px auto;
  }
  .topics_area .btn_more a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    background: #fff;
    border: solid 1px #0052aa;
    color: #0052aa;
  }
  .topics_area .btn_more a:hover {
    text-decoration: none;
    opacity: .5;
  }
}
