@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Corinthia");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
* {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Montserrat";
  -webkit-appearance: none;
  border-radius: 0; }

html, body {
  width: 100%;
  height: 100%;
  color: #303030;
  font-family: "Montserrat";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  background: #fcfcfc;
  text-align: center; }

html {
  -webkit-overflow-scrolling: touch; }

a {
  color: #303030;
  text-decoration: none;
  transition: all 0.1s linear; }
  a:hover {
    animation-name: delay;
    animation-duration: 0.2s;
    transition: all 0.2s linear; }

@keyframes delay {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
ul {
  list-style: none;
  padding: 0; }

a {
  color: #303030;
  text-decoration: none;
  transition: all 0.1s linear; }
  a:hover {
    animation-name: delay;
    animation-duration: 0.2s;
    transition: all 0.2s linear; }

@keyframes delay {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
/* 全体の読み込みをふわっと */
body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* じわっと画像が表示される */
@keyframes fadeIn {
  /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0; }
  /* 始め */
  100% {
    opacity: 1; }
  /* 終わり */ }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a.zoom {
  display: inline-block; }
  a.zoom:hover {
    -webkit-animation: zoom .3s;
    animation: zoom .3s; }
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05); } }
@keyframes zoom {
  50% {
    transform: scale(1.05); } }
  a.zoom .cp_link:hover::after {
    width: 100%; }

.left-container {
  position: fixed;
  top: 0;
  width: 50%; }
  .left-container .PC {
    display: block; }
    .left-container .PC img {
      width: 100%;
      max-height: 100vh;
      height: 100%;
      padding: 0 0 0 0;
      vertical-align: middle; }
    .left-container .PC p {
      background-color: rgba(255, 255, 255, 0.5);
      padding: 5% 10%;
      font-size: 0.7rem;
      width: 50%;
      margin: 0 auto;
      position: relative;
      text-align: left;
      top: -350px; }
      .left-container .PC p span {
        font-size: 1rem;
        padding: 3% 0;
        display: block;
        font-weight: bold; }
  .left-container .SP {
    display: none; }

@media screen and (max-width: 50rem) {
  .left-container {
    position: relative;
    top: 0;
    width: 100%; }
    .left-container .SP {
      display: block; }
      .left-container .SP img {
        width: 100%;
        min-height: 60vh; }
      .left-container .SP p {
        padding: 5% 10% 13%;
        font-size: 0.6rem;
        width: 80%;
        margin: 0 auto;
        position: relative;
        text-align: left;
        top: 50px; }
        .left-container .SP p span {
          font-size: 0.8rem;
          padding: 3% 0;
          display: block;
          font-weight: bold; }
    .left-container .PC {
      display: none; } }
a.btn_04 {
  font-family: "DM Sans";
  font-weight: 600;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 60px;
  margin: 20px auto;
  padding: 10px 4rem;
  font-weight: bold;
  color: #464F53;
  border: 1px solid #464F53;
  background: #ffffff;
  border-radius: 100vh;
  transition: 0.5s; }

a.btn_04:hover {
  background: #464F53;
  color: #ffffff; }

.right-container {
  width: 50%;
  position: absolute;
  right: 0; }
  .right-container .item-container {
    width: 50%;
    margin: 10% auto; }
    .right-container .item-container .item {
      margin-bottom: 30%; }
      .right-container .item-container .item .text-container {
        font-size: 0.6rem;
        margin: 2% 0;
        text-align: left; }
        .right-container .item-container .item .text-container p {
          font-size: 0.7rem; }
    .right-container .item-container .item-mini {
      width: 80%;
      margin: 0 auto 30%; }

.right-PC {
  display: block; }
  .right-PC p {
    padding: 0 0 10% 0;
    font-size: 0.7rem;
    width: 100%;
    margin: 0 auto 10%;
    position: relative;
    text-align: left;
    font-weight: bold; }
    .right-PC p span {
      font-size: 1rem;
      padding: 3% 0;
      display: block;
      font-weight: bold; }

@media screen and (max-width: 50rem) {
  .right-container {
    width: 100%; }
    .right-container .item-container {
      width: 80%;
      margin: 20% auto 0; }
      .right-container .item-container .item .text-container {
        font-size: 0.6rem;
        margin: 3% 0;
        line-height: 0.7rem; }
        .right-container .item-container .item .text-container p {
          line-height: 1.2rem;
          margin: 3% 0; }

  .right-PC {
    display: none; } }
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

footer {
  background: #cccccc;
  padding: 10px 40px 20px;
  margin: 100px 0 0 0;
  font-size: 1.4rem; }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  footer li {
    margin: 30px 10px 0 0; }
    footer li:first-child {
      margin: 0 auto 0 0; }
  footer a:hover {
    color: #e6fc6b; }
  footer #footer-logo {
    width: 120px;
    padding: 30px 0 0 0;
    fill: #303030; }

@media screen and (max-width: 1024px) {
  footer {
    padding: 40px 0;
    margin: 200px 0 0 0; }
    footer ul {
      width: 40%;
      margin: 0 auto;
      text-align: center; }
    footer li {
      width: 20%;
      margin: 5px  0.5%; }
      footer li:first-child {
        display: block;
        margin: auto;
        width: 80%; }
    footer a {
      font-family: "DM Sans";
      font-weight: 600;
      color: #303030; }
      footer a:hover {
        color: #e6fc6b; }
      footer a i {
        font-size: 1.2rem;
        margin: 0; }
    footer #footer-logo {
      width: 100%;
      fill: #303030;
      margin: 0 auto 4px;
      display: block; } }
