::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;
  }

  /* ↑ここまで共通 */

}
h1 {
  text-align: center;
  padding-top: 25%;
  padding-bottom: 20%;
  font-size: 23px;
  letter-spacing: 2.5px;
  line-height: 43px;
}


/* スライドショー */


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

.slideshow {
  display: flex;
}

.content {
  padding: 5px;
}


.slideshow {
  display: flex;
  animation: loop-slide 25s 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: -435%;
}

.slideshow2 {
  display: flex;
}

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


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

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


ul {
  list-style: none;
}


.slide-subtitle {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 20%;
  letter-spacing: 2.5px;
  font-size: 20px;
}

.yoberu {
  padding-left: 18.18%;
  font-size: 23px;
  letter-spacing: 2.5px;
}

.yoberu-sub {
  padding-left: 18.18%;
  padding-top: 4.63%;
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 40px;
}


/* 事業内容 */
.slide-subtitle2 {
  text-align: center;
  padding-top: 20%;
  padding-bottom: 2%;
  letter-spacing: 2.5px;
  font-size: 20px
}

.biz-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.biz_child-title {
  width: 322px;
  margin: 30px;
  margin-bottom: 0;
  padding-top: 43px;
  font-size: 17px;
  letter-spacing: 1.8px;
  line-height: 50px;
  text-align: center;
}

.biz_child {
  background-color: #FFFFFF;
  width: 322px;
  height: 480px;
  margin: 30px;
  padding-left: 49px;
  padding-top: 43px;
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 50px;
  border: 0.5px solid #707070;
}


/* ここからしたはボタンについて */
.button {
  height: 40px;
  width: 180px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #252525;
  overflow: hidden;
  border-radius: 30px;
  color: #171717;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  z-index: 1;
  padding-left: 28%;
  font-weight: 300;
  letter-spacing: 4px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #575757;
  border-radius: 5px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 200px #252525;
  color: #fff;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

/* ヨベルについてボタン */

.button-fill {
  position: relative;
  display: inline-block;
  padding: 0em 3em;
  font-size: 0.8em;
  color: #4c4c4c;
  text-decoration: none;
  user-select: none;
  border: 1px #afafaf solid;
  box-shadow: inset #222222 0 0 0 0;
  transition: 0.3s;
  margin-top: 15%;
  margin-left: 10%;
}

.button-fill:hover {
  color: #fff;
  box-shadow: inset #353535 0 0 0 2em;
}




/* SNS紹介 */
.slide-subtitle3 {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 4.5%;
  letter-spacing: 2.5px;
  font-size: 20px
}

.sns-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.sns_child {
  margin: 30px;
  margin-top: 0px;
  text-align: center;
}


/* ニュース */


.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
  width: 50%;
  padding-bottom: 2%;
  letter-spacing: 2.5px;
  font-size: 17px;
  margin: auto;
  padding-bottom: 10%;

}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 70px 0px 0px;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
}

.news-list .item a:hover .title {
  color: rgb(28, 28, 28);
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }

  .news-list .item .date {
    min-width: 100px;
  }

  .news-list .item .title {
    margin-top: 10px;
  }
}









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

  html {
    font-size: 25px;
  }

  .img2 {
    height: auto;
    width: 350px;
  }

}















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

