@charset "UTF-8";
header {
  border-bottom: none; }

/*スライドショー*/
.swiperPC {
  display: block; }

.swiperSP {
  display: none; }

.swiper-container {
  width: 100%;
  height: 760px; }

.swiper-slide {
  padding-top: 0px;
  /* 画像位置の調整用 */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.report {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 9999; }

.report img {
  width: 250px; }

/* フロートアニメーション */
.report {
  display: inline-block;
  transition-duration: .3s;
  transition-property: transform; }
  .report:hover {
    transform: translateY(-5px); }

/* コンテンツ */
.news {
  text-align: center; }
  .news .newsTitle {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 200px;
    margin-bottom: 50px; }
  .news ul {
    display: inline-block; }
    .news ul li {
      margin-bottom: 20px;
      text-align: left; }
      .news ul li dt, .news ul li dd {
        display: inline-block;
        font-size: 15px;
        vertical-align: top;
        font-weight: bold; }
      .news ul li dt:after {
        content: "|";
        margin-left: 15px; }
      .news ul li dd {
        margin-left: 10px; }
      .news ul li a {
        display: block;
        width: 100%;
        height: auto;
        cursor: pointer; }
      .news ul li a:hover {
        opacity: 0.5; }

.section01 {
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
  margin-top: 200px; }
  .section01 .contents {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    height: 600px; }
    .section01 .contents div {
      position: absolute;
      top: 50px;
      left: 200px;
      width: 100%; }
      .section01 .contents div .image {
        width: 350px;
        height: 350px;
        border: solid thin black;
        float: left;
        margin-right: 30px;
        border: none;
        padding-bottom: 200px; }
      .section01 .contents div .letter {
        width: 350px;
        position: absolute;
        bottom: 100px;
        left: -20px; }
      .section01 .contents div h1 {
        font-weight: bold;
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 30px;
        color: white; }
      .section01 .contents div p {
        font-size: 14px;
        color: white;
        font-weight: 600;
        line-height: 1.8; }
  .section01 .bg {
    position: absolute;
    width: calc(50% + 150px);
    height: 610px;
    background-color: #EB6D9A;
    top: 0;
    right: 0;
    z-index: 2; }

.section02 {
  width: 100%;
  background-color: #EF844B;
  position: relative;
  z-index: 1;
  margin-top: 120px; }
  .section02 .contents {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    height: 450px; }
    .section02 .contents div {
      position: absolute;
      top: 50px;
      left: 200px;
      width: 100%; }
      .section02 .contents div .image {
        width: 350px;
        height: 350px;
        border: solid thin black;
        margin-right: 30px;
        position: absolute;
        top: 0;
        left: 500px;
        border: none; }
      .section02 .contents div .letter {
        width: 200px;
        position: absolute;
        bottom: -40px;
        right: 320px; }
      .section02 .contents div h1 {
        font-weight: bold;
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 30px;
        color: white; }
      .section02 .contents div p {
        font-size: 14px;
        color: white;
        font-weight: 600;
        line-height: 1.8; }
  .section02 .bg {
    position: absolute;
    width: calc(50% - 250px);
    height: 100%;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 2; }

.section03 {
  width: 100%;
  background: #25B8BC;
  height: 100px;
  margin-bottom: 200px;
  margin-top: 200px;
  z-index: 1; }
  .section03 div {
    width: 600px;
    margin: 0 auto;
    position: relative; }
  .section03 .media {
    width: 180px;
    position: absolute;
    top: 40px;
    left: -20px; }
  .section03 .voice {
    width: 150px;
    position: absolute;
    top: 30px;
    left: 240px; }
  .section03 .blog {
    width: 120px;
    position: absolute;
    top: 40px;
    right: 20px; }

@media (max-width: 768px) {
  .swiperPC {
    display: none; }

  .swiperSP {
    display: block; }

  .swiper-container {
    width: 100%;
    height: 100vh; }

  .report {
    display: none; }

  .news {
    text-align: center; }
    .news .newsTitle {
      width: 200px;
      margin: 0 auto;
      display: block;
      margin-top: 100px;
      margin-bottom: 50px; }
    .news ul {
      width: 100%; }
      .news ul li {
        width: 90%;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px; }
        .news ul li dl {
          display: block;
          margin-bottom: 30px;
          padding-bottom: 20px; }
          .news ul li dl dt, .news ul li dl dd {
            display: block;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            width: 100%;
            margin: 0; }
          .news ul li dl dt {
            padding-right: 0px;
            text-align: center;
            margin: 0 0 10px 0; }
          .news ul li dl dt:after {
            content: "";
            margin-left: 0px; }
          .news ul li dl dd {
            padding-left: 0px;
            border: none; }

  .section01 {
    width: 100%;
    background-color: #EB6D9A;
    position: relative;
    z-index: 1;
    margin-top: 100px;
    padding-bottom: 50px; }
    .section01 .contents {
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 3;
      height: auto; }
      .section01 .contents div {
        position: static;
        width: 100%; }
        .section01 .contents div .image {
          width: 100%;
          height: 100%;
          border: none;
          float: none;
          margin-right: 0px;
          border: none;
          padding-bottom: 0px; }
        .section01 .contents div .letter {
          display: none; }
        .section01 .contents div h1 {
          font-weight: bold;
          font-size: 27px;
          line-height: 1.3;
          margin-bottom: 30px;
          color: white;
          padding-left: 20px;
          padding-top: 20px; }
        .section01 .contents div p {
          font-size: 14px;
          color: white;
          padding: 0 20px;
          text-align: justify; }
    .section01 .bg {
      display: none; }

  .section02 {
    width: 100%;
    background-color: #EF844B;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    padding-bottom: 50px; }
    .section02 .contents {
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 3;
      height: auto; }
      .section02 .contents div {
        position: static;
        width: 100%; }
        .section02 .contents div .image {
          width: 100%;
          height: 100%;
          border: none;
          float: none;
          margin-right: 0px;
          border: none;
          position: static; }
        .section02 .contents div .letter {
          display: none; }
        .section02 .contents div h1 {
          font-weight: bold;
          font-size: 27px;
          line-height: 1.3;
          margin-bottom: 30px;
          color: white;
          padding-left: 20px;
          padding-top: 20px; }
        .section02 .contents div p {
          font-size: 14px;
          color: white;
          padding: 0 20px; }
    .section02 .bg {
      display: none; }

  .section03 {
    width: 100%;
    background: #25B8BC;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index: 1; }
    .section03 div {
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 100px 0; }
    .section03 .media {
      width: 180px;
      position: static;
      display: block;
      margin: 0 auto 50px auto; }
    .section03 .voice {
      width: 150px;
      position: static;
      display: block;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      margin: 0 auto;
      padding-left: 20px; }
    .section03 .blog {
      width: 120px;
      position: static;
      display: block;
      margin: 50px auto 0 auto; } }
