@charset "utf-8";
/* CSS Document */

body {
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #333;
}

.mt0 {
    margin-top: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}

.BlkSection p {
    line-height: 1.8;
    letter-spacing: 1.3;
}

.BlkWrap h2 {
    font-size: 60px;
    text-align: center;
    padding-top: 140px;
    font-weight: bold;
    color: #333;
}

.pc_br {
    display: block;
}
.sp_br {
    display: none;
}

sup {
    font-size: 14px;
}
.col_red {
    color: rgb(185, 0, 0);
}
.t-right {
    display: block;
    text-align: right;
}

.sp_fixed {
    display: none;
}

.pb60 {
    padding-bottom: 60px;
}

.sp_banner {
    display: none;
}

.section_img_sp01,
.section_img_sp02 {
    display: none;
}
.main_visual_sp01,
.main_visual_sp02 {
    display: none;
}

.res_br {
    display: none;
}

/*wrap*/

.BlkWrap {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F6F6F6;
}
/*header*/

.BlkHeader {
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
}

.BlkHeader__inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.BlkHeader__inner:after {
    content: '';
    display: block;
    clear: both;
}

.BlkHeader__inner__logo {
    float: left;
    padding-right: 20px;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 5px;
}

.BlkHeader__inner__title {
  width: 80%;
  max-width: 570px;
  margin: 0 auto;
}

.BlkHeader__inner__box_katagaki {
    float: right;
    font-size: 10px;
    display: inline-block;
    padding: 10px 20px 0px 0px;
}

.BlkHeader__inner__sns {
    float: right;
    height: 26px;
    margin-top: 5px;
    border-left: solid 1px #888;
}
.BlkHeader__inner__sns .share {
    padding: 8px 12px;
}

.BlkHeader__inner__sns a {
    display: inline-block;
}

.BlkHeader__inner__sns a:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 0.5s ease;
    -ms-filter: alpha(opacity=70);
}
.BlkHeader__inner__sns__item {
  padding-right: 2px;
  vertical-align: bottom;
}
.BlkHeader__inner__sns__item:last-child {
    padding-right: 0px;
}



/*main*/

.BlkMain {
  width: 100%;
  padding-top: 50px;
}

.BlkMain__fixed {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
}
.BlkMain__fixed:hover {
    opacity: 0.5;
    transition: 0.5s;
}
.fixed {
  position: fixed;
  top: 30px;
}
.BlkMain__inner {
    position: relative;
    width: 100%;
    max-width: 1904px;
    margin: 0 auto;
    margin-bottom: -1px;
}

.BlkMain__inner:after {
    content: '';
    display: block;
    clear: both;
}

.BlkMain__inner__title {
    font-size: 54px;
    line-height: 1.2;
}

.BlkMain__inner img {
    width: 100%;
    max-width: 1904px;
    height: auto;
}
.BlkMain__inner p.lead {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 30px auto 35px;
}



/*section*/

.BlkSection {
  width: 100%;
}
.BlkSection.rect {
  position: relative;
}

.BlkSection__inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}
.BlkSection__inner .choice__list {
  width: 100%;
}
.BlkSection__inner .contents__box {
  width: 100%;
}
.BlkSection__inner .choice__list ul {
  width: 100%;
  max-width: 830px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1em auto 2em;
  font-size: 14px;
}
.BlkSection__inner .contents__box ul {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.BlkSection__inner .choice__list ul li {
  cursor: pointer;
  position: relative;
  transition: 1s;
}
.BlkSection__inner .choice__list ul li::before {
  content: '';
  display: inline-block;
  border: 1px solid #CACACA;
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -19px;
}
.BlkSection__inner .choice__list ul li.act::after {
  content: '';
  display: inline-block;
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -17px;
  -webkit-animation:select 0.7s ease-in alternate;
  animation:select 0.7s ease-in alternate;
}
.BlkSection__inner .contents__box ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 1em;
}
.BlkSection__inner .contents__box ul li:hover {
  /* -webkit-animation:fuwafuwa 0.7s ease-in alternate;
  animation:fuwafuwa 0.7s ease-in alternate; */
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
  -ms-filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
  transition: 0.5s;
  overflow: visible;
}
_::-webkit-full-page-media, _:future, :root .BlkSection__inner .contents__box ul li:hover {
  -moz-filter: none;
  filter: none;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
}
_:-ms-lang(x)::-ms-backdrop, .BlkSection__inner .contents__box ul li:hover {
  -ms-filter: none;
  filter: none;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
}
.BlkSection__inner .contents__box ul li a {
  text-decoration: none;
}
.BlkSection__inner .contents__box ul li div {
  width: 95%;
  max-width: 315px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  height: 600px;
}
.BlkSection__inner .contents__box ul li div img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.BlkSection__inner .contents__box ul li div p {
  padding: 1em;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}
