/* ---------------------------------------- */
@media only screen and (min-width: 769px) {
  .page-wrapper {
    margin-top: 0px; } }

/* ---------------------------------------- */
/*
#nav2 {
  display: none;
}
*/
/* ---------------------------------------- */
@media (min-width: 1000px) {
  .container {
    width: 1240px; } }

.section {
  margin-left: 10px;
  margin-right: 10px; }
  .section h2 {
    font-weight: normal;
    font-size: 2.4rem; }
    @media screen and (min-width: 569px) {
      .section h2 {
        font-size: 3.2rem; } }

/* ---------------------------------------- */
#image {
  position: relative;
  /*
  #image1 {
    position: relative;
    @media only screen and (max-width: 768px) {
      .image {
        width: 100%;
        img {
          width: 100%;
          height: auto;
        }
      }
      .text {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        margin-top: -30px;
        img {
          width: 100%;
          height: auto;
        }
        .title {
          margin-bottom: 20px;
          text-align: center;
          .h {
            margin-bottom: 0px;
          }
        }
      }
    }
    @media only screen and (min-width: 769px) {
      .image {
        width: 75%;
        margin-right: 25%;
        img {
          width: 100%;
          height: auto;
        }
      }
      .text {
        position: absolute;
        top:25%;
        width: 41.5%;
        left: 53.1%;
        text-align: center
        img {
          width: 100%;
          height: auto;
        }
        .title {
          margin-bottom: 60px;
          text-align: center;
          .h {
            margin-bottom: 20px;
          }
          p {
            display: inline-block;
            background-color: #fff;
            padding: 5px 20px;
          }
        }
      }
    }
  }
*/
  /*
  #image1 {
    display: none;
  }
  #image2 {
    img {
      width: 100%;
      height: auto;
    }
  }
  #nav2 {
    position: absolute;
    bottom:-40px;
    right: 0;
  }
*/ }
  #image img {
    width: 100%;
    height: auto; }
  #image .swiper-pagination {
    padding: 10px;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 569px) {
      #image .swiper-pagination {
        padding: 20px; } }
  #image .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    background-color: #EBEAFF;
    border: solid 1px #C4C2EB;
    margin: 0 5px;
    opacity: 1; }
    @media screen and (min-width: 569px) {
      #image .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 7px; } }
  #image .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #36318F;
    border: solid 1px #36318F; }

/* ---------------------------------------- */
.news {
  margin-left: 10px;
  margin-right: 10px; }
  @media screen and (max-width: 568px) {
    .news table {
      margin: 0 20px; } }
  .news table th, .news table td {
    padding-bottom: 15px; }
  .news table th {
    color: #666; }
  .news table td {
    padding-left: 20px; }
    .news table td .cat {
      color: #36318F;
      border: solid 1px #36318F;
      padding: 5px 7px;
      line-height: 1;
      white-space: nowrap;
      text-align: center; }
    .news table td a {
      text-decoration: none;
      color: #000; }
  .news.important {
    background-color: #FBF3F5; }
    .news.important table td .cat {
      color: #B43C68;
      border: solid 1px #B43C68; }
  @media screen and (max-width: 568px) {
    .news table th, .news table td {
      display: inline-block;
      padding-left: 0;
      padding-bottom: 5px; }
    .news table th {
      padding-right: 12px; }
    .news table td:nth-child(3) {
      padding-bottom: 20px; } }

/* ---------------------------------------- */
#reasons {
  background-image: linear-gradient(90deg, rgba(207, 237, 214, 0.5) 0%, #E7F4F7 100%);
  margin-left: 10px;
  margin-right: 10px; }
  #reasons h2 {
    text-align: center; }
    @media screen and (max-width: 568px) {
      #reasons h2 img {
        max-width: 300px; } }
  @media screen and (min-width: 569px) {
    #reasons .height {
      padding: 0 20px; } }
  #reasons .image {
    position: relative; }
    #reasons .image img {
      width: 100%;
      height: auto; }
    #reasons .image .num {
      color: #2996AF;
      background: #fff;
      position: absolute; }
      @media screen and (max-width: 568px) {
        #reasons .image .num {
          width: 40px;
          height: 40px;
          line-height: 40px;
          border-radius: 20px;
          left: 10px;
          top: -20px;
          font-size: 2rem; } }
      @media screen and (min-width: 569px) {
        #reasons .image .num {
          width: 60px;
          height: 60px;
          line-height: 60px;
          border-radius: 30px;
          font-size: 2.8rem;
          top: -30px;
          left: 20px; } }
  #reasons p {
    font-size: 1.4rem; }
    @media screen and (min-width: 569px) {
      #reasons p {
        font-size: 1.6rem; } }
  @media screen and (min-width: 569px) {
    #reasons .row-center {
      margin-left: 12.5%;
      margin-right: 12.5%; }
    #reasons #reason1,
    #reasons #reason2,
    #reasons #reason3,
    #reasons #reason5,
    #reasons #reason6 {
      border-right: solid 1px #AED3C3; } }

