::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
body {
  margin: 0;
  font-family: "游ゴシック体, Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #F8F8F8;
  letter-spacing: 0.98px;
  color: #303030;
  font-weight: 250;
}



/*下記記グローバルナビゲーション!*/

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: auto;
  height: 50px;
  /*ロゴとグローバルナビ調節用*/
  margin-left: 10%;
  padding-top: 5px;
}

.logo-title {
  font-size: 14px;
  padding-top: 15px;
  margin-left: 20px;
}

* {
  box-sizing: border-box;
}

ul.gnav-navi-1 {
  background: #FFFFFF;
  text-align: right;
  padding-right: 10%;
  height: 58px;
  margin-top: -50px;
  /*ロゴとグローバルナビ調節用*/
}

ul.gnav-navi-1 li {
  display: inline-block;
}


ul.gnav-navi-1 li a {
  display: block;
  margin-left: -8px;
  margin-right: -8px;
  padding: 24px;
  text-decoration: none;

}

ul.gnav-navi-1 a::first-line {
  font-size: 14px;
}

/*上記グローバルナビゲーション!*/

/*下記フッター*/

a {
  color: #4b5564;
  text-decoration: none;
}

a:hover {
  color: #000;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer {
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  font-size: 14px;
  background: #E8E8E8;
  display: block;
  width: 100%;
  height: auto;
}

.footer__navi-heading {
  font-weight: 500;
}

.footer__navi li {
  margin-bottom: 0.75rem;
}


.copyright {
  text-align: center;
  font-size: 10px;
  color: #4b5564;
  padding-bottom: 5px;
  padding-top: 20px;
}

.footer-center {
  margin-left: auto;
  margin-right: auto;
}

.md-flex {
  display: flex;
}

.md-justify-between {
  justify-content: space-between;
}

.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}












/* PCの設定 */
@media (min-width: 1060px) {

  .delete-pc {
    display: none;
  }

  /* フッターの設定 */


  .other-footer-pc {
    padding-left: 50px;
  }

}














/* タブレットの設定 */

@media screen and (min-width:900px) and (max-width:1059px) {

  .delete-tb {
    display: none;
  }

  .other-footer-pc {
    padding-left: 50px;
  }

}












/* モバイルの設定 */
@media (max-width: 899px) {

  .delete-mb {
    display: none;
  }


  /* ハンバーガーメニュー */

  .logo2 {
    text-align: center;
  }

  .logo-block {
    display: block;
    width: 100%;
    height: 75px;
    background-color: #FAFAFC;
  }


  [type="checkbox"]:checked,
  [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  .menu-icon:checked+label,
  .menu-icon:not(:checked)+label {
    position: fixed;
    bottom: 40px;
    right: 55px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
  }

  .menu-icon:checked+label:before,
  .menu-icon:not(:checked)+label:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    z-index: 20;
    top: 0;
    left: 0;
    border-top: 2px solid #ececee;
    border-bottom: 2px solid #ececee;
    transition: border-width 100ms 1500ms ease,
      top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
      height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
      background-color 200ms ease,
      transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:after,
  .menu-icon:not(:checked)+label:after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    z-index: 20;
    top: 10px;
    right: 4px;
    background-color: #ececee;
    margin-top: -1px;
    transition: width 100ms 1750ms ease,
      right 100ms 1750ms ease,
      margin-top 100ms ease,
      transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:before {
    top: 10px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #ececee;
    border-width: 0;
    transition: border-width 100ms 340ms ease,
      top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      background-color 200ms 500ms ease,
      transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:after {
    width: 30px;
    margin-top: 0;
    right: 0;
    transform: rotate(-45deg);
    transition: width 100ms ease,
      right 100ms ease,
      margin-top 100ms 500ms ease,
      transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav {
    position: fixed;
    bottom: 23px;
    right: 50px;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 8px 30px 0 #E8E8E8;
    background-color: #7F7F7F;
    animation: border-transform 7s linear infinite;
    transition: top 50ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
      right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 250ms 1100ms ease,
      width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
      height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  @keyframes border-transform {

    0%,
    100% {
      border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
      border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
      border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
      border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
      border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
      border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
      border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
  }

  .menu-icon:checked~.nav {
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 200%;
    height: 200%;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
      right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 250ms 700ms ease,
      width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
      height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav ul {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
    list-style: none;
  }

  .nav ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 250ms linear;
  }

  .nav ul li:nth-child(1) {
    transition-delay: 200ms;
  }

  .nav ul li:nth-child(2) {
    transition-delay: 150ms;
  }

  .nav ul li:nth-child(3) {
    transition-delay: 100ms;
  }

  .nav ul li:nth-child(4) {
    transition-delay: 50ms;
  }

  .nav ul li a {
    font-size: 9vh;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
    display: inline-block;
    position: relative;
    color: #ececee;
    transition: all 250ms linear;
  }

  .nav ul li a:hover {
    text-decoration: none;
    color: #3f3f3f;
  }

  .nav ul li a:hover:after {
    width: 100%;
  }

  .menu-icon:checked~.nav ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 350ms ease,
      transform 250ms ease;
  }

  .menu-icon:checked~.nav ul li:nth-child(1) {
    transition-delay: 1400ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(2) {
    transition-delay: 1480ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(3) {
    transition-delay: 1560ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(4) {
    transition-delay: 1640ms;
  }

  .menu-icon:checked+label,
  .menu-icon:not(:checked)+label {
    right: 55px;
  }

  .logo {
    left: 30px;
  }

  .nav {
    right: 30px;
  }

  .nav ul li a {
    font-size: 3.5vh;
  }



  /* ここからフッター */
  .accordion {
    width: 100%;
  }

  /* inputのチェックボックスを非表示 */
  .accordion-hidden {
    display: none;
  }

  /* 見出しボタン部分 */
  .accordion-open {
    display: block;
    padding: 10px 80px 10px 10px;
    background: #E8E8E8;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
  }

  /* ＋アイコン */
  .accordion-open::before,
  .accordion-open::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #3e3e3e;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
  }

  /* アイコンのー */
  .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }

  /* アコーディオンが開いたらーに */
  .accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
  }

  /* アコーディオン中身部分 */
  .accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
    cursor: pointer;
  }

  /* チェックボックスにチェックが入ったら中身部分を表示する */
  .accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px;
  }

  /* ↑ここまで共通 */

}
/* スライドショー */


.wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slideshow {
    display: flex;
}

.content {
    padding: 5px;
}


.slideshow {
    display: flex;
    animation: loop-slide 100s infinite linear 1s both;

}


@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}




/* 二個目のスライドショー */

.wrap2 {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: -235%;
}

.slideshow2 {
    display: flex;
}

.slideshow2 {
    display: flex;
    animation: loop-slide2 100s infinite linear 1s both;
}


@keyframes loop-slide2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}