.BlkSection__inner .contents__box ul li div p span {
  font-size: 12px;
  display: inline-block;
  margin-top: 1em;
}
@media screen and (max-width:980px) {
  .BlkMain {
    padding-top: 20px;
  }
  .BlkMain__inner p.lead {
    font-size: 12px;
    width: 80%;
  }
  .BlkSection__inner .contents__box {
    width: 90%;
    margin: 0 auto;
  }
  .BlkSection__inner .contents__box ul {
    display: block;
  }
  .BlkSection__inner .contents__box ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .BlkSection__inner .contents__box ul li div {
    width: 100%;
    height: auto;
    max-width: none;
    border-radius: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    border-bottom: 1px solid #CACACA;
    position: relative;
    padding: 20px 0;
  }
  .BlkSection__inner .contents__box ul li:hover {
    /* -webkit-animation:fuwafuwa none;
    animation:fuwafuwa none; */
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
  }
  _::-webkit-full-page-media, _:future, :root .BlkSection__inner .contents__box ul li:hover {
    box-shadow: none;
  }
  _:-ms-lang(x)::-ms-backdrop, .BlkSection__inner .contents__box ul li:hover {
    box-shadow: none;
  }
  .BlkSection__inner .contents__box ul li div::after {
    position: absolute;
    content: '\f054';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2em;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #CACACA;
  }
  .BlkSection__inner .contents__box ul li div img {
    border-radius: 0;
    min-width: 75px;
    width: 75px;
  }
  .BlkSection__inner .choice__list ul {
    width: 82%;
    justify-content: left;
    padding-left: 50px;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 0;
    padding-bottom: 2em;
  }
  .BlkSection__inner .choice__list ul li {
    margin-bottom: 1em;
    margin-right: 3em;
  }
  .BlkSection__inner .contents__box ul li div p {
    padding: 0 1em;
    font-weight: bold;
  }
  .BlkSection__inner .contents__box ul li div p span {
    font-weight: normal;
  }
}


/*BlkBlack*/

.BlkBlack {
    width: 100%;
    background: #333333;
    margin-bottom: 60px;
}

.BlkBlack__inner__imgColmun {
    width: 100%;
    overflow: hidden;
}

.BlkBlack__inner__imgColmun:after {
    content: '';
    display: block;
    clear: both;
}

.BlkBlack__inner__imgColmun .img_left {
    width: 50%;
    float: left;
}

.BlkBlack__inner__imgColmun .img_right {
    width: 50%;
    float: right;
}

.BlkBlack__inner__imgColmun img {
    width: 100%;
    max-width: 951px;
    height: auto;
    vertical-align: bottom;
}

.BlkBlack__inner__text {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 55px 0 120px;
    box-sizing: border-box;
}

.BlkBlack__inner__text p {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.7;
    color: #fff;
}

.banner {
    padding: 60px 0 100px;
    overflow: hidden;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner img{
    width:100%;
    max-width: 640px;
    height:auto;
}



/*asahi_footer*/

#area-logo-cn {
    height: 24px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    /*width: 980px;*/
    width: 1060px;
}


#Footer {
    background: none repeat scroll 0 0 #F5F5EE;
    border-top: 1px solid #E1E1DA;
    margin: 150px auto 0;
    padding: 0 0 150px;
    position: relative;
    width: 100%;
    font-size: 120%;
}

#Footer #ToTop {
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: -24px;
    width: 100%;
}

#Footer #ToTop #ToTopInner {
    height: 24px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    /*width: 980px;*/
    width: 1060px;
}

