@charset "utf-8";

/* ===============================================
# トップ　sec_top
=============================================== */
.sec_top {
  position: relative;
  overflow: hidden;
}
.sec_top .img_area{
  width: 753px;
  height: 590px;
  background: url(../../img/bg_promo_tree_pc.svg) no-repeat left top;
}
.sec_top .img_area article{
  width: 405px;
  height: 590px;
  padding: 35px 35px 20px;
}
.sec_top .img_area h1 .top_logo{
  text-align: center;
}
.sec_top .img_area h1 .top_logo img{
  max-width: 239px;
}
.sec_top .img_area h1 .top_ttl{
  text-align: center;
  margin-top: 45px;
}
.sec_top .img_area h1 .top_ttl img{
  max-width: 276px;
}
.sec_top .img_area article .txt{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
  margin: 30px auto 00;
  height: 231.5px;
}
.sec_top .img_area article .txt p{
  border-left: solid 1px #ccc;
  line-height: 1.2;
  padding: 0.2em 0.67em 0 0.67em;
}
.sec_top .img_area article .txt  p:first-of-type {
  border-right: solid 1px #ccc;
}
.area_btnfixed a {
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #ff4620;
  text-align: center;
}
.area_btnfixed a p span {
  display: block;
}
.area_btnfixed a img {
  width: 30px;
  margin-bottom: 8px;
}
.area_btnfixed .btn_mypage a {
  background: #00b097;
}
.area_btnfixed .btn_mypage a img {
  width: 25px;
}
.area_btnfixed .btn_mission a {
  background: #067e7f;
}
.area_btnfixed .btn_mission a img {
  width: 20px;
}
@media (min-width :769px){
  .area_btnfixed{
    position: fixed;
    right: 0;
    top: 143px;
    width: 80px;
    z-index: 100;
  }
  .area_btnfixed li{
    border-radius: 9px 0 0 9px;
    background: #fff;
    overflow: hidden;
  }
  
}
@media screen and (max-width: 768px) {
  .sec_top{
    display: block;
    width: 100%;
  }
  .sec_top .img_area{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
  }
  .sec_top .img_area h1 .top_logo{
    display: none;
  }
  .sec_top .img_area h1 .top_ttl{
    margin: -18px auto 0;
  }
  .sec_top .img_area h1 .top_ttl img {
    width: 53%;
    max-width: 208px;
    margin-top: -10px;
  }
  .sec_top .img_area article{
    width: 100%;
    height: inherit;
    padding: 10px 10px 0;
    margin-top: -1px;
  }
  .sec_top .img_area article .txt{
    -ms-writing-mode:lr-tb;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    margin: 20px auto 10px;
    font-size: 13px;
    font-size: 1.3rem;
    height: auto;
  }
  .sec_top .img_area article .txt p{
    border-left: none;
    line-height: 1.8;
    padding: 0;
    letter-spacing: 0px;
    text-align: center;
  }
  .sec_top .img_area article .txt  p:first-of-type {
    border-right: none;
  }
  .area_btnfixed.bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;    
  }
  .area_btnfixed.bottom.is_active{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .area_btnfixed ul{
    display:-webkit-box;
    display:flex;    
    -webkit-box-pack: justify;
    justify-content: space-between;    
    padding: 20px 2.6%;
    background: #fff;    
  }
  .area_btnfixed li{
    width: 32.3%;
  }
  .area_btnfixed a{
    height: 55px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 4.5px;
  }
  .area_btnfixed a p span{
    display: inline-block;
  }
  .area_btnfixed a img{
    width: 19.5px;
    margin: 0 5px 0 0;
  }
  .area_btnfixed .btn_mypage a img{
    width: 15px;
  }
  .area_btnfixed .btn_mission a img{
    width: 13px;
  }
  
  footer .copyright {
    padding-bottom: 95px;
  }
}