/* 二個目のスライドショー */

.wrap3 {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: -355%;

}

.slideshow3 {
    display: flex;
}

.slideshow3 {
    display: flex;
    animation: loop-slide2 110s infinite linear 1s both;
}


@keyframes loop-slide2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}



/* LPとアプリのスライドショー */

.wrap4 {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: -235%;
}

.slideshow4 {
    display: flex;
}

.slideshow4 {
    display: flex;
    animation: loop-slide2 60s infinite linear 1s both;
}


@keyframes loop-slide2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}



/* PCの設定 */
@media (min-width: 1450px) {

    .design-top-view {
        padding-top: 2%;
        padding-bottom: 1%;
        margin-bottom: -120px;
    }

    /* ここからは画像の調整に入る */

    .content {
        margin-top: 60px;
    }


    .content2 {
        margin-top: 40px;
    }

    .content3 {
        margin-top: 90px;
    }

    .content4 {
        margin-top: 120px;
    }

    .content5 {
        margin-top: 100px;
    }

    .content6 {
        margin-top: 70px;
    }

    .content7 {
        margin-top: 40px;
    }

    .content8 {
        margin-top: -10px;
    }

    .content9 {
        margin-top: 70px;
    }

    .content10 {
        margin-top: 0px;
    }

    .content11 {
        margin-top: 110px;
    }

    .content12 {
        margin-top: 40px;
    }

    .content13 {
        margin-top: 70px;
    }

    .content14 {
        margin-top: 70px;
    }


    /* LPの画像の調整 */

    .img1 {
        width: 450px;
    }

    .img2 {
        height: 350px;
    }


    .lp-img {
        width: auto;
        height: 400px;
        padding: 5px;
    }

    .br-img2 {
        margin-top: -30px;
    }

    .br-img {
        width: auto;
        height: 200px;
    }

    .cr-img2 {
        margin-top: -30px;
        padding-bottom: 5%;
    }


    .cr-img {
        width: auto;
        height: 200px;
    }




    /* ここまでが画像の調整 */

    h1 {
        text-align: center;
        padding-top: 10%;
        padding-bottom: 3%;
        font-size: 25px;
    }

    h2 {
        text-align: left;
        padding-top: 10%;
        font-size: 25px;
        padding-left: 4%;

    }


    .inners {
        text-align: center;
        display: block;
    }

    .inners .design-top-sub {
        text-align: left;
        display: inline-block;
        font-size: 15px;
        line-height: 35px;
    }




}














