/*====================================
SP
====================================*/
html, body {
  font-size: 62.5%; }

body {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333333;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-feature-settings: "palt"; }

a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s; }

.pc {
  display: none; }

img {
  width: 100%;
  vertical-align: middle; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding: 3% 0; }
  header .warpArea {
    width: 90%;
    position: relative;
    margin: 0 auto; }
  header h1 {
    width: 70%; }

main {
  padding-top: 60px; }
  main #mainVisual {
    width: 90%;
    height: 85vh;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
    background: url("../img/index/mv_sp.jpg") no-repeat center center;
    background-size: cover;
    position: relative; }
    main #mainVisual dl {
      width: 100%; }
      main #mainVisual dl dt {
        width: 120%;
        position: absolute;
        left: -30%;
        top: -13%; }
      main #mainVisual dl dd {
        width: 120%;
        position: absolute;
        right: -25%;
        bottom: 9%; }
  main h2 {
    position: absolute;
    z-index: 5; }
  main .readArea {
    padding-top: 25%;
    font-size: 1.4rem; }
    main .readArea p {
      color: #fff; }
  main .warpArea {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 90%;
    margin: 0 auto;
    padding: 5%; }
  main section {
    padding: 30% 0;
    overflow: hidden; }
  main #section1 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 98%);
    background: url("../img/index/bg_section1.svg") repeat left top;
    background-size: 125px 125px;
    margin-top: -80px; }
    main #section1 h2 {
      width: 70%;
      top: 8%;
      left: 10%; }
    main #section1 .warpArea {
      position: relative; }
      main #section1 .warpArea .readArea {
        margin-bottom: 5%; }
        main #section1 .warpArea .readArea p {
          color: #fff;
          text-align: justify; }
      main #section1 .warpArea .illust {
        position: absolute;
        right: -3%;
        top: -7%;
        width: 25%; }
      main #section1 .warpArea .lineWarp {
        background: #fff;
        border: 4px solid #000;
        box-sizing: border-box;
        padding: 5%;
        overflow: hidden;
        position: relative;
        background: url("../img/index/sec1_illust2_bg.jpg") no-repeat top 5% center #fff;
        background-size: 90%; }
      main #section1 .warpArea .pht {
        width: 100%; }
      main #section1 .warpArea .first {
        border: 2px solid #00a0e9;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 4%;
        width: 88%;
        margin-bottom: 5%; }
        main #section1 .warpArea .first dl dt {
          font-size: 1.4rem;
          font-weight: 600; }
          main #section1 .warpArea .first dl dt span {
            color: #e60012; }
        main #section1 .warpArea .first dl dd {
          font-size: 1.2rem;
          text-align: justify; }
      main #section1 .warpArea .second {
        border: 2px solid #e60012;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 4%;
        width: 100%; }
        main #section1 .warpArea .second dl dt {
          font-size: 1.4rem;
          font-weight: 600; }
          main #section1 .warpArea .second dl dt span {
            color: #e60012; }
        main #section1 .warpArea .second dl dd {
          font-size: 1.2rem;
          text-align: justify; }
      main #section1 .warpArea .redline {
        display: block;
        background: #e60012;
        width: 2px;
        height: 35.5%;
        position: absolute;
        top: 26.8%;
        right: 10.5%; }
  main #section2 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0%, 100% 1.5%, 100% 98.5%, 0% 100%);
    background: url("../img/index/bg_section2.svg") repeat left top;
    background-size: 50px 50px;
    margin-top: -80px; }
    main #section2 h2 {
      width: 70%;
      top: 4%;
      left: 20%; }
    main #section2 .warpArea {
      position: relative; }
    main #section2 .readArea {
      margin-bottom: 5%;
      text-align: justify; }
      main #section2 .readArea p {
        color: #fff;
        text-align: justify; }
    main #section2 .illust {
      position: absolute;
      left: -3%;
      top: -3%;
      width: 20%; }
    main #section2 ul {
      padding-top: 5%; }
      main #section2 ul li {
        border: 4px solid #000;
        background: #fff;
        width: 100%;
        padding: 5%;
        position: relative;
        margin-bottom: 10%;
        text-align: justify; }
        main #section2 ul li h3 {
          width: 90%;
          position: absolute;
          top: -5%; }
        main #section2 ul li .phtArea .pht {
          width: 100%;
          height: 100%;
          overflow: hidden;
          border-radius: 10px; }
        main #section2 ul li .phtArea p {
          font-size: 1.3rem;
          padding-top: 5px; }
        main #section2 ul li dl {
          padding: 12% 0 3% 0; }
          main #section2 ul li dl dt {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 2%; }
      main #section2 ul li:last-child {
        margin-bottom: 0; }
  main #section3 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0.5%, 100% 0, 100% 100%, 0% 99.5%);
    background: url("../img/index/bg_section3.gif") repeat center center;
    background-size: 1500px 1500px;
    margin-top: -80px;
    padding: 30% 0 20% 0; }
    main #section3 h2 {
      width: 70%;
      top: 1.8%;
      left: 10%; }
    main #section3 .warpArea {
      position: relative;
      padding-top: 30%; }
      main #section3 .warpArea .illust {
        position: absolute;
        right: -3%;
        top: -2%;
        width: 25%; }
      main #section3 .warpArea h3 {
        font-size: 2.0rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        margin-bottom: 5%;
        line-height: 1.3; }
        main #section3 .warpArea h3 span {
          font-size: 2.2rem; }
      main #section3 .warpArea .flow {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
        font-size: 1.2rem;
        text-align: justify; }
      main #section3 .warpArea .fblock {
        width: 100%;
        padding-left: 20%;
        padding-bottom: 5%;
        margin-bottom: 5%;
        border-bottom: 1px solid #fff;
        position: relative; }
        main #section3 .warpArea .fblock .flowbox {
          position: absolute;
          left: 0%;
          top: 0; }
          main #section3 .warpArea .fblock .flowbox li:nth-child(1) {
            width: 13%;
            margin-bottom: 3%; }
          main #section3 .warpArea .fblock .flowbox li:nth-child(2) {
            width: 80%;
            margin-bottom: 51%; }
          main #section3 .warpArea .fblock .flowbox li:nth-child(3) {
            width: 13%; }
          main #section3 .warpArea .fblock .flowbox li:nth-child(4) {
            width: 30%;
            position: absolute;
            bottom: 23%;
            right: 5%; }
        main #section3 .warpArea .fblock .box2 {
          margin-bottom: 5%; }
        main #section3 .warpArea .fblock .box3 {
          padding-top: 20%; }
      main #section3 .warpArea .sblock {
        width: 100%;
        padding-left: 20%;
        position: relative; }
        main #section3 .warpArea .sblock .flowbox {
          position: absolute;
          left: 0%;
          top: 0; }
          main #section3 .warpArea .sblock .flowbox li:nth-child(1) {
            width: 13%;
            margin-bottom: 3%; }
          main #section3 .warpArea .sblock .flowbox li:nth-child(2) {
            width: 80%;
            margin-bottom: 67%; }
          main #section3 .warpArea .sblock .flowbox li:nth-child(3) {
            width: 13%; }
          main #section3 .warpArea .sblock .flowbox li:nth-child(4) {
            width: 30%;
            position: absolute;
            bottom: 24.5%;
            right: 5%; }
          main #section3 .warpArea .sblock .flowbox li:nth-child(5) {
            width: 60%;
            position: absolute;
            bottom: 28%;
            left: 0%; }
          main #section3 .warpArea .sblock .flowbox li:nth-child(6) {
            color: #ed1c24;
            font-size: 1.0rem;
            position: absolute;
            bottom: 35%;
            left: 35%; }
      main #section3 .warpArea .box {
        background: #fff;
        box-sizing: border-box;
        border: 4px solid #000;
        margin-bottom: 5%; }
      main #section3 .warpArea .box:last-child {
        margin-bottom: 0; }
      main #section3 .warpArea .box1 dt {
        background: #0065d2;
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 1.6rem;
        padding: 3% 0; }
      main #section3 .warpArea .box1 dd {
        padding: 5%; }
        main #section3 .warpArea .box1 dd .pht {
          margin-bottom: 10px; }
        main #section3 .warpArea .box1 dd span {
          color: #ed1c24; }
      main #section3 .warpArea .box2 {
        padding: 5%;
        padding-bottom: 10%; }
        main #section3 .warpArea .box2 .pht {
          width: 35%;
          margin-left: 60%;
          padding: 50% 0 5% 0; }
        main #section3 .warpArea .box2 .att {
          font-size: 1.0rem; }
      main #section3 .warpArea .box3 {
        padding: 5%; }
        main #section3 .warpArea .box3 .pht {
          margin-bottom: 10px; }
      main #section3 .warpArea .box4 dt {
        background: #ff9100;
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 1.6rem;
        padding: 3% 0; }
      main #section3 .warpArea .box4 dd {
        padding: 5%; }
        main #section3 .warpArea .box4 dd .pht {
          margin-bottom: 10px; }
        main #section3 .warpArea .box4 dd span {
          color: #ed1c24; }
      main #section3 .warpArea .box5 {
        padding: 5%; }
        main #section3 .warpArea .box5 .pht {
          width: 35%;
          margin-left: 60%;
          padding: 50% 0 52% 0; }
        main #section3 .warpArea .box5 .att {
          font-size: 1.0rem; }
      main #section3 .warpArea .flowblock {
        position: absolute;
        z-index: 3;
        width: 100%; }
        main #section3 .warpArea .flowblock li {
          position: absolute; }
        main #section3 .warpArea .flowblock li:nth-child(1) {
          width: 56px;
          left: 492px;
          top: 100px; }
        main #section3 .warpArea .flowblock li:nth-child(2) {
          width: 56px;
          left: 492px;
          top: 408px; }
        main #section3 .warpArea .flowblock li:nth-child(3) {
          width: 56px;
          left: 492px;
          top: 880px; }
        main #section3 .warpArea .flowblock li:nth-child(4) {
          width: 845px;
          left: 100px;
          top: 580px; }
        main #section3 .warpArea .flowblock li:nth-child(5) {
          width: 180px;
          z-index: 4;
          top: 520px;
          left: 210px; }
        main #section3 .warpArea .flowblock li:nth-child(6) {
          width: 180px;
          z-index: 4;
          top: 520px;
          left: 660px; }
        main #section3 .warpArea .flowblock li:nth-child(7) {
          width: 136px;
          left: 50px;
          top: 810px; }
        main #section3 .warpArea .flowblock li:nth-child(8) {
          width: 136px;
          right: 50px;
          top: 810px; }
        main #section3 .warpArea .flowblock li:nth-child(9) {
          width: 382px;
          left: 455px;
          top: 651px; }
        main #section3 .warpArea .flowblock li:nth-child(10) {
          width: 210px;
          color: #ed1c24;
          font-size: 1.3rem;
          left: 604px;
          top: 720px; }
      main #section3 .warpArea .reliefArea ul li {
        line-height: 1.5;
        border: 4px solid #000;
        background: #fffced;
        width: 100%;
        padding: 5%;
        position: relative;
        margin-bottom: 5%; }
        main #section3 .warpArea .reliefArea ul li .icn {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          font-style: italic;
          color: #fff;
          background: #00a0a0;
          border-radius: 50%;
          padding: 0px 0;
          width: 35px;
          height: 35px;
          font-size: 2.2rem;
          text-align: center; }
        main #section3 .warpArea .reliefArea ul li dl dt {
          font-weight: 600;
          line-height: 1.3;
          margin-bottom: 10px;
          overflow: hidden; }
          main #section3 .warpArea .reliefArea ul li dl dt .icn {
            float: left;
            margin-right: 10px;
            line-height: 1.5; }
          main #section3 .warpArea .reliefArea ul li dl dt h4 {
            float: left;
            font-size: 1.7rem;
            color: #00a0a0; }
            main #section3 .warpArea .reliefArea ul li dl dt h4 span {
              font-size: 1.4rem; }
        main #section3 .warpArea .reliefArea ul li dl dd {
          clear: both;
          text-align: justify; }
          main #section3 .warpArea .reliefArea ul li dl dd .pht {
            padding: 3% 0% 3% 0%; }
      main #section3 .warpArea .reliefArea ul li:nth-child(3) .pht {
        padding: 3% 10% 3% 10%; }
      main #section3 .warpArea .reliefArea ul li:nth-child(3) .att {
        font-size: 1.1rem; }
      main #section3 .warpArea .reliefArea ul li:nth-child(4) {
        margin-bottom: 0; }
        main #section3 .warpArea .reliefArea ul li:nth-child(4) .pht {
          padding: 3% 10% 3% 10%; }
        main #section3 .warpArea .reliefArea ul li:nth-child(4) .att {
          font-size: 1.1rem;
          margin-left: 10%; }
  main #section4 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0%, 100% 2%, 100% 98%, 0% 100%);
    background: url("../img/index/bg_section4.svg") repeat left top;
    background-size: 150px 150px;
    margin-top: -30px;
    padding: 20% 0; }
    main #section4 h2 {
      width: 66%;
      top: 6%;
      left: 24%; }
    main #section4 .illust {
      position: absolute;
      left: 3%;
      top: 6%;
      width: 23%; }
    main #section4 .warpArea {
      overflow: hidden;
      padding-top: 20%; }
      main #section4 .warpArea .readArea {
        border: 4px solid #000;
        background: #fff;
        padding: 5%;
        position: relative;
        overflow: hidden; }
      main #section4 .warpArea dl dt {
        font-size: 1.8rem;
        font-weight: 600;
        color: #ff9100;
        margin-bottom: 10px; }
      main #section4 .warpArea dl dd {
        text-align: justify; }
      main #section4 .warpArea .pht {
        width: 70%;
        margin: 0 auto; }
  main #section5 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
    background: url("../img/index/bg_section5.gif") repeat center center;
    background-size: 1500px 1500px;
    margin-top: -30px;
    padding: 15% 0 10%; }
    main #section5 .movie {
      width: 90%;
      margin: 0 auto;
      position: relative; }
      main #section5 .movie h2 {
        width: 40%;
        position: relative;
        margin: 0 auto 10% auto; }
      main #section5 .movie .illust {
        position: absolute;
        right: -5%;
        top: -10%;
        width: 35%; }
      main #section5 .movie a {
        display: block; }
    main #section5 p {
      color: #fff;
      padding-top: 10px;
      text-align: center; }