/*プロモ
------------------------------------- */
.sec_promo{
  width: 90%;
  height: 590px;
  min-width: 1512px;
  position: absolute;
  top: 0;
  left: calc(753px - 320px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_promo .area_promo ul.swiper-wrapper{
  z-index: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sec_promo .area_promo ul li{
  width: 100%;
  text-align: center;
  background: #fff;
}
.sec_promo .area_promo ul li img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_promo {
    width: 100%;
    height: auto;
    min-width: auto;
    display: block;
    position: static;
  }
  .sec_promo .area_promo{
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }
  .sec_promo .area_promo ul{
    position: relative;
  }
  .sec_promo .area_promo ul:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image:url(../../img/bg_promo_tree_sp.svg) ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

/*ナビゲーション
------------------------------------- */
.wrap_main nav{
  width: 100%;
  background: #00b097;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.wrap_main nav ul{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.wrap_main nav ul li{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.wrap_main nav ul li.bg_gr{
  background: #079883;
}
.wrap_main nav ul li.ico{
  position: relative;
  overflow: hidden;
}
.wrap_main nav ul li a{
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 35px 16px 35px 16px;
  margin: 0px 14px;
  color: #fff;
}
.wrap_main nav ul li.ico::after,
.wrap_main nav ul li:not(.ico) :after{
  content: '';
  display: block;
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  transform-origin: left center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(-100%);
}
.wrap_main nav ul li.ico:hover::after,
.wrap_main nav ul li:not(.ico):hover > a::after{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.wrap_main nav ul li.ico{
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap_main nav ul li.ico a{
  width: 60px;
  padding: 32px 0 2px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
.wrap_main nav ul li.ico:nth-child(n+2) a{
  border-left: solid 1px #c9c9c9;
}
@media screen and (max-width: 1344px) {
  .wrap_main nav ul li a{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 35px 14px 35px 14px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap_main nav{
    float: none;
  }
  .wrap_main nav ul>li {
    width: 33.3%;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    align-items: center;
  }
  .wrap_main nav ul>li:nth-of-type(3n) {
    border-right: none;
  }
  .wrap_main nav ul li.ico::after,
  .wrap_main nav ul li:not(.ico) :after{
    display: none;
  }
  .wrap_main nav ul li a{
    font-size: 16px;
    font-size: 1.6rem;
    /*padding: 50px 19px 50px 19px;*/
    padding: 50px 2%;
    margin: 0;
    height: 100%;
  }
}

/* ===============================================
# 募金の種類　sec_type
=============================================== */
.sec_type .inner{
  width: 100%;
  background: #fff;
}
.sec_type .list_type{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
  padding: 0px;
  margin-top: 45px;
}
.sec_type .list_type li{
  width : 20% ;
  width : -webkit-calc(100% / 5) ;
  width : calc(100% / 5) ;
  border-right: 8px solid #fff;
  overflow:hidden;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_type .list_type li:last-child{
  border-right: none;
}
.sec_type .list_type li a{
  width: 100%;
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec_type .list_type .box_type .txt {
  padding: 0 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sec_type .list_type .box_type .txt .type_num{
  text-align: center;
  color: #00b097;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',sans-serif;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sec_type .list_type .box_type .txt .ttl{
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',sans-serif;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
.sec_type .list_type .box_type .txt .ttl:before {
  content: '';
  display: inline-block;
  background: url(../images/ico_arrow_type_pc.svg)no-repeat left top;
  width: 78px;
  height: 7px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_type .list_type .box_type .txt p{
  line-height:1.6;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.sec_type .list_type .box_type .textPhoto img{
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .sec_type .list_type .box_type .txt {
    padding: 0 4.5%;
  }
  .sec_type .list_type .box_type .txt .ttl{
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .sec_type .list_type .box_type .txt .ttl{
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_type{
    background: rgb(0,176,151,0.05);
    padding-bottom: 10px;
  }
  .sec_type .inner{
    box-shadow: 0px 2px 1px 0px rgb(12,117,154,0.05);
    box-shadow: 0px 2px 1px 0px rgba(12,117,154,0.05);/*IE*/
  }
  .sec_type .list_type {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding-bottom: 10px;
  }
  .sec_type .list_type li {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid rgb(12,117,154,0.05);
    border-bottom: 2px solid rgba(12,117,154,0.05);/*IE*/
    border-right: 0;
  }
  .sec_type .list_type li:last-child{
    border-bottom:none;
  }
  .sec_type .list_type .box_type .txt{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    left: 41%;
    padding: 0px 15px;
  }
  .sec_type .list_type .box_type .txt .type_num{
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
  .sec_type .list_type .box_type .txt .ttl{
    text-align: left;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .sec_type .list_type .box_type .txt .ttl:before {
    background: url(../images/ico_arrow_type_sp.svg)no-repeat left top;
    left: 70px;
    width: 142px;
    height: 7px;
    background-size: 75px;
  }
  .sec_type .list_type .box_type .txt p {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_type .list_type li .textPhoto{
    width: 41%;
  }
}


/* ===============================================
# メッセージ　sec_message
=============================================== */
.sec_message{
  background: rgb(0,176,151,0.05);
  background: rgba(0,176,151,0.05);/*IE*/
  position: relative;
  overflow: hidden;
}
.sec_message .bg_img{
  position: absolute;
  top: 140px;
  left: 0;
  width: 23%;
  max-width: 383px;
}
.sec_message .inner{
  display:-webkit-box;
  display:flex;  
  width: calc(100% - 300px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 55px 0 55px;
}
.sec_message .ttl{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',sans-serif;
  font-weight: bold;
  color: #898989;
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 6px;
  margin-right: 77px;
  margin-left: -12px;
}
.sec_message .ttl .main_ttl{
  font-size: 26px;
  font-size: 2.6rem;
}
.sec_message .list_message{
  -webkit-box-flex: 1;
  flex: 1;
}
.sec_message .list_message table{
  width: 100%;
  table-layout: fixed;
}
.sec_message .list_message table th,
.sec_message .list_message table td{
  border-right: solid 2px #f2fbfa;
}
.sec_message .list_message table th:last-child,
.sec_message .list_message table td:last-child{
  border-right: none;
}
.sec_message .list_message table th{
  background: #00b097;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.3;
  height: 53px;
  padding: 5px 20px;
  text-align: center;
}
.sec_message .list_message table tr th:first-child{
  width: 9em;
}
.sec_message .list_message table tr th:nth-child(2){
  width: 8em;
}
.sec_message .list_message table td{
  padding: 10px 20px 10px 24px;
}
.sec_message .list_message tr{
  background-color: #fff;
}
.sec_message .list_message tr:nth-child(odd){
  background-color: #ebebeb;
}
/*メッセージ準備中*/
.sec_message .list_message {
  position: relative;
}
.sec_message .txt_preparation {
  font-weight: bold;
  font-size: 38px;
  font-size: 3.8rem;
  opacity: 0.4;
  color: #898989;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}
@media screen and (max-width: 1678px) {
  .sec_message{
    padding-right: 20px;
  }
  .sec_message .bg_img{
    min-width: 225px;
  }
  .sec_message .inner {    
    width: 83%;
    margin: 0 0 0 17%;
  }
  .sec_message .list_message table {
    margin-bottom: 10px;
  }
  .sec_message .list_message  .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll-table::-webkit-scrollbar{
    height:5px;
  }
  .scroll-table::-webkit-scrollbar{
    background: #d5d5d5;
  }
  .scroll-table::-webkit-scrollbar-thumb{
    background: #00b097;
    border-radius: 0;
  }
  .sec_message .list_message table th:last-child{
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sec_message {
    padding-right: 0;
  }
  .sec_message .inner{
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 55px 0 25px;
  }
  .sec_message .ttl{
    -ms-writing-mode:lr-tb;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    float: none;
    font-size: 19px;
    font-size: 1.9rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 148px;
    margin-bottom: 63px;
    width: 100%;
    line-height: 1.4;
  }
  .sec_message .bg_img {
    top: 10px;
    width: 40%;
    max-width: 149px;
    min-width: auto;
  }
  .sec_message .ttl .main_ttl{
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sec_message .list_message{
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0 23px;
  }
  .sec_message .list_message  .scroll-table {
    white-space: normal;
    margin-bottom: 0;
  }
  .sec_message .list_message table{
    margin-bottom: 0;
    table-layout: auto;
    width: 100%;
  }
  .sec_message .list_message table th,
  .sec_message .list_message table td{
    border-right: none;
  }
  .sec_message .list_message table th{
    display: none;
  }
  .sec_message .list_message table td{
    padding: 13px 0px 0px 15px;
    width:  calc(100% - 130px);
    display: inline-block;
    color: #00b097;
  }
  .sec_message .list_message table td:first-child{
    width: auto;
    color: #000;
    font-weight: bold;
  }
  .sec_message .list_message table td:last-child{
    width: 100%;
    display: block;
    border-bottom: 3px solid rgb(0,176,151,0.05);
    border-bottom: 3px solid rgba(0,176,151,0.05);
    padding: 3px 5px 14px 15px;
    color: #000;
  }
  .sec_message .list_message tr{
    background-color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_message .list_message tr:nth-child(odd){
    background-color: #fff;
  }
  /*メッセージ準備中*/
  .sec_message .list_message {
    height: auto;
    padding: 0 23px 30px;
  }
  .sec_message .txt_preparation {
    font-size: 18px;
    font-size: 1.8rem;
    height: 80px;
    width: 100%;
    padding-left: 148px;
  }
}