/* タブレットの設定 */

@media screen and (min-width:980px) and (max-width:1449px) {

    .design-top-view {
        padding-bottom: 8%;
        margin-bottom: -150px;
    }

    /* ここからは画像の調整に入る */

    .content {
        margin-top: 60px;
    }


    .content2 {
        margin-top: 40px;
    }

    .content3 {
        margin-top: 90px;
    }

    .content4 {
        margin-top: 120px;
    }

    .content5 {
        margin-top: 100px;
    }

    .content6 {
        margin-top: 70px;
    }

    .content7 {
        margin-top: 40px;
    }

    .content8 {
        margin-top: -10px;
    }

    .content9 {
        margin-top: 70px;
    }

    .content10 {
        margin-top: 0px;
    }

    .content11 {
        margin-top: 50px;
    }

    .content12 {
        margin-top: 40px;
    }

    .content13 {
        margin-top: 70px;
    }

    .content14 {
        margin-top: 40px;
    }


    /* LPの画像の調整 */

    .img1 {
        width: 450px;
    }

    .img2 {
        height: 300px;
    }

    .web-img {
        width: 400px;
    }

    .lp-img {
        width: auto;
        height: 400px;
        padding: 5px;
    }

    .br-img2 {
        margin-top: -40px;
    }

    .br-img {
        width: auto;
        height: 150px;
    }

    .cr-img2 {
        margin-top: -40px;
        padding-bottom: 5%;
    }


    .cr-img {
        width: auto;
        height: 150px;
    }




    /* ここまでが画像の調整 */

    h1 {
        text-align: center;
        padding-top: 10%;
        padding-bottom: 3%;
        font-size: 20px;
    }

    h2 {
        text-align: left;
        padding-top: 10%;
        font-size: 20px;
        padding-left: 4%;

    }


    .inners {
        text-align: center;
        display: block;
    }

    .inners .design-top-sub {
        text-align: left;
        display: inline-block;
        font-size: 15px;
        line-height: 35px;
    }

}








/* モバイルの設定 */
@media screen and (min-width:781px) and (max-width:979px) {

    .design-top-view {
        padding-bottom: 8%;
        margin-bottom: -150px;
    }

    /* ここからは画像の調整に入る */

    .content {
        margin-top: 60px;
    }


    .content2 {
        margin-top: 40px;
    }

    .content3 {
        margin-top: 90px;
    }

    .content4 {
        margin-top: 120px;
    }

    .content5 {
        margin-top: 100px;
    }

    .content6 {
        margin-top: 70px;
    }

    .content7 {
        margin-top: 40px;
    }

    .content8 {
        margin-top: -10px;
    }

    .content9 {
        margin-top: 70px;
    }

    .content10 {
        margin-top: 40px;
    }

    .content11 {
        margin-top: 95px;
    }

    .content12 {
        margin-top: 85px;
    }

    .content13 {
        margin-top: 70px;
    }

    .content14 {
        margin-top: 40px;
    }


    /* LPの画像の調整 */

    .img1 {
        width: 450px;
    }

    .img2 {
        height: 300px;
    }

    .web-img {
        width: 400px;
    }

    .lp-img {
        width: auto;
        height: 400px;
        padding: 5px;
    }

    .br-img2 {
        margin-top: -40px;
    }

    .br-img {
        width: auto;
        height: 150px;
    }

    .cr-img2 {
        margin-top: -40px;
        padding-bottom: 5%;
    }


    .cr-img {
        width: auto;
        height: 150px;
    }




    /* ここまでが画像の調整 */

    h1 {
        text-align: center;
        padding-top: 10%;
        padding-bottom: 3%;
        font-size: 18px;
    }

    h2 {
        text-align: left;
        padding-top: 10%;
        font-size: 18px;
        padding-left: 4%;

    }


    .inners {
        text-align: center;
        display: block;
    }

    .inners .design-top-sub {
        text-align: left;
        display: inline-block;
        font-size: 13px;
        line-height: 35px;
    }


}