#Footer #ToTop #ToTopInner p {
    background: none repeat scroll 0 0 #F5F5EE;
    border-left: 1px solid #E1E1DA;
    border-right: 1px solid #E1E1DA;
    border-top: 1px solid #E1E1DA;
    display: block;
    float: right;
    height: 18px;
    margin: 0;
    padding: 5px 10px 0;
    position: absolute;
    right: 10px;
}

#Footer #ToTop #ToTopInner p a {
    color: #696962;
    font-size: 75%;
    font-weight: bold;
    text-decoration: none;
}

#Footer #ToTop #ToTopInner p a:hover,
#Footer #ToTop #ToTopInner p a:active {
    color: #373730;
    text-decoration: none;
}

#Footer #FooterInner {
    background: none repeat scroll 0 0 #EBEBE4;
    border-top: 1px solid #D7D7D0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#Footer .Information {
    border-bottom: 1px solid #D7D7D0;
    margin: 0 auto 24px;
    padding: 20px 10px 10px;
    width: 980px;
}

#Footer .Information dl {
    float: left;
    margin: 0;
    padding: 0;
}

#Footer .Information dl dt {
    color: #696962;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
}

#Footer .Information dl dt a {
    color: #696962;
    display: block;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

#Footer .Information dl dt a:hover,
#Footer .Information dl dt a:active {
    color: #373730;
}

#Footer .Information dl dd,
#Footer .Information dl dd ul {
    margin: 0;
    padding: 0;
}

#Footer .Information dl dd ul li {
    color: #696962;
    font-weight: normal;
    line-height: 0;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
}

#Footer .Information dl dd ul li a {
    color: #696962;
    display: block;
    font-size: 75%;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

#Footer .Information dl dd ul li a:hover,
#Footer .Information dl dd ul li a:active {
    color: #373730;
}

#Footer .Information dl.fromAsahiShimbun,
#Footer .Information dl.fromDigitalBusiness,
#Footer .Information dl.GroupCompany {
    padding-right: 10px;
    width: 210px;
}

#Footer .Information dl.WorldWideSite {
    width: 320px;
}

#Footer .AboutSite {
    margin: 0 auto;
    padding: 0 10px;
    width: 1040px;
    /*width: 980px;*/
}

#Footer .AboutSite ul {
    margin: 0;
    padding: 0 0 12px;
}

#Footer .AboutSite ul li {
    color: #696962;
    display: inline;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
}

#Footer .AboutSite ul li a {
    border-left: 1px solid #D7D7D0;
    color: #696962;
    display: block;
    font-size: 75%;
    line-height: 1.1;
    margin: 0 0 0 11px;
    padding: 0 0 0 13px;
    text-decoration: none;
}

#Footer .AboutSite ul li a:hover,
#Footer .AboutSite ul li a:active {
    color: #373730;
}

#Footer .AboutSite ul li.Fst a {
    border-left: medium none;
    margin-left: 0;
    padding-left: 0;
}

#Footer .AboutSite .Copyright {
    clear: both;
    margin: 0;
    padding: 0 0 10px;
}

#Footer .AboutSite .Copyright p {
    color: #696962;
    font-size: 75%;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
}

#Footer #FooterInner:after,
#Footer #Services dl dd ul:after,
#Footer .Information:after,
#Footer .AboutSite ul:after {

    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

* html #Footer #FooterInner,
* html #Footer #Services dl dd ul,
* html #Footer .Information,
* html #Footer .AboutSite ul {}

:first-child + html #Footer #FooterInner,
*:first-child + html #Footer #Services dl dd ul,
*:first-child + html #Footer .Information,
*:first-child + html #Footer .AboutSite ul {}

/*pagetop*/

#pagetop {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 1;
}

#pagetop a:hover img {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 0.5s ease;
    -ms-filter: alpha(opacity=70);
}

.BlkBnanner_left {
    width: 50%;
    padding-right: 2%;
    box-sizing: border-box;
    display: inline-block;
}

.BlkBnanner_right {
    float: right;
    width: 50%;
    padding-left: 2%;
    box-sizing: border-box;
    display: inline-block;
}