footer {
  padding-top: 10%; }
  footer dl.adress {
    margin: 0 auto;
    width: 90%; }
    footer dl.adress dt {
      font-weight: 600;
      border-left: 5px solid #6abe28;
      padding-left: 10px;
      font-size: 1.9rem;
      line-height: 1;
      margin-bottom: 3%; }
    footer dl.adress dd {
      font-size: 1.3rem; }
    footer dl.adress dd.name {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 3%; }
  footer .share {
    width: 100%;
    padding: 10% 0; }
    footer .share ul {
      width: 50%;
      margin: 0 auto;
      overflow: hidden; }
      footer .share ul li {
        width: 22%;
        margin: 0 5%;
        float: left; }
        footer .share ul li a {
          display: block; }
      footer .share ul li:first-child {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 5% 0;
        font-weight: 700;
        font-size: 1.3rem; }
  footer .copy {
    clear: both;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
    background: #f0f8e9;
    padding: 3% 0; }

#page-top {
  width: 50px;
  position: fixed;
  right: 3%;
  bottom: 10%;
  z-index: 2;
  opacity: 0;
  transform: translateX(100px); }
  #page-top img {
    width: 100%; }

#page-top.LeftMove {
  animation: LeftAnime 1s forwards; }

#page-top.RightMove {
  animation: RightAnime 1s forwards; }

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 1;
    transform: translateX(100px); } }