@media screen and (min-width:782px) and (max-width:979px) {





  h1 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 30px;
  }

  html {
    font-size: 14px;
  }

  .img2 {
    height: auto;
    width: 200px;
  }

  .content {
    padding: 3px;
  }

  .slide-subtitle {
    font-size: 15px;
  }

  .yoberu {
    font-size: 14px;
    letter-spacing: 2.5px;
  }

  .yoberu-sub {
    padding-left: 18.18%;
    padding-top: 4.63%;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 30px;
  }


  /* 事業内容 */

  .slide-subtitle2 {
    font-size: 15px;
  }


  .biz-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .biz_child-title {
    width: 200px;
    margin: 10px;
    margin-bottom: 0;
    padding-top: 23px;
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 30px;
    text-align: center;
  }

  .biz_child {
    background-color: #FFFFFF;
    width: 200px;
    height: 320px;
    margin: 10px;
    padding-left: 25px;
    padding-top: 23px;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 35px;
    border: 0.5px solid #707070;
  }



  /* ここからしたはボタンについて */
  .button {
    height: 40px;
    width: 150px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #252525;
    overflow: hidden;
    border-radius: 30px;
    color: #171717;
    transition: all 0.5s ease-in-out;
  }

  .btn-txt {
    z-index: 1;
    padding-left: 28%;
    font-weight: 300;
    letter-spacing: 4px;
  }

  .type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #575757;
    border-radius: 5px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
  }

  .button:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #fff;
    border: none;
  }

  .type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }


  /* ボタンについて */

  .button-fill {
    position: relative;
    display: inline-block;
    padding: 0em 3em;
    font-size: 0.8em;
    color: #4c4c4c;
    text-decoration: none;
    user-select: none;
    border: 1px #afafaf solid;
    box-shadow: inset #222222 0 0 0 0;
    transition: 0.3s;
    margin-top: 15%;
    margin-left: 10%;
  }

  .button-fill:hover {
    color: #fff;
    box-shadow: inset #353535 0 0 0 2em;
  }

  .push {
    text-align: center;
  }


  /* SNS紹介 */
  .slide-subtitle3 {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 4.5%;
    letter-spacing: 2.5px;
    font-size: 15px
  }

  .sns-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .sns_child {
    margin: 30px;
    margin-top: 0px;
    text-align: center;
  }


  /* ニュース */


  .news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    width: 50%;
    padding-bottom: 2%;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 30px;
    margin: auto;
    padding-bottom: 10%;

  }

  .news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
  }

  .news-list .item:first-child a {
    border-top: 1px solid #CCC;
  }

  .news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    color: #999;
    padding: 0 70px 0px 0px;
  }

  .news-list .item .title {
    margin: 0;
    width: 100%;
  }

  .news-list .item a:hover .title {
    color: rgb(28, 28, 28);
  }

  @media screen and (max-width: 767px) {
    .news-list .item a {
      flex-wrap: wrap;
    }

    .news-list .item .date {
      min-width: 100px;
    }

    .news-list .item .title {
      margin-top: 10px;
    }
  }

}












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


  h1 {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }

  .img2 {
    height: auto;
    width: 150px;
  }

  .content {
    padding: 3px;
  }

  .slide-subtitle {
    padding: 30px;
    font-size: 13px;
    padding-bottom: 20%;
  }

  /* ここから本文 */


  /* テキストをセンターに寄せるためのコード */


  .center_box {
    text-align: center;
    background-color: #E8E8E8;
    width: 75%;
    padding-top: 6%;
    padding-bottom: 6%;
    margin: 0 auto;
    border-radius: 5px;
  }

  .center_box p {
    display: inline-block;
    text-align: left;
  }

  /* テキストの詳細設定 */

  .yoberu-mb {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 25px;
    padding-bottom: 10%;
    text-align: center;
  }

  .yoberu-sub-mb {
    letter-spacing: 0.7px;
    line-height: 25px;
    font-size: 10px;
    text-align: center;
  }

  /* 事業内容 */


  .slide-subtitle2 {
    padding: 25px;
    font-size: 13px;
    padding-bottom: 10%;
    text-align: center;
    padding-top: 30%;
  }



  .biz-box {
    display: grid;
  }

  .slide-subtitle3 {
    font-size: 16px;
    text-align: center;
    padding-top: 10%;
  }


  .biz_child {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 40px;
    border: 0.09rem solid #707070;
    height: 410px;
  }

  /* ここからしたはボタンについて */


  .button {
    z-index: 1;
    height: 35px;
    width: 130px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #252525;
    overflow: hidden;
    border-radius: 30px;
    color: #171717;
    transition: all 0.5s ease-in-out;
  }

  .btn-txt {
    z-index: 10;
    padding-left: 2%;
    font-weight: 200;
    letter-spacing: 4px;
    font-size: 13px;
  }

  .type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #575757;
    border-radius: 5px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
  }

  .button:hover {
    z-index: 10;
    box-shadow: 1px 1px 200px #252525;
    color: #fff;
    border: none;
  }

  .type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }


  /* 事業概要のボタン */


  .button-fill {
    position: relative;
    display: inline-block;
    padding: 0.2em 4em;
    font-size: 0.9em;
    color: #4c4c4c;
    text-decoration: none;
    user-select: none;
    border: 1px #afafaf solid;
    box-shadow: inset #222222 0 0 0 0;
    transition: 0.3s;
    margin-top: 15%;
    margin-left: 9%;
  }

  .button-fill:hover {
    color: #fff;
    box-shadow: inset #353535 0 0 0 2em;
  }


  .push {
    text-align: center;
  }



  /* SNS紹介 */
  .slide-subtitle6 {
    text-align: center;
    padding-top: 20%;
    padding-bottom: 10%;
    letter-spacing: 2.5px;
    font-size: 20px
  }

  .sns-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .sns_child {
    margin: 30px;
    margin-top: 0px;
    text-align: center;
  }


  /* ニュース */


  .news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    width: 68%;
    padding-bottom: 2%;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 30px;
    margin: auto;
    padding-bottom: 10%;

  }

  .news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
  }

  .news-list .item:first-child a {
    border-top: 1px solid #CCC;
  }

  .news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    color: #999;
    padding: 0 70px 0px 0px;
  }

  .news-list .item .title {
    margin: 0;
  }

  .news-list .item a:hover .title {
    color: rgb(28, 28, 28);
  }

  @media screen and (max-width: 767px) {
    .news-list .item a {
      flex-wrap: wrap;
    }

    .news-list .item .date {
      min-width: 100px;
    }

    .news-list .item .title {
      margin-top: 10px;
    }
  }

}











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

  h1 {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }

  html {
    font-size: 12px;
  }

  .img2 {
    height: auto;
    width: 150px;
  }

  .content {
    padding: 3px;
  }

  .slide-subtitle {
    padding: 30px;
    font-size: 13px;
    padding-bottom: 30%;
  }

  /* ここから本文 */


  /* テキストをセンターに寄せるためのコード */


  .center_box {
    text-align: center;
    background-color: #E8E8E8;
    margin: 10px;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }


  .center_box p {
    display: inline-block;
    text-align: left;
  }

  /* テキストの詳細設定 */

  .yoberu-mb {
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 25px;
    padding-bottom: 10%;
    text-align: center;
  }

  .yoberu-sub-mb {
    letter-spacing: 0.7px;
    line-height: 25px;
    font-size: 9px;
    text-align: center;
  }

  /* 事業内容 */


  .slide-subtitle2 {
    font-size: 16px;
    padding-bottom: 10%;
    text-align: center;
    padding-top: 30%;
  }



  .biz-box {
    display: grid;
  }

  .slide-subtitle3 {
    font-size: 16px;
    text-align: center;
    padding-top: 10%;
  }


  .biz_child {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 40px;
    border: 0.09rem solid #707070;
    max-width: 40vmax;
  }


  .push {
    text-align: center;
  }



  /* SNS紹介 */
  .slide-subtitle6 {
    text-align: center;
    padding-top: 20%;
    padding-bottom: 10%;
    letter-spacing: 2.5px;
    font-size: 20px
  }

  .sns-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .sns_child {
    margin-top: 0px;
    text-align: center;
  }


  /* ニュース */


  .news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    width: 80%;
    padding-bottom: 2%;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 30px;
    margin: auto;
    padding-bottom: 10%;

  }

  .news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
  }

  .news-list .item:first-child a {
    border-top: 1px solid #CCC;
  }

  .news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    color: #999;
    padding: 0 70px 0px 0px;
  }

  .news-list .item .title {
    margin: 0;
  }

  .news-list .item a:hover .title {
    color: rgb(28, 28, 28);
  }

  @media screen and (max-width: 767px) {
    .news-list .item a {
      flex-wrap: wrap;
    }

    .news-list .item .date {
      min-width: 100px;
    }

    .news-list .item .title {
      margin-top: 10px;
    }
  }

}

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

  h1 {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }

  html {
    font-size: 12px;
  }

  .img2 {
    height: auto;
    width: 150px;
  }

  .content {
    padding: 3px;
  }

  .slide-subtitle {
    padding: 30px;
    font-size: 13px;
    padding-bottom: 30%;
  }

  /* ここから本文 */


  /* テキストをセンターに寄せるためのコード */


  .center_box {
    text-align: center;
    background-color: #E8E8E8;
    margin: 10px;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }


  .center_box p {
    display: inline-block;
    text-align: left;
  }

  /* テキストの詳細設定 */

  .yoberu-mb {
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 25px;
    padding-bottom: 10%;
    text-align: center;
  }

  .yoberu-sub-mb {
    letter-spacing: 0.7px;
    line-height: 25px;
    font-size: 9px;
    text-align: center;
  }

  /* 事業内容 */


  .slide-subtitle2 {
    font-size: 16px;
    padding-bottom: 10%;
    text-align: center;
    padding-top: 30%;
  }



  .biz-box {
    display: grid;
  }

  .slide-subtitle3 {
    font-size: 16px;
    text-align: center;
    padding-top: 10%;
  }


  .biz_child {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 40px;
    border: 0.09rem solid #707070;
    max-width: 245px;

  }


  .push {
    text-align: center;
  }



  /* SNS紹介 */
  .slide-subtitle6 {
    text-align: center;
    padding-top: 20%;
    padding-bottom: 10%;
    letter-spacing: 2.5px;
    font-size: 20px
  }

  .sns-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .sns_child {
    margin-top: 0px;
    text-align: center;
  }


  /* ニュース */


  .news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    width: 80%;
    padding-bottom: 2%;
    font-size: 11px;
    letter-spacing: 1.2px;
    line-height: 30px;
    margin: auto;
    padding-bottom: 10%;

  }

  .news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
  }

  .news-list .item:first-child a {
    border-top: 1px solid #CCC;
  }

  .news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    color: #999;
    padding: 0 70px 0px 0px;
  }

  .news-list .item .title {
    margin: 0;
  }

  .news-list .item a:hover .title {
    color: rgb(28, 28, 28);
  }

  @media screen and (max-width: 767px) {
    .news-list .item a {
      flex-wrap: wrap;
    }

    .news-list .item .date {
      min-width: 100px;
    }

    .news-list .item .title {
      margin-top: 10px;
    }
  }

}