/* ---------------------------------------- */
#feature .image {
  position: relative; }
  @media screen and (max-width: 568px) {
    #feature .image {
      margin-left: 15px;
      margin-right: 15px; } }
  #feature .image img {
    position: relative;
    top: 30px; }
    @media screen and (min-width: 569px) {
      #feature .image img {
        top: 40px; } }

#feature .detail {
  background: #E7F2F8;
  background-image: linear-gradient(90deg, rgba(231, 242, 248, 0.5) 0%, #E3F7F7 100%); }
  #feature .detail .container {
    padding-top: 60px; }
    @media screen and (min-width: 569px) {
      #feature .detail .container {
        padding-top: 80px; } }
  @media screen and (max-width: 568px) {
    #feature .detail .ic img {
      width: 80%; } }
  #feature .detail p {
    font-size: 1.4rem; }
    @media screen and (min-width: 569px) {
      #feature .detail p {
        font-size: 1.6rem; } }

/* ---------------------------------------- */
#pickup a {
  transition: all 0.25s ease; }

#pickup a:hover {
  opacity: 0.8; }

/* ---------------------------------------- */
#cs {
  background-color: #F2F2F2; }
  #cs .post {
    transition: all 0.25s ease; }
    #cs .post:hover {
      opacity: 0.8; }
    #cs .post .image {
      position: relative;
      overflow: hidden; }
      #cs .post .image .cat {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #2194B1;
        color: #fff;
        font-size: 1.2rem;
        padding: 5px 10px; }
        @media screen and (min-width: 569px) {
          #cs .post .image .cat {
            font-size: 1.4rem; } }
      #cs .post .image .new {
        position: absolute;
        bottom: -5px;
        left: 12px;
        font-size: 3.2rem;
        color: #fff;
        line-height: 1; }
        @media screen and (min-width: 569px) {
          #cs .post .image .new {
            font-size: 4.8rem; } }
    #cs .post .date {
      color: #2194B1;
      font-size: 1.2rem; }
      @media screen and (min-width: 569px) {
        #cs .post .date {
          font-size: 1.4rem; } }
    #cs .post h3 a {
      color: #000;
      text-decoration: none; }

/* ---------------------------------------- */
#purpose ul {
  border-top: solid 1px #E5E5E5;
  overflow: hidden; }
  #purpose ul li {
    border-bottom: solid 1px #E5E5E5; }
    #purpose ul li a {
      color: #000;
      display: block;
      padding: 20px 0;
      background-image: url(../common2/img/ic_arrow_2.svg);
      background-repeat: no-repeat;
      padding-right: 40px;
      background-position: right center;
      font-size: 1.4rem;
      transition: all 0.25s ease; }
      @media screen and (max-width: 568px) {
        #purpose ul li a {
          background-size: 24.8px 4.8px; } }
      #purpose ul li a strong {
        font-size: 1.6rem; }
      @media screen and (min-width: 569px) {
        #purpose ul li a {
          font-size: 1.8rem;
          background-position: right 20px center;
          padding-right: 50px; }
          #purpose ul li a strong {
            font-size: 2.2rem; } }
      #purpose ul li a:hover {
        opacity: 0.8; }