.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box; }

.menu {
  position: fixed;
  top: 20px;
  right: 5%;
  width: 30px;
  height: 22px;
  z-index: 11; }

.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #474747;
  z-index: 10; }

.menu span:nth-of-type(1) {
  top: 0px; }

.menu span:nth-of-type(2) {
  top: 10px; }

.menu span:nth-of-type(3) {
  bottom: 0px; }

.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }

.menu.active span:nth-of-type(2) {
  opacity: 0; }

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }

#nav {
  position: fixed;
  top: 55px;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 95vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.95); }
  #nav h2 {
    width: 55%;
    margin: 0 auto 10% auto;
    padding-top: 25%; }
  #nav ul.menuwarp {
    padding: 20% 0; }
  #nav li.menuList {
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0px;
    position: relative;
    border-bottom: 1px solid #b0bca6;
    width: 80%;
    margin: 0 auto; }
    #nav li.menuList a {
      display: block;
      padding: 5% 0;
      color: #333333; }
    #nav li.menuList i {
      color: #6abe28;
      position: absolute;
      right: 5%;
      top: 30%; }
  #nav .mod-share {
    padding-top: 15%; }
    #nav .mod-share h3 {
      width: 100%;
      font-size: 3.6vw;
      margin-bottom: 5%;
      text-align: center;
      color: #333;
      font-weight: 600; }
    #nav .mod-share ul {
      display: flex;
      justify-content: space-between;
      width: 50%;
      margin: 0 auto; }
      #nav .mod-share ul li {
        width: 20%; }
        #nav .mod-share ul li a {
          display: block; }
  #nav p {
    text-align: center;
    width: 100%;
    padding-top: 15%; }

#nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible; }

.pc {
  display: none; }