@media screen and (min-width:376px) and (max-width:783px) {



    /* 二個目のスライドショー */

    .wrap3 {
        display: flex;
        align-items: center;
        overflow: hidden;
        margin-left: -475%;

    }

    .slideshow3 {
        display: flex;
    }

    .slideshow3 {
        display: flex;
        animation: loop-slide2 70s infinite linear 1s both;
    }


    @keyframes loop-slide2 {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(100%);
        }
    }

    .design-top-view {
        padding-bottom: 8%;
        margin-bottom: -150px;
    }

    /* ここからは画像の調整に入る */

    .content {
        margin-top: 60px;
    }


    .content2 {
        margin-top: 40px;
    }

    .content3 {
        margin-top: 90px;
    }

    .content4 {
        margin-top: 120px;
    }

    .content5 {
        margin-top: 100px;
    }

    .content6 {
        margin-top: 70px;
    }

    .content7 {
        margin-top: 40px;
    }

    .content8 {
        margin-top: -10px;
    }

    .content9 {
        margin-top: 70px;
    }

    .content10 {
        margin-top: 10px;
    }

    .content11 {
        margin-top: 40px;
    }

    .content12 {
        margin-top: 25px;
    }

    .content13 {
        margin-top: 80px;
    }

    .content14 {
        margin-top: 20px;
    }


    /* LPの画像の調整 */

    .img1 {
        width: 200px;
    }

    .img2 {
        height: 200px;
    }

    .web-img {
        width: 200px;
    }

    .lp-img {
        width: auto;
        height: 200px;
        padding: 5px;
    }

    .br-img2 {
        margin-top: -50px;
    }

    .br-img {
        width: auto;
        height: 100px;
    }

    .cr-img2 {
        margin-top: -50px;
        padding-bottom: 5%;
    }


    .cr-img {
        width: auto;
        height: 100px;
    }




    /* ここまでが画像の調整 */

    h1 {
        text-align: center;
        padding-top: 15%;
        padding-bottom: 8%;
        font-size: 15px;
    }

    h2 {
        text-align: left;
        padding-top: 10%;
        font-size: 15px;
        padding-left: 4%;
        margin-bottom: -40px;

    }


    .inners {
        text-align: center;
        display: block;
    }

    .inners .design-top-sub {
        text-align: left;
        display: inline-block;
        font-size: 12px;
        line-height: 31px;
        letter-spacing: 0.5px;
        padding-bottom: 10%;
    }


}














@media screen and (max-width:375px) {



    /* 二個目のスライドショー */

    .wrap3 {
        display: flex;
        align-items: center;
        overflow: hidden;
        margin-left: -475%;

    }

    .slideshow3 {
        display: flex;
    }

    .slideshow3 {
        display: flex;
        animation: loop-slide2 70s infinite linear 1s both;
    }


    @keyframes loop-slide2 {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(100%);
        }
    }

    .design-top-view {
        padding-bottom: 8%;
        margin-bottom: -150px;
    }

    /* ここからは画像の調整に入る */

    .content {
        margin-top: 60px;
    }


    .content2 {
        margin-top: 40px;
    }

    .content3 {
        margin-top: 90px;
    }

    .content4 {
        margin-top: 120px;
    }

    .content5 {
        margin-top: 100px;
    }

    .content6 {
        margin-top: 70px;
    }

    .content7 {
        margin-top: 40px;
    }

    .content8 {
        margin-top: -10px;
    }

    .content9 {
        margin-top: 70px;
    }

    .content10 {
        margin-top: 10px;
    }

    .content11 {
        margin-top: 40px;
    }

    .content12 {
        margin-top: 25px;
    }

    .content13 {
        margin-top: 80px;
    }

    .content14 {
        margin-top: 20px;
    }


    /* LPの画像の調整 */

    .img1 {
        width: 200px;
    }

    .img2 {
        height: 200px;
    }

    .web-img {
        width: 200px;
    }

    .lp-img {
        width: auto;
        height: 200px;
        padding: 5px;
    }

    .br-img2 {
        margin-top: -50px;
    }

    .br-img {
        width: auto;
        height: 100px;
    }

    .cr-img2 {
        margin-top: -50px;
        padding-bottom: 5%;
    }


    .cr-img {
        width: auto;
        height: 100px;
    }




    /* ここまでが画像の調整 */

    h1 {
        text-align: center;
        padding-top: 15%;
        padding-bottom: 8%;
        font-size: 13px;
    }

    h2 {
        text-align: left;
        padding-top: 10%;
        font-size: 12px;
        padding-left: 4%;
        margin-bottom: -40px;

    }


    .inners {
        text-align: center;
        display: block;
    }

    .inners .design-top-sub {
        text-align: left;
        display: inline-block;
        font-size: 11px;
        line-height: 31px;
        letter-spacing: 0.2px;
        padding-bottom: 10%;
    }


}