@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
  text-align: center;
  padding-top: 10vh;
}
@media screen and (max-width: 767px) {
  /* 仮index */
  .og {
    padding-top: 25vh;
  }
  .og img {
    width: 100%;
  }
}
/* mainArea */
.mainArea .inner {
  padding: 100px 10px 60px;
  position: relative;
  background-image: url(../img/top/main_bg.svg);
  background-repeat: no-repeat;
  background-position: 0 -96px;
}
.mainArea .inner .logoArea{
  min-height: 52vh;
  background-image: url(../img/top/main.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.mainArea .inner .logoArea .ttl,
.contentArea .inner h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 3px;
  color: #3f3c3c;
}
.mainArea .inner .logoArea .logo{
  position: relative;
  display: inline-block;
}
.mainArea .inner .logoArea .logo p.hanshin{
  position: absolute;
  top: 72%;
  left: 50%;
  text-align: center;
  font-weight: 600;
  transform: translateX(-50%);
  width: 100%;
}

.contentArea .inner h2 {
  color: #009de4;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 16px;
}
.contentArea .inner {
  padding:0 20px 30px;
  max-width: 880px;
}
.contentArea .newsArea{
  margin-bottom: 60px;
}
.contentArea .infoArea,
.contentArea .talkArea,
.contentArea .usefulArea {
  margin-bottom: 40px;
}
.contentArea {
  position: relative;
}
/*newsArea */
.newsArea ul li {
  padding: 15px 20px;
  border-bottom: solid 1px #009de4;
}
.newsArea ul dl {
  display: flex;
  justify-content: flex-start;
}
.newsArea ul dl dt {
  width: 16%;
  color: #000;
}
.newsArea ul dl dt {
  padding: 20px 12px 0;
}
.newsArea ul dl dd {
  padding: 20px 10px 0;
}
.newsArea ul dl dd p{
  color: #3f3c3c;
}
.newsArea ul dl dd p a:hover {
  color: #009de4;
}
.newsArea .btn{
  text-align: center;
  margin-top: 30px;
}
.newsArea .btn a {
  width: 200px;
  display: inline-block;
  color: #009de4;
  border: 2px solid #009de4;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
}
.newsArea .btn a .ttl {
  position: relative;
  display: block;
  padding: 6px 25px;
}
.newsArea .btn a .ttl:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054";
  top: 6px;
  right: 25px;
}
.newsArea .btn a:hover {
  background-color: #009de4;
  color: #fff;
}
.newsArea .btn a .ttl:hover:after {
  right: 15px;
  transition: all 0.3s;
}

/*tryArea*/
.tryArea .tryBox{
  background-image:url("../img/top/try_bg.jpg");
  min-height: 600px;
  border-radius: 25px;
  margin: 100px 0 70px;
  position: relative;
}
.tryArea .tryBox .h2Area{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 60px;
  width: 100%;
}
.tryArea .tryBox .txt{
  position: absolute;
  top: 22%;
  left: 36%;
}
.tryArea .tryBox a{
  padding: 6px 14px;
  background-color: #5897de;
  color: #FFF;
  border-radius: 8px;
  display: block;
  position: absolute;
  bottom: -40px;
  border: 2px solid #FFF;
  font-size: 16px;
  font-weight: bold;
   transform: translate(-50%, -50%);
   left: 50%;
   width: 270px;
    text-align: center;
}
.tryArea .tryBox a:before{
content:"≫";
margin-right: 10px;
}
.tryArea .tryBox a:hover{
opacity: 0.9;
}




/*ここまでtryArea*/




