@charset "UTF-8";
/*====================================
PC
====================================*/
html, body {
  font-size: 62.5%; }

body {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #333333;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 1px;
  font-feature-settings: "palt"; }

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

a:hover {
  transition: 0.3s;
  opacity: 0.8; }

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

.sp {
  display: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  height: 90px; }
  header .warpArea {
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 20px 0; }
  header h1 {
    width: 380px; }
  header nav {
    position: absolute;
    top: 25px;
    right: 1%; }
    header nav ul {
      display: flex;
      width: 750px;
      justify-content: space-between; }
      header nav ul li {
        font-weight: 600;
        font-size: 1.8rem;
        position: relative; }
        header nav ul li a {
          color: #333; }
          header nav ul li a i.fas {
            display: none; }
        header nav ul li a:hover {
          color: #6abe28; }
      header nav ul li::after {
        position: absolute;
        top: 17%;
        left: 100%;
        margin: 0 1rem;
        content: "";
        width: 1px;
        /*--縦線の太さ(幅)--*/
        height: 60%;
        background-color: #333;
        /*--縦線の色--*/ }
    header nav ul::after {
      position: absolute;
      top: 20%;
      left: -3%;
      margin: 0 1rem;
      content: "";
      width: 1px;
      /*--縦線の太さ(幅)--*/
      height: 60%;
      background-color: #333;
      /*--縦線の色--*/ }

main {
  padding-top: 90px; }
  main #mainVisual {
    width: 90%;
    height: 750px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    background: url("../img/index/mv_pc.jpg") no-repeat center center;
    background-size: cover;
    position: relative; }
    main #mainVisual dl {
      width: 100%; }
      main #mainVisual dl dt {
        width: 55%;
        position: absolute;
        left: 0%;
        top: -14%; }
      main #mainVisual dl dd {
        width: 55%;
        position: absolute;
        right: 2%;
        bottom: 9%; }
  main h2 {
    position: absolute;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    top: 120px;
    width: 775px;
    z-index: 5; }
  main .readArea {
    padding-top: 100px; }
    main .readArea p {
      color: #fff; }
  main .warpArea {
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 1140px;
    margin: 0 auto;
    padding: 50px; }
  main section {
    padding: 150px 0; }
  main #section1 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 92%);
    background: url("../img/index/bg_section1.svg") repeat left top;
    background-size: 150px 150px;
    margin-top: -120px; }
    main #section1 .warpArea {
      position: relative; }
      main #section1 .warpArea .readArea {
        padding: 100px 0 20px 50px; }
        main #section1 .warpArea .readArea p {
          color: #fff; }
      main #section1 .warpArea .illust {
        position: absolute;
        right: 70px;
        top: -30px;
        width: 190px; }
      main #section1 .warpArea .lineWarp {
        background: #fff;
        border: 8px solid #000;
        box-sizing: border-box;
        padding: 50px;
        overflow: hidden; }
      main #section1 .warpArea .pht {
        width: 930px; }
      main #section1 .warpArea .first {
        border: 4px solid #00a0e9;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 25px 30px;
        width: 380px;
        float: left; }
        main #section1 .warpArea .first dl dt {
          font-size: 2.2rem;
          font-weight: 600; }
          main #section1 .warpArea .first dl dt span {
            color: #e60012; }
      main #section1 .warpArea .second {
        border: 4px solid #e60012;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 25px 30px;
        width: 520px;
        float: right; }
        main #section1 .warpArea .second dl dt {
          font-size: 2.2rem;
          font-weight: 600; }
          main #section1 .warpArea .second dl dt span {
            color: #e60012; }
      main #section1 .warpArea .redline {
        display: none; }
  main #section2 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0%, 100% 6%, 100% 94%, 0% 100%);
    background: url("../img/index/bg_section2.svg") repeat left top;
    background-size: 65px 65px;
    margin-top: -120px; }
    main #section2 .warpArea {
      position: relative; }
    main #section2 .readArea {
      padding: 100px 0 20px 200px; }
      main #section2 .readArea p {
        color: #fff; }
    main #section2 .illust {
      position: absolute;
      left: 70px;
      top: -50px;
      width: 155px; }
    main #section2 ul li {
      border: 8px solid #000;
      background: #fff;
      width: 1000px;
      padding: 30px;
      position: relative;
      margin-bottom: 20px;
      height: 260px; }
      main #section2 ul li h3 {
        width: 200px;
        position: absolute; }
      main #section2 ul li .phtArea .pht {
        width: 280px;
        height: 165px;
        overflow: hidden;
        border-radius: 10px; }
      main #section2 ul li .phtArea p {
        font-size: 1.3rem;
        padding-top: 5px; }
      main #section2 ul li dl dt {
        font-size: 2.4rem;
        font-weight: 600;
        padding-top: 15px; }
    main #section2 ul li:nth-child(1) {
      margin-left: 40px; }
      main #section2 ul li:nth-child(1) h3 {
        left: -40px;
        top: -20px; }
      main #section2 ul li:nth-child(1) .phtArea {
        float: right; }
      main #section2 ul li:nth-child(1) dl {
        float: left;
        width: 415px;
        margin-left: 170px; }
    main #section2 ul li:nth-child(2) h3 {
      right: -40px;
      top: -20px; }
    main #section2 ul li:nth-child(2) .phtArea {
      float: left; }
    main #section2 ul li:nth-child(2) dl {
      float: right;
      width: 415px;
      margin-right: 170px; }
    main #section2 ul li:nth-child(3) {
      margin-left: 40px; }
      main #section2 ul li:nth-child(3) h3 {
        left: -40px;
        top: -20px; }
      main #section2 ul li:nth-child(3) .phtArea {
        float: right; }
      main #section2 ul li:nth-child(3) dl {
        float: left;
        width: 415px;
        margin-left: 170px; }
    main #section2 ul li:nth-child(4) {
      margin-bottom: 0; }
      main #section2 ul li:nth-child(4) h3 {
        right: -40px;
        top: -20px; }
      main #section2 ul li:nth-child(4) .phtArea {
        float: left; }
      main #section2 ul li:nth-child(4) dl {
        float: right;
        width: 415px;
        margin-right: 170px; }
  main #section3 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 97%);
    background: url("../img/index/bg_section3.gif") repeat center center;
    background-size: 3000px 3000px;
    margin-top: -120px; }
    main #section3 .warpArea {
      position: relative;
      padding-top: 140px; }
      main #section3 .warpArea .illust {
        position: absolute;
        right: 20px;
        top: -50px;
        width: 172px; }
      main #section3 .warpArea h3 {
        font-size: 3.4rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
        line-height: 1.3; }
        main #section3 .warpArea h3 span {
          font-size: 2.2rem; }
      main #section3 .warpArea .flowbox {
        display: none; }
      main #section3 .warpArea .flow {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px; }
      main #section3 .warpArea .fblock {
        width: 465px;
        float: left; }
      main #section3 .warpArea .sblock {
        width: 465px;
        float: right; }
      main #section3 .warpArea .box {
        background: #fff;
        box-sizing: border-box;
        border: 8px solid #000;
        margin-bottom: 30px; }
      main #section3 .warpArea .box1 dt {
        background: #0065d2;
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 1.8rem;
        padding: 15px 0; }
      main #section3 .warpArea .box1 dd {
        padding: 20px; }
        main #section3 .warpArea .box1 dd .pht {
          margin-bottom: 10px; }
        main #section3 .warpArea .box1 dd span {
          color: #ed1c24; }
      main #section3 .warpArea .box2 {
        padding: 20px;
        padding-bottom: 40px; }
        main #section3 .warpArea .box2 .pht {
          padding-top: 140px;
          margin-left: 20px;
          margin-bottom: 10px;
          width: 120px; }
        main #section3 .warpArea .box2 .att {
          font-size: 1.3rem; }
      main #section3 .warpArea .box3 {
        padding: 20px; }
        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.8rem;
        padding: 15px 0; }
      main #section3 .warpArea .box4 dd {
        padding: 20px; }
        main #section3 .warpArea .box4 dd .pht {
          margin-bottom: 10px; }
        main #section3 .warpArea .box4 dd span {
          color: #ed1c24; }
      main #section3 .warpArea .box5 {
        padding: 20px;
        padding-bottom: 60px; }
        main #section3 .warpArea .box5 .pht {
          margin-bottom: 10px;
          text-align: right;
          width: 120px;
          padding-top: 165px;
          margin-left: 260px; }
        main #section3 .warpArea .box5 .att {
          font-size: 1.3rem; }
      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 {
        background: url("../img/index/bg_relief.png") no-repeat left top;
        background-size: 100%;
        overflow: hidden;
        padding-bottom: 30px; }
        main #section3 .warpArea .reliefArea ul li {
          float: left;
          line-height: 1.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: 45px;
            height: 45px;
            font-size: 3.0rem;
            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: 2.2rem;
              color: #00a0a0; }
              main #section3 .warpArea .reliefArea ul li dl dt h4 span {
                font-size: 1.7rem; }
          main #section3 .warpArea .reliefArea ul li dl dd {
            clear: both; }
        main #section3 .warpArea .reliefArea ul li:nth-child(1) {
          padding: 40px 0px 0 50px;
          width: 500px; }
          main #section3 .warpArea .reliefArea ul li:nth-child(1) dl {
            margin-bottom: 10px; }
        main #section3 .warpArea .reliefArea ul li:nth-child(2) {
          padding: 40px 0px 0 60px;
          width: 480px;
          margin-left: 30px; }
          main #section3 .warpArea .reliefArea ul li:nth-child(2) .pht {
            padding-top: 10px; }
        main #section3 .warpArea .reliefArea ul li:nth-child(3) {
          padding: 60px 0px 0 50px;
          width: 500px;
          clear: both; }
          main #section3 .warpArea .reliefArea ul li:nth-child(3) dl {
            margin-bottom: 5px; }
          main #section3 .warpArea .reliefArea ul li:nth-child(3) dd {
            padding-top: 10px; }
          main #section3 .warpArea .reliefArea ul li:nth-child(3) img {
            width: 180px;
            float: left;
            margin: 0 20px 20px 0; }
          main #section3 .warpArea .reliefArea ul li:nth-child(3) .att {
            font-size: 1.4rem; }
        main #section3 .warpArea .reliefArea ul li:nth-child(4) {
          padding: 80px 0px 0 60px;
          width: 480px;
          margin-left: 30px; }
          main #section3 .warpArea .reliefArea ul li:nth-child(4) dl {
            margin-bottom: 10px; }
          main #section3 .warpArea .reliefArea ul li:nth-child(4) dd {
            padding-top: 10px; }
          main #section3 .warpArea .reliefArea ul li:nth-child(4) p {
            float: right;
            width: 200px; }
          main #section3 .warpArea .reliefArea ul li:nth-child(4) .pht {
            width: 190px;
            float: left; }
          main #section3 .warpArea .reliefArea ul li:nth-child(4) .att {
            font-size: 1.4rem; }
  main #section4 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0%, 100% 8%, 100% 92%, 0% 100%);
    background: url("../img/index/bg_section4.svg") repeat left top;
    background-size: 150px 150px;
    margin-top: -120px; }
    main #section4 .illust {
      position: absolute;
      left: 200px;
      top: 80px;
      width: 208px;
      z-index: 6; }
    main #section4 .warpArea {
      overflow: hidden;
      padding-top: 160px; }
      main #section4 .warpArea .readArea {
        border: 8px solid #000;
        background: #fff;
        width: 1040px;
        padding: 50px 50px 30px 50px;
        position: relative;
        overflow: hidden; }
      main #section4 .warpArea dl {
        width: 625px;
        float: left; }
        main #section4 .warpArea dl dt {
          font-size: 2.4rem;
          font-weight: 600;
          color: #ff9100;
          margin-bottom: 10px; }
      main #section4 .warpArea .pht {
        width: 220px;
        float: right; }
  main #section5 {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    background: url("../img/index/bg_section5.gif") repeat center center;
    background-size: 3000px 3000px;
    margin-top: -120px; }
    main #section5 .movie {
      width: 1000px;
      margin: 0 auto;
      text-align: right;
      position: relative; }
      main #section5 .movie h2 {
        position: absolute;
        left: 30px;
        top: 0px;
        width: 190px; }
      main #section5 .movie .illust {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 266px; }
      main #section5 .movie a {
        display: block;
        width: 700px;
        margin-left: 300px; }
    main #section5 p {
      color: #fff;
      font-size: 1.6rem;
      padding-top: 10px; }

