@charset "utf-8";

/*
  メインイメージ
*/

.main_img_area {
  width: 100%;
  height: 420px;
  position: relative;
}

.main_img_area li {
  position: absolute;
  margin: 0;
  padding: 0;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 420px;
  background-size: cover;
}

.main_img_area .catch {
  width: 280px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
  background: url(../images/index/catch_sp.png) no-repeat center / 100%;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

.main_img_area .catch img {
  width: 100%;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .main_img_area {
    margin-bottom: 75px;
    min-width: 1000px;
    height: 680px;
  }

  .main_img_area li {
    width: 100% !important;
    height: 680px;
  }

  .main_img_area .container {
    width: 100%;
    height: 680px;
    position: relative;
  }

  .main_img_area .catch {
    width: 575px;
    height: 141px;
    transform: none;
    top: 100px;
    left: calc((100% - 1000px) / 2);
    right: auto;
    background: url(../images/index/catch.png) no-repeat;
  }

  .main_img_area .support_badge {
    position: absolute;
    right: calc((100% - 1000px) / 2);
    bottom: -75px;
    z-index: 9;
  }

  .topCredit {
    width: 91px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
  }
}


/*
  お知らせ・ブログ
*/

.whats_new_area {
  background: #f0f0f0;
  padding: 40px 20px 50px;
}

.whats_new_area .blog {
  margin-top: 50px;
}

.whats_new_area .news h2,
.whats_new_area .blog h2 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
}

.whats_new_area .body {
  height: 200px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  overflow: auto;
}

.whats_new_area .body li a {
  width: 100%;
  padding: 12px 10px 12px 0;
  display: table;
  color: inherit;
  box-sizing: border-box;
}

.whats_new_area .body li:nth-child(even) {
  background: #fff;
}

.whats_new_area .body li a > div {
  display: table-cell;
  vertical-align: middle;
}

.whats_new_area .body .category {
  width: 100px;
}

.whats_new_area .body .category span {
  width: 80px;
  height: 30px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  display: block;
}

.whats_new_area .news .cate_id1 {
  background: #f6ac19;
}

.whats_new_area .news .cate_id2 {
  background: #ed6d46;
}

.whats_new_area .news .cate_id3 {
  background: #abcd03;
}

.whats_new_area .news .cate_id4 {
  background: #00a5a8;
}

.whats_new_area .news .cate_id5 {
  background: #f6ac19;
}

.whats_new_area .news .cate_id6 {
  background: #f19db5;
}

.whats_new_area .blog .cate_id1 {
  background: #7ebae0;
}

.whats_new_area .blog .cate_id2 {
  background: #bb8dbe;
}

.whats_new_area .body .date {
  font-size: 1.1rem;
  color: #01538f;
}

.whats_new_area .body .title {
  font-size: 1.3rem;
  line-height: 1.4;
}

.whats_new_area .to_news a,
.whats_new_area .to_blog a {
  width: 180px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
  border-radius: 15px;
  background: #01538d;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .whats_new_area {
    padding: 0 0 50px;
    background: none;
  }

  .whats_new_area .news {
    width: 475px;
    float: left;
    position: relative;
  }

  .whats_new_area .news h2,
  .whats_new_area .blog h2 {
    width: 150px;
    height: 54px;
    margin: 0 auto;
    overflow: hidden;
  }

  .whats_new_area .news h2 span,
  .whats_new_area .blog h2 span {
    width: 150px;
    height: 150px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 66px;
    background: #f2f2f2;
    border-radius: 50%;
    display: block;
  }

  .whats_new_area .blog {
    width: 475px;
    margin-top: 0;
    float: right;
    position: relative;
  }

  .whats_new_area .news:before,
  .whats_new_area .blog:before {
    content: "";
    display: block;
    width: 436px;
    height: 34px;
    position: absolute;
    top: 54px;
    background: #f2f2f2;
    z-index: 5;
  }

  .whats_new_area .news:after,
  .whats_new_area .blog:after {
    content: "";
    display: block;
    width: 436px;
    height: 34px;
    position: absolute;
    top: 420px;
    background: #f2f2f2;
    z-index: 5;
  }

  .whats_new_area h2 {
    text-align: center;
  }

  .whats_new_area .body {
    width: 475px;
    height: 400px;
    padding: 0 39px 0 25px;
    margin-bottom: 0;
  }

  .whats_new_area .body ul {
    width: 411px;
    padding: 34px 0;
  }

  .whats_new_area .body .category {
    width: 110px;
  }
  .whats_new_area .body .category span {
    width: 90px;
    font-size: 1.2rem;
  }

  .whats_new_area .body li a:hover p {
    text-decoration: underline;
  }

  .whats_new_area .body li a:hover .date {
    text-decoration: none;
  }

  .whats_new_area .body .title {
    line-height: 1.4;
  }

  .whats_new_area .body .date {
    font-size: 1.2rem;
  }

  .whats_new_area .to_news,
  .whats_new_area .to_blog {
    width: 150px;
    height: 54px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
  }

  .whats_new_area .to_news a,
  .whats_new_area .to_blog a {
    width: 150px;
    height: 150px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    line-height: 236px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
  }

  .whats_new_area .to_news a:hover,
  .whats_new_area .to_blog a:hover {
    opacity: .7;
  }
}