.banner img:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 0.5s ease;
    -ms-filter: alpha(opacity=70);
}

/*res*/
@media screen and (max-width:1100px) {
}

@media screen and (max-width:980px) {
    .res_br {
        display: block;
    }
    .section_img_pc,
    .main_visual_pc {
        display: none;
    }
    .slick-prev {
        height: 19.30vw;
    }

    .slick-next {
        height: 19.30vw;
    }
    .BlkImg_colmun img.section_img_sp01 {
        display: block;
        padding: 0 20px 30px;
        box-sizing: border-box;
        max-width: 200px;
        margin: 0 auto;
    }
    .twi {
    padding-right: 8px !important;
}
    .section_img_sp02 {
        display: block;
    }
    .main_visual_sp01 {
      display: block;
    }
    .main_visual_sp02 {
      display: block;
    }
    .BlkWrap h2 {
        padding-top: 40px;
    }
    .BlkHeader__inner {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .BlkHeader__inner__logo {
        float: none;
        display: block;
        max-width: 80px;
        height: auto;
        margin-top: 25px;
    }
    .BlkHeader__inner__box_katagaki {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .BlkMain__inner {
        padding: 0;
        box-sizing: border-box;
    }
    .BlkHeader__inner__sns {
        float: none;
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .flexslider .slides li {
        opacity: 1;
    }
    #rect {
        display: none;
    }
    .BlkMain__fixed_sp .sp_fixed {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    #pagetop {
        position: fixed;
        bottom: 21vw;
        right: 15px;
        z-index: 1;
    }

    .banner {
        padding-bottom: 40px;
    }
    .thumb-item-nav img {
        opacity: 1;
    }
    #Footer {
      margin-top: 100px;
    }
    #Footer #ToTop #ToTopInner {
        width: 100%;
        box-sizing: border-box;
    }
    #Footer .AboutSite {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    #Footer .AboutSite ul {
        margin: 10px 0 0 0;
        padding: 0;
    }
    #Footer .AboutSite ul li {
        width: 50%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #Footer .AboutSite ul li a {
        margin: 0;
        padding: 10px 2px;
        border: none;
        box-sizing: border-box;
        float: left;
        text-align: center;
    }
    .Copyright {
        font-size: 80%;
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
    #Footer #ToTop #ToTopInner p {
        right: 0px;
        top: 0px;
    }
    #pagetop a img {
        width: 100%;
        max-width: 62px;
        height: auto;
    }
    .BlkBlack__inner__imgColmun .img_left {
        width: 100%;
        float: none;
    }
    .BlkBlack__inner__imgColmun .img_right {
        width: 100%;
        float: none;
    }
    .BlkBlack__inner__text {
        padding: 40px 20px 80px;
        box-sizing: border-box;
    }
    .pc_br {
        display: none;
    }
    .sp_br {
        display: block;
    }
    .t-right {
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .BlkBnanner_left {
        width: 100%;
        float: none;
        padding:0;
    }
    .BlkBnanner_left img,.BlkBnanner_right img{
        width:100%;
        max-width: 640px;
        height: auto;
        display: block;
        margin:0 auto;
    }
    .BlkBnanner_right {
        width: 100%;
        float: none;
        padding:0;
        padding-top: 40px;
    }
}

@media screen and (max-width:530px) {

}

@media screen and (max-width:375px) {
}

@media screen and (max-width:320px) {
}
@-webkit-keyframes select {
  0% { transform: rotate(0deg); }
  33% { transform: rotate(180deg) scale(2, 2); }
  66% { transform: rotate(360deg) scale(0.5, 0.5); }
  100% { transform: rotate(0deg) scale(1, 1); }
}
@keyframes select {
  0% { transform: rotate(0deg); }
  33% { transform: rotate(180deg) scale(2, 2); }
  66% { transform: rotate(360deg) scale(0.5, 0.5); }
  100% { transform: rotate(0deg) scale(1, 1); }
}
.BlkSection__inner .contents__box ul li div p span.small {
    font-size: 90%;
    margin-top: 0;
}
@media screen and (max-width:980px) {
    .BlkSection__inner .contents__box ul li div p span.small {
        font-weight: bold;
    }
}