footer .warpArea {
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding: 45px 0;
  overflow: hidden; }
  footer .warpArea dl.adress {
    float: left; }
    footer .warpArea dl.adress dt {
      font-weight: 600;
      border-left: 5px solid #6abe28;
      padding-left: 10px;
      font-size: 2.0rem;
      line-height: 1;
      margin-bottom: 10px; }
    footer .warpArea dl.adress dd {
      font-size: 1.4rem; }
    footer .warpArea dl.adress dd.name {
      font-size: 1.6rem;
      font-weight: 600; }
  footer .warpArea .share {
    float: right;
    padding-top: 40px; }
    footer .warpArea .share ul {
      display: flex;
      width: 220px;
      justify-content: space-between; }
      footer .warpArea .share ul li {
        font-family: Arial, Helvetica, "sans-serif";
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0; }
      footer .warpArea .share ul li:nth-child(1) {
        line-height: 1;
        padding-top: 10px; }
      footer .warpArea .share ul li:nth-child(2) img {
        width: 29px; }
      footer .warpArea .share ul li:nth-child(3) img {
        width: 35px; }
      footer .warpArea .share ul li:nth-child(4) img {
        width: 33px; }
footer .copy {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0;
  background: #f0f8e9;
  padding: 15px 0; }

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

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

#page-top.RightMove {
  animation: RightAnime 0.5s 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); } }