/*
  effort_area
*/

.effort_area {
  width: 100%;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 0, 0, 1) 40%,rgba(0, 0, 0, 0) 62.77%), url("../images/index/effort_bg.jpg") no-repeat top center / auto 65%;
  background : -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 62.77%), url("../images/index/effort_bg.jpg") no-repeat top center / auto 65%;
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.4608,rgba(0, 0, 0, 1) ),color-stop(0.6277,rgba(0, 0, 0, 0) )), url("../images/index/effort_bg.jpg") no-repeat top center / auto 65%;
  background : -o-linear-gradient(90deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 62.77%), url("../images/index/effort_bg.jpg") no-repeat top center / auto 65%;
  background : -ms-linear-gradient(90deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 62.77%), url("../images/index/effort_bg.jpg") no-repeat top center / auto 65%;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#76543B', endColorstr='#76543B' ,GradientType=0)", url("../images/index/effort_bg.jpg") no-repeat top center / auto 65%;
  background : linear-gradient(0deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 62.77%), url("../images/index/effort_bg.jpg") no-repeat top center / auto 65%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76543B',endColorstr='#76543B' , GradientType=0), url("../images/index/effort_bg.jpg") no-repeat top center / auto 65%;
  box-sizing: border-box;
}

.effort_area .container {
  max-width: 425px;
  margin: 0 auto;
  padding: 25px 15px 60px;
  display: block;
  box-sizing: border-box;
  font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: white;
}

.effort_area h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}

.effort_area .effort_detail {
  margin-top: 130px;
}

.effort_area .effort_detail h3 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: normal;
}

.effort_area .effort_detail p {
  font-size: 1.5rem;
  font-weight: normal;
}

.effort_area .to_about {
  width: 80%;
  margin: 30px auto 0;
}

.effort_area .to_about a {
  width: 100%;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  line-height: 50px;
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  display: block;
  box-sizing: border-box;
  transition: .3s;
}

.effort_area .to_about a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
  left: -10px;
}


/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .effort_area {
    min-width: 1000px;
    height: 750px;
    background: url("../images/index/effort_bg.jpg") no-repeat center / cover;
  }

  .effort_area .container {
    max-width: 1000px;
    padding: 48px 0 0 0;
  }
  
  .effort_area h2 {
    font-size: 2.6rem;
    line-height: 1.8;
    text-align: center;
  }

  .effort_area .effort_detail {
    margin-top: 280px;
  }
  
  .effort_area .effort_detail h3 {
    font-size: 3.6rem;
    margin-bottom: 40px;
    font-weight: normal;
  }
  
  .effort_area .effort_detail h3 span {
    border-bottom: 1px solid white;
  }
  
  .effort_area .effort_detail p {
    font-size: 1.8rem;
    text-align: center;
  }

  .effort_area .to_about {
    width: 300px;
  }
  
  .effort_area .to_about a:hover {
    opacity: .7;
  }
}

/*
  activity_area
*/

.activity_area {
  background: url("../images/index/activity_area_bg.jpg") no-repeat center bottom / auto 385px;
}

@media (min-width: 425px) {
  .activity_area {
    background-size: 100% auto;
  }
}

.activity_area .container {
  max-width: 425px;
  margin: 0 auto;
  padding: 50px 15px 100px;
  display: block;
  box-sizing: border-box;
}

.activity_area h2 {
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #01538f;
  line-height: 1.4;
  margin-bottom: 20px;
}

.activity_area .text {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.activity_area .to_activity {
  width: 80%;
  margin: 30px auto 0;
}

.activity_area .to_activity a {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  color: white;
  background-color: #01538f;
  border-radius: 50px;
  display: block;
  box-sizing: border-box;
  transition: .3s;
}

.activity_area .to_activity a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
  left: -10px;
}