/*infoArea */
.infoArea .infoNews {
  display: flex;
  justify-content: space-between;
}
.infoArea .infoNews .infoNewsBox {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  background-color: #d9ebf9;
  border-radius: 14px;
  width: 48%;
}
.infoArea .infoNews a.infoNewsBox:hover{
  opacity: .7;
}
.infoArea .infoNews .infoNewsBox p.news_c {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background-color: #009de4;
  display: inline;
  padding: 6px 20px;
}
.infoArea .infoNews .infoNewsBox p.ttl {
  color: #009de4;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0 8px;
}
.infoArea .infoNews .infoNewsBox p.subttl {
  font-size: 13px;
  font-weight: 600;
  color:#000;
}
.infoArea .infoNews .infoNewsBox .imgArea {
  width: 180px;
}
.infoArea .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 30px;
}
.infoArea .category::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.infoArea .category::after {
  content: "";
  display: block;
  width: 23%;
}
.infoArea .category li {
  width: 23%;
  margin: 10px 0px;
}
.infoArea .category li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff9b2;
  border: 2px solid #009ee5;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  height: 90px;
}
.infoArea .category li:nth-of-type(1) a{
  background-image: url("../img/top/medical.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top 50% right 10px;
}
.infoArea .category li:nth-of-type(2) a{
  background-image: url("../img/top/money.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top 50% right 10px;
}
.infoArea .category li:nth-of-type(3) a{
  background-image: url("../img/top/single.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top 50% right 10px;
}
.infoArea .category li:nth-of-type(4) a{
  background-image: url("../img/top/heart.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top 50% right 10px;
}
.infoArea .category li:nth-of-type(5) a{
  background-image: url("../img/top/infertility.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top 50% right 10px;
}
.infoArea .category li:nth-of-type(6) a{
  background-image: url("../img/top/learn.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top 50% right 10px;
}
.infoArea .category li:nth-of-type(7) a{
  background-image: url("../img/top/outing.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: top 50% right 10px;
}
/*talkArea*/
.talkArea p.catch{
  text-align: center;
  margin-bottom: 20px;
}
.talkArea ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.talkArea ul li{
  width: 32%;
  margin-bottom: 20px;
}
.talkArea ul li a{
  display: block;
  padding: 20px 14px;
  border-radius: 14px;
}
.talkArea ul li a:hover{
  opacity: .7;
  color: #000;
}
.talkArea ul li:nth-of-type(1) a{
  background-color: #f5f49c;
  background-image: url("../img/top/talk01.png");
  background-repeat: no-repeat;
  background-size: 116px;
  background-position: top 20px right 8px;
}
.talkArea ul li:nth-of-type(2) a{
  background-color: #f9e0d2;
  background-image: url("../img/top/talk02.png");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: top 18px right 16px;
}
.talkArea ul li:nth-of-type(3) a{
  background-color: #f5f49c;
  background-image: url("../img/top/talk03.png");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: top 18px right 16px;
}
.talkArea ul li:nth-of-type(4) a{
  background-color: #DAECFA;
  background-image: url("../img/top/talk04.png");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: top 18px right 16px;
}
.talkArea ul li:nth-of-type(5) a{
  background-color: #F0E4EF;
  background-image: url("../img/top/talk05.png");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: top 18px right 16px;
}
.talkArea ul li:nth-of-type(6) a{
  background-color: #F5DF9D;
  background-image: url("../img/top/talk06.png");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: top 18px right 16px;
}
.talkArea ul li:nth-of-type(7) a{
  background-color: #f5f49c;
  background-image: url("../img/top/talk07.png");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: top 16px right 14px;
}
.talkArea ul li:nth-of-type(8) a{
  background-color: #f9e0d2;
  background-image: url("../img/top/talk08.png");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: top 16px right 14px;
}
.talkArea ul li:nth-of-type(9) a{
  background-color: #f5f49c;
  background-image: url("../img/top/talk09.png");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: top 16px right 14px;
}
.talkArea ul li a p.news_c {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background-color: #009de4;
  display: inline;
  padding: 6px 12px;
}
.talkArea ul li a p.ttl {
  color: #009de4;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0 8px;
  line-height: 1.2;
}
.talkArea ul li a p.subttl {
  font-size: 13px;
  font-weight: 600;
}
/*usefulArea*/
.usefulArea ul{
  display: flex;
  justify-content: space-between;
}
.usefulArea ul li{
  width: 31%;
}
.usefulArea ul li a{
  padding: 16px 10px;
  background-color: #d9ebf9;
  border: 3px solid #009ee5;
  border-radius: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
}
.usefulArea ul li a:hover{
  opacity: .7;
  color: #000;
}
.usefulArea ul li p.ttl {
  color: #009de4;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}
.usefulArea ul li p.subttl {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .mainArea .inner {
    margin-top: 80px;
    padding: 110px 0 0px;
    background-position: 0 -62px;
  }
  .mainArea .inner .logoArea .ttl{
    margin-bottom: -20px;
  }
  .mainArea .inner .logoArea{
    background-image: none;
    text-align: center;
  }
  .mainArea .inner .logoArea .logo{
   text-align: center;
 }
.talkArea,.usefulArea{
 border-top:2px solid #009de4;
 padding-top: 20px;
}
.talkArea ul li{
  width: 49%;
}

}
@media screen and (max-width: 767px) {
  .mainArea .inner{
    padding: 60px 0 0px;
    background-position: 0 -40px;
  }
  .contentArea .inner{
    padding:0 5vw 20px;
  }
  .mainArea .inner .logoArea {
    min-height: 54vh;
  }
  .mainArea .inner .logoArea .ttl{
    font-size: 18px;
  }
  .newsArea ul li {
    padding: 10px 3vw 10px;
  }
  .newsArea ul dl {
    display: block;
  }
  .newsArea ul dl dt {
    padding: 0 10px 0;
    width: 100%;
  }
  .newsArea ul dl dd {
    padding: 3px 10px 0;
  }

  .infoArea .infoNews,
  .infoArea .infoNews .infoNewsBox{
    display: block;
  }
  .infoArea .infoNews .infoNewsBox .imgArea{
    width: 100%;
    margin-top: 10px;
  }
  .infoArea .infoNews .infoNewsBox{
    width: 100%;
    margin-bottom: 20px;
  }
  .infoArea .category{
    margin: 30px auto;
  }
  .infoArea .category li{
    width:48%;
  }
  .talkArea ul li{
   margin-bottom: 20px;
 }
 .usefulArea ul{
  display: block;
}
.usefulArea ul li{
  margin-bottom: 20px;
  width: 100%;
}
.usefulArea ul li a {
  height: 96px;
}
  /*
  .talkArea ul li:nth-of-type(1) a{
    background-position: top 18px right 12px;
  }
  .talkArea ul li:nth-of-type(2) a{
    background-position: top 24px right 16px;
  }
  .talkArea ul li:nth-of-type(3) a{
    background-position: top 24px right 16px;
  }
  .talkArea ul li:nth-of-type(4) a{
    background-position: top 24px right 16px;
  }
  .talkArea ul li:nth-of-type(5) a{
    background-position: top 24px right 16px;
  }
  .talkArea ul li:nth-of-type(6) a{
    background-position: top 24px right 16px;
  }*/
}
@media screen and (max-width:600px){

  .talkArea ul li{
    width:100%;
  }  .talkArea ul{
    display: block;
  }



  .tryArea .tryBox{
    background-image: url(../img/top/try_sbg.jpg);
    min-height: 400px;
    background-size: cover;
  }
  .tryArea .tryBox .h2Area{
    top: 6px;
  }
  .tryArea .tryBox .txt {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62%;
  }
}
@media screen and (max-width: 500px){
  .mainArea .inner {
    background-position: 0px -30px;
  }

}
@media screen and (max-width: 400px) {
 .mainArea .inner {
  padding: 44px 2vw 20px;
  background-position: -114px -34px;
  background-size: 140%;
}
.mainArea .inner .logoArea .ttl {
  margin: 10px 0 -10px;
}
.mainArea .inner .logoArea {
  min-height: 40vh;
}
}