.activity_area img {
  max-width: 100%;
}

.activity_area .mission {
  margin-top: 50px;
  padding: 0 20px;
}

.activity_area .mission li {
  border: 1px solid #01538f;
  padding: 0 20px 20px;
  margin-bottom: 15px;
}

.activity_area .mission h3 {
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  color: #01538f;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 2px;
  border-bottom: 1px solid #01538f;
}

.activity_area .mission li figure img {
  width: 85%;
  display: block;
  margin: auto;
}



/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .activity_area {
    width: 100%;
    min-width: 1000px;
    height: 1171px;
    background: url("../images/index/activity_area_bg.jpg") no-repeat center bottom;
    background-size: cover;
  }

  .activity_area .container {
    max-width: 1000px;
    padding: 120px 0 0 0;
    position: relative;
  }

  .activity_area h2 {
    font-size: 3.8rem;
    margin-bottom: 25px;
  }

  .activity_area .text {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }

  .activity_area .to_activity {
    width: 300px;
    margin: 30px auto 0;
  }

  .activity_area .to_activity a:hover {
    opacity: .7;
  }

  .activity_area .mission {
    margin-top: 80px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .activity_area .mission li {
    width: 320px;
    margin-bottom: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .4);
  }

  .activity_area .mission li figure img {
    width: 100%;
  }
}


/*
  wish_area
*/

.wish_area {
  width: 100%;
  background-color: #ebf0f0;
}

.wish_area .container {
  max-width: 425px;
  margin: 0 auto;
  padding: 40px 15px 60px;
  display: block;
  box-sizing: border-box;
}

.wish_area .wish_heading {
  margin-bottom: 30px;
}

.wish_area .wish_heading h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: normal;
  font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  color: #01538f;
  margin-bottom: 20px;
}

.wish_area .wish_heading .text {
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
  font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}

.wish_area .photo {
  width: 80%;
  margin: auto;
}

.wish_area .photo img {
  max-width: 100%;
}

.wish_area .support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 10px;
}

.wish_area .support li {
  width: calc(50vw - 30px);
  margin-bottom: 10px;
}

.wish_area .support li a {
  width: 100%;
  height: calc(50vw - 30px);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: calc(50vw - 46px);
  border-radius: 50%;
  color: #01538f;
  background-color: white;
  border: 8px solid #d3e1e6;
  display: block;
  box-sizing: border-box;
  padding-left: 7px;
  transition: .3s;
}

.wish_area .support li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #01538f;
  border-bottom: 2px solid #01538f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
  left: -10px;
}

.wish_area .communicate-sns {
  margin-bottom: 4%;
  padding: 15px;
  background: white;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wish_area .communicate-sns h4 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #01538b;
  text-align: center;
}

.wish_area .communicate-sns h4 + p {
  margin-bottom: 15px;
  text-align: center;
}

.wish_area .communicate-sns-list {
  width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .wish_area .container {
    max-width: 1000px;
    padding: 100px 0 160px;
  }
  
  .wish_area .wish_heading {
    height: 620px;
    margin-bottom: 60px;
    position: relative;
  }

  .wish_area .wish_heading h2 {
    font-size: 3.9rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    position: absolute;
    top: -20px;
    left: 175px;
  }

  .wish_area .wish_heading .text {
    font-size: 1.8rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 250px;
  }

  .wish_area .photo {
    width: 465px;
    position: absolute;
    top: 0;
    right: 170px;
  }

  .wish_area .support {
    width: 900px;
    margin : 0 auto 30px;
  }

  .wish_area .support li {
    width: 195px;
    margin-bottom: 0;
  }

  .wish_area .support li a {
    height: 195px;
    font-size: 2rem;
    line-height: 179px;
  }
  
  .wish_area .support li a:hover {
    border: 8px solid white;
  }
  
  .wish_area .communicate-sns {
    width: 900px;
    margin: auto;
  }
  
  .wish_area .communicate-sns h4 {
    font-size: 2rem;
  }

  .wish_area .communicate-sns {
    padding: 30px;
  }

  .wish_area .communicate-sns-list {
    width: 700px;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  .wish_area .communicate-sns-list a:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .crowd_ban {
    width: 650px;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2000;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
  }

  @-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
  }

  .crowd_ban img {
    width: 100%;
  }
}



